The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Reg Sync History
Posted: 01 Dec 07 2:44 AM
|
how to get sync history of all the users..
|
|
|
|
Re: Reg Sync History
Posted: 03 Dec 07 4:33 AM
|
What do you mean "sync history"? If you use Sync Service you can use SLXMonitorConsole. Also, you have SyncStatus.txt file in shared folder with sync log. |
|
|
|
Re: Reg Sync History
Posted: 03 Dec 07 5:01 AM
|
Thx a lot for ur reply!!! SynHistory of the users when they last synchronised..... |
|
|
|
Re: Reg Sync History
Posted: 16 Dec 07 12:18 PM
|
Look at SyncSequencing.. The SourceSite SiteCode is the sitecode of the REMOTE user you need to look at..
SELECT LASTAPPLY FROM sysdba.SYNCSEQUENCING WHERE SOURCESITE = (SELECT PRIMARYSITE FROM USERSECURITY WHERE USERCODE = 'LoginYouWant')
Unfortunately.. this is only valid IF the sync had a data change from teh remote in it.. otherwise there is NO change to SyncSequencing.LastApply. -- rjl |
|
|
| |
|