Search found 15603 matches

by ArndW
Mon Sep 07, 2009 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Get the job invocation id used by a sequencer job
Replies: 2
Views: 1228

Where are you trying to get this information? With the Job Handle you can get information on the job invocation ids.
by ArndW
Mon Sep 07, 2009 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recursive lookups
Replies: 7
Views: 2568

DataStage does not have a capacity for recursive lookups the way you explained. It is possible to have several consecutive lookups to the same source located after each other in order to emulate this functionality but you would need to put sufficient lookups to guarantee that you would find the &quo...
by ArndW
Mon Sep 07, 2009 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Import Error
Replies: 3
Views: 1569

I the error you are referring to the "<cr><lf>" one? If you exported a XML document then did you also try to import it as XML or as a DSX file? If you look at the file in your favorite editor, does the XML have line breaks between tags as expected?
by ArndW
Sun Sep 06, 2009 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reinstallation of Datastage where project exists already
Replies: 6
Views: 1867

In this case if you give the path to the existing project it will detect that during installation and perform an "update". I have done this before at versions 7 and below and see no reason that this won't work at version 8 but it would be best to make a copy of the directory prior to makin...
by ArndW
Fri Sep 04, 2009 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGABRT
Replies: 1
Views: 1244

More information is required before anyone can assist. What type of a job, is the problem sporadic, does "reset" bring more information in the log file, has this job run without problems before - just to name a few.
by ArndW
Fri Sep 04, 2009 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lprojects, ljobs from client installation
Replies: 1
Views: 968

type in "dsjob -ljobs" and you'll get the syntax described to you in the help.
by ArndW
Fri Sep 04, 2009 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with variable
Replies: 7
Views: 2430

If the job parameter is "REPORT_DATE" then how is the value of "ReportDate" being derived?
by ArndW
Fri Sep 04, 2009 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting only specific columns from a file in unix
Replies: 19
Views: 3174

swerajan - most of the participants on this forum are not native English speakers, so using "text-speak" or "chatspeak" with lots of cryptic abbreviations is not good and certainly not professional. Likewise, this is a volunteer forum and thus the response to your request for imm...
by ArndW
Fri Sep 04, 2009 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

I see - you mean the NLS settings for the output from the database. Makes sense.
by ArndW
Fri Sep 04, 2009 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 1761

Re: Warning issue with CFF

I...When binding output interface field "REC_DATE" to field "REC_DATE": Implicit conversion from source type "decimal[8,0]"to result type "string". Are you certain that it is declared as "date"? DataStage cannot convert a number to date implicitly. ...
by ArndW
Fri Sep 04, 2009 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting only specific columns from a file in unix
Replies: 19
Views: 3174

I'll let Sainath assist you further on this thread, now that the two of you have hit it off so well. :wink:
by ArndW
Fri Sep 04, 2009 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting only specific columns from a file in unix
Replies: 19
Views: 3174

Sainath beat me to it.... But I'll add some information - You can declare the whole line as one VarChar() field and parse out what you need instead of entering a lot of column metadata.
by ArndW
Fri Sep 04, 2009 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the maximum length of varchar allowed
Replies: 4
Views: 9144

Important is also your table definition, I would think that if your table definition as well as ODBC definition is VarChar(4000) that should go through without a problem.
by ArndW
Fri Sep 04, 2009 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the maximum length of varchar allowed
Replies: 4
Views: 9144

DataStage can use much larger strings. Oracle and DB2, for instance, have limits on VarChar() sizes and I am fairly certain that the ODBC definition also limits strings.

Specifically, which database and version are you interested in?
by ArndW
Fri Sep 04, 2009 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Count based transformation in 4 nodes
Replies: 5
Views: 5118

How about defining your transform stage to execute "sequential"?