Search found 53125 matches

by ray.wurlod
Tue May 05, 2015 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call SSIS package from DataStage 9.1
Replies: 9
Views: 3473

My (implied) solution is "don't do it".

<rant>
Resist stupid requirements!
</rant>

Otherwise track down a command line mechanism for invoking your package and use that, perhaps from an External Source stage if stdout will receive the required output from the package.
by ray.wurlod
Tue May 05, 2015 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting or Updating Xml data into Oracle table
Replies: 4
Views: 3482

Just an idea, since you're on a very old version: can you handle the XML as a VarChar (or Long VarChar) data type within your job design? Ignore (or demote) any metadata mismatch alerts.
by ray.wurlod
Tue May 05, 2015 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Host lookup faliure
Replies: 1
Views: 916

Since you have not specified what name resolution technique you are using it's hard to comment but, yes, hard coding IP address to name mapping in the hosts file should successfully resolve this issue.
by ray.wurlod
Mon May 04, 2015 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel Engine language
Replies: 4
Views: 1764

Also APL ("a programming language", would you believe?), but I considered that to be a variant of PL/I so did not include it.
by ray.wurlod
Mon May 04, 2015 6:05 pm
Forum: General
Topic: Happy Star Wars Day
Replies: 4
Views: 1595

Happy Star Wars Day

May The 4th be with you
by ray.wurlod
Mon May 04, 2015 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSTAGE-SYBOC-0023`:`Sybase Open Client error: ct_fetch()
Replies: 1
Views: 1990

Not easily, because the error is being reported by the Sybase OC library, not by DataStage.
by ray.wurlod
Mon May 04, 2015 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel Engine language
Replies: 4
Views: 1764

At the lowest levels the DataStage server engine is largely written in C. Once upon a time there was some FORTRAN and PL/I in there too, but I believe that's no longer the case. Only the "public" levels are written in DataStage BASIC. The clients are written in a mish-mash of languages, in...
by ray.wurlod
Sun May 03, 2015 7:27 pm
Forum: General
Topic: Call for Papers - IBM Insight 2015
Replies: 2
Views: 1893

Key topics

Smarter Planet
Analytics
Big Data
IBM Cloud
IBM PureSystems
Mobile Enterprise
IBM Security
Social Business

Nothing there about Information Management or Governance... :(
by ray.wurlod
Sun May 03, 2015 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify missing numbers in a source column
Replies: 5
Views: 1536

Another approach might be to join/lookup with a complete list of numbers, which you could generate within the job. The beginning and end numbers could be provided as job parameters.
by ray.wurlod
Sun May 03, 2015 1:49 am
Forum: General
Topic: Call for Papers - IBM Insight 2015
Replies: 2
Views: 1893

Call for Papers - IBM Insight 2015

- IBM Insight 2015 is the premier conference for data and analytics, and Call For Speakers offers you the opportunity to share your industry experience, technical expertise and best practices with thousands of your peers at this unparalleled event. Taking place October 25 - 29 in Las Vegas, Nevada, ...
by ray.wurlod
Sat May 02, 2015 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify missing numbers in a source column
Replies: 5
Views: 1536

You will need sorted data, and you will need to operate in Sequential mode. Use a Transformer stage. Use stage variables to "remember" the value from the previous row. Use a loop to traverse the interval between that and the current row's value, sending values less than the current row's v...
by ray.wurlod
Fri May 01, 2015 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is aptvds0_o0_i0_stno0?
Replies: 8
Views: 3530

My guess would be inadvertent closure/re-use of a file unit within the application. Only IBM could give you a definitive answer on that.
by ray.wurlod
Fri May 01, 2015 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Link Counts in the Director Monitor view
Replies: 1
Views: 1203

Could be. Take a look at the score - the Lookup stage actually generates two operators - one to build (and index) the lookup data set in memory (LUT_CreateOp) and the other actually to use the reference data set (LUT_ProcessOp (this name varies in different versions)). This is known as a composite o...
by ray.wurlod
Fri May 01, 2015 6:27 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: java.lang.NoSuchMethodError
Replies: 4
Views: 11426

Given that the error message mentions REST I'd be looking for some inappropriate use of a REST API. I wonder if that's how the Assembly Editor actually works under the covers?
by ray.wurlod
Thu Apr 30, 2015 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SFDC Pack - Experiences and pointers
Replies: 9
Views: 5037

I don't think it's SalesForce per se; it would appear that the resource file that contains error and other messages (for example DS_RESENU for English US) has become inaccessible - or was not installed in the first place.