Stoping an Instance without Error

Hi there,
I Have a large process that can be stoped in several places winthin, according to the responses from sub-processes that he calls.
I was looking for a way to close the instance without "terminating" it so we avoid the "redness" in the bpel console when a process is to be stop by business logic.
I thought a found a way using java to get the instance handler and then "canceling" that instance. it works fine. the instance is closed and the instance stays "green" in the console and it apears in the "audit": "
[2006/09/05 14:55:16] BPEL process instance "119344" cancelled ".
althougth this apparantly works, the process stays in executing, still calling other sub processes that are after this phase in the process.
Here is my java code:
try{
String sInstanceId = String.valueOf(getInstanceId());
com.oracle.bpel.client.Locator loc = getLocator();
com.oracle.bpel.client.util.WhereCondition cond = new com.oracle.bpel.client.util.WhereCondition("CIKEY = " + sInstanceId);
com.oracle.bpel.client.IInstanceHandle[] instanceHandleList = loc.listInstances(cond);
com.oracle.bpel.client.IInstanceHandle instanceHandle = instanceHandleList[0];
instanceHandle.cancel();
}catch(Exception e){
e.printStackTrace();
addAuditTrailEntry("Exception:" + e.getMessage(), e.getMessage());
Can someone please help?
Tks

looking into the doc,
cancell => "When an activity is cancelled, the performer of the activity is notified of the cancellation and is given an opportunity to rollback or cancel any work that has already been done on behalf of the activity. Since this clean-up procedure can take an indeterminate amount of time, cancelling an instance may not be instaneous and could result in new activities being activated."
Nutshell: could take fairly long 'til something happens
abort => "Aborts the instance. Aborting an instance differs from cancelling one; the latter informs the performers of any active activities that the activity is being cancelled and allows the performer to clean-up or rollback the any changes made. Aborting an instance will simply mark the activities as having been aborted without the chance for clean-up. This method is included for administrative purposes only."
so you might want to use abort ..
/clemens

Similar Messages

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that
    the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)
    The system cannot find the file specified
    Cannot connect to COWBOYS.
    Here are the technical details===================================
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
    Error Number: 2
    Severity: 20
    State: 0
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    ===================================
    The system cannot find the file specified
    I have tried from so many forms. This is so frustrating. Thank for everyone/anyone who wants to help. So this is what happened: I had to uninstall my previous sqlserver 2012(which worked great) for some reason, and I uninstalled everything from that download.
    Then I installed the trial edition of sql server 2012 (64 Bit) and It wouldn't connect to the database. (Error mentioned above.) My local DB is COWBOYS. (COWBOYS is also my computer name.) After this, I have tried downloading sqlexpress and sqlserver 64bit
    many times and cannot connect to my local DB. 
    How do I connect to my Local DB? 
    Also, I think this might help: (When I run sqlserve.exe, which I was able to find in C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn, I get an error: Your SQL server installation is either corrupt or has been tampered with(Error getting
    instance ID from name). Please uninstall then re-run setup to correct this problem.
    I would happily re install it, if it wasn't my 20th time.
    I don't have any remote connections, I don't use username/password, only window authentication. I work mostly on visual studio, but without able to store /retrieve data, I don't know how to survive.
    May be the solution is very simple, but I am too frustrated. 
    Some of the things I have tried:
    From a command prompt, enter one of the following commands:
    net start "SQL Server Agent (MSSQLSERVER)" OR 
    net start "SQL Server Agent(instancename)"(for instance)
    on my sql configuration, I cannot start anything because there is nothing there to start. I can post more details, if that would help. Also, some more details about the error:
    Details
    Product:
    SQL Server
    ID:
    2
    Source:
    MSSQLServer
    Version:
    10.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Version:
    9.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Any one that can help me, I will be greatful. Thank you so much. p.s. please ask me anything if you have any questions.

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • "Network-related or instance specific error", Works OK for Administrator

    I've been handed a legacy .Net Windows application that was previously used on Windows XP, and asked to debug a few problems encountered on Windows 7 clients.  The original developers are all gone.  I'm down to only a single
    error -- a seemingly common one: 
    "A network related or instance-specific error occurred while establishing
    a connection to SQL Server. The server was not found or was not
    accessible. Verify that the instance name is correct and that SQL Server
    is configured to allow remote connections. (provider: Named Pipes
    Provider, error: 40 - Could not open a connection to SQL Server)"
    Curiously, this error only occurs for ordinary users.  When the application is started using "Run as Administrator" it connects to the database immediately.  We believe we can configure the app to always start as an administrator,
    but obviously we'd like to run it without that if we can.  However, I haven't seen any good suggestions why the database connection would only fail this one way.
    Any ideas?  I've seen at least one troubleshooting guide that suggested trying with Run as Administrator, but it didn't say how to proceed if that fixes it.  Am I just supposed to stop at this point?  If I was having a UI problem I might understand
    that some old apps just aren't going to work in Windows 7, but this is just connecting to the database.  Seems like we should be able to do this.  I just don't know what to check.
    Thanks in advance.
    EDIT:
    I have looked more closely at this, and perhaps there are more clues.  I use the same user account to log on to two Win7 machines. One is a developer workstation with VS10 installed. The other is representative of a client workstation the app will
    run on. My user account is actually an administrator on both machines.
    At runtime we invoke advapi32.dll logonuser impersonation to logon to SQL server with a dedicated account.
    What we're seeing is that I can run the app freely on the developer workstation.  Even with UAC on, and even if I am not using "run as administrator".  This may point to something about how the SQL drivers/provider are installed
    on that machine.
    When I run on the regular user workstation, even though I am an administrator myself, I must "run as administrator" to launch it. And when I do, I get a UAC prompt.  When we turn UAC off, of course, the app runs fine.

    Hi,
    I think you are in the similar case with:
    http://support.microsoft.com/kb/2009672
    By default SSIS always uses the low privileged token resulting in a failure when connecting to a SQL Destination. Full administrator access token is required in your case.
    Unlike earlier versions of Windows, when an administrator logs on to a computer running Windows 7 or Windows Vista, the user’s full administrator access token is split into two access tokens:
    a full administrator access token and a standard user access token.
    During the logon process, authorization and access control components that identify an administrator are removed, resulting in a standard user access token. The standard user access token is then used to start the desktop, the Explorer.exe process. Because
    all applications inherit their access control data from the initial launch of the desktop, they all run as a standard user.
    After an administrator logs on, the full administrator access token is not invoked until the user attempts to perform an administrative task. When a standard user logs on, only a standard user access token is created. This standard user access token is then
    used to start the desktop.
    To get around this, you may configure an application to always run elevated.
    http://technet.microsoft.com/en-us/library/cc709691%28WS.10%29.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • DAtapump Import/Export Exit without errors

    Hi,
    I have cloned a single instacne database into a RAC instance and now here is the problem that am facing.
    The EXPDP in the new RAC environment is getting exited without errors . See the error message below.
    $ expdp schemas=xxxxdumpfile=SAMP.dmp logfile=SAMP.log directory=DUMPDIR
    Export: Release 10.2.0.4.0 - 64bit Production on Monday, 14 February, 2011 18:16:22
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Username: sys as sysdba
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    $
    It doesn't throw error nor take backup. It simply quits.
    Any suggestions. I googled a lot but now solution.
    Please help...

    Pl post details of OS and database versions
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/dp_export.htm#SUTIL2890
    HTH
    Srini

  • CRM 2015 installation hangs without errors on Windows Server 2012 installed in a VM

    I have installed a Windows Server 2012 and SQL Server 2012 on a VM using VMware Player and then installed Dynamics CRM 2013, working out all the configuration problems.
    The installation hanged once without errors and when I tried it again it was installed, no problems. Dynamics CRM 2013 works without issue.
    Then I copied the machine, uninstalled the Dynamics CRM 2013 and started installing CRM 2015. However this time without errors the installation hangs even though I tried more than 5 times.
    There are no errors, installation program is not unresponsive and task manager shows nothing out of the ordinary.
    I have also tried this on multiple physical and virtual PCs to no avail.

    Try to Delete the registry files of CRM before you start the installation : HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSCRM

  • Cash Management - AutoRecon without errors, but still unreconciled?

    Hi guys,
    Pretty interesting question:
    I have multy period's bank file (transactions for 3 accounting periods), all settings are according the manual on AP and CM sides done.
    Statement's Import finished without errors, AutoReconciliation finished without errors, but Statement still have status UNRECONCILED and on AP side transactionsin ap_checks_all table still have STATUS_LOOKUP_CODE as NEGOTIABLE, and CLEARED_AMOUNT, CLEARED_DATE, REQUEST_ID, CLEARED_ERROR_AMOUNT and ACTUAL_VALUE_DATE fields are still empty.
    The periods were OPEN at the time of a run.
    Only when I go to the Statement in CM and open the lines and reconcile them one by one it works.
    Please advise, any help will be appreciated!
    Bok

    Hi,
    Step: 1
    Check the System parameters Auto Reconciliation Setups
    Step: 2
    Check the Bank Statment line has Bank Transaction Code attached
    Step: 3
    Check the Document number given in Bank Statement line is matching exactly with the Payment/Receipt
    Step: 4
    Check the Bank Code attached to line is same as the available line you are trying to match i.e. RCT to Receipt, PMT to Payment etc
    Step: 5
    Assign MO: Security Profile Option to your user id
    Run Autoreconciliation Program now. The issue should be resolved.
    Regards,
    Sridhar

  • Flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    I have had the same problem for WEEKS and I cannot access any sites that use Flash. Flash has been installed on this computer since I bought it in 2012. I have allowed auto updates but for weeks the updates never get past Step 2 - is this because I do NOT want the Google Tool bar? I use NO tool bars as there is only 6 inches of vertical screen space. Is this because I uncheck wanting Chrome as a default browser?  It is already installed, I just don't use it.  I came to this site and ran the check is it installed and the system says it is either not installed or not enabled. Version 14 just downloaded about 30 minutes ago - but did not progress to Step 3 although a pop up screen came up with a finish button, which I clicked. WHAT is the problem and how do I fix it?  If this were just a compatibility bug between IE11 and Adobe they have had plenty of time to fix it.
    Stephanie HC

  • Azure Webjobs with EF DB - A network-related or instance-specific error occurred while establishing a connection to SQL Server

    Hi,
    I have been trying to get a very simple WebJob developed and deployed onto Azure with little to no luck.  I have a MVC Website which has a common project which handles my Data Access Layer with Entity Framework.  I have created a WebJob project
    using Visual Studio and added the following lines of code to the Manual Trigger Function
    [NoAutomaticTrigger]
    public static void ManualTrigger(TextWriter log, int value, [Queue("queue")] out string message)
    RitualDBEntities db = new RitualDBEntities();
    log.WriteLine("Function is invoked with value={0}", value);
    List<Location> locations = db.Locations.ToList();
    string msg = string.Empty;
    foreach (Location location in locations)
    msg += location.Name;
    message = msg;
    log.WriteLine("Following message will be written on the Queue={0}", message);
    In my app.config of my WebJob i have the following connection strings:
    <add name="RitualDBEntities" connectionString="metadata=res://*/RitualDBEntities.csdl|res://*/RitualDBEntities.ssdl|res://*/RitualDBEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=ritual-pc\sqlexpress;initial catalog=RitualDB;integrated security=True;persist security info=False;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
    <add name="RitualContext" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=RitualDB;Data Source=ritual-pc\sqlexpress" providerName="System.Data.SqlClient" />
    <add name="AzureWebJobsDashboard" connectionString="DefaultEndpointsProtocol=https;AccountName=ritual***;AccountKey=tQAP0gyMYKtWPJeIbsqk2iT2k69gyd1FwcyRf3+5Mc9b9EdYzpj0Dq8X2VHUmF*****"/>
    <add name="AzureWebJobsStorage" connectionString="DefaultEndpointsProtocol=https;AccountName=ritual***;AccountKey=tQAP0gyMYKtWPJeIbsqk2iT2k69gyd1FwcyRf3+5Mc9b9EdYzpj0Dq8X2VHUmF*****" />
    When i test locally (F5 Debugging) the webjob runs successfully and does the loop of the objects returned from the database.  When i deploy this Azure the WebJob fails with the following error:
    [03/29/2015 22:07:39 > 6ca05b: SYS INFO] Status changed to Initializing
    [03/29/2015 22:07:41 > 6ca05b: SYS INFO] Run script 'Ritual.WebJobs.Members.exe' with script host - 'WindowsScriptHost'
    [03/29/2015 22:07:41 > 6ca05b: SYS INFO] Status changed to Running
    [03/29/2015 22:07:44 > 6ca05b: INFO] Found the following functions:
    [03/29/2015 22:07:44 > 6ca05b: INFO] Ritual.WebJobs.Members.Functions.ManualTrigger
    [03/29/2015 22:07:44 > 6ca05b: INFO] Executing: 'Functions.ManualTrigger' because This was function was programmatically called via the host APIs.
    [03/29/2015 22:08:01 > 6ca05b: INFO] Function had errors. See Azure WebJobs SDK dashboard for details. Instance id is e99d7205-3ca0-4674-9414-f0381d5c2316
    [03/29/2015 22:08:01 > 6ca05b: ERR ]
    [03/29/2015 22:08:01 > 6ca05b: ERR ] Unhandled Exception: System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.SqlClient.SqlConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<Open>b__36(DbConnection t, DbConnectionInterceptionContext c)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.<Open>b__2()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass1.<Execute>b__0()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Action operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of inner exception stack trace ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Ritual.WebJobs.Members.Functions.ManualTrigger(TextWriter log, Int32 value, String& message)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at lambda_method(Closure , Object[] )
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.VoidInvoker.InvokeAsync(Object[] arguments)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithWatchersAsync>d__23.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithOutputLogsAsync>d__1c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithLogMessageAsync>d__c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<ExecuteWithLogMessageAsync>d__c.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.<TryExecuteAsync>d__1.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.Host.Executors.ExceptionDispatchInfoDelayedException.Throw()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.JobHost.<CallAsyncCore>d__7.MoveNext()
    [03/29/2015 22:08:01 > 6ca05b: ERR ] --- End of stack trace from previous location where exception was thrown ---
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Microsoft.Azure.WebJobs.JobHost.Call(MethodInfo method, Object arguments)
    [03/29/2015 22:08:01 > 6ca05b: ERR ] at Ritual.WebJobs.Members.Program.Main()
    [03/29/2015 22:08:01 > 6ca05b: SYS INFO] Status changed to Failed
    [03/29/2015 22:08:01 > 6ca05b: SYS ERR ] Job failed due to exit code -532462766
    If i remove any of my database code and use just the basic Stub code my webjob will run successfully so i know that my connection strings (outside of the DB ones) are correct.  My MVC web application also runs perfectly using the same connection strings
    in Azure so i also know that they have also been configured.  
    I am now lost and need some guidance, so if someone is able to assist me that would be much appreciated.
    Thanks
    Ritual.

    Can you try to log the connection string you are using in both cases to make sure they are the same?
    Also can you share your site name, either directly or indirectly?
    This will help us investigate.
    Thanks,
    Amit

  • How do I get the Audio Books to stick without error on any of my car

    Good evening all.
    I have been drafting a FAN message in my head for several days now, mainly because I have seen so many people baggin all over the ZEN in a number of posts... It's getting late, and I am resolved to not bore everyone with my rhetorical delights, so - for this night I enter to say: - THANK YOU so very much for the Helpful Hints thread, that was very kind. And 2- The PQI SD cards, both the 2GB as well as the 4GB are a hit with the ZEN as well as all the others mentioned thus far.
    Seems a big crowd is very disappointed with the cans and cant's of the internal memory being able to sync up directly with the SD cards; maybe my total "newby'ness", but I am thrilled with my product... I purchased the 2GB ZEN, and then scored the Bluetooth headphones that were discounted over a hundred bux over the Father's Day weekend.
    I'm a disabled, over the hill gentleman, and wanted a media player to keep me company on the powerwheelchair rides into town and what not... Yes... Being able to drag or send **bleep** from internal memory to the SD card, vice versa would be a treat, but things are workable as is.
    My ONLY problem thus far has been in trying to re-sync a couple of Audio Boox, FROM my ZEN internal flash memory, to my PC (that part looks as if it works out OK, and I can get them imported back into the AudioManager library) and then try to get them to hook in error free to one of the SD cards (it's here where the difficulty occurs)... I'd much prefer to have just music on the internal flash, and then carry all my extras on my cards; but I was all excited and stuff... Tried to take baby bites and little steps, but just couldn't resist digg!
    There is simply no way that I can figure out how to get the Audio Books to stick without error on any of my cards. And therefore I am reluctant to delete them off the ZEN itself.
    Ahhhwell... Li've and learn!
    Overall.. I am tickled green with the Creative ZEN, the Earphones and the investment into the extra 0 gigs of card memory.
    Well... That was a bit longer than I wished, but for ME, it was a pretty **bleep** short write!
    Good night all.. Sleep well...
    gypsy
    OH.. And my daughters little PNY 28mb card works with the unit too
    Admin notes: I moved the message from the locked sticky (undergoing cleanup now) so that others can help.
    Message Edited by KokChoy-CL on <span class='local-date'> 07-6-2008<span class='local-time'> :59 AM

    Even if you could get protected content on the SD cards, AFAIK the Zen won't support bookmarks for files on the SD cards. That would make listening to lectures or audio books on the SD card would be very inconvenient?(who wants to have to remember where their place is, then fast forward to it each time they restart listening to it's). I am curious. Do you have any problems getting the audiobook files to play in the correct order, or do the tags sort them properly? It seems like many series of lectures or other series of audiofiles sort properly on the pc or in mp3 players that use the folder/filename system, but might not sort properly based on the ID3 tags?

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server2012

    TITLE: Connect to Server
    Cannot connect to RAVI\SQLEXPRESS.
    ADDITIONAL INFORMATION:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476
    BUTTONS:
    I installed it many times correctly,every thing installed succeeded  but when trying to connect getting the above error...
    please help me to solve this..:(((

    Hi,
    Following should be taken care of
    1. Make sure TCP/IP and named pipes protocol is enabled
    2. Make sure browser service is up and running
    3. Make sure SQL express service is up and running
    4. If you are connecting from remote make sure exception in firewall should be made.
    5. If your SQL Server is listeing on port apart from 1433 make sure you connect like
    RAVI\SQLEXPRESS,portno
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server.

    Dear all,
    I know that this topic may be a bit old school; but it really make me mad as I tried all solutions i found and it still cant be resolved....please give a hand...
    The situation is like this,my company divided different platform as a status of project, like DEV, SIT and UAT. I got a project that require me to upgrade an vs2003 project to vs2005. I upgraded it completely and
     successfully, it works fine in development and UAT platform; EXCEPT, the SIT platform.
    The situation is very strange that, once I move the source to SIT, it return the following error:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    but it never happen in either DEV or UAT platform and even do I copy the workable web.config from DEV or UAT platform to SIT, the error still here and unable to resolve it.
    I search a lot in the internet by Google, but solution suggested are not suitable or fail in my case. Most answer suggest that "enable remote control", "check fire wall", "check server" etc......But as I can connect well the
    DBServer in DEV and UAT properly, I dont think those are the cause(but still, I check them all, and all are enabled properly, except my firewall setting is OFF, so adding port is ignored).
    After all the searching and testing, I believed and have reason to believe that, the cause is inside my web.config:
      <appSettings>
        <!--   User application and configured property settings go here.-->
        <!--   Example: <add key="settingName" value="settingValue"/> -->
    <clear/>
        <add key="Environment" value="UAT v1.31"/>
        <add key="DBServer" value="DB_UAT"/>
        <add key="cnBPSS.ConnectionString" value="data source=DB_UAT\BPSS;persist security info=True;user id=theloginid;workstation id=RP_UAT;packet size=4096;pwd=theloginpwd"/>
        <add key="UTBPSSConn.ConnectionString" value="data source=DB_UAT\BPSS;persist security info=False;user id=theloginid;workstation id=RP_UAT;packet size=4096;pwd=theloginpwd"/>
        <add key="UTDSBDBConn.ConnectionString" value="workstation id=RP_UAT;packet size=4096;user id=theloginid;data source=DB_UAT\DSBDB;persist security info=False;password=theloginpwd"/>
        <add key="cnDSBDB.ConnectionString" value="workstation id=RP_UAT;packet size=4096;user id=theloginid;data source=DB_UAT\DSBDB;persist security info=False;password=theloginpwd"/>
        <add key="Timer1.Enabled" value="True"/>
        <add key="Timer1.AutoReset" value="True"/>
        <add key="cnbpss.ConnectionString" value="data source=DB_UAT\BPSS;password=theloginpwd;persist security info=True;user id=theloginid;workstation id=RP_UAT;packet size=4096"/>
        <add key="cnbpss1.ConnectionString" value="data source=DB_UAT\BPSS;password=theloginpwd;persist security info=True;user id=theloginid;workstation id=RP_UAT;packet size=4096"/> 
    </appSettings>
    </configuration>
    I know such kind of setting is old school; But due to this program runs for few years from tons of ppl...I dont dare to modify it unless I am very sure they are the cause.....
    May I ask if anyone cna give me some advice and help in this issue please? I already tried for weeks and turning mad....Please I really need some help...
    Many thanks.
    Ksun Chan

    Checklist of possible reason of this error
    1. Check SQL services are running
    2. Check SQL Browser service is running
    3. Check remote connections are enabled
    4. Network connectivity between database & application servers by TRACERT command
    5. Check TCP/IP protocol enabled at SQL server
    6. Check talent connectivity – telnet <IP address> <port no on SQL server running>
    7. Check UDP port 1434 is open or not on SQL Server
    8. Check firewall is running or not Check
    9. If firewall running, SQL Server & UDP port must be added in exception in firewall
    Regards,
    Rohit Garg
    (My Blog)
    This posting is provided with no warranties and confers no rights.
    Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread.

  • "a network related or instance specific error in sql server 2008..." error in sbs 2011 standard.

    Hi All,
    When we try to open "Sql Server 2008 R2" in SBS 2011.......... we are getting the error message" “A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify
    that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified) ”
    How can we resolve the issue?
    Thanks in advance.
    Ram.
    Ramakrishna

    Hi Ram, you can check the solutions in the following links and see if that helps:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server
    http://social.technet.microsoft.com/wiki/contents/articles/a-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-sql-server.aspx
    A network-related or instance-specific error occurred while establishing a connection to SQL Server 
    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/3a1c4d72-300c-4f9b-a0ac-23027ce04d1c/
    Also, rather than a SBS specific issue, it seems only relate to SQL server, you can also post it to SQL server forum so that SQL server experts there can provide more accurate solutions:
    http://social.technet.microsoft.com/Forums/en-US/category/sqlserver
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.

    Server Error in '/' Application.
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    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.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    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:
    [SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
    System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846887
    System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
    System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +4860189
    System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +90
    System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342
    System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221
    System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189
    System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +185
    System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31
    System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433
    System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
    System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +499
    System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
    System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31
    System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92
    System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1297
    System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +19
    System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
    System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
    System.Web.UI.WebControls.GridView.DataBind() +4
    System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
    System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +72
    System.Web.UI.Control.EnsureChildControls() +87
    System.Web.UI.Control.PreRenderRecursiveInternal() +44
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
    Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

    On what website/link did you received this error message ??

  • A network related or instance specific error when I run VS2005 application

    I am new to programming, I am a system and network engineer so not much understanding in coding. I have an application which has been created in VS2005 .net which has an sql database. The SQL server version is 2000 which is running on Windows 2003 serer.
    This application is running fine on existing Windows XP machines. But I have tried to installed on new Windows XP, 7 and 8 PC's but all the clients getting error "A network related or instance specific error.........error 40 could not open a connection
    to SQL server. I have tried to connect the sql server with an UDL file and I can connect successfully. Also installed VS2005 and able to connect the SQL server successfully but some reason the application cannot connect to the sql server. My exe.config connection
    string as follow (this connection string works fine with the exiting windows XP PC's).
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <configSections>
      </configSections>
      <connectionStrings>
        <add name="xxx.MySettings.SQLConString" connectionString="server=10.0.0.23;database=XXX;Persist Security Info=True;User ID=sa;Password=password"
          providerName="System.Data.SqlClient" />
        <add name="xxx.MySettings.OLEConString" connectionString="Provider=SQLOLEDB;server=10.0.0.23;Persist Security Info=True;Password=password;User ID=sa;database=XXX"
          providerName="System.Data.OleDb" />
        <add name="xxx.MySettings.ConnectionString" connectionString="Provider=SQLNCLI.1;server=10.0.0.23;Persist Security Info=True;Password=password;User ID=sa;database=XXX"
          providerName="System.Data.OleDb" />
        <add name="xxx.MySettings.WGCConnectionString" connectionString="server=192.0.0.23;database=XXX;Persist Security Info=True;User ID=sa;Password=password"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
      <appSettings>
        <!--   User application and configured property settings go here.-->
        <!--   Example: <add key="settingName" value="settingValue"/> -->
      </appSettings>
    </configuration>
    We have two sites, IP 10 range is the head office and 192 is a sub office and both sites using same application but different databases.
    Please help!
    Thanks
    Kumar

    Debug 
    'MyApps.exe': Loaded 'C:\MySuite\MySuite\bin\MyApps.exe', No native symbols in symbol file.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\msvcr80.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\dae02331a443fb52216ca83292cb2f21\mscorlib.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msctf.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\TeamViewer\Version9\tv_w32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\MyApps.exe', Symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\4b0455ae94e3cecca4bb3ba8c96828c9\System.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\424bff3295c6e7539cc6df62b9425bd0\System.Drawing.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\1cdfe1998ad6794db3237006906c6fa2\System.Windows.Forms.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualBas#\aa86b1a0c9a5bd2a973bef106c0461f9\Microsoft.VisualBasic.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data\af8afdcab485e00a04b18ed487981f3d\System.Data.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'System.Data.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'System.Data.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configuration\4b6e70acd99dc22e29b7fc8f9ac340c4\System.Configuration.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\7faf645dc46781225cb722edf9e1e738\System.Xml.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\GdiPlus.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\en\MyApps.resources.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Transactions\7e310942e6e9a5d623e003130ec3d9bd\System.Transactions.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'System.Transactions.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'System.Transactions.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\sxs.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\clbcatq.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comres.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\oledb32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msdart.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\oledb32r.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\sqloledb.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\msdatl3.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comsvcs.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\colbact.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mtxclu.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\clusapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\resutils.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\userenv.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dbnetlib.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\security.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msapsspc.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt40.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msapsspc.dll'
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msvcrt40.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\schannel.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\digest.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\digest.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msnsspc.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt40.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msnsspc.dll'
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msvcrt40.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msv1_0.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\cryptdll.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\iphlpapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ntdsapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\rsaenh.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dssenh.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.EnterpriseSe#\78e7a4c3acd1a345c4ef1f73ff48a1dd\System.EnterpriseServices.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'ImageAtBase0x10000000', No symbols loaded.
    'MyApps.exe': Unloaded 'ImageAtBase0x10000000'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.EnterpriseSe#\78e7a4c3acd1a345c4ef1f73ff48a1dd\System.EnterpriseServices.Wrapper.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'ImageAtBase0x11000000', No symbols loaded.
    'MyApps.exe': Unloaded 'ImageAtBase0x11000000'
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorsec.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\riched20.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\riched20.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\cryptnet.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\psapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\sensapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\winhttp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\MySuite\MySuite\bin\C1.Win.C1TrueDBGrid.2.dll', Binary was not built with debug information.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\C1.Win.C1TrueDBGrid.2.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Accessibility\06b454361516e65eca55a743cd93cefc\Accessibility.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Accessibility\2.0.0.0__b03f5f7f11d50a3a\Accessibility.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    *** HR originated: -2147024774
    ***   Source File: d:\iso_whid\x86fre\base\isolation\com\copyout.cpp, line 1302
    *** HR propagated: -2147024774
    ***   Source File: d:\iso_whid\x86fre\base\isolation\com\enumidentityattribute.cpp, line 144
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mslbui.dll', No symbols loaded.
    The thread 'Win32 Thread' (0xc20) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x9b4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1464) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x6a8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdf4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1110) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xc04) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1188) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xd9c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x153c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x10d8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x914) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x175c) has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: Managed' has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: Native' has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: T-SQL' has exited with code 0 (0x0).

  • Network-related or instance-specific error

    Hi,
    When I run my application through IIS by specifying the server IP and virtual directory in the browser, I am getting the following error:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify
    that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).
    But when I run on visual studio it is working well. What might be the problem? I am connecting to SQL Server 2000 instance on another server.

    But when I run on visual studio it is working well.
    If Windows authentication is used to logon to SQL Server and you run your Project in VS, then your account is used to logon to SQL Server and I guess you have permissions to logon.
    If it runs in IIS, then the Service account of IIS is used to logon and may the account don't have permissions to do so. You should find an entry in SQL Server ErrorLog about the failed logon.
    Grant permissions for that account or Change the account for the web side.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

Maybe you are looking for