Search found 42189 matches

by chulett
Thu Mar 01, 2012 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while executing stored procedure
Replies: 2
Views: 1105

That's usually means a lack of execute grants for the connecting user.
by chulett
Thu Mar 01, 2012 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write to a sequential file
Replies: 22
Views: 7081

Use the 'Preview' button to see what your post will look like before submitting it. The forum software removes all 'excess' whitespace unless you use

Code: Select all

 tags to preserve them. See? More better.
by chulett
Thu Mar 01, 2012 8:11 am
Forum: General
Topic: 'Run-time error 457
Replies: 9
Views: 3065

esivaprasad wrote:installed only 7.5 version,still giving same error.
That's an important piece of information. What operating system are you installing this on?
by chulett
Wed Feb 29, 2012 5:55 pm
Forum: General
Topic: running Batch files
Replies: 11
Views: 2332

Which means the batch file is getting executed but based on the speed, it sounds like it failing to call sqlplus properly from inside the batch. That comes down to either making sure your PATH is correct or using an absolute path to sqlplus. Note that your command shows you passing what look like re...
by chulett
Wed Feb 29, 2012 3:57 pm
Forum: General
Topic: running Batch files
Replies: 11
Views: 2332

rodre wrote:the bat files call commands like this:
call sqlldr %1/wh1@%2 control=Data\ContCol.ctl data=Data\ContColl.dat
Which, if I understand correctly, it creates a file for oracle to upload.
No, it loads the already created .dat file into Oracle.
by chulett
Wed Feb 29, 2012 3:55 pm
Forum: General
Topic: running Batch files
Replies: 11
Views: 2332

Then they are failing to run or failing to be found because as noted they are synchronous operations. Are you using absolute paths?
by chulett
Wed Feb 29, 2012 12:14 pm
Forum: General
Topic: migrating to Datastage 8.5 from Datastage 7.5
Replies: 9
Views: 6515

No, there's no conversion of job type, just an automatic upgrade of the version of the jobs.
by chulett
Wed Feb 29, 2012 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Length Calculation Warning
Replies: 7
Views: 4671

Do you need to do a bulk load? What kind of load volume are we talking about?
by chulett
Wed Feb 29, 2012 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SWITCH Stage - with wild card character
Replies: 10
Views: 2675

FWIW, I checked the 8.5 docs for both the stage and the operator and found no reference to any 'wildcard' character.
by chulett
Wed Feb 29, 2012 7:19 am
Forum: General
Topic: How to use Datastage environment variable in a unix script
Replies: 3
Views: 2550

If you run the script from DataStage then there's no need to pass anything, they will be in the environment. Just reference them like any other environment variable.
by chulett
Wed Feb 29, 2012 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Odbc Connector Stage View data error
Replies: 3
Views: 1429

Advise you contact your official support provider.
by chulett
Wed Feb 29, 2012 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call oracle stored procedure in datastage server job
Replies: 8
Views: 5750

It does work fine 'Before SQL' in a Server OCI stage. Are you connecting as the owner? Or code in a dummy parameter and call it from the SP stage.
by chulett
Wed Feb 29, 2012 7:09 am
Forum: General
Topic: 'Run-time error 457
Replies: 9
Views: 3065

Are you using the Multi-Client Manager to switch between the two? You can have them both installed but only one can be active at any given time, hence the need to switch using MCM.
by chulett
Wed Feb 29, 2012 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Xalan fatal error (publicId: , systemId: , line: 1, column:
Replies: 2
Views: 1778

Did you do that in job before the parsing or manually?
by chulett
Tue Feb 28, 2012 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza Enterprise Stage outputs N instead of NULL
Replies: 8
Views: 2952

Still curious what a DUMP() would show...