Announcement

Collapse
No announcement yet.

Exporter and Windows 2003 (non domain)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Exporter and Windows 2003 (non domain)

    Is the free version of Exporter compatible with Windows 2003? When running exporter from the command line using

    exporter.exe export.ini "ComputerName"

    The only thing that appears is

    Exporter version 2.9

    The text file defined in the .ini is not created

    Below is a sample my .ini file

    [Export]
    Verbose=1
    VeryVerbose=0
    ExportDomain=WORKGROUP
    ExportTitles=1
    Append=1
    SkipUnix=1
    ExportCmd=.\exporter.exe
    Delimiter=,
    ExportUsers=1
    ExportUserFile=c:\users.txt
    ExportDomainUsers=0
    ExportBDCUsers=0
    ExportServerUsers=1

    Thanks

  • #2
    Re: Exporter and Windows 2003 (non domain)

    Change the syntax to:

    exporter.exe .\export.ini domain "ComputerName"

    Domain has to be specified even if the computer is not in a domain. That acts as a placeholder.

    Comment

    Working...
    X