Search found 42189 matches

by chulett
Thu Oct 20, 2016 9:50 am
Forum: General
Topic: Sequencer aborting when restarted with dsjob command
Replies: 9
Views: 3318

Gee, thanks Ray. :wink:
by chulett
Thu Oct 20, 2016 9:27 am
Forum: General
Topic: Sequencer aborting when restarted with dsjob command
Replies: 9
Views: 3318

That RESTART option is only valid for restartable Sequences, i.e. ones with checkpoints enabled. Is that the case here?
by chulett
Thu Oct 20, 2016 7:28 am
Forum: General
Topic: ExecuteSQL function within User Variable activity
Replies: 10
Views: 6064

Okay, so... basically worthless. Just going to stick with my earlier reply. :wink:
by chulett
Thu Oct 20, 2016 12:19 am
Forum: General
Topic: ExecuteSQL function within User Variable activity
Replies: 10
Views: 6064

Any chance you still have a link to the website? Would be curious to see the discussion. I don't recall there being an "ExecuteSQL" function or routine available out of the box, so guessing it is one they built in-house. And also guessing what it does is call sqlplus (or whatever passes fo...
by chulett
Wed Oct 19, 2016 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple spreadsheet using unstructured datastage
Replies: 4
Views: 4256

How did you configure the stage? Anything like what is detailed here?
by chulett
Wed Oct 19, 2016 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter option of Sequential Files stage hanging
Replies: 2
Views: 1954

Interesting... never occurred to me to leverage the filter in that stage on the way out, thought it was all about on the way in. I'm guessing it would be working more better if you weren't doing the 'create multiple output files' thing. You'll probably need to involve support for an answer.
by chulett
Wed Oct 19, 2016 7:12 am
Forum: General
Topic: Not able to Fetch latest log for Multi instance job
Replies: 1
Views: 1563

Can you give us an example of what log entries you want versus what log entries you receive and the actual syntax you used? I could almost read into your question that sometimes it works and sometimes it doesn't but guessing that's not the case. And just to be anal, there's only one job log, the one...
by chulett
Wed Oct 19, 2016 7:01 am
Forum: General
Topic: last import information of Datastage job
Replies: 13
Views: 5478

That was what I was thinking of and referring to, job number and all. Pardon my aging brain but what other import mechanism is there? I mean what other one would not do the delete/insert? :?
by chulett
Wed Oct 19, 2016 6:57 am
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 3983

abyss wrote:chulett: if you think i can get rid of if statement, what's the way to work around it.
Posted that in my first reply. :?
by chulett
Tue Oct 18, 2016 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get unique columns
Replies: 3
Views: 2075

Is that approach working for you?
by chulett
Tue Oct 18, 2016 6:44 am
Forum:
Topic: Unstructured Stage and Job lineage
Replies: 6
Views: 5215

Done. :wink:
by chulett
Tue Oct 18, 2016 6:39 am
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 3983

You also never clarified what actually gets logged in your original code, specifically the one with "userstatus" in it. Still curious about that. Since you said it didn't work. Also, clarify something. You keep saying "BASIC Transformer" - that is a very specific stage in a Paral...
by chulett
Tue Oct 18, 2016 6:33 am
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 3983

abyss wrote:I think the problem is from if statement, control flow always get into the else part. but i don't know how to fix it.
The simplest way? Get rid of it. :wink:
by chulett
Tue Oct 18, 2016 6:28 am
Forum: General
Topic: last import information of Datastage job
Replies: 13
Views: 5478

Thanks for that.
by chulett
Mon Oct 17, 2016 1:44 pm
Forum: General
Topic: last import information of Datastage job
Replies: 13
Views: 5478

Unless things have changed, from what I recall when you import a job it completely replaces the original version of the job - i.e. it deletes the original and then imports the new version. Meaning I believe that the "creation date" would be the date of the last import... assuming it was im...