Link to home
Start Free TrialLog in
Avatar of Swetha_aJaX
Swetha_aJaX

asked on

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Hi ,
when ia m trying to unit test my application using Visual studio unit tests when i am testing the webservice call my test is failing and giving me this message .
as i am doing this as part of migration from earlier version..

"Test method BusinessLogicUnitTest.xxRepositoryTest.IsOpenTest threw exception:  System.Web.Services.Protocols.SoapException: Server was unable to process request. --> ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified."



System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
BusinessLogic.Info.Isxyz(String osAttrCode, String osDateInQuestion, String osTimeInQuestion) in
ASKER CERTIFIED SOLUTION
Avatar of Ritesh_Garg
Ritesh_Garg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Swetha_aJaX
Swetha_aJaX

ASKER

It is happening when i am calling web service from my application.
is there any problem withthe webservice or my app ?
From the error message, it appears the issue is in the WebService.