Internal error in IGS0, US. COMMUNICATION FAILURE (RFC: GIS_GEOCODE_DEST:G

Hi
when we are trying to update Communication data of an external candidate..
We are getting this error message...
Internal error in IGS0, US. COMMUNICATION FAILURE (RFC: GIS_GEOCODE_DEST:Geocode)
Please let me know how to fix this error...
Thanks
Raghu

Hi,
I think you might have using SICF to test web service.
To test the same you need J2EE instance.
go to transaction
WSADMIN ->administrative settings and enter the j2ee server address (http://server.domain.com:port) and then click on your service and click test.
if you dont have a j2ee instance, you can use some free third party tools to test your WS.
goto this URL to get webservice studio
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c
*******please reward points if the information is helpful to you*************

Similar Messages

  • Communication failure : RFC Destination SALV_WD_EXPORT_PDF does not exist

    Hi Experts,
    I have one standard ALV report in ABAP Webdynpro.
    When i try to print the ALV Report it gives Communication failure : RFC Destination SALV_WD_EXPORT_PDF does not exist.
    Can you give solution for this one.
    Regards,
    Sri

    Hi Sri
    Please go through this..
    /people/bv.pillai/blog/2007/01/09/webdynpro-abap-alv-print-versionpdf
    also Have a look this note SAP NOTE 918236; you will need help from basis.
    Cheers,
    Kris.

  • System Error due to JCO communication failure? during mapping

    in my JDBC-XI-Proxy scenario,
    there is BPM with a transformation step,
    in that step, during execution it gives Jco failure error, and particularly when the payload is very large....
    my question is:
    1.  how JCo communication failure occurs in case of mapping??
    2. why its only when the payload is huge??

    Sudheep,
    1, The Mapping is alaways executed in the Java Stack. And so win the runtime there needs to be a connection between the ABAP stack and the Java Stack for the Mapping to get exectued. The TCP IP Connection AI_RUNTIME_JCOSERVER is used for this purpise in SM59.
    2. When the payload is huge , there can be a over flow of the java Heap memory and this needs to be increased. Ask your Basis team to increase the java heap size if you do not want to face this issue.
    Regards
    Bhavesh

  • Mysql error java.sql.SQLException: Communication failure during handshake.

    Hi !!!
    I was working ok, with hibernate and mysql but yesterday I try to install the new mysql version (4.1.10) and receive the following error when I try to connect
    Initializing Hibernate
    INFO - Hibernate 2.1.6
    INFO - hibernate.properties not found
    INFO - using CGLIB reflection optimizer
    INFO - configuring from resource: /hibernate.cfg.xml
    INFO - Configuration resource: /hibernate.cfg.xml
    INFO - Mapping resource: com/tutorial/hibernate/core/News.hbm.xml
    INFO - Mapping class: com.tutorial.hibernate.core.News -> news
    INFO - Configured SessionFactory: null
    INFO - processing one-to-many association mappings
    INFO - processing one-to-one association property references
    INFO - processing foreign key constraints
    INFO - Using dialect: net.sf.hibernate.dialect.MySQLDialect
    INFO - Maximim outer join fetch depth: 2
    INFO - Use outer join fetching: true
    INFO - Using Hibernate built-in connection pool (not for production use!)
    INFO - Hibernate connection pool size: 20
    INFO - using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://localhost/unnobanews
    INFO - connection properties: {user=news, password=news}
    INFO - Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory
    INFO - No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
    WARN - Could not obtain connection metadata
    java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?
    at org.gjt.mm.mysql.MysqlIO.init(Unknown Source)
    at org.gjt.mm.mysql.Connection.connectionInit(Unknown Source)
    at org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Unknown Source)
    at org.gjt.mm.mysql.Driver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    Somewhere I red that was necessary to update the jdbc driver, so I updated it from version nro 2 to version nro 3.1.7 but still the error
    Phpmyadmin works ok and mysql control center can connect ok too.
    But when I try a telnet localhost:3306 I receive and error of connection filed
    Anyway the mysql status thowme correct information, that it working ok!
    Any idea ?
    King regards
    Naty

    Hibernate 2.1.6
    loaded properties from resource hibernate.properties: {hibernate.connection.username=root, hibernate.connection.password="", hibernate.cglib.use_reflection_optimizer=true, hibernate.connection.pool_size=10, hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect, hibernate.connection.url=jdbc:mysql://manoj/manoj, hibernate.connection.driver_class=org.gjt.mm.mysql.Driver}
    using CGLIB reflection optimizer
    configuring from resource: /hibernate.cfg.xml
    Configuration resource: /hibernate.cfg.xml
    Mapping resource: com/mec/emp.hbm.xml
    Mapping class: com.mec.Employee -> emp
    Configured SessionFactory: null
    processing one-to-many association mappings
    processing one-to-one association property references
    processing foreign key constraints
    Using dialect: net.sf.hibernate.dialect.MySQLDialect
    Maximim outer join fetch depth: 2
    Use outer join fetching: true
    Using Hibernate built-in connection pool (not for production use!)
    Hibernate connection pool size: 10
    using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://manoj/manoj
    connection properties: {user=root, password=""}
    No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
    Could not obtain connection metadata
    java.sql.SQLException: Server configuration denies access to data source
         at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:144)
         at org.gjt.mm.mysql.Connection.<init>(Connection.java:230)
         at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:73)
         at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1155)
         at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:789)
         at com.mec.CreateSession.getCurrentSession(CreateSession.java:35)
         at com.mec.TestEmployee.createEmployee(TestEmployee.java:37)
         at com.mec.TestEmployee.main(TestEmployee.java:24)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
    Use scrollable result sets: false
    Use JDBC3 getGeneratedKeys(): false
    Optimize cache for minimal puts: false
    Query language substitutions: {}
    cache provider: net.sf.hibernate.cache.EhCacheProvider
    instantiating and configuring caches
    building session factory
    Not binding factory to JNDI, no JNDI name configured
    SQL Error: 0, SQLState: 08001
    Server configuration denies access to data source
    Cannot open connection
    java.sql.SQLException: Server configuration denies access to data source
         at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:144)
         at org.gjt.mm.mysql.Connection.<init>(Connection.java:230)
         at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.impl.BatcherImpl.openConnection(BatcherImpl.java:286)
         at net.sf.hibernate.impl.SessionImpl.connect(SessionImpl.java:3326)
         at net.sf.hibernate.impl.SessionImpl.connection(SessionImpl.java:3286)
         at net.sf.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:40)
         at net.sf.hibernate.transaction.JDBCTransactionFactory.beginTransaction(JDBCTransactionFactory.java:19)
         at net.sf.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:2231)
         at com.mec.TestEmployee.createEmployee(TestEmployee.java:38)
         at com.mec.TestEmployee.main(TestEmployee.java:24)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
    Process finished with exit code 0

  • Error in BPM: "COMMUNICATION FAILURE" during JCo call. Error opening an RFC

    hello experts
    i am receiving the above error incase of BPM scenario where i am having a Transform step and synchronous RFC step.
    i referred to the few threads discussing such problems and was trying to find whether my mapping is correct and i tested my mappings using my payload which looks good.
    When looked into the Mapping trace of the BPM "Show container" i found error ""COMMUNICATION FAILURE" during JCo call. Error opening an RFC connection" and it seems that when BPM is attempting to call interface mapping it is throwing this error.
    Thanks in advance.
    Regards
    rajeev

    hi,
    I think no problen with the mapping part,
    jco connection requird when xi try to stablish the connection with the adapter .
    please look the link provided.
    Setup and test SAP Java Connector outbound connection
    please also check the following parameter at the exchange profile
    com.sap.aii.rwb.server.centralmonitoring.r3.ashost
    com.sap.aii.rwb.server.centralmonitoring.r3.client
    com.sap.aii.rwb.server.centralmonitoring.r3.sysnr
    com.sap.aii.rwb.server.centralmonitoring.httpport
    these parameter must be given properly.
    if every thing is ok than and problem still exist than try to restart the system.
    for us after restarting its worked fine.
    regards,
    navneet

  • Random JCO Communication Failure Error after Hardware Migration

    Greetings experts,
    we had a migrated our XI server to new hardware and had couple of SLD related issues which were solved by the migration team. However, we are getting JCO communication failure very frequent whenever we use JCO from JAVA to call an RFC. The weird thing, if you restarted the message it will be successful.
    The error message in the message monitor :
    "COMMUNICATION FAILURE" during JCo call. Error opening an RFC connection"
    Any idea to solve this random issue?

    Hi again,
    the number of connection was increased to 200 but with no effects. Also, the user used to connect is a system user which does not need a ticket.
    This is my connection code
                   mConnection = JCO.createClient("600", // Client
              "USER", // Username
              "PASSWORD", // Password
              "EN", // Language
              "hostname", // Host
              "01"); // System Number
    do I need to add anything else if I am using a clustered system?

  • Logon failure due to an internal error

    Hi,
    We have installed XI 3.1 SP3 (plus fixpacks) on a server and I am trying to access Web Intelligence on the client machine. I get the error "Logon failure due to an internal error." Any ideas what the problem may be?
    I can login into Web Intelligence when on the server directly using remote desktop. I am on SP3 on the client machine but may not be on the same level for fixpacks - will check. Could that be the problem?
    I can access the CMC from the client machine.
    Thanks

    Hi All,
      I'll start by describing the basic logon connections made by all the client tools when connecting to a Business Objects CMS.  From this hopefully it will help resolve the kind of issues described here.
    ------------------Background------------------
      The CMS has a port number (6400).  This port number is actually the port number of the name server.  This name server stores the name, type of server, hostname and port for all the BusinessObjects servers that exist in the cluster.  Whenever a program (such as a client tool) needs to know how to connect to a particular server, the name server will reply with the hostname (or IP) and port number to connect to.  When each Business Objects server process starts it will register with the name server and tell it what its connection info (hostname and port) are.
      In the case of a client logon it will first connect to the name server and then request the information to connect to the CMS service - (note that the name server and the CMS service are two logicial and seperate functions that the CMS process performs).  The CMS service actually runs on the request port of the CMS.
    ------------------Cause of Logon Failures------------------
      If you have no explicitly configured it, the hostname returned for connection could be the fully qualified name OR the short hostname of the machine and the port number will be random (and change each time the process is started).  The client ALSO needs to be able to connect to the hostname and port returned by the name server to continue processing.  If it can't then you will receive a logon error - in designer/desktop intelligence this will appear as a 'Transport Communication Error' in the deatils of the error message.
    ------------------Example------------------
      You initially connect to boeserver.mycomp.com:6400.  boeserver.mycomp.com is a DNS name that the client computer can resolve and the port 6400 is open through the firewall.  The client connects to the name server (within the CMS process) and requests the connection information for the CMS services but these have not been explicitly set in the CMC->Server->CMS->Properties page.
      The response from the nameserver might be to connect to the short name of the host: boeserver on port 54393 (or some other random port number).  You will get a logon error if EITHER the hostname boeserver cannot be resolved (which can be quite common when the boeserver machine is in a different subnet) OR there is a firewall blocking the connection port (54393 in this case).
    ------------------Resolution------------------
    Go to the CMC->Server->CMS->Properties page.  Here there is a section where you can specify the hostname with with each business objects server will give as the hostname (or IP address) and port (request port) that it can be contacted on. In the example below I have said that it should be contacted on the fullyqualified name and on port 6401.  Again 6401 would need to be open through the firewall.
    No two servers can have the same request port.  As you can see in the screenshot I have specified to connect to the CMS service on 6401 using the fullyqualified hostname boeserver.mycomp.com and finally that the name server port is the default 6400.
    As mentioned previously there may be also other BOE servers that similar settings are required for, depending on the actions you are performing - e.g. IDT and designer need access to the input file repository server to input/export universes, WebiRich Client also should have access to the Output File Repository Server.  Client tools should also have access to the Adaptive Processing Server that is running the Client Auditing Proxy Service so that any actions are audited.
    One extra thing that can cause a block on the port number, other than a regular corporate firewall is the security on the server machine itself (e.g. the Windows firewall on the server can block incoming requests if there is not an expection created.
    Regards,
    Graham

  • Test-pstnoutboundcall failure 500, The server encountered an unexpected internal error

    Hi,
    We have a Lync 2013 pool, Front end colocated with Mediation server.
    have trunk configured to CUCM.  I'm able to receive PSTN calls, however cannot dial PSTN number.
    While using test-CsPstnOutboundCall receive the following SRV record error.
    Target Fqdn   : lync2013pool.domain.com
    Result        : Failure
    Latency       : 00:00:00
    Error Message : 500, The server encountered an unexpected internal error
    Diagnosis     : ErrorCode=1008,Source=sip.domain.com,Reason=Unable to resolve
                    DNS SRV record,domain=p
                    Microsoft.Rtc.Signaling.DiagnosticHeader
    i can confirm that we have SRV record for _sipinternaltls._tcp.sipdomain.com

    Hi AlinIliescu,
    You can run the command with the Verbose parameter to get the detailed activity.
    Please make sure you use an existed Lync account to test.
    Make sure this user is Enterprise Voice enabled and assigned the related voice policy.
    Best Regards,
    Lisa Zheng
    Lisa Zheng
    TechNet Community Support

  • RFC call ended with "Communication Failure" exception (Function call failed; could not find the function

    Hi All,
    I am getting error while executing oDATA service from SAP Netweaver Gateway
    Error details:
    RFC call ended with "Communication Failure" exception (Function call failed; could not find the function
    I am using SAP NG 740
    Project is created in Gateway system using SEGW having Map to Datasource option used.
    in SPRO manage alias, I had seleted Local App option. Screen attached
    I had tried all troubleshooting like delete and add service and alias in "/IWFND_MAINT_SERVICE".
    but still getting same error for all service.
    Kindly advise.
    Regards
    Vivek

    Hello Vivek,
    Service builder would have also generated code for RFC Exception handling to catch exceptions raised when communication fails between your GW and BE for some reasons.
    Handling is done for 1. System Failure 2. Communication Failure & 3. Business Failure;
    Put a BP in your DPC or DP_EXT class where exception code is written to check what exactly is has caused communication failure.
    Check if that RFC is existing in that destination or not.
    For your reference  : Code would be something like this. Put BP here and check the problem.
    * Error and exception handling
    IF lv_subrc <> 0.
    * Execute the RFC exception handling process
       me->/iwbep/if_sb_dpc_comm_services~rfc_exception_handling(
         EXPORTING
           iv_subrc            = lv_subrc
           iv_exp_message_text = lv_exc_msg ).
    ENDIF.
    Go inside this method and check to get info on what has to be done to resolve issue.
    Check carefully what has gone wrong and fix it accordingly.
    No need of adding service & deleting as problem is not because of that.
    Regards,
    Ashwin

  • HT1338 when I try to print, I get this error message "Communications Failure: The computer is no longer able to communicate with your printer. " followed by intruictions to turn off the printer and check connections etc. I am using an HP Officejet 6500 70

    when I try to print, I get this error message "Communications Failure: The computer is no longer able to communicate with your printer. " followed by intruictions to turn off the printer and check connections etc. I am using an HP Officejet 6500 709e, connecter wirelessly

    I'm using a mac (OS X - snow leopord) and am printing over the network (wirelessly).
    HP Photosmart Premium Fax All in One - C410a
    I was only able to print one page and then both my printer and my computer would display an error message about the printer's inability to print.  Since then I've been able to resolve my specific problem.
    I
    1. uninstalled HP from my computer (checked to ensure that my printer was no longer visible in my printers and the HP Utility software was nowhere to be found), 
    2. grabbed the software/driver update from Aug, 2010,
    3. installed the Aug, 2010 update, and my problems seem to have been fixed.
    This is where I got my 2010 update from (obviously you should get the driver/software applicable to your OS and specific printer):
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-85379-1&cc=us&dlc=en&lc=en&...

  • LMS 3.2 Internal Error in Communication Channel

    Hello,
    I am having an issue with the DCR in which I get the error "Internal Error in Communication Channel" after trying to edit the credentials of a device.
    It started when I tried to add a device to the DCR, with all credentials, and it wouldn't show up in the DCR. I tried this 3x, but no luck. I was eventually able to do so by using the Bulk Import, and having the single device (with all the credentials) in the .csv file.
    Now that the device is in the DCR, I need to edit the User Defined Fields - but when I try to, I get the error mentioned above.
    I've seen other threads here that talk about multi-server setups, and FQDNs, but I'm not using any of that. I've also noticed that there is a bug ID for it, CSCtd07131, but it says 'release-pending'.
    Am I up the creek until an update comes out? (its not just user defined fields, btw, I'm unable to modify any credentials.)
    Thanks

    When you restart the ciscoworks processes you should always give a couple of minutes and log on when the cpu starts to come down.
    If it continues to error when you add or modify you better open a case with the tac.
    The bug you mention is only if you have multiple systems with a master and slave DCR
    Cheers,
    Michel

  • Internal Error in communication channel

    Hi Experts
    There are errors in all the  communication channels which  has the internal error status and the log says" No adapter registered for this channel".In the control data field of the communication channel ???? is appearing..Below is the detailed error log.
    com.sap.aii.af.service.administration.api.AdminException: No adapter registered for channel 1d3e3f76a3923721a9cac2edd793520a
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.notifyChannelActivationStateChanged(AdminManagerImpl.java:851)
    at com.sap.aii.af.service.administration.impl.cluster.ClusterManager.eventReceivedSync(ClusterManager.java:426)
    at com.sap.aii.af.service.event.impl.worker.sync.SyncLocalWorker.work(SyncLocalWorker.java:52)
    at com.sap.aii.af.service.event.impl.worker.sync.AbstractSyncWorker.startWork(AbstractSyncWorker.java:40)
    at com.sap.aii.af.service.event.impl.EventManagerImpl.sendEventAndWaitForAnswer(EventManagerImpl.java:484)
    at com.sap.aii.af.service.event.impl.EventManagerImpl.syncClusterEventReceived(EventManagerImpl.java:418)
    at com.sap.aii.af.service.monitor.impl.ClusterController.receiveWait(ClusterController.java:265)
    at com.sap.engine.core.cluster.MessageListenerWrapper.process(MessageListenerWrapper.java:80)
    at com.sap.engine.core.cluster.impl6.ms.MSListenerThread.run(MSListenerThread.java:53)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:144)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:242)
    Could anyone please throw light on this?

    See the same problem ans solution has been discussed here in this thread..
    No Adapter Registered for this channel
    Regards,
    Sarvesh

  • CRM Mobile Sales Application : HTTP Communication Failure ERROR

    Hi All,
    I am trying to build a CRM mobile application in the Windows mobile.
    the steps that we have followed are:
    1. Activated and generated the Standard CRM mobile software component MAS_SMARTPHONE_DMSCV
    2. Created the same Users in the CRM and DOE system
    3. Set up windows mobile simulator
    4. Created data in the CRM backend and performed initial download in the DOE.
    5. activated the distribution model rules in the Admin and monitoring portal
    6. and finally installed CRM mobile sales App in the Windows mobile,connected it to a device,and logged in to the CRM app from the simulator using the user and password created in step 2.
    A device is created on the Admin & monitorng portal as soon as we sync from the simulator but we are unable to see any data
    in the outbound queue.
    In the transaction SMQ2 we have found our device queue with an error saying *exception occured due to HTTP communication
    failure*
    Debuggin the queue we are able to find an error under the class CL_DOE_ESDMA_SOAP_HANDLER in the method
    PUSH_TO_DEVICE.
    As we are on new grounds we are not able to assess the problem. Does it have anything to do with ports.
    We are able to get see all the messages and the data while debuggin but while pushing it to the device there is a glitch.
    Please suggest with any solution to this or what might be the

    Hi Siva,
    Thank you for your reply.
    We have checked the ports that is concerning SUP it is 2000 we find it is active and open.
    We have also checked a  subscription monitoring table as suggested in a previous post [/community [original link is broken]
    threadID=1978692].
    we are getting a HTTP 110 error while debugging the queue of the device.
    While checking a monitoring we have found a log saying :
    Receive failed: client host = 10.116.158.208: com.sybase.djc.SystemException: HTTP: Post Message - HIOP Version not specified\nProbable cause: unexpected failure or abnormal shutdown of client application or client host
    Please suggest to  us what might might be the problem.
    Thanks,
    Krutheeka.

  • Transport error: Communication failure error

    I am trying to access Crystal Enterprise that is behind a firewall and am getting an Transport error: Communication failure error.  I have tried the following:
    1)  Opened the 6400 port for the CMS.
    2)  Set -requestport in the command line to a different port, that is also open, for the Output Server and the Input Server.
    Does anyone know what I am doing wrong?  I haven't been able to locate the documention on how to run behind a firewall.  I am newby on the admin side.
    I am running this on Windows 2003 server.
    Thanks in advance.

    I can tell you from Business Objects Enterprise perspective. 6400 is the port on which CMS listens. We have web server in the DMZ so we had to open another set of ports also. We opened 2000-5000 ports also between Web server and application server ( where services are installed). The reason being that CMS listens on 6400 but other services listens on randomly selected ports different from 6400. Look into the registry entry and you will find CER. Inside CER there are two Keys RequestLowerPort and RequestUpperPort. We have defined these as 2000 to lower and 5000 to upper one.
    You can set ports using -requestport and open that ports and see how it works. Opening only 6400 would not  work is my guess.

  • [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.

    Post Author: LeeCUK
    CA Forum: Authentication
    I have installed Enterprise XIR2 onto a Windows 2003 server and all services are running.I have installed the client on another windows 2003 server and I can connect to the console via the web.
    Firstly desktop intel would not work and gave me the error below, however a new entry appeared in my server dropdown with servername (.Net Portal) and after selecting this Desktop intell worked.
    When I try to run designer I dont get the extra server in the dropdown nor does it connect when tryped manually and gives me the same error I was getting for desktop intel.
    Im using enterprise authentication
    Has anyone figured this out please?
    The error im getting is below&#91;repo_proxy 13&#93; SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.(hr=#0x80042a01)

    Post Author: jsanzone
    CA Forum: Authentication
    LeeCUK:
    The &#91;repo_proxy 13&#93; error seems to be a catch-all for BO in that I've worked with this software (XI R2) for 1 1/2 years now and each time I've encountered &#91;repo_proxy 13&#93; it has been for a different reason, thus, you're going to have to apply troubleshooting checks all over the place until you find the problem. In my particular case I just resolved my &#91;repo_proxy 13&#93; error I've been working on this week, and here was my scenario.  Our server in the lab died due to a hard drive failure, so we cut our losses and installed a new & more powerful server.  When the rebuild was done I could not connect from my laptop to the repository via Designer (good old &#91;repo_proxy 13&#93; error).  After much angst, etc, etc I found out that the servers in the CMC (/businessobjects/enterprise115/admin/en/admin.cwrwere"&gt;http://<server>/businessobjects/enterprise115/admin/en/admin.cwrwere) were all down except for one (even though CCM showed all servers "up").  When I went to start the servers in the CMC I was prompted for an account, and no matter what account I tried it won't work.  So I went back to the CCM servers and stopped them all, then changed the default account it was using from LocalSystem to the administrator account, restarted all servers in CCM, went back to CMC and noted that all servers were now up as well.  Then I went back to my laptop and used Designer and was able to successfully log in.  Thus, the end of my story, however, it seems that many &#91;repo_proxy 13&#93; errors have different beginning and endings.  For instance, a year ago I had the same &#91;repo_proxy 13&#93; error and brought it to BO tech support.  They determined that I had to uninstall my client from my laptop, clean out the registry for any references to BO keys, and remove the c:\program files \Business Objects  folder, then reinstall, and sure enough it worked in that case, but not in this case when I tried it again.  By digging deeper I found out the root cause to my current problem, and voila, I'm in!
    Good luck!

Maybe you are looking for