Search found 253 matches

by Eric
Fri Mar 07, 2008 9:35 am
Forum: General
Topic: UTF8
Replies: 4
Views: 3092

Have you set the code page in the job design, not the OS where the DataStage Engine lives?

What stage are you using?
by Eric
Fri Aug 17, 2007 5:48 am
Forum: General
Topic: Login using Hostname vs IP of Host
Replies: 3
Views: 4297

You need to use the Hostname.
You could always add an entry into your local hosts file to resolve hostname to IP.
Otherwise you would have to fix DNS.
by Eric
Thu Aug 03, 2006 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .odbc.ini
Replies: 6
Views: 4024

You love windoze RG then ;)

Press here

:lol:
by Eric
Wed Jul 05, 2006 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 6
Views: 4427

Eric We wrote parallel routines with the following options 1. Used object as object-type 2. Given External routine name 3. In Library path, we gave the path of the object file(.o) 4. In Type, we gave "External Function" Thanks Sai The makefile etc looks good. when you created the routine ...
by Eric
Tue Jul 04, 2006 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 6
Views: 4427

Did you build a static or dynamic library?
What compiler and compile arguments did you use?
Did you follow the TrxExternalFunctions examples?

Perhaps you could post something about how you compiled you external routine?
by Eric
Mon Jul 03, 2006 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set NLS to NONE in Parallel Job?
Replies: 2
Views: 2208

If you've installed DataStage with NLS then you'll have to set a locale/code page rather than 'None' as all input files with have a code page.
Have you tried using the installed default?
What problems do you have using the NLS settings?
by Eric
Thu Jun 29, 2006 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage - Insert Into UNION ALL View
Replies: 4
Views: 3185

newsaur wrote:To Eric: Yep, DB2 allows inserting to a view under some conditions.
I beleive the condition is that the View has been created based on a Single Database Table.
by Eric
Wed Jun 28, 2006 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage - Insert Into UNION ALL View
Replies: 4
Views: 3185

As I remember. the rules of SQL say You can't INSERT into a VIEW that is made from multiple tables. Is this still true?
by Eric
Mon Jun 12, 2006 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS/390 ODBC connection setup problems
Replies: 10
Views: 5740

Ah, sorry :oops:

I don't beleive that "/" is a permitted value in the connection parameters for DB2 on Z/os. The "OS/390" is a default value for the parameters which are only relevent for Z/os DB2 connections.
by Eric
Fri Jun 09, 2006 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS/390 ODBC connection setup problems
Replies: 10
Views: 5740

Yes Ray, you must complete the Name of the DB2 'collection' and 'location'.

yakiku, talk to your OS/390 Administrator to find the correct values.
by Eric
Fri May 26, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 6
Views: 3791

I think each object library you want to create should have it's own parallel rountine definition in your DataStage project. You can then reference the different methods though it's defined parallel routine reference.
by Eric
Fri May 19, 2006 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Data from Mainframe system
Replies: 7
Views: 3612

There is also the USS option? This allows PX job to run directly on the MainFrame (within a USS environment)
by Eric
Thu Apr 06, 2006 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling and linking a parallel routine
Replies: 15
Views: 9876

Try looking at the examples on your DataStage client install Disk
[ Samples\TrxExternalFunctions\AIX ]
by Eric
Wed Mar 22, 2006 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About SQL Code 0803N
Replies: 7
Views: 3990

Code: Select all

SQL0803N One or more values in the INSERT statement, UPDATE statement, or foreign key update caused by a DELETE statement are not valid because the primary key, unique constraint or unique index identified by index-id constrains table table-name from having duplicate rows for those columns. 
by Eric
Tue Feb 28, 2006 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation problem - unable to see the full palette
Replies: 16
Views: 7647

Have you tried -> "right click on the palette -> customize -> Reset to factory default"