Search found 15603 matches

by ArndW
Sat Aug 25, 2012 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In line sort before join
Replies: 7
Views: 2567

soumya5891, when you experiment by changing the sort order, make sure that look at the score, since DataStage will automatically insert a tsort operator at runtime should the links be sorted differently. You can disable this behaviour using the $APT_NO_SORT_INSERTION and setting to to "true&quo...
by ArndW
Fri Aug 24, 2012 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with bulk load
Replies: 7
Views: 2617

Hmmmm... does sound awfully "harsh" as an error message for insufficient access rights.
by ArndW
Fri Aug 24, 2012 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with bulk load
Replies: 7
Views: 2617

My first guess would be that the userid you are using doesn't have sufficient rights in the database to drop/build indices as the bulk loader is wont to do.
by ArndW
Fri Aug 24, 2012 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30081N
Replies: 8
Views: 4564

The commit frequency is set under "Transaction -> Record Count" in the connector stage.
by ArndW
Fri Aug 24, 2012 5:42 am
Forum: General
Topic: Reset mutiple jobs together
Replies: 6
Views: 1354

Ahh, missed that from the original post.

No, there is no way for you to reset multiple jobs at the same time.
by ArndW
Fri Aug 24, 2012 4:37 am
Forum: General
Topic: Reset mutiple jobs together
Replies: 6
Views: 1354

The "dsjob" command-line utility lets you do many things, including resetting a job. Putting this inside a loop in a script would let you do what you want.
by ArndW
Fri Aug 24, 2012 3:43 am
Forum: General
Topic: Reset mutiple jobs together
Replies: 6
Views: 1354

No, not from the director.
by ArndW
Fri Aug 24, 2012 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing the WVARCHAR column into a VARCHAR database column
Replies: 9
Views: 19980

I haven't looked into the database DDL scripts, but if you keep all of your databases in the same character set plus do the same for DataStage then no conversion will be necessary and correspondingly no warnings will be produced.
by ArndW
Fri Aug 24, 2012 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of dsdb2.dll
Replies: 3
Views: 1173

I would guess that your server and client are on the same machine and that the admin id has sufficient access rights to the DataStage directories while your user-id doesn't.
by ArndW
Fri Aug 24, 2012 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing the WVARCHAR column into a VARCHAR database column
Replies: 9
Views: 19980

Did you follow Ray's suggestion. I haven't been to a site yet where this approach didn't work.
by ArndW
Fri Aug 24, 2012 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Data Removal
Replies: 13
Views: 3369

The call is the same on UNIX or Windows. The path to the executable is "{DataStage Installation}\IBM\InformationServer\Server\PXEngine\bin"
by ArndW
Thu Aug 23, 2012 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Data Removal
Replies: 13
Views: 3369

No, that command will truncate ALL files ending in ".ds" in the current attach point directory
by ArndW
Thu Aug 23, 2012 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Data Removal
Replies: 13
Views: 3369

You can also write a dummy job which uses a row-generator to generate one row, then a transform or filter to remove that one row and write to your dataset; that will do the same thing as the command-line would, it creates an empty new dataset.
by ArndW
Thu Aug 23, 2012 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Data Removal
Replies: 13
Views: 3369

One can remove a dataset from the command line with "orchadmin rm <descriptor>" and one can truncate the dataset with "orchadmin truncate <descriptor>"
by ArndW
Thu Aug 23, 2012 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30081N
Replies: 8
Views: 4564

- Is this a sporadic error or does it always occur? If it always occurs, does it always occur on the same record / after the same amount of data? - What has changed between the time it worked and now? Both in the job, the table, the database and the system - Are you writing large amounts of data? If...