Previous  Next          Contents  Index  Navigation  Glossary  Library

Running the Workflow Resource Generator

Submit the Workflow Resource Generator concurrent program to generate a resource file or upload seed data to the table WF_RESOURCES from a source file.

   To run the Workflow Resource Generator:

Destination Type Specify "Database", to upload seed data from a source file (.msg) to the database table WF_RESOURCES, or "File", to generate a resource file from a source file.
Destination If you specify "File" for Destination Type, then enter the full path and name of the resource file you wish to generate. If you specify "Database" for Destination Type, then the program automatically uses the current database account as its destination.
Source Specify the full path and name of your source file.
	WFRESGEN apps/pwd 0 Y FILE res_file source_file

	WFRESGEN apps/pwd 0 Y DATABASE source_file

Replace apps/pwd with the username and password to the APPS schema, replace res_file with the file specification of a resource file, and replace source_file with the file specification of a source file (.msg). A file specification is specified as:

		@<application_short_name>:[<dir>/.../]file.ext

or

		<native path>


         Previous  Next          Contents  Index  Navigation  Glossary  Library