Search found 2288 matches

by roy
Thu May 05, 2005 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems inserting a row in a table with identity column
Replies: 10
Views: 9446

Hi, I would try defining a view on that table as work-around to try trick DS to think there is no additional column and perform the insert on the view. Another option if could be concidered is to handle the identity column yourself by using a regular bigint column and supplying the serial value in t...
by roy
Thu May 05, 2005 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change java runtime env
Replies: 8
Views: 1931

Oh,
Hmm, can't remember but did you check for soft links in the orchestra directories like the ones pointing the Oracle client set at install time?!
by roy
Thu May 05, 2005 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change java runtime env
Replies: 8
Views: 1931

Hi, First the obvious work-around would be creating a soft-link to the desired location. hence making the default location point to the desired one It does seem that the environment pointing to the new location are not being used from what you say so call'm (your support that is). thinking back on t...
by roy
Thu May 05, 2005 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NotNull IsNull
Replies: 2
Views: 934

Hi,
AFAIK, The only,proper, way to eliminate no null handling warnings is to add null handling.
(The other way of message handlers is not my cup of tea in this case)

Simply add the modify stage and handle_null(Field,Replacement) for the null-able columns.

IHTH,
by roy
Thu May 05, 2005 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array 'DSGetLinkInfo' never dimensioned
Replies: 6
Views: 1643

you do not nee the IFNDEF part just the include line
(simply since the IFNDEF is already in the JOBCONTROL.H file.)
by roy
Thu May 05, 2005 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array 'DSGetLinkInfo' never dimensioned
Replies: 6
Views: 1643

Hi,
I think your Routine is missing the:

Code: Select all

$INCLUDE DSINCLUDE JOBCONTROL.H

statement in it's begining to support job control functions such as the various DSGet... functions.

after adding it recompile, if moe problems continue this post

IHTH,
by roy
Thu May 05, 2005 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ini file to hold Job Sequence Parameters
Replies: 1
Views: 1894

Hi,
This topic was covered extensivly, in the past, here.
If after a search and review of found topics you still have questions continue this post.

IHTH,
by roy
Thu May 05, 2005 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Still a problem] Unable to initialize plug-in:
Replies: 9
Views: 2276

Hi, I'm trying to connect to Informix. First I had 64bit client, then I said 32bit client please. So in addition to the 64bit client (f client version) they installed the h version that supports both 64 and 32 bit. Still I'm unable to start a plugin import of table definitions. Can anyone reassure m...
by roy
Thu May 05, 2005 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about data stage
Replies: 2
Views: 1928

Hi,
I'd start with a course if you'r new to the product.
Next are the manuals in the client install directory.
start with the Developer's guide/s

IHTH,
by roy
Wed May 04, 2005 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS400 Configuration
Replies: 1
Views: 586

Hi, DB2Connect is an IBM client for connecting to DB2. the only thing that comes (today!!!) with DS is the branded_odbc package. If you have a proper support contract with IBM you'll should have no real problem getting a client connection (if one exists for your platform). last time I heard of DB2Co...
by roy
Wed May 04, 2005 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Still a problem] Unable to initialize plug-in:
Replies: 9
Views: 2276

Hi, Ok, it seems the 32bit client install was not ok or something with the Oracle 8 client. they installed the 9i 32 bit version finally and it works. same for TeraData. Probably same for Informix (still need to install 32 bit client) The thing that made me was that the 32bit 8 version didn't work. ...
by roy
Tue May 03, 2005 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Still a problem] Unable to initialize plug-in:
Replies: 9
Views: 2276

yes I have. I think this is even before any connection config I never get to supply any connection info even! right after I choose a plug-in type I get the error any Ideas??? we installed via a remote CD on another HP since this once has no CD, could this have anythign to do with it arghhhhh getting...
by roy
Tue May 03, 2005 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Still a problem] Unable to initialize plug-in:
Replies: 9
Views: 2276

[Still a problem] Unable to initialize plug-in:

Hi All, I have a situation where 64bit clients were installed then DS. DBs in question: TeraData Oracle Informix They installed Oracle 32 bit 8.1.7 (64 bit was 9 version) since but still I can't import anything getting the Unable to initialize plug-in: error. (I did change the PXEngine/lib to point ...
by roy
Tue May 03, 2005 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize the plug-in for ORAOCI9
Replies: 2
Views: 919

Hmmmm, :(
Any answers to that one?
I'm having a similar problem with 7.5.
(Showing yall I search ;)
I'll post a fresh post
by roy
Mon May 02, 2005 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS-SQL transactions from ODBC stage
Replies: 12
Views: 2960

Hi,
I don't have the tools to check it yet, but have you checked under the branded_odbc directory for relevant info?

IHTH,