Search found 65 matches

by jpr196
Mon Dec 18, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Datetime to Date
Replies: 9
Views: 4324

DB2 Datetime to Date

Hi again everyone, I have a delivered job that I cannot figure out. I have done many searches on this issue but have found most of the results relevant for formatting issues. Anyway, we're on a db2 database first of all. Basically, on one of the lookups a datetime field is being used to populate the...
by jpr196
Wed Dec 13, 2006 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging in Ascential
Replies: 8
Views: 2349

Hey, Thanks for the help guys. Can't say we really found the error, but it was something to do with the target table's metadata. When we reimported the table structure, the job ran fine.
by jpr196
Wed Dec 13, 2006 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging in Ascential
Replies: 8
Views: 2349

Have you tried Resetting (not recompiling) the job via the Director? Sometimes that will get you a 'From previous run...' log message and it can have additional (as in helpful) information. Hi, yes I tried to reset the job in director but it didn't give me anymore information. Also, the job appears...
by jpr196
Tue Dec 12, 2006 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging in Ascential
Replies: 8
Views: 2349

Yes this website. :P Jokes apart, what exact message were you referring too. I doubt any error message that the DSEngine can produce, has not been discussed here. Usually there are surrounding warn ... Ha...yeah you're right...This would be the first place i'd come if I had some kind of warning or ...
by jpr196
Tue Dec 12, 2006 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging in Ascential
Replies: 8
Views: 2349

Debugging in Ascential

Hi everyone, I was wondering if there are any ways to view more detailed information about an aborted job than using director and looking at the log file. For some of our delivered mappings that fail, all we get is a job aborted message and nothing else to really indicate what the problem might be. ...
by jpr196
Tue Dec 05, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex Timeouts
Replies: 5
Views: 1748

Hi Ray, Thanks for the suggestion. I did a search on the forum and this very well may be our problem. Our settings for spintries and sleep are 0 and 5000 respectively. Would this mean spintries is turned off and shouldn't impact us or should we try to increase this number from 0? Thanks for the help.
by jpr196
Mon Dec 04, 2006 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex Timeouts
Replies: 5
Views: 1748

Mutex Timeouts

Hi, We have delivered jobs with Error Tables that abort the job due to Mutex Timeouts. A few of the jobs in their simplest form look like this: src --> ipc ---> trans ---> ipc ---> tgt ---> hash The error table comes off the transformer without an ipc and there are some hash lookups attached to the ...
by jpr196
Mon Nov 20, 2006 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Workflow Triggers
Replies: 2
Views: 1012

DataStage sequences can be written to do this. Since there are so many ways of branching or waiting on "triggers" it is hard to answer your question directly. Often the presence or absence of a file is used as a switch, or even as a trigger to start processing. External scripts can be cal...
by jpr196
Mon Nov 20, 2006 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Workflow Triggers
Replies: 2
Views: 1012

Workflow Triggers

Hi,

Does anyone know if Ascential has the capability to receive workflow triggers from a source system to tell it whether to run a job or not? Thanks in advance for your help and time.
by jpr196
Thu Nov 09, 2006 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove "Phantom" Job
Replies: 8
Views: 2485

There are many ways to unlock a job Do a search on "unlock job" A quick solution In DS director Goto Job -> Cleanup resources. Look into all the processes Find "your job" (one that complains of being locked) Click on the "Release" button The issue is that the job does ...
by jpr196
Thu Nov 09, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove "Phantom" Job
Replies: 8
Views: 2485

There are many ways to unlock a job Do a search on "unlock job" A quick solution In DS director Goto Job -> Cleanup resources. Look into all the processes Find "your job" (one that complains of being locked) Click on the "Release" button The issue is that the job does ...
by jpr196
Wed Nov 08, 2006 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove "Phantom" Job
Replies: 8
Views: 2485

Remove "Phantom" Job

Hi everyone, While running an dsx import, manager crashed and when I attempted to run the import again, I had a problem with one of the jobs. The error basically said "Job already exists and that the job was locked in DS_JOBS". However, when I look in the project, the job is nowhere to be ...
by jpr196
Tue Oct 31, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Projects
Replies: 8
Views: 1975

I was able to finally release the locks and voila..the project was deleted easily. Thanks for all the help.
by jpr196
Mon Oct 30, 2006 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Projects
Replies: 8
Views: 1975

No it means you previously brought down DS and restarted incorrectly so you now have more than one shared memory segment which is not good and away from this deleteing Project issue.... So bring DS doen or stop it and then have your Unix Admin (root) do the following: ipcs | grep ade ipcrm -m {shar...
by jpr196
Mon Oct 30, 2006 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Projects
Replies: 8
Views: 1975

I took your advice and this is the results: Cache Segments : 0 active User Segments : 0 active I decided to try and restart the DataStage Server to see if that would help and I got an error: Unable to remove the following shared memory segment(s) during shutdown: m 1020264485 0xadec7511 --rw-rw-rw- ...