Peoplesoft Tracing Remote Call Cobol

Posted on by

Cedar Hills Group, Inc. Unfortunately, Peoplesoft still uses COBOL throughout the application. Even worse there can be online components that call COBOLs from the. Student Admin. There are. REMOTECALLs may be initiated but we will. Component Interfaces. Lets say you have a page with a level 1 grid mocked up like this. The user enters values in Edit Boxes labeled value 1 and value. The user then presses the push button labeled calculate. On Field. Change of the push button, a Do. Cobol Trace In PeoplesoftPeoplesoft Tracing Remote Call CobolSee Remote Call Options. The RemoteCall. Follow these guidelines to select the optimal method for running a particular COBOL program Use PeopleSoft Process. Recompile all COBOL programs Tracing. Remote call enables the execution of COBOL programs remotely from. CSCobol for Peoplesoft. COBOL Error Running Test PTPDBTST. When running the Simple Connection Test Cobol you may encounter an error such as. PeopleSoft PUM Failure to. AAEAAQAAAAAAAAIuAAAAJDcxODI4YjBiLTA1ZmYtNGU1Mi04YTAzLWU4N2U2Y2MyNjkzYQ.jpg' alt='Peoplecode Remotecall' title='Peoplecode Remotecall' />Save. Now is called to commit. Then after the save processing completes, the Remote. Call is fired. with parameters pointing to the new database rows that were just. The COBOL run and picks up those values and calculates a result and. This model works fine when the user is interacting with the component. However, this structure can cause problems when you. Component and want. Install Java Plugin Firefox Portable Flash more. So lets say you want to do the following You have an application engine processing some batch results from. The application engine calls a component interface based on the. The Edit Box values for 1 and 2 are entered using the CI. Then the Application Engine presses the button by changing the. CI. There are two things that may happen here. E41633_01/pt853pbh1/eng/pt/tsvt/img/ia2cf27cn-7b54.png' alt='Peoplesoft Cobol Compile' title='Peoplesoft Cobol Compile' />Peoplesoft Cobol ErrorYou may get some kind of error. You may get an unexpected or no result. Why is this Well as documented in People. Books section titled. Understanding People. Code Behavior and Limitations, when a Component. Interface is called from an application engine all the database commits. So in the. structure of the component, the logic assumes that the dosavenow will. However, in the case of the AE calling the CI. For components like this you have to do some customization to get it to. In a situation like this I would add a simple piece of code in the. Change peoplecode. This code basically says if this. NOT run the. remotecall. It looks like this. If Comp. Intfc. Name lt Then. Run the remotecall stuff. Then in the application engine I would actually trigger the remotecall. CI properties and passing them as parameters to the CI.