Search found 331 matches

by AmeyJoshi14
Thu Oct 18, 2012 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to AS400(DB2) through Datastage
Replies: 6
Views: 8477

Hi Experts, After the discussion with IBM support team, we are planning to connect to i-series AS/400 thorugh odbc connection. :roll: As per the IBM documents DB2EE and DB2-API stage are Deprecated stages. We can't connect to i-series from db2 connector stage. So only option is odbc connection(where...
by AmeyJoshi14
Wed Oct 17, 2012 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to AS400(DB2) through Datastage
Replies: 6
Views: 8477

Thanks for the help.

Where can we add/find the Catalog TCPIP Node,Catalog Database ?
Appreciate all your help!

Thanks!!
by AmeyJoshi14
Wed Oct 17, 2012 8:21 am
Forum: General
Topic: Unable to connect to SQL Server through ODBC
Replies: 5
Views: 3362

We have addd the entries in .odbc.ini file and issue is resolved.

Thanks for the help!!
by AmeyJoshi14
Tue Oct 16, 2012 8:34 pm
Forum: General
Topic: Unable to connect to SQL Server through ODBC
Replies: 5
Views: 3362

Thanks for the help.

There are multiple entries in odbc.ini files. There is also entry in odbc.ini for SQLServerTest.

Thanks again!!!
by AmeyJoshi14
Tue Oct 16, 2012 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to AS400(DB2) through Datastage
Replies: 6
Views: 8477

Unable to connect to AS400(DB2) through Datastage

Hi Experts, We are trying to connect to AS/400 through DB2 stage.But when we trying to test the connections;its giving below error. Unable to connect to server DEV_AS400. We have open the ticket with IBM support and as per them we have to use ODBC to connect Datastage to DB2 on our AS/400. Is this t...
by AmeyJoshi14
Thu Oct 11, 2012 12:16 pm
Forum: General
Topic: Unable to connect to SQL Server through ODBC
Replies: 5
Views: 3362

Below is the detail in our odbc.ini file:- [ODBC Data Sources] SQLSERVER_TEST=Microsoft SQL Server Driver [SQLSERVER_TEST] Driver=/opt/IBM/InformationServer/Server/branded_odbc/lib/VMmsss25.so Description=Microsoft SQL Server Driver Database=tempdb Address=MSSQL_SERVER and my uvodbc.config <SQLSERVE...
by AmeyJoshi14
Thu Oct 11, 2012 8:55 am
Forum: General
Topic: Unable to connect to SQL Server through ODBC
Replies: 5
Views: 3362

Unable to connect to SQL Server through ODBC

Hi Experts, We just installed the Datastage 8.7 in our Linux box. Right now we are trying to connect to SQL Server 2008 R2 through ODBC stage. I have added SQL Server database and server name in odbc.ini and uvodbc.config. When I am testing the connection from linux through DS_CONNECT, it unable to ...
by AmeyJoshi14
Tue Oct 09, 2012 3:47 pm
Forum: General
Topic: Unable to logon to Infosphere server
Replies: 5
Views: 2261

Finally we are able to connect to Infosphere server. :D

The issue was linux server was not configured to allow http connection. :lol:

Thanks all for the help!!!
by AmeyJoshi14
Tue Oct 09, 2012 8:31 am
Forum: General
Topic: Unable to logon to Infosphere server
Replies: 5
Views: 2261

Thanks for the help.

I tried the linked which you mentioned... but it is giving same error message.. :cry:

Do we have to again uninstall and install complete infosphere package? :roll:

Thanks again for all the help.
by AmeyJoshi14
Fri Oct 05, 2012 3:46 pm
Forum: General
Topic: Unable to logon to Infosphere server
Replies: 5
Views: 2261

Thanks for the reply. Yes, I have re- started ASB Node Agent and Loggin Agent. But still the same error. :cry: ./NodeAgents.sh restart When I am accessing "http://<hostname>:9080" url on the server, its giving me SRVE0255E error ... SRVE0255E: A Webgroup/Virtual Host to handle/has not been...
by AmeyJoshi14
Fri Oct 05, 2012 8:14 am
Forum: General
Topic: Unable to logon to Infosphere server
Replies: 5
Views: 2261

Unable to logon to Infosphere server

Hi Experts, We have installed 8.7 Infosphere package in our linux box. But when I am trying to login to Infosphere Information Servre console from the client box its erroring out saying "Server not responding". :x I have checked all the 3 servers, infact I have stopped and again restarted ...
by AmeyJoshi14
Tue Aug 28, 2012 8:38 am
Forum: General
Topic: Question regarding CDC
Replies: 4
Views: 2454

Thanks Sura for the clarification. So for capturing change data (immediately/directly) from the source database we need to purchase InfoSphere CDC, which will capture the changes as they happen and delivers them to target databases. Datastage CDC stage won't be helpful for this. :shock: Thanks again...
by AmeyJoshi14
Mon Aug 27, 2012 10:22 am
Forum: General
Topic: Question regarding CDC
Replies: 4
Views: 2454

Question regarding CDC

Experts- I have question regarding CDC. From last couple of years I am working in Informatica; so right now I am bit confused about the CDC. Apologies if my question is silly. Do we have to get different package(add on) for change data capture (CDC) in Datastage ? I know there is CDC transformation ...
by AmeyJoshi14
Fri Jun 18, 2010 10:27 am
Forum: General
Topic: Interview Question
Replies: 2
Views: 1474

You will get the answer in the below link:

viewtopic.php?t=117541&highlight=Interview

Why are you posting same question in new post?? :?
by AmeyJoshi14
Wed Apr 14, 2010 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatination not working
Replies: 6
Views: 3548

Hi,

For the decimal data type you have to use "DecimalToString" function and target datatype will be LongVarchar.
Following is code which I have used:

Code: Select all

DSLink2.COL1:DSLink2.COL2:DSLink2.COL3:DSLink2.COL4: DecimalToString(DSLink2.COL5)
Hope this will help you :wink:

Thanks!