M
Mani
Hi all,
I am trying to perform a "Merge Replication" from the PPC simulator with
VS.net 2003. Has anyone experienced this before or have any resolution?
the SQL Server publiation is setup on another machine which also serves as
the SQL Server CE Agent (configured with anonymous access only with NTFS
permissions)
Funny thing here is there is no message!! is the SQL CE team here?
HResult -2147024891
Message ""
NativeError 0
Source "Microsoft SQL Server 2000 Windows CE Edition"
oRpl = new SqlCeReplication();
oRpl.Publisher = "<<publisher>>";
oRpl.PublisherLogin = "dbuser";
oRpl.PublisherPassword = "dbpassword";
oRpl.InternetUrl = "http://192.168.2.84/pda/sscesa20.dll";
oRpl.InternetLogin = "AnotherMachine\\IUSR_AnothermachineName";
oRpl.InternetPassword = "";
oRpl.Subscriber = "CESubscriberTest";
oRpl.Publication = "Northwind";
oRpl.PublisherDatabase = "Northwind";
oRpl.SubscriberConnectionString =
"Provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data Source=" +
this.myDataSource;
/// fyi, this.myDataSource = "\\program
files\\CF\\Inventory\\TestDB1.sdf";
oRpl.Synchronize(); [CODE FAILS HERE and throws exception]
Sorry for the dupliate message, first one posted in the sqlserver.ce forum.
Thank you,
I am trying to perform a "Merge Replication" from the PPC simulator with
VS.net 2003. Has anyone experienced this before or have any resolution?
the SQL Server publiation is setup on another machine which also serves as
the SQL Server CE Agent (configured with anonymous access only with NTFS
permissions)
Funny thing here is there is no message!! is the SQL CE team here?
HResult -2147024891
Message ""
NativeError 0
Source "Microsoft SQL Server 2000 Windows CE Edition"
oRpl = new SqlCeReplication();
oRpl.Publisher = "<<publisher>>";
oRpl.PublisherLogin = "dbuser";
oRpl.PublisherPassword = "dbpassword";
oRpl.InternetUrl = "http://192.168.2.84/pda/sscesa20.dll";
oRpl.InternetLogin = "AnotherMachine\\IUSR_AnothermachineName";
oRpl.InternetPassword = "";
oRpl.Subscriber = "CESubscriberTest";
oRpl.Publication = "Northwind";
oRpl.PublisherDatabase = "Northwind";
oRpl.SubscriberConnectionString =
"Provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data Source=" +
this.myDataSource;
/// fyi, this.myDataSource = "\\program
files\\CF\\Inventory\\TestDB1.sdf";
oRpl.Synchronize(); [CODE FAILS HERE and throws exception]
Sorry for the dupliate message, first one posted in the sqlserver.ce forum.
Thank you,