Search found 53125 matches
- Mon Nov 08, 2004 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT Config File
- Replies: 9
- Views: 4842
- Mon Nov 08, 2004 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: White Paper on DataStage Enterprise Edition
- Replies: 5
- Views: 4044
- Mon Nov 08, 2004 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: White Paper on DataStage Enterprise Edition
- Replies: 5
- Views: 4044
- Sun Nov 07, 2004 8:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: help with converting varchar to decimal
- Replies: 2
- Views: 805
What exactly do you want to convert? For example, what would you expect to get by trying to convert a character string like "The Source" into a DECIMAL(10) data type? No database would let you load the raw data, but what kind of number would you expect to see? There is a rich set of conversion funct...
- Sun Nov 07, 2004 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Stage Variables
- Replies: 3
- Views: 744
DSSetVar is a function. You are trying to invoke it as a subroutine, using the CALL statement. Curiously, this is possible. The first argument must be the name of the variable that is to hold the result. The following two statements are equivalent, provided that a DEFFUN declaration has been made. R...
- Sat Nov 06, 2004 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: probelem output stage(ODBC)
- Replies: 3
- Views: 826
You will never be able to squeeze a DECIMAL(18) number into a DECIMAL(4) column, unless the value of the number happens to be sufficiently small (good luck rather than good management). You have two, and only two, choices if you want to prevent the warnings.. The target column must be made capable o...
- Fri Nov 05, 2004 6:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: probelem output stage(ODBC)
- Replies: 3
- Views: 826
There's probably an adjacent message in the log showing you the values that were sent to replace the parameter markers in the INSERT statement. Using your knowledge of the metadata, identify which numeric value was out of range. For example: TinyInt can not be larger than 127. SmallInt can not be la...
- Fri Nov 05, 2004 5:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 connection
- Replies: 2
- Views: 1035
- Fri Nov 05, 2004 5:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find path to a hash file from a routine
- Replies: 4
- Views: 962
- Fri Nov 05, 2004 5:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Messages in MQ Series
- Replies: 3
- Views: 931
You create it. If the other person already has one, certainly use their work, but ultimately you need the collection of column definitions in your job design. Best practice is to create it in the Repository first, then load it into your job design. It must have exactly the same number of columns as ...
- Fri Nov 05, 2004 5:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RAM / swap usage
- Replies: 13
- Views: 7707
That was my workaround ( ls -l | awk '{print $6,$7,$8}' ). Problem is on 01 Jan, when the time ($8) suddenly contains the year number of the previous year, which is not desirable in the current context. The problem still occurs if I don't invoke the function, so I think my initial diagnosis was wron...
- Fri Nov 05, 2004 5:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup stage's Key Expression is greyed out
- Replies: 4
- Views: 2332
- Fri Nov 05, 2004 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Server unable to run jobs
- Replies: 1
- Views: 1288
Please advise what has changed on the server since the time when you could run jobs. "Nothing" is not the correct answer. Ask the UNIX administrator, the network administrator, the database administrator(s). Check that the various tables (e.g. process table, inode table) have not become full. Has an...
- Fri Nov 05, 2004 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The Precompilation failed - no other information provided!..
- Replies: 14
- Views: 10375
- Thu Nov 04, 2004 11:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RAM / swap usage
- Replies: 13
- Views: 7707
I've just received that same error on DataStage 7.1 on AIX 5.2. Very simple job design; Folder stage retrieving file names only, Transformer stage, sequential file output. Transformer stage adds a second column which invokes a routine that calculates the file's date/time modified using OpenSeq and S...