An unidentified error has occured? trying to connect with database for forms

I am new to website development and have been using dreamweaver for my website.
I am using WAMP server and have all my files on the host.
In dreamweaver when i add the database details:
connection name : connlogin
mySQLserver: localhost
username: root
password:
select database:
when i go to choose a database i get the error "an unidentified error has occurred"???
i try typing the database name and click test and still get the same error messages. all the tutorials i have been following say it should show the databases...
Just for clarity i have created my database and tables. I need to link my forms to the database.
I have searched online on various forums and cant seem to find a solution that works.
if anyone can help it will be much appreciated.
Thanks

Log into phpMyAdmin.  Right hand frame, look for Privileges at the top.  Can you verify that either % (wildcard) or "localhost" is listed for the user under the "host" field? And that the user has either all privileges or the necessary privileges on the database.

Similar Messages

  • Cannot connect to the phone system. An unidentified error has occurred, Please try again.

    Issue:  Lync 2013 users with remote call control enabled cannot connect to the phone system.  When the user logs into Lync, they see an exclamation in the bottom right corner
    with this error.
    Error:  Cannot connect to the phone system.  An unidentified error has occurred, Please try again.  If the problem continues, please contact your support team.
    Environment: 
    1 site:  Site1
    2 Pools:
    1. Lync 2010
    Trusted application is added here for the site.
    2. Lync 2013
    Avaya phone system:  AES r6-1-2-32-0
    I have not moved the trusted application to the Lync 2013 pool yet, but my understanding is that it should still work since it’s in the site.  Is my understanding on this correct?  (All of my other trusted applications do work for Lync 2013
    users & none of them have been moved yet. Remote Call Control is the only one that does not work.)
    This is from the uccapi log.  This is just from the user logging in, not actually making a call.  Below are the items that I think are important, however, I don’t know how to interpret it to determine if the problem is on the Lync side or
    the Avaya side.  Here’s a summary:
    SIP/2.0 100 Trying
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="E05700E2", snum="9", rspauth="f308eae87c0bbe64a1ab213574776cbdf9823ab6", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]>;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]>
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 200 OK
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="15C0F9A2", snum="13", rspauth="4fd891e39a33e902fb1cec5d980e5bf0ccb172a0", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 CANCEL
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 487 Request terminated
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="F46EC133", snum="14", rspauth="1d92718caa4f61d967faa46a5c256aafa8b4e740", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    ms-diagnostics: 5002;reason="Request was cancelled";AppUri="http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent";source="lync03.
    domain.com"
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0

    Hi Suelizy,
    To better understand the issue, I would like to collect the following information for troubleshooting:
    1. Do you mean the Lync 2010 user can connect to the Phone System?
    2. What’s next hop pool of the application?  
    In a mixed environment, you must set the next hop pool to be the Lync Server 2013 pool.
    Best regards,
    Eric

  • Connect to mysql DB (An unidentified error has occurred.) plz need help...

    I have been unable to create a database connection in dreamweaver to my MySql
    server.  Each time I receive the message "an unidentified error has occurred".
    I can use pure php code to create a connection successfully:
    <?php
    $username = "root";
    $password = "password";
    $hostname = "localhost";
    $dbh = mysql_connect($hostname, $username, $password)
    or die("Unable to connect to mysql");
    print "connected to mysql<br>";
    $selected = mysql_select_db("test",$dbh)
    or die("Could not select first_test");
    if (mysql_query("insert into test_table values('5')")) {
    print "successfully inserted record";
    else {
    print "Failed to insert record";
    mysql_close($dbh);
    ?>
    This works, I can successfully insert a record.  However, if I try and create
    a connection in Dreamweaver with these same variables, I receive the message
    "an unidentified error has occurred".  I have tried, deleting the _mm
    connection scripts folder and recreating them.  I have used the mx2004 updater,
    I have tried all document types...  nothing seems to work...
    i am using local server (phptraid)
    PHPTriad 2.2 contains the following changes:
    Updated packages for Apache(1.3.23), MySQL(3.23.48) and PHP(4.1.1).
    also using remote host at (www.0fees.net)
    last thing i would to say in my computer i success only one time to make connection in window 7 - dreamweaver cs4
    and i create this site mwlobby.0fees.net
    but now i downloaded dreamweaver cs5 and i need to install new windows
    so i need help
    any suggestions?

    Turn your iPhone to a DFU mode and restore it

  • MySql connection error message "An unidentified error has occurred"

    I am trying to connect the Mysql database with dreamweaver
    but I keep getting the following error message:
    "An unidentified error has occurred". any idea what is wrong?
    Any help will be appreciated.
    SC Xiou

    SCXiou wrote:
    > I am trying to connect the Mysql database with
    dreamweaver but I keep getting
    > the following error message:
    > "An unidentified error has occurred".
    There are two common reasons for that happening:
    1. An incorrect testing server definition, or
    2. A software firewall is blocking access between MySQL and
    Dreamweaver.
    David Powers
    Adobe Community Expert, Dreamweaver
    http://foundationphp.com

  • An unidentified error has occurred

    I have been unable to create a database connection in
    dreamweaver to my MySql server. Each time I receive the message "an
    unidentified error has occurred".
    I can use pure php code to create a connection successfully:
    <?php
    $username = "root";
    $password = "password";
    $hostname = "localhost";
    $dbh = mysql_connect($hostname, $username, $password)
    or die("Unable to connect to mysql");
    print "connected to mysql<br>";
    $selected = mysql_select_db("test",$dbh)
    or die("Could not select first_test");
    if (mysql_query("insert into test_table values('5')")) {
    print "successfully inserted record";
    else {
    print "Failed to insert record";
    mysql_close($dbh);
    ?>
    This works, I can successfully insert a record. However, if I
    try and create a connection in Dreamweaver with these same
    variables, I receive the message "an unidentified error has
    occurred". I have tried, deleting the _mm connection scripts folder
    and recreating them. I have used the mx2004 updater, I have tried
    all document types... nothing seems to work...
    any suggestions?

    Kamesh192 wrote:
    > i am trying to do a db connect in Dreamweaver 8 and i am
    getting an error
    > saying "An unidentified error has occurred."
    You don't say which server model or database you're using. If
    it's
    PHP/MySQL, see this detailed answer that I gave a couple of
    days ago:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=1322939#47 99212
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • An unidentified error has occurred - solved

    Dreamweaver has always had this particularly unhelpful error message ('An unidentified error has occurred') when failing to connect to a data source. I've been beating my head against a wall for a week now trying to discover why just one of my sites was failing to connect to a MySQL database (and only on the testing server) in design view. It turns out that I had inadvertently caused a problem with a custom .htaccess written for friendly urls.
    If you are using mod_rewrite you must not affect the _mmServerScripts folder, created by DW in your web root. I have now added this before my main rewrite rules:
    #end rewriting process for special folders
    RewriteRule ^(admin|_mmServerScripts)($|/) - [L]
    Hope it helps someone else.
    Ed

    Kamesh192 wrote:
    > i am trying to do a db connect in Dreamweaver 8 and i am
    getting an error
    > saying "An unidentified error has occurred."
    You don't say which server model or database you're using. If
    it's
    PHP/MySQL, see this detailed answer that I gave a couple of
    days ago:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=1322939#47 99212
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • MySQL "An unidentified error has occurred"

    I have just purchased Dreamweaver within the bundle of Master Collection CS5.5 Educational.
    I have been using Dreamweaver since UltraDev days. However I have come up against this problem after installing Dreamweaver and trying to connect.
    "An unidentified error has occurred"
    I have used a few programs to identify what messages are being sent out and it appears that nothing is actually being sent from Dreamweaver.
    I setup the site fine, so I can transfer files back and forth to the web server. The database is on a different server, and I can use MySQL Query to connect to the database from the same PC.
    I can't seem to find what the issue is. I tried multiple mysql databases on different servers and the same issue. It seems Dreamweaver is not doing anything when I hit Test.
    Any ideas?
    Andrew

    Well, I may be a little late on this answer... but maybe it will help. After a few hours of messing with this; I FINALLY figured it out.
    First of all, you have to have your site settings as such:
    Step One
    Remote Server Settings
    Server Name: *Insert Name
    Connect using: FTP
    FTP Address: yourdomain.com
    Username: yourusername
    Password: yourpassword
    Root:
    Web URL: http://yourdomain.com
    Step Two
    Testing Server Settings
    Server Name: *Insert Name
    Connect using: FTP
    FTP Address: yourdomain.com
    Username: yourusername
    Password: yourpassword
    Root:
    Web URL: http://yourdomain.com
    Click on the Advanced tab
    Testing server
    Server Model: PHP MySQL
    Step Three (this is the tricky part, lol)
    Click on file, then click New.
    Create a NEW, I repeat... NEW PHP page.
    Let it sit.
    Step Four
    Now enter your remote SQL settings.
    Not sure why... but this worked for me after HOURS of:
    "An unidentified error has occurred"

  • After I tried to update my ipod to iOS 5, my ipod screen turned to the screen of the cherger cord pointing to the iTunes symbol. when I try to restore it, it says that the 3014 error has occured. I went to check for support on iTunes  and i did download t

    After I tried to update my iPod 4 to iOS 5, my screen turned to the USB cord pointing to the iTunes symbol. When I try to restore it, it says that the 3014 error has occured. I went to check for support on iTunes and I did download the latest version of iTunes (11.1.1). I tried to restore it again and the same error occured. I dont understand half of the instructions for the resolution of the 3014 error code so I did the instructions that I understood and nothing has changed. Please tell me how I can fix it.

    Just what do you not understand?
    Did you try:
    Try to restore from another known-good computer and network.
    Error 3014
    This error occurs when iTunes can't reach gs.apple.com in a timely fashion. Follow the steps below to contact the iOS software update server gs.apple.com.
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software and ensure that communication to gs.apple.com is allowed. Follow these stepsfor assistance with security software.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow theadvanced iTunes Store troubleshooting steps to edit the hosts file or revert to a default hosts file. See "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information."
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Getting an error while configuring VMM for System Center 2012. error - An internal error has occurred trying to contact an agent on the WIN-NTJU8CNU server: : . Ensure the agent is installed and running.

    Hi,
    I am trying to install "System Center 2012 - Virtual Machine Manager by Using a Pre-Configured VHD".
    I downloaded install guide & the binaries from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=10712
    I have followed the installation document & getting an error while configuring VMM for System Center 2012.
    error details from log file given below:
    01:12:24:VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.Carmine.WSManWrappers.WSManProviderException, Exception.Message: An internal error has occurred trying to contact an agent on the WIN-NTJTNEJ1UCN.mydomain.com server: : .
    Ensure the agent is installed and running. Ensure the WS-Management service is installed and running, then restart the agent.
    01:12:24:StackTrace:   at Microsoft.Carmine.WSManWrappers.ErrorContextParameterHelper.ThrowTranslatedCarmineException(WsmanSoapFault fault, COMException ce)
       at Microsoft.Carmine.WSManWrappers.WsmanAPIWrapper.RetrieveUnderlyingWMIErrorAndThrow(SessionCacheElement sessionElement, COMException ce)
       at Microsoft.Carmine.WSManWrappers.WsmanAPIWrapper.Invoke(String actionUri, WSManUri targetUri, Hashtable parameters, Type returnType, Boolean isCarmineMethod, Boolean forceResponseCast)
       at Microsoft.Carmine.WSManWrappers.AgentManagement.AssociateLibrary(WsmanAPIWrapper wsmanObject, String CertificateSubjectName, String& ExportedCertificate, ErrorInfo& ErrorInfo)
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.AssociateAgentServer(String fullyQualifiedServerName)
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.AssociateDefaultLibraryServer()
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.SetupLibraryShare()
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    01:12:24:InnerException.Type: System.Runtime.InteropServices.COMException, InnerException.Message: There is a time and/or date difference between the client and server.
    01:12:24:InnerException.StackTrace:   at WSManAutomation.IWSManSession.Invoke(String actionUri, Object resourceUri, String parameters, Int32 flags)
       at Microsoft.Carmine.WSManWrappers.MyIWSManSession.Invoke(String actionUri, Object resourceUri, String parameters, Int32 flags)
       at Microsoft.Carmine.WSManWrappers.WsmanAPIWrapper.Invoke(String actionUri, WSManUri targetUri, Hashtable parameters, Type returnType, Boolean isCarmineMethod, Boolean forceResponseCast)
    01:12:24:ProcessInstalls: Running the PostProcessDelegate returned false.
    01:12:24:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    01:12:24:SetProgressScreen: FinishMinorStep.
    01:12:24:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    I have completed MSSQL server configuration and while configuring VMM the below error displayed in the wizard:
    An internal error has occurred trying to contact an agent on the WIN-NTJTNEJ1UCN.mydomain.com server: : .
    Ensure the agent is installed and running. Ensure the WS-Management service is installed and running, then restart the agent.
    I have checked that the following services are running:
    1) Verified WS-Management srvice 2) MSSQL server + MSSQL (agent)  3)SC VM Manager Agent  4)  Windows management instrumentation .
    I have joined the VM (on which installing SC VMM) in a domain(as per install guide) and installing VMM using domain account & it is in local Administrators group.
    Also I would like know if there is any stand alone SC VMM installer. If yes then please let me know the installer location & install guide.
    thanks.
    ====

    Have you installed AppController on the same machine with VMM?

  • Error (2912) An internal error has occurred trying to contact the SCVMM01.dom.local server: NO_PARAM: NO_PARAM.

    
    Error (2912)
    An internal error has occurred trying to contact the SCVMM01.dom.local server: NO_PARAM: NO_PARAM.
    WinRM: URL: [http://SCVMM01:5985], Verb: [INVOKE], Method: [GetError], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/BitsClientJob?JobId={A210B91B-3239-4347-B251-83E1555356A2}]
    Unknown error (0x80072f0d)
    Recommended Action
    Check that WS-Management service is installed and running on server SCVMM01.dom.local. For more information use the command "winrm helpmsg hresult". If SCVMM01.dom.localis a host/library/update server or a PXE server role then ensure that VMM agent is installed and running. Refer to http://support.microsoft.com/kb/2742275 for more details.
    When we want to create a template of a virtual machine, we receive the following error. The environment has the following components and servers:
    * Windows Server 2012 R2 U1 with Hyper-V role enabled
    * High available Virtual Machine Manager 2012 R2 RU2 (two virtual servers on Hyper-V 2012 R2)
    * High available Virtual Machine Manager 2012 R2 Library servers (two virtual servers on Hyper-V 2012 R2)
    There're a few things I've already checked:
    * Self-signed certificates in the Trusted People store --> OK
    * Windows Firewall turn off --> OK
    * Re-added a Hyper-V host to the SCVMM environment
    * Reboot the VMM servers and the library servers
    * Export port usage and conflicts with netstat -a -b --> OK, no conflicts
    * Free disk space on the VMM library servers --> OK
    The job is starts fine, but step 1.2 "Store virtual machine W2012R2TMPL from HV01 to CLSCVMMLIB01" Failed. So it looks like the sysprep fase is going well. When VMM is trying to store the virtual machine in the library, it fails.
    Who is familar with this issue and can help me find a solution for this?
    Thanks in advance!!
    Mark

    Have you installed AppController on the same machine with VMM?

  • Purchased ML 3 weeks ago from Apps store, started to download then stopped "an error has occurred" tried numerous times since but no success. The ML icon looks to start but says waiting and so am I. Any guidance appreciated

    Purchased ML 3 weeks ago from Apps store, started to download then stopped "an error has occurred" tried numerous times since but no success. The ML icon looks to start but says waiting and so am I. Any guidance appreciated.
    iMac-Mid 2007 MacOSX V 10.7.5

    maybe this will help:
    https://discussions.apple.com/message/19032230#19032230%2319032230
    https://discussions.apple.com/message/19107160#19107160

  • Internal Error has occurred .  Check the log file for details 11g r2 on windows 8 64bit

    Hi Friends,
    I Have just installed on my laptop
    Database : oracle 11g 64bit , on windows 8 64bit
    I was successfully able to install the Database without any problem... I am able to connect from command prompt both as sys and hr user....
    But when I tried to connect through EM by sys credentials...
    https//localhost:1521/em
    I am getting Error Internal Error has occurred .  Check the log file for details....
    When I checked the emoms.trc this the last few lines...
    https://localhost:3938/emd/main:A००००००००३३.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 32 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:22:35,544 [MetadataLoad https://localhost:3938/emd/main:A००००००००३४.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 33 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:22:36,275 [MetadataLoad https://localhost:3938/emd/main:A००००००००३५.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 34 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:22:57,105 [MetadataLoad https://localhost:3938/emd/main:A००००००००३६.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 35 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:22:57,832 [MetadataLoad https://localhost:3938/emd/main:A००००००००३७.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 36 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:22:58,625 [MetadataLoad https://localhost:3938/emd/main:A००००००००३८.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 37 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:23:02,529 [MetadataLoad https://localhost:3938/emd/main:A००००००००३९.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 38 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:23:03,307 [MetadataLoad https://localhost:3938/emd/main:A००००००००४०.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 39 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    2013-09-02 22:23:04,107 [MetadataLoad https://localhost:3938/emd/main:A००००००००४१.xml] ERROR eml.XMLLoader markFileAsError.858 - Error repeated 40 times: ERROR-400|ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    ORA-06512: at "SYSMAN.EMD_LOADER", line 1779
    ORA-06512: at line 1
    Thanks and Regards

    You could try reading what I said: change the port in the URL to 1158.
    My release of windows is this,
    c:\Users\John>ver
    Microsoft Windows [Version 6.2.9200]
    c:\Users\John>
    You can ignore that junk about editions.
    And by the way, there is a problem with your keyboard, it keeps inserting multiple "...." character strings.

  • Error An unexpected error has occurred. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb

    Hi, 
    Since I installed a few updates, that I can't access the sharepoint the same way. I always get errors when trying to access the majority of the pages.
    I already removed the update suggested on other threads (KB2844286), but everything remains the same.
    I always receive errors like this one:
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb
    what can I do? The Sharepoint 2010 is located on a virtual partition of our server, running Windows Server 2008 Standard edition SP1.
    When I try to access administration tools it happens the same error, and I don't know what I can do more. 
    Please help me.
    best regards,
    Jorge Guimarães

    I followed some tips, to trace the error, allowing some trace debug, and got this:
    Server Error in '/' Application.
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace: 
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext) +329
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalAvailable() +44
    Microsoft.Office.Server.WebControls.MyLinksRibbon.EnsureMySiteUrls() +60
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalMySiteUrlAvailable() +15
    Microsoft.Office.Server.WebControls.MyLinksRibbon.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +65
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427
    Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5479

  • 1809: An error has occured while generating a seccion key for encryption

    Hi
    I am trying to perform a remote control operation using Console One
    1.3.6c, but evry thime getting the following error message
    "1809: An error has occured while generating a seccion key for
    encryption." I had looked for it in Novell site & found that the fix is
    to upgrade to ZDF 6.5 SP1, but I am looking for a diffrent work around
    for it. Please let me know is there any work around for this problem.
    Regard
    Kallol
    kallol

    kallol,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Getting error 789 when trying to connect with a PC remotely via VPN

    When we set up the VPN we are getting a Error 789 when trying to connect with a PC. Any suggestions would be appreciated.

    The utilities, provided on the CD, are not required for the PC to access the Internet through the 802.11n AirPort Extreme Base Station (AEBSn). They are only necessary for administering the base station.
    If your PC is currently configured as a DHCP client, it shouldn't have any issues connecting by Ethernet. The AEBSn will assign the appropriate IP addresses required for connectivity to the Internet ... just like it does for wireless clients.

