Using B34A1030

sdillon1

Member
From an APPL, we are using B34A1030 with a string of
CALL QGPL/J554101 PARM('DV7333' 'USER' 'P5541001' 'WDC' '105005' '92218' '0417')
We get an error back,
2300/3612 Wed Jan 05 08:57:48 2005 JDEOBJ.C2062
COB0000450 - Business function ExecuteExternalProgram is causing problems on server AS400.
Contact your system administrator to either change OCM or fix the problem with ExecuteExternalProgram

OCM is mapped to the AS/400

Is it possible to call an RPG program that loads a table with data?

Is there a time limit for the command to return to OW?

Please help...
 
Can you find the job log on the AS/400? If so examine it and see if you can determine what the problem is. For example, are you specifying the correct number of parameters and in the correct format (numeric vs alphanumeric) that J554101 expects.

My 2 cents.

sdillon1 <[email protected]> wrote:
From an APPL, we are using B34A1030 with a string of
CALL QGPL/J554101 PARM('DV7333' 'USER' 'P5541001' 'WDC' '105005' '92218' '0417')
We get an error back,
2300/3612 Wed Jan 05 08:57:48 2005 JDEOBJ.C2062
COB0000450 - Business function ExecuteExternalProgram is causing problems on server AS400.
Contact your system administrator to either change OCM or fix the problem with ExecuteExternalProgram

OCM is mapped to the AS/400

Is it possible to call an RPG program that loads a table with data?

Is there a time limit for the command to return to OW?

Please help...
 
Hello everyone. I need help. I am currently learning JDE 920. I was given the task of learning how to use custom code in JDE. For example PLSQL procedures. I read that I can use the B34A1030 Execute External Program. Can you give an example of its use please?
 
Back
Top