The Server failed to retrieve the requested data

I used to be able to open this site with firefox. I haven't been able to open it for 2 days. It does open in internet explorer.

This appears to be an error message which has it roots in MS DTC, Microsoft Distributed Transaction Coordinator.
This indicates that you somewhere manage to get a distributed transaction. This could be because of two things:
1) There are triggers on the tables that accesses linked server.
2) Your client code dabbles with some transaction class, like TransactionScope or similar.
Erland Sommarskog, SQL Server MVP, [email protected]

Similar Messages

  • Visio - bug - The server failed to process the request

    Hi
    When uploading a visio diagram into one of our sharepoint document libraries we then get a 'The Server failed to process the Request' error when we then try and view the document in the Web Browser. Does anyone know how to fix this?
    Thanks

    I understand that this is an old thread. The following might be useful to other readers engaging this issue in the future.
    I experienced the same error message when provisioning a new instance of the Visio Graphics Service application for a new farm.  I first tested the approach presented by sjb500 and found that this approach did resolve the problem.  I then
    explored using a more limited permission approach.  Over the course of several attempts, I eventually found that I only need map the application pool identity to the SPDataAccess role to resolve the problem:

  • ForbiddenError: The server failed to authenticate the request. Verify that the certificate is valid and is associated with this subscription.

    Im trying to connect to my azure subscription via powershell on my machine but keep getting the following error when i run a command:
    ForbiddenError: The server failed to authenticate the request. Verify that the certificate is valid and is associated  with this subscription.
    The steps i have taken so far are:
    1. get settings file
    Get-AzurePublishSettingsFile
    2. Import settings file
    Import-AzurePublishSettingsFile -PublishSettingsFile "C:\Users\me\Downloads\credentials.publishsettings"
    3. I then run Get-Azuresubscription with the following output:
    SubscriptionId : 699385c3-b83a-44af-a651-bxxxxxxxxx
    SubscriptionName : Windows Azure MSDN - Visual Studio Premium
    Environment : AzureCloud
    SupportedModes : AzureServiceManagement
    DefaultAccount : 3B68902B5170D5EC91BFCBE4CC27E2A8838F61C4
    Accounts : {3B68902B5170D5EC91BFCBE4CC27E2A8838F61C4, 26B118D7F3C598FB8FE9CDC49AB5DE5E450C967C,
    03E1E1F0B8C7717F11FB58A14138C35524AB3F8D, 9A2E1FD267ECCC0E9B8C151BD931FC4824E89184...}
    IsDefault : True
    IsCurrent : True
    CurrentStorageAccountName :
    TenantId :
    I run Get-AzureAccount and get the following:
    Id Type Subscriptions Tenants
    3B68902B5170D5EC91BFCBE4CC27E2 Certificate 699385c3-b83a-44af-a651-xxxxxxxxx
    A8838F61C4
    26B118D7F3C598FB8FE9CDC49AB5DE Certificate 699385c3-b83a-44af-a651-xxxxxxxxx
    5E450C967C
    03E1E1F0B8C7717F11FB58A14138C3 Certificate 699385c3-b83a-44af-a651-xxxxxxxxx
    5524AB3F8D
    9A2E1FD267ECCC0E9B8C151BD931FC Certificate 699385c3-b83a-44af-a651-xxxxxxxxx
    4824E89184
    85AD02CB8EB8AB20CF2C44FD9D19F2 Certificate 699385c3-b83a-44af-a651-xxxxxxxxx
    9B6BB2FCD2
    Finally, when i try to run Get-AzureSQLDatabaseServer, to list my databases, i get this error:
    WARNING: Client Session Id: '5911f288-7b02-4c94-bb9d-37b9ea5fc187-2015-01-13 11:47:54Z'
    WARNING: Client Request Id: '3e5f7ea9-092a-46fd-a6a6-6916b9161b77-2015-01-13 15:25:41Z'
    Get-AzureSqlDatabaseServer : ForbiddenError: The server failed to authenticate the request. Verify that the certificate is valid and is associated
    with this subscription.
    At line:2 char:1
    + Get-AzureSqlDatabaseServer
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Get-AzureSqlDatabaseServer], CloudException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.SqlDatabase.Server.Cmdlet.GetAzureSqlDatabaseServer
    I would appreciate any help in figuring out what i am doing wrong here.
    Thanks,

    OK. That won't work in Azure Automation though, as mentioned above. OrgID (recommended) or cert-based auth will need to be used. PublishSettings file won't work.
    Correct, but the original question was:
    <Quote>
    Im trying to connect to my azure subscription
    via powershell on my machine 
    </Quote>
    I wanted to test automation script's core functionality without having to wait for the very very long time taken for an automation runbook
    to spin up, actually run and provide output (can often take 2+ minutes for a trivial script). Although i cant run Workbooks on my pc, i can run the core modules (view virtual machines, databases etc) to ensure my logic is sound.

  • The server failed to resume the transaction. Desc:d200000003.

    Hi,
    We recently migrated our application from SQL Server 2000 to SQL Server 2005 and we also migrated from WAS5 to WAS6.
    We are getting the following exception when we call any of the stored procedures.
    The server failed to resume the transaction. Desc:d200000003.
    I guess this is the problem with the drivers.We use JDBC 2005 driver Version 1.1.
    But we didnt face this problems when we use JDBC 2000 driver when we used to connect to SQL Server 2000
    The Microsoft says that it has fixed the date problems as well as the transaction problems in the version 1.1.But still are facing the issues.
    Can anyone of you please help me in getting the solution for the same?

    This appears to be an error message which has it roots in MS DTC, Microsoft Distributed Transaction Coordinator.
    This indicates that you somewhere manage to get a distributed transaction. This could be because of two things:
    1) There are triggers on the tables that accesses linked server.
    2) Your client code dabbles with some transaction class, like TransactionScope or similar.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • The server failed to resume the transaction. Desc:4500000006

    I am calling single store procedure from asp.net C# which basically insert/update data in two different tables. I am using SQL transaction in store procedure.
    I am getting exception
    THE SERVER FAILED TO RESUME THE TRANSACTION, DESC:4500000006. THE TRANSACTION ACTIVE IN THIS SESSION HAS BEEN COMMITTED OR ABORTED BY ANOTHER SESSION.
    Exception which I get its not frequent messsage.
    Any Idea!!!!
    ALTER PROCEDURE [dbo].[ssp_UpdateActivity]
    @ActivityID uniqueidentifier,
    @MasterCustomerID bigint = NULL,
    @MasterCustomerAccountNumber varchar(30) = NULL,
    @MasterIdentifier varchar(30) = NULL,
    @UpdateDateTime datetime,
    @UpdateBy varchar(100),
    @ActivitySDRecord dbo.ActivitySDRecord READONLY
    AS
    SET NOCOUNT ON;
    BEGIN TRY
    BEGIN TRAN
    UPDATE Activity
    SET MasterCustomerID = @MasterCustomerID,
    MasterCustomerAccountNumber = @MasterCustomerAccountNumber,
    MasterIdentifier = @MasterIdentifier,
    UpdateDateTime = @UpdateDateTime,
    UpdateBy = @UpdateBy
    WHERE ActivityID = @ActivityID
    IF EXISTS (SELECT * FROM @ActivitySDRecord)
    BEGIN
    MERGE ActivitySubDisposition AS TRG
    USING @ActivitySDRecord AS SRC
    ON TRG.ActivityID = SRC.ActivityID
    AND TRG.ActivityTypeID = SRC.ActivityTypeID
    WHEN NOT MATCHED BY TARGET THEN
    INSERT (ActivityTypeID, ActivityID)
    VALUES (SRC.ActivityTypeID, SRC.ActivityID)
    END
    COMMIT TRAN
    SELECT @ActivityID
    END TRY
    BEGIN CATCH
    -- Rollback any uncommited transactions before rethrowing the error.
    IF XACT_STATE() <> 0
    BEGIN
    ROLLBACK TRANSACTION;
    END
    DECLARE @ErrorMessage NVARCHAR(4000)
    , @ErrorNumber INT = ERROR_NUMBER()
    , @ErrorSeverity INT = ERROR_SEVERITY()
    , @ErrorState INT = ERROR_STATE()
    , @ErrorLine INT = ERROR_LINE()
    , @ErrorProcedure NVARCHAR(200) = ISNULL(ERROR_PROCEDURE(), '-');
    -- Build the message string that will contain original error information.
    SET @ErrorMessage = N'Error %d, Level %d, State %d, Procedure %s, Line %d, ' + 'Message: '+ ERROR_MESSAGE();
    -- Raise an error: msg_str parameter of RAISERROR will contain the original error information.
    RAISERROR
    @ErrorMessage,
    @ErrorSeverity,
    1,
    @ErrorNumber, -- parameter: original error number.
    @ErrorSeverity, -- parameter: original error severity.
    @ErrorState, -- parameter: original error state.
    @ErrorProcedure, -- parameter: original error procedure name.
    @ErrorLine -- parameter: original error line number.
    END CATCH

    This appears to be an error message which has it roots in MS DTC, Microsoft Distributed Transaction Coordinator.
    This indicates that you somewhere manage to get a distributed transaction. This could be because of two things:
    1) There are triggers on the tables that accesses linked server.
    2) Your client code dabbles with some transaction class, like TransactionScope or similar.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • TS2755 In outlook, I keep getting message, "cannot get mail. The connection to the server failed." However, the mail seems to be coming thru just fine. What's going on?

    In outlook, I keep getting message, "cannot get mail. The connection to the server failed." However, the mail seems to be coming thru just fine. What's going on?

    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
     Cheers, Tom

  • Data Manager - SAP NW Conn. - Error: "Fail to retrieve the logon ticket"

    Hi,
    I am using Xcelsius 2008 SP2 and I am testing the new way to connect to SAP BW. When Browsing for a BW Query, I get the error "Fail to retrieve the logon ticket". When using QaaWS, everything works fine. Does anybody know this error?
    Greetings,
    Simon.

    Hi Deepu,
    thanks for the feedback.
    Yes we have Xcelsius SP2, I checked version and it is 5.2.0.0
    How can I check whether it is applied to both ABAP and JAVA steaks?
    Today our basis team confirmed that they have implemented EHP1 SPS5. In BI system, if I go to "System" --> "Status" --> "SAP_BW" component has SP "SAPKW70105".
    Also I installed diagnosis tool in portal as you advised and all lights are green.
    Any other proposal?

  • Exchange Sync issues - Cannot get mail - the connection to the server faile

    Since the upgrade to 2.2, I seem to be having a very frustrating mail issue that i cant seem to fix.
    While trying to download my mail from my INBOX (on an exchange server) i get an error message - "Cannot get mail - the connection to the server failed"
    ALTHOUGH when syncing my Sent mails, Calendar and contacts i have no issues.
    I have tried rebooting the iphone as well as deleting my mail settings and reloading. The reloading was close to working as the iphone did download some messages (in the inbox) but stops someway through it and gives me the error message. Once i get the error message the phone will not download anymore / other mail messages.
    Please can someone offer some suggestions.

    Hope this helps someone like me, who has trying to figure out what went wrong. I have an iPhone 3G and ActiveSync to Exchange 2003 was working perfect for month's. All of a sudden today it stopped syncing my inbox and my battery just about died? Searched and Searched, rebooted Exchange, removed email account info, still not luck keep getting "Cannot Get Mail" "The connection to the server failed" message. The weird thing is I could get to my sent items, Calendar and AD contacts? But a thread in another Apple forum opened my eyes to what the problem was...a corrupt email in my inbox. Not sure what email it was I pretty much deleted every email I had after the last one I received on the iPhone. But it fixed the problem, no messing with Exchange virtual directories...nothing...just deleted a corrupt email!
    Hope this helps someone.....

  • HT1430 on my iphone I am getting a "Cannot Get Mail" prompt says " the connection to the server failed. My mail last updated 1-31-14(the last time it would retrieve  mail

    on my iphone I am getting a "Cannot Get Mail" prompt says " the connection to the server failed. My mail last updated 1-31-14(the last time it would retrieve  mail) Ive done the turn on and off thing,thanks

    i had this problem a couple times. Try:
    1) to restart your iPhone (turn off and then on)
    2) connect to a different network or use cellular (it may be a network problem)
    3) delete your mail account from Mail app, and then add it back in
    4) create an icloud backup of all your data, restore through iTunes and then restore from icloud
    hope this helps. cheers!

  • There was an error while writing data back to the server: Failed to commit objects to server : Duplicate object name in the same folder.

    Post Author: dmface15
    CA Forum: Administration
    I am working in a new enviorment and i am trying to save a report to the Crystal Server via the CMC. I am uploading the report from the objects tab and attempting to save to a folder. The report has 1 static defined parameter and that's it. When i click submit to save the report i receive the following error message: "There was an error while writing data back to the server: Failed to commit objects to server : Duplicate object name in the same folder." There is not a anothe report within the folder with that name. What could be causing this error message and equally important, what is the solution.

    hte message you received about duplicate user probably means something hadn't fully updated yet. Once it did then it worked...
    Regards,
    Tim

  • Failed to retrieve the data source in Business Objects Explorer

    I have built a universe with Designer suits and separate measurements of paramentros and bound by, ran on Web Intelligence, but when I try to use the Business Objects Explorer is reported the following message:
    Failed to retrieve the data source details.
    The creation of the data source object tree failed
    What should I do?

    There are two OSS notes about this error ;
    1411433
    1363777
    Also you can take a look at this service pack
    http://ftp1.businessobjects.com/outgoing/CMS/crXIwin_en_sp3.pdf
    cheers
    Tansu
    Edited by: tansu aksu on Jan 25, 2011 5:03 PM

  • Request to the server failed

    Have been trying to publish a 44 picture album to MobileMe Gallery all morning using Aperture 3, and I consistently get a "Request to the server failed" message. I transferred the pictures to iPhoto 9, and the album published with no problem.
    Does anyone have an answer for this, or is anyone else experiencing the same thing?

    It isn't duplicate names that is causing the issue for me. Earlier I had successfully uploaded several mobileme galleries under Aperture 3, but for the past 2 days have gotten persistent "request to the server failed" messages. (wonder if it has anything to do with the most recent Aperture update that fixes an HD video problem?) The sync with mobileme appears to be working, shows the clock rotating, and takes quite a bit of time, but at the end I get the "request to the server failed" message.
    I have checked all my file names and *none are duplicates*. I have unstacked any stacks with new versions (which should in any case be named differently from the original and should have a "version 2" as part of the name). I have tried the upload with version name as the photo title, and also with the caption as the version title. Nothing works. The fact that files from the same camera worked earlier this month, with the versions and the stacks arranged similarly to what I'm trying to upload now points to the new update as having broken something. When I check mobileme, the new gallery appears as a generic gallery with no files in it.
    What now?

  • The attempt to read data from the server failed

    Today I was looking into an error with several IMAP accounts in Apple Mail:
    +The attempt to read data from the server "<<servername.tld>>" failed.+
    At first I thought this was an Apple Mail problem, as the accounts in question seemed to work just fine when not used in combination. One possible answer to this problem is rather short:
    Apple Mail uses IMAP caching, which uses more than 4 connections at the same time to the mail server. Some mail servers (like courier-imap in its default configuration) do not allow that much connections from the same IP address. The more accounts you are trying to connect to at the same time raises this number of connections. Meaning while you could probably check one account for new mails, the second will ultimately fail for no obvious reasons. The only solution to this problem is to raise the connections allowed by your IMAP server software. this solution only applies to people who have root access to their mail server.
    in courier-imap you have to edit /etc/courier-imap/imapd
    and change MAXPERIP=4 to a higher number (5 to 10 times the number of accounts you want to check simultaneously)
    and change MAXDAEMONS=40 to a higher number (with only one user 200 might work, whereas if you serve multiple users, something like 500 or higher might be better suited).
    of course increasing the numbers increases load on your server. this is why there are these restrictions in place.

    MY SOLUTION REPOSTED FROM ANOTHER THREAD:
    I've just solved a similar issue.
    I have a dedicated server running Plesk 9.5 and when I upgraded to iLife 11 and Snow Leopard this error appeared. I could quickly click "get mail" and I'd get all my mail, but only 3-4 of my 9 mail accounts would connect. Theo others would have the error:
    "The server error encountered was: The attempt to read data from the server..."
    I found solutions for those using IMAP mail:
    modify the /etc/courier-imap/imapd configuration file and change MAXDAEMONS from 40 to 80 and MAXPERIP from 4 to 40. This allows all the machines behind my home firewall to connect to multiple accounts on the e-mail server with mailbox caching enabled.
    I'd made this change on my server but it didn't seem to have any effect. It dawned on me that I'm using POP, not IMAP. So I found in /etc/courier-imap/pop3d the same settings. I changed the MAXDAEMONS from 40 to 80 and MAXPERIP from 4 to 40 and voila, all my connections concurrently worked.
    This has taken me more than two days to fix and I hope posting this helps someone else with the same issue.

  • Ihave an iphone 5.  Everytime i click on my hotmail icon is says...cannot get mail.  The connection to the server failed.  i hit ok and then it downloads my messages.  Also at the bottom the updated date is saying that it is june 4 not june 9th

    I have an iphone 5.  Everytime i click on my hotmail icon is says...cannot get mail.  The connection to the server failed.   I have to hit ok a couple of times and then it downloads my messages.  Also at the bottom the updated date is saying that it is june 4 not june 9th

    i would suggest deleting and readding the mail account in settings > mail contacts calendars

  • Attempt to read data from the server failed...

    I'm getting the following error on one of my email accounts:
    +There may be a problem with the mail server or network. Verify the settings for account “[my account]” or try again.+
    +The server returned the error: The attempt to read data from the server “[my account]” failed.+
    I'd like to find out more about the error, so that I can start to track this down and see if there is a problem with the mail server settings, or if the problem is on my end.
    I don't see any reference to this error in the logs – would it be somewhere else?

    I've just solved a similar issue.
    I have a dedicated server running Plesk 9.5 and when I upgraded to iLife 11 and Snow Leopard this error appeared. I could quickly click "get mail" and I'd get all my mail, but only 3-4 of my 9 mail accounts would connect. Theo others would have the error:
    The server error encountered was: The attempt to read data from the server...
    I found solutions for those using IMAP mail:
    modify the /etc/courier-imap/imapd configuration file and change MAXDAEMONS from 40 to 80 and MAXPERIP from 4 to 40. This allows all the machines behind my home firewall to connect to multiple accounts on the e-mail server with mailbox caching enabled.
    I'd made this change on my server but it didn't seem to have any effect. It dawned on me that I'm using POP, no IMAP. So I found in /etc/courier-imap/pop3d the same settings. I changed the MAXDAEMONS from 40 to 80 and MAXPERIP from 4 to 40 and voila, all my connections concurrently worked.
    This has taken me more than two days to fix and I hope posting this helps someone else with the same issue.

