BIA 7.9.6.1 Unable to connect to Informatica services from DAC

Hi All,
As a learning exercise, I have installed the following on a single Windows XP machine (Am aware that Windows XP is not supported for Informatica Service install - but currently have access to only this machine)
- OBIA 7.9.6.1
- Informatica 8.6.1 client & services with hotfix 6
- DAC client & server
I have created the Repository and Integration services in Informatica PowerCenter and are running in normal mode
I have configured the DAC as per installation document. I am now trying to configure the DAC Integration Settings for informatica.
I am unable to register an Integration service or a repository service and get the following errors,
On testing the Integration Service registration
Failure connecting to "INFORMATICA_DW_SERVER"!
And in the log file I find
SEVERE Thu Nov 12 11:43:54 WST 2009
ANOMALY INFO::: Error while pinging informatica server using command pmcmd pingservice -sv int_service -d Domain_ASG596138
MESSAGE:::log\ping.log (The system cannot find the file specified)
EXCEPTION CLASS::: java.io.FileNotFoundException
java.io.FileInputStream.open(Native Method)
java.io.FileInputStream.<init>(FileInputStream.java:106)
java.io.FileInputStream.<init>(FileInputStream.java:66)
com.siebel.etl.functional.ReadFileToBuffer.readFileToBuffer(ReadFileToBuffer.java:39)
com.siebel.etl.gui.data.StaticDatabaseCalls.testServer(StaticDatabaseCalls.java:917)
com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:887)
com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
On testing the Repository Service registration
Failure connecting to "INFORMATICA_REP_SERVER"!
ANOMALY INFO::: Error while pinging informatica repository server
MESSAGE:::C:\orahome\10gR3_2\bifoundation\dac\log\pmrepConnect.log (The system cannot find the file specified)
EXCEPTION CLASS::: java.io.FileNotFoundException
java.io.FileInputStream.open(Native Method)
java.io.FileInputStream.<init>(FileInputStream.java:106)
java.io.FileInputStream.<init>(FileInputStream.java:66)
com.siebel.etl.functional.ReadFileToBuffer.readFileToBuffer(ReadFileToBuffer.java:39)
com.siebel.analytics.etl.infa.interaction.PmrepInvoker.pmrep(PmrepInvoker.java:100)
com.siebel.etl.gui.data.StaticDatabaseCalls.testRepositoryServer(StaticDatabaseCalls.java:959)
com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:890)
com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
Could anyone please suggest what could be the cause of these errors. Any pointers to how to debug this will also be great. Please note I am totally new to Informatica and OBIA.
Many Thanks,
Kiran

HI All,
I fixed the first part of the issue. Now I am able to connect top the Integration Service. I created system environment variable INFA_DOMAINS_FILE and included the BIN path in PATH variable.
However unable to connect to the Informatica Repository service. I am getting the follwoing error
Failure connecting to "INFORMATICA_REP_SERVER"!
ANOMALY INFO::: Error while connecting to informatica repository server
MESSAGE:::
pmrep Connect Error
=====================================
STD OUTPUT
=====================================
Informatica(r) PMREP, version [8.6.1], build [183.1218], Windows 32-bit
Copyright (c) Informatica Corporation 1994 - 2008
All Rights Reserved.
This Software may be protected by U.S. Patent Numbers 6,208,990; 6,044,374; 6,014,670; 6,032,158; 5,794,246; 6,339,775; 6,850,947; 6,895,471; 7,254,590 and other U.S. Patents Pending.
Invoked at Thu Nov 12 12:59:16 2009
[11/12/2009 12:59:25-[REP_12164] Domain-related error: [[PCSF_46008] Cannot connect to gateway to look up service [repo_service]. [FAULT_PCSFTIMEOUTEXCEPTION]].]
[11/12/2009 13:00:26-[REP_55115] Still trying to connect to the Repository Service [repo_service]. The remaining resilience time is 110 seconds.]
[11/12/2009 13:00:35-[REP_12164] Domain-related error: [[PCSF_46008] Cannot connect to gateway to look up service [repo_service]. [FAULT_PCSFTIMEOUTEXCEPTION]].]
[11/12/2009 13:01:37-[REP_55115] Still trying to connect to the Repository Service [repo_service]. The remaining resilience time is 39 seconds.]
[11/12/2009 13:01:46-[REP_12164] Domain-related error: [[PCSF_46008] Cannot connect to gateway to look up service [repo_service]. [FAULT_PCSFTIMEOUTEXCEPTION]].]
[11/12/2009 13:02:21-[REP_55112] Unable to connect to the Repository Service [repo_service] since the resilience time is up.]
[Failed to connect to repository service [repo_service].]
An error occurred while accessing the repository[Failed to connect to repository service [repo_service].]
[11/12/2009 13:02:21-[REP_55102] Failed to connect to repository service [repo_service].]
Repository connection failed.
Failed to execute connect.
Completed at Thu Nov 12 13:02:21 2009
=====================================
ERROR OUTPUT
=====================================
EXCEPTION CLASS::: com.siebel.analytics.etl.infa.interaction.PmrepConnectException
com.siebel.analytics.etl.infa.interaction.PmrepInvoker.pmrep(PmrepInvoker.java:102)
com.siebel.etl.gui.data.StaticDatabaseCalls.testRepositoryServer(StaticDatabaseCalls.java:959)
com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:890)
com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
Please help.
Thanks,
Kiran

