Search found 42189 matches

by chulett
Wed Nov 26, 2008 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading oracle 10g express edition
Replies: 2
Views: 1005

Are you having any luck access that Oracle source? I don't believe the "express" edition is supported at all, specifically the client.
by chulett
Wed Nov 26, 2008 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record format error when converting XML data
Replies: 12
Views: 4421

"echo"? :? Perhaps Ernie will stumble across this and help explain his method. How about trying "find" instead?

Code: Select all

find opt/dstransfer/dev/credit_sanctioning/xml_input -name '*.xml' -print

This, however, may have issues if there are sub-directories with files that match that pattern in play.
by chulett
Wed Nov 26, 2008 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenation problem
Replies: 2
Views: 910

You do understand why this happens with null values, yes? Why not post your entire derivation so we can see how you are doing the null handling during the concatenation?
by chulett
Wed Nov 26, 2008 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job halt without reason
Replies: 15
Views: 4171

I said "locks" and I meant row level locks, not table locks. Again, what db & stage? What array size? What transaction size? Remote or co-located database server? Many, many factors.
by chulett
Wed Nov 26, 2008 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file stage - Filter option
Replies: 8
Views: 5550

So... you put /dev/null in the Filename prompt and this in the Filter with the full path for the filename (times two): grep -v -e "`head -1 FILENAME`" FILENAME And it told you it was empty? If so, then you may be a victim of the filter's bad handling of quotes in the command. I've seen it strip them...
by chulett
Wed Nov 26, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to create project
Replies: 7
Views: 1864

Do an exact search for "project already exists", there are several conversations on the subject here. It won't find them all but it will find enough to get you started and you can pull new keywords to search for from them.
by chulett
Wed Nov 26, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rearrange the records based on all matched numbers
Replies: 10
Views: 4167

ushasribandaru wrote:I am not aware of this QualityStage, can u help me to explain me in detail

U probably could but you really should ask Ray. And because you aren't aware of it, you probably don't have it so it will be somewhat... academic.
by chulett
Wed Nov 26, 2008 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rearrange the records based on all matched numbers
Replies: 10
Views: 4167

What's not working? Post your job design, where it seems that just a Sort stage would be needed with no stage variable shenenigans that you seem to be using. :?
by chulett
Wed Nov 26, 2008 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get exclusive access to log
Replies: 6
Views: 3945

You'll need to get the job number from the repository and then issue: CLEAR.FILE RT_LOGnnnn where 'nnn' is the job number. You'll also need to re-establish any auto purge settings for the job as they will be gone as well. You should be able to Search for the proper syntax to get a job number, off th...
by chulett
Wed Nov 26, 2008 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file stage - Filter option
Replies: 8
Views: 5550

Try your full expression again in the Filter and put /dev/null in the Filename prompt (rather than the filename again) and see if that helps.
by chulett
Wed Nov 26, 2008 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Year Separation
Replies: 2
Views: 780

I have no idea what you are asking for. Can you provide examples - both of the source data and what the transformed output should be? :?
by chulett
Wed Nov 26, 2008 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rearrange the records based on all matched numbers
Replies: 10
Views: 4167

Wouldn't you just... sort... them? :?
by chulett
Wed Nov 26, 2008 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job halt without reason
Replies: 15
Views: 4171

Impossible to say - locks perhaps, server load, delete volume per key, who knows? Might help to say what database and stage are in use here, but investigation of issues like this typically are a DBA task.
by chulett
Wed Nov 26, 2008 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file stage - Filter option
Replies: 8
Views: 5550

No, not that I am aware of, other than the need to write to standard out. Did you test your expression from the command line? It just hangs for me. :?
by chulett
Wed Nov 26, 2008 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo DSJ.JOBCONTROLLER values after reset
Replies: 5
Views: 2962

Thanks... please let us know if they come back with an update.