Communicator connection issues, sample OCMS-SIP application required

Hi,
I have installed OCMS 10.1.3.3 in my machine as Standalone Developer mode. I am able to connect using Oracle Communicator from the local machine. But if I try Oracle communicator from other machines, it's failing to connect. Communicator (Local Install) connects and disconnects automatically (frequently - within 10seconds). Pl see the log messages attached at the end.
Also can anybody please provide me source code of any sample OCMS - SIP application.
Thanks in Advance.
2007-10-19 14:51:19,674+0530 346408 WARN [SubscribeServlet] (HTTPThreadGroup-9:) Terminating Subscriber Id: [email protected] Resource Id: [email protected] Dialog: call-id: c80126ad-e0f5-4004-9903-18118e8ab47e local-tag: null remote-tag: 7b397ca0-739a-4cbd-a142-2483cf5d81e3 because the response was failure 481
2007-10-19 14:51:59,752+0530 386486 WARN [SubscribeServlet] (HTTPThreadGroup-12:) Terminating Subscriber Id: [email protected] Resource Id: [email protected] Dialog: call-id: 9914c1ee-979a-4650-9246-28d962adae8c local-tag: null remote-tag: 412d616e-a4fe-4e72-856a-402d324ef32a because the response was failure 481
2007-10-19 14:52:19,731+0530 406465 WARN [SubscribeServlet] (HTTPThreadGroup-6:) Terminating Subscriber Id: [email protected] Resource Id: [email protected] Dialog: call-id: 160693c2-1cff-4d40-8a30-9af55a9da7bc local-tag: null remote-tag: e84b62a1-8dc3-43c5-84a7-0d87fd2bf619 because the response was failure 481

Hi
Start the OCMS installer and install SCE for Eclipse.
Then you will get access to some sample code.
Cheers
Lucas

