"Call to SQLExecDirect failed with %1"

Cross post from Windows Server 2008 Forums (MSFT Suggestion).  Original Post:
I am trying to set up Perfmon to log directly to a SQL 2008 Server
(trying to avoid binary file + relog).  The SQL server is running
locally on the same server I am trying to record perf counters from. 
Note that I am NOT using SQL 2008's data collection features, and I am
trying to log non-sql related counters.
I set up a SQL 2008
Native Client System DSN with Windows Authentication, but when I try
and start my data collecter set I get an error message  that "Call to
SQLExecDirect failed with %1", and the in event viewer I get "Call to
SQLExecDirect failed with .".  The set is running as System, which has
rights to the database.  SQL does not log any errors or a failed logon
attempt.
The ODBC DNS 'Test' button says it connected successfully, and I am
able to connect to the same database via Management Studio and ASP.Net.  I don't think its a SQL problem, but its hard to say when the error message is blank.
Any help fixing this, or ruling out SQL as the problem, would be appreciated.
Joe

Trying to figure this out, I dumped a binary log and tried using relog.
I get "Error: A SQL failure occurred. Check the application event log for any errors."  It does create the three tables in the SQL database, so it is connecting with a sucessful logon.  Checking the app log, I see "Call to SQLExecDirect failed with Ȁ."  The raw view has "02000x800000000000007433Application<ServerFQDN>Ȁ0000".
This is a Server 2008 box connecting to a local SQL 2008 server using a System DSN with the SQL 2008 Native Client provider.

