Search found 42189 matches

by chulett
Thu Mar 27, 2008 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters inserted into Oracle
Replies: 11
Views: 2806

I was going to mention that, but they stated they didn't just see one but rather it was coming in as the 'pad' character in varchar fields from some reason. :?
by chulett
Thu Mar 27, 2008 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob (-jobinfo works, but -run does not)
Replies: 30
Views: 7894

Does it work properly if you pass in the user credentials on the command line?
by chulett
Thu Mar 27, 2008 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert to xml file
Replies: 18
Views: 5623

Ray - I just want to convert seq file into xml , i gave all the schema in the Description for each data element and i am using the same job flow as you said seq---tx---xmloutput . In my output i am getting first record in xml format starting with <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE TCRM...
by chulett
Thu Mar 27, 2008 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting SQL query into Datastage server jobs
Replies: 7
Views: 2158

I'm guessing that this is a query from their BI tool and what they are being asked to do is 'convert' this query into a DataStage job that builds a reporting table instead. This way the BI tool can just select from there after DataStage has done all the heavy lifting. [shrug]
by chulett
Thu Mar 27, 2008 5:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replacing ' with &apos;
Replies: 8
Views: 3007

Fine... be that way. Still, my point stands. The XML Output stage will do all of the conversions the OP asked for automatically. Well, except for "\ with &quot;" which I assumed was a typo. :?

Perhaps they are doing all of their XML work manually for speed, that I could understand.
by chulett
Thu Mar 27, 2008 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS7 to DS8.0 Migration Issue
Replies: 10
Views: 3065

Looks like you are not sourcing your dsenv file in the script to properly establish the environment needed.
by chulett
Thu Mar 27, 2008 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Skipping routine when re-run
Replies: 6
Views: 2363

Well, the only reason I suggested that was because you said it 'worked fine' if you recompiled it, which is no different from not having checkpoint restarts enabled in the first place. If a particular stage (like your routine, for example) should be excluded from the checkpointing, then you can chec...
by chulett
Thu Mar 27, 2008 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait-for-file
Replies: 9
Views: 2919

That's the thing - the loop is superfluous and totally unneeded here. The timeout value is the longest it will wait for the file to show up, the moment it does show up it will cease to wait and pass on control to the next stage. There is no 'waiting for the remaining time'. :?
by chulett
Thu Mar 27, 2008 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait-for-file
Replies: 9
Views: 2919

trammohan wrote:Use Start loop and End loop stages in your job sequence and set loop for 10 times i.e from 1 to 10.... and wait stage for 30 minuters...

Curious how this is any different from simply setting the timeout to 5 hours and waiting once? :?
by chulett
Thu Mar 27, 2008 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait-for-file
Replies: 9
Views: 2919

Re: wait-for-file

Durga wrote:I need to process that file as soon as it lands in the unix directory.

I need to check for the file for every half an hour from 11:00 am to 4:pm

These two statements are mutually exclusive.
by chulett
Thu Mar 27, 2008 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Skipping routine when re-run
Replies: 6
Views: 2363

It skips processes that ran ok when you have 'checkpoints' enabled in the Sequence. If you don't want that, disable that option, and it will always start over from the beginning.
by chulett
Thu Mar 27, 2008 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait-for-file
Replies: 9
Views: 2919

Why not just set the timeout to 5 hours and be done with it? :?
by chulett
Thu Mar 27, 2008 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5 server installation on AIX
Replies: 13
Views: 5874

It was too difficult to arrange 'sudo' privledges so they just gave you the root password? Err... ok. By default, 'dsadm' is the administrator id, nothing magical you have to do except under Tru64 from what I recall. All you should have to do is make sure it is created before you start the install.
by chulett
Thu Mar 27, 2008 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass parameters to unix script in routine activity stage
Replies: 6
Views: 2018

We'd need to see the routine, not just a portion of one line of code, to be able to provide much more help.