Search found 124 matches

by srinagesh
Tue Mar 27, 2007 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting -11103 while running DS job
Replies: 4
Views: 1145

Check the Query in the Lookup table.
by srinagesh
Tue Mar 27, 2007 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use a $PATH UNIX directory in a server job
Replies: 5
Views: 1875

I think defining SOURCE_DIR in your dsenv would allow you to refer this in your jobs.

Alternatively, you can also create a Project level Parameter to define SOURCE_DIR and use it in your project
by srinagesh
Thu Mar 08, 2007 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Killing process left running from aborted job
Replies: 13
Views: 31037

Hi Kumar, If we call a process which doesnt have any parent process (ie., having Parent process as 1) as an orphaned process, then all the 110 odd phantoms are orphaned. nagesh 1076 1 0 Mar 01 ? 0:01 phantom DSD.StageRun SRQCGenerator.HTB SRQCGenerator.Transform 299 0/50/1 This process from March 1s...
by srinagesh
Thu Mar 08, 2007 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Killing process left running from aborted job
Replies: 13
Views: 31037

Hi Ray ! $DSHOME/bin/dsdlockd -p This doesn't seem to get rid of phantom processes. I have 110 phantom processes, and I have run this command abt 1/2 hr back, still the processes remain. In the director, the entries for these phantom processes have the LastCommandProcessed as " DSD.OnAbort"...
by srinagesh
Fri Mar 02, 2007 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ plugin Install unxuccessful
Replies: 4
Views: 1568

Hi !

The problem is resolved now.

The issue was with the file from which we were trying to install the plugin.

It was corrupted during FTP process. we reimported the file and are now able to install the plugin successfully.


-Nagesh
by srinagesh
Thu Mar 01, 2007 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ plugin Install unxuccessful
Replies: 4
Views: 1568

I have contacted support for this issue, but the turn around time seems to be bit high.

Is there a way to analyze the core dump?
by srinagesh
Thu Mar 01, 2007 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ plugin Install unxuccessful
Replies: 4
Views: 1568

MQ plugin Install unxuccessful

Hi ! We are trying to install MQ plugin into one of our projects and have encountered this error Reading package file mqseries.dsp Updating stage type records in project: testmq Segmentation Fault - core dumped PRINTER memory segment removed The log file, generated at the time of install does not re...
by srinagesh
Tue Feb 20, 2007 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 6100

Hi !

The issue was resolved now

Ultimately it turned out to be a Unix issue.

There were issues with some group permissions. The unix admin modified those permissions and restarted the cron. It worked like charm.

:D


-Nagesh
by srinagesh
Mon Feb 19, 2007 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 6100

Hi !

I tried restarting the datastage service, but the problem still prevails. :evil: :!:
by srinagesh
Mon Feb 19, 2007 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 6100

Thanks for the pointer Craig. I have checked the datastage job log and the last entry in the log is the one for the previous successful run. There is no indication that the job "tried" to run at the scheduled time. I have also checked up with the Unix guys and they are quite confident that...
by srinagesh
Mon Feb 19, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 6100

Jobs not running as scheduled

Hi ! The datastage jobs are not running as scheduled, with any other user other than dsadm. The cron shows that the job is scheduled, but the job fails to kick start at the "scheduled moment". I have read in posts that it is worth checking the datastage logs for this. I couldnot find any l...
by srinagesh
Wed Feb 07, 2007 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6612

Hi DSGuru,

Can you send me the dsx file so that I can have a look at the same please.


Regards
Nagesh
by srinagesh
Wed Feb 07, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6612

I have set the reject property as "output". It will output the reject records into the reject link.
by srinagesh
Wed Feb 07, 2007 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6612

Yes, I have tried giving a default value and have tried removing the default value. I couldnot find any difference.

It wasnot going into the reject link
by srinagesh
Wed Feb 07, 2007 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link from a Sequential file
Replies: 10
Views: 6612

Reject Link from a Sequential file

Hi ! I have a flat file with the following records "Empno","Ename","Salary","Deptno","JoiningDate" 1,"a",5000,100,2006-01-01 2,"b",,100,2006-01-01 3,"c",,, The Column definition of the sequential file stage is Empno numb...