Search the forum to see whether anyone has had this problem in the past and whether there's a solution offered.
Check your PATH and LD_LIBRARY_PATH environment variables to make sure that the DataStage and Oracle libraries are findable.
Search found 53125 matches
- Thu Dec 07, 2006 7:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Eror While running job using oracle enterprise stage
- Replies: 1
- Views: 1157
- Thu Dec 07, 2006 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retreival of columns
- Replies: 4
- Views: 1081
- Thu Dec 07, 2006 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extra characters at the end of a datetime or interval
- Replies: 7
- Views: 4379
- Thu Dec 07, 2006 7:39 am
- Forum: General
- Topic: Rename the txt file
- Replies: 6
- Views: 3017
You've tried to use mv as a variable name. The command must be a single string - you must pass it as such. Then, as Arnd noted, mv is not a Windows command; it is a UNIX command. Even if you're relying upon MKS Toolkit or some other UNIX emulator on Windows, you should use "SH" as the shell argument...
- Thu Dec 07, 2006 6:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extra characters at the end of a datetime or interval
- Replies: 7
- Views: 4379
Code: Select all
Left(TheTimestamp, 19) Code: Select all
Field(TheTimestamp, ".", 1, 1)- Thu Dec 07, 2006 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retreival of columns
- Replies: 4
- Views: 1081
What are you supposed to do? Get the terminology right (I believe you mean Data Sets). Provide enough information to allow us to help you. Post the record schema for each Data Set, and the Join condition you used in the Join stage. Prove the number of rows in each Data Set using the Data Set Managem...
- Thu Dec 07, 2006 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Left padding
- Replies: 3
- Views: 1711
Code: Select all
Str("0", 10-Len(MyString)) : MyString- Thu Dec 07, 2006 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error related to Routine of excute.sql
- Replies: 2
- Views: 2011
The problem is in YOUR ExecuteSQL routine. At line 77 there is a variable used to which no value had been assigned. That is, there is some path through the code where no assignment has been made to that variable, then at line 77 an attempt is made to use the variable as an rvalue (that is, something...
- Thu Dec 07, 2006 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage to filter Record
- Replies: 16
- Views: 4408
From the DataStage BASIC manual: delimiter evaluates to any character, including field mark, value mark, and subvalue marks. It delimits the start and end of the substring. If delimiter evaluates to more than one character, only the first character is used. I tried it with two, where only the second...
- Thu Dec 07, 2006 5:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage to filter Record
- Replies: 16
- Views: 4408
- Thu Dec 07, 2006 5:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: adding sub sequence using stages
- Replies: 3
- Views: 976
- Thu Dec 07, 2006 5:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Explicit conversion from varchar to binary - Sybase
- Replies: 2
- Views: 1067
- Thu Dec 07, 2006 5:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join 2 db2 tables from different database
- Replies: 9
- Views: 4562
- Thu Dec 07, 2006 5:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage to filter Record
- Replies: 16
- Views: 4408
- Thu Dec 07, 2006 3:06 am
- Forum: Site/Forum
- Topic: No Limits.
- Replies: 11
- Views: 5632