Job Failed / Error 8198

Oct 20, 2000

Hi all,
I get this message when attempting to run scheduled database maintenance ( I used the wizard to create 3 jobs, and each one returns the same error msge)
The owner of the jobs is 'sa' and I also am 'sa'...the other jobs are running just fine with 'sa' as their owner. The only difference I can think of is I had created these maintenance jobs on my workstation and the other jobs that are running were created on the server. Can anyone point me in the right direction to solve this?
As always, thanks for your help.
Error msge:

~The job failed. Unable to determine if the owner (ABSimilman) of job Integrity Checks Job for DB Maintenance Plan 'DB Maintenance Plan2' has server access (reason: Could not obtain information about Windows NT group/user 'ABSimilman'. [SQLSTATE 42000] (Error 8198)). ~

View 1 Replies


ADVERTISEMENT

Error 8198.

Aug 26, 2004

Every SQL job fails that's associated with an NT account we setup called 'SQLServices'. It's been in production and working fine for the past year.

The account is used by MSSQLSERVER and SQLAgent services. They work fine. I can successfully login to a server or database with the login but anytime we run a job it receives the message: "Could not obtain information about Windows NT group/user 'SENTARASQLServices'."

Further research revealed that it was issuing a State 25 which means: "An error occurred when the SQL Server engine queried the Windows operating system to retrieve information about a Windows account name."

My systems people are suggesting that we drop the NT login then re-add it. Anybody got a better solution?

Sidney Ives
Database Administrator
Sentara Healthcare.

View 8 Replies View Related

SQL Job Failing Error 8198

Jul 23, 2005

When a SQL job has been created to run a local DTS package it failswith the following error message.The job failed. Unable to determine if the owner(DomainNameUserAccount) of job MyJobName has server access (reason:Could not obtain information about Windows NT group/user 'DomainNameUserAccount'. [SQLSTATE 42000] (Error 8198)).The package runs if executed from the DTS Local Packages in EnterpriseManager.I have seen other articles about changing the owner to SA, this wouldnot work as a domain account is required to connect to a network share.How can I get the SQL Job to run as a domain account?

View 4 Replies View Related

Error 8198 When Trying To Backup Database

Jun 28, 2004

Hello,

My network team accidentally deleted and had to recreate the WNS database on the network, which posed all sorts of problems for us. Most everything is corrected, however I get the following error message in the failure of the database backup maintenance plan:

--------------------------------------------------------------------------
The job failed. Unable to determine if the owner (ANCONYCOgnos) of job DB Backup Job for DB Maintenance Plan '6pm Nightly Production Backup' has server access (reason: Could not obtain information about Windows NT group/user 'ANCONYCOgnos'. [SQLSTATE 42000] (Error 8198)).
--------------------------------------------------------------------------

I tried even adding this user into SQL Sever with full rights and it still did not work. It worked fine before hundreds of times, and like I said only stopped working when my network team did some thing on WNS.

Does anyone know what may be causing this. Is there something that they may have to add back to the network?

Any help or direction for additional research is greatly appreciated.

Thanks.

Rodney

View 1 Replies View Related

Sqlmaint.exe Failed. [SQLSTATE 42000] (Error 22029). The Step Failed.

Jan 3, 2001

I get the following error when I try to run my scheduled job.
sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed.


Any ideas Thanks in advance
Reddy

View 1 Replies View Related

Package Failed : Failed To Decrypt Protected XML Node DTS:Password With Error

Apr 21, 2008

Dear all,

I've built SSIS package and made a job to execute it automatically but it always returns an error. The job returns OK but when we looked at the Log File viewer, it conatins this error log :

Key not valid for use in specified state

Failed to decrypt protected XML node "DTS Password" with error

What's wrong with the package ?
Thanks in advance.


Best regards,

Hery

View 22 Replies View Related

Log Shipping Failure Sqlmaint.exe Failed. [SQLSTATE 42000] (Error 22029). The Step Failed.

Sep 13, 2001

I have log shipping set up between 2 SQL 2000 SP1 Servers on Win 2000. The db is small 10 meg, and when the restore job on the backup server fails I am getting "sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed." as the message, the maint paln on the primary server show no error. Anyone seen this before? The restore has worked 3 out of 5 times

