Salesforce

How to load in sequence current values from within your application

« Go Back

Information

 
TitleHow to load in sequence current values from within your application
URL NameP103506
Article Number000111836
EnvironmentProduct: Progress/OpenEdge
Version: All supported versions
OS: All supported platforms
Question/Problem Description
How to load in sequence current values from within your application?
Can the current value of sequences be loaded into a database without using the load utilities in the Data Dictionary or Data Admin Tool?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
To load in the current values of sequences from outside the Data Admin or Data Dictionary tool, run prodict/load_seq.p. 
This procedure takes 2 INPUT parameters:  The file name of the dumped current values of the sequences and the directory where the .d is.  The format for the parameters is as follows:

     File name:                <.d file name>
     Directory:                <directory name where .d resides>

Syntax Example:

     RUN prodict/load_seq.p (INPUT “_seq-val.d”,
                                              INPUT “c:/data/”).   

See article:  How to extract library files using extractpl.bat? for additional information on where to find the load_seq.p program.
 
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:29 AM

Powered by