Access Violation Errors.

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kiran_kom
Participant
Posts: 29
Joined: Mon Jan 12, 2004 10:51 pm

Access Violation Errors.

Post by kiran_kom »

I am having trouble calling a job through a sequencer. The job aborts with the followin error code.

DataStage Job 207 Phantom 4532
Program "JOB.626514745.DT.1322961046.TRANS1": Line 340, Exception raised in GCI subroutine:
Access violation.
Attempting to Cleanup after ABORT raised in stage SERPTOCANADDR.BELSMSSEQ.stgXSendtoSc
DataStage Phantom Aborting with @ABORT.CODE = 3

This job is invoked after a routine activity stage, where I am calling a batch script and creating a input file for this job. I dont think file locks is the problem here since I am able to run the job independently, almost immediatly after it fails.

Any thoughts ?
Post Reply