View 2 Replies View Related

Login Failed For User - Token Based Server Access Validation Failed With Infrastructure Error

Sep 9, 2015

Many a times see the below error in SQL Error log.

Login failed for user 'NT AUTHORITYANONYMOUS LOGON'. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors. [CLIENT: ]

Is this something to do here?

Note: If I run the below statement I know that the SQL Error log entry will go off, but wanted to know the real significance of this error?

CREATE LOGIN [NT AUTHORITYANONYMOUS LOGON] FROM WINDOWS

View 1 Replies View Related

Executed As User: CONNECTSRVmyadmin. Sqlmaint.exe Failed. [SQLSTATE 42000] (Error 22029). The Step Failed.

Feb 29, 2008

Hi all help needed from your End.

I have a re-indexing stored procedure,yester day night it got failed
"Executed as user: CONNECTSRVmyadmin. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed."
what may be the reason..



View 4 Replies View Related

Service Broker Application Is Getting Error + Connection Attempt Failed With Error: '10060

Aug 17, 2007



hi ,
i am creating a service broker application between two different instance.when i am initiating a dialog from the source my message remain in the sys.transmission_queue.but its transmission_status column is empty.

i attached the profiler with both source and target by including all the service broker event.

in my source profiler i am getting the error like -- Connection attempt failed with error: '10061(No connection could be made because the target machine actively refused it.)'. with event Broker:connection

and in the target profiler error is --This message could not be delivered because the security context could not be retrieved. with event Broker:Message Undelivarible.

i have checked my port also using telnet with remotely and localy both working fine. i am using port no. 4001
and i have mentioned the port no. in the address of the route.

bt still getiing the error.

please help!!!!!!!!!!!

View 3 Replies View Related

Error: The ProcessInput Method On Component OLE DB Destination (513) Failed With Error Code 0xC0202009

Mar 22, 2007

I'm trying to create a simple Data transfermation. I have a flat file that came of a unix server.. it's 177 bytes wide.. thought it was 175, but when I created the flat file connector, I could see some extra characters on the end.



My output is going to be an excel spreadsheet, I only want two columns from the input. I created an oledb jet 4.0 connection. and followed instructions from here :

http://aspalliance.com/889_Extracting_Data_from_a_Flat_File_with_SQL_Server_2005_Integration_Services

to create my datafow.



On my first attempt to dataflow, I ran into unicode errors and had to do this:



ran into a problem with unicode errors. went to the source for the flat file. for the output column in question changed to Unicode string [DT_WSTR].



When I run , here are the errors I get:

[OLE DB Destination [513]] Error: An OLE DB error has occurred. Error code: 0x80040E09. [DTS.Pipeline]

Error: The ProcessInput method on component "OLE DB Destination" (513) failed with error code 0xC0202009. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.

[DTS.Pipeline] Error: Thread "WorkThread0" has exited with error code 0xC0202009.

[GanchoFileSource [1]] Information: The total number of data rows processed for file "\ammia01dev04D$JCPcpmgancho_venta_20070321.sal" is 19036.

[GanchoFileSource [1]] Error: Setting the end of rowset for the buffer failed with error code 0xC0047020.

[DTS.Pipeline] Error: The PrimeOutput method on component "GanchoFileSource" (1) returned error code 0xC0209017. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.

[DTS.Pipeline] Error: Thread "SourceThread0" has exited with error code 0xC0047038.


View 4 Replies View Related

Bizzare Error - All Back-up Agent Jobs Failed With Unsual Error!

Jan 29, 2008

I have a really odd one here. We have a production server which is running SQL 2000 Enterprise Edition SP3. It has a number of databases which are backed up nightly. Last night all of the back-up jobs failed with the following error: -



Msg 913, Sev 16: Could not find database ID ##. Database may not be activated yet or may be in transition. [SQLSTATE 42000]

The databases are in good shape - no issues to report. When I run the Agent Job code within a Query Analyser session it works fine.

When I try and re-start the back-up from the Agent Job it continues to fail with the same error.

Any ideas?

