R
Roberto Rocco
Hello,
I want to use GPRS to to SQL Server CE merge replication with my PDA (T-Mobile MDA 2) and have written a test application in C#.
Everything works fine as long as I have the PDA in the cradle and connect to the internet via ActiveSynch.
But as soon as I use the PDA outside the cradle without ActiveSynch I get Error 80072EE7.
GPRS itself is running fine, instead. I proove it by disconnecting the PDA from its cradle and entering the URL manually into Internet Explorer: A GPRS-connection is established and I get back "SQL Server CE Server Agent". Connections in IE via GPRS to any other internet site are also working.
This proves that GPRS is running well.
So it seems to me that from inside my program no internet connection is made if the PDA is not attached to the cradle and thus is not using Active Synch. The very same program works perfectly instead as soon as the PDA uses Active Synch.
Is there anything I have to do programmatically to establish an internet connection via GPRS ??
The exact error message is a s follows:
"Error Code: 80072EE7
Message : A request to send data to the computer running IIS has failed. For more information see HRESULT.[,,,,,]
Minor Error.: 28037
Source : Microsoft SQL Server 2000 CE Edition."
Many thanks in advance for every hint,
Roberto Rocco.
I want to use GPRS to to SQL Server CE merge replication with my PDA (T-Mobile MDA 2) and have written a test application in C#.
Everything works fine as long as I have the PDA in the cradle and connect to the internet via ActiveSynch.
But as soon as I use the PDA outside the cradle without ActiveSynch I get Error 80072EE7.
GPRS itself is running fine, instead. I proove it by disconnecting the PDA from its cradle and entering the URL manually into Internet Explorer: A GPRS-connection is established and I get back "SQL Server CE Server Agent". Connections in IE via GPRS to any other internet site are also working.
This proves that GPRS is running well.
So it seems to me that from inside my program no internet connection is made if the PDA is not attached to the cradle and thus is not using Active Synch. The very same program works perfectly instead as soon as the PDA uses Active Synch.
Is there anything I have to do programmatically to establish an internet connection via GPRS ??
The exact error message is a s follows:
"Error Code: 80072EE7
Message : A request to send data to the computer running IIS has failed. For more information see HRESULT.[,,,,,]
Minor Error.: 28037
Source : Microsoft SQL Server 2000 CE Edition."
Many thanks in advance for every hint,
Roberto Rocco.