Search found 2886 matches

by qt_ky
Fri Feb 20, 2015 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting started with the IIS Operations Console Database!
Replies: 7
Views: 3672

I think you have made a good finding by enhancing the sample queries. The developerWorks forums and articles are outside of what IBM Support is in control of, much like DSXchange... Those are not part of the product documentation, but like they said, they are another resource. If you find an incorre...
by qt_ky
Fri Feb 20, 2015 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix file handles: multiple jobs reading one file
Replies: 6
Views: 1981

Shared locks are sometimes called "read locks" and exclusive locks are sometimes called "write locks". However, because locks on Unix are advisory, this isn't enforced. - Wikipedia "file locking" topic The "advisory" part was news to me, assuming the informat...
by qt_ky
Fri Feb 20, 2015 7:45 am
Forum: General
Topic: ISX file size
Replies: 4
Views: 1697

Cool. I had simul-edited my post to ask a few more questions... :lol:
by qt_ky
Fri Feb 20, 2015 7:39 am
Forum: General
Topic: ISX file size
Replies: 4
Views: 1697

Interesting find. That all seems very odd and confusing. Is there any chance the isx file was being appended?

What version are you on? Were you running the export on the Client tier only? Is IBM aware of the issue?
by qt_ky
Fri Feb 20, 2015 7:35 am
Forum: General
Topic: Building Package Timeout
Replies: 3
Views: 1130

Interesting. There is actually some documentation about that setting too.

http://www-01.ibm.com/support/knowledge ... ig_bg.html
by qt_ky
Fri Feb 20, 2015 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I accomplish sequential file bursting in a parallel job?
Replies: 8
Views: 5732

This feature was first introduced in DataStage 9.1.0. You can set the write method to "Generate Multiple Files" and use a key column, akin to what you labelled as "bursting." You can optionally append the key value to the file name. http://www-01.ibm.com/support/knowledgecenter/S...
by qt_ky
Wed Feb 18, 2015 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting started with the IIS Operations Console Database!
Replies: 7
Views: 3672

Also check Fix Central to make sure you have all the latest fix packs and rollup patches applied.
by qt_ky
Wed Feb 18, 2015 2:35 pm
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

Again, how does your compile time compare to a client that is "right next door" (on the network) to your DataStage server?
by qt_ky
Wed Feb 18, 2015 6:14 am
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

What version are you on?

How does your compile time compare to a client that is "right next door" (on the network) to your DataStage server?
by qt_ky
Wed Feb 18, 2015 6:01 am
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

That is disturbing. Is your client by any chance very, very remote from the server, perhaps using an old style dial up connection?

Have you checked on Fix Central or with Support to see if there is any patch available?
by qt_ky
Wed Feb 18, 2015 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with oracle db sequencer
Replies: 7
Views: 3288

My "database 101" understanding is that surrogate keys are supposed to be system generated, not carry any meaning, and not be visible to the user. It sounds like perhaps someone may be trying to attach meaning to particular SK values, which does not make much sense. You should be free to s...
by qt_ky
Fri Feb 13, 2015 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert date in Datastage internal format in Parallel
Replies: 4
Views: 3635

I'm guessing this is an academic question but would be curious if there were a real world reason behind it. Parallel jobs are unaware of Server jobs' internal date format. A parallel concept in Parallel jobs can be found in the JulianDayFromDate() function. It returns an integer based on the input d...
by qt_ky
Fri Feb 13, 2015 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checksum error
Replies: 9
Views: 6523

I wonder if a NULL value appearing in the column being checksum'ed could cause such an error.
by qt_ky
Fri Feb 13, 2015 2:20 pm
Forum: General
Topic: Decryption Issue
Replies: 8
Views: 2365

It is possible that your job actually executes under some other user account (you could add some sort of whoami command to verify) and/or likely that the run time execution environment has different settings that your command line session. Start doing some comparisons there.