Scenarios working although SLD connection failing

I have a   R/3 (IDOC) -> XI -> R/3(Abap server proxy), running in production mode,
the scenario is running fine, but if i do a SLDCHECK in the System, it gives following result:
1. Properties of RFC destination SAPSLDAPI: OK
2. Testing the RFC connection to the SLD java client...
RFC ping was successful
3. Calling function LCR_LIST_BUSINESS_SYSTEMS
Retrieving data from the SLD server...
Function call returned exception code     4
=> Check whether the SLD is running!
4. Summary: Connection to SLD does not work
=> Check SLD function and configurations
the issue is the point 3 and 4, becasue the function module LCR_LIST_BUSINESS_SYSTEMS is giving error, the error we found on debuging is the user used in SLDAPICUST, which is continuosly getting locked due to some reasons...
*BUT the real concern is....how are the scenarios as described in the first 2 lines, running,
Is the SLD connection failing, not hampering my scenarios ?*
pls help
Edited by: sudeep dhar on Aug 28, 2008 8:14 PM

hi,
Check for the similar thread:
Re: SLD CHECK ERROR.
Thanks,
Durga

Similar Messages

  • SLD Connection failed

    Hi all,
    I'm having problems at connecting to the SLD from the Content Administrator. The only button I can use is to check the SLD connection, but this fails. In the SLD I'm also having problem,s with starting and stopping the SLD Server: "Failed to send start signal for complete cluster, SLD may still be stopped on other cluster nodes."
    In the Logs I'm having some Errors:
    <b>#12 11/03/2006 11:48:40.392 [SAPEngine_Application_Thread[impl:3]_33] ERROR com.sap.lcr.cimsrv.ClusterNotificationListener: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
    Thrown:
    javax.jms.JMSSecurityException: You do not have permissions: action consumer and instance SLDClusterNotificationTopic.
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:231)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2533)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2109)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:141)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:68)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:106)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:343)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)</b>
    <b>#13 11/03/2006 11:48:40.392 [SAPEngine_Application_Thread[impl:3]_33] FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    Thrown:
    com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:153)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:68)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:106)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:343)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: javax.jms.JMSSecurityException: You do not have permissions: action consumer and instance SLDClusterNotificationTopic.
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:231)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2533)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2109)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:141)
    ... 18 more
    caused by:
    javax.jms.JMSSecurityException: You do not have permissions: action consumer and instance SLDClusterNotificationTopic.
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:231)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2533)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2109)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:141)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:68)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:106)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:343)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)</b>
    In the Visual Administrator I can't do the CIMClient Test with success! "Failed to generate and test CimClient object"
    I have a SLD User with LcrAdministrator rights assigned to the SAP_SLD_ADMINISTRATOR group for testing. I did all the Configuration steps from the Post_Installation guide as Prerequesites and even more.
    I'm also not able to import the CR_Content.zip file.
    I've been seacrhing for topics with the same probelms but with no success! Plz help I have no idea what to do.
    Lu

    Hi, I'm facing the same problem and I'm really stucked on it... I've checked the permissions on Visual Admin and the user J2EE_ADMIN is assigned to the SAP_J2EE_ADMIN Group; and the log is throwing the same errors. I will attach the log I'm presenting.
    I'll appreciate a lot your help,
    J2EE_ADMIN#89##psapsmp01_SSM_15704950#Guest#aec48090c35d11dbc0507a07d0013002#SAPEngine_Application_Thread[impl:3]_7##0#0#Fatal#1#/Applications/SLD#Plain###SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.#
    #1.5#7A07D0013002006200000032000680DC00042A278FA9D1CF#1172249309204#com.sap.lcr.cimsrv.CIMOMServlet#sap.com/com.sap.lcr#com.sap.lcr.cimsrv.CIMOMServlet#J2EE_ADMIN#89##psapsmp01_SSM_15704950#Guest#aec48090c35d11dbc0507a07d0013002#SAPEngine_Application_Thread[impl:3]_7##0#0#Fatal##Plain###Thrown:
    com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
         at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:153)
         at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:68)
         at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:106)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Caused by: javax.jms.JMSSecurityException: You do not have permissions: action consumer and instance SLDClusterNotificationTopic.
         at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:231)
         at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2613)
         at com.sap.jms.client.session.Session.createConsumer(Session.java:2172)
         at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
         at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:141)
         ... 19 more
    caused by:
    javax.jms.JMSSecurityException: You do not have permissions: action consumer and instance SLDClusterNotificationTopic.
         at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:231)
         at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2613)
         at com.sap.jms.client.session.Session.createConsumer(Session.java:2172)
         at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
         at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:141)
         at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:68)
         at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:106)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    #1.5#7A07D0013002006200000033000680DC00042A278FAA1D4F#1172249309224#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#sap.com/com.sap.lcr#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#J2EE_ADMIN#89##psapsmp01_SSM_15704950#Guest#aec48090c35d11dbc0507a07d0013002#SAPEngine_Application_Thread[impl:3]_7##0#0#Error##Plain###Processing HTTP request to servlet [CIMOMServlet] finished with error. The error is: javax.servlet.ServletException: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
         at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:114)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    #1.5#7A07D0013002006200000035000680DC00042A278FAA1F56#1172249309224#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#sap.com/com.sap.lcr#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#J2EE_ADMIN#89##psapsmp01_SSM_15704950#Guest#aec48090c35d11dbc0507a07d0013002#SAPEngine_Application_Thread[impl:3]_7##0#0#Error#1#/System/Server/WebRequests#Plain###Processing HTTP request to servlet [CIMOMServlet] finished with error.
    The error is: javax.servlet.ServletException: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    Exception id: [7A07D0013002006200000033000680DC00042A278FAA1D4F]#
    Thanks in advance!!
    MMM

  • SLD connection failing from PORTAL

    Hello All,
    Our env is EP 6.0 ,ORACLE 9i as DB ,OS as Linux.
    In portal under WebDynpro, the SLD test connection is failing and due to which none of the JCO connections are working  .
    The user used for the communication is SLDDSUSER , which has the roles of LcrAdministrator .
    When I tried to reset the password in VA (SLD Data Supplier) , even then it is getting failed .
    After viewing into the logs of latest default trace files , it is showing relating to unathourised issue .
    Here are  the logs of it
    ****com.sap.sldserv.comm.BridgeCommunicationHTTP com.sap.sld
    serv.comm.BridgeCommunicationHTTP Administrator SAPEngine_Application_Thread[impl:System/Server/SLDServiceError while sending HTTP data. Status: 401. Message: Unauthorized. Please*
    check if the target SLD system is available and the SLD bridge is started there.com.sap.engine.services.httpserver com.sap.engine.servic
    es.httpserver Guest SAPEngine_Application_Thread[impl:3]System/Server
    PlainUser Guest, IP address
    HTTP request processing failed. HTTP error [401] will be returned. The error is [Cannot authenticate the user.No details available.
    Checked few things and they are working fine.
    I have checked the connectivity of SLD externally (<server-name>:<j2ee-port>/sld) ,and it is working fine.
    Checked the user SLDDSUSER , and it is not locked and it has the roles of LcrAdministrator .
    Can any one suggest me to fix this issue ..
    Best Regards
    Rakesh

    Hi,
    Check your CIM client settings in the visual admin, check whether the connection test work fine or not.
    After resetting the password for SLDDSUSER you can try logging using the url http://fqdn:5xx00/useradmin. Then maintain the password and check the connection now.
    Regards,
    Vamshi.

  • Remote connection works but local connection fails.

    Hi
    I know this might not be the correct forum, but many DBAs might have encountered this problem.
    I have a machine installed on it Oracle 9.2.0.1.0 Win 2000
    and i have forms 6i installed on it with patchset 16.
    In my tnsnames i have 2 different connections 'DEV' and 'PROD'. DEV is the local db and PROD is the remote db.
    Whenever i connect to the remote db everything's working perfectly, but whenever i try to connect to the local db fors or sqlplus or any other tool is generating an error and being closed. I uninstalled and re-installed 4 times maybe, i even formatted my machine and re-installed everything fresh but the problem persists.
    Anyone encountered anything like this??
    Any suggestion is apreciated, help needed urgent!
    Thanks in advance.
    Tony S. Garabedian

    Hi again
    i tried everything but no changes, so i re-installed forms6 i noticed during installation the followin error message.
    C:docum. & settings\all users\start menu\programs\Oracle Developer 60 - <ORACLE_HOME> is not accessible.
    The folder was moved or removed.
    after that when i tried to run anything, form builder sqlplus80 etc... all i got was this.
    <program_name> The ordinal 8030 could not be located in the dynamic link library UIW60.dll.
    Please i need urgent help
    Regards
    Tony
    PS: THANKS GOD FOR 9iDS :)

  • Browsers not working although ethernet connection is good

    I have one computer in a lab of 24 that suddenly won't access websites with Safari, Firefox or Chrome. The connection is fine - I can connect via other servers, computers, Remote Desktop, etc. I am able to connect with the Admin login only. The other 5 logins are class logins and none of them work. THis occurs with either ethernet or airport selected. I've checked network settings including proxies and they are the same as all other computers that do work. I also checked Parental Controls whcih is no different from the other lab computers. Any ideas on what's happening? Thanks!

    It's an iMac G5 running 10.5.8.

  • N8 Connection failed / Connection unavailable for ...

    My N8 C: was always running out of memory so I thought of doing a Hard Reset.
    I backed up data, Hard Reset(wipes off all memory), Restored.
    Now I am able to find my WiFi hotspot but not able to connect, it says Connection failed / Connection unavailable.
    WiFi hotspot is created using Nokia E72 JoikuSpot which worked smoothly prior to Hard Reset but not now. My other devices are still able to connect to the hotspot so everything is fine at Joiku in E72.
    I have tried Soft Reset, Hard Reset of my N8 and even deleting the HotSpot from saved connection & then re-saving it.
    Pls advise.
    Using Nokia Lumia 1320.
    Also have Nokia E72 & Nokia N8.

    Replying for an update because i had this problem, fixed, but have it again:
    Well I did about a month ago i had the same problem with the mobile data saying connection failed. I did the soft restand then hard reset, but then still had the issue. I deleted all the access points and then took out the sim card. Put the sim card back in and then had to manually setup my access point.
    That worked, not sure if it was one specific thing or the whole combination.
    but now the same problem is back, the mobile data not working and saying connection failed/connection unavailable. Cannot get it fixed no matter what i try so far (tried resets, manually inputting apn settings again, etc)
    my wifi works by the way.
    Did you find a fix or does anyone have any suggestions?

  • Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    ... when i click go - connect to server, it comes up with connection failed.
    If you're trying to connect to a Bonjour server on the remote network, that won't work over a layer 3 VPN. Use something like Hamachi or one of the SSH-tunnelling Bonjour proxy apps for that.

  • Why do I get connection failed when logging in on app store on wireless, but Wired LAN works fine?

    I've been having the same issue as many other people. On OSX Lion with latest updates as of 3/20/2012. Tried deleting .plist files, checking keychain access and even reset keychain. I still get the error of Connection Failed when trying to download updates or a new app from the app store.
    I also can't connect to the iTunes "Account" area. It produces an error that the request failed (-1200)
    I finally decided to try a wired connection instead of my wireless. Now it works great! So I removed my wireless network and re-added it. Back to square one. Work around for now is fine, but I should be able to use this over wireless, too!
    I just now tested connecting to a different wireless network (EVO Hotspot) and it worked fine. So it's something specific to my office wireless network. Nothing changed on our firewall (I'm the administrator). It just stopped working.
    Anthony

    Hi ...
    Perhaps there's something that you haven't tried here >  Troubleshooting Wi-Fi issues in OS X Lion

  • Facetime not working for 10.7.5. , it keeps saying connection failed when trying to make a facetime call . please help

    Ever since the middle of April my facetime stoped working for some apparent reason. When i try to make a call it say connecting then connection failed, and when someone calls me , it'll say connecting and then connection failed . Ive tried rebooting the computer and everything. I have Mac OS X 10.7.5 and my facetime is the 1.1.1 version . can someone pease help me. thank you

    Apple issued a knowledge base article April 16, 2014: http://support.apple.com/kb/TS5419 noting the requirements for software update to be compatible with FaceTime.

  • My app store doesn't work at all....safari doesn't work properly....it shows something like super fish....if i try to login to app store it shows connection failed. i wanted to re install osx or install yosemite beta

    my app store doesn't work at all....safari doesn't work properly....it shows something like super fish....if i try to login to app store it shows connection failed. i wanted to re install osx or install yosemite beta

    HI ..
    The only way to reinstall OS X on a Mac already running v10.9 is to use OS X Recovery.
    Starrtup your Mac while holding down the Command + R keys.
    From there you should be able to access the built in utilities to repair the startup disk and reinstall OS X.
    Please read >  OS X Recovery

  • Every app on my ipod (2nd gen) which requires wifi connection doesn't work although the wifi mark is on. i did try restarting my ipod, resetting network setting, disconnect from wifi and reconnected it but non of them worked.

    every app on my ipod (2nd gen) which requires wifi connection doesn't work although the wifi mark is on. i did try restarting my ipod, resetting network setting, disconnect from wifi and reconnected it but non of them worked.

    This may sound silly but try your date a time setting my ipod had the same problem and i had even checked the the date and time went all the way to the apple store for help and the genius guy just rest the date and time and it worked just fine.

  • Disp+work.EXE "stopped" - DB-Connect Failed 008192

    When I try to bring up my SAP system, I get in the process list: disp+work.EXE "stopped", and in the Syslog,  Initialization  DB-Connect Failed Return Code 008192
    dev_w0 contains:
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Thu Nov 20 22:18:00 2008
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4537]
    M sysno      00
    M sid        DS1
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    144
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        4000
    M
    M  kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4000) [dpxxdisp.c   1305]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Thu Nov 20 22:18:01 2008
    M  DpShMCreate: sizeof(wp_adm)          25168     (1480)
    M  DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000010E70050, size: 6348592)
    M  DpShMCreate: allocated sys_adm at 0000000010E70050
    M  DpShMCreate: allocated wp_adm at 0000000010E72150
    M  DpShMCreate: allocated tm_adm_list at 0000000010E783A0
    M  DpShMCreate: allocated tm_adm at 0000000010E78400
    M  DpShMCreate: allocated wp_ca_adm at 00000000113DC2A0
    M  DpShMCreate: allocated appc_ca_adm at 00000000113E2060
    M  DpShMCreate: allocated comm_adm at 00000000113E3FA0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000001146AC30
    M  DpShMCreate: allocated gw_adm at 000000001146ACB0
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000001146ACE0
    M  DpShMCreate: allocated wall_adm at 000000001146ACF0
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host SecureBI

    M Thu Nov 20 22:18:02 2008
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4537]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c   1440]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10468]

    M  Info for wp 0

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server SecureBI_DS1_00 on host SecureBI (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Thu Nov 20 22:18:02 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10688
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 4000) [dpnttool.c   327]
    dev_ms contains
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 4040] Thu Nov 20 22:17:55 2008
    [Thr 4040] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    137
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2304
    [Thr 4040] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2304) [msxxserv.c   1832]
    [Thr 4040] load acl file = D:\usr\sap\DS1\SYS\global\ms_acl_info.DAT
    [Thr 4040] MsGetOwnIpAddr: my host addresses are :
    [Thr 4040]   1 : [7.12.27.65] SecureBI (HOSTNAME)
    [Thr 4040]   2 : [127.0.0.1] SecureBI (LOCALHOST)
    [Thr 4040]   3 : [192.168.0.195] SecureBI.hsd1.ca.comcast.net. (NILIST)
    [Thr 4040] MsHttpInit: full qualified hostname = SecureBI
    [Thr 4040] HTTP logging is switch off
    [Thr 4040] set HTTP state to LISTEN
    [Thr 4040] ms/icf_info_server : deleted
    [Thr 4040] *** I listen to port sapmsDS1 (3600) ***
    [Thr 4040] *** I listen to internal port 3900 (3900) ***
    [Thr 4040] *** HTTP port 8100 state LISTEN ***
    [Thr 4040] CUSTOMER KEY: >B1755972297<
    [Thr 4040] Thu Nov 20 22:19:07 2008
    [Thr 4040] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from SecureBI_DS1_00 [msxxserv.c   4684]
    [Thr 5108] Thu Nov 20 22:25:58 2008
    [Thr 5108] MsSSoftShutdown: received SIGQUIT (3), start softshutdown phase
    [Thr 5108] set HTTP state to CLOSED
    [Thr 5108] MsHttpPortRemoveIdx: removed ms/server_port_0=PROT=HTTP,PORT=8100,TIMEOUT=20,PROCTIMEOUT=60 (1)
    [Thr 5108] *** HTTP port 8100 state CLOSED ***
    [Thr 5108] MsSCheckShutdown: no more clients connected
    [Thr 5108] ***LOG Q02=> MsSHalt, MSStop (Msg Server 2304) [msxxserv.c   5949]
    The db instance seems to be ok.  The only error I can find there is "ERR 18431 MESSAGES Cannot write to event log rc=5".
    It was all working fine a couple of days ago, and as far as I can tell I've not changed anything.
    matt

    Hi Matt,
    there is another error  message in dev_w0:
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4537]
    Basically this means that you've forgotten to set the DBMS_TYPE environment variable in the SAPService<SID> environment.
    Set it to DBMS_TYPE=ADA and the problem should be gone.
    regards,
    Lars

  • SLD Check Failed (LCR_LIST_BUSINESS_SYSTEMS function doesn't work)

    Hi all,
    I have done SLDCHECK but then got this result below :
    Already verify all the user working fine, please advise me.
    Thank you and Regards
    Fernand
    Properties of RFC destination SAPSLDAPI
      RFC host:
    %%RFCSERVER%%
      program id:      NWA_PROGRAM
      gateway host:
    demokl
      gateway service: sapgw01
    Testing the RFC connection to the SLD java client...
    RFC ping was successful
    SLD server access settings:
      host name:   demokl
      port number: 50100
      user       : SLDDSUSER
    Use transaction SLDAPICUST if you wish to maintain the SLD server access data
    Launching the SLD GUI in a separate browser window...
    => Verify in the browser GUI that the SLD is in a healthy running state!
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call returned exception code     4
    => Check whether the SLD is running!
    Summary: Connection to SLD does not work
    => Check SLD function and configurations

    hi
    check sldapicust - tX
    it has to be PIAPPLUSER there
    change it to PIAPPLUSER and it will work
    regards
    krishna
    Message was edited by:
            Krishnamoorthy Ramakrishnan

  • Seeing Connection Failed message, but everything works, I think....

    I have several apple computers - iMac-27, iMac-20, MacMini, and a MacBook Pro.
    I am able to "see" all my "remote" machines in Finder under the "SHARED" section - all part of my Back To My Mac grouping.
    When I select one of them with the intention of Share Screen, the "Connection Failed..." message appears, and I select "Share Screen..." and everything seems to be working fine.
    Am I missing something here?
    Jim P

    Hi, Web dude -
    Stop (or quit) Classic. Then look in the Servers folder in OS 9's System Folder. Clear out any aliases you find in there.
    Small possibility, but one of these may also be at play:
    - Look in the Apple Menu Items folder in OS 9's System Folder; locate and open the Recent Servers folder, if present. Clean that folder out.
    - Look in the Startup Items folder in OS 9's System Folder; remove the alias for anything not present on the hard drive.
    Then restart Classic to test.

  • Hello I recently downloaded an app on my iphone 4s - Remote mouse- so i can control my laptop that is connected to my tv, it used to work fine and now the connection fails, I downloaded another app and the same problem occurs, its not the firewall

    Hello I recently downloaded an app on my iphone 4s - Remote mouse- so i can control my laptop that is connected to my tv, it used to work fine and now the connection fails, I downloaded another app and the same problem occurs, its not the firewall and both phone and laptop are conected to the same wifi, i also tried to connect it manually with the ip address and still no connection, can you help??

    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Then reset: hold down the home button along with the sleep/wake button until you see the apple, then let go.(No data loss) Try it again.

Maybe you are looking for

  • Have movies show up in iTunes that I store elsewhere

    I have a buttload of movies and videos that I have converted to the iTunes/Ipod format. I am very quickly running out of hard drive space (1 TB hard drive) Is there anyway I can burn these movies to a DVD and still have them show up in iTunes so I ca

  • Process Management Task flow fail

    Hello I am tring to set a task flow to iniciate all the month of the year, but what ever I put in url. the task fails What are the parameters that work, what value Action start and then review 1 I hope that some body could help sofia

  • Unequal instalments in payment terms

    Instalments are cofigured in percentage in OBB9. For example, 6 instalments on £3600 resulted in 5 payments at £600.01 and 1 at £599.95. The more instalments in the payment term, the more unpredictable the amounts generated on the vendor account due

  • How to create user defined metrics for SQL Server target?

    The customer is not able to create a user defined metrics for SQL Server target. This is very important for him to use this product. He is asking how to create user defined metrics? I sent him Note 304952.1 How to Create a User-Defined SQL Metric in

  • Recovering Permissions on /usr/lib - pkgchk or perl script?

    We have a SUN 280R running solaris 8 which accidently had a 'chmod-R 644 /usr/lib' run on it. The result was that on reboot, the system could not 'execute' or 'find' specific libraries such as ld.so.1 and some files associated with the veritas volume