Difference between revisions of "How to use DumpFilesToDiscCLI"

From TempusServa wiki
Jump to navigation Jump to search
(Created page with "DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. From here you must do the following steps: 1. get war file with www.tempusserva.dk/install/nightly/TempusServa.war 2. rename file ending to .zip 3. unzip the file 4. navigate to \TempusServa\WEB-INF\lib in zip file in a CLI 5. run the following command, but...")
 
m (prettier)
Line 1: Line 1:
DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. From here you must do the following steps:
DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. From here you must do the following steps:


1. get war file with www.tempusserva.dk/install/nightly/TempusServa.war
# Get war file with www.tempusserva.dk/install/nightly/TempusServa.war
2. rename file ending to .zip
# Rename file ending to .zip
3. unzip the file
# Unzip the file
4. navigate to \TempusServa\WEB-INF\lib in zip file in a CLI
# Navigate to \TempusServa\WEB-INF\lib in zip file in a CLI such as Powershell
5. run the following command, but replace the placeholder variables, including  the <> characters with appropriate values for the given application you are running the tool on:
# Run the following command, but replace the placeholder variables, including  the <> characters with appropriate values for the given application you are running the tool on:
 
java -cp "./*" com.tsnocode.codeunit.common.DumpFilesToDiscCLI <live db name> <db username> <db password> <solution> <sqlCategoryKey *optional*> <sqlCategoryEntity *optional*>
java -cp "./*" com.tsnocode.codeunit.common.DumpFilesToDiscCLI <live db name> <db username> <db password> <solution> <sqlCategoryKey *optional*> <sqlCategoryEntity *optional*>

Revision as of 16:35, 5 February 2024

DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. From here you must do the following steps:

  1. Get war file with www.tempusserva.dk/install/nightly/TempusServa.war
  2. Rename file ending to .zip
  3. Unzip the file
  4. Navigate to \TempusServa\WEB-INF\lib in zip file in a CLI such as Powershell
  5. Run the following command, but replace the placeholder variables, including the <> characters with appropriate values for the given application you are running the tool on:

java -cp "./*" com.tsnocode.codeunit.common.DumpFilesToDiscCLI <live db name> <db username> <db password> <solution> <sqlCategoryKey *optional*> <sqlCategoryEntity *optional*>