View 2 Replies View Related

Test Connection Failed Because Of Error Initializing Provider. The HTTP Server Returned The Following Error : Not Found

May 26, 2008



Hi All,

I am using windows 2003 server and i have installed SSAS 2005 and configured http request for AS 2005 with this below url : http://www.microsoft.com/technet/prodtechnol/sql/2005/httpasws.mspx. I had tried all the possiblities given in this url. But i am getting like "Test connection failed because of error initializing provider. The HTTP Server returned the following error : Not found" when i create udl file. Moreover i have installed MSOLAP 3.0 and OLAP 9.0 provider and MSXML 6.0 Parser.

Can you anyone please provide solution for this?

Thanks in advance,
Anand Rajagopal

View 1 Replies View Related

MS SQL Server Maintenance Plan Failed: Error Code 0x534. [SQLSTATE 42000] (Error 15404))

May 3, 2008



hello,

we have changed the name of MS SQL server 2005 from XYZ to ABC using


sp_dropserver <old_name>

GO

sp_addserver <new_name>, local

GO


Now our maitenance plan is getting failed we are not able to execute backup jobs we are getting following error


Date 03.05.2008 16:00:00
Log Job History (ADM_AdminDB_TP_Backup.Subplan_1)

Step ID 0
Server ABC
Job Name ADM_AdminDB_TP_Backup.Subplan_1
Step Name (Job outcome)
Duration 00:00:00
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
The job failed. Unable to determine if the owner (XYZSQLServer) of job ADM_AdminDB_TP_Backup.Subplan_1 has server access (reason: Could not obtain information about Windows NT group/user 'XYZSQLServer', error code 0x534. [SQLSTATE 42000] (Error 15404)).

please help us in this issue

View 13 Replies View Related

Execute SQL Task: Executing The Query Exec (?) Failed With The Following Error: Syntax Error Or Access Violation. Possible F

Jan 23, 2008

Hi,
I'm having an SSIS package which gives the following error when executed :

Error: 0xC002F210 at Create Linked Server, Execute SQL Task: Executing the query "exec (?)" failed with the following error: "Syntax error or access violation". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.Task failed: Create Linked Server

The package has a single Execute SQL task with the properties listed below :

General Properties
Result Set : None

ConnectionType : OLEDB
Connection : Connected to a Local Database (DB1)
SQLSourceType : Direct Input
SQL Statement : exec(?)
IsQueryStorePro : False
BypassPrepare : False

Parameter Mapping Properties

variableName Direction DataType ParameterName

User::AddLinkSql Input Varchar 0


'AddLinkSql' is a global variable of package scope of type string with the value
Exec sp_AddLinkedServer 'Srv1','','SQLOLEDB.1',@DataSrc='localhost',@catalog ='DB1'

When I try to execute the Query task, it fails with the above error. Also, the above the sql statement cannot be parsed and gives error "The query failed to parse. Syntax or access violation"

I would like to add that the above package was migrated from DTS, where it runs without any error, eventhough
it gives the same parse error message.

I would appreciate if anybody can help me out of this issue by suggeting where the problem is.

Thanks in Advance.

View 12 Replies View Related

[ActiveX Script Task] Error: Retrieving The File Name For A Component Failed With Error Code 0x001B6438.

Jul 28, 2006

This error occurs when the ActiveX task tries to execute:

[ActiveX Script Task] Error: Retrieving the file name for a component failed with error code 0x001B6438.

Anybody know how to troubleshoot these errors? I can't find anything on this error code. The same script works in DTS.







View 8 Replies View Related

Backup Failed: Operating System Error 112(error Not Found).

Dec 28, 2005

Hi,I keep getting this error message for a trans.log backup.Operating system error112(error not found).The disk has about 6GB space free, and the backup should only take upabout 550 MB, so I would think it is not space related but...The disk is NTFS.Any ideas?

View 2 Replies View Related

Error Message: Error 0x800706BE While Loading Package File D:PackagesToradSales.dtsx. The Remote Procedure Call Failed.

Dec 20, 2006

Hello,

I have a bundling package that runs about 20 other packages. It has been working fine for a while but a couple of days ago it fail with the following message,

