Search found 31 matches

by srivalli_b
Fri May 04, 2012 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hanging the datastage job
Replies: 1
Views: 1349

hanging the datastage job

Hi, six months back IBM person installed the datastage. But Job is hanging every half an hour. I have used one shared container and loop variables in my jobs. Is it problem because of this?.As of now we do not have any admin for my project. operating system - red hat linux. datastage - 8.5.0.1 datab...
by srivalli_b
Sun Apr 29, 2012 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tune the job
Replies: 2
Views: 2048

Tune the job

Hi, I have to tune the below job. In both aggrigate stage I want to use hash partition.After that I want to clear the partition.Please correct me If i am wrong. Aggr-->Transformer funnel stage---> teradata teradatstage-->Filter stage ---> Aggri-->Transformer
by srivalli_b
Tue Apr 24, 2012 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key
Replies: 3
Views: 2062

surrogate key

Hi, For surrogate key creation my client asked us to use MD5 function. Sample function use: UPCASE(GETMD5(ACCTG_PROJ:CHAR(9):ACCTG_ACT:CHAR(9):BUS_UN_GL:CHAR(9):BUS_UN_GL_FROM:CHAR(9):BUS_UN_BD:CHAR(9):RESRC_SUB_CAT:CHAR(9):WRK_LOC_CD:CHAR(9):HM_LOC_CD:CHAR(9):DEPT_ID:CHAR(9):BULK_ALLOC_CD:CHAR(9):P...
by srivalli_b
Wed Mar 07, 2012 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 5209

thanks kwwilliams . I changed varient as 12.it is working. But I have one issue. my table is having 6,00,000 rows. with bulk option up to 420000 rows loaded properly. whenever I select more than 420000 it is not loaded. it is throwing below error. SRC_OPP_AVL,0: RDBMS code 2646: No more spool space ...
by srivalli_b
Tue Mar 06, 2012 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 5209

Hi, Job is keep on running because of Table is locked. But I am getting below error. Info: SRC_OPP_AVL,0: Generated SELECT statement: SELECT AVL_UID,SEQUENCE,DIR_UID,RES_UID,USR_ID,LASTUPDATE,RES_LEVEL,RSDATE,RFDATE,CLH_UID,PALLOC_UID,SRC_SYS_ID,LOAD_ERROR,DATA_ORIGIN,CREATED_EW_DTTM,LASTUPD_EW_DTTM...
by srivalli_b
Tue Mar 06, 2012 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 5209

I set the MALLOC_CHECK_=0 in job level and administrator side also.

Now above warnings are gone. But job is kepping on running.

Please help me
by srivalli_b
Tue Mar 06, 2012 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 5209

after changeing to bulk mode I am getting above warnings and fatal error.
by srivalli_b
Tue Mar 06, 2012 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 5209

Hi, Thanks your mail. my job: teradata connector stage -> transformer -> teradata connector stage But I am getting below warnings and fatal error warning: SRC_OPP_AVL,0: *** glibc detected *** /opt/IBM/InformationServer/Server/PXEngine/bin/osh: double free or corruption (out): 0x000000000230c760 ***...
by srivalli_b
Mon Mar 05, 2012 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage as source
Replies: 9
Views: 5209

teradata connector stage as source

Hi,

I have worked in teradata connector stage as target.But I did not work as source. Now I need to use as source. For increase performence can I know the what properties I need to set.

arrry-size- 2000
record count-2000
access method- immediate
parallel synchronization- no
by srivalli_b
Wed Jan 18, 2012 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 3221

My job :
oracle connector stage-> transformer -> teradata connector stage
we asked client for sample data for long raw column. They provided
above data. I tried insert(manually) into the oracle database.
But I could not.
by srivalli_b
Wed Jan 18, 2012 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 3221

we asked the sample data for the long raw column. But sample data contains more than 4000 characters. If I am trying insert into long raw column it is throwing error.it is allowing me up to 4000 characates. sample data: 0400060000001200000026020B0000004561726C7920446174657308000000416374697669747917...
by srivalli_b
Thu Jan 12, 2012 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 3221

Thanks ray . that compilation error is gone.

But I ran the job. in the target table(teradata) i did not get any value for this column. it is stored some junk characaters. I am unable to see the proper value.In the transformer I have used below code.

RawToString(in_RawToString(in_OPP_BRS.DATA)
by srivalli_b
Wed Jan 11, 2012 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 3221

LONG RAW issue

Hi, My job : oracle connector stage-> transformer -> teradata connector stage in source DDL there is a column as data. datatype is LONG RAW. while imporing into oracle connector stage it is takeing as longvarbinary. my target column data type is varchar(4000). but while I am compileing my job I am g...
by srivalli_b
Thu Dec 29, 2011 6:19 am
Forum: General
Topic: Unable to install client components
Replies: 1
Views: 1780

Unable to install client components

Hi, During datastage client installation Microsoft .Net Framework 1.1 is successfully installed but while installing the Microsoft Framework 4.o it throws the following error: com.ibm.is.install.exception.InstallException: CDIPR2040E:Unexpected return code -939,523,085. and because of this error the...
by srivalli_b
Mon Dec 26, 2011 11:33 pm
Forum: General
Topic: datastage server installation
Replies: 4
Views: 4301

I ignore above warning. I started continue the installation. unable to create
plugin db2 database. I think because of the above warning unable to create db2. Have you come across this issue?