Search found 42189 matches

by chulett
Thu Apr 28, 2011 7:20 am
Forum: General
Topic: Unable to make the RO job to NRO
Replies: 18
Views: 5946

Of course but I was specifically responding to their "server or project level setting" question.
by chulett
Thu Apr 28, 2011 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue wit data extraction
Replies: 2
Views: 2385

"DB Call Failure(success check) Info = 0, Code = 3695, Message = A Single AMP Select statement has been issued in FastExport"

Why not address the error the job reported?
by chulett
Thu Apr 28, 2011 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current date in Teredata
Replies: 9
Views: 4697

sagar deshmukh wrote:Any can help?
All you've said so far is "it is failing" or "it failed"... why not post the error message(s) so we have some dang idea why it is failing? :?

Since the SQL is apparently valid, have you checked with your official support provider? Perhaps it is a known issue...
by chulett
Thu Apr 28, 2011 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date () - 6 months
Replies: 17
Views: 6812

What have you tried? What are your thoughts on this matter?
by chulett
Thu Apr 28, 2011 6:53 am
Forum: General
Topic: Sequencer job status capture
Replies: 2
Views: 1016

:idea: Please put a little more thought into your Subjects, I've corrected them so far but don't want to turn that into a career.
by chulett
Thu Apr 28, 2011 6:45 am
Forum: General
Topic: Unable to make the RO job to NRO
Replies: 18
Views: 5946

The only 'setting' that does something like this is to protect the project, but that's not the issue here. There's more than 1 DSJOB_OBJECTS records to update, join to DS_JOBS by id and filter on the job's name there.
by chulett
Wed Apr 27, 2011 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining multiple rows into 1 row
Replies: 8
Views: 2993

Re: combining multiple rows into 1 row

sri75 wrote:can we do this usiing aggregate stage instead of stage variables.
Yes, take the max of each column.
by chulett
Wed Apr 27, 2011 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining multiple rows into 1 row
Replies: 8
Views: 2993

:!: Corrected.

Code: Select all

 tags preserve whitespace.
by chulett
Wed Apr 27, 2011 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suppress trailing zero
Replies: 5
Views: 2759

So, your target is another file?
by chulett
Wed Apr 27, 2011 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer without Primary Input
Replies: 7
Views: 5334

It does not but at least there you have the Row Generator stage.
by chulett
Wed Apr 27, 2011 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read From XML
Replies: 8
Views: 3211

Re: Read From XML

How did you create your XPath Expressions?
behrouz wrote:i am trying to read this xml from xml output but get some strange error
Do we have to guess the "strange error" you are getting? :?
by chulett
Wed Apr 27, 2011 6:41 am
Forum: General
Topic: Migration 7.5 to 8.5
Replies: 2
Views: 899

Every version comes with an 'Installation and Upgrade Guide' that lays out the whole process. At a very high level, you'll need to export all projects from the old 7.x environment and import them into the new 8.x environment, which will compile them as well so no need to do that manually. Should you...
by chulett
Wed Apr 27, 2011 6:35 am
Forum: General
Topic: Authentication mode
Replies: 2
Views: 873

Well... there's always Google. And Wikipedia.

http://en.wikipedia.org/wiki/Pluggable_ ... on_Modules
by chulett
Tue Apr 26, 2011 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - timeout waiting for mutex
Replies: 5
Views: 2859

Many many severals. :wink:
by chulett
Tue Apr 26, 2011 9:13 pm
Forum: General
Topic: Error during bulkload
Replies: 17
Views: 3306

No need to hope, they're all out there for the googling. For example, here. You also need to realize that a zero return code does not always mean everything is OK.