Error 0x800706BE while loading package file "D:PackagesToradSales.dtsx". The remote procedure call failed.

I´m running the SSIS packages in an 64-bit environment.

Thankful for help with this!

//Patrick

View 3 Replies View Related

Error : Cannot Open User Default Database. Login Failed. Login Failed For User 'server/user'

Nov 22, 2007



i'm using the Enterpirse library logger to write logs into a database.
When choosing connection string i choose the database i want in the "connection properties" dialog box and
push 'Test connection' button.
everything goes well.

then i open the SQL Server Management studio express and connect to the databse to check some things,
from that point on , when i push the 'Test Connection' button in the Enterprise library i get the error:


"cannot open user default database. Login failed. login failed for user My'server/MyuserName'"


even when i close the sql server manager , it is still stuck - the connection test doesn't work anymore....
it only work when i restart the computer.

why ?

View 3 Replies View Related

Error Creating Package - Failed To Save Package File ... Emp EmpD4B.tmp With Error 0x80040154 Class Not Registered

May 19, 2006

I had just installed SQL 2005 dev on my laptop and got an error message when I tried to create a package using the BI IDE. I received the same error using VS2005 IDE. But the project was created regardless without any packages. When I tried to create a new package in the project, I received the same error again, but with an option to view the error details.

Following is the text of the error details:

TITLE: Microsoft Visual Studio
------------------------------

Error creating package

------------------------------
ADDITIONAL INFORMATION:

Failed to save package file "C:Documents and SettingsmyoungbloodLocal SettingsTemp mpD4B.tmp" with error 0x80040154 "Class not registered".


------------------------------

Failed to save package file "C:Documents and SettingsmyoungbloodLocal SettingsTemp mpD4B.tmp" with error 0x80040154 "Class not registered".


------------------------------
BUTTONS:

OK
------------------------------
I found a similar post that suggested that they try the following:


regsvr32 msxml3.dll
regsvr32 msxml4.dll
regsvr32 msxml6.dll

But msxml6.dll could not be found.

I did get a copy of this file from a coworker, and after copying it and registering it, I was able to add a package to the project.

My concern now is what is the likelyhood of this being the only file missing from the installation.

I'm wondering if I should reinstall, or (if it exists) do a repair on the installation.

Thanks.

Marshall

View 12 Replies View Related

Link Server Error: Login Failed For User 'Domainuser'. (Microsoft SQL Server, Error: 18456)

Oct 18, 2007


Hi,

I am trying to create a linked server between 2 SQL Server 2005 boxes.
When I create the linked server I specify a login for the connection.
The strange part is that I get the following error when it goes to test the connection:

The test connection to the linked server failed
Login failed for user 'Domainuser'. (Microsoft SQL Server, Error: 18456)


I can use the SQL mangement studio to conenct to the database using this same login.
The login has all the server roles assigned to it also.

Can anyone shed some light as to what may be the problem?


Thanks,

View 5 Replies View Related

Login Failed Error

Feb 11, 2008

I have inherited a web application.  We have just migrated from SQL 2000 to SQL 2005.  All pages that connect to a SQL database connect without issue except one.  It is a page redirect from a datagrid.  Security on the database allows read/write for user ATDB2.  In desperation I've added all Database role memberships except db_denydatareader and db_denyatawriter.  (I've not posted  Stack Trace, but will if requested).
Why would one page cause an error, while all others (using same login) function OK?
This is the error:
Server Error in '/atdb' Application.
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: Login failed for user 'ATDB2'.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.
 
Thanks,
Joekus

View 1 Replies View Related

Failed To Get Connection Error

Jun 27, 2007

When I am trying to run my package from C# code. i am getting the error Failed to acquire connection <connection name> (0xC00291EC ).
Does anyone know how do solve this issue.

View 3 Replies View Related

Failed With Error 0xc02090f3

Jul 1, 2006

I migrated a SSIS pachage that has been running on a QA server for a couple of weeks onto a production server yesterday. An error message appears when running on the production server that doesn't appear on the QA server. This appears to be an internal MS format error, but I can't find much more on this error and don't know how to resolve it. The error message is:

