Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
THNQdigital
Starting Member
15 Posts |
Posted - 2004-03-15 : 09:47:06
|
| HI ,I am updating a sql server table ( 7.0) through an asp page ( using dsn). ( Table has one of the columns to store an emial id)All these days eveyrthing was fine 'but suddenly i seean error "Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC SQL Server Driver][SQL Server]SQL Mail session is not started."I saw in MSSQL\LOG\ERROR fileMAPI login failure..2004-03-15 19:43:22.19 ods Error: 17951, Severity: 18, State: 12004-03-15 19:43:22.19 ods Failed to start SQL Mail session..Please let me know what is going wrongThanksTHNQdigital |
|
|
raymondpeacock
Constraint Violating Yak Guru
367 Posts |
Posted - 2004-03-15 : 10:11:12
|
| Have you defined a valid SQL Mail Profile for the service to start under? If so, and it has been working in the past - has the password changed recently?Raymond |
 |
|
|
THNQdigital
Starting Member
15 Posts |
Posted - 2004-03-16 : 07:48:31
|
quote: Originally posted by raymondpeacock Have you defined a valid SQL Mail Profile for the service to start under? If so, and it has been working in the past - has the password changed recently?Raymond
Hi RayMond, i am able to solve the problem, but still unable to exactly figure out how was it working earlier.. down is the explaination..My settings when i was getting the error,1) (EntprMGR)SQL Server Properties->Security tabAuthentication = SQL Server and Windows NTStart up service account = system accountThis account - My Nt Account and password ( server is also installe dusing the same accont)2)SQL Server Agent -properties - General - System accountMail profile = nothingconnection tab = USe sql server authetication ( valid uid and pswd specified)What i changed to make it workstartup serice account tobe same as the account in which the server is installed ( this account = my NT account and pwd)Now in Agent i specify the valid mail profile and say test then"test is successfull"Conclusion :Recenlty the n/w on which server is installed is merged with another n/w ( to be abale to connect n/ws across regions)i am just guessing may be " the setting were reset so started erroring out and prior to the n/w merge the settings were how i have set now..ThanksBest RegardsBhat |
 |
|
|
|
|
|