I have an Access .adp that's getting intermittent errors when getting data from SQL Server. The initial error will be:
[DBNMPNTW] ConnectionWrite(WriteFile()).object failed
followed by a:
"The operation on the Connection falure object failed."
I have yet to figure out any rhyme or reason to why this would appear. It seems to afflict one user especially. I can have this user switch to an administrative password (db is using WinNT security) and the errors will stop. But it doesn't seem tied to permissions, since the same action that brings up the error can be done after restarting the app and trying again, even without switching logins.
It's possible that it may be triggered initially by user-inactivity, say 15 minutes of doing nothing, but this isn't always the case.
I haven't been able to dig up much on this error in my search so far, other than that a connection is getting dropped for some reason.
Has anybody seen this before? Know the cause and/or the fix?
Thanks,
Herb Sitz
[DBNMPNTW] ConnectionWrite(WriteFile()).object failed
followed by a:
"The operation on the Connection falure object failed."
I have yet to figure out any rhyme or reason to why this would appear. It seems to afflict one user especially. I can have this user switch to an administrative password (db is using WinNT security) and the errors will stop. But it doesn't seem tied to permissions, since the same action that brings up the error can be done after restarting the app and trying again, even without switching logins.
It's possible that it may be triggered initially by user-inactivity, say 15 minutes of doing nothing, but this isn't always the case.
I haven't been able to dig up much on this error in my search so far, other than that a connection is getting dropped for some reason.
Has anybody seen this before? Know the cause and/or the fix?
Thanks,
Herb Sitz