Search found 548 matches

by Krazykoolrohit
Fri Jul 14, 2006 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence question
Replies: 12
Views: 4888

can i abort the sequence in this way if a job aborts?

I have one routine and a job notification stage, which i want to run when a job fails.

Job1-Notify(fail)

Exception handler - notify(seq fail)

If i handle the error in the job, exceptional handler doesnt capture it
by Krazykoolrohit
Fri Jul 14, 2006 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UString to string warning
Replies: 5
Views: 1707

or within the stage you are reading as unicode and writing as non-unicode or vice versa
by Krazykoolrohit
Fri Jul 14, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Novice question
Replies: 15
Views: 4275

why do we want to delete all rows of child table?

i think we should drop the referential integrity of the parent table using before SQL and then recreate it using after SQL running the insert query in between
by Krazykoolrohit
Thu Jul 13, 2006 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping in DataStage Job
Replies: 6
Views: 3147

why dont u use "do while" in Unix scripting?
by Krazykoolrohit
Thu Jul 13, 2006 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence question
Replies: 12
Views: 4888

link all the 4 to a sequencer stage and change the mode of the stage to "any". link the sequencer stage to "notification activity" stage and fill in the details In each of the 4 jobs(in sequencer), in triggers tab, change expression type to FAILED (conditional) Job 1 -> sequencer...
by Krazykoolrohit
Thu Jul 13, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine (Ascential DS Server Version 7.1)
Replies: 14
Views: 8169

doesnt that ODBC connection contain a server name and port and all that stuff?
by Krazykoolrohit
Thu Jul 13, 2006 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in PX
Replies: 3
Views: 1884

as it says. most likely a network problem. try again
by Krazykoolrohit
Thu Jul 13, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine (Ascential DS Server Version 7.1)
Replies: 14
Views: 8169

check your DSN. is the server name correct there.
by Krazykoolrohit
Thu Jul 13, 2006 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to use IsNull
Replies: 4
Views: 2397

can you post the expression syntax? are you forcing null on a non nullable field?
by Krazykoolrohit
Thu Jul 13, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in parallel transformer stage
Replies: 3
Views: 2307

all the columns which you are using for any calculations in the stage variables in transformer have to be handled for nulls. Just make sure.
by Krazykoolrohit
Wed Jul 12, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for Stage variables in one transformer
Replies: 15
Views: 4611

I have used almost 30 stage variables some time in a single transformer.

you must be sure about how the stage variabels work ie they get compiled before the columns from top to bottom.

If you can post the error it would have been a great help in understanding your issue
by Krazykoolrohit
Wed Jul 12, 2006 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for Stage variables in one transformer
Replies: 15
Views: 4611

can you post the error?

I am not sure about the limit but 20 is certainly not that number.
by Krazykoolrohit
Wed Jul 12, 2006 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inactive Session and Data Load
Replies: 2
Views: 511

once you fire your jobs they run on the server. so even if you close the director or designer your jobs will run fine
by Krazykoolrohit
Wed Jul 12, 2006 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to run job sequencer after compile
Replies: 0
Views: 690

are the individual jobs running fine?

this happens because too many jobs are already running on the server and datastage fails to intiate another one. i have experienced this in my projects as well. restarting the server helped me
by Krazykoolrohit
Wed Jul 12, 2006 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designer freezing when opening OCI stage
Replies: 12
Views: 7284

your user id has been vodooed. you have any suspiscions?

jokes apart. really its nothing on which anyone can help you out because its strange.