Search found 42189 matches

by chulett
Sun Jul 16, 2017 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Epoch date conversion ( .json) to Oracle Date
Replies: 8
Views: 2752

Welcome! I don't recall having to work with "epoch" dates in the past and found this site which has a ton of information on the subject including how to do it in Oracle, among other things. So that may be an option for you. Or perhaps custom C++, something UCDI would probably glad to help ...
by chulett
Fri Jul 14, 2017 4:33 pm
Forum: General
Topic: Exporting Datastage jobs without design
Replies: 2
Views: 1838

Because then all of their secrets would be safe. :wink: It's a legitimate option and some people choose to do so for their production (or production-like) environments. Hopefully they recognize the support fun they are creating, like not being able to debug a failing job and probably a bunch of othe...
by chulett
Fri Jul 14, 2017 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function works in debug mode but does not work in normal mod
Replies: 2
Views: 5400

Did you ever get this figured out?
by chulett
Thu Jul 13, 2017 10:50 am
Forum: General
Topic: Requesting advice on Data Lineage options
Replies: 4
Views: 2270

Hey Ernie, was IGC available back in the 8.x release? That's what the OP is running, unless the post is not marked correctly... if not do you recall when it was introduced?
by chulett
Thu Jul 13, 2017 10:04 am
Forum: General
Topic: Requesting advice on Data Lineage options
Replies: 4
Views: 2270

Have you tried an exact search for "data lineage" yet? You'll find quite a number of posts in the Metadata Workbench forum, including some I saw about Best Practices, see if anything there helps.
by chulett
Thu Jul 13, 2017 8:54 am
Forum: General
Topic: Error login to Director (Runtime error 7: out of memory)
Replies: 6
Views: 3718

Okay... is there something "different" about your PC than the others, as in it only has a minimal amount of memory and others have more? Have you installed more software lately so the amount of available memory for DataStage has gone down? Does your login work on someone else's client inst...
by chulett
Thu Jul 13, 2017 6:17 am
Forum: General
Topic: Error login to Director (Runtime error 7: out of memory)
Replies: 6
Views: 3718

As a guess, I'd wager you are out of memory. :wink: In all seriousness, define the scope - is this something that used to work and now doesn't or you've never been able to do it? Does it affect everyone or just you? Does it matter what project you connect to? Interesting, was going to suggest you se...
by chulett
Wed Jul 12, 2017 2:49 pm
Forum: General
Topic: Status code = -99 DSJE_REPERROR
Replies: 3
Views: 3121

That sounds like a permissions issue. Have you looked at the permissions of the project's job related tables in the repository, comparing the ones that work to the ones that don't?
by chulett
Wed Jul 12, 2017 2:46 pm
Forum: General
Topic: dsx import error
Replies: 4
Views: 2004

Based on your information I updated the original post. Hopefully someone will have some actual helpful information for you shortly. Sadly, for this, that's not me. :(
by chulett
Wed Jul 12, 2017 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading xls using Datastage
Replies: 7
Views: 3453

Is that means in 8.7 we can do the range selection ? You'd have to answer that... seems to me the answer is "yes" only if that functionality is provided by the ODBC drivers. Failing that you stage the whole file and then from the staging area pull just the data elements / ranges / rows yo...
by chulett
Wed Jul 12, 2017 1:26 pm
Forum: General
Topic: Error while using the netezza connector stage..! Plz help
Replies: 3
Views: 1759

So... you are running a 64bit version of DataStage?
by chulett
Wed Jul 12, 2017 12:09 pm
Forum: General
Topic: dsx import error
Replies: 4
Views: 2004

Let me get you into your own post (so you have control over its fate) and linked back to the other one... there you go. Are you still running an 8.x version and have DataStage on a Windows server? And just to confirm, you are getting the exact same error using the same import command / syntax? If it...
by chulett
Wed Jul 12, 2017 8:48 am
Forum: General
Topic: SRVE0293E error in SystemOut.log
Replies: 3
Views: 2347

Ah... I always assume that people are here posting problems with parallel jobs when it is in this forum. Sorry about that. I'll push this back to the General forum as it is about DataStage itself and is probably something that will require a patch, at a guess.
by chulett
Wed Jul 12, 2017 8:33 am
Forum: General
Topic: SRVE0293E error in SystemOut.log
Replies: 3
Views: 2347

Perhaps a description of your job design is in order...
by chulett
Wed Jul 12, 2017 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading xls using Datastage
Replies: 7
Views: 3453

Oh, they are all possible but you'll have all of the "normal" PITA problems we all have with using Excel as a source... as noted, one awesome issue is how it loves to turn things into numbers. And the people building the spreadsheets need to be very disciplined and consistent, something I ...