Search found 42189 matches

by chulett
Wed Jun 20, 2012 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 8.5 Fix Pack 2 Date Issue
Replies: 1
Views: 2721

I'm not really seeing a problem, at least not from what I remember the behaviour back in the 7.x world was. Generated SQL for an Oracle DATE column defined as "Date" in your job would automatically get wrapped in a TO_CHAR() so that you end up with an external date format of DD-MON-YY. In ...
by chulett
Tue Jun 19, 2012 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 3562

Or just use the Pivot stage.
by chulett
Tue Jun 19, 2012 4:52 pm
Forum: General
Topic: email notifications logic
Replies: 3
Views: 1951

On a UNIX system, I'd seriously consider writing a script to read your source file and send the appropriate emails and then perhaps use a Sequence job to execute it. From a complete DataStage solution, a looping Sequence job would seem to be in order, along with the custom mail sending routine that ...
by chulett
Tue Jun 19, 2012 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric value issue
Replies: 8
Views: 2405

An exact search here for "scientific notation" might prove helpful.
by chulett
Tue Jun 19, 2012 4:44 pm
Forum: General
Topic: Server job not running through job sequence
Replies: 2
Views: 1366

... usually a parameter error, in spite of the feeling that the correct ones are being passed in by the Sequence job.
by chulett
Tue Jun 19, 2012 1:48 pm
Forum: General
Topic: Need to know whether DS can call SAP ECC function module
Replies: 3
Views: 1463

Doesn't seem like anyone has any inputs and I for one have no clue. Have you asked your official support provider if this is possible?
by chulett
Tue Jun 19, 2012 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting datasets
Replies: 4
Views: 1632

... or add that path to your $PATH or fully path the executable. You have to help it find it, that's a pretty basic command line rule of play.
by chulett
Tue Jun 19, 2012 11:09 am
Forum: General
Topic: how to keep email id's as BCC using datastage
Replies: 4
Views: 3353

My bad... you may need to check the DSSendMailTester version, it shows all of the bits needed and how it puts them all together for the InputArg. That or simply write your own "interlude" to your email client of choice on the ETL server.
by chulett
Tue Jun 19, 2012 10:31 am
Forum: General
Topic: how to keep email id's as BCC using datastage
Replies: 4
Views: 3353

You'll need to write your own routine for that. Start with a copy of the DSSendMail routine and tweak it to bcc people, then call it using the Routine Activity stage rather than the Email Notification.
by chulett
Tue Jun 19, 2012 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01000: maximum open cursors exceeded, impoting table def
Replies: 3
Views: 2480

Or perhaps do the import at a "less busy" time if you have a plethora of jobs running against that source right now.
by chulett
Tue Jun 19, 2012 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 3562

Or just use the pivot stage. Now that the example has been corrected, it is a perfectly simple horizontal pivot. And if you are unclear how to do this, read the documentation for the stage, it will walk you thru it.
by chulett
Tue Jun 19, 2012 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 3562

Your example makes absolulely no sense. Please explain to us the rules you have that would allow one to get from your source to your target output samples, then maybe someone could help. :?
by chulett
Tue Jun 19, 2012 5:59 am
Forum: General
Topic: ABORT raised when attempting to execute routine... sometimes
Replies: 5
Views: 2753

If you reset the aborted job, is there a "From previous run..." message added to the log? If so, please post the contents.
by chulett
Mon Jun 18, 2012 8:02 pm
Forum: General
Topic: Infosphere suite 8.5 tools and utilities
Replies: 6
Views: 3217

Well, to be fair the original post (which was resurrected) is from 2011. October 2011, so only eight months ago but still... :wink: