informatica-powercenter

Running pmcmd from java

核能气质少年 提交于 2020-01-16 15:16:08
问题 I am trying to run pmcmd and pass arguments from java. This is my code : String cmd="C:\\Informatica\\9.6.1\\clients\\PowerCenterClient\\CommandLineUtilities\\PC\\server\\bin\\pmcmd.exe"; final Process cmdProcess; cmdProcess = Runtime.getRuntime().exec(new String[]{cmd,"connect -sv IS_NAME -d DOMAIN_NAME -u USER -p PWD"}); cmdProcess.getOutputStream().close(); The problem is I am not able to get the desired output. I get the following error: ERROR: Unknown command [connect] When I try the

SSIS and Informatica [closed]

做~自己de王妃 提交于 2020-01-12 11:45:02
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last month . SQL SERVER 2014 SSIS has been released,we have already got lot of facilities in SQL SERVER 2012 SSIS.Can anybody compare SSIS 2014/SSIS2012 with Informatica Power center ? What are the additional fetures are there in the Informatica new version than SSIS 2012/2014? Or are

SSIS and Informatica [closed]

时光毁灭记忆、已成空白 提交于 2020-01-12 11:42:10
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last month . SQL SERVER 2014 SSIS has been released,we have already got lot of facilities in SQL SERVER 2012 SSIS.Can anybody compare SSIS 2014/SSIS2012 with Informatica Power center ? What are the additional fetures are there in the Informatica new version than SSIS 2012/2014? Or are

SSIS and Informatica [closed]

点点圈 提交于 2020-01-12 11:38:11
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last month . SQL SERVER 2014 SSIS has been released,we have already got lot of facilities in SQL SERVER 2012 SSIS.Can anybody compare SSIS 2014/SSIS2012 with Informatica Power center ? What are the additional fetures are there in the Informatica new version than SSIS 2012/2014? Or are

informatica powercenter vs custom perl ETL job?

瘦欲@ 提交于 2020-01-02 07:02:09
问题 Most of my company uses powercenter informatica for Extract-Transform-Load type data move jobs between databases. However project I am on has a big custom Perl job with some Java thrown in for good measure to move data and trigger some other updates. There is talk of rewriting the thing to use powercenter instead, what are people's experiences on such a project, does it make sense? Seems like you trade lot of flexibility in going to such a "off the shelf" solution, but do the ETL tools buy

Configuring Informatica Repository with Oracle 10g [Oracle not connecting]

吃可爱长大的小学妹 提交于 2020-01-02 02:43:15
问题 Oracle Details:- Oracle 10g Enterprise Edition Host running XP x32 I use scott tiger for logging with SQL* Plus . I dont provide any HOST STRING . How can i setup Oracle to accept Host String ? i am asking this because i guess the problem is related to this IP : 192.168.17.132 , Hostname : vmxp1 tnsnames.ora file:- GLOBALDB = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = vmxp1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = globaldb) ) ) EXTPROC_CONNECTION_DATA =