Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
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

No provision exists for invoking DataStage from SAP R/3. The only thing even resembling this is that you can specify "push" or "pull" for accessing data.
by ray.wurlod
Thu Oct 20, 2005 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: outrownum reset
Replies: 2
Views: 885

Please don't double post.

A comprehensive answer exists on the SOA forum
by ray.wurlod
Thu Oct 20, 2005 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Compilation Error
Replies: 11
Views: 2534

Been there done that. I must say, however, that I have found most IT departments who "push" software to be amenable to cogent discussion about DataStage clients' requirements, and usually happy to oblige in getting it right within their SOE procedures.
by ray.wurlod
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...
by ray.wurlod
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

I wonder if their answer will include Carter's routine? Ya shoulda put a copyright notice into it before "they" do.
by ray.wurlod
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

Ain't easy. My first thought is to put a Folder stage into a Server Shared Container. That definitely captures the file name, as the "key" column. Problem with it is that the Folder stage reads the entire file into its "record" per file. You'd need to parse that out somehow (more text files?!!).
by ray.wurlod
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

Please advise HOW you resolved it.

Anyone else who encounters this problem will search the forum and find this thread. Wouldn't it be nice if they could find the solution here?!
by ray.wurlod
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 ...
by ray.wurlod
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...
by ray.wurlod
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_...
by ray.wurlod
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...
by ray.wurlod
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

prabu wrote: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.
by ray.wurlod
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

Do the inserts and the updates separately. Use a lookup to determine whether the row already exists; choose one of two output links on this basis.
You might even consider directing these links to text files ready for bulk loading into the table.
by ray.wurlod
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...