Search found 15603 matches

by ArndW
Mon Jan 30, 2006 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Acknowledgement or error message
Replies: 3
Views: 1390

Let's see if I've got this right, FEMS sends OIM XML via MQ to WWPRT RDBMS with BRL for CBS and you want to know if you can use RTI. Even if I did have half an hour to spare and an acronym database I still don't know whether I could answer the question. Try Ascential sales. RTI or the MQ plugin or ...
by ArndW
Mon Jan 30, 2006 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DEV to UAT move
Replies: 8
Views: 2592

Vincent,

cool - I'd never thought of looking there! Thanks for (rE)pointing us to the FAQ.
by ArndW
Mon Jan 30, 2006 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen Unable to open file
Replies: 3
Views: 1171

Looks like a timing issue, with the first write to the hashed file happening during the delete and causing your error message. Can you redesign the job so that your reference link comes from the same hashed file stage object as you are writing to? That will ensure that you don't get timing issues.
by ArndW
Mon Jan 30, 2006 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DEV to UAT move
Replies: 8
Views: 2592

The only way I know of is to use the graphical interface, just like you did with your development project.
by ArndW
Mon Jan 30, 2006 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 2028

So the difference lies in the time required to set up the query? I don't know what the difference could be. It must be something else that hasn't been identified yet - could there be anything else? Different userids on UNIX or in connecting to the DB?
by ArndW
Mon Jan 30, 2006 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notification activity - removed recipients still get email
Replies: 2
Views: 692

Have you recompiled the sequence? Normally no shell script is generated by the program, there is just the default mail script.
by ArndW
Mon Jan 30, 2006 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DEV to UAT move
Replies: 8
Views: 2592

The message handlers aren't part of the .dsx export and import, you will need to add them explicitly in each instance.
by ArndW
Mon Jan 30, 2006 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading
Replies: 3
Views: 1847

Incremental Loading is more of a general approach and methodology than a DataStage specific question. The general term for what you are looking to do is "Change Data Detection" and a search on the web and in this forum will give you a number of hints. I also think that the product documentation goes...
by ArndW
Mon Jan 30, 2006 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 2028

Are you 100% certain that the job gets started the same way (i.e. same parameters, no reset-if-required switch) between the 5-second and the 2-hour run? Check you 2-hour log - is there a large startup or finish time or do the rows process much slow? DataStage jobs are started as background processes...
by ArndW
Mon Jan 30, 2006 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command failed to execute
Replies: 9
Views: 2416

Re: command failed to execute

You have embedded spaces in your paths. Either use the 8.3 notation or enclose the files in double-quotes.
by ArndW
Mon Jan 30, 2006 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Control Subroutine [Job name]
Replies: 12
Views: 4906

I missed that in your original post.
by ArndW
Mon Jan 30, 2006 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Source Tables Column Conflict (OLEDB Input stage)
Replies: 10
Views: 2955

You can fully qualify your column names in the metadata or when you run the import app in the manager. Alternatively, you can click on the user-defined-SQL tab and it will default to the current SQL; then you can manually add in the identifier to make the column names unique.
by ArndW
Mon Jan 30, 2006 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command failed to execute
Replies: 9
Views: 2416

Vijay,

did you read my first post - just use absolute instead of relative pathnames for the files.[/b]
by ArndW
Mon Jan 30, 2006 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Control Subroutine [Job name]
Replies: 12
Views: 4906

It sounds like your DataStage installation itself might be corrupted. Have you tried stopping & re-starting DataStage to see if the problems go away?
by ArndW
Mon Jan 30, 2006 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection is broken (81002)
Replies: 5
Views: 2349

The DS.TOOLS command is documented; if you look at the entry in the VOC file you will see that it is a MENU, which in turn can be looked at and which shows the actual TCL commands issued. The real reason is that some of us have been working with UniVerse and it's compatible products for more years t...