Page 1 of 1

merge stage

Posted: Wed Jan 26, 2011 12:05 pm
by rsunny
Hi ,

I am trying to do inner join using merge stage and i am giving the directory paths for two files and file names at Output tab. i am having two sequential files. wen i run the job it is giving the following error

Program "DSP.Open": Line 122, Exception raised in GCI subroutine:
Access violation.
Attempting to Cleanup after ABORT raised in stage Merge..Merge_0
DataStage Phantom Aborting with @ABORT.CODE = 3

Any help is really appreciated

Thanks in advance

Re: merge stage

Posted: Wed Jan 26, 2011 1:46 pm
by swarnkar
rsunny wrote:Program "DSP.Open": Line 122, Exception raised in GCI subroutine:
Access violation.
Attempting to Cleanup after ABORT raised in stage Merge..Merge_0
DataStage Phantom Aborting with @ABORT.CODE = 3
Hi,

It seems that DataStage is not able to find the file, so check the path of the files that you have mentioned in Merge Stage and also make sure you have read permison on those files

Thanks

Posted: Wed Jan 26, 2011 10:49 pm
by Ravi.K
Try to view data from Datastage designer. If any permission issues or filepath issues then it will throw you the error.

Posted: Thu Jan 27, 2011 6:42 am
by chulett
There's no "View Data" from the Merge stage.

Posted: Thu Jan 27, 2011 7:09 am
by rsunny
Hi ,

I checked my file path and it is correct and how do i check whether the files have read permissions or not and as craig said the View Data is in disable mode.


Thanks in advance

Posted: Thu Jan 27, 2011 3:41 pm
by ray.wurlod
Check permissions using operating system commands/utilities. For example, using Windows Explorer permissions can be seen by viewing the Properties of the object, under the Security tab. Doubtless there's a DOS command also. You can also use UNIX commands such as ls -l because you have MKS Toolkit installed.