Maybe you are looking for

  • How can I connect to WinCC database (best by use of OLE DB provider)?

    Post Author: MarkusR CA Forum: Data Connectivity and SQL Hello, if I connect to the WinCC database by using the WinCC OLE DB provider I do not get the tables I expect. E.g. I would like to see the AlgViewEnu or other tables/views of AlarmLogging or T

  • New firefox doesn't work, how do I get the old one back?

    From the email newsletter, I downloaded the new firefox. I said yes when asked if I wanted to replace the one that was there. I then found out that my computer's operating system will not work with the new firefox, and my old one is gone. How do I ge

  • Unknown error (-48) - Any ideas?

    Hi, I'm trying to update my ipod and am getting the message "Your ipod could not be updated because of unknown error (-48)". It then goes on to update ok. I just wondered the best place to try to find out what this myhical error is. It's a 5g 30Gb wi

  • Disappearing Mouse Problem

    When surfing in Safari I will occasionally have an issue where the mouse will disappear on me. The circumstances around this are odd. When I bring the mouse up to the toolbar and it hovers over any of my bookmark buttons, the mouse will disappear. It

  • ITunes says it cannot find my songs...

    My itunes library is on an external HDD. I've gone to edit>preferences and made sure the itunes media library is set to this place. I had no issues last week but today i've turned itunes on, and it cannot find any of the songs even though they are in