Similar Messages

  • UPGRADE : RFC call to subst_save_upgeval_db failed with key UPDATE_ERROR

    Hello.
    We are upgrading our NW 7.01 to NW 7.3 ABAP.
    In Postprocessing phase MAIN_POSTP/CREATE_UPGEVAL we encounter the following error:
    ERROR: RFC of "subst_save_upgeval_db" failed
    key: ERROR UPDATE
    message: EXCEPTION UPDATE_ERROR RAISED
    Here is the troubleshooting ticket:
    This trouble ticket was created by SAPup on 20111125120155
    SAPup broke during phase CREATE_UPGEVAL in module MAIN_POSTP / Post Processing
    Error Message: RFC call to subst_save_upgeval_db failed with key UPDATE_ERROR (UPDATE_ERROR): EXCEPTION UPDATE_ERROR RAISED
    Summary of SAPup:
    SAPehpi Release:        lmt_002
    SAPehpi Version:        SAPup release lmt_002 version 41.001
    Start Release:          701
    Target Release:         730
    Summary of host system details:
    SID:                    TA1
    Host:                   sapta1
    MS Host:                sapta1
    GW Host:                sapta1
    Start Path:             /usr/sap/TA1/DVEBMGS02/exe
    Kernel Path:            /usr/sap/TA1/DVEBMGS02/exe
    Summary of operating system details:
    OS Type:                Linux X86_64
    OS Version:             2.5
    Summary of database details:
    Database Type:          ora
    Database Version:       11.2.0.2.0
    Summary of RFC details:
    Host:                   sapta1
    GW Host:                sapta1
    Client:                 000
    Destination:            TA1
    Language:
    System No.:             02
    here is the PHASES.LOG:
    1 ETQ201 Entering upgrade-phase "CREATE_UPGEVAL" ("20111125120352")
    4 ETQ399 Set environment for standard connect:
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '02', GwService = 'sapgw02'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPSR3
    4 ETQ399   auth_shadow_upgrade=0
    1 ETQ200 Executing actual phase 'MAIN_POSTP/CREATE_UPGEVAL'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'STORE_DB'
    4 ETQ359 RFC Login to: System="TA1", Nr="02", GwHost="sapta1", GwService="sapgw02"
    4 ETQ232 RFC Login succeeded
    Do you have anu ideas ?

    Here is the dev_rd log:
    Fri Nov 25 14:07:04 2011
    ***LOG S23=> GwIDisconnectClient, client disconnected (020) [gwxxrd.c     10423]
    ***LOG S74=> GwIDisconnectClient, client disconnected ( sapta1) [gwxxrd.c     10434]
    ***LOG S0R=> GwIDisconnectClient, client disconnected () [gwxxrd.c     10451]
    ***LOG S0I=> GwIDisconnectClient, client disconnected ( SAPCPIC) [gwxxrd.c     10464]
    LOCATION    SAP-Gateway on host sapta1.sap.fr.alten.com / sapgw02
    ERROR       connection to partner 'localhost.localdomain:0' broken
    TIME        Fri Nov 25 14:07:04 2011
    RELEASE     720
    COMPONENT   NI (network interface)
    VERSION     40
    RC          -6
    MODULE      nixxi.cpp
    LINE        4850
    DETAIL      NiIRead: 127.0.0.1:0
    SYSTEM CALL recv
    COUNTER     58

  • Call to SQLExecDirectW fails with Oracle

    Hello Gentlemen
    I am trying to extract data from an Oracle database through an ODBC connection using the standard ODBC functions. These work perfectly well for SQL Server. But with Oracle, SQLExecDirectW fails to execute a simple query (that works fine with SQL Server).
    With Oracle:
    o Handle is allocated OK.
    o It connects OK through the handle.
    o The connection returns an expanded connection string. It returns the right version number.
    So all is cool so far. But when I call SQLExecDirectW, the execution fails, but not on return status. Although the return status is success, the number of rows processed is 0. (With SQL Server, where it works, this number is 1.)
    I have tried to get the SQL state by calling SQLGetDiagRec, but this is not set. (Probably because it SQLExecDirectW returned a success.)
    I have tried replacing SQLExecDirectW with the more basic SQLExecDirect, and this also fails.
    Any ideas gentlemen?
    All the best,
    Lew.

    This is now resolved. Oracle does not return the number of rows processed, but SQL Server seems to. A routine that had that check in is now removed.

  • Call function HTTP_POST fails with error...

    <b>NiHostToAddr proxy error: NIEHOST_UNKNOWN</b>
    I could not figure out what's going on. Could not find any informatin about this error.
    Help please.
    Thanks,
    Andrei

    which site you are calling, is it on intranet or internet?
    if its internet do you use proxy if so did you pass the proxy details?
    for sample programs you can check out the programs starting with
    RSHTTP*
    Regards
    Raja

  • CryptAcquireContext failing with ERROR_FILE_NOT_FOUND (2L) when user not logged on Windows 8.1

    I am having a hard time migrating a C++ CryptoAPI-based application that currently runs on Windows Server 2008 to Windows 8.1. The scenario is:
    This application is eventually triggered by WatchDog.exe, which in its turn is triggered when the computer is started by Windows' Task Scheduler.
    Task Scheduler uses the following rules to start the WatchDog.exe:
    A Administrator User Account;
    Run Whether user is logged on or not;
    UNCHECKED: Do not store password. The task will only have access to local resources;
    Run with Highest Privileges;
    Configure for Win 8.1;
    Triggered at system startup.
    The server sits there, nobody logged, until in a given scenario WatchDog.exe starts the application. Application log confirms that the owner of the process (GetUserName)
    is the very same user Task Scheduler used to trigger WatchDog.exe.
    It turns out that this application works fine in Windows Server 2008, but in windows 8.1 a call to CryptAcquireContext fails
    with return code ERROR_FILE_NOT_FOUND (2L). The odd thing is that the application will NOT fail if, when started, the user is physically logged
    on the machine, although it was not the user who started the application manually.
    I took a look at the documentation and
    found:
    "The profile of the user is not loaded and cannot be found. This happens when the application impersonates a user, for example, the IUSR_ComputerName account."
    I had never heard of impersonification, so I made a research and found the APIs LogonUser,ImpersonateLoggedOnUser and RevertToSelf.
    I then updated the application in this way:
    HANDLE hToken;
    if (! LogonUser(L"admin", L".", L"XXXXXXXX", LOGON32_LOGON_BATCH, LOGON32_PROVIDER_DEFAULT, &hToken))
    logger->log (_T("Error logging on."));
    else
    logger->log (PMLOG_LEVEL_TRACE, _T("Logged on."));
    if (! ImpersonateLoggedOnUser(hToken))
    logger->log (_T("Error impersonating."));
    else
    logger->log (_T("Impersonated."));
    err = XXXXXXXXX(); // calls function which will execute CryptAcquireContext
    if (! RevertToSelf())
    logger->log (_T("Error reverting."));
    else
    logger->log (_T("Reverted."));
    Excerpt with the call to CryptAcquireContext:
    // Get the handle to the default provider.
    if(! CryptAcquireContext(&hCryptProv, cryptContainerName, MS_ENHANCED_PROV, PROV_RSA_FULL, 0))
    DWORD e = GetLastError();
    _stprintf_s (logMsg, 1000, _T("Error %ld acquiring cryptographic provider."), e);
    cRSALogger->log (logMsg);
    return ERR_CCRYPT_NO_KEY_CONTAINER;
    cRSALogger->log (_T("Cryptographic provider acquired."));
    As the result, I got the log:
    [2015/01/08 20:53:25-TRACE] Logged on.
    [2015/01/08 20:53:25-TRACE] Impersonated.
    [2015/01/08 20:53:26-ERROR] Error 2 acquiring cryptographic provider.
    [2015/01/08 20:53:26-TRACE] Reverted.
    That seems to show that impersonation is working properly, but still I get Error 2 (ERROR_FILE_NOT_FOUND) on CryptAcquireContext.
    Summary:
    On Windows Server 2008, the very same application runs properly even without the calls to LogonUser/Impersonate/Revert.
    On Windows 8.1, the application, with or without the calls to LogonUser/Impersonate/Revert, will only work properly if the user is logged on (which
    is not acceptable).
    Any thoughts where I can run to in order to get this working on windows 8.1?
    Thank in advance,
    Dan

    There are a couple of issues.
    Based on the parameters being used in CryptAcquireContext().  A profile needs to be loaded and your app has to be running as the same user who created the keyset. (which is why it works when a user is logged on Windows 8.1) Also, impersonation
    does not load your user profile, you need to call LoadUserProfile().  It seems like you should be using a machine keyset for your scenario if you want to do this when nobody is logged on.
    Take a look at the following KB article for more information.
    https://support.microsoft.com/kb/238187?wa=wsignin1.0
    thanks
    Frank K [MSFT]

  • RFC call to spda_get_stack_info failed.

    Hi All,
    When carry out the system upgrade from 47x200 to 701 EHP4 SR1,
    has a error in get stack info in the preparation step.
    From windows 2003 x32 MSsql 2000 upgrade to windows 2008 R2 and MS sql 2008 R2.
    Error message set: 'RFC call to spda_get_stack_info failed with key
    RFC_ERROR_SYSTEM_FAILURE (SYSTEM_FAILURE): Error ST_MATCH_FAIL occured.
    P1=element-start P2=sp-stacks P3= P4=element-start P5=SMSDXML P6='
    Thanks.

    Hello,
    this error is happening because you're using an old version of SAPup and/or an old version of the Upgrade FIX file. Please make sure you're running the very last version of these files and repeat the process from the beggining.
    Also the file ../EPS/in/SMSDXML.xml is actually not the XML file you want to use, it is a for R/3 release with
    SAP_BASIS 4.x, the EHP stack configuration for start releses 6.20 and higher, these text files do not match anymore.
    This can contribute for EHP_INCLUSION phase failing. Have you renamed it? It usually is a long file name, for example: SMSDXML_EP1_20111002154601.221.xml. Please make sure you or someone have not made manual changes in this xml.
    I hope this information helps.
    Best regards,
    Tomas Black

  • Pthread_create() fails with no error code

    Hi,
    following piece of code works well under Linux and is used to create a new thread:
    rc=pthread_attr_init(&tattr);
    rc=pthr ead_attr_setdetachstate(&tattr,PTHREAD_CREATE_DETACHED);
    rc=pthread_create(&thread1,&tattr,&WatchdogThread,(void*)&MyPID);
    Here the call of pthread_create() fails with a return code of -1 but errno is 0 so that I don't have an idea what the problem could be.
    Does anybody have an idea?
    Kind regards
    Oxy

    #define _REENTRANT
    #include <stdio.h>
    #include <pthread.h>
    #include <errno.h>
    void*
    func(void *arg)
            return arg;
    main()
            int rc;
            pthread_t tid;
            errno = 0;
            rc = pthread_create(&tid, NULL, func, NULL);
            printf("rc=%d, errno=%d\n", rc, errno);
    }The above test progam works for me when I compile it with
    % gcc -o p p.c -lpthread
    % p
    rc=0, errno=0Omitting the -lpthread reproduces something similar to you problem (reason: the empty pthread stub
    subroutines from libc.so are used):
    % gcc -o p p.c
    % p
    rc=-1, errno=0

  • Getaddrinfo() fails with 32 virtual interfaces?

    Hi all, this is regarding Solaris 9 on Sparc.
    We have code that fails when calling getaddrinfo() when the user has configured a large number of virtual Ethernet interfaces (multi-homing). If you have only a couple of network interfaces configured, the call works fine, but if you have a lot of virtual interfaces, 20+, the call fails.
    Any ideas what we might be doing wrong, or if there is an update to fix this? On another system, that is running the latest patches for Solaris 9, a call to t_kconnect fails with a EPROTO error when there are 20 virtual interfaces, but succeeds when there are fewer interfaces configured (like just the three physical interfaces).
    Thanks!
    Mark

    Thanks for reporting this - it is a new manifestation of a known bug (#6184000), however I don't have a date for a correction yet.
    Blaise

  • After-Delete Resource Action Fails with "the authenticity of host  ..." Err

    I created two Resource Actions (see below for format used). Both actions are being referenced in an Shell Script resource adapter (RA) that's used to create/delete a home directory on a Sun Solaris box. The RA also performs other setup/cleanup activities. The After-Create resource action call to ssh works. The After-Delete resource action call to ssh fails with the following error:
    com.waveset.util.WavesetException: Script failed waiting for "_,)#+
    (:" in response "The authenticity of host 'localhost (127.0.0.1)' can't be
    established. RSA key fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7...A key
    fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7e:74:23:f7:8f:df. Are you sure
    you want to continue connecting (yes/no)? " com.waveset.util.WavesetException:
    Script processor timed out with nothing to read and the following unprocessed
    text: "The authenticity of host 'localhost (127.0.0.1)' can't be established.
    RSA key fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7e:74:23:f7:8f:df. Are you sure you want to continue connecting (yes/no)? The authenticity of host 'localhost (127.0.0.1)' can't be established. RSA key fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7e:74:23:f7:8f:df. Are you sure you want to continue connecting (yes/no)? ".
    By the way, we are currently using Sun Identity Manager 7.0.
    Thanks in advance for your assistance.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE ResourceAction PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <ResourceAction name='ResAction:myProj:Resource-After-Create'>
    <ResTypeAction restype='Shell Script' timeout='20000'>
    <act>
    #!/bin/csh
    echo "Account ID" >> /myProjFolder/.$WSUSER_accountId.txt
    echo $WSUSER_accountId >> /myProjFolder/.$WSUSER_accountId.txt
    ssh -l someuser localhost /myProjFolder/exe/someExecutable $WSUSER_accountId &
    exit 0
    </act>
    </ResTypeAction>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </ResourceAction>
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE ResourceAction PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <ResourceAction name='ResAction:myProj:Resource-After-Delete'>
    <ResTypeAction restype='Shell Script' timeout='20000'>
    <act>
    #!/bin/csh
    echo "Account ID" >> /myProjFolder/.$WSUSER_accountId.txt
    echo $WSUSER_accountId >> /myProjFolder/.$WSUSER_accountId.txt
    ssh -l someuser localhost /myProjFolder/exe/someExecutable $WSUSER_accountId &
    exit 0
    </act>
    </ResTypeAction>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </ResourceAction>

    You've probably already fixed it...
    Just log on in the console yourself, instead of IdM. After answering yes, key fingerprint will be added to the ~/.ssh/known_hosts, and IdM will be happy.
    Milan

  • Jabber call to voice mail fails with fast busy over VPN

    I have an issue that I ran into with CIPC phones over a VPN.  If a CIPC phone called over a VPN and started ringing a phone the call would fail with fast busy at the time the call would be forwarded to voicemail.  I found the issue was when remote the CIPC phone would negotiate the g.729 codec, when forwarded to a voicemail pilot over a SIP trunk set to g.711 the call would fail due to codec missmatch when no transcoders are present.
    So now I am running into what I believe to be the same issue with Jabber, when on premise the calls to voice mail work just fine, but when remote they fail.  I can directly call the voicemail pilot without error, but if calling a phone the call gets fast busy at the point we are forwarded to voicemail.  Even though all my regions are set to talk to all other regions on G.711 and the voicemail SIP trunk is set to G.711, I believe with the new features in CUCM9 that a lower speed codec has been negotiated since the we are going over the VPN, or Jabber has done this as it knows it's over VPN (not sure).  WIth CIPC I could go into the settings and turn off the Optimize for Bandwidth check box and the call would negotiate G.711.  With Jabber I can't find anything that would tell my Jabber client to stay on G.711 and I can only imagine this is a codec missmatch as the following are true.
    1. CIPC and Jabber share the same line
    2. VPN established and CIPC optimised for low bandwidth un-checked
    3. Over the same VPN the CIPC phone can leave a voicemail
    4. Over the same VPN the Jabber client gets fast busy once forwarded to voicemail
    5. Voicemail environment is Exchange-UM over SIP trunk
    6. SIP trunk is assigned a Device Pool, that is assigned to a region that all other regions communicate G.711 to
    7. On CIPC if optimised for low bandwidth is checked I get the exact same issue as I get with the Jabber client (fast busy when forwarded to voicemail)
    Would anyone know what I can do in CUCM 9 to fix this issue, as said no issue when all devices are on premise.  Wondering if there is a service parameter or a way to change the codec selection so the Jabber client attempts to always negotiate G.711.  The correct answer would be to get some PVDM DSP resources and kick up a transcoder in my resource group, and that may be what I talk them into doing if I have no other options.                  

    We have been getting the exact same thing for almost a year now... since switching to FiOS Digital Voice in May of last year!  Every time I call in to report it they 'escalate' the issue but it never gets resolved.  The problem seems to be in the initial connection.  Most of the time it works fine but, several times a month, after I call to get messages and it starts to play the new message it goes dead and I get the busy signal.  I get the same message when I call back:  “I’m sorry – that account is in use at this time.  Please try again later!”  I have even called in with my cell phone and get the same message!  I HAVE EVEN used the Internet to see if I could get my messages and, when I hit Play, I get a pop-up saying: “Your Voice Mail box is currently in being accessed; please try again later.  If the problem continues, please contact our Customer Support Center at 1-888-553-1555. We apologize for any inconvenience.”  This is obviously a software bug that Verizon has no clue on how to troubleshoot OR fix!!!  I wonder how many people have the problem and just don’t bother reporting it because of the hassle?  When it first started happening they destroyed my entire mailbox and I had to re-enter the complete mailbox setup again – 3 times!!!  NEVER let them talk you into that!!!  It’s their problem and they need to fix it!!!!!!!  I wish I could go back to the ‘normal’ voicemail we originally had… they want hundred$ to switch back because I’d be breaking my #$@%^&* contract!  Good luck if you have Verizon………

  • The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.

    I am experiencing this error with one of our cluster environment. Can anyone help me in this issue.
    The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.
    Thanks,
    Venu S.
    Venugopal S ----------------------------------------------------------- Please click the Mark as Answer button if a post solves your problem!

    Hi Venu S,
    Based on my research, you might encounter a known issue, please try the hotfix in this KB:
    http://support.microsoft.com/kb/928385
    Meanwhile since there is less information about this issue, before further investigation, please provide us the following information:
    The version of Windows Server you are using
    The result of SELECT @@VERSION
    The scenario when you get this error
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009. There may be error messa

    Error
    [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There
    may be error message
    I am using BIDS Microsoft Visual Studio 2008 and running the package to load the data from excel .
    My machine has 32 bit excel hence have set property to RUN64BITRUNTIME AS FALSE.
    But the error still occurs .
    I checked on Google and  many have used Delay validation property at Data flow task level to true but even using it at both excel connection manager and DFT level it doesnt work
    Mudassar

    Thats my connection string
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\SrcData\Feeds\Utilization.xlsx;Extended Properties="Excel 12.0;HDR=NO";
    Excel 2010 installed and its 32 bit edition
    Are you referring to install this component -AccessDatabaseEngine_x64.exe?
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Mudassar
    You can try an OLEDB provider in that case
    see
    http://dataintegrity.wordpress.com/2009/10/16/xlsx/
    you might need to download and install ms access redistributable
    http://www.microsoft.com/en-in/download/details.aspx?id=13255
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • First call attempt fails with 12000; reason="Routes available for this request but no available gateway at this point"

    We've installed a new Audiocodes Mediant 1000B gateway for our customer.  They only have about 6 users enabled for Enterprise voice and using Lync for all calls.  They have an intermittent problem whereby the first call attempt to a number on the
    PSTN fails with 12000; reason="Routes available for this request but no available gateway at this point".  There is only one PSTN gateway installed.  All routes point to this gateway.  What I found initially is that the calls
    were failing after 10 seconds which is the default "failovertimeout" in the OutboundRouting.exe.config.  I found this post http://voipnorm.blogspot.co.uk/2012/06/lync-2010-gateway-timeout-call-failures.html and
    changed the value to 20 seconds.  Subsequent failures failed after 20 seconds (the new value).  The interesting thing is that the second attempt even a couple of seconds later succeeds.  My Lync server event log has 46046 "A call to a PSTN
    number failed due to non availability of gateways." for the failed call and 46047 "A PBX gateway is now responding to requests after some failures." for the successful call moments later.
    My environment is Lync 2010.  A single enterprise edition Front End with collocated mediation.  The server is virtual and in a different physical location to the gateway.  The two sites are connected via a LES1000.  The RTT between the
    sites is very low so it isn't necessarily networking.
    In the Syslog output on the Audiocodes we don't see the call even reach the gateway.  It's likely that Lync has simply marked the gateway as down and doesn't route the first call.  Then it wakes up and marks it as up and routes the next call.
    Update wise I'm on 4.0.7577.183, 199 and 217 for those that are up to date and the only components that are behind say that 223 is available.  Those being Core Components, Lync Server, Conferencing Server and Web Components.
    As I said, this is intermittent, apparently doesn't happen for every user (which I don't buy), but is easily replicated on request.
    I definitely think changing the failovertimeout value has reduced the number of failures.  But realistically I don't want users sitting there for 20 seconds before their call fails.  Or 19 seconds for the call to route.
    I've found a few posts on this and similar issues.  I don't get the 25051 or 25052 errors.
    Any help gratefully appreciated.
    Regards
    Randy Chapman
    Best Regards Randy Chapman

    Try to change the value of Failovertimeout to 1000.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SharePoint SiteMialbox failed with 503 error (AutoDiscover.svc web service call failed)

    SharePoint SiteMialbox failed with 503 error (AutoDiscover.svc web service call failed)
    I followed Technet articles to configure SiteMailBoxes in our environment & exchange sever.
    When we created Sitemailbox in a SiteCollection &when we try to open it, it failed with below error.
    Site Mailbox
    We are having trouble connecting to Exchange Server
    The server might be temporarily unavailable. Please check back on this page in a few minutes. If this problem persists, please contact your system administrator.
    Correlation ID: bb0fe99c-6f4e-e084-b191-881fbf0fa977, Error Code 10 
    ULS Log (503 error)
    Autodiscover Diagnostics Response Headers: request-id: 95d12ceb-283e-4495-b28b-256503fd097c  client-request-id: 742fe69c-ef5a-e084-ca05-6098c759c584  X-CalculatedBETarget: devapwxyz01a.devap.mydomain.com  X-FEServer: DEVNAABCD01B
     Content-Length: 0  Cache-Control: private  Date: Tue, 03 Feb 2015 18:53:40 GMT  Set-Cookie: X-BackEndCookie=; expires=Sun, 03-Feb-1985 18:53:40 GMT; path=/autodiscover; secure; HttpOnly  Server: Microsoft-IIS/8.5  X-AspNet-Version:
    4.0.30319  X-Powered-By: ASP.NET    
    742fe69c-ef5a-e084-ca05-6098c759c584
    if I am correct, X-CalculatedBETarget supposed to be DEVNAABCD01B.devna.mydomain.com but it connected to different domain devapwxyz01a.devap.mydomain.com.  Do you guys have any idea on this?  (I verified
    the same using fiddler, it is failing right at autodiscover.svc call.)
    I wrote a powershell script to connect autodiscover service in sharepoint server & this web service call able connect right server X-CalculatedBETarget. It gave the expected response.
    I am not sure why SharePoint webservice call (X-CalculatedBETarget) is going to different server?
    let me know if you guys have any ideas.
    Thanks.

    Thanks for the Response Raj.
    I already followed the same instructions in the Links.
    When SharePoint Autodisover.svc webservice send a request to Exchange server & Exchange server redirecting that request to different server, this is the problem i am facing right now.
    X-CalculatedBETarget
    supposed to be DEVNAABCD01B.devna.mydomain.com but it connected to different domain devapwxyz01a.devap.mydomain.com.
    Let me know if you have any suggestions?

  • Calling an rss script with rs.exe fails to result in a report pdf from VB6 w/ ShellEx.

    Sql 2008 R2
    Calling an rss script with rs.exe fails to result in a report pdf from VB6 w/ ShellEx. 
    If I call rs.exe with the various parameters from the command prompt I  have success(other than rs.exe using the temp folder, which is a different issue).  But when I try to execute the same process from a Visual Basic 6.0 application utilizing
    the ShellEx api call, the report creation and output to PDF format do not occur.   There is no error raised.
    Yes, I wish I could use a newer dev tool but that isn't an option right now. I think this should work.  Can ya'll tell me what I'm doing wrong?
    sArgs = "-i " & Chr(34) & "'C:\Program Files\Dura Supreme\OrderEntry\RunOrdReports.rss'" & Chr(34) & _
    " -s 'http://walnut/reportserver' -v 'DuraOrderNum=" & _
    Chr(34) & sOrdDuraID & Chr(34) & "' -e Exec2005 -t"
    ShellEx Chr(34) & "C:\Program Files\Dura Supreme\OrderEntry\rs.exe" & Chr(34), EShellShowConstants.essSW_SHOWNORMAL, sArgs
    TIA,
    Jim M.

    ShellEx Chr(34) & "C:\Program Files\Dura Supreme\OrderEntry\rs.exe" & ....
    Hello Jim,
    The path for rs.exe includes spaces, you should set it in hyphen, as you already did for file "RunOrdReports.rss" in variable "sArgs2
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

Maybe you are looking for

  • Can someone tell me how to get a word or pdf to appear on a page

    I'm trying to have a flyer i have as a pdf appear in a blank web page on iweb and can't seem to figure out a way to copy and paste it to where it appears correctly.  can anyone help?  thank you! paul

  • How to connect WCEM with a TPV payment gateway ?

    Hi , I need connect my b2c application with tpv , is possible ?? how do I be it ?? thanks you.

  • Modifying colors in images

    I am trying to create a vi in Labview 7.1 that will upload an image from a jpeg file, modify the color and luminance of the image, and then output the image as a jpeg file. I am currently able to input and output the image to a file, but I am having

  • Linking tables......!!!!!!!!!

    Hi,    I am working with MM module. As for the functionality, I want to get the condition value for all purchase document items. Then How to link purchase document items with condition items. Urgent. Points assured. Cheers

  • PR00 Condition is missing in web ui

    Hi we have the scenario in crm like opportunity management , quotation analysis where in pr00 condition we have to input . pr00 condition is mandatory in all the transactions in crm . for this reason pr00 we maintained as mandatory in the pricing pro