Search found 53125 matches

by ray.wurlod
Thu Jun 15, 2006 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Transaction Handling
Replies: 4
Views: 1248

You may need to have your DBA clear pending changes if you have not managed successfully to roll back any transactions that you may have started.
by ray.wurlod
Thu Jun 15, 2006 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage scheduling
Replies: 9
Views: 3194

You simply schedule the run JCL that was generated by DataStage.

Assuming, of course, that you have already successfully executed the compile JCL.
by ray.wurlod
Thu Jun 15, 2006 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Report in a Job Sequence.
Replies: 6
Views: 2001

Done. You only missed one word!
by ray.wurlod
Thu Jun 15, 2006 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ChangeTimestamptoyear
Replies: 7
Views: 1294

If month might be one or two digits, the Field() function is more appropriate.

Code: Select all

Field(in.Timestamp, "-", 2, 1)

Adapt as required for different delimiter character.
by ray.wurlod
Thu Jun 15, 2006 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance tuning of hash file
Replies: 2
Views: 1760

Enabling the write cache will improve load performance (elapsed time) if the hashed file will fit into your cache. Size of the cache can be set using the Administrator client, but to no more than 999MB. This is probably enough for two million short rows. Not loading any column or row you don't need ...
by ray.wurlod
Thu Jun 15, 2006 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 6968

I'm sure someone posted this link recently, to the eServices web site. Try a Search.
by ray.wurlod
Thu Jun 15, 2006 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking non-existent field
Replies: 5
Views: 1977

Inspect the generated osh for the job, look for any occurrence of FILLER. Working backwards, determine in which link (or, perhaps, schema file) it appears and make appropriate adjustment.

If you find none, and the problem is reproducible, log a support call. You may have uncovered a bug.
by ray.wurlod
Thu Jun 15, 2006 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in joining 2 tables
Replies: 12
Views: 2648

The Cartesian product "solution" proposed by a couple of posters will be very long-running if both tables have large row counts.
by ray.wurlod
Thu Jun 15, 2006 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using FTP enterprise stage to read a record
Replies: 6
Views: 1690

sud wrote:I have used direct path in the location property and it works (cant access DS right now hence cant tell u the exact name of the property). In my case i put a path like /home/<name>/<folder>


Was this in an FTP Enterprise stage?
by ray.wurlod
Thu Jun 15, 2006 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Backing up DataStage and projects
Replies: 5
Views: 2240

You don't really need to back up the whole installation (though it's not a bad idea) - simply reinstalling the server would have a similar effect except you'd need to reconfigure .odbc.ini etc. You can back up your design components (the DS_... hashed files) any time, even if jobs are running, provi...
by ray.wurlod
Thu Jun 15, 2006 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems reading a file with large columns
Replies: 7
Views: 2254

I believe only single-character delimiters are handled. Have you tried a non-printing delimiter, such as Ctrl-Y (025)?
by ray.wurlod
Thu Jun 15, 2006 3:55 pm
Forum: IBM QualityStage
Topic: QS Plugin Error
Replies: 8
Views: 3526

What looks suspicious? There are not error/warning messages, though it appears you have tracing enabled. Have you created user IDs for qsserv and qsrtmngr and, if so, are these also in the dstage group? Have you checked that you (or someone) actually deployed the SCVSTAN job? All QualityStage jobs m...
by ray.wurlod
Thu Jun 15, 2006 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set param from a Job control
Replies: 5
Views: 966

Please explain exactly what you did and why you believe it did not work. What is the nature of the "script" in which parameter values are to be found? Do you have code in your job control to read that file?
by ray.wurlod
Thu Jun 15, 2006 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Backing up DataStage and projects
Replies: 5
Views: 2240

A project can certainly be exported just after installation and subsequently, and in the event of disaster a new project created and the export imported into it. That's possibly easier.

Never, ever, say "doesn't need backup"!