Search found 42189 matches

by chulett
Mon Oct 06, 2008 9:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing Array values into a Sequential File
Replies: 3
Views: 1180

What the heck is your goal here? :?
by chulett
Mon Oct 06, 2008 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: blink error not in log
Replies: 5
Views: 1728

Search the forums for "64BIT", that should turn up quite a number of conversations on the subject of large hashed files.
by chulett
Mon Oct 06, 2008 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job name which uses a particular routine
Replies: 5
Views: 1567

There's no published metadata for the repository tables, but a "LIST DICT tablename" might help. A little.
by chulett
Mon Oct 06, 2008 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error(for one user only)
Replies: 4
Views: 2845

That does seem odd to me too, but then I don't work with SQL Server so aren't aware of the finer points of its use. :wink:
by chulett
Mon Oct 06, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job name which uses a particular routine
Replies: 5
Views: 1567

Pretty much everything you'd ever want to know is in DS_JOBS and DS_JOBOBJECTS.
by chulett
Mon Oct 06, 2008 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear the rows before inserting depending on non key coloumn
Replies: 18
Views: 3824

So, only one column actually supplies values to the where clause and the other three values are hard-coded? Then you only need one key column. The number and order of the key columns must match the "?" bind parameters used in the sql.
by chulett
Mon Oct 06, 2008 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear the rows before inserting depending on non key coloumn
Replies: 18
Views: 3824

Don't confuse 'key columns' with indexes or indexed columns. Mark as a 'keys' the columns needed to drive the deletes, i.e. be included in the where clause.
by chulett
Mon Oct 06, 2008 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error(for one user only)
Replies: 4
Views: 2845

So... you were not in fact logging into the database as the same user?
by chulett
Mon Oct 06, 2008 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: blink error not in log
Replies: 5
Views: 1728

A job's "log file" is a hashed file and a blink error in a hashed file is a blink error, even if it's not a log. You've corrupted the hashed file by trying to write more than 2.2GB of data to it, you'll need to switch it to 64BIT.
by chulett
Mon Oct 06, 2008 1:01 pm
Forum: General
Topic: compile multiple jobs
Replies: 8
Views: 2219

Binaries = executables.
by chulett
Mon Oct 06, 2008 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enabling Bulk Mode in DRS
Replies: 7
Views: 1279

There's no "bulk" option in the DRS stage. What post? Can you include a link to it so we can see the context of the discussion?
by chulett
Mon Oct 06, 2008 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SubString Comparision
Replies: 4
Views: 1099

Then wrap the ends of the string in your delimiter (pipes here) and then look for "|Test|" rather than just "Test".
by chulett
Mon Oct 06, 2008 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count
Replies: 5
Views: 2568

Code? There certainly are usage examples of the DSGetLinkInfo function in the online help.
by chulett
Mon Oct 06, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input
Replies: 3
Views: 1130

:? I don't see any mention of a 'compilation error' in the original post. Please start your own topic, post your job design and don't hijack other people's threads.