Search found 53125 matches
- Thu Oct 20, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty string are converted to null on SQL Server
- Replies: 9
- Views: 8916
And, of course, Microsoft intercept Char(128) to mean the Euro symbol, so you have to map a different character for NULL when on a Windows platform. This can be done in the uvconfig file. I don't believe that any two databases have the same rules for null representation or even handling. Some have a...
- Thu Oct 20, 2005 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run a function module from sap
- Replies: 6
- Views: 4949
- Thu Oct 20, 2005 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: outrownum reset
- Replies: 2
- Views: 885
- Thu Oct 20, 2005 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence Compilation Error
- Replies: 11
- Views: 2534
- Thu Oct 20, 2005 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Reject Link Error
- Replies: 9
- Views: 4061
Welcome aboard! :D Try using the link variable called DBMSCODE (there isn't one in DataStage called SQLCODE). SQLSTATE is the ODBC-specific generic error code (such as "S1000"), while DBMSCODE is the code returned from Oracle - usually a negative integer or zero. Are you really doing this in a paral...
- Thu Oct 20, 2005 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time and TimeStamp with microseconds
- Replies: 20
- Views: 10190
- Thu Oct 20, 2005 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filename for File Pattern in Seq File Stage
- Replies: 3
- Views: 1164
- Thu Oct 20, 2005 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Some licensing errors
- Replies: 10
- Views: 7105
- Thu Oct 20, 2005 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Defining multiple targets
- Replies: 2
- Views: 755
It's because - intentionally or otherwise - you designed your job to do that. You have not provided anything like enough information to enable anyone to diagnose this. For example, how many processing nodes are defined in the configuration file under which the job was run? Have you tested it with a ...
- Thu Oct 20, 2005 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem With TimeStamp
- Replies: 1
- Views: 1037
Have you verified that executables for sed and dbx are both installed on your machine, and that their parent directories are referred to in your PATH environment variables for DataStage processes - that is, the PATH set up in the dsenv script? That is, have you taken the investigative/remedial actio...
- Thu Oct 20, 2005 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Library file not Found
- Replies: 10
- Views: 3470
Running the job executes the osh script - you don't need to worry about that. You do need to worry about the missing or unfindable ".o" file. Perhaps you could try re-compiling your job with "force compile" selected. There is an environment variable (variously called LD_LIBRARY_PATH, LIBPATH, SHLIB_...
- Thu Oct 20, 2005 4:05 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Outrownum
- Replies: 3
- Views: 3027
If you pause to think about what @OUTROWNUM is doing, it is counting the rows that are sent along the output link while the job is running. The job continues to run, because of the RTI components. It follows that the answer to your question ("can I reset @OUTROWNUM", implicitly "without stopping the...
- Wed Oct 19, 2005 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: understanding SQL*Loader ctl file in OE stage...
- Replies: 10
- Views: 2365
Re: Ray, are you listening
Not while I'm working. While I'm working I give my client's tasks my full attention. I only visit DSXchange during breaks, or before or after work.prabu wrote:Ray, are you listening
- Wed Oct 19, 2005 11:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update and Insert on the Same Table
- Replies: 2
- Views: 1072
- Wed Oct 19, 2005 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence Compilation Error
- Replies: 11
- Views: 2534
This is a fairly common problem in sites where there is an SOE environment; that is, software is pushed out to PCs rather than allowing staff to install anything on their own PCs. "They" need to be informed that write permission is required to the DataStage installation folder, not just for job sequ...