Search found 42189 matches

by chulett
Sun Apr 22, 2012 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications (fifo //./pipe/xxx)
Replies: 7
Views: 6800

That "nutsvr4.exe" error is coming from MKS NuTCRACKER 4 which brings Unux capabilities to Windows. Somewhat surprised that the latest versions of DataStage include it as the MKS website shows it as a 'legacy' product: MKS NuTCRACKER Professional has been replaced with MKS Toolkit for Ente...
by chulett
Sat Apr 21, 2012 3:12 pm
Forum: General
Topic: Find where used not showing all the dependent items
Replies: 4
Views: 1133

That sounds buggy, I'd report that to your official support provider.
by chulett
Sat Apr 21, 2012 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How find and replace entire string
Replies: 6
Views: 2370

Speaking as someone who was once forced to re-invent this very wheel, I can attest to exactly what a PITA it can be. One trick to avoiding accidental substring matches is to always use a bracketing character like a space and then include that in the pattern to search for and replace. For example, fi...
by chulett
Sat Apr 21, 2012 1:04 pm
Forum: General
Topic: Datastage Exporting of jobs
Replies: 2
Views: 4883

The names are pretty self-explanatory in my opinion, however it might not be clear when you would use one over the other. 1. Export job designs with executables: Both the 'design time' information (what you see in the Designer) and the 'runtime code' are exported. This way it can be imported into an...
by chulett
Sat Apr 21, 2012 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel stage loosing columns
Replies: 3
Views: 2943

... and the resolution was???
by chulett
Fri Apr 20, 2012 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in SQL statement
Replies: 5
Views: 1218

Are you getting this error from DataStage or the source database? Can you post an unedited / complete version of the error please?
by chulett
Fri Apr 20, 2012 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ stage error libmqm.so
Replies: 1
Views: 1665

Sounds like (at the very least) you are missing the path to that shared object from your "shared library path" in the dsenv file.
by chulett
Fri Apr 20, 2012 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage
Replies: 27
Views: 10509

GaneshLoganathan wrote:Adding to this I finally got this error. Don't know where the problem is
Nothing you posted is an error, the "I" is an Informational message while the "W" is a warning. Is there an actual "E" record further down?
by chulett
Fri Apr 20, 2012 9:03 am
Forum: General
Topic: Delete Project in Datastage 8.5
Replies: 5
Views: 2231

Delete away - from the GUI, of course. And no, deleting "all" of the projects won't affect the template.
by chulett
Fri Apr 20, 2012 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file error
Replies: 10
Views: 4315

I believe it is a right-click option available from either the stage or perhaps the saved metadata itself...
by chulett
Fri Apr 20, 2012 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file error
Replies: 10
Views: 4315

Can you not generate the schema file? Or at least "a" schema file? Sure seems like that would answer all of your questions.
by chulett
Fri Apr 20, 2012 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading TEXT from SYBASE into CLOB in ORACLE
Replies: 15
Views: 5761

No, they (the Connector stages) are not available in the 7.x release. Ray and I were discussing the 8.x release, meaning they were there from that outset... the 8.0 release.
by chulett
Fri Apr 20, 2012 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between the design
Replies: 4
Views: 1346

For a more serious answer, the first design is doing a direct database lookup to the reference table while the second loads the reference data to a hashed file and then does the lookup against the hashed file. 'Performance' is such a relative term and would be highly dependant on what the reference ...
by chulett
Fri Apr 20, 2012 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error Partitions...
Replies: 7
Views: 4642

Sunny, please start your own post and let us know exactly what this "same error" is that you are getting.
by chulett
Fri Apr 20, 2012 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LastRowInGroup() function not working all of a sudden
Replies: 6
Views: 4902

Then contact your official support provider.