Search found 42189 matches

by chulett
Fri Sep 23, 2011 3:59 pm
Forum: General
Topic: Checking job status in script
Replies: 16
Views: 4766

If you consider "Finished with warnings" to be "fine" then yes.
by chulett
Fri Sep 23, 2011 2:08 pm
Forum: General
Topic: Checking job status in script
Replies: 16
Views: 4766

However, while watching this post I was wondering... perhaps all "-wait" does is return a zero when it successfully starts the job, regardless of how well the job itself runs? Perhaps all a non-zero result there means is that it couldn't start it. Check the documentation. I still prefer th...
by chulett
Fri Sep 23, 2011 2:04 pm
Forum: General
Topic: Checking job status in script
Replies: 16
Views: 4766

Your understanding seems correct and I'm not sure why it's not behaving as you'd expect. However, I've never used the "-wait" option and have always preferred using "-jobstatus". What happens if you switch to that and then check for 1 (ran ok) or >1 for everything bad?
by chulett
Fri Sep 23, 2011 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: operator combination
Replies: 6
Views: 6492

Like most everything else in PX Land, there is an APT variable to control that: add APT_DISABLE_COMBINATION to your mapping and set it to True.
by chulett
Fri Sep 23, 2011 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling SQL server stored procedure from datastage.
Replies: 23
Views: 19545

I need this to get this done urgently. Then you should be working with your official support provider. Using the Stored Procedure stage doesn't mean you are forced to return values, you're not so don't think that's why you couldn't use it. However, I doubt it will support SQL Server from a UNIX ser...
by chulett
Fri Sep 23, 2011 11:16 am
Forum: General
Topic: error while installing client
Replies: 4
Views: 3958

Nope, not enough. As noted they need to be in your Path environment variable. My Computer / right-click / Properties / Advanced tab / Environment Variables, then edit Path in the System variables window to include them as noted.
by chulett
Fri Sep 23, 2011 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CreateMapfile Failed issue
Replies: 4
Views: 2314

Really? I don't see the connection but... ok.
by chulett
Fri Sep 23, 2011 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB datatype issue in datastage
Replies: 6
Views: 8505

Suggest you read the Connectivity Guide for Oracle Databases pdf where it discusses how to process the CLOB datatype via the Connector stage.
by chulett
Fri Sep 23, 2011 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view the out put in sequential file
Replies: 7
Views: 2255

Sometimes all it takes is another pair of eyes. :wink:
by chulett
Thu Sep 22, 2011 6:26 pm
Forum: General
Topic: Reading the DB Password env variable from shell script
Replies: 8
Views: 2130

Invoke the shell script from a DataStage job and the environment variables will be available for your use.
by chulett
Thu Sep 22, 2011 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read operation failure
Replies: 16
Views: 5384

Just checking... you marked the post as "Resolved" after posting that deleting the data let the job run. Just wanted to make sure that wasn't all there was to this resolution. :wink:
by chulett
Thu Sep 22, 2011 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Same Jobs Running with Different Nodes
Replies: 2
Views: 1228

Start by first explaining to us what exactly "doesn't work" means. :?
by chulett
Thu Sep 22, 2011 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while inserting to SQL server table
Replies: 15
Views: 10374

Documentation is a wonderful thing. The "s" option allows leading spaces in date and/or time formats. For example: %(m,s)/%(d,s)/%yyyy %(h,s):%(n,s):%(s,s) Would handle single digits in the month, day, hour, minute and second. You can also find discussions on how to handle the "am/pm ...
by chulett
Thu Sep 22, 2011 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read operation failure
Replies: 16
Views: 5384

So... you didn't fix the job, you "fixed" the data? :?
by chulett
Thu Sep 22, 2011 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server jobs performance on unix vs windows
Replies: 13
Views: 6531

Exactly, make sure these 'critical path' Server jobs are actually appropriate for assimilation into the PX collective.