Search found 42189 matches

by chulett
Fri Oct 21, 2011 6:41 am
Forum: General
Topic: DS job is getting failed when executing through shell script
Replies: 11
Views: 4404

You add -wait or -jobstatus, not both. And have you noticed the "port" needed after the SERVER entry now? Post your current syntax so we have some idea what you are doing now.
by chulett
Thu Oct 20, 2011 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create group enable transaction in ODBC STAGE.
Replies: 3
Views: 1796

I'm not sure it's supported but if it is, you'd need multiple input links to a single ODBC stage to enable it - is that what you tried?
by chulett
Thu Oct 20, 2011 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Count
Replies: 5
Views: 1587

This forum (that I just moved your post to since you marked the job type as Parallel) is the one to use for questions specific to Parallel jobs. There is also a dedicated Server forum and the General one is where "everything else" goes - client questions, sequence job issues, routine codin...
by chulett
Thu Oct 20, 2011 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Format Issues while generating XML output
Replies: 9
Views: 6173

Please make sure you understand that having everything "in one single line" is the standard and perfectly normal. No system should need it to be formatted and I would challenge your statement that it actually needs to be pretty printed like that. However, I've already noted how to accompli...
by chulett
Thu Oct 20, 2011 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Count
Replies: 5
Views: 1587

... and then I'll move it. :wink:
by chulett
Thu Oct 20, 2011 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: previous date
Replies: 6
Views: 2496

That won't work, I'm afraid.

Another solution - research the use of the DateFromDaysSince function.
by chulett
Thu Oct 20, 2011 7:17 am
Forum: General
Topic: cannot log into Designer Client
Replies: 4
Views: 1667

8)
by chulett
Thu Oct 20, 2011 7:16 am
Forum: General
Topic: Notification activity error
Replies: 5
Views: 1670

As I suspected. You'll either need to break it up somehow (if applicable) or deliver it in some other manner like FTP.
by chulett
Thu Oct 20, 2011 7:11 am
Forum: General
Topic: VB script needed for retrieving logs
Replies: 1
Views: 832

Welcome. Searching will reveal a ton of questions and information on this topic already here. However... why Java or VB? The API to retrieve any information of that nature is dsjob at the command line and its use has been discussed here many, many times. A 'simple' approach would be to leverage dsjo...
by chulett
Wed Oct 19, 2011 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data set
Replies: 6
Views: 1413

<moved here from the TX forum>
by chulett
Wed Oct 19, 2011 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key error in transformer
Replies: 10
Views: 4701

I understand all that. Why not present all of this to your offiicial support provider? Show them the nature of your bug and see if you can save someone else from your pain? I'm sure they'd like to know that something silly like this is going on...
by chulett
Wed Oct 19, 2011 8:16 am
Forum: General
Topic: Schedue job without using Scheduler
Replies: 9
Views: 3196

Run both triggers to a Sequencer set to 'Any' and then go from there to the End Loop.
by chulett
Wed Oct 19, 2011 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key error in transformer
Replies: 10
Views: 4701

It's called a reserved word. So, it was exactly what I thought, it was confused and thought you were incorrectly referencing the new surrogate key function. Not quite sure what part of all this was "poop". :?
by chulett
Wed Oct 19, 2011 7:43 am
Forum: General
Topic: Schedue job without using Scheduler
Replies: 9
Views: 3196

Sure, just link the job to the End Loop stage and the loop will continue for as long as it can based on your loop conditions. There's no such thing as an infinite loop, however. Hence my continued concern that this approach is not... appropriate.
by chulett
Wed Oct 19, 2011 7:38 am
Forum: General
Topic: Notification activity error
Replies: 5
Views: 1670

No, there's no special configuration needed, it should "just work". Are you using a full path to the file? It seems to be finding it ok but just want to be sure. Is your attachment file "large"? Does it work for a small file?