The Symptoms:
Originally from ticket #14740.
This built in spycer client shows a different peer as if it were the local peer.
The name of the selected peer in the list is c149120006, which is the serial number of the local system. However, the directory contents are for another peer, which is c149120005.
As you can see from the screenshot (bottom of this page), the directory listing on the local v:\ does not match what is in the spycer gui for the c149120006 agent. It does match the directory listing for c149120005.
The actual agent for c149120006 does not appear in the network list.
Stephen
_________________________________________________
The Problem:
The 2 Clipster have the same Spycer UUID. To check this compare the UUID of the 2 Clipsters in C:\ProgramData\DVS\Spycer\Agent.conf and IP.conf
If it is the same on both machines you have to delete it on one.
_________________________________________________
The Correction:
Delete the UUID= line in file Agent.conf: Uuid\PeerId={36ac4478-e63b-4ee6-9b5e-8c46b8608c42}
Delete the ID= line in file IP.conf: ID={797d4d2f-a848-4338-a113-3bc418945779}
Or uninstall Spycer and then delete the entire Spycer folder (C:\ProgramData\DVS\Spycer), then re-install a fresh copy of Spycer.
UUID will get regenerated with another number on spycer agent restart, ID does not.
This fix was verified on Windows 7.
You will need to goto Folder Options to un-hide folders and uncheck hide extensions (View > Show hidden files, folders, or drives) to see directory \ProgramData\DVS\....
Then run Notepad as administrator to edit the files.
Restart the SpycerAgent.
Robert
_________________________________________________
Example of IP.conf
C:\ProgramData\DVS\Spycer>type IP.conf
[Machine]
Name=C149120005
ID={797d4d2f-a848-4338-a113-3bc418945779}
InterfaceIP=172.24.255.76
ForceBackwardsCompatibility=false[MulticastTransport]
GroupIP=239.255.0.1
Port=30001
[UnicastTransport]
PortStart=30001
PortEnd=40001[VirtualAgentMounts]
Agent\size=0C:\ProgramData\DVS\Spycer>
_________________________________________________
Example of Agent.conf
C:\ProgramData\DVS\Spycer>type Agent.conf
[1.1]
Uuid\PeerId={36ac4478-e63b-4ee6-9b5e-8c46b8608c42}
Scan\Watchfolder\ExcludeList\size=0 Scan\Watchfolder\IncludeList\1\Dir=V:/
Scan\Watchfolder\IncludeList\size=2 Scan\Watchfolder\ShareList\size=0
Job\Defrag\InhibitSNFSDefragAfterCopy=true Permissions\BrowseSearch=true Permissions\EditMetaData=true Permissions\WriteEssence=true Permissions\ReadEssence=true Permissions\RemoteConfig=true Permissions\ImpersonateJobs=false Scan\Watchfolder\IncludeList\2\Dir=C:/C:\ProgramData\DVS\Spycer>
_________________________________________________
0 Comments