Posted by [IP Address: 129.49.223.62] 'M Chandra' on August 28, 2001 at 14:35:35 EST:
In Reply to: Re: Calling App Engine from RemoteCall posted by [IP Address: 129.49.223.62] 'Bharat D Thakker' on August 28, 2001 at 13:06:47 EST:
But we have Peoplesoft 7.6 here. It does not provide the CallAppEngine call. It has to be called using RemoteCall.
: In Peoplesoft 8.0, CallAppEngine is used to call App. Engine Programs instead of RemoteCall.
:
: : I am trying to call Application Engine from peoplecode using RemoteCall . When I run the Application Engine process separately -it runs fine but the RemoteCall is not working. The call looks like this -
: : RemoteCall("PSRCCBL", "PSCOBOLPROG", "PTPEMAIN", "PSRUNCTL", "SRV03", "RC", &RETURNCODE, "PI", &PROCESSINSTANCE);
: : It allocates a ProcessInstance to the process but always gives a message like - : : Maybe I need to pass some more parameters to the RemoteCall! : : Help !
: : 0 requests found for