Search found 42189 matches

by chulett
Mon Mar 23, 2009 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Dynamic RDBMS, ODBC and OCI Loader
Replies: 7
Views: 6943

Re: Based on versions

initially we have OCI stage, with this stage we will connect up to particular databases, for example older datastage versions can not connect to oracle 10g, because at that time that verison of oracle is not developed, so with OCI stage we can connect up to some versions of databases based on the d...
by chulett
Mon Mar 23, 2009 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Dynamic RDBMS, ODBC and OCI Loader
Replies: 7
Views: 6943

shalini11 wrote:Sorry, I am not able to view your full answer.

Some premium content button is displayed. Could tou pls tell how can I view your answer
By purchasing a Premium Membership:

premium_membership.php
by chulett
Mon Mar 23, 2009 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Aggregator. Exception raised in GCI subroutine.
Replies: 3
Views: 1525

The Aggregator cannot support that number of unsorted records. For this to work, you'll need to presort the records in a manner that supports the grouping being done and then assert that sort order in the stage.
by chulett
Mon Mar 23, 2009 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read caching disabled, file size exceeds cache size
Replies: 12
Views: 6402

Write caching and 32 v 64 bit have nothing to do with this. The default cache size is 256MB, which is why what you have won't fit. You can increase the default in the Administrator but unless you understand all of the consequences, do so at your own risk, it can have some rather interesting results....
by chulett
Mon Mar 23, 2009 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control process (pid xxxx) has failed issue.
Replies: 11
Views: 8132

Hmmm... something similar was posted 5 years ago but it got no responses, other than that there's no mention of "UVRelVar" here. :(
by chulett
Mon Mar 23, 2009 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using sequence job to read multiple files of directory
Replies: 18
Views: 10634

Wait... sorry, should have noticed you are on a Windows server so won't have access to UNIX commands like "ls" unless you also have EE installed and thus the MKS Toolkit, or something equivalent. Do you? :? So for pure DOS solution, the /B option means a "bare" listing, i.e. just...
by chulett
Mon Mar 23, 2009 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deadlock condition when writing to SQL Server
Replies: 6
Views: 2943

Mike wrote:Possible solution, use a single DRS target stage with 3 input links from the transformer. This should result in one database connection instead of three, thus eliminating the deadlock.
What Mike said... minus the "possible" part. :wink:
by chulett
Mon Mar 23, 2009 9:20 am
Forum: General
Topic: Lookup Generating ORA-01036: illegal variable name/number
Replies: 13
Views: 7318

Re: First note down,variable is project level or job level

sureshreddy2009 wrote:First note down,variable is project level or job level
vijay.barani wrote:I have no user-defined query neither any variables defined !! (emphasis mine)
by chulett
Mon Mar 23, 2009 9:17 am
Forum: General
Topic: Lookup Generating ORA-01036: illegal variable name/number
Replies: 13
Views: 7318

I have no user-defined query neither any variables defined !! All of the advice noted above still applies. The number and order of columns defined in the stage must match the number and order of columns selected in the query and every column bound into the 'where' clause must be marked as a Key. Pe...
by chulett
Sun Mar 22, 2009 11:46 pm
Forum: General
Topic: DSADM permissions
Replies: 7
Views: 3043

Not having those instructions, no I cannot. However, your official support provider certainly can.
by chulett
Sun Mar 22, 2009 9:42 pm
Forum: General
Topic: Lookup data in hashed file using a routine?
Replies: 4
Views: 1379

From memory - make a copy of the routine mentioned and then change the Open statement to OpenPath. No need for the VOC entry then, simply pass in the full path to the hashed file rather than just the name.
by chulett
Sat Mar 21, 2009 2:59 pm
Forum: Site/Forum
Topic: Premium Membership
Replies: 17
Views: 15191

He's listed on the Contacts tab.
by chulett
Sat Mar 21, 2009 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Repository
Replies: 5
Views: 1552

Just want to make sure that you know you can have multiple 'Version Control repositories' (projects) at any given time and "VERSION" is only the default - you're not restricted to that name. Yes?
by chulett
Sat Mar 21, 2009 7:40 am
Forum: General
Topic: DSADM permissions
Replies: 7
Views: 3043

I don't believe so, I only remember that as needed for Compaq Tru64. Regardless, the installation instructions should note that if it was step was necessary, no mention = not needed.
by chulett
Fri Mar 20, 2009 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file extraction
Replies: 5
Views: 1476

You have the MKS Toolkit installed, so UNIX commands should work for you... including "ls". Or some form of "dir" should as well, probably with the /b for "bare listing" option.