Search found 53125 matches

by ray.wurlod
Wed May 20, 2009 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Locks held by DB2 stage
Replies: 2
Views: 935

It depends also on the default lock size setting for the tablespace and whether that has been overridden for the particular table. Check with your DBA.
by ray.wurlod
Wed May 20, 2009 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Env variable with $ENV value
Replies: 1
Views: 917

What's the name of the job parameter environment variable?

$ENV can go right back to the executing user's login environment, so you need to look in places like /etc/profile and the .profile script (if any) for the user ID under which DataStage processes run.
by ray.wurlod
Wed May 20, 2009 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_AUDIT / Version Control
Replies: 5
Views: 2244

DS_AUDIT seems to be a bit flaky in version 8. For example it seems to use CLASS '7' for pretty much everything. I guess with the totally flexible repository structure there's not much they could do there. Or maybe there was, and they just broke it. The Cross Project compare tool (in versoin 8, not ...
by ray.wurlod
Wed May 20, 2009 11:45 pm
Forum: General
Topic: KERBEROS error in FTP script
Replies: 6
Views: 3207

Search for other ftp executables, maybe in strange places like /usr/sbin/ftp or /sbin/ftp. You never know what might show up!
by ray.wurlod
Wed May 20, 2009 11:44 pm
Forum: General
Topic: High Availability and DataStage 8.1
Replies: 12
Views: 9425

If you had two failover boxes would that be a HAHA configuration?
:lol:
by ray.wurlod
Wed May 20, 2009 11:42 pm
Forum: General
Topic: Recovery on a release 8 system
Replies: 6
Views: 1454

DS.CHECKER only cleans up orphans in the local DataStage repository. It does not touch the unified metadata repository of Information Server. There's a directory full of scripts (for example cleanup_abandoned_locks.sh) for cleaning things up in the unified metadata repository. It's been mentioned he...
by ray.wurlod
Wed May 20, 2009 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timed out while waiting for an event
Replies: 5
Views: 3301

*Topic Relocated - Content Editor*
by ray.wurlod
Wed May 20, 2009 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timed out while waiting for an event
Replies: 5
Views: 3301

In short, your system lacks the resources to do everything you are asking it to do. Search for "timed out while waiting for an event" for more information.
by ray.wurlod
Wed May 20, 2009 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date calculation - Logic required
Replies: 1
Views: 1225

Use the AddMonthsToDate() routine from here to calculate a start date and end date, then use MONTH.FIRST and MONTH.LAST transforms.
by ray.wurlod
Wed May 20, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export job with or without design ??
Replies: 5
Views: 1378

Depends on how pedantic you want to be and, perhaps, whether production is a protected project. At the most pedantic level you don't migrate design objects into production, only executables. However, having the design objects in production will enable diagnostic activities to be performed in that en...
by ray.wurlod
Wed May 20, 2009 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute DS job using Web services
Replies: 5
Views: 2588

The easiest is probably just to use the dsjob command line interface. The question then arises about providing data to, and retrieving data from, the job. You have a number of choices here including file system files, message queues, named pipes and so on.
by ray.wurlod
Wed May 20, 2009 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute DS job using Web services
Replies: 5
Views: 2588

Do you mean to invoke the DataStage job from a Web service, or to expose the DataStage job AS a Web service?
by ray.wurlod
Wed May 20, 2009 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort in DB to save operator tsort
Replies: 2
Views: 906

Data Set will preserve sorted order. So will Lookup File Set, which may be more appropriate if you are only going to use these data on a reference input to Lookup stage types.
by ray.wurlod
Wed May 20, 2009 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read the file
Replies: 3
Views: 950

You can use a server job to read them. In a server job the Sequential File stage allows you to specify "contains terminators" in column definitions and will handle them correctly. This capacity does not seem to be available in the parallel Sequential File stage.
by ray.wurlod
Wed May 20, 2009 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How are jobs implemented internally?
Replies: 3
Views: 1296

A parallel job design is stored as (a) generated OSH, which can be viewed in job properties, and (b) generated C++ objects/libraries.