Search found 42189 matches

by chulett
Fri May 04, 2007 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updation of flag
Replies: 3
Views: 1136

Talk to your DBA, see what they suggest be done. If you're running into a lock and need a 'dirty read' see if whatever stage you are using has a 'Transaction Isolation' setting of 'Read-only' available.
by chulett
Fri May 04, 2007 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot drop constraint - nonexistent constraint
Replies: 4
Views: 3106

It's pretty obvious what's going on - you are trying to drop a non-existent constraint 'After SQL'. The question is why? :?
by chulett
Fri May 04, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

Ah.... Milla. :D This really should have been resolved by now. There's no way you should have to reboot the UNIX server just to unlock a job. Did you grep for any UNIX processes related to this job? If those are gone, then all that should be left are internal locks that need to be released. Try thes...
by chulett
Fri May 04, 2007 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data load issue
Replies: 6
Views: 1777

rafik2k wrote:As per DBA this is not network issue.

Wrong person. Talk to your Network guru. And there's more to it than just 'ping' - have them check their logs or monitor things for you.
by chulett
Fri May 04, 2007 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 6450

I'd have to see the actual job and have access to the source data to know what was going on. I just know it ain't that. :wink:
by chulett
Fri May 04, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: huge RT_LOG
Replies: 8
Views: 6028

Are you sure it was deleted? Space issues in the DataStage installation filesystem can corrupt everything and make stuff 'disappear'. Search the forum for DS.TOOLS or DS.REINDEX for discussions on rebuilding the repository indices. Otherwise - Repromote it from Version Control. Reimport using the Ma...
by chulett
Fri May 04, 2007 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 6450

Nope.
by chulett
Fri May 04, 2007 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: huge RT_LOG
Replies: 8
Views: 6028

But first you need to figure out why it is getting to be 'huge'. Is your job aborting? Keep in mind the fact that aborted jobs don't 'auto-clear' their logs. Otherwise, the other thing that comes to mind are it must be chocked full of warnings. There's no reason a Server job should ever log a warnin...
by chulett
Fri May 04, 2007 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run jobs Parallely in Batch Jobs
Replies: 5
Views: 1397

One way would be to use a Sequence job to run other Sequence jobs. Or a script using several dsjob commands without one of the 'wait' options specified.
by chulett
Fri May 04, 2007 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call Jobs on Condition based in the Sequence
Replies: 15
Views: 5784

I need to write a routine which can call an oracle function. No, you don't - nor would you really want to if you knew all that would be involved. Two fairly easy ways to consider: 1) Write a script to connect to sqlplus and run whatever query you think you need to check for data. Spool the output t...
by chulett
Thu May 03, 2007 8:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot move job from one category to another
Replies: 4
Views: 2237

chulett wrote:Do you have that odd View turned on? I forget what it is called - Server view? It doesn't allow movement from what I recall.

I was thinking of 'HostView' but that doesn't disable job movement - 'Extended job view' does, however. Either that or it's something buggy in the 7.5x2 client. :?
by chulett
Thu May 03, 2007 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autosys Job
Replies: 14
Views: 10599

My ^M peeps? Sure, what the heck. :wink:
by chulett
Thu May 03, 2007 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 6450

My suggestion was for use with a Timestamp datatype, not Date. If your generated SQL is using a TO_DATE mask of 'DD-MON-YY' then you must match that with your derivation: Oconv(Iconv(DSLink71.HIRED, "DDMY"),"D-DMY[2,A3,2]") I can't tell if "11/03/07" is November 3...
by chulett
Thu May 03, 2007 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot move job from one category to another
Replies: 4
Views: 2237

Do you have that odd View turned on? I forget what it is called - Server view? It doesn't allow movement from what I recall.
by chulett
Thu May 03, 2007 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading Sequential file
Replies: 6
Views: 1991

No worries - I just found it amusing because 'dismal' was a better word for the week I'd been having, not your data. Interesting... AFAIK that should happen automatically when the metadata doesn't support the actual data it sees. I'm going to have to defer this to more smarter people as the nuances ...