Search found 2886 matches

by qt_ky
Tue Mar 03, 2015 6:45 am
Forum: General
Topic: Authfile option usage with DStageWrapper.sh script
Replies: 11
Views: 5659

I think it is a misleading error message. Take out the server option. The DStageWrapper.sh does not need a server option so it's generating that error because of it. While you're at it, consider moving the domain option to the command line, or not... I prefer my authfiles to contain only the user an...
by qt_ky
Mon Mar 02, 2015 7:54 am
Forum: General
Topic: DataStage - Using Environment of executing user via .profile
Replies: 3
Views: 1364

Personally, I have not yet run across any usage that requires the -local option, so I had to look up the meaning. From the Programmer's Guide: -local Use this when you are running a job from within a shell script on a UNIX system. Provided the script is run in the project directory, the job picks up...
by qt_ky
Sun Mar 01, 2015 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Issue in Parallel Job
Replies: 15
Views: 6376

Check your error with Support.
by qt_ky
Sat Feb 28, 2015 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Issue in Parallel Job
Replies: 15
Views: 6376

The timing is a bit suspicious but yes, it doesn't quite add up. See if the 'lslpp -l | grep -i vacpp" command shows 'IBM XL C/C++ Evaluation' edition.
by qt_ky
Sat Feb 28, 2015 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Issue in Parallel Job
Replies: 15
Views: 6376

It sounds like you all may have installed a 60 day trial edition of the compiler and now your time is up.
by qt_ky
Fri Feb 27, 2015 9:46 am
Forum: General
Topic: How to disable compiler in Production Datastage server
Replies: 4
Views: 1183

You could rename or delete the executable, or simply do not install a compiler to begin with.
by qt_ky
Fri Feb 27, 2015 5:45 am
Forum: General
Topic: Datastage Project import getting stuck
Replies: 14
Views: 3912

Try running some of the ISA Lite utilities, starting with the general health checker, look for warnings and failures, and contact Support.
by qt_ky
Thu Feb 26, 2015 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30108N A connection failed but has been re-established
Replies: 7
Views: 6735

The production environment is different in some way.

Try toggling the DB2 Connector stage's "Keep conductor connection alive" setting.
by qt_ky
Thu Feb 26, 2015 8:24 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Complex Data Rule Definition
Replies: 4
Views: 3356

Or just have the user ask Watson for the answer. :wink:
by qt_ky
Thu Feb 26, 2015 8:14 pm
Forum: General
Topic: Write datastage log to physical files in unix
Replies: 6
Views: 1468

The new releases are coming out too quickly. :wink:
by qt_ky
Thu Feb 26, 2015 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file for Oracle connector in write method
Replies: 4
Views: 2428

These quoted suggestions are from the product documentation / online help : ... if you define a reject link but a failed record does not match any of the specified reject conditions, the connector reports an error and stops the job and ... 4. Double-click the connector to open the stage editor. 5. O...
by qt_ky
Thu Feb 26, 2015 4:58 pm
Forum: General
Topic: Write datastage log to physical files in unix
Replies: 6
Views: 1468

Ops Console is a possibility in 8.7 though...
by qt_ky
Thu Feb 26, 2015 4:56 pm
Forum: General
Topic: Datastage Project import getting stuck
Replies: 14
Views: 3912

Also try a few more things and share the results:

- import from a different client computer into the same project

- import into a different project
by qt_ky
Thu Feb 26, 2015 7:36 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Complex Data Rule Definition
Replies: 4
Views: 3356

I am going to take a guess here, in that you could possibly provide data rules to meet their needs, if you would first develop new preprocessing DataStage jobs that gently extract the data, and perform the aggregations using the stage (vs. using the database queries), and any other complex logic, th...
by qt_ky
Thu Feb 26, 2015 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assign a Unique key for the rows coming from the source
Replies: 7
Views: 2008

I am curious why couldn't you assign a unique number immediately after the funnel stage?