Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error "Internal error occurred checking the external " while creating a job

Former Member
0 Likes
1,240

Hi All,

I am getting an error while trying to schedule a job, Im not very shure abt what the job does, the user tried it and she got an error and asked me to do it.

A similer kind of job has been created in an other system and it works fine there. This job should run monthly and belowis the job step

The job runs on an external command and following are the paramerters

Name SAA_TP_CHECK

Parameters /usr/sap/transTCluster/bin/TP_DOMAIN_TD1.PFL

Operating sys. UNIX

Target server saptp1

This gives an error "Internal error occurred checking the external "

A similer kind of job that runs in a different system has the parameters as follows

Name SAA_TP_CHECK

Parameters /usr/sap/trans/bin/TP_DOMAIN_YD4.PFL

Operating sys. UNIX

Target server sapyp4

What might be causing the error, and how can this be solved. Please help!!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
686

Hi,

I think the issue is with the server .

Please check whether the Server name you are giving has the all the RFC connections.

I mean Remote Connection with the Server is establised or not.

Regards

Arbind

2 REPLIES 2
Read only

Former Member
0 Likes
687

Hi,

I think the issue is with the server .

Please check whether the Server name you are giving has the all the RFC connections.

I mean Remote Connection with the Server is establised or not.

Regards

Arbind

Read only

Former Member
0 Likes
686

This was an autharization error. The error did not appear once i recieved the requied authorization to execute external commands.

Thanks for all ur inputs.