Search found 3 matches

by nkabra
Wed Sep 23, 2009 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV when running C++ Routine
Replies: 7
Views: 4134

Sorry Srinath, I never said or mean that system is running out of memory. What I said that array is getting overflow. I am 100% sure on this.

You can increase the size of array and than execute it, It will definately process more than 100 rows.
by nkabra
Wed Sep 23, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV when running C++ Routine
Replies: 7
Views: 4134

In your code, char outString[255]; as a global variable. So, it will allocate only upto 255 character. Now, till initial calls( say 100 rows), this function succeded because it has space but when it reaches 255 character and function will try to write something to array, it will be an array overflow...
by nkabra
Wed Sep 23, 2009 12:11 am
Forum: General
Topic: Error in Installing DataStage 8.1 in AIX
Replies: 3
Views: 3457

Error in Installing DataStage 8.1 in AIX

Hi all When Installing DataStage 8.1 on AIX, I got following error while installing db2 repository database. ERepositoryInstaller65506: A fatal error occurred installing DB2. For details, see the log file: /datastage/temp/ibm_is_logs/ISInstall2009.09.23.10.35.19.log. When I checked this log file, I ...