Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property NameProperty CodeRequiredDescription
Database TypeFDPSOFT_DATABASE_TYPEYesThe type of source database to which to connect to. (e.g. ORACLE, SYBASE, etc.)
Database NameFDPSOFT_DATABASE_NAMEYesThe name of the source database to which you are connecting.
PeopleSoft UserFDPSOFT_USER_IDYesThe user ID to use to sign in to the source database. 
PeopleSoft PasswordFDPSOFT_PASSWORDYesThe password for the specified user ID for the source database.
PeopleSoft Connect IdFDPSOFT_CONNECT_IDNoThe ID that is used to connect to the database.
PeopleSoft Connect PasswordFDPSOFT_CONNECT_PASSWORDNoThe password for the specified connect ID.
PeopleTools Executable PathFDPSOFT_PEOPLETOOLS_EXEYesThe path to the PeopleTools executable. (pside.exe)
Build Configuration FileFDPSOFT_BUILD_CONFIG_FILENoThe path to the RDM Build Config File. The build operation will use the settings defined in this file when generating SQL files. If provided the output directory will be ignored. You can see an example RDM Build Config File in our Special Considerations below.

Project Properties

Property NameProperty CodeRequiredDescription
PeopleSoft Project NameFDPSOFT_PROJECT_NAMEYesThe name of the PeopleSoft project.

...

This operation will generate SQL files and store them in the output directory. The directories provided in the configuration file will be used. If no configuration file is provided the temp directory will be used.

=

Expand
titleRDM Build Config File Example

;===================================================================
; RDM Build Settings Information
;===================================================================
;Build Options
;==============
; CreateTables 0 = No, 1 = Yes
; CreateIndexes 0 = No, 1 = Yes
; CreateViews 0 = No, 1 = Yes
; AlterTables 0 = No, 1 = Yes
; CreateTrigger 0 = No, 1 = Yes
;
;Build Execute Options
;======================
; ExecuteOption
; 1 = Execute SQL now
; 2 = Build script file
; 3 = Execute and build script
;
;Build Settings Create
;=======================
; TableOption
; 1 = Recreate table if it already exists
; 2 = Skip table if it already exists
;
; ViewOption
; 1 = Recreate view if it already exists
; 2 = Skip view if it already exists
;
; IndexOption
; 1 = Recreate index if it already exists
; 3 = Recreate index only if modified
;
;Build Settings Alter
;======================
; Drop Column Options
; AlterDropOption
; 1 = Drop column if data present
; 2 = Skip record if data present
;
; Change Column Length Options
; AlterTruncateOption
; 1 = Truncate data if field too short
; 2 = Skip record if field too short
;
; Alter table in Memory
; IMDBAlterOption
; 0 = Alter Table In Memory (No)
; 1 = Alter Table In Memory (Yes)
;
; Alter Any
; Adds AlterAdds 0 = No, 1 = Yes
; Changes AlterChanges 0 = No, 1 = Yes
; Renames AlterRenames 0 = No, 1 = Yes
; Deletes AlterDeletes 0 = No, 1 = Yes
;
; Alter even if no changes
; ForceAlterOption
; 0 = No AlterByTableRename = 0 or 1
; 1 = Yes AlterByTableRename = 1
;
; Alter table Options
; AlterByTableRename
; 0 = Alter in Place
; 1 = Alter by Table Rename
;
;Build Settings Logging
;======================
; Logging Level
; LogErrors
; 1 = Information (Fatal errors, warnings and informational messages)
; 2 = Warnings (Fatal errors and warnings)
; 3 = Fatal (Fatal errors only)
;
; Logging Output
; Log to output window LogToWindow 0 = No, 1 = Yes
; Log settings LogSettings 0 = No, 1 = Yes
; Log to file LogToScript 0 = No, 1 = Yes
; Log file name LogFilename=
;
;Build Settings Scripts
;======================
; Comments
; Write Alter comments to script
; LogComments 0 = No, 1 = Yes
;
; Script Files
; Save as Unicode
; UnicodeScript 0 = No, 1 = Yes
;
; File Overwrite Options
; AlwaysOverwrite
; 1 = Always overwrite
; 0 = Prompt for each overwrite
;
; Script File Options
; OutputToSingleFile
; 1 = Output to single files
; 0 = Output to seperate files
;
; Script File Names
; OutputToSingleFilename=
; CreateTableFilename=
; CreateIndexFilename=
; CreateTriggerFilename=
; CreateViewFilename=
; AlterTableFilename=
; On Unix, export TEMP=<temp path for .sql,.log file>
;
;
;===================================================================
; RDM Build Settings
;===================================================================
[RDM Build Settings]
CreateTables=1
CreateIndexes=1
CreateViews=1
AlterTables=1
CreateTrigger=1
ExecuteOption=3
TableOption=2
ViewOption=1
IndexOption=3
AlterDropOption=2
AlterTruncateOption=2
IMDBAlterOption=0
AlterAdds=1
AlterChanges=1
AlterRenames=1
AlterDeletes=1
ForceAlterOption=0
AlterByTableRename=1
PreserveStorageParms=1
LogErrors=2
LogToWindow=1
LogSettings=0
LogToScript=1
LogFilename=C:\Users\flexagon\AppData\Local\Temp\PSBUILD.LOG
LogComments=0
UnicodeScript=1
AlwaysOverwrite=1
OutputToSingleFile=1
OutputToSingleFilename=C:\Users\flexagon\AppData\Local\Temp\PSBUILD.SQL
CreateTableFilename=C:\Users\flexagon\AppData\Local\Temp\PSTABLE.SQL
CreateIndexFilename=C:\Users\flexagon\AppData\Local\Temp\PSINDEX.SQL
CreateViewFilename=C:\Users\flexagon\AppData\Local\Temp\PSTRIGGER.SQL
AlterTableFilename=C:\Users\flexagon\AppData\Local\Temp\PSTRIGGER.SQL
CreateTriggerFilename=C:\Users\flexagon\AppData\Local\Temp\PSTRIGGER.SQL