Verizon Motorola E815 iSych error: 'cannot connect to the device'

Hello,
I have a Mac Mini running 10.4.3 and iSynch 2.1.1 with integrated bluetooth that won't synch with the Verizon Motorola E815 - other discussion threads I've read haven't had a specific remedy...
-phone has successfully paired to computer
-bluetooth connection is set to automatic
-phone appears within iSynch
Within iSynch, I click the Synch button:
1) progress bar appears stating 'Connecting'
2) phone makes a noise indicating connection is in progress and Bluetooth icon appears
3) after about 20 seconds, the synch fails with the following error:
Cannot connect to the device. Connection to device was closed. Device "Motorola Phone" synchronization failed
I've open the Bluetooth app within System Preferences and viewed the Motorola phone when I'm attempting to connect. It shows the following information (which I'm assuming means it's connected properly)
Paired: Yes
Configured: Yes
Favorite: Yes
Connected: Yes
Serial Port: Yes
Also note, when I navigate within the phone to:
top center button (dash with dashes under it): settings: connection: bluetooth link: handsfree: [look for devices] --- no devices are found.
Perhaps I'm just a newbie to the whole Bluetooth thing but I'm at a loss - any help is greatly appreciated.
Mac Mini   Mac OS X (10.4.3)  

Well, I just figured it out.
After pairing, the phone itself needs to be shut off and turned back on. Once I did this, the Bluetooth enabled at startup and iSynch transferred data without error.
Cheers
Doug

