Search found 53125 matches

by ray.wurlod
Mon Jan 18, 2010 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 10275

You left the first "me" off "membership".
:oops:
by ray.wurlod
Mon Jan 18, 2010 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GHOST PROJECT
Replies: 2
Views: 1939

You probably need to remove the record of the project from the XMETA database as well. (This is version 8 - we're not in Kansas any more, Toto!) Assuming you're using db2, connect to the database as XMETA (assuming you're using the default database owner) and find out the name of the table containin...
by ray.wurlod
Mon Jan 18, 2010 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 10275

Meanwhile I've opened the status of the reply. Not much of it was hidden in any case.
by ray.wurlod
Mon Jan 18, 2010 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage 7.5.2
Replies: 3
Views: 1840

We do not do "urgent" or "ASAP". DSXchange is a community of volunteers who post as and when they can. Your failure to research the required version does not constitute an emergency for us. If you need urgent support, sign up with your official support provider for priority serv...
by ray.wurlod
Mon Jan 18, 2010 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage 7.5.2
Replies: 3
Views: 1840

Version 7.5.2 does not support compiling or running of parallel jobs on Windows platform. You need a different version. Search DSXchange for more details.
by ray.wurlod
Mon Jan 18, 2010 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete a job
Replies: 1
Views: 2067

When you can get exclusive access to the project, open the Administrator client command window (or a telnet session and dssh in the project) and execute the command DS.CHECKER. This will clean up any orphaned entries caused by incomplete deletion. If the jobs still appear to be present, execute DS.R...
by ray.wurlod
Mon Jan 18, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Lookup issue
Replies: 7
Views: 2201

As always, "it depends".

For example, for very narrow rows, 500K rows is not such a large volume of data.
by ray.wurlod
Mon Jan 18, 2010 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File - Readers Per Node
Replies: 1
Views: 1209

It should read the same records every time. The first reader will read the first 25% of the lines from the file, the second reader will read the second 25% and so on. None of that really helps you to know where the restart point might be.
by ray.wurlod
Mon Jan 18, 2010 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New DB2_Connect stage
Replies: 3
Views: 4123

What user ID is involved at run time (tip: include an id command executed through the before-job subroutine ExecSH to find out)? Check the job log for the settings of the DB2-specific environment variable values at run time.
by ray.wurlod
Mon Jan 18, 2010 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is DataStage 7.5.2 supports Oracle 10.2.0.4?
Replies: 3
Views: 1703

What version number is the Oracle client software that is installed on the DataStage server machine?
by ray.wurlod
Mon Jan 18, 2010 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while compiling job in v8.1
Replies: 3
Views: 1233

Please advise the owner and group associated with DS_DATATYPES.

Please advise also the user ID doing the compilation, and the groups to which this user belongs.
by ray.wurlod
Mon Jan 18, 2010 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

What is the value of UVTEMP in the uvconfig file? This is the location where hashed file cache files are created.

Please monitor the free space both in this directory and in the file system where the DataStage projects are, while the jobs are running.
by ray.wurlod
Mon Jan 18, 2010 2:15 am
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6325

What is different between the environments?
by ray.wurlod
Mon Jan 18, 2010 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while compiling job in v8.1
Replies: 3
Views: 1233

DS_DATATYPES is a hashed file in the DataStage project. It appears that you can not write to it. Do you have write permission to the hashed files in the DataStage project?
by ray.wurlod
Mon Jan 18, 2010 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Mload stage error
Replies: 8
Views: 14740

The total record length that you provided was less than the total record length specified in the metadata. Are you using a fixed-width format and, if so, how are you representing NULL?