Search found 71 matches

by Terala
Wed May 12, 2010 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hashed file - 32 bit to 64 bit
Replies: 3
Views: 2614

hashed file - 32 bit to 64 bit

Hi,
we have resized few hashed files from 32 bit to 64 bit.
Is there a command to check which hashed files are 32 bit and which ones are 64 bit?

Thanks
by Terala
Mon May 10, 2010 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE condition as a parameter
Replies: 8
Views: 3866

It worked.. with below modification in SQL

select * from table where col1 in (\'a\', \'b\', \'c\')

Thanks,
by Terala
Sat May 08, 2010 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE condition as a parameter
Replies: 8
Views: 3866

can you guide me how to 'escape' them?
by Terala
Fri May 07, 2010 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE condition as a parameter
Replies: 8
Views: 3866

Hi Ray, I did not search before posting it but i could find only one posting with the same error message. I tried to provide entire sql statement as a parameter by defining User defined SQL in ODBC section, i am still getting same error message. Here is sample of sql select * from table where col1 i...
by Terala
Fri May 07, 2010 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE condition as a parameter
Replies: 8
Views: 3866

WHERE condition as a parameter

Hi, I have a requirement to extract data from source tables - for that i am using ODBC EE start. requirement is to pass the where condition as a parameter . I am getting SQL0401N when i pass where condition using IN but when i hard code the same query using IN statement it works fine. Any workaround...
by Terala
Thu Apr 08, 2010 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resize VOC
Replies: 13
Views: 5619

chulett wrote:Why do you think this needs to be resized? I'm curious what brought you here, asking that. Are you having... issues? :?
The Director would take a long time to refresh and show all the jobs after sometime.
by Terala
Tue Apr 06, 2010 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resize VOC
Replies: 13
Views: 5619

Thanks for the reply Ray. Pls see responses below. Are you storing any particularly large records in VOC and, if so, why? Not sure, by the way how do I check if there is any large record stored in it? Yes, you can set a remote pointer to VOC from a different account and resize while the target VOC i...
by Terala
Mon Apr 05, 2010 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resize VOC
Replies: 13
Views: 5619

Resize VOC

Hi, I am curious about the size of VOC in one of our Project. -rwxrwxr-x 1 projuser projtest 1024000 Apr 5 10:49 VOC What are the steps needed to resize the voc, I think we cannot do it while logged into the particular project. How do I create a pointer from outside the project and resize VOC? Any i...
by Terala
Thu Apr 01, 2010 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Download Director Failed to load
Replies: 1
Views: 5658

Download Director Failed to load

Hi,
I am trying download a patch from IBM Fix Central.

It is throwing the Error Message:

"Download Director failed to load or Java scripting is disabled. Try again?"

Has anyone seen this before?

Thanks [/img]
by Terala
Thu Mar 25, 2010 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packages - Information Server Manager
Replies: 1
Views: 937

Packages - Information Server Manager

Hi,

Where are the packages stored after they are created from InfoServer Manager?......In the Xmeta repository?

Thanks
by Terala
Thu Mar 11, 2010 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: limit of files and subdirectories in AIX
Replies: 10
Views: 6658

Yes the PA was coming as duplicate , I removed it. Thanks Andy. I was able to resize the hashed file. I do not see the OVER.30, DATA and Type30 files inside it, now RT_STATUS is no more a directory and is static now. What is the impact if we have all these dynamic Hashed files changed to Static Hash...
by Terala
Thu Mar 11, 2010 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: limit of files and subdirectories in AIX
Replies: 10
Views: 6658

I am getting this message

>RESIZESTATUSFILES
Verb "PA" is not in your VOC

How can we add PA in VOC?

I tried this

>SET.FILE UV VOC UV.VOC
Q-pointer written to VOC file.
>COPY FROM UV.VOC TO VOC PA
Record "PA" not found in file "UV.VOC".
by Terala
Thu Mar 11, 2010 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: limit of files and subdirectories in AIX
Replies: 10
Views: 6658

It does depend upon which file system the AIX administrators have created. Is it JFS2, JFS or another? In the past we've worked around this limitation by RESIZEing all RT_STATUSnnn files to static type 2 hashed files. Since Type 30 (Dynamic) files consist of a subdirectory with 2 visible and a hidd...
by Terala
Mon Feb 01, 2010 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: main_program: APT_PMListenerPort: socket() call failed: Too
Replies: 2
Views: 2397

Re: main_program: APT_PMListenerPort: socket() call failed:

We have a single job where we have multiple stages to load datasets into Oracle 10. Individually each one of these pairs of stages will run, but when we get 50 in a single job we get this fatal error : main_program: APT_PMListenerPort: socket() call failed: Too many open files We can run a job with...
by Terala
Thu Dec 03, 2009 9:45 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Primary column analysis is failing
Replies: 2
Views: 3041

after adding iadb odbc entry in .odbc.ini files the issue is resolved.
Also there should be entry as iadb=iadb in .odbc.ini file.

Thanks,