Search found 63 matches

by kanasai167
Fri Dec 28, 2012 12:01 am
Forum: General
Topic: Job run automatic without any schedule
Replies: 4
Views: 2455

im sure there is no one schedule the job outside of Director.
i will try to log in using other users who might have schedule the jobs , thanks.
by kanasai167
Wed Dec 26, 2012 10:40 pm
Forum: General
Topic: Job run automatic without any schedule
Replies: 4
Views: 2455

Job run automatic without any schedule

I got few job running at everyday 6am.
But i look through those job in Director , those job are not scheduled. (These job probably is schedule before and is set to run once)
Any idea why those job run without schedule?

Thanks
by kanasai167
Fri Aug 24, 2012 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30081N
Replies: 8
Views: 5985

what is the recommendation record count if my job is around 11+ million rows of records?

Thanks
by kanasai167
Fri Aug 24, 2012 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30081N
Replies: 8
Views: 5985

It occurs everytime on the same job and same record count (which is equal to the total record count within the job , 11+ million rows of records.) No changes on the job, but there is some database configuration changes on the logging part. Where i can set the commit interval ? Is it the array size i...
by kanasai167
Thu Aug 23, 2012 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30081N
Replies: 8
Views: 5985

Hi
this problem is just occur recently, previous running prefectly, i was able read from that table. there is no any commit setting in the stage.
by kanasai167
Wed Aug 22, 2012 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30081N
Replies: 8
Views: 5985

SQL30081N

Hi All does any one know how to solve this bug on datastage. DB2_Connector_0: SQLEndTran(SQL_COMMIT) reported: SQLSTATE = 08007: Native Error Code = -30,081: Msg = [IBM][CLI Driver] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communicatio...
by kanasai167
Mon May 28, 2012 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading VSAM file in Classic Federation Stage
Replies: 3
Views: 2544

Reading VSAM file in Classic Federation Stage

This is the error log i got when try to view data in Classic Federation Stage : ##I IIS-DSEE-TFCN-00001 15:52:11(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.5.0.5746 Copyright (c) 2001, 2005-2008 IBM Corporation. All rights reserved ##I IIS-DSEE-TFCN-00006 15:52:11(001) <main_pr...
by kanasai167
Sun Apr 22, 2012 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed
Replies: 5
Views: 10848

i already change the max heap size in administrative console and also the proxy.xml
But the heap size error still there...
by kanasai167
Tue Apr 03, 2012 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed
Replies: 5
Views: 10848

in WAS... , is it the Administrative Console under the IBM WebSphere? I able to login , but i can't find where to set the heap size. By the way , i found some guide on changing the heap size in registry , not sure if this is the right one , need some advice first before i change this. To change the ...
by kanasai167
Tue Apr 03, 2012 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed
Replies: 5
Views: 10848

APT_BadAlloc: Heap allocation failed

My job flow is like this : DB2Connector --> Sort --> Transformer --> Filter --> DB2Connector My source data is around 10m records with 8 columns , final output data is around 1m records with 80 columns. My development server is win2008 r2 with 32g ram. And i got the error at the transformer when i r...
by kanasai167
Fri Mar 30, 2012 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 7160

already solve the problem using loop condition under transformer stage. i make the data into : ID,Item1,Item2,Item3,Item4,Item5,Item6,Item7,Item8 001,a1,Null,null,null,Null,Null,Null,null 001,a1,Null,a2,null,Null,Null,Null,null 001,a1,Null,a2,a3,Null,Null,Null,null 001,a1,Null,a2,a3,Null,Null,Null,a...
by kanasai167
Thu Mar 29, 2012 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 7160

QualityStage adds "data quality" stages to your DataStage Designer palette. If you check under the "processing" palette category, you should find the Pivot stage. You can mix and match DS & QS stages in the same job design. I look through "Data Quality" and "P...
by kanasai167
Thu Mar 29, 2012 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 7160

Ray , i know this section is about DataStage , however i believe my current scenario is more towards DataStage rather than QualityStage. And i already stated that im using QualityStage 8.5 in my first post. Eric , actually i am not familiar on how the transformer loop works but i will try it out. Cu...
by kanasai167
Thu Mar 29, 2012 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 7160

I see. But i'm using QualityStage 8.5 and i believe Pivot Stage is not include in QualityStage right ?

Is there any workaround to perform task like Pivot Stage under transformer stage ?

Thanks.
by kanasai167
Thu Mar 29, 2012 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 7160

ID Code Value
1 Item1 a1
1 Item3 a2
1 Item4 a3
1 Item8 a4
2 Item1 b1
2 Item5 b2
2 item6 b3

Like this , in DB2