Microsoft KB Archive/102926: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 64: Line 64:
<div class="indent">
<div class="indent">


import admin -p<password&gt; -f<filename&gt; -l<br />
import admin -p<password> -f<filename> -l<br />
import admin -p<password&gt; -f<filename&gt; -lm:\log\import.log<br />
import admin -p<password> -f<filename> -lm:\log\import.log<br />
import admin -p<password&gt; -f<filename&gt; -lc:\import.log
import admin -p<password> -f<filename> -lc:\import.log




Line 73: Line 73:
<div class="indent">
<div class="indent">


import admin -p<password&gt; -f<filename&gt; -lm:\lgo\import.log
import admin -p<password> -f<filename> -lm:\lgo\import.log





Latest revision as of 17:44, 20 July 2020

Article ID: 102926

Article Last Modified on 10/30/2006



APPLIES TO

  • Microsoft Mail for PC Networks 3.0
  • Microsoft Mail for PC Networks 3.0b



This article was previously published under Q102926

SYMPTOMS

The Import (IMPORT.EXE) utility included with versions 3.0 and 3.0b of Microsoft Mail for PC Networks includes an option to create a log of the Import process. If you specify an invalid path and filename, the file is not created and no error is given.

CAUSE

If you do not specify a filename, the Import utility will default to IMPORT.LOG. The output file is placed in the LOG directory of the Mail database. You can specify a directory and filename; however, if the specified directory is invalid, the IMPORT.EXE utility will run normally but will not create the log file and will not report an error.

MORE INFORMATION

Sample Command Lines for IMPORT.EXE

Correct:

import admin -p<password> -f<filename> -l
import admin -p<password> -f<filename> -lm:\log\import.log
import admin -p<password> -f<filename> -lc:\import.log


Incorrect:

import admin -p<password> -f<filename> -lm:\lgo\import.log


Because LGO is not typically a valid directory in the Microsoft Mail database, this incorrect command line will fail.


Additional query words: 3.00 3.00b export rebuild dirsync dir-sync directory synchronization

Keywords: KB102926