Search found 42189 matches

by chulett
Wed Apr 18, 2007 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows vs UNIX
Replies: 14
Views: 5528

Yes, it does. :wink:
by chulett
Wed Apr 18, 2007 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows to column
Replies: 4
Views: 1479

Columns to rows, actually. As an alternative, check this post.
by chulett
Wed Apr 18, 2007 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

-7 = DSJE_BADSTAGE = "StageName does not refer to a known stage in the job". Check $DSHOME/include/dsapi.h or the online help.
by chulett
Wed Apr 18, 2007 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Hash file still splitting !
Replies: 4
Views: 1168

Many factors at work here. How 'fat' are your records? Why a minimum modulus of 1? There have been a number of posting on hashed file details - Ken Bland had an extensive article in a newletter you should be able to find from the home page. Someone else posted this link which should help. And then ...
by chulett
Wed Apr 18, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change the design
Replies: 2
Views: 981

Re: Change the design

How can use that target table directily... If we need to access to the table we need to get DB Links beacuse different schema. You don't need a dblink to access a different schema - you'd need one to connect to a different instance however. Or to join tables from different instances as if they were...
by chulett
Wed Apr 18, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connection for Oracle
Replies: 1
Views: 1010

Re: ODBC Connection for Oracle

This may be very basic question but I am new to Datawarehousing and just started with Datastage. Actually, these aren't DW or DS concepts, they're just Oracle and ODBC questions. You haven't really gotten to the DataStage bits yet. They should just work if this gets setup correctly. Talk to your DB...
by chulett
Wed Apr 18, 2007 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to import tables-dsn names
Replies: 14
Views: 4946

1. Yes.

2. Yes.

3. 'ConnectionName' just means what you use in your jobs. Basicall, the 'dsn'.

4. Nope. Client (non-wire) drivers get that from the tns entry.

5. Single entry.
by chulett
Wed Apr 18, 2007 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unlock issue
Replies: 4
Views: 1385

You should be able to do so for your own processes. :?
by chulett
Wed Apr 18, 2007 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Connecting to PeopleSoft from Datastage Px
Replies: 3
Views: 1384

Re: Regarding Connecting to PeopleSoft from Datastage Px

I use DS Enterprise Edition(Px) and have Oracle as the underlying Database. I am using PeopleSoft as a FrontEnd Application . In which stage of Datastage Px , can i use Connectivity to PEOPLESOFT CRM ? Anything that can connect to Oracle - the Oracle Enterprise stage, for example. ODBC. DRS in Serv...
by chulett
Tue Apr 17, 2007 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

There ya go - edited for clarity. :D
by chulett
Tue Apr 17, 2007 9:23 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: What Application Server are you using with RTI?
Replies: 8
Views: 3848

Three separate front end AIX servers for WebLogic, dev/test/prod - pointing to two HPUX DataStage servers hosting the dev/test and production projects.
by chulett
Tue Apr 17, 2007 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage
Replies: 2
Views: 1255

Perhaps it would be best if you tell us why you think you need to do this? I can't think of any reason someone new to DataStage would need to take that route - typically you'd stick to the Hashed File stage and save the UV stuff for the advanced class. And before Ray comes along - remember, they are...
by chulett
Tue Apr 17, 2007 8:52 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: What Application Server are you using with RTI?
Replies: 8
Views: 3848

BEA WebLogic. HTTP over SOAP. Dev and Prod.
by chulett
Tue Apr 17, 2007 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need workaround to " Job xxx being accessed by another
Replies: 5
Views: 1538

But requires proper permissions. You can only handle your own processes there - unless you are the admin, of course.