Search found 6797 matches

by DSguru2B
Mon Dec 18, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get separate Status of a job on each run?
Replies: 7
Views: 1581

How are you getting the status of your job?
by DSguru2B
Sun Dec 17, 2006 9:40 pm
Forum: General
Topic: odbc insert
Replies: 9
Views: 3991

chulett wrote:That was Bill, or Chuck or whatever 'nom de plume' DSGuru2B is operating under today. :wink:



Still a Mystery :wink:
by DSguru2B
Sun Dec 17, 2006 1:11 pm
Forum: General
Topic: odbc insert
Replies: 9
Views: 3991

You can do that in the sql itself. I think using the Collasce function. NOt sure, google for it.
by DSguru2B
Sun Dec 17, 2006 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding date transformtions
Replies: 19
Views: 4750

The input is now different from what you originally started with and hence the ICONV/OCONV expression will change. Also, ICONV/OCONV will not work for timestamps, you have to substring the date part and then use ICONV/OCONV.
by DSguru2B
Sun Dec 17, 2006 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Questions
Replies: 18
Views: 5633

I agree. Thats why i never use UserStatus. I like things being physically written to the disk. Especially if its controlling the process.
by DSguru2B
Sat Dec 16, 2006 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Questions
Replies: 18
Views: 5633

So user status is job specific but still user status set by job x can be retrieved in job y. Great, thanks Ray.
by DSguru2B
Sat Dec 16, 2006 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating email id field
Replies: 13
Views: 3643

Thats what i thought too. Well, guess email format check is all that can be done. [sigh]
by DSguru2B
Sat Dec 16, 2006 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Questions
Replies: 18
Views: 5633

Really. I was under the impression that you have four variables (UserStatus) which you can set and were job independent. I never used User Status and hence my in-experience. Thanks for the clarification Craig. Sorry Ahimsa for the wrong info. :oops:
by DSguru2B
Fri Dec 15, 2006 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating email id field
Replies: 13
Views: 3643

Ill definately combine the checks. I'll also add the .NAME and .INFO. Tell me this, isnt there any way where we can open a socket via Basic coding. I was thinking of doing something in those lines to check for a valid DSN. Even if i want to something at the OS level, some companies have there ping f...
by DSguru2B
Fri Dec 15, 2006 9:53 pm
Forum: General
Topic: Getting Job Names from Sequences
Replies: 11
Views: 4585

Kim rules. :wink:
by DSguru2B
Fri Dec 15, 2006 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Questions
Replies: 18
Views: 5633

Re: Sequencer Questions

My Sequencer is having 4 jobs and each job is having parameter with Value = $UserStatus of earlier job. Now, e.g sequencer is aborted while procesing job# 3, 1. on restart of the sequencer, from which job# it will start? From the failed job if you made your sequence job restartable, otherwise from t...
by DSguru2B
Fri Dec 15, 2006 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding peculiar problem when using DRS STAGE
Replies: 7
Views: 1414

Ok, rerun the job for just 1 record and post us all the warning messages you are getting. You are missing some warning messages that are important for debugging.
by DSguru2B
Fri Dec 15, 2006 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bypassing notification activity in a sequencer
Replies: 35
Views: 9528

chulett wrote:TRY THAT, IT WILL WORK! :wink:

I like the humor in that. :P
by DSguru2B
Fri Dec 15, 2006 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding peculiar problem when using DRS STAGE
Replies: 7
Views: 1414

Is this behaviour only happening with the DRS stage or with other stages as well? If you erplace the DRS stage with Sequential file stage. What happens then? Also go to the log director and i think the second last entry will tell the job stats. Check for the rows for your output link. Is that 0 too?
by DSguru2B
Fri Dec 15, 2006 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMail Does Not Execute or Hangsl
Replies: 5
Views: 2627

Yea. Thats what i meant. Sorry for being unclear. So now that you tested it with Tester, you know that somethings wrong with DSSendMail(). Try rebooting the server and see what happens.