Search found 42189 matches

by chulett
Wed May 07, 2008 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passage parameters between stages
Replies: 13
Views: 3597

ODBC and UV are the only two stages that support a 'multi-row result set' - otherwise all you ever get is one record back.
by chulett
Wed May 07, 2008 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passage parameters between stages
Replies: 13
Views: 3597

You can't use the NOTFOUND constraint with database lookups, it just doesn't work - it only seems to be valid for Hashed based ones. You need to check for null returns or whatever your query passes back when no rows are found.
by chulett
Wed May 07, 2008 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSExecute return code
Replies: 2
Views: 2396

You need a command delimiter between the two, otherwise all that happens in the 'cd' I'd wager. While you could use ";" I'd suggest the much nicer "&&" which tells the second command to execute only if the first is successful: cmd = "cd /opt/isproj/ctl/ && ./ctlAccess 2" Ca...
by chulett
Wed May 07, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passage parameters between stages
Replies: 13
Views: 3597

chulett wrote:Assuming a direct OCI reference lookup, you'll need two key columns - ID and DAY - and then user-defined sql to get the 'between' in there. Suggest you start off letting the stage generate your sql and then 'adjust' it from there so you get the basic syntax correct.
by chulett
Wed May 07, 2008 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passage parameters between stages
Replies: 13
Views: 3597

As noted, confusion reigns. With two selects, the 'second' OCI stage must be a reference lookup, but it would be best if you could be more explicit and do a better job of describing the job design. Assuming a direct OCI reference lookup, you'll need two key columns - ID and DAY - and then user-defin...
by chulett
Wed May 07, 2008 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PHANTOM ERROR.
Replies: 15
Views: 8974

If the confusion is where exactly your Projects directory is located, let's see if this helps. Assuming a standard setup, try: cd $DSHOME cd ../Projects/<YourProjectName>/RT_BP1217 If the first step doesn't seem to work, try: cd `cat /.dshome` cd ../Projects/<YourProjectName>/RT_BP1217 One of the tw...
by chulett
Wed May 07, 2008 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PHANTOM ERROR.
Replies: 15
Views: 8974

:? Meaning what? You don't know where your Projects are on the server? You don't know 'cd' or 'vi'? All the steps are spelled out in my post, what part are you having a problem with?
by chulett
Wed May 07, 2008 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass parameter value to routine activity Input Argument
Replies: 10
Views: 3143

pratyusha wrote:I am sorry.There was a mistake
The job does not abort now but the log stops here

What was 'the mistake' and what did you change? As noted, it sounds like the command is hanging, the question is why.
by chulett
Wed May 07, 2008 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passage parameters between stages
Replies: 13
Views: 3597

Simply mark the output field as a Key field and it will automatically be used in any generated update 'where' clause.
by chulett
Wed May 07, 2008 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PHANTOM ERROR.
Replies: 15
Views: 8974

The job number for the 'RT_BPnnn' subdirectory is already noted in the message - in your case 1217. So you would cd to the Project directory in question, then the RT_BP1217 sub-directory there and then finally 'vi' the file noted in the message: " JOB.282366356.DT.1473640285.TRANS2 ". Check at and a...
by chulett
Tue May 06, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress "Status Code=0" output of dsjob command
Replies: 13
Views: 10288

Again, you've neither explained what you are trying to accomplish nor what isn't working for you. :?
by chulett
Tue May 06, 2008 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Named Pipe
Replies: 5
Views: 2048

ray.wurlod wrote:"FastExport" indicates extraction from Teradata.

Well, ok... doesn't tell us much other than that. :wink:
by chulett
Tue May 06, 2008 2:15 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Object reference not set to an instance of an object
Replies: 8
Views: 5987

Here is the combined wsdl we ended up using, hope it helps: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.rhd.com/dpc/matchService/1.0" xmlns:soapenc="http://schemas.xmlso...
by chulett
Tue May 06, 2008 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VOC Error
Replies: 17
Views: 5481

:lol:

Can't help you with that one.
by chulett
Tue May 06, 2008 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass parameter value to routine activity Input Argument
Replies: 10
Views: 3143

Put "#$SHELL_SCRIPT_PATH#p3.ksh #$CARS_OUTBOUND_EXTRACT_PATH#" in the 'parameters' box, without the quotes of course.