Search found 3045 matches

by vmcburney
Wed Oct 19, 2005 11:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Compilation Error
Replies: 11
Views: 2534

I once had the DataStage client break on every desktop in a training room halfway through a training course due to a dll file pushed onto the computers overnight. Had to reinstall the client on all machines. After that we shut down the machines at the end of each day instead of leaving them on but l...
by vmcburney
Wed Oct 19, 2005 6:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff between server Job Parallel Job
Replies: 30
Views: 9759

I thought it was theoretically possible to implement server jobs on an MPP by using the SOA edition. Your large server jobs would be turned into real time jobs but called up via a standard batch scheduler, the SOA agents would then decide which server to run it on. Sorry I'm a bit vague on the detai...
by vmcburney
Wed Oct 19, 2005 5:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Compilation Error
Replies: 11
Views: 2534

The sequence job will run for any user who has a Director since it runs on the server. Compilation however occurs on the client. Therefore a sequence that has run successfully for weeks but wont compile indicates a problem on your client machine, ie no write access to the DataStage client directory.
by vmcburney
Wed Oct 19, 2005 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I view the jobs i made in datastage
Replies: 2
Views: 932

There is a thread in the FAQ forum on DataStage job reporting options.
by vmcburney
Wed Oct 19, 2005 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoint Restart Capability
Replies: 10
Views: 5086

I think that's an argument for doing testing and training rather then for writing your own restart checkpointing. Checkpoint can very easily be cleared out, if someone resets the sequence job or recompiles the sequence job. Perhaps the drawback of sequence job restart is that you cannot manually set...
by vmcburney
Tue Oct 18, 2005 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoint Restart Capability
Replies: 10
Views: 5086

Any reason why you are upgrading to 7.1 and not the newer 7.5.1?
by vmcburney
Tue Oct 18, 2005 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoint Restart Capability
Replies: 10
Views: 5086

It is as simple as checking the check box! The main considerations - you need to make sure you restart with the same job parameters as the failed sequence. You need to consider whether you should should be restarting jobs that update aggregate database tables or perform database inserts. Your suppor...
by vmcburney
Tue Oct 18, 2005 10:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Compilation Error
Replies: 11
Views: 2534

You need write access to your c:\Program Files\Ascential\DataStage directory (or whatever equivelent directory your DataStage Client is installed to). Do a search through the archives for other threads on this error.
by vmcburney
Tue Oct 18, 2005 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Added field has duplicate identifier()
Replies: 2
Views: 14762

I am going to resurrect this old thread because we are also getting this error and we have opened a case with Ascential support. There are two Lookup stage errors that abort a job even with a perfectly valid lookup stage. Both errors happen if you have column propogation turned on and make changes t...
by vmcburney
Tue Oct 18, 2005 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile an enternal C/C++ Routine and use in DS PX
Replies: 11
Views: 4644

I assume you want to replace your old DataStage BASIC routines with C functions. These functions can be called directly from a parallel transformer and the sample functions are a good place to start. It is written in a C language so you should find a good C reference book, I don't think Ascential ha...
by vmcburney
Tue Oct 18, 2005 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile an enternal C/C++ Routine and use in DS PX
Replies: 11
Views: 4644

Read the chapter on Custom Stages in the Parallel Job Developer's Guide . Correction, look in the Parallel Job Advanced Developer's Guide. Going to add this thread to my favourites. You can also look in the old Orchestrate Guides as they have some more sample C code and are sometimes more complete ...
by vmcburney
Tue Oct 18, 2005 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Library file not Found
Replies: 2
Views: 722

Have you tried recompiling the job?
by vmcburney
Mon Oct 17, 2005 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff between server Job Parallel Job
Replies: 30
Views: 9759

Server jobs are easier then parallel jobs, a hash file stage and transformer stage is easier to learn then lookup + join + merge + change data capture + filter + modify + transformer + change data apply + dataset + fileset. Especially since the change capture stage produces a mountain of warning mes...
by vmcburney
Mon Oct 17, 2005 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture the SQL Code?
Replies: 10
Views: 2881

For DB2 SQL State is the correct error message identifier, not SQL code. You will find this field on the right mouse click menu within the Transformer - set up an output to the DB2 stage and an output to a reject file. Create an output field for your reject link called SQLSTATE as an integer field. ...
by vmcburney
Sun Oct 16, 2005 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: use of oracle Interface PACK -integration suite
Replies: 1
Views: 626

Normally DataStage interacts with a database by reading and writing against tables. The enterprise PACK gives you an intelligent layer between the Oracle database and DataStage making it easier to import metadata and interface with Oracle application databases. Impossible to tell from the web site w...