Search found 78 matches

by tehavele
Tue Aug 17, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage client speed
Replies: 7
Views: 2833

Datastage client speed

Hi , In our project we are using Datastage 8.1 on HP UX platform. Client and Server are located in different countries. What we have found when we work at Client side using datastage designer it is working very slow. It takes a lot of time to edit soomething. It seems that there are two modes of dat...
by tehavele
Thu Jul 29, 2010 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table creation failed
Replies: 4
Views: 1311

Arnd, The problem is solved now. The problem was of NULLs. I had done NullHandling in the transformer but I repleced NULLs with the Empty string "" .I Read in some post that database treats empty string as a NULL.So I replaced it with one space " " then it is run fine. I am not g...
by tehavele
Thu Jul 29, 2010 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table creation failed
Replies: 4
Views: 1311

Datatypes are Varchar , Decimal.
From the source I am applying function UstringToString for som,e columns.
by tehavele
Thu Jul 29, 2010 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table creation failed
Replies: 4
Views: 1311

Table creation failed

Hi , I am trying to create a table using Enterprise ODBC stage.Database is Oracle. But I am getting below fatal errors. main_program: Driver doesn't support the datatype. DataType Code = -9 main_program: Could not get mapping for one or more datatypes. Cannot create table:CSTG2.MM_ZMARA ODBC_Enterpr...
by tehavele
Fri Jul 16, 2010 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

Thanks Craig.

As per our admin , there were special libraries for address cleansing stuff that these env variables were pointing too.
by tehavele
Fri Jul 16, 2010 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

Hi ,

This problem is solved now.

Our admin has changed environment variables
$DS_OPERATOR_BUILDOP_DIR
$OSH_PRELOAD_LIBS

to the default values(which is basically null).

Earlier they were pointing to some other special libraries.


Thanks everyone for their replies.
by tehavele
Fri Jul 16, 2010 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

ArndW ,
I am on HP unix.
{cdsusr@cdhiiad1:/home/cdsusr}uname -a
HP-UX cdhiiad1 B.11.31 U ia64 1789613992 unlimited-user license


I am also talking to our Admin team. Will post If we get something.
by tehavele
Fri Jul 16, 2010 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

ArndW, I tried below command. cd /opt/IBM/InformationServer find . -name libqabwvcd.sl -print Below is the output. {cdsusr@cdhiiad1:/opt/IBM/InformationServer}find . -name libqabwvcd.sl -print find: cannot open ./Server/DSEngine/CAT find: cannot open ./Server/DSEngine/VCOMM I think shared library is...
by tehavele
Thu Jul 15, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

I created an empty library file. But got the below error. main_program: /opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl: Could not load "/opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl": I/O error mapping in '/opt/IBM/InformationServer/Server/DSEngine/QAS/...
by tehavele
Thu Jul 15, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

ArndW , Please find below my findings. {cdsusr@cdhiiad1:/home/cdsusr}ll /opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl /opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl not found {cdsusr@cdhiiad1:/opt/IBM}find . -name libqabwvcd.sl -print find: cannot open ./Informat...
by tehavele
Wed Jul 14, 2010 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

Craig , I checked the dsenv file and there in the variable LD_LIBRARY_PATH above path is mentioned. ArndW , The full warning message is as below. main_program: /opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl: Could not find "/opt/IBM/InformationServer/Server/DSEngine/QAS/lib/li...
by tehavele
Wed Jul 14, 2010 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: libqabwvcd.sl file missng
Replies: 19
Views: 4762

libqabwvcd.sl file missng

In our Datastage environment , when we execute any job there is this one warning pops up everytime. It is as below. main_program: /opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl: Could not find "/opt/IBM/InformationServer/Server/DSEngine/QAS/lib/libqabwvcd.sl" on the libra...
by tehavele
Tue Jul 13, 2010 4:06 am
Forum: General
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 10
Views: 9882

This issues is solved now. The problem was my command was too big for unix command prompt. I realized that when I tried with all the parameters dsjob command was getting truncated at DMDev. I copy the command in the unix shell script and ran the script and it worked. Same command is running fine now...
by tehavele
Tue Jul 13, 2010 1:51 am
Forum: General
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 10
Views: 9882

Try specifying options -domain -user -password and -server Ray , I tried as you have suggested but gave the same error. dsjob -domain 10.202.131.46:9080 -user cdsusr -password cdsusr -server CDHIIAD1:31538 -run -param GENERATION_PARAMETER=Gen_Param -param ET_SOURCE_TABLE=CSTG1.MDR_VW_SAP_FUNCTIONAL...