Search found 42189 matches

by chulett
Fri Sep 28, 2012 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config file for Indiviual Stages
Replies: 2
Views: 1117

Is it possible to run the Netezza stage in sequential mode?
by chulett
Fri Sep 28, 2012 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting error on 00000000 while doing stringtodate
Replies: 14
Views: 3378

Your format string needs to match the data coming in. Do you have dashes in your data string?
by chulett
Thu Sep 27, 2012 11:54 am
Forum: General
Topic: Oracle Configuration to Datastage8.7 on Linux (64 bit)
Replies: 3
Views: 1465

Why not simply read the documentation? I don't have it handy right now and I don't really see the point of doing a copy/paste of things here that are in the standard documentation library.
by chulett
Thu Sep 27, 2012 11:53 am
Forum: General
Topic: Error while running job after editing dsenv
Replies: 15
Views: 7022

Remove them. Not that different from my suggestion to double-check the file for stray returns. Use ":set list" in vi to help them show up if needed.
by chulett
Thu Sep 27, 2012 11:31 am
Forum: General
Topic: Oracle Configuration to Datastage8.7 on Linux (64 bit)
Replies: 3
Views: 1465

1. Yes.

2. Documented in the Oracle Connectivity Guide pdf.
by chulett
Thu Sep 27, 2012 11:30 am
Forum: General
Topic: How to pass year and month fro ma sequencer to the job
Replies: 4
Views: 1950

Note that there would be no need for the "extract date - write/read file" steps if you're just talking the current year / month. A routine could easily return them.
by chulett
Thu Sep 27, 2012 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Excel File
Replies: 14
Views: 6689

I need to read a Remote .xls Excel File and FTP that into my System as .xls Excel file using FTP Plug-in Stage You can't. The stage is metadata driven and really only meant for flat files, which is why it works when you save the xls as a csv. Since you are on Windows, you can use ODBC to read the x...
by chulett
Thu Sep 27, 2012 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Parallel Routines and Malloc/New
Replies: 8
Views: 10233

Well... perhaps that was true five years ago. :wink:
by chulett
Thu Sep 27, 2012 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To identify set of records
Replies: 4
Views: 1210

<moved from FAQ Discussions>

Next time please be more careful where you start your post.
by chulett
Wed Sep 26, 2012 1:23 pm
Forum: General
Topic: How to assign parameter a value
Replies: 10
Views: 3872

Thought you weren't allowed to use Server jobs? If this case 'fetch' just means 'read from' because the parameter was stored in a database table.
by chulett
Wed Sep 26, 2012 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merge_test..Merge_1: Link property retrieval error
Replies: 4
Views: 2608

It doesn't like what you specified as the second filename. Make sure it is spelled (and cased) properly and permissions are correct.
by chulett
Wed Sep 26, 2012 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Insert SQL Statement
Replies: 17
Views: 8201

Do an exact search for "DSSetUserStatus".
by chulett
Wed Sep 26, 2012 8:04 am
Forum: General
Topic: Error while running job after editing dsenv
Replies: 15
Views: 7022

srinivas.nettalam wrote:We brought the dsenv file to the earlier state but still we are getting the same errors
If all you changed was the dsenv file then I would assert that you are not in fact at that 'earlier state'.
by chulett
Wed Sep 26, 2012 6:58 am
Forum: General
Topic: Error while running job after editing dsenv
Replies: 15
Views: 7022

I don't see where you set the DB2 library path. Regardless, I'd make sure your LD_LIBRARY_PATH is all one line with no accidental returns in it. It may also be too long now and need to be broken up into two statements.
by chulett
Wed Sep 26, 2012 6:49 am
Forum: General
Topic: Can not delete category from designer
Replies: 5
Views: 2545

Sounds to me like your repositories are out of sync, in your shoes I would contact my official support provider for help.