(Still Getting) Error 28010 when calling Run method using SQL Server CE 2.0

(Still Getting) Error 28010 when calling Run method using SQL Server CE 2.0

Post by Jibbe » Wed, 23 Oct 2002 18:22:46



I tried everything with SQL Server CE Version 1.1 so today I installed
Version 2.0, created the virtual directory on IIS and even registered the
files sscesa20.dll and sscerp20.dll on the IIS server.

The server was restarted and a client browser on the development computer
and Pocket PC is showing the message "SQL Server CE Server Agent".  I am
using anonymous authentication for testing.

I am still getting a 28010 error occurring when the Replication Object 'Run'
Method is called in eVB code.
A previous command in my code calls the Initialize method without error.

The security of IIS, NTFS and SQL appears OK.

I am running SQL2K, IIS5.0 and Windows 2000 Server on the same server.

Has anyone had this error and have advise as to the way to solve it?

Thanks,
Adam

 
 
 

(Still Getting) Error 28010 when calling Run method using SQL Server CE 2.0

Post by Brad Syputa - M » Thu, 24 Oct 2002 08:09:09


Hi Adam,

Enumerate all of you errors if you are not already. There may be a more
specific error under the covers.

I see this when I have permissions problems. Create a new snapshot directory
for your publication, c:\snapshot. Rerun the snapshot agent. Do not change
any ACLS on the share for now.

If that does not work, use the Connectivity Wizard to setup your virtual
directory. Choose defaults for everything and Anonymous authentication. See
if that helps.

--
Brad

This posting is provided "AS IS" with no warranties, and confers no rights.

Quote:> I tried everything with SQL Server CE Version 1.1 so today I installed
> Version 2.0, created the virtual directory on IIS and even registered the
> files sscesa20.dll and sscerp20.dll on the IIS server.

> The server was restarted and a client browser on the development computer
> and Pocket PC is showing the message "SQL Server CE Server Agent".  I am
> using anonymous authentication for testing.

> I am still getting a 28010 error occurring when the Replication Object
'Run'
> Method is called in eVB code.
> A previous command in my code calls the Initialize method without error.

> The security of IIS, NTFS and SQL appears OK.

> I am running SQL2K, IIS5.0 and Windows 2000 Server on the same server.

> Has anyone had this error and have advise as to the way to solve it?

> Thanks,
> Adam


 
 
 

(Still Getting) Error 28010 when calling Run method using SQL Server CE 2.0

Post by Jibbe » Thu, 24 Oct 2002 09:36:38


It is the only error that is given.

I created a new snapshot directory, e:\SnapShot, It was
shared as SnapShot and the share had permissions for
everyone.  The SnapShot location in SQL was changed from
\\ServerName\ReplData to \\ServerName\SnapShot.  The
Snapshot Agent was started and it completed successfully.  
BUT I still got the same error.

I used the 'Virtual Directory Creation Wizard' to create a
new Alias to the same folder that ssce20 is placed.  I
used anonymous authentication.  That did not solve it
either.

There don't seem to be many more options?

Quote:>-----Original Message-----
>Hi Adam,

>Enumerate all of you errors if you are not already. There
may be a more
>specific error under the covers.

>I see this when I have permissions problems. Create a new
snapshot directory
>for your publication, c:\snapshot. Rerun the snapshot

agent. Do not change
>any ACLS on the share for now.

>If that does not work, use the Connectivity Wizard to
setup your virtual
>directory. Choose defaults for everything and Anonymous
authentication. See
>if that helps.

>--
>Brad

>This posting is provided "AS IS" with no warranties, and
confers no rights.


>> I tried everything with SQL Server CE Version 1.1 so
today I installed
>> Version 2.0, created the virtual directory on IIS and
even registered the
>> files sscesa20.dll and sscerp20.dll on the IIS server.

>> The server was restarted and a client browser on the

development computer
Quote:>> and Pocket PC is showing the message "SQL Server CE

Server Agent".  I am
Quote:>> using anonymous authentication for testing.

>> I am still getting a 28010 error occurring when the
Replication Object
>'Run'
>> Method is called in eVB code.
>> A previous command in my code calls the Initialize

method without error.

- Show quoted text -

Quote:

>> The security of IIS, NTFS and SQL appears OK.

>> I am running SQL2K, IIS5.0 and Windows 2000 Server on
the same server.

>> Has anyone had this error and have advise as to the way
to solve it?

>> Thanks,
>> Adam

>.

 
 
 

(Still Getting) Error 28010 when calling Run method using SQL Server CE 2.0

Post by Gil Lapid Shafriri [MS » Fri, 17 Jan 2003 03:50:30


28010 error  is SSCE_M_CANTCOCREATERECONERROR which means that sscesa20.dll
can't cocreate the reconciler com object.
Registering  sscerp20.dll manually  on the server  is not enougth - you need
to install all the server tools on the IIS machine.

--
Gil Lapid Shafriri
SQL Server for CE

----------------------------------------------------------------------------
-------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights


Quote:> I tried everything with SQL Server CE Version 1.1 so today I installed
> Version 2.0, created the virtual directory on IIS and even registered the
> files sscesa20.dll and sscerp20.dll on the IIS server.

> The server was restarted and a client browser on the development computer
> and Pocket PC is showing the message "SQL Server CE Server Agent".  I am
> using anonymous authentication for testing.

> I am still getting a 28010 error occurring when the Replication Object
'Run'
> Method is called in eVB code.
> A previous command in my code calls the Initialize method without error.

> The security of IIS, NTFS and SQL appears OK.

> I am running SQL2K, IIS5.0 and Windows 2000 Server on the same server.

> Has anyone had this error and have advise as to the way to solve it?

> Thanks,
> Adam

 
 
 

1. Error 28010 when calling Run method

Hi Adam,

Make sure you have the SSCERP10.dll registered on your IIS server along with
your SSCESA10.dll.

--
Kevin Boske
SQL Server CE Team
Microsoft
----------------------------------------------------------------------------
----------------------------------------
SQL Server CE Security Whitepaper:

http://www.microsoft.com/sql/techinfo/administration/2000/securitymod...
SQL Server CE Connectivity Troubleshooting Whitepaper :

http://www.microsoft.com/sql/techinfo/administration/2000/CEconnectiv...
sp

----------------------------------------------------------------------------
----------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
----------------------------------------------------------------------------
----------------------------------------

I have a 28010 error occurring when the Replication
Object 'Run' Method is called in eVB code.
I am able to receive the 'Body' response from IE on the
Pocket PC and a previous command calls the Initialize
method without error.

I am running SQL2K, IIS5.0 and Windows 2000 Server on the
same server.

Has anyone had this error and have advise as to the way to
solve it?

Thanks,
Adam

2. Copying dBase to Oracle

3. How to call SP in SQL CE 2.0

4. Filename as parameter

5. Getting a list of databases from an SQL server using OLE-DB (or any other method)

6. DTS books or tutorials

7. Insert using XML files in SLQ Server CE 2.0

8. Q: Get Autonumber in SQL Query?

9. CE Relay SQL ce 2.0

10. Sync SQL CE 2.0 and SQL Server 2000

11. Table creation fails in CE SQL server using ADOCE - error not informative

12. SQL Server CE RDA Pull method

13. Merge Errors W/SQL CE 2.0 Need Help