Search found 15603 matches
- Mon Sep 25, 2006 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Xml File reading job finished with phantom error.
- Replies: 4
- Views: 1034
That is an error message I haven't seen in DataStage before. First question would be - are you doing any square root computations in your job at all? Could you post the full error text as well as your exact version of DataStage? It might be possible to trace this to the line of code if it is happeni...
- Sun Sep 24, 2006 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server dsrpcd is taking 6 gig of memory.
- Replies: 5
- Views: 2067
- Sun Sep 24, 2006 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Buy AIX server for Datastage Dev, Test and Prod environment
- Replies: 5
- Views: 1392
The scaling of the new AIX machines is a complex matter and the information given so far isn't quite enough to come close. The actual load that production is going to have plays a very big role and you haven't touched upon that issue yet. If you go for the P-Series architecture you can scale the num...
- Fri Sep 22, 2006 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server dsrpcd is taking 6 gig of memory.
- Replies: 5
- Views: 2067
- Fri Sep 22, 2006 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does a remove string function in a transformer works
- Replies: 5
- Views: 4964
- Fri Sep 22, 2006 7:29 am
- Forum: General
- Topic: Oracle User Defined QUERY
- Replies: 3
- Views: 2244
- Fri Sep 22, 2006 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does a remove string function in a transformer works
- Replies: 5
- Views: 4964
OK, that is what I thought but couldn't remember. This is similar to the REMOVE statement and it works on "dynamic arrays" or strings that have the special DS delimiters and therefore is not the function that you are looking for. If your goal is to strip out all occurrences of a given single charact...
- Fri Sep 22, 2006 6:34 am
- Forum: General
- Topic: DS Sybase Stage
- Replies: 0
- Views: 2323
- Fri Sep 22, 2006 6:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does a remove string function in a transformer works
- Replies: 5
- Views: 4964
- Fri Sep 22, 2006 6:30 am
- Forum: General
- Topic: Oracle User Defined QUERY
- Replies: 3
- Views: 2244
Hello Ambasta and welcome to DSXChange. If you post your problem in the correct forum you will get a better and more accurate set of responses. In this case you posted in "General" but there are differences in what might be happening depending upon whether you are using PX or Server. Also, as an eti...
- Fri Sep 22, 2006 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Equivalent stage/Universe database
- Replies: 4
- Views: 1159
The DataStage PX product does not have the capability out of the box of directly reading UniVerse or DataStage Hashed Files. This is why Ray politely suggested using Server. If you need to process Hashed files you will need to use ODBC in PX jobs or write your own stage. I suggest you see if you can...
- Thu Sep 21, 2006 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OpenOffice compatibility
- Replies: 4
- Views: 897
- Thu Sep 21, 2006 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OpenOffice compatibility
- Replies: 4
- Views: 897
Open Office has ODBC drivers available, so you should be able to connect and read the spreadsheet data in much the same way you have alread done. But ODBC connectivity on Windows is builtin to the OS; whereas on UNIX it might not be as easy to ensure that the drivers will connect to DataStage. DataS...
- Thu Sep 21, 2006 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job 1946 Phantom 732 -- Meaning of Error Messages
- Replies: 11
- Views: 7605
You are using the aggregator stage to perform some sort of group level operations. Unless you sort the data coming in and tell the stage that the data is sorted it will need to use both memory and DS Server disk space to temporarily store data. If you can select your data in sorted order and set the...
- Thu Sep 21, 2006 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Directory serarch path in PX
- Replies: 1
- Views: 672
The error message you are showing is that the transform stage object code generated when you compile your job is not found and it doesn't list your user-defined object. Could it be that your routine changes the CWD and it was called successfully but has changed the attach point and thus the DS trans...