Search found 15603 matches

by ArndW
Mon Nov 02, 2009 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS - Loading Extended Characters to SQL Server 2005
Replies: 11
Views: 4972

In this context the two are synonymous, I tend to use the terms interchangeably.
by ArndW
Mon Nov 02, 2009 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Sequencer name from the job name
Replies: 16
Views: 5933

The DSGetJobInfo(YourJobHandle,DSJ.JOBCONTROLLER) will give you a job's parent.
by ArndW
Mon Nov 02, 2009 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_ILLEGAL_ARGUMENT_ERROR encountered in Datastage PX 7.5.2
Replies: 7
Views: 3138

how many and what type columns are you importing in that stage?
by ArndW
Mon Nov 02, 2009 2:26 am
Forum: General
Topic: ORA-08103: object no longer exists in simple Server job
Replies: 2
Views: 4116

Could it be that the failure happens when the machine is under heavy load and manual starts happen when that is not the case? It this a materialized view in Oracle or a dynamic one?
by ArndW
Sun Nov 01, 2009 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get loaded count in DB2 table
Replies: 10
Views: 2651

Not being able to test it with reject links makes it tough; can you duplicate the production data on another DataStage machine in order to test it? What about duplicate primary keys?
by ArndW
Sun Nov 01, 2009 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get loaded count in DB2 table
Replies: 10
Views: 2651

Not really. If there are errors in the load then the job will show those errors, if they don't show up there, then I would look at duplicate keys overwriting existing records as a possible reason.

You could use a reject link and insert/update method to check.
by ArndW
Sun Nov 01, 2009 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging in Running State
Replies: 2
Views: 1302

This one somehow slipped through the cracks. Is the issue solved or is it still open?
by ArndW
Sun Nov 01, 2009 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to DataStage Designer - version 8.1
Replies: 2
Views: 2304

What port are you using for the connection and can you ping 10.191.131.60 from your PC?
by ArndW
Sun Nov 01, 2009 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ole server error in merge stage
Replies: 1
Views: 1087

Please post to this duplicate thread of the same issue.
by ArndW
Sat Oct 31, 2009 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS - Loading Extended Characters to SQL Server 2005
Replies: 11
Views: 4972

What happens when you try the UTF-8 map when reading? It would seem that the SQL Server map is MS-1252 (at least from what Google told me about the "SQL_Latin1_Genearl_CP1_CI_AS" setting), so you would need to replace any characters that are not represented in MS-1252 in any case.
by ArndW
Sat Oct 31, 2009 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS - Loading Extended Characters to SQL Server 2005
Replies: 11
Views: 4972

The key is to know what map was used to generate the file. Could it be UTF-8 or UniCode?
by ArndW
Sat Oct 31, 2009 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Import Error
Replies: 3
Views: 1427

If you go into the designer and open up a new job then save it with the same name as the job your are trying to import, does that work or do you get the same (or another) error?
by ArndW
Sat Oct 31, 2009 6:12 am
Forum: Data Integration
Topic: Show Metadata, Court Says
Replies: 2
Views: 8981

Interesting spin on a data question, but put into a modern IT context.
by ArndW
Sat Oct 31, 2009 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the Difference between Hashfile and Sequential File
Replies: 2
Views: 2707

Parallel jobs do not have hashed files, only server jobs do. Hashed files are similar to database tables and one can do indexed or keyed reads on them, as well as update the contents; this cannot be done with sequential files.
by ArndW
Sat Oct 31, 2009 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help DataStage Problem C Stage PlunIn function
Replies: 9
Views: 1813

If you reset the job, do you get an entry "from previous run.." an could you post the contents to the thread; there might be some additional information available.