Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Internals type objects model XML/INI files that are stored in SCM or PEOPLESOFT. They are used to copy files from an SCM or PEOPLESOFT to a filesystem on an endpoint where they are executed by set of Peoplesoft commands.

Attributes

Name

Code

Description

Default Value

Additional Parameters

ADDITIONAL_PARAMS

Additional parameters to be added to the PeopleTools command.

Execute SQL

EXECUTE_SQL

Should SQL be executed

true

JDBC URL Property

FDPSOFT_JDBC_URL

The property that will be used to set the JDBC URL used to log into the database.

FDPSOFT_JDBC_URL- Set this value on the Target or override it on a project. Alternatively, create a new property on the workflow, and then set its value in one of those locations.

JDBC User Property

FDPSOFT_JDBC_USER

The property that will be used to set the username used to log into the database.

FDPSOFT_JDBC_USER - Set this value on the Target, or override it on a project. Alternatively, create a new property on the workflow, and then set its value in one of those locations.

JDBC Password Property

FDPSOFT_JDBC_PASSWORD

The property that will be used to set the password used to log into the database.

FDPSOFT_JDBC_PASSWORD - Set this value on the Target or override it on a project. Alternatively, create a new property on the workflow, and then set its value in one of those locations.

Retry Count

RETRY_COUNT

How many times should the file be retried before marking it as a failure. It may be useful to set it to a larger value if deploying many files together if the selected order may not be correct.

FDPSOFT_INTERNALS_RETRY_COUNT_DEFAULT is the project property that fills in the default value at evaluate or populate time.

Ignore Failure

IGNORE_FAILURE

If checked, the file and the execution will be marked successful even if it fails to be processed in any way. The failure will be logged, but there will be no other indication.

FDPSOFT_INTERNALS_IGNORE_FAILURE_EXT_DEF is the project property that takes a list of extensions. Any files that end with those extensions will have their ignore failures checkbox checked at populate or evaluate time.

Property Replacement

PROPERTY_REPLACEMENT

If checked, property replacement will be run on the file, unless it appears to be a binary file, and then it will be skipped for property replacement.

FDPSOFT_INTERNALS_PROPERTY_REPLACEMENT_DEFAULT is the project property to control the default.

Source

SOURCE

Object Source Location Type

SCM (**populating from SCM)

PEOPLESOFT(**manual creation)

Target Location

TARGET_LOCATION

This is the location where the file will be placed. Property replacement will be performed on the value.

If blank, the file will be copied into FD_TEMP_DIR. If the default is used, but the Internal Files Root Target Folder project property is left blank, then the file will be copied into FD_TEMP_DIR.

${{FDPSOFT_INTERNALS_ROOT_TARGET_FOLDER}}

  • No labels