Search found 53125 matches

by ray.wurlod
Tue Feb 20, 2007 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra columns appearing, even when not being directed there.
Replies: 4
Views: 1952

You almost certainly have runtime column propagation enabled. This is causing columns to "appear from nowhere". Disable RCP to fix that problem.
by ray.wurlod
Tue Feb 20, 2007 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: open the file in the project default directory and read
Replies: 7
Views: 3428

We still have no idea what you are trying to accomplish, so it's very difficult to give well-directed advice. Open is for hashed files or directories with a pointer in the VOC file. OpenPath is for hashed files or directories generally. OpenSeq is for operating system files opened for sequential acc...
by ray.wurlod
Tue Feb 20, 2007 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read data from Excel files
Replies: 4
Views: 1417

DataStage does not recognize user DSNs. You must use a System DSN or a File DSN.
by ray.wurlod
Mon Feb 19, 2007 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming a sequential file
Replies: 42
Views: 5794

The internal form of a Sunday date is evenly divisible by 7. Therefore, Mod(Date(),7) returns a number that can be subtracted from the current date to yield the date of the prior Sunday (or today, if it IS Sunday). "basename" : Oconv(Date() - Mod(Date(),7), &quo...
by ray.wurlod
Mon Feb 19, 2007 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Naming a sequential file
Replies: 42
Views: 5794

Yes, particularly since you're using a job sequence. The derivation of the filename job parameter can include generation of the date component. For example "basename" : Oconv(Date(), "DMDY[2,2,2]" : @VM : "MCN") : ".txt"
by ray.wurlod
Mon Feb 19, 2007 8:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Transfer
Replies: 1
Views: 670

Welcome aboard. :D Yes, an Execute Command activity can execute any valid operating system command, so you can choose which to use. For example, if rcp (remote copy) is available between the two systems, that might be a choice. Otherwise, probably a shell script to effect a transfer using FTP would ...
by ray.wurlod
Mon Feb 19, 2007 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Query
Replies: 4
Views: 1180

And the comma-delimited list in the final column?
by ray.wurlod
Mon Feb 19, 2007 7:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed: Broken pipe
Replies: 4
Views: 3686

Welcome aboard. :D The broken pipe can be between the DataStage processes and the job monitor. To test this theory, add APT_NO_JOBMON environment variable as a job parameter and run the job with it set to True. Search the forum for an exact match on your error text; you will find that others have ha...
by ray.wurlod
Mon Feb 19, 2007 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Query
Replies: 4
Views: 1180

It would be ugly SQL at best.
Easier to select all the rows into a DataStage job and effect a vertical pivot.
Search the forum for vertical pivot techniques; in this case the approach using stage variables is probably easiest.
by ray.wurlod
Mon Feb 19, 2007 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i plug in: Problem in using 'User defined query'
Replies: 10
Views: 3534

Check your spelling.
Check that you have the correct schema name if you're not the table owner.
Check that you are connected to the Oracle instance that you believe the table to reside in.
by ray.wurlod
Mon Feb 19, 2007 7:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

nkln@you wrote:Hi Kumar,

There is user defined sql. But to_date() function is already used in it.

it is as follows:

TO_DATE(:6, 'YYYY-MM-DD HH24:MI:SS')

If it's a SELECT, surely you want the TO_CHAR function, not the TO_DATE function?
by ray.wurlod
Mon Feb 19, 2007 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log, auto-purge
Replies: 7
Views: 2198

For Craig's edification - or at least to assuage his curiosity - can you please check whether DS.CHECKER recorded its activity in a file in the &COMO& subdirectory in your project and, if so, please post its contents?
by ray.wurlod
Mon Feb 19, 2007 6:58 pm
Forum: IBM QualityStage
Topic: not generating a unique id
Replies: 4
Views: 1415

Since I don't know what is in your datafile definition I can not answer that. But you do need a datafile definition that includes the field that is going to receive the result of the ASEQ command.
by ray.wurlod
Mon Feb 19, 2007 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 5403

DS.TOOLS is merely a menu.

Which option from that menu appeared to correct the problem?