Re: error 80004005 while INITIALIZE sql server CE



This is, unfortunately, a common problem and it seems that there is no
generic solution. This seems to be the single most difficult hurdle
when trying to use sql server ce.

Basically, your connection information is incorrect in some way. How, I
cannot say with any certainty.

However, I will tell you that to get mine working, I had to provide
valid values for these:

CERDA->put_InternetLogin(L"");
CERDA->put_InternetPassword(L"");

But, that may not be your problem.

You should also have a look at the SQL log on your server. It may give
you some hints as to what exactly is failing.

rick

sudha wrote:
why isnt there anyone who can help me solve the problem :(

I have the detailed description of the error here:

Source: Microsoft SQL Server 2000 Windows CE Edition
Native Error: 28507
HR: 80004005
Description: some distributor properties are not specified
Param = 0
Param = 0
Param = 0
Param =
Param =
Param =

With reference to books online, the error is
SSCE_M_MISSINGDISTRIBUTORPROPERTIES

I tried giving sa as the user name and password for distributor with no
avail.

~Sudha

.



Relevant Pages

  • SQL Server CE Replication Errors
    ... I have an application running over Pocket PC HP Jornada 720 (Windows ... This application uses an SQL Server database ... MICROSOFT SQL SERVER 2000 WINDOWS CE EDITION ... PARAM = 0 ...
    (microsoft.public.sqlserver.replication)
  • Replication ERROR
    ... I have an application running over Pocket PC HP Jornada 720 (Windows ... This application uses an SQL Server database ... MICROSOFT SQL SERVER 2000 WINDOWS CE EDITION ... PARAM = 0 ...
    (microsoft.public.access.replication)
  • Replication Server Reconciler Failed (29045-29006) Help Pleaseeee
    ... I am using SQL CE 2.0 and SQL Server 2000. ... me the same errors(i am registering SSCERP20.dll as i am using SQL CE 2.0) ... The DLL SSCERP10.dll must be registered on the IIS server. ...
    (microsoft.public.sqlserver.ce)
  • Re: UPDATE using params, again, deosnt work
    ... Not sure why you didn't use stateEmail as a Param, ... > Enough of the moan, the mistake is me, I know, but why oh why oh why does ... this statement not update my SQL Server DB: ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: error 80004005 while INITIALIZE sql server CE
    ... Microsoft Windows CE Compiler Team ... This posting is provided "AS IS" with no warranties, ... some distributor properties are not specified ... Param = 0 ...
    (microsoft.public.windowsce.embedded.vc)

Loading