Search found 10 matches

by RikDeclercq
Wed Nov 07, 2012 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve loading into SQL server
Replies: 15
Views: 13037

Bulk load can be enabled in the DSN in all versions 8.1 or greater. Go to the .odbc.ini file and add this to the DSN EnableBulkLoad=1 BulkBinaryThreshold=32 BulkCharacterThreshold=-1 BulkLoadBatchSize=1024 BulkLoadOptions=0 Change the odbc driver from the classic driver: Driver=/opt/IBM/Information...
by RikDeclercq
Mon Jul 23, 2012 5:06 am
Forum: General
Topic: controlling jobs
Replies: 9
Views: 3772

The Data Set stage does not support input and output links in the same job. A better approach would be to use a sequence to prevent the job from executing if the file is not present. ... Of course a sequence is best to handle this and we will do so. But we want to prevent that if somebody accidente...
by RikDeclercq
Mon Jul 23, 2012 3:40 am
Forum: General
Topic: controlling jobs
Replies: 9
Views: 3772

Thanks very much for the quick reply 8) . I will study your proposal.
by RikDeclercq
Mon Jul 23, 2012 3:07 am
Forum: General
Topic: controlling jobs
Replies: 9
Views: 3772

controlling jobs

We have job with the following logic. Insert the contents of a file to a table but first truncate the table. If the file cannot be read (wrong format or is not available) the job should fail and the truncate should not happen. Is this possible in a job ?
by RikDeclercq
Tue Apr 17, 2012 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connector stage -911 deadlock error
Replies: 8
Views: 11580

Re: DB2 connector stage -911 deadlock error

we got deadlocks when doing updates on a table which didn't have an index on the key column
by RikDeclercq
Tue Oct 25, 2011 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: InfoSphere 8.5 FP1 - any major known issues?
Replies: 11
Views: 6188

some issues

We upgraded to 8.5 FP1 and noticed the following in the Designer client : - the fan-symbols on the links have disappeared. However, you can still see them in the pop-up that comes up when you move your mouse over the job-name in the repository window - in the sequential file stages, you can use DOS ...
by RikDeclercq
Tue Aug 02, 2011 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg the Parallel Job - Transformer compilation problem.
Replies: 12
Views: 6896

Re: Reg the Parallel Job - Transformer compilation problem.

Then I am afraid that I can't help, these things are handled by the guys from infrastructure.
by RikDeclercq
Wed Jul 27, 2011 6:12 am
Forum: General
Topic: Shared Containers Info
Replies: 4
Views: 2433

Example

ray.wurlod wrote:For example, you might create a shared container for generic error handling. Within the container additional columns could be added for the job name, the job start time, etc.
Can you give an example of this ?
by RikDeclercq
Mon Jun 06, 2011 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SybaseIQ bulk load
Replies: 2
Views: 2025

SybaseIQ bulk load

We are new to DataStage. We are struggling with the SybaseIQ bulk load stage, especially with the transaction control. Does anybody have any experience on this ?

Thanks