How to use FNDLOAD Concurrent.
Hi,
Can any one help, how to use FND Download/Upload concurrent with its request group?
Currently i used this script below:
For Download
----
FNDLOAD apps/XXXX 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct 'XX001.ldt' PROGRAM APPLICATION_SHORT_NAME='SQLGL' CONCURRENT_PROGRAM_NAME='XX001'
For Upload
----
FNDLOAD apps/XXXY 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct 'XX001.ldt'
--------------------------
The script above already succes but not bring the request group, is there any mistake script?
Thx