Search found 53125 matches

by ray.wurlod
Thu Jan 23, 2014 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting records in form of groups
Replies: 7
Views: 2855

"Be more precise and complete with your specification" would be a good start. The answer may even jump out at you!
by ray.wurlod
Thu Jan 23, 2014 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unsupported Data Type
Replies: 2
Views: 1262

My guess is that the partitioning algorithm is inappropriate for the data type - check whether Modulus is specified as the partitioning algorithm.
by ray.wurlod
Thu Jan 23, 2014 3:46 pm
Forum: General
Topic: logging in
Replies: 5
Views: 2752

Check your Engine Credentials in the web console for Information Server (http://hostname:9080/ibm/iis/console) - this is where your login to the DataStage Engine is mapped to your user ID. Here hostname is the name of the services tier machine.
by ray.wurlod
Wed Jan 22, 2014 11:34 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

UserStatus area is separate for each instance. In general it won't be a problem.

Because of how and where it's stored, you should in general avoid storing dynamic arrays in the User Status area of multi-instance jobs. This is the only way I know to break the mechanism.
by ray.wurlod
Wed Jan 22, 2014 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing dataset file
Replies: 5
Views: 2856

Only by checking prior to starting the job, for example using Execute Command activities in the controlling sequence. There is absolutely no way to require a job to ignore a missing Data Set. The sequence-based approach would have to direct control to one of a number of jobs that handle different co...
by ray.wurlod
Wed Jan 22, 2014 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup space separated values individually
Replies: 1
Views: 1341

Field() functions in Transformer stage.
by ray.wurlod
Wed Jan 22, 2014 3:35 pm
Forum: General
Topic: Datastage sequence - Trigger Multiple Jobs at same time
Replies: 3
Views: 1957

Since a sequence executes in a single process, you will not be able to achieve your goal using out-of-the-box activities. Instead you have to set up an environment in which an asynchronous (and probably background) process waits until a particular time then issues the actual run request. You can sta...
by ray.wurlod
Tue Jan 21, 2014 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'column name' has keyprep export buffer overrun error
Replies: 2
Views: 4785

And did that resolve the problem? Was the same change required on the other server?
by ray.wurlod
Tue Jan 21, 2014 11:34 pm
Forum: General
Topic: How to add TNS_ADMIN in Project
Replies: 6
Views: 4560

Open the Administrator client, select your project on the Projects tab, click Properties then click Environment. You'll now be in the workspace of which Craig speaks. Open the User Defined branch and add TNS_ADMIN and any other environment variables you may required (such as ORACLE_SID).
by ray.wurlod
Tue Jan 21, 2014 8:40 pm
Forum: IBM QualityStage
Topic: Multiple Names
Replies: 2
Views: 3027

Beat me to it!

For simpler cases you might try using the Looping capability of the Transformer stage.
by ray.wurlod
Tue Jan 21, 2014 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variable question
Replies: 5
Views: 1810

Format your post using Code tags so it's clear what's happening. It's too difficult to fathom with the way you've presented your information.
by ray.wurlod
Tue Jan 21, 2014 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML generation using XML output stage
Replies: 9
Views: 3670

Use a third party "XML prettifyer" to post-process the XML produced by DataStage.
by ray.wurlod
Tue Jan 21, 2014 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Teradata connector
Replies: 2
Views: 2654

Try "escaping" the quote characters. DELETE FROM TEST_MOSAIC_DB.FLOWN_TICKET WHERE TICKET_RPT_DT < ( SELECT CAST(TRIM(CONCAT((EXTRACT(YEAR FROM LST_PRCSSED_DT)- (SELECT CAST(VAL AS BYTEINT) FROM test_LOG_DB.ctl_nm_val WHERE NM=\'DataRetentionPeriod\')),\'1201\')) AS DATE FORMAT \'YYYYMMDD\...
by ray.wurlod
Tue Jan 21, 2014 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage9.1 XML stage
Replies: 6
Views: 4130

Are your xpath expressions complete and correct?
by ray.wurlod
Tue Jan 21, 2014 2:00 am
Forum: General
Topic: How to login IIS webconsole V9.1?
Replies: 4
Views: 4008

It's the same as in version 8.7.
http://hostname:9080/ibm/iis/console will suffice as a URL.