Similar Messages

  • Unable to connect to Informatica Service

    Hello all,
    I installed the 'new' OBIEE Suite with OBI 10.1.3.3.3, OBI Apps 7.9.5 and Informatica powercenter 8.1.1 and I am facing following problem.
    When I configure the connections to the informatica server in the DAC client and I test the connection, I am able to succesfully connect to the informatica repository but I fail to connect to the informatica server.
    I added the path to pmcmd and pmrep to the Windows Path environment variable and I added a new variable INFA_DOMAINS_FILE which is pointed to the file which contains a description of the available domains.
    I just get following error: Cannot connect to integration Service.
    Can anyone please help me out?
    Thank you

    Hi All,
    I am stuck with the same problem, even i have changed the port of Informatica Server in DAC client to 6006 .
    Still i am unable to connect the Informatica Server using DAC client
    I have checked the PMREP and PMCMD using window prompt which are working fine.
    Can any one kindly reply on this.
    Thanks
    Saurabh

  • Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    You need to ask Apple for assistance with getting back into your old ID. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to resolve this issue through the Account Security team, fill out and submit this form.
    (118441)

  • Unable to connect to Forms 6i from Oracle 9i

    Hi,
    I have Oracle 9.2.0 (Personal edition) and Forms 6i installed on a Win2K PC.
    I am able to connect to the DB from SQLPLUS. But, I am unable to connect to the DB from Forms 6i. I was getting a ORA-12203 error. Then I configured the DB connection through the Net Easy Config. Also I tried to copy the network/admin/tnsnames.ora file from my database ORACLE_HOME to the Developer Suite ORACLE_HOME. Now I am getting the ORA-12222 TNS: No such protocol adapter error.
    Can anyone suggest where I am going wrong and what is that I need to do to resolve the problem.
    Thanks in advance!!!

    Normaly forms6i uses Tnsnames.ora file to connect to the database. You need to setup your Tnsnames.ora file correctly by clicking Start---Programs---Directory for Oracle--Oracle net8 easy config, and configure your database connection.

  • Unable to connect to Oracle 9i from Forms 6i

    Hi,
    I have Oracle 9.2.0 (Personal edition) and Forms 6i installed on a Win2K PC.
    I am able to connect to the DB from SQLPLUS. But, I am unable to connect to the DB from Forms 6i. Can anyone suggest where am I going wrong and what is that I need to do to resolve the problem.
    Thanks in advance!!!

    Normaly forms6i uses Tnsnames.ora file to connect to the database. You need to setup your Tnsnames.ora file correctly by clicking Start---Programs---Directory for Oracle--Oracle net8 easy config, and configure your database connection.

  • Unable to connect to administration server from essbase console,

    Hi All..
    After successfully completely installation and configuration of essbase 11.1.2.3 iam unable to connect to administration server from essbase console,
    and also while connecting to oracle database it says "oracle not found".
    essbase 11.1.2.3 is installed in windows 2008 server R1.
    kindly help us.

    Hi John 
    and thanks again for the reply
    These log files has following  information
    and rest of files are empty in the specified path.
            HyS9RaFrameworkAgentOut :
    Java App Loader V1.3 (C)2006 by Hyperion Inc.
    $> java -cp . -Dloader.application=xxx.app com.brio.one.common.utils.Loader [arguments]
    > Reading application file 'C:\Oracle\Middleware\EPMSystem11R1\common\raframeworkrt\11.1.2.0\bin\agent.app'...
    > Loading classes...
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/wksagent.jar ...OK
      file:C:/Oracle/Middleware/modules/javax.activation_1.1.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/foundation.jar ..........OK
      file:C:/Oracle/Middleware/oracle_common/lib/java/shared/jsch/0.1.37/jsch-0.1.37.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/iona63.jar ..................OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/comutil1_01.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/eiengine.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/misc/11.1.2.0/servlet-api.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/JakartaCommons/jakarta-commons.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/logJavaUtil.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/javax.zip ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/bqservice.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/bcel-5.1.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/scorecard-search-api.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/waservices.jar ...OK
      file:C:/Oracle/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar ...OK
      file:C:/Oracle/Middleware/modules/com.bea.core.apache.velocity.dep_1.4.jar ...OK
      file:C:/Oracle/Middleware/modules/com.bea.core.apache.velocity_1.4.jar ...OK
      file:C:/Oracle/Middleware/modules/javax.mail_1.4.jar ...OK
    > Creating URLClassLoader...
    > Setting New Context ClassLoader...
    > Loading Main class 'com.oracle.cmc.Agent'...
    > Getting 'main' method...
    > Starting application...
           HyS9EssbaseStudio_epmsystem1-syserr:
    INFO    Server configuration file: C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\server.properties.
    06:38:01 07/05/13 INFO    Logger configuration file: C:\Oracle\Middleware\user_projects\epmsystem1\BPMS\bin\logging.xml.
    06:38:01 07/05/13 INFO    Starting up.
    06:38:01 07/05/13 INFO    Oracle Essbase Studio Server. Version 11.1.2.3.000, Build 4386, March 26 2013. Copyright © 2008 - 2013, Oracle. All rights reserved
    06:38:14 07/05/13 (system) INFO    Root folder for flat datasource files has been created: `C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\.\datafiles`.
    06:38:14 07/05/13 (system) WARNING Failed to load driver for sap.
    06:38:14 07/05/13 (system) WARNING Failed to load driver for teradata.
    06:38:14 07/05/13 (system) WARNING Failed to load driver for netezza.
    06:38:17 07/05/13 (system) SEVERE  Unable to establish connection to MySQL server: Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
    06:38:19 07/05/13 (system) SEVERE  Unable to establish connection to MySQL server: Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
    06:38:19 07/05/13 (system) SEVERE  Catalog.CannotInitializeStorage=Cannot initialize catalog storage. Make sure the server.properties file contains the correct information.
       -------------- Exception --------------
       com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine.
      at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:91)
      at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:104)
      at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:198)
      at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:81)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:169)
      at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:71)
      at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1507)
      at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:233)
      at com.hyperion.cp.server.RequestListener.init(RequestListener.java:174)
      at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:214)
      at com.hyperion.cp.server.ServerMain.main(ServerMain.java:296)
    Caused by: com.hyperion.cp.driver.util.DriverConnectionException: Cannot establish connection to MySQL server.
      at com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnection.createSQLConnection(MySQLConnection.java:130)
      at com.hyperion.cp.driver.adapters.sql.SQLConnection$ConnectionPool.<init>(SQLConnection.java:1229)
      at com.hyperion.cp.driver.adapters.sql.SQLConnection.construct(SQLConnection.java:450)
      at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:113)
      at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
      at com.hyperion.cp.server.QueueableTask.setMetadataConnection(QueueableTask.java:53)
      at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:73)
      ... 11 more
    Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
      at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
      at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344)
      at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2333)
      at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2370)
      at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2154)
      at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
      at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
      at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
      at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
      at java.sql.DriverManager.getConnection(DriverManager.java:582)
      at java.sql.DriverManager.getConnection(DriverManager.java:207)
      at com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnection.createSQLConnection(MySQLConnection.java:123)
      ... 17 more
    Caused by: java.net.ConnectException: Connection refused: connect
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
      at java.net.Socket.connect(Socket.java:529)
      at java.net.Socket.connect(Socket.java:478)
      at java.net.Socket.<init>(Socket.java:375)
      at java.net.Socket.<init>(Socket.java:218)
      at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257)
      at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294)
      ... 32 more

  • Unable to Connect to Oracle VMs from network

    Hi,
    I have problem connectivity problem in my virtual machines.I am unable to connect to XEN VMs from my network. But my domU is visible in my route in the network as an attached device with the correct mac address. But I am unable to connect to other computers from my domU and vise versa. Please help.
    Output of ifconfig from dom0 is given below
    eth0 Link encap:Ethernet HWaddr 00:0C:29:8C:E2:B3
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1051 errors:0 dropped:0 overruns:0 frame:0
    TX packets:493 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:96109 (93.8 KiB) TX bytes:76110 (74.3 KiB)
    Interrupt:17 Base address:0x2000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:246 errors:0 dropped:0 overruns:0 frame:0
    TX packets:246 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:38762 (37.8 KiB) TX bytes:38762 (37.8 KiB)
    vif1.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:71 errors:0 dropped:0 overruns:0 frame:0
    TX packets:350 errors:0 dropped:37 overruns:0 carrier:0
    collisions:0 txqueuelen:32
    RX bytes:8906 (8.6 KiB) TX bytes:31618 (30.8 KiB)
    xenbr0 Link encap:Ethernet HWaddr 00:0C:29:8C:E2:B3
    inet addr:192.168.100.32 Bcast:192.168.100.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe8c:e2b3/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1096 errors:0 dropped:0 overruns:0 frame:0
    TX packets:432 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:89115 (87.0 KiB) TX bytes:67364 (65.7 KiB)
    Output of brctl show is
    bridge name     bridge id          STP enabled     interfaces
    xenbr0          8000.000c298ce2b3     no          vif1.0
                                       eth0
    output of ifconfig from domU is
    eth0 Link encap:Ethernet HWaddr 00:16:3E:6E:64:3C
    inet addr:192.168.100.33 Bcast:192.168.100.255 Mask:255.255.255.0
    inet6 addr: fe80::216:3eff:fe6e:643c/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:479 errors:0 dropped:0 overruns:0 frame:0
    TX packets:71 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:43609 (42.5 KiB) TX bytes:9900 (9.6 KiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:329 errors:0 dropped:0 overruns:0 frame:0
    TX packets:329 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:24394 (23.8 KiB) TX bytes:24394 (23.8 KiB)
    My vm.cfg file looks like
    bootloader = '/usr/bin/pygrub'
    disk = ['file:/OVS/seed_pool/OracleDB/System.img,xvda,w',
    'file:/OVS/seed_pool/OracleDB/oracle11g_x86_asm.img,xvdb,w']
    memory = '2048'
    name = 'OracleDB'
    on_crash = 'restart'
    on_reboot = 'restart'
    vcpus = 2
    vfb = ['type=vnc,vncunused=1,vnclisten=0.0.0.0']
    vif = ['bridge=xenbr0,ip=192.168.100.33,type=netfront,mac=00:16:3E:6E:64:3C']
    vif_other_config = []
    xend-config.sxp has following two lines:
    (network-script network-bridge)
    (vif-script vif-bridge)
    Please let me know if any other information is needed.
    Thanks,
    Ruchin

    I have a Dell Power Edge Server with 1 network card. I have installed VMWare ESXi 5 on it. Created several Windows 2003 Servers Virtual Machines. Networking is working fine all these windows machines. On one of the virtual machines I have installed Oracel VM Server 2.2.2 (Dom0) and on top of it I am trying to install Oracle VM Template for Oracle 11g provided by Oracle. I am having connectivity issues on the Oracle 11gDB (DomU). I can ping and ssh from Dom0 to DomU and vice versa. But I cannot connect the Oracle DB machine from any other machine. I can connect the Oracle VM Server (Dom0) from other computers in my network.
    Any clue what the issue is ?
    Thanks,
    Ruchin

  • HP7520 Unable to Connect To Web Services

    I just (today) purchased a HP Photosmart 7520. I set it up and configured it to my wireless network. I have an Mac Airport Router. I have 1 Mac and 2 PC's printing to it fine (off the wireless network). The problem is that when I go to setup my eprint it says Unable to Connect to Web Services. The wireless report shows no errors and says its connected to the internet. HP support had me go into the service mode (a series of button pressing) and do a semi full reset which did not help the problem. Any ideas on why I can not connect to web services? HP spent about an hour on the phone with me and could not resolve.
    Thanks

    Hi jreyn25,
    Thank you for taking the time to respond.
    Please run the wireless setup wizard on the front panel of the printer. If you are unsure how to do this, the steps can be found on page 48 of your User Guide in the section titled “To connect the product with the Wireless Setup Wizard”. After connecting the printer you will be prompted to print a report. Please choose to do so. I have included a screen shot of what the report should like.
    I highlighted where you should find the printer’s IP address on the report. Please try and connect to the printer’s IP address that is showing on the report.   If you get a security pop-up when trying to get the embedded web server (EWS), choosing to continue will not harm your computer while you navigate within the EWS for your printer. If you encounter this error outside of your printer’s EWS, your computer could be at risk. You can find this information in the document titled Printer Does Not Maintain Wireless Connection.
    Please let me know how it goes.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • "Unable to connect to web services" when trying to scan to e-mail on a HP Photosmart 7520

    Hello -  I used to be able to scan to e-mail with no problems and then all of a sudden I keep getting the "Unable to connect to Web Services" error message.  I have checked my network connection and it is fine, I have turned off my router and unplugged my printer but still no luck.  I have seen that this seems to be a common problem from others in this forum but I was hoping someone could help me figure this out.
    I really need to be able to scan documents to my e-mail..... ughh... please help!
    Thanks,

    I am having the same issue.  Please help.

  • HP 7520 Photosmart scanning error message: Unable to connect to Web Services

    After many successful efforts in the past, suddenly I cannot scan to email on my HP Photosmart 7520. I have tried several of the solutions posted to no avail. I keep getting the error message "Unable to connect to Web Services. Confirm Iternet access and try again." I'm on Mac OS X. Very frustrating; I would appreciate help.

    Hello skagitsusan,
    Welcome to the HP Support Forums!
    I am not 100% as to the steps you have tried in attempt to resolve the Scan to Email issue on the 7520, but I would like to offer the steps I have given in another Thread.
    Re: Trouble scanning using Photosmart 6520 <---
    The steps will cover your printer, even though they are different Photosmarts.
    Let me know if this works.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Re: HP Photosmart 7525 unable to connect to Web Services

    Gary,
    I'm having the same problem, unable to connect to web services.  Can you help?

    Hi @VinceASal,
    Welcome to the HP Support Forums.   I understand that you are getting a connection error message when trying to enable web services on your Photosmart 7525 printer.
    Please set manual IP address and manual DNS servers for the printer.  If you are unsure how to do this I have included a link to another post that has the steps, including screen shots, on how to do this.  Please do not worry that the screen shots are for a Photosmart 7510, the steps are the same.
    Please let me know the outcome.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Photosmart 7520 scan to email problem. Unable to connect to web services

    I have a Photosmart 7520 working perfectly and suddenly since a week ago when I try to scan to email problem I get the error Unable to connect to web services
    I followed all the forum instructions. Removed power for over a minute from the router and printer and connected the router first.
    I checked that the apps in the printer main screen work ok,
    I followed the suggested steps below
    1. Obtain your printer's IP address
    a. This can be done by pressing the wireless icon on printer.
    2. Enter the printer's IP address in a browser.
    3. Select the network tab at the top of the page.
    4. On the left select networking.
    5. Select Network Address (IP)
    6. Select Manual DNS Server
    a. Manual Preferred DNS should read 8.8.8.8
    b. Alternate DNS Server should read. 8.8.4.4
    7. Select apply you might get a warning just select okay.
    And nothing works.
    Any help please??

    Hi Iru67,
    Welcome to the HP Support Forums.  I understand that you are unable to connect to web services, therefore not allowing you to use the scan to email feature of your Photosmart 7520 printer.
    Please call HP’s Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region please click here to find the Technical Support number for your country/region.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • HP 7520 Unable to connect to web services

    Hi,
    I am following a post here that says what to do when you can't scan to email because you get the "Unable to connect to web services" message.  the post says to enter the printer's IP address in a browser and then click the network tab at the top of the page.  I am not sure what the poster is talking about, I don't see a network tab in my IE browser.
    or if there is another way to fix this issue pls let me know.
    first time poster here.
    thx

    upscope
    Welcome to the HP Community Forum.
    First:
    Reset Web Services in ePrint Printer
    See Section titled:
    Method Two – Set Static IP Printer Connection
    Next:
    In answer to your question:
    This visual shows you the EWS page and the general layout of the EWS Network tab:
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • HP 7520 Unable to connect to web services while trying to scan

    I have tried the scan doctor and was able to scan from that program but was unabe to scan using buttons on printer for both Windows 8 and MAC OS X. Error message is consistent Unable to connect to web services. I am trying to scan to email on both Windows 8 and IOS X
    It appears to be a common issue. Is there a downloable fix for all of the owners users of your product?
    Thank you

    Hi Kitray,
    I see that you are trying to scan to your Email, but are unable to. Which Email provider are you trying to scan into? I have found great success by follow the steps I have offered here: Re: Trouble scanning using Photosmart 6520
    Don't worry about the printer not being the exact model as yours as the firmware, steps and settings are all the same.
    Please let me know how you make out with those steps.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • HT201320 MY NEW IPHONE 5 SAYS UNABLE TO CONNECTION TO SERVER..FROM MY EMAIL

    I'm unable to connection to  my email from my new iphone.

    Did you go to settings to set up your email account or
    did you have an iPhone previously?

Maybe you are looking for

  • Pacproxy (or something that vaguely resembles an apt-proxy clone)

    this may not be the right forum for this, but here is a little python app to proxy packages from a mirror, and (eventually) to automatically create repos from available packages in the local ABS tree.  i didnt like the suggested solution of network m

  • I don't know what Final Cut Pro Academic Version 4.0 I have.

    Hi. im interested in upgrading to Final cut studio, but I do not know if i qualify. No where on my install disc does it say waht numer it is. I've looked at the download order forms for the crossgrades etc. But i'm still not sure what model no# miine

  • After Firefox updated, the computer locked up when I turned on the HP Scanjet G4050. Why?

    Firefox seemed to be working fine, but when I turned on the scanner, the screen locked. I couldn't do a "force quit". The only solution was unplugging. I tried this twice after restarting and the same thing happened. Each time I turned off the scanne

  • Plz solve

    Moderator message: please use a meaningful subject in future hello , The Purchase Order was printed straight away without going through Release Strategy. Release Strategy is not RE-ASSIGNED again even though PO value has been changed. When we changed

  • Is there any option in captivate to capture tool tips

    Hello Friends I'm using Captivate 4 .is there any option in captivate4 to record the mouse movement so that i can capture the Tool Tips in the software which i am making the Demo.Hope some one will help me.. Crazdobe