Search found 42189 matches

by chulett
Thu Sep 20, 2007 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run
Replies: 14
Views: 2917

First 'source' your dsenv file to set the environment:

Code: Select all

cd `cat /.dshome`
. ./dsenv

Then run your job.
by chulett
Thu Sep 20, 2007 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input
Replies: 1
Views: 667

Inside DataStage, that is The Way. Outside, you have your free choice of XML Parsers.
by chulett
Thu Sep 20, 2007 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read through views
Replies: 1
Views: 645

Sure.
by chulett
Thu Sep 20, 2007 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spaces getting added to the data from Oracle enterprise stag
Replies: 9
Views: 1762

That's pretty darn old. As noted, I've seen similar things. Ask your DBA to install a more recent release, 9.2.0.6 or 9.2.0.8 seem to be stable for us. No guarantees but it just may do the trick.
by chulett
Thu Sep 20, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple files of same format (same columns, csv)
Replies: 5
Views: 1359

If you do it in the Filter, there is no filename. You cat them to standard out and the stage reads it as a stream. However, since it requires a value, I would put something like '/dev/null' as the 'Filename'.
by chulett
Thu Sep 20, 2007 8:05 am
Forum: General
Topic: dsjob -logsum -logdetail
Replies: 1
Views: 1538

So... you've noticed that -logsum gives a 'summary' of the log and not the 'detail' from each log entry? Isn't the difference between the two obvious and exactly what you posted? :?

You could also try looking both options up in the documentation.
by chulett
Thu Sep 20, 2007 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key generation in server jobs
Replies: 13
Views: 5269

Yes, that can work - as long as your job runs in isolation and no other process is inserting rows to the target table at the same time.
by chulett
Thu Sep 20, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple files of same format (same columns, csv)
Replies: 5
Views: 1359

Yes, I would think you should be able to use the Incomplete Column option set to a none 'warning or error' option (like Replace) and then constrain your Transformer to only pass a row on where a 'key' field (say the first) is not null. Pretty sure I've done that in the past. Dont' worry about the ca...
by chulett
Thu Sep 20, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch folder under project installation
Replies: 1
Views: 783

Disaster when the partition fills and your projects are corrupted.
by chulett
Thu Sep 20, 2007 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
Replies: 2
Views: 1107

:idea: Rather than wait, try searching the forums instead. Very few problems are new problems, the vast majority have been seen and discussed here already.
by chulett
Thu Sep 20, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple files of same format (same columns, csv)
Replies: 5
Views: 1359

I would still cat them. You could pass them thru something like 'sed' at the same time to strip the unwanted lines at the same time or simply skip processing them inside the job.
by chulett
Thu Sep 20, 2007 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparison of ODBC stage and stages with native support
Replies: 3
Views: 762

Before someone replies to the other post, you can delete it. The document you read and listed numbered questions from must have been written from a much lower level standpoint than DataStage - i.e. directly leveraging the ODBC or OCI protocols in C++, for instance so is not valid in this context. A...
by chulett
Thu Sep 20, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change in datatype for password throwing errors
Replies: 1
Views: 681

What exact version of DataStage? I seem to recall earlier implementations didn't support encrypted environment variables. :?
by chulett
Thu Sep 20, 2007 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input Stage Problem
Replies: 12
Views: 3025

No errors with no output means your expressions are 'valid' but don't match what is coming in from the xml. Can you post a sample of the xml you are processing and your corresponding xpath expressions?
by chulett
Thu Sep 20, 2007 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message in Unix when running job from Shell Script
Replies: 6
Views: 1331

Why not check with your official Support provider?