Search found 42189 matches

by chulett
Fri Sep 21, 2007 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ADS as ETL tool for Telecom sector DWH
Replies: 9
Views: 2019

Pretty sure Ken has done something similar, maybe not for a telco but from a large volume standpoint.
by chulett
Fri Sep 21, 2007 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion routine timestamp_from_s
Replies: 10
Views: 6118

Re: Conversion error calling conversion routine timestamp_fr

samuel81 wrote:but it doesn not work and am getting an error

Any error in particular?
by chulett
Fri Sep 21, 2007 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can we call datastage jobsequence-JOB in unix
Replies: 6
Views: 2723

You tried with what 'following script'? :?
by chulett
Fri Sep 21, 2007 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Document or reading materials on DS EE
Replies: 5
Views: 1759

What about all the pdf documentation that installs with the Client?
by chulett
Fri Sep 21, 2007 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROLLBACK in OCI After SQL
Replies: 4
Views: 1308

Thanks for that. Implication being that everything has been rolling back. Sheesh. No clue why my original (long gone) developer would have done that...
by chulett
Fri Sep 21, 2007 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROLLBACK in OCI After SQL
Replies: 4
Views: 1308

ROLLBACK in OCI After SQL

Strange question but wondering if anyone knows for sure. I found a job with a single statement in the 'After SQL' tab for one link: ROLLBACK; Can anyone confirm for me whether the After SQL runs after the main SQL transaction has been committed or is this actually rolling back everything this link h...
by chulett
Fri Sep 21, 2007 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ADS as ETL tool for Telecom sector DWH
Replies: 9
Views: 2019

So... "ADS" is "Ascential DataStage" I assume? There is no longer an "Ascential" here, it's "IBM Websphere DataStage". And were you forced to ask this question strictly regarding the Server product as you've marked the post or is the Enterprise Edition / PX a valid option as well? I'd wager anyone h...
by chulett
Fri Sep 21, 2007 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging Phantom Error
Replies: 21
Views: 6122

You can ignore any errors generated by the 'Reset' process. What you are looking for is a 'From previous run...' log message, it is where any 'additional information' will be.
by chulett
Fri Sep 21, 2007 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index Rebuild option
Replies: 3
Views: 937

As do I. Server has no such automatic option. You would, instead, need to code something equivalent 'after sql' or in some manner of separate step.
by chulett
Thu Sep 20, 2007 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do you have to be in a Unix Group to use Windows Datastage?
Replies: 7
Views: 1625

Thanks for posting that Flash... err, Tom. :wink:

Of course, that the actual group number (108) can be different, it is the group name that would be the important part of all this.
by chulett
Thu Sep 20, 2007 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call stored procedure in Sequence
Replies: 5
Views: 2874

In other words, a scripted call to sqlplus with the script launched by the Execute Command stage. Make no assumptions about the runtime environment and ensure it works outside of DataStage first, then add it to your Sequence. Also make sure errors are properly reported back from your proc to sqlplus...
by chulett
Thu Sep 20, 2007 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run
Replies: 14
Views: 2917

Can you tell me how you have identified error for the STATE code? Is there any manual shows for this error this is the reason? The error codes have been posted here in the past and can be found in the $DSHOME/include/dsapi.h file, from what I recall. Mostly, it's just something you learn, either fi...
by chulett
Thu Sep 20, 2007 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run
Replies: 14
Views: 2917

Well, at least now it's trying to run the job. What 'state' is it in now? The error tells you the job is not runnable - that can mean it is not compiled or is aborted and needs to be reset first or it may already be running.

You need to figure that one out.
by chulett
Thu Sep 20, 2007 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run
Replies: 14
Views: 2917

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

That's all it should take as everything should be set in your dsenv file. :?

Try this - after doing the previous steps, try running your job like this:

Code: Select all

$DSHOME/bin/dsjob -run -mode NORMAL bhidev facility_fact

And let us know what happens.