When I am trying to connect to AS400 using C#.NET, it’s giving me error:
IBMDA400 is not registered on local Machine
Can anyone please explain me about this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the provider you’re using, IBM’s Client Access needs to be installed. The OleDbProvider for IBM is included inthe Client Access package.
A better solution would be to use the IBM for .Net provider.
If you have Client Access installed on the machine, you can get at the .Net provider by going into selective setup and choosing the .Net provider in the developer tools.