Unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1

I am unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1. Log message is as follows:
Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
Failed to verify Authenticode signature on DLL 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\xplog70.dll'.
Error: 17750, Severity: 16, State: 0.
Could not load the DLL xplog70.dll, or one of the DLLs it references. Reason: (null).

Hi JFriedley,
According to your error message, there might three reasons for this issue.
xplog70.dll is corrupt, you need to check if you have any SQL Server running on same file version and same production
 edition. If xplog70.dll is corrupt, you can copy it from the new server where agent is running fine to your problematic server.
Native client not installed properly. If you try applying any latest Service Pack or Cumulative Update then check if the SQL Server Agent can start, if that also doesn’t solve issue then try to reinstalling SQL Server Native client from SQL Server setup
files.
There is a similar issue about error 17750, you can review the following article.
http://blogs.lostincreativity.com/sqldba/sqlserver-error-17750-could-not-load-the-dll-xpstar90-dll/
Regards,
Sofiya Li
If you have any feedback on our support, please click here.
Sofiya Li
TechNet Community Support

Similar Messages

  • JOB in Sql Server Agent should run multiple times.

    Hi Guys,
    I have a ETL SSIS job in Sql Server Agent, Which should run multiple times.
     1. For Example : I scheduled a job at 10:00 PM, If the job fails at 10:00 PM it should run automatically again at 10:10 PM, if the job fails again at 10:10 PM then the job should run at 10:40 PM.
    If the job gets success at first attempt i.e 10:00 PM, then it should not run at 10:10 PM.
    Note : The time difference between jobs is 10 minutes and 30 minutes. And i know that we can run the job at regular intervals.
    Thanks in advance

    Just add retry attempts to whatever number you want (2 as per your original explanation) in Job step properties as below
    Have a logic to include a delay of 10 mins . You can make use of WAITFOR function for that
    see
    http://www.mssqltips.com/sqlservertip/1423/create-delays-in-sql-server-processes-to-mimic-user-input/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • SQL server agent job running as Agent Service Account whose service account does not have r/w access but is still able to write?

    Hi. I am newer to SQL server security and am reviewing some of our SQL server's configuration to make sure the services are running under accounts with least privilege.  I have a SQL server 2012 instance whose Agent service is configured to run
    under an AD user account named 'SQLServices'.  The jobs on this server are configured to run as 'SQL server agent service account', which means they should execute as user 'SQLServices'.  The jobs are set up to execute SSIS packages which read and
    write to a database on the same server where the agent job is scheduled and SSIS package installed (all on same server).  The jobs are currently executing without error and are reading writing data correctly.  Upon close examination, it turns out the
    SQLServices account is not assigned to the 'sysadmin' role and had no users mapped to any databases on this server.  How are these jobs working?  I verified in profiler that the login name indeed is 'SqlServices'.  I also verified
    that SQLServices login has no database access by remote-ing onto the server and trying to log into the DB, and access was denied as expected.  According to the literature, the Agent service needs to be a member of 'sysadmin role' but I am reading
    some cases where that is not necessarily the case.  So this is not so concerning.  What is concerning is that the login 'SQLServices' had no access to the databases on that server yet it is reading and writing to the databases as if it does. 
    The only thing I can think of is maybe jobs run as 'SQL server agent service account' on the same server as the databases it r/w to somehow has some kind of default access.  What am I missing here?  Any input would be helpful.

    After 2 days on this forum I found the answer to my own question.  In retrospect, I should have posted this under 'SQL Server Security', but I didn't know it existed.
    The 2 threads below explain that Sql agent actually runs using SID (service) NT SERVICE\SQLSERVERAGENT if you chose that when you installed.  This will automatically create an associated login NT SERVICE\SQLSERVERAGENT in SQL server with sqladmin
    role.  This is the login that Agent uses to connect to the local instance of SQL server.  If you changed to domain account to run the service during install or after using config manager, basically NT SERVICE\SQLSERVERAGENT is still
    used to connect to your local instance behind the scenes (even though you will still see your domain user as account), and the domain account is used to reach outside the server. 
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/9e6bb2de-8fd0-45de-ab02-d59bbe05f72e/servicedatabase-accounts-nt-servicemssqlserver-nt-servicesqlserveragent-what-are-they-for
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/b83a52fd-fe11-4c28-a27b-88be8ae79f2a/how-do-i-change-sql-server-agent-service-account-to-nt-servicesqlserveragent?forum=sqlsecurity

  • I Cant find Sql Server 2014 express edition after installing it. How do I start the program

    Hello,
               I have Installed Sql Server 2014 Express edition and downloaded the AdventureWorks 2014 database and Back up files.
    I cannot find an Icon for the Sql Server on my Desktop to start the Sql program. There is only an icon for the Server Installation Center.
    How do I start the Sql server. I tried opening the AdventureWorks Database but I cant open it.
    Thank you

    Thanks Shanky
    When I installed Sql I chose Windows Login. After Installing I logged into Sql server using windows account. Should I have chosen an Sql account instead.
    Hi,
    Its is Ok if you have chosen windows Login. But it should be part of local administrator. I assume you know how to check
    Is it not a security risk having to run Sql server as an administrator when using windows account or sql account.
    Yes it is but at this point where I guess only you would be using and to get around with problem which you are facing. its recommended to run SQL server service with least privileged domain account. If you wan to read more see
    this link
    How do I make sure the account with which SQL Server service is running has full permission on folder where adventure works mdf and ldf files are located.
    Please make a habit to search on net it is filled with lot of information.
    This link would help.
    Locate the folder on drive where AD mdf and ldf file reside. Right click on folder select properties and then select security tab. Click on add and then type account name and search and add it
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Sql Server agent Jobs running

    Hi All,
    We have a scenario where we have to run 30 pkgs at same second. Each pkg is designed to fetch 60 lakh per day records and load it into Oracle/OLEDB destination.
    For which we have created 30 SQL agent jobs for each pkg running every 5 mins 24/7. We want to test running with option(1) these 30 jobs on single sql server instance and option(2) 10 jobs each on 3 sql server instances. Can someone please help me out to understand
    which would give me the better results.
    a) The main advantage of multiple sql server instance scenario when compared with single sql server instance?
    b) How much does the hardware configurations impact on the performance?
    Thanks in Advance....

    1. Exposed to race conditions means ?
    2. What you mean distributing computing? Can't the SQL Server handle this much load ?
    3. Yes, 60 lakh records per day.
    4. Multiple Instances on the same machine. The jobs might scale up to 300 jobs.
    So, please suggest whether multiple instances would help the approach in scaling up ? Or the Single instance can handle all the 300 jobs at same second?
    Please advice which approach would be best and why?
    Re #1: means it will step on each other
    #2: is when you take a chunk of data and process each separately at the same time. SQL Server or not will use the resources available on the machine. And they are not elastic.
    #3: So thanks @Vaibhav it is 600K records to process so per 5 min it is 300 records which not too many for even one SSIS package on a commodity server. Question though is how long is the record. And what needs to be done to "process", if it takes
    longer than 5 min - boom you are trouble with your approach (#1 happens)
    Lastly, how do you know it will scale?
    To answer you need
    1) Provide with technical specs of your prod machine
    2) Do a proof of concept
    3) Profile a load to see where improvements can be done because in ETL it is common to get more and more data as the time goes by. I also fail to understand how the concurrently running packages will understand what data not to process because another package
    grabbed it.
    Arthur
    MyBlog
    Twitter

  • Changing sql server service and sql server agent service startup account in SQL Server hosting SharePoint DB

    Hi 
    i have a sharepoint deployment with one SQL Server (running on VM) hosting the config DB and another SQL Server (Physical Host because VM was running out of space) to host the huge Content DBs. I need to schedule automatic backups of the Content DBs to a
    network share. For that i need to run the SQL Server Service with an account having permissions to the share as suggested in https://support.microsoft.com/kb/207187?wa=wsignin1.0
    I tried changing the logon as a service account to a domain
    account which has permissions to the Network Share and is also in local Administrators group of SQL Server and has "public and sysadmin" roles in SQL Server but that caused an issue. the SharePoint Web Application started showing a White Screen so
    I had to revert back to the default accounts i.e. NT Service\SQLSERVERAGENT and NT Service\MSSQLSERVER. I viewed the event logs . These are the types of error i got after changing the logon as a service account to a domain account
    1) Information Rights Management (IRM): Retried too many times to initialize IRM client. Cannot retry more. Retried times is:0x5.
    System
    Provider
    [ Name]
    Microsoft-SharePoint Products-SharePoint Foundation
    [ Guid]
    {6FB7E0CD-52E7-47DD-997A-241563931FC2}
    EventID
    5148
    Version
    15
    Level
    2
    Task
    9
    Opcode
    0
    Keywords
    0x4000000000000000
    TimeCreated
    [ SystemTime]
    2015-02-02T04:46:04.750899500Z
    EventRecordID
    176477
    Correlation
    [ ActivityID]
    {8FACE59C-1E17-50D0-7135-25FDB824CDBE}
    Execution
    [ ProcessID]
    6912
    [ ThreadID]
    8872
    Channel
    Application
    Computer
    Security
    [ UserID]
    S-1-5-21-876248814-3204482948-604612597-111753
    EventData
    hex0
    0x5
    2)
    Unknown SQL Exception 0 occurred. Additional error information from SQL Server is included below.
    The target principal name is incorrect.  Cannot generate SSPI context.
    System
    Provider
    [ Name]
    Microsoft-SharePoint Products-SharePoint Foundation
    [ Guid]
    {6FB7E0CD-52E7-47DD-997A-241563931FC2}
    EventID
    5586
    Version
    15
    Level
    2
    Task
    3
    Opcode
    0
    Keywords
    0x4000000000000000
    TimeCreated
    [ SystemTime]
    2015-02-02T07:01:35.843757700Z
    EventRecordID
    176490
    Correlation
    [ ActivityID]
    {50B4E59C-5E3A-50D0-7135-22AD91909F02}
    Execution
    [ ProcessID]
    6912
    [ ThreadID]
    5452
    Channel
    Application
    Computer
    Security
    [ UserID]
    S-1-5-17
    EventData
    int0
    0
    string1
    The target principal name is incorrect. Cannot generate SSPI context.

    Hi Aparna,
    According to your description, you get the above two errors when scheduling backups of Content DB. Right?
    Based on those two error messages, they are related to the service principal name(SPN) for SQL Server service. Please verify the if the SPN is registered successfully. You can view it in ADSI Edit or use command line. Please see:
    http://blogs.msdn.com/b/psssql/archive/2010/03/09/what-spn-do-i-use-and-how-does-it-get-there.aspx
    When installing SQL Server, those two services below should be registered:
            MSSQLSvc/servername:1433      
            MSSQLSvc/servername
    Please check if those SPNs or duplicated SPNs exist. You can use command to reset SPN or remove duplicated SPN and add new one. See:
    Setspn.
    We have also met this issue when this SPN is registered under Administrator. Please try to register it under Computer. You can add it in ADSI Edit.
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • SQL Unattended installation failed... please specify correct command line to install sql server unattended. i want to install sql in Win XP 32 bit SP3...

    04/05/2014 19:31:03.156 ======================================================================
    04/05/2014 19:31:03.203 Setup launched
    04/05/2014 19:31:03.234 Attempting to determine media source
    04/05/2014 19:31:03.265 Media source value not specified on command line argument.
    04/05/2014 19:31:03.281 Setup is launched from media directly so default the value to the current folder.
    04/05/2014 19:31:03.312 Media source: c:\9fd8baca53072f532abe06daf8d0a91c\
    04/05/2014 19:31:03.328 Attempt to determine media layout based on file 'c:\9fd8baca53072f532abe06daf8d0a91c\mediainfo.xml'.
    04/05/2014 19:31:03.734 Media layout is detected as: Advanced
    04/05/2014 19:31:03.765 Media LCID is detected as: 1033
    04/05/2014 19:31:03.781 Local setup.exe not found, so continuing to run setup.exe from media.
    04/05/2014 19:31:03.828 /? or /HELP or /ACTION=HELP specified: false
    04/05/2014 19:31:03.859 Help display: false
    04/05/2014 19:31:03.890 Checking to see if we need to install .Net version 3.5
    04/05/2014 19:31:03.921 Determining the cluster status of the local machine.
    04/05/2014 19:31:03.953 The local machine is not configured as a cluster node.
    04/05/2014 19:31:04.000 Attempting to find media for .Net version 3.5
    04/05/2014 19:31:04.046 .Net version 3.5 is installed
    04/05/2014 19:31:04.078 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    04/05/2014 19:31:04.109 Attempting to get Windows Installer version
    04/05/2014 19:31:04.156 Windows Installer version detected: 4.5.6001.22299
    04/05/2014 19:31:04.187 RedistMSI::IsVistaRTM - Not Vista RTM build
    04/05/2014 19:31:04.234 Required version of Windows Installer is already installed
    04/05/2014 19:31:04.250 Attempt to initialize SQL setup code group
    04/05/2014 19:31:04.265 Attempting to determine security.config file path
    04/05/2014 19:31:04.296 Checking to see if policy file exists
    04/05/2014 19:31:04.343 .Net security policy file does exist
    04/05/2014 19:31:04.375 Attempting to load .Net security policy file
    04/05/2014 19:31:04.546 Processing entry ("MSVCM80", "Native")
    04/05/2014 19:31:04.593 Attempting to create .Net security code group node: MSVCM80
    04/05/2014 19:31:04.609 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    04/05/2014 19:31:04.656 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP
    04/05/2014 19:31:04.671 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    04/05/2014 19:31:04.703 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGE
    04/05/2014 19:31:04.718 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    04/05/2014 19:31:04.765 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE
    04/05/2014 19:31:04.781 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    04/05/2014 19:31:04.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION
    04/05/2014 19:31:04.843 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    04/05/2014 19:31:04.875 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW
    04/05/2014 19:31:04.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    04/05/2014 19:31:04.921 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE
    04/05/2014 19:31:04.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    04/05/2014 19:31:05.015 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC
    04/05/2014 19:31:05.046 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    04/05/2014 19:31:05.078 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION
    04/05/2014 19:31:05.093 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    04/05/2014 19:31:05.109 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION
    04/05/2014 19:31:05.125 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    04/05/2014 19:31:05.171 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON
    04/05/2014 19:31:05.203 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    04/05/2014 19:31:05.218 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO
    04/05/2014 19:31:05.250 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    04/05/2014 19:31:05.296 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION
    04/05/2014 19:31:05.328 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    04/05/2014 19:31:05.375 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY
    04/05/2014 19:31:05.390 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    04/05/2014 19:31:05.406 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION
    04/05/2014 19:31:05.421 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    04/05/2014 19:31:05.468 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING
    04/05/2014 19:31:05.500 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:05.531 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK
    04/05/2014 19:31:05.562 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:05.593 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK
    04/05/2014 19:31:05.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    04/05/2014 19:31:05.671 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD
    04/05/2014 19:31:05.687 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    04/05/2014 19:31:05.703 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS
    04/05/2014 19:31:05.718 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    04/05/2014 19:31:05.750 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION
    04/05/2014 19:31:05.765 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    04/05/2014 19:31:05.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO
    04/05/2014 19:31:05.828 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    04/05/2014 19:31:05.843 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION
    04/05/2014 19:31:05.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    04/05/2014 19:31:05.906 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER
    04/05/2014 19:31:05.937 Processing entry ("MSCLUSTERLIB", "Native")
    04/05/2014 19:31:05.968 Attempting to create .Net security code group node: MSCLUSTERLIB
    04/05/2014 19:31:05.984 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    04/05/2014 19:31:06.000 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGEDATA
    04/05/2014 19:31:06.015 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    04/05/2014 19:31:06.031 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PRODUCT
    04/05/2014 19:31:06.078 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    04/05/2014 19:31:06.093 Attempting to create .Net security code group node: MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX
    04/05/2014 19:31:06.125 Processing entry ("LANDINGPAGE", "Native")
    04/05/2014 19:31:06.156 Attempting to create .Net security code group node: LANDINGPAGE
    04/05/2014 19:31:06.187 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    04/05/2014 19:31:06.250 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION
    04/05/2014 19:31:06.296 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    04/05/2014 19:31:06.328 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION
    04/05/2014 19:31:06.359 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    04/05/2014 19:31:06.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION
    04/05/2014 19:31:06.437 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    04/05/2014 19:31:06.468 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION
    04/05/2014 19:31:06.484 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    04/05/2014 19:31:06.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION
    04/05/2014 19:31:06.531 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:06.578 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION
    04/05/2014 19:31:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    04/05/2014 19:31:06.640 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION
    04/05/2014 19:31:06.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:06.687 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION
    04/05/2014 19:31:06.703 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    04/05/2014 19:31:06.750 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT
    04/05/2014 19:31:06.781 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    04/05/2014 19:31:06.812 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION
    04/05/2014 19:31:06.828 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    04/05/2014 19:31:06.859 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION
    04/05/2014 19:31:06.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    04/05/2014 19:31:06.906 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.DMF
    04/05/2014 19:31:06.937 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    04/05/2014 19:31:06.953 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SMO
    04/05/2014 19:31:06.984 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    04/05/2014 19:31:07.015 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM
    04/05/2014 19:31:07.031 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:07.046 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION
    04/05/2014 19:31:07.062 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    04/05/2014 19:31:07.078 Attempting to create .Net security code group node: FIXSQLREGISTRYKEY
    04/05/2014 19:31:07.093 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    04/05/2014 19:31:07.171 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    04/05/2014 19:31:07.218 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    04/05/2014 19:31:07.250 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES
    04/05/2014 19:31:07.281 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    04/05/2014 19:31:07.312 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES
    04/05/2014 19:31:07.359 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES
    04/05/2014 19:31:07.421 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    04/05/2014 19:31:07.437 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES
    04/05/2014 19:31:07.484 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    04/05/2014 19:31:07.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES
    04/05/2014 19:31:07.546 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.593 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES
    04/05/2014 19:31:07.609 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.640 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES
    04/05/2014 19:31:07.656 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    04/05/2014 19:31:07.671 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES
    04/05/2014 19:31:07.718 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    04/05/2014 19:31:07.734 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES
    04/05/2014 19:31:07.765 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES
    04/05/2014 19:31:07.828 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    04/05/2014 19:31:07.843 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES
    04/05/2014 19:31:07.875 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:07.890 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES
    04/05/2014 19:31:07.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.953 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES
    04/05/2014 19:31:07.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:07.984 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES
    04/05/2014 19:31:08.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:08.078 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES
    04/05/2014 19:31:08.140 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    04/05/2014 19:31:08.171 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES
    04/05/2014 19:31:08.218 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    04/05/2014 19:31:08.265 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES
    04/05/2014 19:31:08.328 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    04/05/2014 19:31:08.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES
    04/05/2014 19:31:08.453 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:08.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES
    04/05/2014 19:31:08.578 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:08.625 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES
    04/05/2014 19:31:08.671 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    04/05/2014 19:31:08.734 Attempting to create .Net security code group node: LANDINGPAGE.RESOURCES
    04/05/2014 19:31:09.062 Saved .Net security policy file
    04/05/2014 19:31:09.531 Strong name verification disabling is not required
    04/05/2014 19:31:09.578 /? or /HELP or /ACTION=HELP specified: false
    04/05/2014 19:31:09.593 Help display: false
    04/05/2014 19:31:09.609 Attempting to launch landing page workflow
    04/05/2014 19:31:09.625 Attempting to set setup mutex
    04/05/2014 19:31:09.640 Setup mutex has been set
    04/05/2014 19:31:09.656 Attempting to launch global rules workflow
    04/05/2014 19:31:09.687 Media source: c:\9fd8baca53072f532abe06daf8d0a91c\
    04/05/2014 19:31:09.703 Install media path: c:\9fd8baca53072f532abe06daf8d0a91c\x86\setup\
    04/05/2014 19:31:09.718 Media layout: Advanced
    04/05/2014 19:31:09.734 Attempting to get execution timestamp
    04/05/2014 19:31:09.765 Timestamp: 20140405_193103
    04/05/2014 19:31:09.781 Attempting to run workflow RUNRULES /RULES=GlobalRules
    04/05/2014 19:31:09.796 Attempting to launch process c:\9fd8baca53072f532abe06daf8d0a91c\x86\setup100.exe
    04/05/2014 19:31:37.546 Process returned exit code: 0x84BE0BC2
    04/05/2014 19:31:37.578 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x84BE0BC2
    04/05/2014 19:31:37.687 Attempting to determine security.config file path
    04/05/2014 19:31:37.750 Attempting to load .Net security policy file
    04/05/2014 19:31:37.781 Attempting to remove .Net security code group node
    04/05/2014 19:31:37.796 Removing entry ("MSVCM80", "Native")
    04/05/2014 19:31:37.812 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    04/05/2014 19:31:37.828 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    04/05/2014 19:31:37.843 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    04/05/2014 19:31:37.859 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    04/05/2014 19:31:37.875 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    04/05/2014 19:31:37.906 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    04/05/2014 19:31:37.921 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    04/05/2014 19:31:37.937 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    04/05/2014 19:31:37.953 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    04/05/2014 19:31:37.968 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    04/05/2014 19:31:37.984 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    04/05/2014 19:31:38.015 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.031 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    04/05/2014 19:31:38.046 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    04/05/2014 19:31:38.062 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    04/05/2014 19:31:38.078 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:38.093 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:38.109 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    04/05/2014 19:31:38.140 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    04/05/2014 19:31:38.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    04/05/2014 19:31:38.171 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    04/05/2014 19:31:38.187 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    04/05/2014 19:31:38.203 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    04/05/2014 19:31:38.234 Removing entry ("MSCLUSTERLIB", "Native")
    04/05/2014 19:31:38.250 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    04/05/2014 19:31:38.265 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    04/05/2014 19:31:38.281 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    04/05/2014 19:31:38.296 Removing entry ("LANDINGPAGE", "Native")
    04/05/2014 19:31:38.312 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    04/05/2014 19:31:38.359 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    04/05/2014 19:31:38.390 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    04/05/2014 19:31:38.406 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    04/05/2014 19:31:38.421 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    04/05/2014 19:31:38.437 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.453 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    04/05/2014 19:31:38.468 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.484 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    04/05/2014 19:31:38.515 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    04/05/2014 19:31:38.531 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    04/05/2014 19:31:38.546 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    04/05/2014 19:31:38.562 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    04/05/2014 19:31:38.593 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    04/05/2014 19:31:38.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.656 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    04/05/2014 19:31:38.671 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    04/05/2014 19:31:38.687 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    04/05/2014 19:31:38.703 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    04/05/2014 19:31:38.718 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    04/05/2014 19:31:38.734 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.750 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    04/05/2014 19:31:38.781 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    04/05/2014 19:31:38.796 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.828 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    04/05/2014 19:31:38.843 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    04/05/2014 19:31:38.859 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.890 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    04/05/2014 19:31:38.906 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:38.921 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.937 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:38.953 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:38.984 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    04/05/2014 19:31:39.000 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    04/05/2014 19:31:39.015 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    04/05/2014 19:31:39.031 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:39.046 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:39.062 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    04/05/2014 19:31:39.109 Saved .Net security policy file
    04/05/2014 19:31:39.125 Attempting to release setup mutex
    04/05/2014 19:31:39.156 Setup mutex has been released
    04/05/2014 19:31:39.171 Setup closed with exit code: 0x84C40013
    04/05/2014 19:31:39.187 ======================================================================

    Hello,
    There is a workaround posted for this error on the following threads:
    http://social.technet.microsoft.com/Forums/es-ES/ace2d644-dc82-424a-a608-4b4dc21065d4/setup-closed-with-exit-code-0x84c40013-silent-install-error-sql-server-2012-express-management?forum=sqlexpress
    http://social.msdn.microsoft.com/Forums/sqlserver/es-ES/0f5460d5-113f-4976-a43a-d2a7fdb7e304/sql-server-2008-developer-edition-install-fail-due-to-net-framework-35-missing?forum=sqlsetupandupgrade
    http://connect.microsoft.com/VisualStudio/feedback/details/472540/microsoft-sql-server-refuses-to-install
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Intermittent "Power Shell Script failed to run" after installing SQL MP 6.5.4.0

    We recently installed the SQL MP.  One thing I am struggling with is this "Power Shell Script failed to run" that occasionally comes up, but, not always on the same server, and not always at the same time. 
    It says it ran past the configured timeout of 300 seconds. 
    The post that seemed to have me on the right track was
    https://social.technet.microsoft.com/Forums/en-US/c539a55d-dd48-438f-b7d5-06ed2cecf6e9/powershell-script-failed-to-run-alerts-from-sql-management-pack-6410?forum=operationsmanagergeneral
    However, even after getting one of the several scripts that have been generating the error, out of the extract management pack, it has parameters that need to be fed to it that I have no idea what they are....
    Example.  ActiveRequestsDataSource.ps1 requires $computername, $connectionstring, $tcpport, $sql_wmi_namespace, and $servicename. 
    The computername is easy enough...  so is tcpport.  but, the others... not so much. 
    I am fairly certain I will be able to run these manually, if I just knew the parameters...  I am also fairly certain we are getting these because at the time of the check, resources on that server are tied up for one reason or another. 
    Can someone please help?  This is killing me. 

    Hi,
    As this issue happens after you installing SQL MP, so from my point of view, it seems like caused by the runas account for the SQL MP is not configured well, I would like to suggest you follow the article below to configure runas account for the management
    pack:
    Configuring Run As Accounts and Profiles in OpsMgr – A SQL Management Pack Example
    http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Connecting to sql server database mdf file without installing sql server on client machine?

    I am creating a window application that need to use sql server database. I want to install this application to client machine without installing sql server so that my application can still connect to a database i.e mdf file that i will be providing at client
    system.
    How can i connect to a database(mdf) on client machine through my window application without installing sql server. ? I dont know is it possible or not.
    If possible what will be the connection string in that case. Database need not be used in network.

    you cant connect and view the internals of mdf file unless it being attached to a sql server instance as a database.
    The sql server instance can be installed in any box which is in the same domain and then you can connect from your application to it.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to Troubleshoot why data is not moving over into the Data Warehouse after Sql Server Agent Job Run

    Hello,
    Here is my problem:
    Data was imported into the staging area. After resolving some errors and running the job, I got the data to move over to the next area. From there, data should be moving over into the DW.  I have been troubleshooting for hours and cannot reslove this
    issue. I have restarted the sql service services, I have ran a couple packages manually, and the job is running successfully. 
    What are some reasons why data is not getting into the data warehouse? Where should I be looking? 
    Your help is greatly appreciated!!

    Anything is possible.
    So, just to reiterate, running the job manually works, running the scheduled job does not result in errors neither data arriving to the DW, right? And it used to, correct?
    If so, the 1st step would be to examine the configuration(s). But not before you inspect the package. Do you have an ability to export it to a file system and open in BIDS?
    Arthur My Blog

  • Sql Server Agent last run duration in minutes

    Hello Forum Members,
    Can you please advise me on this:
    There are 5 sqlagent jobs and they run many times in a day ranging from 10 seconds to 1 hour. I would like to know the duration of run in minutes during their last run.
    Kind Regards,
    Sqlquery9

    Hi
    This isn't as easy as it should be due to the job duration in sysjobhistory being stored as an INT, so you need to extract the hours,mins,seconds and add them together. 
    Here's an example:
    SELECT rec_job.job_name,
    run_duration/10000 hrs, --hrs
    run_duration/100%100 mins, --mins
    run_duration%100 secs, --secs,
    ((run_duration/10000) * 60 ) +
    (run_duration/100%100) +
    (CASE when run_duration%100 > 29
    THEN 1
    ELSE 0
    end) Total_mins ---total mins
    FROM msdb.dbo.sysjobhistory jh
    INNER JOIN ( select j.job_id, MAX(h.instance_id) instance_id, MAX(j.name) job_name
    FROM msdb.dbo.sysjobhistory h
    INNER JOIN msdb.dbo.sysjobs j on h.job_id = j.job_id
    WHERE step_id = 0 --overall outcome
    AND j.name IN
    ( 'Job Name 1',
    'Job Name 2',
    'Job Name 3',
    'Job Name 4',
    'Job Name 5')
    GROUP BY j.job_id
    ) rec_job ON rec_job.instance_id = jh.instance_id
    The code above assume that any duration of 30secs or over will be counted as one minute, you can fill in the job names that you're interested in.

  • Getting Photoshop 7.0 to run after installing OS 10.4.3

    I saw too late the advice about cloning a system folder and migrating stuff back. So i have an installed 10.4.3 and a Photoshop 7.0 that won't run, even after re-installing it from the disk. The application appears as an unknown document and on double clicking it it fires up Fcheck (a Maya animation playback utility).
    I've taken the post-install clean-up suggestions listed elsewhere - use Disk Utility for disk trouble (none) and repair disk permissions. Cleaned the system cache and user cache using Yasu.
    any ideas out there?

    I dunno. Did updating to Photoshop 7.0.1 fix it?
    Maybe try this:
    Find the following folder:
    Adobe Application Support
    in here you'll find a folder called:
    Workflow, delete this folder.

  • I am unable to get netflix to work in safari after installing silverflight - 3rd tech support place today

    After cancelling netflix due to this issue, I decided to try again since i wanted to watch a few things unavailable trhough other sources. After speaking with netflix tech support and making sure my system met requirements, following instructions, deinstalling, and many restarts, a few times, they refered me to Microspft tech support, followed online instructions, no change, called their tech suppoty line, followed same instructions again, and they reffered me here, or to call Apple. At this point, about to cancel account again, but figured since I am in a free period with netflix, I would give it a few days and see if I can find any suggestions.
    Thanks!

    does silverlight show as installed at http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx  ?
    you get sound & video at http://web.sldrm.video.msn.com/d1/sldrm.html ?
    or what exactly doesn't work at Netflix & which browser(s) & OS version are you using ?

  • SQL Server Agent ... Relation with BizTalk.

    Hi All,
    I know that there are jobs in SQL Server Agent which are used to perform some activity on scheduled basis like Purging,backup etc...
    what happens if SQL server agent service is in Stop mode(is it mandatory to have it started) and does it have any relation with BizTalk BAM.
    Praj Dixit

    Yes, you have to make sure the SQL Server Agent is running on the SQL Server. When the SQL Server
    Agent is stopped, the built-in BizTalk SQL Server Agent jobs that are responsible for database maintenance cannot run. This behaviour causes database growth, and this growth may cause performance issues. 
    SQL Server Agent jobs except the MessageBox_Message_Cleanup_BizTalkMsgBoxDb job should be enabled and running successfully. 
    You can learn about the SQL Server Agent jobs at Description of the SQL
    Server Agent jobs in BizTalk Server
    Regarding BizTalk BAM,
    Yes Backup BizTalk Server Job takes the backup of BAM Primary Import, SQL NS as
    well as other BizTalk databases. The BAM Analysis database, BAM Star Schema Database and Tracking Analysis Server database store content in SQL Server Analysis Services cubes. The Backup BizTalk Server job does not back up these databases. Instead, to
    backup these databases, it uses SQL Server Analysis Manager.
    I found this utility (BizTalk Monitoring
    Automation Utility) very useful to automate the monitoring of
    your BizTalk environment. If you have liberty to go with a paid tool,
    BizTalk360 a monitoring and support tool is the one for you.
    Rachit

  • SQL Server Agent running SSIS package fails Unable to determine if the owner of job has server access

    I have a web application developed through VS 2012 which has a button on a form that when operated starts a SQL Server agent job on the server that runs an SSIS package.  The website and the instance of SQL Server with the agent and SSIS package are
    on the same windows 2008 r2 server.  When the button is operated no exceptions are raised but the SSIS package did not execute.
    When I look in the logfileviewer at the job history of the sql server agent job I see that the job failed with message...
    The job failed.  Unable to determine if the owner (DOMAINNAME\userid) of job runWebDevSmall has server access (reason: Could not obtain information about Windows NT group/user 'DOMAINNAME\userid'<c/> error code 0x6e. [SQLSTATE 42000] (Error 15404)).,00:00:00,0,0,,,,0
    ...even though DOMAINNAME\userid is in the logins for the sql server and has admin authorities.
    Could someone show me what I need to do to get this to run?  Thanks tonnes in advance for any help, Roscoe

    This can happen when the network is too slow to allow a timely completion of the verification. Or the account running has no such right.
    I suggest you try using the SA account for the job as it does not require to poll the AD.
    Arthur My Blog

Maybe you are looking for

  • How to find an error at the time of inserting at particular column.

    Hi, I'm loading the data into a table by using procedure . At the time of inserting data i got a precision error or value too large error. Is there any way to find out at which column the error has occured. Thanks a lot your help in advance. Thanks &

  • Using a G Drive Slim as time machine AND external hard drive?

    Hi! I have a G Drive Slim that I've been using as my time machine backup drive for a few years. Now I'm in need of an external hard drive, bigger than a flash drive but really not that big, and I was wondering if the G Drive Slim could be used for bo

  • Change from Dynamic m,ember to Store members using a rule

    Hi there,For adding a dynamic member using a rules files i'm using the X property but what is the property to set uip a store member ??? I've been searching some manuals but i didn't found it.thanksd in advanvebest regards Rubianes

  • IPad crashing and freezing after 8  ios updates

    My iPad 1 has been crashing and freezing after completing the most recent ios updates, what could be wrong?

  • SG 300-28 Switch - Jumbo Frames Problem.

    I just got the SG 300-28 28 port switch tonight and got it up and running however, i've encountered a problem regarding jumbo frames. In the documentation and product brochures, it states the SG 300 switches supports jumbo frames up to 10k. When I fi