Similar Messages

  • Error: "Cannot connect to the provider. Make sure it is running in the specified host/port. Error (12031)"

    Hi,
    EPM version: EPM 11.1.2.1
    When we are using Zoom In Level as All Levels and tring to drill down for dimention of HFM application we are getting below error.
    Error: "Cannot connect to the provider. Make sure it is running in the specified host/port. Error (12031)"
    As we found some solution from comunity , we have performed below workaround but still we are getting same error.
    ·              We have done the changes in mod_wl_ohs.conf file of OHS  with (WLIOTimeoutSecs 3600 and WLIOSocketTimeoutSecs 3600)
    ·              And then restarted OHS and  APS service but still we found same error.
    Could anyone please suggest ,where can we trace its log from web server and the solution for this issue?
         Thanks,
             D.N. Rana

    Hi,
    We have already performed the changes for APS in OHS as mentioned in the solution and the path also same as under OHS.
    Intially we were getting error for "to increase netRetryCould and NetRetryInterval"  as a solution we have added below 3  registry DWORD keys under  path
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
    "KeepAliveTimeout"=dword:00180000                   (26 Minutes)
    "ReceiveTimeout"=dword:00dbba00                      (240 Minutes)
    "ServerInfoTimeout"=dword:00180000                  (26 Minutes)
    Above error resolved but then we received Error"12031"
    Now we have added above 3 DWORD keys under path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
    and now we are not getting the  error "12031".
    But here we are not getting how it(LB issue) resolved with above solution?
    Thanks,
    D.N.Rana

  • TS1368 Has anyone found this article useful?  Any other suggestions to resolve the error, "cannot connect to the itunes store" ?

    Any other suggestions to resolve the error, "cannot connect to the itunes store" ?

    Hi paul.labiche,
    When having iTunes Store connectivity issues, the following articles provide the best solutions:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Thanks,
    Matt M.

  • Migration on active directory from 2003 to 2008 and SharePoint error Cannot connect to the configuration database.

    Hi all,
    In advance i`m thankful for your help,
    I come across a problem while migrating the Active Directory from Windows Server 2003 to Windows Server 2008 R2,
    SharePoint 2010 is getting this error Cannot connect to the configuration database. The same goes for the Administrative page,
    Nothing is change in the MySql database, same log in, same server name, i guess it have something to do with the SharePoint Farm,
    My question is will reinstalling the SharePoint do the job? Or is there an easy way to get back on my old track?
    I`ve try to sync users... no good
    PS C:\Users\administrator.SERVERM> if($configManager.IsSynchronizationRunning()
    -eq $false)
    >> {
    >> $configManager.StartSynchronization($true)
    >> Write-Host "Started Synchronizing"
    >> }
    >> else
    >> {
    >> Write-Host "Already Synchronizing"
    >> }
    >>
    Can someone explain a little bit more about this:
    6.     
    Can they talk to each other?
    Verify that SharePoint is using the correct IP address for the SQL server. To do this, run the ping command on the Windows SharePoint Services server.
    Verify that the SharePoint server is obtaining the correct IP address for the SQL server from DNS. To do this, run the
    nslookup command from the SharePoint Server.
    Make sure that there are no incorrect entries for the SQL server. To do this, examine the Hosts file on the SharePoint server. This file is in the following location:
    %systemroot%\system32\drivers\etc\Hosts
    On the SharePoint server, look for SQL client aliases. To do this, follow these steps: Click
    Start, click Run, and then type cliconfg in the
    open box.
    Click the Alias tab. By default, there are no SQL client aliases. If you have any aliases for the SQL server, verify that they are correct, or remove them.
    Open the SQL Server Configuration Manager (Start SQL Server 2008  Configuration Tools  SQL Server Configuration Manager
    Navigate to the SQL Server Network Configuration  Protocols for MSSQLSERVER node in the tree view
    Enable TCP/IP and Named Pipes (you’ll be warned that these changes will not apply until the service is shut down)
    Aleksandar Delcevski, Web-administrator School of Journalism and Public Relations Jurij Gagarin 17-1/1, 1000 Skopje, R. Macedonia t: + 389 2 3090 004 mob: +38972 257 565 [email protected]; www.vs.edu.mk; www.medium.edu.mk; www.unescochair-vs.edu.mk

    Hiya,
    I don't think it is necessary to reinstall.
    You should just confirm that your basic infrastructure is working.
    1: On the SharePoint server, open cmd and write ping <SQL server name>
    2: On the SharePoint server, open cmd and write nslookup <SQL server name>
    Basically the steps outlined here, is the best way to start:
    6.     
    Can they talk to each other?
    Verify that SharePoint is using the correct IP address for the SQL server. To do this, run the ping command on the Windows SharePoint Services server.
    Verify that the SharePoint server is obtaining the correct IP address for the SQL server from DNS. To do this, run the
    nslookup command from the SharePoint Server.
    Make sure that there are no incorrect entries for the SQL server. To do this, examine the Hosts file on the SharePoint server. This file is in the following location:
    %systemroot%\system32\drivers\etc\Hosts
    On the SharePoint server, look for SQL client aliases. To do this, follow these steps: Click
    Start, click Run, and then type cliconfg in the
    open box.
    Click the Alias tab. By default, there are no SQL client aliases. If you have any aliases for the SQL server, verify that they are correct, or remove them.
    Open the SQL Server Configuration Manager (Start SQL Server 2008  Configuration Tools  SQL Server Configuration Manager
    Navigate to the SQL Server Network Configuration  Protocols for MSSQLSERVER node in the tree view
    Enable TCP/IP and Named Pipes (you’ll be warned that these changes will not apply until the service is shut down)

  • Error : Cannot connect to the LDAP server

    I have exported a file called "test1.ldif"
    and then import in a new Oracle ldap server using the command:
    ldapadd -p 389 -D cn="directory manager" -w <password> -f test1.ldif
    But there is error "Cannot connect to the LDAP server".
    Actually, I'm migrating the ldap data from 1 machine to another, please advise. Thanks

    Check your ldap port, by default it is 4032...
    --Bill                                                                                                                                                                                                           

  • Getting error "cannot connect to the App Store"

    getting error "cannot connect to the App Store"

    YAY!!! Saved it in my Mac's Firefox Bookmarks for easy future access!
    Hope you are having a lovely afternoon today! I'm about ready to go bobo....I have an early meeting, and I don't want to oversleep! The nice part is that I work remotely, so I only have to wake up 15 minutes or so before the meeting.... I don't even use an alarm clock anymore (really, my iPhone alarm, which is much more pleasant), unless I have to get up at 6:30 or something....
    TMI?
    GB

  • Error - Cannot connect to the phone

    Hi all,
    have had a dig around and couldn't find anything so I hoping that someone can sort me out here.
    Ok I have my phone connected to the pc via bluetooth. PC Suite picks up the phone but when I click on the Contacts or Messages (or anything in that window) it comes up with an error message saying "Cannot connect to the phone"
    I have checked the list of supported bluetooth stacks and it should be fine. I have also check the phones compatability and this should also be supported. I can also communicate with the phone through the bluetooth software itself.
    Phone: Nokia 6233
    Bluetooth: ITV Bluesoleil 5.0.5
    OS: Windows Vista
    Error: Cannot connect to the phone
    If you need anymore info or can help me with this problem in anyway, please drop us a line.
    Cheers for all your help
    Chris
    EDIT:
    Operating system:
    Microsoft Windows Vista 32-bit Edition
    Language: English
    Language for non-Unicode programs: English
    Detected Internet browsers:
    - Microsoft Internet Explorer 7.0 (Default browser)
    - Mozilla Firefox 2.0
    Detected Bluetooth stacks:
    - Microsoft (Version: 6.0.6000, Build: 16386)
    PC Connectivity Solution:
    Version 7.37.22.0
    Message Edited by chriscolden on 05-Jan-2008 02:08 AM

    Exactly same problem.
    OS: Windows XP Service Pack 2
    Phone: Nokia 6300
    PC Suite version: 6.85.14.1
    BlueSoleil Version: 1.6.1.4 (which should be the version supported by latest PC Suite software version as per Nokia web site).
    Bluetooth USB Adapter: Billionton USBBTC1A-B
    I can pair the phone with my PC and transfer files using the BlueSoleil software directly, but every time I try to use anything in the Nokia PC Suite (after pairing and authorizing the phone in PC Suite), I get the "Could not connect to the phone" error.
    When using "Help --> About Nokia PC Suite... --> Show System Info" function:
    Operating system:
    Microsoft Windows XP 32-bit Edition, Service Pack 2
    Language: English
    Language for non-Unicode programs: English
    Detected Internet browsers:
    - Microsoft Internet Explorer 7.0 (Default browser)
    - Mozilla Firefox 2.0
    Detected Bluetooth stacks:
    - Microsoft (Version: 5.1.2600, Build: 2180)
    PC Connectivity Solution:
    Version 7.37.22.0
    Why the only Bluetooth stack detected is the Microsoft one? Why is BlueSoleil stack not detected?
    How do I use Microsoft Bluetooth stack (at least to see if my Bluetooth USB Adapter works with it)??
    Is this problem going to be solved soon? Is there something I can do without the PC Suite apart from transfering files? I can't edit contacts (save changes) with PC Suite even when the .vcf files are in my PC. Is this intended?
    Thanks.
    ~JAVA

  • Error : Cannot connect to the server temporarily

    Hi,
    A particular PC is giving an error " cannot connect to the server temporarily", the user is able to login on another PC and no one is able to login to lync 2010 ( internal user ) on this particular PC.
    Options tried:
    1) Deleted sip folder under app data.
    2) Uninstall and reinstall Lync client.
    3) checked timezone and srv records.
    4) checked ping to FE and director server.
    ) checked manually adding FE on lync client.
    Your inputs/suggestions would of great help.
    Thanks.

    Is the computer join the domain?
    Run the following command to check the automatic configuration is working
    Nslookup
    >set type=srv
    >_sipinternaltls._tcp.<sip domain>.com(for internal user)
    >_sip._tls<sip domain>.com(for external user)
    If you can ping to FE, please try to sign in with manual configuration.
    Lisa Zheng
    TechNet Community Support

  • Cannot connect to the device anymore

    I have been using the above device (HP Photosmart 5510 e-All-in-One Printer - B111a), for several months, to print, scan and copy. The printer is configured wirelessly and is used by 2 different PCs (a desktop running Windows 8 and a laptop running Windows 7). Today, don't know for what reason, we cannot connect to the device from either of the two machines. I've unsuccessfully tried to re-set the wireless connection twice, including by re-running the set-up program. The printer function itself DOES work, it’s the wireless connection that doesn’t, as written in a diagnostic report I printed after failing to set up the device again using the device’s menu: “Your HP printer is unable to connect to your wireless router ... caused by the settings on the router ... and suggesting to change the wireless router encryption setting to “WPA-AES” or “WPA-AES or TKIP” and run the Wireless Setup Wizard again” . message and the webpage times out. If I try to run the setup from the Photosmart software on the PC, I get a message “The server at 192.168.0.20 is taking too long to respond” and the connection never occurs. ALSO, I've received a couple of errors saying that if I installed the printer by IP address, I might need to update the IP address and to use the Update IP Address item in the Start menu entry for the printer. I don't think I used the IP Address method to install the printer in the first place and, at any rate, I don't know where to find the Start menu for the printer.
    Is anybody able to help?
    Thanks, Franco

    Welcome back to the HP Community @Franco111 !
    I hope to lend you a hand with the wireless connection issues you are currently have with your Photosmart 5510 and your network.
    I would first suggest power cycling the network devices, in this order:
    Turn off the printer and computer and unplug the router for 1 minute (do not press any buttons on the router).
    Plug the router back in and wait another minute, next turn on the printer and computer.
    Run the Print and Scan Doctor to see if the tool can detect the printer on your network now.
    If you are still not connected, try scoping out and trying this guide: HP Photosmart 5510 e-All-in-One Printer Series - Unable to Connect to a Wireless Network When Using ...
    When you print out the Wireless Network Test Report, you will see your IP address. Try accessing the Embedded Web Server (printers webpage), from your PC by typing in the IP address in to a web browser.
    If you are still getting a message to check your router settings, here is what you are looking to check over:
    Network name and password to have no spaces or punctuation.
    If using WPA2 security, switch to WPA personal.
    Dual broadcast Wireless b/g/n (printer may connect to g).
    Turn Mac Filtering Off.
    Firewall settings need to be at their default settings, or set to a lower security.
    Multicasting "on".
    Following ports need to be un-blocked:
    Incoming (UDP) ports : 137, 138, 161, 427
    Outgoing (TCP) ports : 137, 139, 427, 9100, 9220, 9500
    Let me know the results so far and we will go from there!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • LaserJet Pro M1536dnf MFP ToolboxFX, cannot connect to the device

    Hi , I see you have put a great deal of effort into getting the ToolboxFX to work again, I'd be happy to help you with this. I found a post written by a colleague that I think might help. Please take a look at what  suggested to another user: Toolbox FX error. Please let me know if this helps, or if you require further assistance. Thanks.

    Hello, I am new to HP Forums.
    I have tried to search these forums for a working solution for my issue, without success.
    I apologize if I have provided too much information all at once. I see many people seem to have problems with the HP ToolboxFX software. Thanks to anyone that can help me solve my current issue. Product: HP LaserJet Pro M1536dnf MFP
    Model: CE538A
    Firmware Date: 20140630 (was 20100615) Computer: Dell OptiPlex 980 Mini-Tower
    OS: Microsoft Windows 7 Ultimate 64-bit SP1
    RAM: 8GB Background: ****
    We have a small quantity (4 via USB, 2 via wired Ethernet) of this model AIO printer in use here since 2010. I have never had any problems printing to or scanning from these printers. The HP ToolboxFX software DID function on my PC without issue until it was recently uninstalled.
    I have never tested the Faxing function of the printer connected to my PC, so I don’t know if that part of it works. The fax function does work on another (same model) printer installed on our network. Originally this printer was connected to my PC via the supplied USB cable and installed using the supplied HP software media (Installer v1.5.6.4020  I believe).
    My PC had a couple USB ports that did not work, and during the troubleshooting process, a second copy of this printer became installed and linked to a different USB port. I wanted to see if I could have HP ToolboxFX deliver faxes received on one of our networked HP LaserJet Pro M1536dnf MFP printers to my PC instead of another PC currently receiving these faxes. So I thought I would uninstall the printer and software on my PC and reinstall it using the updated software (Installer v3.0.3.5253) downloaded from the HP website. That is when my problems started. Problem: ****
    HP ToolboxFX seems to be running in the system tray, but when I right click the system tray icon and select “Open HP ToolboxFX”, I receive a popup error window. By the way, the printers name no longer appears in the right click context menu. **** Window content:
    Cannot connect to the device. Make certain that the device's power cord is plugged in, the power is turned on, and that all cables are properly connected. Check the Troubleshooting tab or product documentation for more information. [ OK ]  <---<<  Button Clicking the [OK] once displays the same popup window again. Clicking the [OK] button a second time opens HP ToolboxFX but shows my printer status as not connected displaying a red square with white “X” inside it. I can still print to and scan from this printer. It is only the HP ToolboxFX software that is not working. What I have tried to resolve problem: ****  o- I have tried uninstalling and then reinstalling the printer and software (Installer v3.0.3.5253), using USB.  Same “Cannot connect to the device” window. 
    o- Thinking the newer software might need newer firmware installed on the printer, I ran the “Firmware Update Utility” found on the HP website. Firmware version 20140630 successfully installed. 
    o- I uninstalled and then reinstalled the printer and software (Installer v3.0.3.5253), using USB.  Same “Cannot connect to the device” window. 
    o- Thinking the perhaps the newer software was the problem, I uninstalled (Installer v3.0.3.5253) and then reinstalled (Installer v1.5.6.4020, original working) the printer and software using USB.  Same “Cannot connect to the device” window. 
    o- Then I uninstalled (Installer v1.5.6.4020) and then reinstalled (Installer v3.0.3.5253) the printer and software using USB.  Same “Cannot connect to the device” window. 
    o- Wondering if this was a USB software issue, I uninstalled and then reinstalled the printer and software (Installer v3.0.3.5253), using wired Ethernet.  Still no problems printing or scanning. Could now access the printer using its IP address, but the HP ToolboxFX error changed.  Now the popup window contained a different error. **** Window content: HP ToolboxFX has encountered an error and can not recover. Please re-start HP ToolboxFX, or re-start your PC.  You will not be able to receive alert messages, or use other HP ToolboxFX features until HP ToolboxFX has been restarted. Windows version: Win32NT - 6.1.7601.65536
    HP ToolboxFX version: 006.015.01163 [ OK ]  <---<<  Button I believe clicking the [OK] button NEVER clears the popup window (or just makes it reappear). The normal HP ToolboxFX program window never appears. 
    o- As this was not helpful, I uninstalled and then reinstalled the printer and software (Installer v3.0.3.5253), using USB again.  Still no problems printing or scanning, but the HP ToolboxFX error remained the same.  The popup window still contained the following error. **** Window content:
    HP ToolboxFX has encountered an error and can not recover. Please re-start HP ToolboxFX, or re-start your PC.  You will not be able to receive alert messages, or use other HP ToolboxFX features until HP ToolboxFX has been restarted. Windows version: Win32NT - 6.1.7601.65536
    HP ToolboxFX version: 006.015.01163 [ OK ]  <---<<  Button I believe clicking the [OK] button NEVER clears the popup window (or just makes it reappear). The normal HP ToolboxFX program window never appears. 
    o- I then tried a forum posted claimed solution (follows).  This did not resolve my ToolboxFX problem but did reset the error window content and software functioning back to its original non-working state. Now I am back at square one. Printer still works but cannot use ToolboxFX at all. Posted claimed solution START: ****
    From pcwizard on  08-03-2012 08:52 AM
    Re: LaserJet M1536 ToolboxFX error Hi Maddie54, Try the following and see if it works for you;
    o- Please go to the following directory  C:\ProgramData\Hewlett-Packard\ToolboxFX\Settings
    o- Under this directory delete all the files in Settings folder.
    o- Then reboot pc and restart the printer. *This can occur when the IP has changed or the printer had lost communication and been re-connected. I am an HP employee.Posted claimed solution END: **** **** Window content:
    Cannot connect to the device. Make certain that the device's power cord is plugged in, the power is turned on, and that all cables are properly connected. Check the Troubleshooting tab or product documentation for more information. [ OK ]  <---<<  Button Clicking the [OK] once displays the same popup window again. Clicking the [OK] button a second time opens HP ToolboxFX but shows my printer status as not connected displaying a red square with white “X” inside it. 
    *-*-*-*-*- I noticed that the HP uninstall process leaves a large quantity of abandoned folders and files scattered on the file system. I can only imagine that it has done something similar to the registry files. I can only imagine that since I know ToolboxFX works on other PC’s and DID work on mine, at one time, there must be a way to get it to work again. Perhaps there is a better uninstall utility (or manual procedure) that can remove whatever is causing the ToolboxFX software to not work. I hope someone has some useful insight into this problem. Would be nice to use the HP ToolboxFX software to receive faxes from one of our networked printers.
    Thank you very much for your assistance.
    Paul 

  • Sharepoint list dataheet view error "Cannot connect to the server at this time. You can continue working with this list, but some data may not be available"

    I have a List which is having around 14000 items in it.while opening that list in datasheet view it is giving error .
    Below is a summary of the issue:
    After selecting datasheet view beow error occurs:
        "Cannot connect to the server at this time.  You can continue working with this list, but some data may not be available."
        "Unable to retrieve all data."
        The item counts displays say 100 out of 14000 items.
    Exporting List to excel is giving only 2000 records out of 14000 records.
    Other Observations   -  
    This is happening to only one list on the site .There are other lists in the site whose no. of records is equal to 8000 to 9000.They are working absolutely fine without any error.
    Also, If I am saving this list as a template and creating another list with it ,then it is working absolutely fine with 14000 records,so the issue does not seem to be related with no. of records as the template list is working fine.
    I have checked the Alternate access mapping setting ,its fine.
    It should not be related to lookup,datefield or any other column as the list created from it template is working fine with all these columns.
    I checked below links also ,but doesn't seem to work in my case.
    http://social.technet.microsoft.com/forums/en-US/sharepointadminprevious/thread/974b9168-f548-409b-a7f9-a79b9fdd4c50/
    http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/87077dd8-a329-48e8-b42d-d0a8bf87b082
    http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneral/thread/dc757598-f670-4229-9f8a-07656346b9b0

    I have spent two days to resolve this issue. Microsoft has released two KBs with reference to this issue...but are not appearing in search results at the top.
    I am sharing my finding.
    1. First install the
    KB2552989 (Hopefully you might have already installed it. The KB detetcts it and informs the user.)
    2. Then update registry by adding new key for data fetch timeout as mentioned inKB2553007
    These two steps resolved the issue in our environment. Hope it might help others as well.
    Pradip T. ------------- MCTS(SharePoint 2010/Web)|MCPD(Web Development) https://www.mcpvirtualbusinesscard.com/VBCServer/paddytakate/profile

  • BPC 75M - Modify Application error "Cannot connect to the Reporting Server"

    I have trouble with Modify Application, also in ApShell. Maybe you have a clue what it can be the problem.
    Configuration: single server BPC 7.5M SP3, Windows Server 2008 SP2, SQL Server 2008 SP2
    Installation user is a domain user.
    No errors during installation, no error in Server Manager diagnostics.
    But when I try to modify an Application from BPC Admin it gives an error for step "Make OLAP database and Journal/Audit reports. / Validate dimension formulas.".
    In tblLogs I see the error message:
    ==============[System Error Tracing]============== [System Name] :
    AdminServerHandler [Message Type] : ErrorMessage [Job Name] :  
    AdminApplicationHandler : ExecuteModIfyApplication [DateTime] :
    10/19/2010 1:19:13 PM [UserId] : MYDOMAIN\MYUSER
    [Exception] DetailMsg : {System.Exception: Cannot connect to the Reporting Server at
    OSoft.Services.Application.AdminMainServer.AdminApplicationHandler.SetChangeDimensionForAudit(String strAppset, String strApp, String  strUserID, Boolean blnIsChangedDimension, String& strErrMsg) at
    OSoft.Services.Application.AdminMainServer.AdminApplicationHandler.ExecuteModIfyApplication(String strAppSet, String strApplicationName, String strApplicationDescription, String strSourceApplicationType, String 
    strNewApplicationType, String strRateApplicationName, String
    strOwnerShipApplicationName, String strCurrencyConversionsCalculation, 
    String strCalculation, String strIntercompanyBookings, String  
    strUSEliminations, String strOpeningBalance, String strValidations,
    String strIntercompanyEliminations, DataTable dtDimensionList, Boolean 
    bReassignSQLIndex, Boolean bProcessApplication, Boolean bDeleteFact,
    String strChangeAppType, String strUserID, String strReportBackID)}
    ==============[System Error Tracing End ]==============
    Edited by: Alexandru Berindei on Oct 26, 2010 7:57 PM
    Edited by: Alexandru Berindei on Oct 26, 2010 7:58 PM

    There were problems accessing the web page   HTTP://server/reports
    Error message:   "Reporting services 2008 user does not have required permissions"
    It was possible to open the page  HTTP://server/reports with local administrator user and  I fixed this problem by performin following:
    - add Content Manager right to bpc installation user
    - disable UAC from Windows Control Panel  > User Accounts
    Still Modify Application gives the same "Cannot connect to Reporting Services".
    I tried:
    - check that BPC Installation User is part of Local Administrators
    - reboot server
    - reinstall BPC after disabling UAC
    - reinstall everything except the Windows Server 2008
    - I installed another computer with the same exact configuration but with a local BPC Installation User and it works.
    Have anyone installed BPC 7.5M SP3 on single Windows Server 2008 SP2 , with SQL Server 2008 SP2 and with BPC Installation user a domain user?
    Maybe you have an idea of what I should check next.
    Thank you,
    Alex

  • SmartView Error "Cannot Connect to the Provider. Make Sure It Is Running...

    Hi All
    Our user are getting below error when they try to connect from SmartView
    Cannot Connect to the Provider. Make Sure It Is Running in the Specified Host/Port.Error(12031).
    We are on 9.3.3 planning.our web server is WebSphere
    Please suggest
    Thanks,

    You might want to increase the timeout and check:
    Smartview in Excel utilizes some Microsoft settings that it obtains From IE. When running on IE 7 or higher there are new settings that have a low default time out. You can increase these by following the instructions in the articles listed below
    http://support.microsoft.com/kb/813827
    http://support.microsoft.com/kb/181050
    Make sure you have a safe backup of the windows registry before you do this .
    1. Open the Registry (Start -> Run -> Regedit)
    2. Locate the following section:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\
    3. Create the following new keys for DWORD with Hexadecimal values:
    ReceiveTimeout and set it to 00dbba00
    KeepAliveTimeout and set it to 00180000
    ServerInfoTimeout and set it to 00180000
    4.Disconnect and close the Smartview and launch a fresh connection
    HTH-
    Jasmine.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error: Cannot connect to the specified repository

    Hi,
    The instance of my development database was moved from one server to another server… and installed successfully…
    The repository owner and repository user are available in the repository in the new server…I can login through sqlplus.
    But when I try to connect to the repository from the design center I am getting the following error message box.
    <
    Database Connection Error!
    API5022 : Cannot connect to the specified repository. Verify the connection information
    >
    Please assist me.
    Thanks,
    Rejitha

    try this:
    Query to verify current configuration:
    SELECT * FROM WB_RT_SERVICE_NODES;
    Query to update Port and Service Name (supply the necessary details):
    UPDATE WB_RT_SERVICE_NODES
    SET PORT = <PORT>, SERVICE_NAME = <Service_Name>;
    Commit;
    Stop/start your OWB service using
    <OWB_HOME>\owb\rtp\sql\stop_service.sql
    <OWB_HOME>\owb\rtp\sql\start_service.sql
    Unregister your location and register again with the correct credentials.
    Hope this helps.
    -Richard

  • Error: "Cannot connect to the Service Manager portal WCF service on SSP" SCSM 2012

    I have the SSP installed on a Sharepoint 2010 server.  The web portal is installed on the SCSM 2012 management server.  When opening the SMPortal I get an error message at the bottom
    "Cannot connect to the Service Manager portal WCF service.  Please contact your helpdesk or UT administrator for further help."
    I have manually modified the web.config on the portal for SSL and the Application Settings in Sharepoint IIS per the guidance of others.  I'm able to open the service in a browser.  Assistance is greatly appreciated.

    Http and https is bound on both the content server and the portal. That didn't work. Same error message:
    Cannot connect to the Service Manager portal WCF service. Please contact your helpdesk or IT administrator for further help.
    Here's the IIS log for the content server
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/ServiceCatalogSilverlightModule.xap - 443 - 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 401 2 5 2078
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/ServiceCatalogSilverlightModule.xap - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 140
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/Instrumentation.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/BaseSilverlightModule.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/AdvancedResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/DataAccess.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/Core.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/BasicResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/BuildConstants.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/CustomControls.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/WizardResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.ComponentModel.DataAnnotations.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/ToolkitResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Data.Input.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Navigation.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.ComponentModel.Composition.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 62
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Input.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Data.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 140
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 218
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Toolkit.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 218
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Xml.Serialization.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Data.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Xml.Linq.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 250
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/en/SilverlightModule_StringResources.resx.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 203
    2012-01-10 21:10:20 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 - 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 401 2 5 17598
    2012-01-10 21:10:28 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 8580
    2012-01-10 21:11:01 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 0
    2012-01-10 21:11:01 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 203
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/RequestOfferingSilverlightModule.xap - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 171
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/FormControls.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 125
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 0
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/Microsoft.Practices.ServiceLocation.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/Microsoft.Practices.Unity.Silverlight.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:11:08 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 203
    2012-01-10 21:12:36 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 0
    2012-01-10 21:12:37 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 203

Maybe you are looking for