This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

"Exported 0 private store items to c:\sec\tools\old.xml"

Hi,

I am getting this message when i tried to export the private store to a file ..

"Exported 0 private store items to c:\sec\tools\old.xml"

What could be the reason ... ?

Regards

:7801


This thread was automatically locked due to age.
  • Hi,

    This command line tool ExportPrivateStore.exe essentially is reading the values out of the registry and converting them into values that can be transported in the XML.  So if the registry hive:

    HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\EE\Management Tools\Private

    doesn't have any entries it will not export anything.  It should have entries such as:

    BEGIN_SECURE_TICKET_<GUID>_END_SECURE_TICKET

    This store only exists on SEC 4 up, just in case you're running it against SEC3.

    The only other thing is if you are running the command as SYSTEM user, by using PSEXEC (i.e. psexec -s <command>)

    Thanks,

    Jak

    :7805
  • Thanks ... Yes u are right ... It is the version problem ....

    :7809