Search found 42189 matches

by chulett
Tue Apr 06, 2010 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RTI WS doesn't return data if above a certain amount of rows
Replies: 28
Views: 8827

If nothing else is forthcoming from the forum, I would suggest you get the errors in front of your official support provider and see if it's something they've seen before - if you haven't done so already, of course.
by chulett
Tue Apr 06, 2010 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: restart sequence from checkpoint without aborting other job
Replies: 28
Views: 15273

Turn off the Compiler options you've turned on, that gives you explicit control over things. Then use the appropriate triggers to keep aborts from stopping things (Unconditional, for example) and perhaps a Terminator when it actually is time to shut things down. As noted, the problem will be restart...
by chulett
Tue Apr 06, 2010 8:18 am
Forum: Site/Forum
Topic: substring functionality in parallel edition
Replies: 2
Views: 3170

And this relates to the Site/Forum forum how, exactly? :?
by chulett
Tue Apr 06, 2010 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RTI WS doesn't return data if above a certain amount of rows
Replies: 28
Views: 8827

OK, so the latest and greatest 'pre-8' release. Tell us more about the service - for instance, is it 'always on'? There are considerations when writing to flat files from a service in that they don't fully flush to disk until the service is stopped. Is that anything like what you're seeing?
by chulett
Tue Apr 06, 2010 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to change the read cache memory size for hashfile
Replies: 8
Views: 1606

Technical Bulletin, Part No. 00D-TB003, Hash Stage Disk Caching
by chulett
Tue Apr 06, 2010 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate memory
Replies: 4
Views: 1818

Re: Unable to allocate memory

zulfi123786 wrote:what is the heap concept here?
Heap concept.
by chulett
Mon Apr 05, 2010 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: restart sequence from checkpoint without aborting other job
Replies: 28
Views: 15273

How about it? Curious what my motivation would be to continue to help when honest attempts to do so get rated as 'Off-topic/Superfluous'? A little thin-skinned on my part, granted, but it's been one of those days.
by chulett
Mon Apr 05, 2010 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 4188

If you don't specify a full path, it will write the output to the "current working directory", which for any job is the Project it is running from as you've found. To 'cd' first:

Code: Select all

cd #TgtLoc# && zip -j ZipFile.zip *
by chulett
Mon Apr 05, 2010 8:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: log entries not creating in DataStage Director client view
Replies: 7
Views: 6783

"Should work" according to whom? :wink:

What you're seeing is the behaviour as documented - from what I've read, one way they are visible only in the Director and the other only in the Console.

viewtopic.php?t=125607
by chulett
Mon Apr 05, 2010 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: restart sequence from checkpoint without aborting other job
Replies: 28
Views: 15273

Not possible if you want the automatic checkpoint restart capability. You can make that happen with the proper triggers but then restarting it is on you as well.
by chulett
Mon Apr 05, 2010 8:35 pm
Forum: General
Topic: istool syntax
Replies: 30
Views: 52297

by chulett
Mon Apr 05, 2010 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ZIP files using Execute command stage
Replies: 11
Views: 4188

Damn, not what I thought you meant. You need to 'cd' to the directory first and then do a relative zip if you don't want to store the full path. That or deselect the option to use the full path when unzipping. Do a "zip -help" from the command line and see if other options exist for this.
by chulett
Mon Apr 05, 2010 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connection Error: TNS:Connect timeout occurred
Replies: 3
Views: 3390

The one under $ORACLE_HOME unless $TSN_ADMIN is set. Check in the dsenv file if you're unsure which home you are using.