Search found 110 matches

by umamahes
Tue Jul 15, 2008 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Datastage Env variable value in Basic Rouitne
Replies: 6
Views: 3135

I know this way.I am asking is there any other way with out adding env in the job parameter can we access env value in basic routine
by umamahes
Sat Jul 12, 2008 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error:Converting nullable source to non nullabale in Agg
Replies: 5
Views: 2167

I am getting this error in the aggregator stage.Here is the exact error message. Allow null output : false Aggregator_40: When checking operator: When binding output interface field "AMOUNT" to field "AMOUNT": Converting a nullable source to a non-nullable result; a fatal runtime...
by umamahes
Fri Jul 11, 2008 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error:Converting nullable source to non nullabale in Agg
Replies: 5
Views: 2167

Error:Converting nullable source to non nullabale in Agg

Here is my job design. Database -------> Modify stage ---------->Aggregator-------->seqFile I am doing group by on ID and summing AMOUNT column. Both columns are nullable in database. Modify stage i am doing null handling and converting nullable to non nullabale. ID=handle_null(ID,0) AMOUNT=handle_n...
by umamahes
Sun Jun 29, 2008 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem linking vmdsapi.so lobrary
Replies: 3
Views: 1539

Can you please explain me littile bit detail.

Thanks
by umamahes
Sun Jun 29, 2008 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem linking vmdsapi.so lobrary
Replies: 3
Views: 1539

problem linking vmdsapi.so lobrary

Hi, I am using API function in my C++ code.I am getting the following warning when i try to compile that by using make file. Building dynamic library TestApt.so /usr/vacpp/bin/xlC_r -g -I/ds/dsadm/Ascential/DataStage/DSEngine/include -I/ds/dsadm/Ascential/DataStage/DSEngine/include -c TestApt.C -o T...
by umamahes
Fri Jun 27, 2008 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: make file to compile C++ code with Datastage API Functions
Replies: 2
Views: 2140

I am getting the following error when i compiled it /usr/vacpp/bin/xlC_r -g -I/ds/dsadm/Ascential/DataStage/PXEngine/include -c TestApt.C -o TestApt.o /usr/vacpp/bin/xlC_r -L/ds/dsadm/Ascential/DataStage/PXEngine/lib TestApt.o -o TestApt.so ld: 0711-317 ERROR: Undefined symbol: .main ld: 0711-345 Us...
by umamahes
Fri Jun 27, 2008 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: make file to compile C++ code with Datastage API Functions
Replies: 2
Views: 2140

make file to compile C++ code with Datastage API Functions

Can any one pelase help how to compile C++ code with datastage API function in it. Here is the makefile i am using. TARGETLIB = TestApt.so CODESRC = TestApt.C TARGETOBJ = TestApt.o CC = /usr/vacpp/bin/xlC_r CCOPTIONS = -g -I$($DSHOME)/include LIBCC = $(CC) LDOPTIONS = -G -qmkshrobj=1000 .SUFFIXES: ....
by umamahes
Tue Jun 24, 2008 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any Good Documentation on Best Practices
Replies: 8
Views: 3881

Can you please send us the link to The Big Guide for Deploying IBM Information Server onto a Linux Grid


Thanks
by umamahes
Fri Jun 13, 2008 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using routie in custom condition in Jobactivity stag
Replies: 6
Views: 2042

I mean in the JobActivity stage Trigger expression
by umamahes
Fri Jun 13, 2008 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using routie in custom condition in Jobactivity stag
Replies: 6
Views: 2042

I mean in the JobActivity stage Trigger expression
by umamahes
Tue Feb 19, 2008 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieving job status from dsjob
Replies: 8
Views: 3183

dsjob -jobinfo | grep "Job Status" | awk -F":" '{print $2}'
by umamahes
Tue Jan 22, 2008 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count he number of records in a dataset
Replies: 9
Views: 11907

dsrecords <datasetname>

Thanks
by umamahes
Sat Oct 27, 2007 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantoms are running after job aborted
Replies: 5
Views: 1475

how to enable deadlock daemon.
by umamahes
Sat Oct 27, 2007 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantoms are running after job aborted
Replies: 5
Views: 1475

how to enable deadlock daemon.