OnError Get CM000002 Transactions (Universal Trans, LLC) 2006-07-01 08:00:45.000 2006-07-01 08:00:45.000 Attempt to read message string for 0x80020918 failed with error 0xc02090f3. Make sure all message related files are registered.

Has anyone seen this message and does anyone know how to resolve it? Thanks in advance for any help with this one.

View 1 Replies View Related

SqlBulkCopy Login Failed Error

Mar 20, 2007

Hi There, I'm trying to use a sql bulk copy to transfer data from xml file to a table in one of my page.  In this page I'm doing 2 database related.  The first is a simple insert that will return a value and the second one is the sql bulk copy data transfer.  I'm using the same connection for both of them and the sql bulk copy always give me a "login failed" error while the insert is fine.  Do I need to set a specific setting for the sql server account so that it can use sql bulk copy? Thank you 

View 3 Replies View Related

Server Error - Login Failed - Plz Help

May 10, 2004

I wrote a code to check and validate the username and password against the database and redirect the user based on the user flag as follows:

Dim MyConnection As SqlConnection
Try
If Page.IsValid Then
Dim strUsername As String = txtUsername.Text
Dim strPassword As String = txtPassword.Text
Dim DS As DataSet

Dim MyCommand As SqlDataAdapter

Dim SelectCommand As String = "select userid, flag from employees where username = @login and password = @password"

MyConnection = New SqlConnection("Data Source=localhost;Integrated Security=SSPI;" & _
"Initial Catalog=rfd;")
MyCommand = New SqlDataAdapter(SelectCommand, MyConnection)

MyCommand.SelectCommand.Parameters.Add(New SqlParameter("@login", SqlDbType.Char, 10))
MyCommand.SelectCommand.Parameters("@login").Value = strUsername

MyCommand.SelectCommand.Parameters.Add(New SqlParameter("@password", SqlDbType.Char, 10))
MyCommand.SelectCommand.Parameters("@password").Value = strPassword

DS = New DataSet

MyCommand.Fill(DS)
'MyConnection.Close()

If DS.Tables(0).Rows.Count = 1 Then
Dim flag As String = DS.Tables(0).Rows(0)("flag")
Dim id As Integer = DS.Tables(0).Rows(0)("userid")

Session.Add("flag", flag)
If flag = "u" Then
Session.Add("userid", id)
Session.Add("Page", "user")
Response.Redirect("user_index.aspx")
ElseIf flag = "pl" Then
Session.Add("userid", id)
Session.Add("Page", "pl_index")
Response.Redirect("PL_index.aspx")
End If
Else
msg1.Style("color") = "red"
msg1.Text = "Username or Password incorrect: Please Try again"
End If
End If
Finally
Session.Timeout = 10
MyConnection.Close()
End Try

End Sub

However, when I run it, it points as the line " MyCommand.Fill(DS)" and said Server Error - Login failed for user/aspnet. Where should look and what should I ckeck? Please help me !

View 4 Replies View Related

Server Error - Login Failed

Jun 22, 2004

Level: beginner!

What is wrong?

Login failed for user 'DEBBY-76GXHEASPNET'.
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: Login failed for user 'DEBBY-76GXHEASPNET'.

Source Error:


Line 90:
Line 91: If Not Page.IsPostBack Then
Line 92: Da_leerlingen.Fill(Ds_leerlingen1)
Line 93: Dg_leerlingen.DataBind()
Line 94:


Source File: c:inetpubwwwrootWebApplication3WebForm1.aspx.vb Line: 92

Stack Trace:


[SqlException: Login failed for user 'DEBBY-76GXHEASPNET'.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
WebApplication3.WebForm1.Page_Load(Object sender, EventArgs e) in c:inetpubwwwrootWebApplication3WebForm1.aspx.vb:92
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731


Thanks

View 4 Replies View Related

CryptoAPI Function Failed Error

Dec 23, 2004

Hi all

I am facing this error can you help me please it is urgent

CryptoAPI function 'CryptAcquireContext' failed. Error 0x80090006: Invalid Signature.

thank you all

View 1 Replies View Related

Error 28000 -Login Failed

Mar 1, 2000

Hi there,
I'm getting the following error when I try to run replication from Server A to Server B

28000 Login failed.

I have checked ODBC driver, client Configuration, Remote server set up and everything seems to be set up correctly.
I have also checked NT trusted Relationships and it is ok,
I can, however replicate data from Server B to server A

Does anyone have any thoughts on this,
Thanks in advance
Fin

View 1 Replies View Related

Configuration Failed - Error 1460

Jan 11, 2000

Guys, could anyone please help me to resolve this problem:

I'm trying to install MSSQL Server 7 Desktop Edition on Windows 98 (First Edition v4.10.1998).
Everything goes smoothly until the 'Starting Service ...' icon appears. Then I'm getting a setup
error which says that it failed to configure server and refers me to 'cnfgsr.out' file:

-------------------------------------
Starting Service ...

An error occurred while attempting to start the service (1460)

SQL Server configuration failed.
-------------------------------------


The ERRORLOG file contains the following:

-------------------------------------
2000-01-11 18:42:40.40 kernel Microsoft SQL Server 7.00 - 7.00.623 (Intel X86)
Nov 27 1998 22:20:07
Copyright (c) 1988-1998 Microsoft Corporation
Desktop Edition on Windows 4.10 (Build 1998: )

2000-01-11 18:42:40.48 kernel Copyright (C) 1988-1997 Microsoft Corporation.
2000-01-11 18:42:40.49 kernel All rights reserved.
2000-01-11 18:42:40.52 kernel Logging SQL Server messages in file 'C:MSSQL7logERRORLOG'.
2000-01-11 18:42:40.86 kernel initconfig: Number of user connections limited to 32767.
2000-01-11 18:42:40.87 kernel SQL Server is starting at priority class 'normal'(1 CPU detected).
2000-01-11 18:42:41.02 kernel User Mode Scheduler configured for thread processing
2000-01-11 18:42:43.15 server Directory Size: 2559
2000-01-11 18:42:43.43 spid0 Using 'sqlimage.dll' version '4.0.5'
Stack Dump being sent to C:MSSQL7logSQL00001.dmp
Stack Dump being sent to C:MSSQL7logSQL00002.dmp
2000-01-11 18:42:48.84 spid0 Problem creating symptom dump file due to internal exceptionUnable to get thread context - no pss
2000-01-11 18:42:48.86 spid0 Problem creating stack dump file due to internal exception
---------------------------------------------------

Any help would be appreciated.
Thank you very much.

View 2 Replies View Related

Login Failed For User Error

Jun 23, 2004

Hi

I have installed sql server on my standalone PC.

I used "window and sql mix authentication" for the sql server in the enterprise manager set up.
when I try to use the sql server login name for the startup service account, I have this error. "No Mapping between names and security IDs ".
So Even though I use mix authentication, I am still using window login name.

Then I create the DSN file.


But when I run the ASP program, I have this error "login fail for user-("user name that I used for dsn file configuration").

I try to configure the dsn file set up with both authentications, windows and sql login names.

But I got the error again.

I am really lost here.
Please help me. thanks...

View 2 Replies View Related

I Have This Error....Login Failed For User(But Sometimes Only)

Jun 24, 2004

Hi

I have IIS Web server and SQL database server on my PC.
When I run my ASP page, sometimes I got the error....

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'MYPCIUSR_MYNAME'.

What puzzled me is that I don't get this error all the time. For the same program, and same configuration, sometimes it turned out okay but sometimes I got this error.

I used mix authentication for SQL database.

Please help me with this...(I am very new to sql database)

View 6 Replies View Related

Failed To Install Sqlserver2000 W/out Error Msg

Mar 26, 2008

hi... i need help.
i tried to install sql server 2000 on my laptop (WinXP os) and when i reach the form where im supposed to click "Install Database Server", the next form after clicking "Install Database Server" wont show, and there are no error messages. I tried everything i could but it didnt work. My last choice is to format my computer - but i dont want to do that.

there are two processes running on the background that has SQL in its name - SETUPSQL.EXE and SQLSTP.EXE. I think this shows that the setup is still running.

i need help asap please, and i dont want to format my computer...

thanks in advance!

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved