Fatal Error When Running job with IDOC Extract stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Fatal Error When Running job with IDOC Extract stage

Post by somu_june »

Hi,

I have a jb which contains IDOC extract stage . When Iam running the job it is raising an error saying .

APT_CombinedOperatorController,0: Fatal Error: Fatal: RFC exception: CALL_FUNCTION_SIGNON_REJECTED EXCEPTION SYSTEM_FAILURE RAISED You are not authorized to logon to the target system.


Please help me in comming out of this problem


Thanks,
SomaRaju
somaraju
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

CALL_FUNCTION_SIGNON_REJECTED Google says..

Cause: The user tried to log onto the target system without a valid user ID.
Runtime Error: CALL_FUNCTION_SIGNON_REJECTED
The error code signifies the following:
1) Incorrect password or invalid user ID
2) User locked
3) Too many logon attempts
5) Error in authorization buffer (internal error)
6) No external user check
7) Invalid user type
8) User's validity interval has been exceeded
meena
Participant
Posts: 430
Joined: Tue Sep 13, 2005 12:17 pm

Post by meena »

Hi,
This is from previous post by Amos.Check this.
Is it the first time you are trying to use IDOC load or you already do it but this time it fails ?
Try to put RFC trace on you DS server. Do this by adding the following env variables to your system:

Code: Select all

RFC_TRACE=1 
RFC_TRACE_DIR=some location for the trace files 

Try and check the IDOC configuration file (it is created the first time you choose this IDOC) see if the SAP version in it is correct.
And do a serch in the google based on "RFC_SYS_EXCEPTION ".
Post Reply