Similar Messages

  • Need suggestion for a database connection issue in an EJB Application

    Hi Friends,
    I am facing some serious problem in my EJB application. Some times, my application is waiting for unknown reason while it connects to database as executing a stored procedure to get and assign a unique number to a transaction.
    This stored procedure is used to get a unique number from database and update the database with the new unique number which is incremented by previous number.
    During this waiting time, if any other transaction hits my application, then my application assigning same unique number to these 2 transactions.
    But It is not happening always. It is happening very less number of times. What should I take care of the code to not happen this? Can I implement any synchronization kind of thing here?
    If I implement synchronization kind of thing, If the first transaction gets the lock and waits for some time, then I think it will effect for subsequent transactions. Could You please suggest me on this issue?
    Thanks in Advance to All.

    Here is my datasources.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
    <beans>     
         <bean id="myDataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
              <property name="jndiName" value="jdbc/myDS"/>
              <property name="resourceRef" value="false"/>
         </bean>
    </beans>

  • Sample JSP&Servlet application required?

    hey all
    iam new to jsp&servlets
    i did read some tutorials about the basics
    and i want any link to a tutorial or a project that uses both jsp&servlets
    any help?

    At the risk of sounding really dumb the examples are just too complex. There does not appear to be anywhere on the web where I can find a simple JSP/servlet/bean example of the type I described. There is enouigh material describing each individual component, but what I need is an example to cement the ideas, but the ones suggested are too much for a newbie. Even the much vaunted Pet Store thingy causes my eyes to glaze over.
    I dont expect anyone to have written something with my exact requirements, but surely to goodness there must be something that:
    1. On entry presents a search form on a table (e.g. EMP)
    2. On submission list all rows in EMp matchiung the criteria.
    3. The user can either click the link 'Edit' which opens up a form dispalying the row allowing the user to edit and save the changes, or click the 'New' button to show a blank form to create a new EMP.
    All this via a Controller servlet, with the database logic handled by a java bean, and all the presentation done via JSP.
    To me this is the most obvious and instructive example of this technology, but after days of trawling the web, and looking through a number of books, I cannot find such a thing.
    CGI with Perl DBI/DBD was a breeze to work with compared to this stuff ..... maybe ASP with SQL/Server would be a more fruitful use of time.

  • OCMS & Communicator connection in Standalone mode

    I have problems in connecting OCMS to Communicator. Here is what I did:
    1. Installed OCMS in standalone mode, with SIP container, Presence Server and Presence Webservices ONLY (I am only interested in presence server)
    2. Installed Communicator
    3. Started OCMS, it comes up successfully
    4. Started Communicator
    Everything is on my local PC. But when I start Communicator, it just sits there, with the message "Trying to connect to <my domain>"
    Can someone please help ?
    Thanks
    -G

    If your OCMS instance is on the same machine as your Communicator, you may be experiencing known loopback problems. To fix the issue, first
    1. Close all your Communicator clients.
    2. go to your Communicator account settings, typically in C:\Documents and Settings\<windows-user>\Application Data\Oracle Communicator\Accounts\<communicator-user>.xml
    3. Set <NetDetectionEnabled>0</NetDetectionEnabled>
    4. Save the file and restart Communicator.
    Hope this helps,
    Adam

  • JCA Binding Component connection issue in the Oracle Order Demo Application

    Hi,
    I setup the Oracle Fusion Middleware. I also deployed the Oracle Fusion Order Demo Application in the soa_server. I placed the order in the store front web.I initiated the webservice (OrderBookingService) and found the below error in the soa_server_diagnostic log file.
    =====================================================================================================================================
    Caused by: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Write' failed due to: JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    OrderBookingComposite:USPSShipment [ Write_ptt::Write(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510
    JCA Resource Adapter location error.
    Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/>
    The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/file/FODFileAdapter'.
    The reason for this is most likely that either
    1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or
    2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/file/FODFileAdapter. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR).
    Please correct this and then restart the Application Server
    The invoked JCA adapter raised a resource exception.
    =====================================================================================================================================

    Thanks Guys.
    I resolved the issue.
    The issue is that FileAdapter for FulFillment mediator is missing.
    Solution 1:
    File adapter connection factory needs to be created via the weblogic console
    The details below:     
         JNDI Name: eis/file/FODFileAdapter
         controlDir          java.lang.String     /tmp/control
         inboundDataSource     java.lang.String     jdbc/SOADataSource
         outboundDataSource     java.lang.String     jdbc/SOADataSource
         outboundDataSourceLocal     java.lang.String     jdbc/SOALocalTxDataSource
         outboundLockTypeForWritejava.lang.String     oracle
    Solution 2:
    seedFodFileAdapterResources target in $FOD_HOME/bin/common-sca-tools.xml needs to be executed to create the file adaptor.
    Thanks.
    Ilayaraja

  • Application server connection issue with jdev

    Hi,
    we have a fusion application instance, deployed in amazon cloud. I am able to connect to this instance/console using the browser.
    I am able to login to weblogic - console, so credentials and everything is correct, now when I am giving same information in jdeveloper and trying connecting using jdev.
    its failing 7 out or 9 tests which jdev do for connectivity. We have checked the proxy settings, but its not an issue, no proxy settings there.
    Now we have almost check all forms and connection issues, but no help yet. Looking for immediate support.
    Thanks in advance for any support.
    -Vipin

    Hi Oliver,
      Thanks for the quick response, this is ouput
    Testing JSR-160 Runtime           
    ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime     
    ... skipped.
    Testing JSR-88                    
    ... skipped.
    Testing JSR-88-LOCAL              
    ... skipped.
    Testing JNDI                      
    ... skipped.
    Testing JSR-160 Edit              
    ... skipped.
    Testing HTTP                      
    ... success.
    Testing Server MBeans Model       
    ... skipped.
    Testing HTTP Authentication       
    ... success.
    2 of 9 tests successful.
    Thanks
    Vipin Kumar

  • When trying to use my banking apps I get the error "Network Required  This application requires an active Internet Connection.  Please try again"

    When trying to use my banking apps I get the error "Network Required  This application requires an active Internet Connection.  Please try again".  This happens with two different apps from two different banks.  One of them works occasionally and have not figured out why.  I have cell signal and I am on a strong WiFi network.  Same thing happens when I turn off the WiFi too.    I have tried uninstalling and re-installing the app with no improvement.   I can't seem to find any setting that would cause this.   Does anyone have any suggestions?  

    I can access the internet just fine in the browser and i can use any other app i have.
    Sent from my Verizon Wireless 4G LTE DROID

  • Anyone having Bluetooth syncing issues w VW Tiquan11... and iPhone4? Essentially the pairing craps out every other time when you connect to the cars bluetooth. Requires rebooting iPhone, power off/on and then connects..

    Anyone having Bluetooth syncing issues w VW Tiquan11... and iPhone4? Essentially the pairing craps out every other time when you connect to the cars bluetooth. Requires rebooting iPhone, power off/on and then connects..

    Many people are finding their Iphone 4S drops connection with their VW (Passat etc) integrated bluetooth hands free system after working fine for 5, 10, 20 minutes. The only way to reconnect is to switch the car off or turn the Iphone bluetooth off & back on.
    This is a dangerous fault and it appears that both Apple & VW have no solution (or are ignoring as they have already sold you a phone & a car).
    iPhone 4S, iOS 5.1.1, VW bluetooth

  • Troubleshooting for RPC over https (Outlook Anywhere) connection issue

    RPC over https (ROH), well known as Outlook Anywhere, is more frequently used. Even in Exchange 2013, Outlook no longer connects CAS server via MAPI.
    In this thread, we will discuss about the troubleshoot checklist about the RPC over https (Outlook Anywhere) connection issue. In order to make it more logical, I’d like to divide the whole troubleshooting to the following processes:
    1. Client side to CAS side
    2. CAS side to MBX side
    [Issues between Client side to CAS side]
    In Exchange 2013, Outlook Anywhere is enabled by default. Different from this, Outlook Anywhere in Exchange 2007 and 2010 need to be manually enabled. Thus, please firstly check if the RPC over HTTP component has been installed:
    Click Start, and then click Control Panel.
    Double-click Programs and Features.
    In the left pane of Server Manager, click Features.
    In the right pane, click Add Features.
    Check if the RPC over HTTP component has been selected.
    If the ROH connectivity issue only happens on certain users, the property MAPIBlockOutlookRpcHTTP can be checked: 
    Get-CASMailbox  name | fl MAPIBlockOutlookRpcHttp
    2. Confirm if Exchange server is blocked. Ping the Exchange server FQDN on client machine and confirm if it can return the proper IP address.
    3. Check if the RPC Proxy server is responding correctly:
     rpcping -t ncacn_http -s ExchServer -o RpcProxy=RPCProxyServer -P "user,domain,*" -I "user,domain,*" -H 2 -u 10 -a connect -F 3 -v 3 -E -R none
    If 200 code returns, the test is successful.
    4. Check if Outlook Anywhere host names are added in the certificate:
    To get host names, the following command can be used: get-outlookanywhere |fl *hostname
    5. To use the Shell to test Outlook Anywhere connectivity, use the
    Test-OutlookConnectivity cmdlet.
    [Issues between CAS side to Mailbox side][RZ1] 
    A. Check if it can connect to store’s port:
    RpcPing –t ncacn_http –s ExchangeMBXServer -o RpcProxy=RpcProxyServer -P "user,domain,password" -I "user,domain,password" -H 1 –F 3 –a connect –u 10 –v 3 –e 6001
    If it returns as following: Completed 1 calls in 60 ms  16 T/S or 60.000 ms/T, it means the RPC Ping Utility test succeeds.
    B. Check if it can Connect to DsProxy Service:
    RpcPing –t ncacn_http –s ExchangeMBXServer -o RpcProxy=RpcProxyServer -P "user,domain,password" -I "user,domain,password" -H 2 –F 2 –a connect –u 10 –v 3 –e 6004
    If it returns as following: Completed 1 calls in 60 ms  16 T/S or 60.000 ms/T, it means the RPC Ping Utility test succeeds.
    C. Check the following registries:
    [Disable the auto update]
    1).Open Regedit and navigate to:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeServiceHost\RpcHttpConfigurator\RpcHttpConfigurator
    2).Set the PeriodicPollingMinutes value to 0.
    [Check the RpcProxy ValidPorts]
    1).On the RPC proxy server, start Registry Editor (Regedit).
    2). In the console tree, locate the following registry key:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc\RpcProxy
    3). In the details pane, right-click the ValidPorts subkey, and then click Modify.
    4). In Edit String, in the Value data box, type the following information:
    ExchangeServer :6001-6002; ExchangeServerFQDN :6001-6002; ExchangeServer :6004; ExchangeServerFQDN :6004
    Note:
    ExchangeServer is the NetBIOS name of your Exchange server. ExchangeServerFQDN is the fully qualified domain name (FQDN) of your Exchange server. If the FQDN that is used to access the server from the Internet differs from the internal FQDN, you must use
    the internal FQDN.
    [Check the 6004 port settings in registry]
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters
    Value name: HTTP Port
    Value type: REG_DWORD
    Value data: 0x1772 (Decimal 6002)
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters
    Value name: Rpc/HTTP NSPI Port
    Value type: REG_DWORD   
    Value data: 0x1774 (Decimal 6004)
    D. Check if the RPC ports are used by other applications instead of Exchange by using : netstat –o
     Then it will return all active TCP connections and the process ID (PID) for each connection.
     After that, please check the application based on the PID on the Processes tab in Windows Task Manager and confirm if it’s Exchange server.
    Additionally, ExRCA is a perfect tool to test the whole connection between client side and Mailbox side:
    https://testconnectivity.microsoft.com/
    1. On the ExRCA website, under Microsoft Office Outlook Connectivity Tests, select Outlook connectivity, and then select Next at the bottom of the page.
    2. Enter the required information on the next screen, including email address, domain and user name, and password.
    3. Choose whether to use Autodiscover to detect server settings or to manually specify server settings.
    4. Accept the disclaimer, enter the verification code, and then select Verify.
    5. Select Perform Test.
    <Resource for reference>
    How does Outlook Anywhere work (and not work):
    http://blogs.technet.com/b/exchange/archive/2008/06/20/3405633.aspx
    How to use the RPC Ping utility to troubleshoot connectivity issues with the Exchange over the Internet feature in Outlook 2007 and in Outlook 2003:
    http://support.microsoft.com/kb/831051
    Test Outlook Anywhere Connectivity:
    http://technet.microsoft.com/en-us/library/ee633453(v=exchg.150).aspx
     [RZ1]It’s part, please re-layout
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    I've just restored the M11 to Windows XP with the disks provided and Outlook Anywhere connected without issue. As strange as it sounds, this looks to be isolated to this particular model of laptop and Windows 7.
    I've used the same Enterprise copy of Windows 7 and Office on a variety of laptops and pc's and none have come across this problem. The only commonality I can see is the hardware and OS.
    Aftery trying to troubleshoot this unsuccessfully with Microsoft tech support for a few hours, they eluded to the fact that this +could+ be a hardware related problem. (driver, adapter properties, etc)

  • Lync mobile device connection issue

    Hello everybody,
    I'm implementing Lync Mobility and remote access in our organization. Remote access is workig fine. But mobile devices cannot connecting to Lync Server 2010. My topology is : 
    Reverse Proxy Server(IIS7 works fine) <--> Front End Server <--> Back End Server
    pool : pool1.lynctest.local
    internal web srvc : lyncinternalweb.lynctest.local
    external web srvc : lyncweb.lynctest.domain.com
    All internal and external DNS records created. Deployed internal CA and external internal web service certificates issued from internal CA. Also installed all root certificates on mobile devices and other remote machines. Below is log from android device.
    20 Mar 2014 10:53:27 INFO APPLICATION:SignIn. signInAsUserState=0, actualSessionState=0
    20 Mar 2014 10:53:27 INFO APPLICATION:Sending AutoDiscovery request (in sign-in sequence)
    20 Mar 2014 10:53:27 INFO TRANSPORT:setUsernamePasswordCredential changing credential: 
    20 Mar 2014 10:53:27 INFO TRANSPORT:Credential information: credType (1) signInName ([email protected]) domain () username ([email protected]) password.empty() (0) compatibleServiceIds(1)
    20 Mar 2014 10:53:27 INFO APPLICATION:Serialized sipuri= intUcwa= extUcwa= intADRoot= extADRoot= location=1 networkType=1
    20 Mar 2014 10:53:27 INFO APPLICATION:Storing 2 out-of-sync components took 49ms
    20 Mar 2014 10:53:27 INFO APPLICATION:Timer cancelled. OnResume = 0
    20 Mar 2014 10:53:27 INFO APPLICATION:Discover UCWA urls from https://lyncdiscover.lynctest.golomtbank.com & https://lyncdiscover.lynctest.golomtbank.com for sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:Extracted lynctest.golomtbank.com from sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:Starting Auto Discovery with urls https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected] and https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO TRANSPORT:getSpecificCredential returning the following credential for credType (1) serviceId (4)
    20 Mar 2014 10:53:27 INFO TRANSPORT:Credential information: credType (1) signInName () domain () username () password.empty() (1) compatibleServiceIds(0)
    20 Mar 2014 10:53:27 INFO TRANSPORT:Added Request(UcwaAutoDiscoveryRequest) to Request Processor queue
    20 Mar 2014 10:53:27 INFO APPLICATION:Submitting new req. <unknown>
    20 Mar 2014 10:53:27 INFO TRANSPORT:Sent Request(UcwaAutoDiscoveryRequest) to Request Processor
    20 Mar 2014 10:53:27 INFO APPLICATION:Submitting Unauthenticated AutoDiscovery request to https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:CLogonSession::setNewActualState() state=1
    20 Mar 2014 10:53:27 INFO UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedOut  DataAvailable = false
    20 Mar 2014 10:53:27 INFO TRANSPORT:<SentRequest>
    20 Mar 2014 10:53:27 INFO TRANSPORT:To:https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO TRANSPORT:HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    20 Mar 2014 10:53:27 INFO TRANSPORT:
    20 Mar 2014 10:53:27 INFO TRANSPORT:</SentRequest>
    20 Mar 2014 10:53:27 INFO TRANSPORT:Sending request(UcwaAutoDiscoveryRequest) to server type = 0
    20 Mar 2014 10:53:27 VERBOSE HttpConnection: post request: https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 VERBOSE HttpConnection: send request: https://lyncdiscover.lynctest.golomtbank.com?sipuri=sip:[email protected]
    20 Mar 2014 10:53:27 INFO APPLICATION:LogonSession::signIn() succeeded
    20 Mar 2014 10:53:27 INFO UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedIn  DataAvailable = false
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:53:27 VERBOSE ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:33 INFO APPLICATION:Called signOut() in state 1
    20 Mar 2014 10:55:33 INFO APPLICATION:Cancelling all requests
    20 Mar 2014 10:55:33 INFO APPLICATION:Serialized sipuri=sip:[email protected] intUcwa= extUcwa= intADRoot= extADRoot= location=1 networkType=1
    20 Mar 2014 10:55:33 INFO APPLICATION:Storing 2 out-of-sync components took 31ms
    20 Mar 2014 10:55:33 INFO APPLICATION:Timer cancelled. OnResume = 0
    20 Mar 2014 10:55:33 INFO APPLICATION:CLogonSession canceling all requests
    20 Mar 2014 10:55:33 INFO APPLICATION:CLogonSession::setNewActualState() state=0
    20 Mar 2014 10:55:33 INFO UcClientStateManager: New UI State: ActualState = IsSignedOut DesiredState = BeSignedOut  DataAvailable = false
    20 Mar 2014 10:55:34 INFO APPLICATION:Timer cancelled. OnResume = 0
    20 Mar 2014 10:55:34 INFO APPLICATION:Storing 1 out-of-sync Object Models took 22ms
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:55:34 VERBOSE ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.options.SigningInActivity
    20 Mar 2014 10:55:41 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    20 Mar 2014 10:55:41 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    20 Mar 2014 10:55:41 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsActivity
    20 Mar 2014 10:55:42 INFO APPLICATION:CMcxDataSynchronizer now in mode 1
    20 Mar 2014 10:55:42 INFO APPLICATION:Mode 1 scheduled to timeout in 30.000000s
    20 Mar 2014 10:55:42 INFO APPLICATION:No SendUpdate schedule action. timerStarted=0, timerNeedsToRun=0, channelState=0, timerAction=0
    20 Mar 2014 10:55:42 VERBOSE ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.options.AboutActivity
    20 Mar 2014 10:55:42 VERBOSE ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.options.AboutActivity
    20 Mar 2014 10:55:43 VERBOSE ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.options.CredentialsOptionsActivity
    Also I tested web services by web browser and they seem fine. I cannot find what's wrong with this. Please help me dears.
    Thank you

    The ports will be visible in the Netstat result after a connection has been setup by a mobile device.
    For details, you can check http://www.lync-blog.nl/?p=671&lang=en
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Please follow the follow blog to troubleshoot external Lync Mobility connectivity issue step by step:
    http://blogs.technet.com/b/nexthop/archive/2012/02/21/troubleshooting-external-lync-mobility-connectivity-issues-step-by-step.aspx
    Lisa Zheng
    TechNet Community Support

  • My MacBook Air has recently started having substantial WiFi connectivity issues. How do I fix this?

    For the last couple weeks my MacBook Air has started having some mighty substantial connectivity issues.
    When I wake it from sleep, or if I'm using it for an extended period (say, more than 5-10 minutes), the connection will become extremely unreliable. This primarily happens with browsers, or the Twitter application. For example, if I start a call on Skype the call will continue to function just fine, but I won't be able to connect to any websites through any browser. I've tried Safari, Chrome, and Firefox while the connectivity problems are occuring. When they do occur, a full shut down and cold boot are required to make it work again for a short while.
    Does anyone know what might be causing this? I've done numerous checks for malware using Clam Xav and Sophos Anti-Virus. (I didn't suspect that this would be the issue, but it was still something that I decided to rule out.) Additionally, I've tried connecting using both the 2.4GHz and 5GHz bands on my wireless router. Neither seems to be more successful than the other. (Note: The 5GHz works perfectly and without interruption on my iPad and desktop PC. The 2.4GHz works perfectly with my iPhone 4S and Xbox 360. I feel that with that in mind, I can safely rule out the router as the root of the problem. Both of these examples go on for very extended periods of time. I game regularly using both my PC and Xbox 360.)

    Hi Jollified,
    Does your sound work when you try to use head/earphones? If so, try the following:
    Plug your Headphones into your Mac.
    Play a sound through them (a song for example), then stop the sound.
    Make sure 'Preferences' is isn't open. If it is, Quit.
    Launch System Preferences > Sounds.
    While the Sounds tab is open and set to 'Headphones', pull out the Headphones from the jack.
    You should see your Mac reset to 'Internal Speakers'
    Also, I see you have tried resetting the PRAM, have you tried resetting the System Management Controller (SMC)? Resetting the System Management Controller (SMC) on your Mac - Apple Support
    As for your MacBook not sleeping when you close the lid, there are many reasons this can occur.
    First of all, check out Apples article on the issue: OS X Yosemite: If your Mac won’t go to or stay in sleep If you find these steps don't help, try a few of the following:
    A common cause for the Mac not sleeping is your printer. If there are queued jobs waiting to be printed, but your printer is switched off, for some reason you Mac just wont like it and simply will not go to sleep. System Preferences > Print and Scan > Open Print Queue
    Do you have an Ethernet Cable connected? People have reported in the past that removing their Ethernet allowed their Mac to sleep. This goes for other things you may have connected directly to your Mac also.
    Try heading into your Mac Preferences > Sharing and deselecting 'Internet Sharing' as well as 'Printer Sharing'.
    Also deselect Wake For Network Access by heading to System Preferences > Energy Saver > Power Adapter > Wake For Network Access.
    Energy Saver > Schedule > Startup or Wake - Uncheck.
    Alternatively, set your system preferences to Never Sleep, and put into Sleep manually: System Preferences > Energy Saver > Computer Sleep > Never.
    Good luck!

  • Email security Q: Connection to server succeeded; login not required

    Hi everyone
    I ran the Mail Connection Doctor on my mac at home this morning as I was having trouble sending an email.  One of my email accounts (SMTP) has come back with:
    "Connection to server succeeded; login not required. "
    I am just wondering what that means security wise? As it is my work email I am a bit worried that perhaps the IT people didn't set it up right? They've been having a lot of trouble with someone spoofing the boss's email too. 
    Does that mean that anyone who knows this email servers details can just use it?  
    All my other email accounts come back with "Connection and login to server succeeded". 

    Dear Samir,
    In order to try to resolve the issue, please do the following steps :-
    1. Go to Add/Remove Program --> Uninstall SAP Business One Client.
    2. Go to C:\Program Files\SAP, then take a backup of the SAP Business One Folder and
        then delete the SAP Business One folder.
    3. Go to Start --> Run --> %UserProfile%\AppData\Local\SAP\
        Then delete the SAP Business One Folder.
    4. Now reinstall the SAP Business One Client application from the B1_SHR.
    Now you can login and enter all the details information and then log out from SAP Business One
    application. You can open the application again and check this issue.
    Note : Please make sure that the Windows user has read and write access to the above two folders
              as per step (2) and (3).
    Regards,
    Rakesh Pati
    SAP Business One Forum Team.

  • TCP/IP Connection Issue on Windows Server 2008 SP2

    Hi All,
        We got the following error with our monitor application. Monitor application tried to make a TCP/IP connection to another server, and runs out of all local ports.  We can not  close these connections without
    rebooting.  This will happen if the windows server didn't reboot in 500 days. (We tested in our data center by some servers. )
       Please explain why it is exact 500 days??? We are looking for a solution to fix it without reboot.
    Thank yoU!
    Bill
    TCP/IP failed to establish an outgoing connection because the selected local endpoint was recently used to connect to the same remote endpoint. This error typically occurs when outgoing connections are opened and closed at a high rate, causing all available
    local ports to be used and forcing TCP/IP to reuse a local port for an outgoing connection. To minimize the risk of data corruption, the TCP/IP standard requires a minimum time period to elapse between successive connections from a given local endpoint to
    a given remote endpoint.

    Hi Bill,
    Thank you for your post.
    The event 4227 means that the application open up more ports but not closing them in timely fashion.
    Windows 2008 default dynamic port range specify start port 49152 end port 65535. So you monitor it try to make connection via 65535 port.
    To resolve this issue, please restart your application service or set
    TcpTimedWaitDelay to a lower value via registry 
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters  
    If there are more inquiries on this issue, please feel free to let us know.
    Regards,
    Rick Tan

  • This application requires JavaScript Support ?

    Hello all?
    I downloaded FMS developer version last week and have been
    trying to test some examples given.
    But it seems like javascript is never called in my brower
    which is Internet Explorer 7.0.
    When I open up, for example, sample_room.html which can be
    found in the example folder, I found there is
    a
    quote:
    <noscript>This application requires JavaScript
    Support</noscript>
    block. Everytime I execute this file,
    I get this message.
    As a result, it seems like there is no connection made
    between FMS and clients. I tried to change script options
    in the option menu with no result.
    Currently, FMS and APM(apache, PHP, mySQL) are installed in
    my PC and the samples are located in the apache's root directory.
    My OS is Windows XP.
    I've spent almost a week with this. I think I've tried almost
    everything that I can think of. But as I'm not feel
    comfortable with javascript or html, it is really hard to
    find the answer.
    So, could someone help me?

    Hi. try Add "Shockwave 3d" Xtra to Projector (Menu Modify/Movie/Xtras) or add manually an "Xtras" Folder near ur projector (exe) with shockwave 3d plugin inside.

  • SQL Server Connection Issue

    I've tried going through the steps to resolve the issue, but I am still coming up blank. The part that I am not understanding is the, "A non-recoverable error occurred during a database lookup." part.
    Is this a security problem? I can establish an ODBC connection to the server as well as connect and query through visual studio, however when trying to run it through one of our custom programs, it throws this error message. 
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    TCP Provider, error: 0 - A non-recoverable error occurred during a database lookup.)

    There are many reasons of SQL server connectivity issue. Refer checklist to find out the real cause of connectivity issue.
    1. Check SQL services are running
    2. Check SQL Browser service is running
    3. Check remote connections are enabled
    4. Network connectivity between database & application servers by TRACERT command
    5. Check TCP/IP protocol enabled at SQL server
    6. Check talent connectivity – telnet <IP address> <port no on SQL server running>
    7. Check UDP port 1434 is open or not on SQL Server
    8. Check firewall is running or not Check
    9. If firewall running, SQL Server & UDP port must be added in exception in firewall
    10. Run SQL Discovery report on machine SQL server installed, to check you are using correct instance name to connect( default \named) -http://mssqlfun.com/2013/02/26/sql-server-discovery-report/
    http://mssqlfun.com/2012/09/28/check-list-for-sql-server-connectivity-issue/
    Regards,
    Rohit Garg
    (My Blog)
    This posting is provided with no warranties and confers no rights.
    Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • In process Inspection and Rework Qty Issue

    Hi, There is Production Order for 100 qty.  There are 5 in process operations like 0010 Cutting, 0020 Welding, 0030 Inspection, 0040 turning, and 0050 Inspection (1)0010 operation is finished by production for 50 qty and confirmed through co11n by en

  • IDOC to File scenario with multiple directories on same FTP.

    The scenario is IDOC -- to FTP (Receiver file adapter). Based on the condition in the sender IDOC say if EIDKA01-BSART = Y than the directory path on FTP server is 'A' ELSE 'B'. There is only one reciever service defined for the FTP server in the Int

  • Trouble starting up when cold

    I bought my power mac about 5 years ago. Last year I started having trouble starting up when the machine was cold. I put a heater on the unit for about 30 minutes in the morning and then it would start up ok. Through the summer and once the weather g

  • Change task email notificate date setting from mm/dd/yyyy to dd/mm/yyyy

    When a SharePoint 2013 workflow sends an email as part of Assign a Task, it sends the due date as mm/dd/yyyy. I need it to be the English format of dd/mm/yyyy. Does anyone know where I can change this setting? Cheers, Mark SharePoint Online (2013) Le

  • Doubt: About synchronized methods?

    Hi, Can any one let me know, Is there any difference between static and non-static synchronized methods? If yes, what is the difference?