Search found 15603 matches

by ArndW
Tue Nov 15, 2005 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception raised in GCI subroutine
Replies: 10
Views: 6286

gradkarthik, the line number displayed is not the exact line number of the error message; you need to offset this by up to a couple of lines (this is due to the way the compiler works and has been a problem for years...). The line you listed is a comment, just look downwards to a line that issues an...
by ArndW
Tue Nov 15, 2005 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX job is not compiling
Replies: 1
Views: 1060

Hello afsal_abdul,

several of the lines in your output state that there is a probable orchestrate configuration error. You need to look at your configuration file or post that so that someone might find the problem.
by ArndW
Tue Nov 15, 2005 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock while inserting using OCI Stage
Replies: 3
Views: 1808

srivvds, the "deadlock" error message is coming from the database, not datastage. Two or more processes are waiting for some resource to be released that the other holds. You should speak with your DBA, who can examine the locks and determine which process might be holding a lock that it shouldn't h...
by ArndW
Tue Nov 15, 2005 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error in 7.5EE
Replies: 8
Views: 2679

Hello Salil,

the first error message in your log is
Error when checking composite operator: The number of reject datasets "0"is less than the number of input datasets "1".
. Look at your transform stage - do you have a reject link?
by ArndW
Tue Nov 15, 2005 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i call a web servie residing on a webserver?
Replies: 3
Views: 1045

You an call external programs from DataStage and, with a bit more work, you can embed external library functions into DataStage. How is this service you are looking into calling normally invoked? If through either of the 2 methods listed above then the answer is "yes"
by ArndW
Tue Nov 15, 2005 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: subroutines
Replies: 5
Views: 2546

The concept of a subroutine exists in many, if not most, programming languages. DataStage is no different in this this case. Subroutines are used to re-use common programming code and/or to make a program modular and maintainable. Simple example - if you have a job with 50 Text columns containing na...
by ArndW
Tue Nov 15, 2005 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do we need to worry about the warnings?
Replies: 4
Views: 1248

Pavankvk, I believe that no production job should generate warnings. So in my opinion it is very important to attempt to program even PX jobs so that no warnings are generated. Sometimes specific warnings are not possible to get rid of in PX jobs, so I will take that warning message and demote it to...
by ArndW
Tue Nov 15, 2005 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 'Basic' Equivalent for 'Cast' operation of SQL
Replies: 5
Views: 1067

Hello Rohanf, The DataStage basic language doesn't have strict data types and there is no explicit cast function; it is always done implicitly. If you have a VarChar2 data field containing "123.456" in your job you can perform numeric operations or comparisons and it will automatically convert to th...
by ArndW
Mon Nov 14, 2005 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp to varchar
Replies: 1
Views: 817

Hello Aliso,

the format string should be of the form %yyyy-%mm-%dd %hh:%nn:%ss; I am not using a terminal with the PDF files available, but have used manual formatting without problems (well, no problem once I figured out how to define the attributes) before.
by ArndW
Mon Nov 14, 2005 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import project multi instance
Replies: 5
Views: 1319

If your project isn't broken (a DS.TOOLS REINDEX and clean up doesn't change the problem) then I think you need so submit this to Ascential support, since we won't be able to reproduce it either. Please remember to post a solution so that others may profit from your thread.
by ArndW
Mon Nov 14, 2005 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Return code 255....what is it ?
Replies: 5
Views: 9755

Hello Falchetto,

in addition to what Craig is asking (I just assumed that you were using the terms batch and job interchangeably) it might be a good idea to re-rate your assessment of DS skills - it might help in getting relevant responses in the future.
by ArndW
Mon Nov 14, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Unix or Wondows?
Replies: 6
Views: 1500

Ahh, I think you might be right (I just tried to find the thread in question but didn't locate it). I've never been proponent of Windows (any OS that schedules by round-robin doesn't deserve being called a modern OS) but I have never really done a cost comparison - and Windows has come a long way.
by ArndW
Mon Nov 14, 2005 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the job status when the job aborted???
Replies: 14
Views: 5083

The UNIX level program "dsjob" will, with the correct options, give you the finish status of any job plus a lot of other information. You can use this as part of a script to automatically get this information.
by ArndW
Mon Nov 14, 2005 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Return code 255....what is it ?
Replies: 5
Views: 9755

Start off with the easiest part, look into all of messages in your director's log file for this job run, starting at the end and working backwards. A clearer explanation of the error cause should be visible.
by ArndW
Mon Nov 14, 2005 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot add new stages to canvas
Replies: 3
Views: 1354

Did you have problems installing DS or the project? Might you still have a UNIX session open (installing plugins, for example) that has locks open? If you execute the UNIX command "list_readu EVERY" you might be able to see the process locking your file, or you can use the UNIX "fuser" command on th...