ABAP Stage error

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
amar.v023
Participant
Posts: 17
Joined: Thu Nov 19, 2009 12:55 am
Location: Hyderabad

ABAP Stage error

Post by amar.v023 »

Hi All,
In my project, i am extracting records from SAP- with ABAP stage.
when i am running job failed with error as below. Please help on this error to resolve.

APT_CombinedOperatorController(1),0: Fatal Error: Fatal: ABAP_E_00007`:`Error while retrieving link property
ABAP_E_00598`:`DSSAP Logical Connection not found: %1

Thanks :D
Amar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First piece of advice for "combined operator" errors like that is to set the environment variable $APT_DISABLE_COMBINATION to true to determine in which stage the problem is occurring. However, it does seem to be an issue with your ABAP stage.

Double-check your "DSSAP Logical Connection" value in the stage as it seems to be invalid.
-craig

"You can never have too many knives" -- Logan Nine Fingers
amar.v023
Participant
Posts: 17
Joined: Thu Nov 19, 2009 12:55 am
Location: Hyderabad

Post by amar.v023 »

Thanks.

Got this problem, the problem is with Userid. Id is Locked in SAP part.
Amar
Post Reply