Search found 15603 matches

by ArndW
Thu Mar 13, 2008 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any way to find which user is using which job
Replies: 16
Views: 3382

Did you call it up and see if you could find locks? I don't have it active on this machine, so cannot walk you through the single steps.
by ArndW
Thu Mar 13, 2008 6:12 am
Forum: General
Topic: Error in Fixed width Sequential file
Replies: 6
Views: 4960

saraswati - I am going to make an exception to my practice of not responding to any posts where people state that they need an answer because the problem is "urgent" -> if it is indeed an urgent issue then go to your support provider for immediate assistance, but be prepared to pay for that service....
by ArndW
Thu Mar 13, 2008 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any way to find which user is using which job
Replies: 16
Views: 3382

I would recommend ensuring that the deadlock daemon is activated and running. That way if a job gets locked it will automatically clear within 15 minutes (the default setting in the deadlock daemon).

Do you have "job administration" active in your Director?
by ArndW
Thu Mar 13, 2008 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with ORCHESTRATE
Replies: 2
Views: 977

You posted SQL but didn't explain what the problem is.
by ArndW
Thu Mar 13, 2008 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Queue's Wait time
Replies: 12
Views: 4164

I've used -1 and see no detectable slowdown in read speeds. How did you measure this?
by ArndW
Thu Mar 13, 2008 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help regarding Datastahe
Replies: 3
Views: 808

Posting the same message several times in different forum is considered bad form, particularly as you posted in both Server and Parallel and now it is unclear which product you are asking about.
by ArndW
Wed Mar 12, 2008 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-equality based lookup
Replies: 7
Views: 1799

define a key column
by ArndW
Wed Mar 12, 2008 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JAVA API
Replies: 9
Views: 6795

lstsaur - you forgot to add "And Bob's your uncle"
by ArndW
Wed Mar 12, 2008 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-equality based lookup
Replies: 7
Views: 1799

Srini - I don't expect the auto-generated SQL to work for you, but it will show you the correct syntax on how to use the orchestrate column name.
by ArndW
Wed Mar 12, 2008 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CHAR(255) in a hashed file
Replies: 12
Views: 4696

Mea Culpa. UniSeq is the way to go :)
by ArndW
Wed Mar 12, 2008 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Throws error
Replies: 15
Views: 5262

Can you monitor your scratch space while running this job? Also, if you halve the number of rows does the job run through (i.e. determine if your error is caused by data volumes)?
by ArndW
Wed Mar 12, 2008 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-equality based lookup
Replies: 7
Views: 1799

I'm not at a datastage machine and cannot remember the exact syntax to use, but I usually go to the database lookup stage and select the automatically generated SQL and use that syntax as the basis for my own SQL statement.
by ArndW
Wed Mar 12, 2008 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CHAR(255) in a hashed file
Replies: 12
Views: 4696

SEQ() should return a number so I'm not sure what you did...
by ArndW
Wed Mar 12, 2008 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variable length columns
Replies: 2
Views: 928

In this type of case the best way is to declare the file as one long string and then use string functions in a transform stage to parse the elements. Your example doesn't show a variable number of columns, though.
by ArndW
Wed Mar 12, 2008 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Throws error
Replies: 15
Views: 5262

r_arora - the APT_... value changes were a long shot but worth trying.
What are the data volumes for the two links and could you tell us what you are doing in the join?