| kellypowell 2006-10-24, 6:41 pm |
| Hi, I have a small application which creates a SQL Ce database and then uses
RDA to pull data from a SQL Server 2005 database. My application works fine
on my desktop PC however I can't get the RDA pull to work when running the
applicaiton from the tablet PC (Windows XP Tablet PC Edition 2005 Version
2002 Service pack 2).
I am using SQL CE 3.0, I have copied all the sqlce dlls into the executable
directory on the tablet pc - the dlls I copied were from the directory
C:\Program Files\Microsoft SQL Server\90\Tools\Binn
\VSShell\Common7\IDE
on my
desktop and included:
sqlceca30.dll
sqlcecompact30.dll
sqlceer30en.dll
sqlceme30.dll
sqlceoledb30.dll
sqlceqp30.dll
sqlcese30.dll
When running the application from the Tablet PC I can successfully create
the .sdf database but when I attempt a pull I get the following error:
"A request to send data to the computer running IIS has failed" the error
code is 80072EFD and the minor error number is 28037.
I have checked and I can browse to the SQL CE virtual directory on the
server from the tablet PC - when i browse to the page i get the text "SQL
Server Mobile Server Agent 3.0" which i assume means the access is ok.
I have configured the server to allow anonymous access and it does not
require a certificate.
the windows firewall on the Tablet PC has been turned off.
Does anybody have any suggestions what I can try next to get this working on
the tablet?
|