Search found 69 matches

by shin0066
Wed Dec 19, 2007 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit -a shows different with the same id
Replies: 17
Views: 11905

Hi Ray, here is what i see from the job log for environment variables Environment variable settings: _=/usr/bin/nohup LANG=C LOGIN=dsadm LDR_CNTRL=MAXDATA=0x30000000 LOGNAME=user123 . . . . .APT_CONFIG_FILE=/dsadm/Ascential/DataStage/Configurations/Proj.apt APT_DEFAULT_TRANSPORT_BLOCK_SIZE=32768 APT...
by shin0066
Tue Dec 18, 2007 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit -a shows different with the same id
Replies: 17
Views: 11905

Hi Ray, i used the same user id to run the command at UNIX command level and logged to DataStage with same ID and executed the same via a routine. And i did check ULIMIT in uvconfig file it is set to 128000, but i am not sure it is overriding the value while running the ulimit -a via datastage routi...
by shin0066
Tue Dec 18, 2007 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ulimit -a shows different with the same id
Replies: 17
Views: 11905

ulimit -a shows different with the same id

Hi gurus, we are having Heap size allocation errors - we have 2 TB of scratch space but still jobs are failing when we run huge volume of data. I read in message board to look for the ulimit for the id which i am using to run the jobs. on unix command line ulimit -a shows time(seconds) unlimited fil...
by shin0066
Mon Dec 17, 2007 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1526

Ii verified the COL1 - is on hashed file columns and with same case (upper case)
by shin0066
Mon Dec 17, 2007 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1526

Thanks Chulett,

i created a VOC entry for the hashed file and it was successful but when i tried to crate index
CREATE.INDEX <hashedfilename> <COL1>
it throws out error message as below - any thoughts?

Code: Select all

Cannot find field name COL1 in file dictionary or VOC, no index created.
by shin0066
Mon Dec 17, 2007 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1526

Thanks Chulett,

i created a VOC entry for the hashed file and it was successful but when i tried to crate index
CREATE.INDEX <hashedfilename> <COL1>
it throws out error message as below - any thoughts?

Code: Select all

Cannot find field name COL1 in file dictionary or VOC, no index created.
by shin0066
Mon Dec 17, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1526

Trying to add index to Hashed file

hi, I am trying to add a Index via Admin GUI as below CREATE.INDEX <filename with Path> COL1 it throwing "<filename with Path> is not a file name" Any idea, why it is not taking the path and file name, am i missing anything before creating an Index on Hashed file? Any info is appreciated!
by shin0066
Sun Oct 14, 2007 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Oracle Enterprise stage reformats SQL with /*+rowid(p)*/
Replies: 4
Views: 1639

How Oracle Enterprise stage reformats SQL with /*+rowid(p)*/

Hi, One of my SQL Query to select records from Oracle table causing an issues to retrieve the data from table. Job aborted after running about 10 hrs saying that "Snap shot too old". We verified the Sql at the database side - query is reformatted at the database side by adding /*+rowid(p)*...
by shin0066
Fri Oct 12, 2007 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=IM003 error after doing all
Replies: 4
Views: 2619

Thanks for the info Ray.
by shin0066
Wed Oct 10, 2007 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=IM003 error after doing all
Replies: 4
Views: 2619

Thanks Ray, it is issue with the db2 libraries, DBA installed 64 bit libraries and it is pointing to 64 rather than 32 bit. Once that is set back to 32 bit drivers i am able to connect to DB2. I have a question, does it matter if we source 64 drivers first and 32 bit drivers later in profile? Thanks
by shin0066
Wed Oct 10, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=IM003 error after doing all
Replies: 4
Views: 2619

SQLSTATE=IM003 error after doing all

Hi, I tried the site and i got information but after doing all the necessary thing still i am getting the same error SQLSTATE=IM003 I am using libdb2.so , our environment is Unix Aix - and the database i am trying to connect id DB2 8.0 1) added .odbc.ini file with odbc driver information 2) changed ...
by shin0066
Tue Aug 21, 2007 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork Error - DataStage resource Limitations
Replies: 3
Views: 1662

Thanks Ray, When I did Ulimit -a at command line with production id which we are running etl job here is the result time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) unlimited memory(kbytes) unlimited coredump(blocks) unlimited nofiles(descriptors) 2000 Where are i ...
by shin0066
Tue Aug 21, 2007 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork Error - DataStage resource Limitations
Replies: 3
Views: 1662

Fork Error - DataStage resource Limitations

Hi Ray, I found the reply to one of Fork error issues - You mentioned to add a call to DSExecute() to invoke a ulimit - how do i do that? Any information is appreciated. No but you can. Add a call to DSExecute() to invoke ulimit -a and write the result into an informational log entry. This will let ...
by shin0066
Fri Aug 03, 2007 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress dataset files
Replies: 6
Views: 2816

Thanks Ray and ArndW

Got the Answers!
by shin0066
Thu Aug 02, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress dataset files
Replies: 6
Views: 2816

Compress dataset files

Hi,

Is there a way to compress .ds dataset files to different location?

Thanks,