Search found 34 matches

by Mun
Mon Jan 22, 2007 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Hi all- Thanks for all your comments, definitely appreciated. So, does everyone agree that by changing the logic from ' ' to 0, it is no longer sending an error? I believe the error is still being sent out, because it is still showing me warnings for the job. The warnings haven't changed, so instead...
by Mun
Mon Jan 22, 2007 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Re: Response to DSguru2b

Ok, so I went into the actual routine and was able to get my job to run, by editing the routine. I took the one routine I was getting an abort error on (the routine was called ForceWarn), and I changed the Ans =' ' to be Ans= 0 in the physical routine, I compiled and tested it, and it seemed to work...
by Mun
Tue Jan 16, 2007 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Re: Response to DSguru2b

So, I tried to do what was mentioned here, but I am still getting an error, the error is now aborting me out of the Seq. this is what the error says, should I edit the GetNextBatchNumber Routine? The GlobalBatchName has a value of 'madhavi' and a CurrentBatchNum value of 0. CopyOfSEQ_J_Stage_PS_S_F0...
by Mun
Tue Jan 16, 2007 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Re: Response to DSguru2b

So, I tried to do what was mentioned here, but I am still getting an error, the error is now aborting me out of the Seq. this is what the error says, should I edit the GetNextBatchNumber Routine? The GlobalBatchName has a value of 'madhavi' and a CurrentBatchNum value of 0. CopyOfSEQ_J_Stage_PS_S_F0...
by Mun
Mon Jan 08, 2007 8:46 pm
Forum: General
Topic: DataStage Job Phantom Warning
Replies: 1
Views: 2487

DataStage Job Phantom Warning

I am having warning issues when my datastage job is finished running. I checked the number of rows from source and it matches number of rows in target. I am using a variable in the job. That is probably why it says "variables" has been cleared. What should I do to not have those warning is...
by Mun
Fri Jan 05, 2007 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Response to DSguru2b

This is the first time I've seen this error, but it's not the first time this error has come up.

Is it because the SID logic isn't working properly, or is it because there is a non-zero value being returned (as chulett mentioned)?
by Mun
Fri Jan 05, 2007 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Routine DSU.GetXXXXXX did not finish OK

Hi Guru's I'm having a problem in my Job Sequencer, where I keep getting this error, "(@GetNextBatchNumber): Routine DSU.GetNextBatchNumber did not finish OK. " I'm also seeing this error with the GetMaxDateTime and GetMinDateTime. Do I need a patch to resolve this? Or would this be a resu...
by Mun
Fri Jan 05, 2007 11:10 am
Forum: General
Topic: Where to download fix for a sequencer bug
Replies: 7
Views: 4805

Sorry, corrected my statement.
by Mun
Fri Jan 05, 2007 11:04 am
Forum: General
Topic: Where to download fix for a sequencer bug
Replies: 7
Views: 4805

I got the patch and it is now working. Thanks!
by Mun
Thu Jan 04, 2007 10:03 am
Forum: General
Topic: Where to download fix for a sequencer bug
Replies: 7
Views: 4805

Where to download fix for a sequencer bug

When I double click the job activity in a sequencer to view the properties, the properties box doesn't come up. I don't have any problem double clicking for anything else. A co-worker said there is a fix for that problem but can't seem to find it.. Anyone can help to locate that fix?
by Mun
Tue Nov 14, 2006 12:58 pm
Forum: General
Topic: How do you call a file that has SQL scripts
Replies: 8
Views: 7547

I thought about using Stored Procedure...a co-worker suggested placing EXECUTE IMMEDIATE before each of the insert statement in quotes but getting Oracle error such as PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: := . ( @ % ; not null range default cha...
by Mun
Tue Nov 14, 2006 12:45 pm
Forum: General
Topic: How do you call a file that has SQL scripts
Replies: 8
Views: 7547

Re: How do you call a file that has SQL scripts

I am currently using Oracle database.... Mun... You didn't mention what database you are working with. You need to use command line database command to execute the SQLs kept in the file. For example in UDB, you can use a shell script (say loadtbl.sh) as follows: db2 connect to dbname user userid usi...
by Mun
Tue Nov 14, 2006 11:59 am
Forum: General
Topic: How do you call a file that has SQL scripts
Replies: 8
Views: 7547

How do you call a file that has SQL scripts

I have a SQL file that has about 200 insert SQL statements. How do I call it from DataStage as a Before-Job routine or After-job routine to get the file from repository and run that file and load data into the database? Currently, I have run the entire script in TOAD and execute as script and it pop...
by Mun
Tue May 23, 2006 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reverse String
Replies: 3
Views: 1142

Perfect!! You guys ROCK!!! :D
by Mun
Tue May 23, 2006 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reverse String
Replies: 3
Views: 1142

Reverse String

Hi,

I am trying to reverse first name and last name.

ie: Doe John -> John Doe
or Jane Mary -> Mary Jane