Weird Errors that happens at random when Sync

Joined
Jul 19, 2005
Messages
9
Reaction score
0
Hi, i've written a palm software that syncs with my MSSQL. Using the RDA and push,pull functions i sync my data with my host. When i was testing this software using the local emulator syncing with the local host, i've never faced these problems. but now that i'm testing it on a PDA and i've manage to get the sync done, I'm getting these errors randomly when i'm calling the Push function

code goes something like this


Code:
rda.Push("DetailInfo", remoteConnectString, RdaBatchOption.BatchingOn)


sometimes it works, sometimes it doesn't. When it doesn't work, i get this error

"Either the computer running IIS is out of memory or an incorrect RSCBID was sent in a request."

Once i get this error, i would need to restart the entire program for it to work. If i continue on, i would get another error

"The Version of resource DLL MSDAEREN.DLL is not valid "

Both these errors happens at random, but pretty frequent. Anyone have any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top