Hi
I am having a rather peculiar problem.
I have created two groups i.e Domain Admins and Domain Users to create a Windows Network.
I have made a program that uses the mysql db as the backend.
I am using the mysql.dll connector for interfacing it with the db and the code is written in C#
Now this is my dilemna. Whenever I log into the windows domain as a Domain Admin I am able to connect to the mysql db on a regular basis.
But when I login as a Domain user and use my program. most of the time, I get this error when i either try to add/retrieve a record.
The error is of this sort : Datagram has no sendto address.
Please note I also have netlogon policies for each user(Made using poledit)
Please advise what could be the reason.