I'm using windows server 2008 R2 and SQL Server 2008 R2. After configuring the web sync, Whenever I check for http://localhost/xyz/sqlcesa35.dll?diag it shows
| 9.0 Database Reconciler | FAILURE | 0x80040154 |
while its successful for 10.0
| 10.0 Database Reconciler | SUCCESS | 0x0 |
This is what it shows while running the above url..
Impersonation and Access Tests| Action | Status | ErrorCode |
|---|
| Impersonate User | SUCCESS | 0x0 |
| ReadWriteDeleteMessageFile | SUCCESS | 0x0 |
SQL Server Compact Modules Test| Module | Status | ErrorCode | Version |
|---|
| sqlcerp35.dll | SUCCESS | 0x0 | 3.5.8080.0 |
| sqlcesa35.dll | SUCCESS | 0x0 | 3.5.8080.0 |
Reconciler Test| Reconciler | Status | ErrorCode |
|---|
| 10.0 Database Reconciler | SUCCESS | 0x0 |
| 9.0 Database Reconciler | FAILURE | 0x80040154 |
SQL Server Module Versions| Module | Version |
|---|
| sqloledb.dll | 6.1.7601.17514 |
| 10.0 replrec.dll | 2009.100.1600.1 |
| 10.0 replprov.dll | 2009.100.1600.1 |
| 10.0 msgprox.dll | 2009.100.1600.1 |
Anyone please help me to sort it out? I tried even re installing the SQL server, but my effort was in vain.