This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
We are having some issues with a database hosted in SQL Azure... The service has encountered an error processing your request. Please try again. Error code 40143. A severe error occurred on the current command. The results, if any, should be discarded. The Enterprise Library has the Transient Fault Handling block which would handle this situation with minimal effort. A few months ago there was some discussion about using the LightSpeed.ConnectionStrategy for Azure retries (http://www.mindscapehq.com/forums/thread/317884) Has this progressed any further? |
|
|
Hi Bryn, No we have not made any updates in the product for this yet but if you want to ping me an email I can send you the code for the ConnectionStrategy mentioned in that thread which hopefully should cover this for you.
|
|
|
Is the RetryConnectionStrategy or AzureDBConnectionStrategy that handles retries available? Or is there a Azure DB database provider that handles the 'specifics' of Azure SQL databases? Thanks! Peter |
|
|
Hi Peter, Here is the code mentioned above:
|
|