Search found 531 matches

by prasson_ibm
Fri Nov 02, 2012 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure error
Replies: 2
Views: 2436

Stored procedure error

Hi, I have job like storedprocedure---->transformer----->file I exported metadata for storedprocedure,and its exporing 83 columns.But when i run the procedure on Sql -server client,it fetches 112 columns. When i try to manually add missing cloumns to source stage,it throws me below errors:- Stored_P...
by prasson_ibm
Fri Nov 02, 2012 7:36 am
Forum: General
Topic: Datastage 8.7 operational- console Some services in error
Replies: 4
Views: 4390

Can anyone help me with above issues..???
by prasson_ibm
Thu Nov 01, 2012 7:42 am
Forum: General
Topic: Datastage 8.7 operational- console Some services in error
Replies: 4
Views: 4390

Hi All, when i ran the test its giving "Link Monitoring is OFF.",but test is successful. ./DSAppWatcher.sh -test DSODB is turned ON in the DSODBConfig.cfg file. Link Monitoring is OFF. Job Run Usage is ON. Resource Monitoring is ON. Checking Database Connection: Successfully loaded the dat...
by prasson_ibm
Thu Nov 01, 2012 7:01 am
Forum: General
Topic: Datastage 8.7 operational- console Some services in error
Replies: 4
Views: 4390

Datastage 8.7 operational- console Some services in error

Hi, Datastage 8.7 operational cosole is showing with the error message "Some services in error" . appwatcher: Not running engmonapp: Not running odbqueryapp: Not running resmonapp: Not running But when i checked the status on server,its showing as running state. ./DSAppWatcher.sh -status A...
by prasson_ibm
Mon Oct 29, 2012 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 2139

Hi All,

I am able to insert records.That error was coming because in one source column there was new line character was there. So i removed new line charcter by writing function convert(char(10),"",input.col).

Thanaks
Prasoon
by prasson_ibm
Fri Oct 26, 2012 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 2139

Yes in target metadata...i am also out of my mind.....:(
by prasson_ibm
Fri Oct 26, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 2139

I have changed nchar to nvarchar...but still it is aborting with same error.... :cry:
by prasson_ibm
Fri Oct 26, 2012 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 2139

Hi,

We have only four columns in target infomix database with two different datatypes.
Col1 Char Unicode 4 nullable
Col2 Char Unicode 1 nullable
Col3 date 10 nullabe
Col4 Char unicode 2000 nullable --- This column has the value of 50 source columns concatinated with pipe.
by prasson_ibm
Fri Oct 26, 2012 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to insert records into Odbc enterprise stage target
Replies: 8
Views: 2139

Not able to insert records into Odbc enterprise stage target

Hi, I have a job where i am extracting data from MSSQL server and target is Informix database. I am using ODBC connection for both source and target. For SQL Server i am able to extract data into Datastage but while writing to ODBC Enterprise target i am getting below error message:- ODBC_Enterprise...
by prasson_ibm
Wed Oct 24, 2012 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading File
Replies: 8
Views: 2571

Hi,
On unix you can check the file format by command "od -c" and check if there is some garbage character there or not.
by prasson_ibm
Wed Oct 24, 2012 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server connection error with datastage8.7
Replies: 3
Views: 5705

Hi All,

Now we need to connect to 20 different databases on same sql server.So do we need to create 20 different entries,for each database in .odbc.ini file or is there any way we can connect to all 20 databases with single entry of just server name.


Thanks
Prasoon
by prasson_ibm
Wed Oct 24, 2012 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server connection error with datastage8.7
Replies: 3
Views: 5705

Hi Ray,

Thanks for your reply.

Our problem is resolved by removing inialization string entry from the .odbc.ini file.

InitializationString=
by prasson_ibm
Tue Oct 23, 2012 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server connection error with datastage8.7
Replies: 3
Views: 5705

SQL Server connection error with datastage8.7

Hi All, we are trying to connect to SQL using ODBC,but it is failing with the error message:- SQLSTATE=28000,CODE=18456[Datastage][Sql Client][ODBC][IBM](DataDirect OEM)[[ODBC SQL Server Wire Protocol Driver][SQL Server]Login failed for user 'aaaaa'. Password is #abcd12 We also tried entering the pa...
by prasson_ibm
Tue Oct 23, 2012 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing a string with another string
Replies: 13
Views: 19352

Re: Replacing a string with another string

Hi,

I think using Index function,u can achieve your requirment.Try serching in this forum,you will get multiple threads.

Thanks
Prasoon
by prasson_ibm
Tue Oct 16, 2012 5:57 am
Forum: General
Topic: Connection issue with Oracle connector stage
Replies: 0
Views: 804

Connection issue with Oracle connector stage

Hi All, We are trying to connect to oracle through oracle connector stage,but its giving below error message:- Error loading connector library libccora10g.so. 0509-022 Cannot load module /opt/IBM/InformationServer/DSComponents/bin/libccora10g.so. We are able to connect to same database using Oracle ...