Hi all,
We're using SQL Server Compact 3.5 with Merge Replication.
I realize it's possible to turn on SQL Server Compact *Server Agent* logging
but I was hoping there was a way to turn on *Client Agent* logging as well.
In a Microsoft webcast it indicates Client Agent logging can be turned on by
creating a text configuration file named, "Calog30.txt" with the proper
entries. I have tried this but it doesn't work. I also named the file,
"Calog35.txt", but that doesn't work either.
These are the entries that should be placed in the configuration file
(according to the webcast):
LogLevel=5
LogFilePath=.\log.txt
WininetLog=1
Has anyone gotten Client Agent logging to work?
Thanks.
ErikEJ - 26 Feb 2008 11:02 GMT
Yes, look at this blog post:
http://erikej.blogspot.com/2008/02/sql-compact-35-client-agent-logging.html

Signature
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
> Hi all,
>
[quoted text clipped - 19 lines]
>
> Thanks.