Search found 15603 matches
- Tue Dec 06, 2005 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load using oracle----padding space issue
- Replies: 5
- Views: 1198
I missed the CHAR definition in Oracle in your original post. This datatype has no terminator, as it is fixed length. Normally DataStage will pad this column with spaces, but in order to do your queryto function you will need to use another pad character, the null (0x00) character. You can use the t...
- Tue Dec 06, 2005 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load using oracle----padding space issue
- Replies: 5
- Views: 1198
Using LOAD invokes the Oracle bulk loader and uses a different load technology. The bulk loader will use $APT_ORACLE_PRESERVE_BLANKS setting, plus you can also use the data type VARCHAR2 which will also trim trailing spaces automatically. You might also change your job to do an explicit TRIM() on th...
- Tue Dec 06, 2005 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: please list out active and passive stages in datastage
- Replies: 8
- Views: 13949
If you have a client installed then you do have the documentation; if you don't have a client or a server then any explanation here is going to be somewhat useless. There is no reason to make an inclusive list of active and passive stages since they will change over time and with addition of package...
- Tue Dec 06, 2005 5:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsapi_slave in data satge
- Replies: 4
- Views: 1262
- Tue Dec 06, 2005 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsapi_slave in data satge
- Replies: 4
- Views: 1262
- Tue Dec 06, 2005 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: any other way to get trim functionality without transformer
- Replies: 9
- Views: 2231
If you right-mouse click on a column in the input sequential stage and go to "edit row" you will get a window that lets you set many different attributes on a per-column basis. Click on the string attributes at the lower half of the window to see your options, then you can use the online help and/or...
- Tue Dec 06, 2005 1:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we get only job status???
- Replies: 31
- Views: 6898
There is a bug in 7.x which causes a process that attempts a DSAttachJob() to itself will "hang" on a semaphore for 30 minutes before returning an error. I've changed all my code to check for JobName = DSGetJobInfo(DSJ.ME,DSJ.JOBNAME) before attempting a DSAttachJob(). This might have been your prob...
- Tue Dec 06, 2005 1:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error code 65280
- Replies: 7
- Views: 15548
It looks to me as if the problem doesn't lie with your particular job, but with the installation. If you write another job with just a row-generator and a peek stage does that work? The line in the error message stating that the process cannot attach to "/app/dstage/Ascential/DataStage/DSEngine/Proj...
- Tue Dec 06, 2005 1:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: any other way to get trim functionality without transformer
- Replies: 9
- Views: 2231
Within DS I think you will have to use the TRIM() function in a transform stage to do this. There are string handling capabilities in the sequential file stage, but they won't work for all types of strings (for instance no implicit trimming will be done when reading quoted strings withi embedded tra...
- Mon Dec 05, 2005 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Repartitioning to "DB/2"
- Replies: 7
- Views: 2125
- Mon Dec 05, 2005 11:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create HASH file in specific folder using CREATE.FILE
- Replies: 3
- Views: 1633
- Mon Dec 05, 2005 11:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error message
- Replies: 1
- Views: 579
The "connection" error in the message is between the client and server. If you can read/write/compile the same job in your Designer then the problem is most likely not due to problems on the server side. Can you start other jobs from your Director? If not, de-install your client completely (making s...
- Mon Dec 05, 2005 10:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column Import On Limited Part Of A Record
- Replies: 2
- Views: 896
- Mon Dec 05, 2005 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create HASH file in specific folder using CREATE.FILE
- Replies: 3
- Views: 1633
- Mon Dec 05, 2005 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Repartitioning to "DB/2"
- Replies: 7
- Views: 2125
Vincent, I just went through all the screens in the Transform stage that I could find to no avail - I cannot find any window where the userid or password for DB/2 repartitioning can be entered. This job has no DB/2 stages. Nothing visible to me in the Job properties or elsewhere. Could you perhaps p...