java -Ddbcfile=<my_dbc_file >
Let me explain:
- The parameter -Ddbcfile=
<my_dbc_file > is the dbc file for your environment. This is usually located in $FND_TOP/secure - Drequest.logfile represents the location of your log file. If you do not provide this value it would get defaulted.
<concurrent_program_class> This represents the underlying java class that you would implement for you java concurrent program. This needs to implement the interface JavaConcurrentProgram and also needs to provide a concrete implementation of the method: public void runProgram(CpContext pCpContext)
java -Ddbcfile=$FND_TOP/secure/env.dbc -Dreqeust.requestid=123456789 -Drequest.logfile=./myreq.log oracle.apps.fnd.cp.request.Run oracle.apps.xx.fax.XxFaxDocument "TOKEN1=./fax:TOKEN2=12345
"
No comments:
Post a comment