Search found 548 matches

by Krazykoolrohit
Tue Jul 11, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 5098

I am running only 3 jobs at a time and still getting this error.

Few questions:
In job resource i see there are many jobs running although not of my project. Does this effect concurrency?

NOTE: We were able to run 17 jobs simultaneously just 1 week ago
by Krazykoolrohit
Mon Jul 10, 2006 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Repository Interface
Replies: 11
Views: 3356

What do you mean by a seperate location?

I guess if you install both the versions in your machine they both get installed inside the Ascential folder. And you need to make that switch whenever you try and switch between the clients.

am i right?
by Krazykoolrohit
Mon Jul 10, 2006 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Repository Interface
Replies: 11
Views: 3356

What do you mean by a seperate location?

I guess if you install both the versions in your machine they both get installed inside the Ascential folder. And you need to make that switch whenever you try and switch between the clients.
by Krazykoolrohit
Mon Jul 10, 2006 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Repository Interface
Replies: 11
Views: 3356

You also need to switch between the two clients on your machine. this is done using a client switcher.
by Krazykoolrohit
Mon Jul 10, 2006 10:01 am
Forum: IBM QualityStage
Topic: QS match job with 2 source tables in DS for DS plug-in
Replies: 5
Views: 4253

why dont you invoke the jobs using unix scripts?
by Krazykoolrohit
Mon Jul 10, 2006 10:00 am
Forum: IBM QualityStage
Topic: QSEE configuration problem
Replies: 2
Views: 2324

which job you choose? is it a match job? can you see 2 more check boxes other than export and run when you try to run it?

i dont have access to QS right now. so cant guide you.

In case you see 2 more check boxes, you need to run the job with a sample data file to create those files.
by Krazykoolrohit
Mon Jul 10, 2006 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exit status 256
Replies: 1
Views: 1642

rerun it again. seems to be a resourse failure. how many jobs are you running on the server?
by Krazykoolrohit
Mon Jul 10, 2006 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Sequential Files
Replies: 16
Views: 4182

ya but if you are passing nulls to a fixed width file, i am not sure how the file will look like
by Krazykoolrohit
Mon Jul 10, 2006 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not releasing
Replies: 7
Views: 2776

I assume that using UV did not work for you since you are planning to restart the operating system
by Krazykoolrohit
Mon Jul 10, 2006 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 15749

try and handle this in unix, the date comparison. Add a parameter to the jobs which wil indicate the result of your calculation (done in unix) and then use that parameter ro generate rows.
by Krazykoolrohit
Mon Jul 10, 2006 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running sequence
Replies: 6
Views: 1847

Do you see any warnings pointing to a particular job?
by Krazykoolrohit
Mon Jul 10, 2006 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Sequential Files
Replies: 16
Views: 4182

are you using a delimiter to write the text file or using a fixed width file?
by Krazykoolrohit
Mon Jul 10, 2006 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Supress extra Carriage returns
Replies: 21
Views: 5012

Hey try this code to eliminate the CR characters Trim(Ereplace(input.Link, Char(13): Char(10) ,"",-1,0)) and change your delimiter to a value that is not expected in your input file stream. the windows character map can be of your help. Its in programs -> Accesories -> system tools. choose...
by Krazykoolrohit
Wed Jul 05, 2006 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open sequential file
Replies: 5
Views: 1500

Ya i have. But the thing is that i have to show a normal run of the project without any aborts for the support team to accept the project. was wondering wat i culd do.
by Krazykoolrohit
Wed Jul 05, 2006 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open sequential file
Replies: 5
Views: 1500

Do we have any optimum number of jobs which can be run? anything ideal?

If we run on unix then it should be fine?