Search found 42189 matches
- 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
- 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?
- 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
- 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
- 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
- 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...
- 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...
- Fri Sep 21, 2007 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debugging Phantom Error
- Replies: 21
- Views: 6122
- Fri Sep 21, 2007 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Index Rebuild option
- Replies: 3
- Views: 937
- 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
- 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...
- 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...
- 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
- 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
- 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:
And let us know what happens.
Try this - after doing the previous steps, try running your job like this:
Code: Select all
$DSHOME/bin/dsjob -run -mode NORMAL bhidev facility_factAnd let us know what happens.