Maybe you are looking for

  • Tab control does not show up

    Hello, I am still using Labview V8.21 on XP.  I know, I know, should be using my 8.6 but do not have a DVD drive. Anyway, I am trying to do some support on a VI originally written in V6.1 and updated to V7.1   The problem is, there is a tab control o

  • Custom screen in BDC

    Hi all, I have a requirement, developed a custom tabs to SAP standard by using the BADI CUSTOMER_ADD_DATA_CS. Now, I have to make it available in BDC recording, for the customer uploads. How can I achieve this, please do give me some suggestions? I w

  • XML document

    Please, could somebody help me, I`m new to XML and I'm a little lost here. I have to create dinamicaly a XML document with the header:<?xml version="1.0"?> and a line <info>data<info/> where data is a array of bytes.How can I create this document and

  • Messeges won't load on Macbook Air

    I will open messeges and it will sit there and give me the spinning color weel. This is also happining with my freind who also has a macbook air. If any one knows how to fix this please help!

  • The Query Question.

    Hi everyone. I created a Query button. And the MB's code is: ApplicationModule am=ADFUtils.getApplicationModuleForDataControl("HrModuleDataControl"); ViewObject vo=am.findViewObject("HrHumanView1"); int tmp=vo.getCurrentRowIndex(); vo.setNamedWhereCl