Search found 42189 matches

by chulett
Mon Jun 15, 2009 3:56 pm
Forum: General
Topic: Error when running Data stage server job
Replies: 22
Views: 8729

Well, that's good news. Can you please mark your topic as Resolved now using the big button at the top of the page? Thanks!
by chulett
Mon Jun 15, 2009 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting jobs
Replies: 6
Views: 2408

8.now or 8.future?
by chulett
Mon Jun 15, 2009 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is "parameter1" in ODBC DB2 wire protocol err
Replies: 19
Views: 9719

So... have you been using this ODBC connection for some time now and this issue is only with this particular job or is this newly set up and it is the first time you are attempting to use it?
by chulett
Mon Jun 15, 2009 2:40 pm
Forum: General
Topic: Reading XML files - element not defined in the xml table def
Replies: 4
Views: 1317

So... no access to the xsd for this file? That's how one would typically get a full set of XPath expressions generated.
by chulett
Mon Jun 15, 2009 12:58 pm
Forum: General
Topic: Reading xml files
Replies: 2
Views: 1015

Don't use the Sequential File stage but rather the External Source stage as noted here in Dr Ostic's Sing-Aong Blog. :wink:
by chulett
Mon Jun 15, 2009 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings
Replies: 2
Views: 1848

I've found it as well as noted here but only with the "Pivot" stage, not with the "Pivot Enterprise" stage introduced in 8.1. What version are you running? Seems like a message handler to demote this would be the way to go.
by chulett
Mon Jun 15, 2009 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with Iconv
Replies: 5
Views: 1294

OK. so what exactly is your issue again? As Arnd noted, that 'pivot' or base date has not changed nor is it configurable in any way that I'm aware of.
by chulett
Mon Jun 15, 2009 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings are not displayed in the log
Replies: 17
Views: 6150

What I would see are green Info entries like this: Oracle_Enterprise_child,3: Records inserted: 0 Records used for update: 0 Records rejected: 1 Total records: 1. Oracle_Enterprise_child,0: Records inserted: 7 Records used for update: 0 Records rejected: 2 Total records: 9. Followed by the ever popu...
by chulett
Mon Jun 15, 2009 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob - wait command
Replies: 9
Views: 10203

As noted, that "-jobstatus" is a "wait" option as well - both cause the job to wait to finish before returning, what changes is the status returned to the caller. As noted in the documentation.
by chulett
Mon Jun 15, 2009 8:15 am
Forum: General
Topic: Error when running Data stage server job
Replies: 22
Views: 8729

No, not in a Server job. You're probably going to need to refer this to your support provider to see what your options are there. It seems to be getting confused about your need for a key with no where clause in your query, not to mention the parameter marker is part of the 'from' clause here. And k...
by chulett
Mon Jun 15, 2009 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting jobs
Replies: 6
Views: 2408

All jobs in the project or individual jobs, those are your two choices. In order to get just "your jobs" or jobs in a category, you'll need to build/have a list of the jobs in question and then iterate through them getting one job at a time and appending them together.
by chulett
Mon Jun 15, 2009 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling oracle stored procedure with os level authentication
Replies: 7
Views: 3323

Right... so why not use the Oracle stage to "call" the stored procedure?
by chulett
Mon Jun 15, 2009 7:29 am
Forum: General
Topic: Error when running Data stage server job
Replies: 22
Views: 8729

Then account_nsp_id should be marked as a Key. And I assume your column order in the stage matches the select order in the query, yes?
by chulett
Mon Jun 15, 2009 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting positon of value
Replies: 6
Views: 2113

Correct, you'd need to write a custom routine to leverage that. Plus convert all those commas to Field Marks or Value Marks or some kind of dang marks first. :wink:
by chulett
Mon Jun 15, 2009 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling oracle stored procedure with os level authentication
Replies: 7
Views: 3323

Re: Calling oracle stored procedure with os level authentica

asaf_arbely wrote:On the oracle stage there's a check box "use os level authentication" that works
??