Search found 20 matches

by s_rkhan
Tue Oct 25, 2005 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Reading the EBCDIC File
Replies: 0
Views: 833

Problem in Reading the EBCDIC File

Hi, We have fixed length file that contains the ebcdic data and each record of length 80 and number of columns as 10. Every column has some specific conversion rule for converting it into ascii format. We are having all the conversion rules in C file so we are trying to first read the 80 bytes and t...
by s_rkhan
Thu Oct 20, 2005 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating User for DataStage
Replies: 4
Views: 1967

kcbland wrote:NOT THE ENGINE DIRECTORY. Messing with that has disastrous consequences. You need to make sure the project directory itself has the appropriate permissions.
Yes I have tried giving the permissions to even the Project directory but still it is not working.
by s_rkhan
Thu Oct 20, 2005 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating User for DataStage
Replies: 4
Views: 1967

Creating User for DataStage

Hi All, I have created a group and for a particular project I want to give the access to that group. Although I have given access to that group for the project through DS administrator but still when I am trying to login with the new user I am getting the following error:- Failed to connect to host:...
by s_rkhan
Fri Oct 14, 2005 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Using transform operator
Replies: 1
Views: 1318

Error in Using transform operator

Hi All, I am getting the following error while trying to run the job that uses the transform operator:- " APT_CombinedOperatorController,0: Operator terminated abnormally: Terminating with exception:APT_BadAlloc: Heap allocation failed ." Can anyone tell me the probable reason for this err...
by s_rkhan
Tue Oct 04, 2005 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: repositioning columns in PX.
Replies: 6
Views: 2055

Just try to use the Copy Stage and in the copy stage define the schema that is coming in the input and also the schema that you want in the output. But dont do the mapping manually, instead of mapping just check the Runtime column propgation box. This will also helps in dropping some of the input co...
by s_rkhan
Tue Oct 04, 2005 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: READING OSH
Replies: 3
Views: 2396

Re: READING OSH

It means case sensitive sort. If you try to do case insensitive sort it will give -ci
by s_rkhan
Fri Sep 02, 2005 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build-Op Error : Subprocess command failed
Replies: 0
Views: 1058

Build-Op Error : Subprocess command failed

Hi All, I am using DS 7.5.1A version with gcc 3.2.3. I am trying to write the Build-Op Stage but whenever i try to generate the operator it gives the following error:- Operator Generation Failed buildop -f -BC g++ -BL g++ -v -FN -C buildop -H buildop -O buildop -W buildop buildop/TestBOp.opd ##E TBL...
by s_rkhan
Thu Aug 18, 2005 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Custom Stages
Replies: 4
Views: 1964

You must exprt the custom stage from the machine it was created and import it to the new machine before the jobs that rely on this stage will work. Hi, I have imported these custom stages and then I am trying to use it but the problem here is that these Custom stages are not using the Orchestrate i...
by s_rkhan
Wed Aug 17, 2005 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Custom Stages
Replies: 4
Views: 1964

Re: Error in using Custom Stages

srk, you are using BuildOp, right ? You 'd better have a look at this file $Proj Dir/buildop/operator.apt, after imported the custom stage, you need to update this file too. Have a try and let me know your result. Hi, We are not using the buildop, instead of buildop we are using the custom stages a...
by s_rkhan
Wed Aug 17, 2005 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in using Custom Stages
Replies: 4
Views: 1964

Error in using Custom Stages

Hi, We are having some custom stages that are required to be imported and then needs to be used in the jobs. After importing the Custom stages following error is coming in the job at runtime:- main_program: Could not locate operator definition, wrapper, or Unix command for "Check"; please ...
by s_rkhan
Wed Aug 17, 2005 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error in transformer!!!!!
Replies: 10
Views: 4574

Eric wrote: You just need to check that you are using the correct version of Linux and compiler. What version of Linux do you run and which compiler is installed?
Hi,

We are using the Linux 2.4.21-20 and C++ compiler version is 2.96.

Thanks
srkhan
by s_rkhan
Tue Aug 16, 2005 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error in Parallel Job (in Transformer stage)
Replies: 14
Views: 8738

Hi, First of all the code that you are giving here doesn't contain the Error lines. Also just check the C++ compiler version that is installed on your machine. You can check this by using the command swlist|grep C++ in /usr/sbin directory. DataStage 7.5 requires compilers with version 3.5 and above ...
by s_rkhan
Tue Aug 16, 2005 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error in transformer!!!!!
Replies: 10
Views: 4574

[quote="Eric] No you don't need to change LD_LIBRARY_PATH in $DSHOME/dsenv. These directories will be added to the environment of the job at runtime. Just run a job and look at the environment in the director log ;) First try and Force Compile to job (you can check that the date changes on the ...
by s_rkhan
Tue Aug 16, 2005 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error in transformer!!!!!
Replies: 10
Views: 4574

Hi, Are you moving jobs from an old server to this new one? Are you calling some user-defined transforms? If you are, you might need to recompile the job on the new server. Hi, We are installing a new server and all the jobs are being created on that server only. LD_LIBRARY_PATH variable also conta...
by s_rkhan
Mon Aug 15, 2005 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error in transformer!!!!!
Replies: 10
Views: 4574

/usr/lib is definitely not enough. You also need the DataStage lib directory, the branded ODBC drivers' lib directory, any other operating system library directories and, in particular, the directory containing the "missing" V0S1_testjobtrans_Transformer_1.so. You need to adjust LD_LIBRAR...