Running the runDocumentImport command file

You run the command file runDocumentImport to import the documents into Service Manager. Documents successfully imported remain in the migration root directory and rejected documents are placed in _rejects.

For Windows, unDocumentImport.bat executes the following statement to import the documents.

%JAVA_HOME%/bin/java -cp %CLASS_PATH%
com.peregrine.webservice.knowledgemanagement.CreateKnowledge -host
%SC_SERVER% -port %SC_PORT% -username %SC_USER% -password
%SC_PASSWORD% -xmlSourceDirectory %MIGRATION_DOCS_DIR%
-defaultStatus %DOC_STATUS%

For UNIX, unDocumentImport.sh executes the following statement to import the documents.

$JAVA_HOME/bin/java -cp $CLASS_PATH
com.peregrine.webservice.knowledgemanagement.CreateKnowledge
-host $SC_SERVER -port $SC_PORT -username $SC_USER -password
$SC_PASSWORD -xmlSourceDirectory $MIGRATION_DOCS_DIR -defaultStatus $DOC_STATUS

Related topics

Import documents into Service Manager

Configure the runDocumentImport.bat file
Configure the runDocumentImport.sh file