Command name | Description | Remarks |
---|---|---|
imp | Imports server information. |
|
exp | Exports Server Information |
|
kill | Requests to stop the process. | |
myservices | Shows the list of services. | |
processcount | Views and sets the number of processes and scripts in progress. | |
ps | Shows script processes. | |
run | Executes services. | |
session | Manages session information and shows status, |
|
shutdown | Stops and restarts DataSpiderServer. |
|
threadstat | Gets thread information. | |
uname | Shows system information. |
Category | Name | Description | File path | Remarks |
---|---|---|---|---|
Server | Server Log | The logging pertaining to DataSpiderServer.Events from Kernel and each service manager DataSpiderServer are logged to the Server Log.
|
$DATASPIDER_HOME/server/logs/server.log |
|
Server Error Log | Error events logged in DataSpiderServer process are redirected to the Server Error Log from standard error output. | $DATASPIDER_HOME/server/logs/server.error.log |
|
|
Execution Log | Summaries for script execution status are logged to the Execution Log. | $DATASPIDER_HOME/server/logs/<date in '(yyyyMMdd' format>/exec.log |
|
|
XML Log | The logs of the components executed are stored in the XML Log.
![]() |
$DATASPIDER_HOME/server/logs/<date in 'yyyyMMdd' format>/execution/<Execution ID>.xml | ||
Launch Log | The logging pertaining to Launch External Application operation.Elapsed time since an external application has been started and the command line started the application are logged to the Launch Log. | $DATASPIDER_HOME/server/logs/<date in 'yyyyMMdd' format>/launch.log | ||
Launch Process Log | Events from the launched external application that are ordinary logged to the standard output and the standard error output are redirected to the Launch Process Log. | $DATASPIDER_HOME/server/logs/<date in 'yyyyMMdd' format>/launch.log | ||
Server CLI Console Log | The logging pertaining to Server CLI Console.Events logged in Server CLI Console operation, including command history, are logged to the Server CLI Console Log. | $DATASPIDER_HOME/server/logs/cli.log |
|
|
Access Log | The log for accessing to DataSpiderServer from the client is output. | $DATASPIDER_HOME/server/logs/access.log |
|
|
Client | Studio Log | The logging pertaining to DataSpider Studio. | $DATASPIDER_HOME/client/logs/studio.log |
|
Client CLI Console Log | The logging pertaining to Client CLI Console. Includes command history. | $DATASPIDER_HOME/client/logs/cli.log |
|
|
Studio Standard Output | The logging pertaining to DataSpider Studio process is redirected to the Studio Standard Output | $DATASPIDER_HOME/client/logs/client.log |
|
|
Studio Standard Error Output | Error events logged in DataSpider Studio process are redirected to the Studio Standard Error Output from the standard error output. | $DATASPIDER_HOME/client/logs/client.error.log |
10/22 10:28:49|INFO|ds.boot|Service of module [SystemModule Container] was successfully started. 10/22 10:28:49|INFO|ds.boot|Starting service of module [ScriptRunner Container]... 10/22 10:28:49|INFO|ds.boot|Starting service of module [DataProcessingComponent Manager]... 10/22 10:28:49|INFO|ds.boot|Service of module [DataProcessingComponent Manager] was successfully started. 10/22 10:28:49|INFO|ds.boot|Service of module [ScriptRunner Container] was successfully started. 10/22 10:28:49|INFO|ds.boot|System service was successfully started. 10/22 10:28:49|NOTICE|ds.boot|DataSpider Server was successfully started. 10/22 10:28:49|INFO|ds.boot|***************************************************************** 10/22 12:01:23|INFO|ds.kernel.mgr.callback|START|CALLBACK_THREAD|CLIENT=qm0000rg4dl1i0so2j7b72t8hb0l 10/22 12:01:30|FINFO|ds.kernel.login|SUCCEEDED|LOGIN|USER=root|SESSION_ID=lli947bl3u22oe1cu2ejet71md8lu4tf 10/22 12:03:45|FINFO|ds.kernel.mgr.dpc.pool|GC_START 10/22 12:03:45|FINFO|ds.kernel.mgr.dpc.pool|GC_END
|2007/10/10 13:43:19|-|ID=j20000dg6il1i0go0c5iionihb21|VMID=pk0000ng0kl1iembiradhpv0l1b9|OWNER=root|PROJECT=null|SCRIPT=Script|TYPE=default |2007/10/10 13:43:19|0|ID=j20000dg6il1i0go0c5iionihb21|TOTAL=1969|EXIT_STATUS=0 |2007/10/10 13:48:04|-|ID=be0000dg6il1i0go0c5rb722hb21|VMID=pk0000ng0kl1iembiradhpv0l1b9|OWNER=root|PROJECT=null|SCRIPT=Script|TYPE=default |2007/10/10 13:48:05|1|ID=be0000dg6il1i0go0c5rb722hb21|TOTAL=547|EXIT_STATUS=-10101
|Date | End status | Execution ID | VMID | Execution user name | Project name | Script name | Type name | date | Exit Status | Execution ID | Execution time | Exit status |
<?xml version="1.0" encoding="UTF-8" ?> <exec> <executionStart time="1192189123891" production-version="2.4.0" /> <scriptStart time="1192189124094" id="so0000fg10l1i0co28lhc5gaharl" version="2" name="script" project="root@project" type="default" enableTypeSwitch="false" repository="/home/root/projects/project" supportsLargeData="false" psp="false" /> <start time="1192189124110" id="o20000fg3pl1i0ko50lkhvfghb4e" name="mapping" /> <end time="1192189124251" id="o20000fg3pl1i0ko50lkhvfghb4e" /> <scriptEnd time="1192189124251" status="0" /> <executionEnd time="1192189124266" status="0" /> </exec>
<?xml version="1.0" encoding="UTF-8" ?> <exec> <executionStart time="1262591044666" production-version="2.4.0" /> <scriptStart time="1262591044701" id="va0000bg70l1ie6moi7s2evoib8c" version="1" name="script" project="root@project" type="default" enableTypeSwitch="false" repository="/home/root/projects/project" supportsLargeData="true" psp="false" /> <start time="1262591044708" id="si0000jg20l1ifemqt2klig8ibu2" name="csv_read" /> <end time="1262591044759" id="si0000jg20l1ifemqt2klig8ibu2"> <failure> <code><![CDATA[SCRIPT0003E]]></code> <type><![CDATA[com.appresso.ds.script.runtime.ComponentFailedException]]></type> <message><![CDATA[Failed to process [csv_read(File/CSV/Read CSV File)].Cause: [com.appresso.ds.common.dp.InvalidPropertyConfigurationException: File path is not specified.]]]></message> <detail><![CDATA[com.appresso.ds.script.runtime.ComponentFailedException: Failed to process [csv_read(File/CSV/Read CSV File)].Cause: [com.appresso.ds.common.dp.InvalidPropertyConfigurationException: File path is not specified.] ... (skip) ]]></detail> </failure> </end> <scriptEnd time="1262591044768" status="-10101" /> <executionEnd time="1262591044771" status="-10101"> <failure> <code><![CDATA[SCRIPT0003E]]></code> <type><![CDATA[com.appresso.ds.script.runtime.ComponentFailedException]]></type> <message><![CDATA[Failed to process[csv_read(File/CSV/Read CSV File)].Cause: [com.appresso.ds.common.dp.InvalidPropertyConfigurationException: File path is not specified.]]]></message> <detail><![CDATA[com.appresso.ds.script.runtime.ComponentFailedException: Failed to process [csv_read(File/CSV/Read CSV File)].Cause: [com.appresso.ds.common.dp.InvalidPropertyConfigurationException: File path is not specified.] ... (skip) ]]></detail> </failure> </executionEnd> </exec>
Elements | Attributes | Description | Remarks | |
---|---|---|---|---|
executionStart | time | Operation executing starting time | ||
production-version | DataSpiderServer version | |||
scriptStart | time | Start time of a script | ||
id | script entry ID | |||
version | The version of script | |||
name | Script name | |||
project | Project name | |||
type | type identifier | |||
enableTypeSwitch | Use the default type if the specified type is not found.(true or false) | |||
repository | The location where projects are saved | |||
supportsLargeData | Whether if the feature of handling large volume is enabled(true or false) | |||
psp | Whether the script is PSP enabled(true or false) | |||
var | id | Script variable ID | ||
name | Script variable name | |||
start | time | Start time of the operation performed by component | ||
id | Component ID | |||
name | Component icon name | |||
end | time | The end time of the operation performed by component | ||
id | Component ID | |||
log | level | Log level | ||
log | msg | - | Log message | |
loopStart | time | The start time of the operation performed by component |
|
|
id | Component ID | |||
name | Component icon name | |||
loopEnd | time | The end time of the operation performed by component |
|
|
id | Component ID | |||
count | The number of iterations performed | |||
branchStart | time | The start time of the operation performed by component |
|
|
id | Component ID | |||
name | Component icon name | |||
branchEnd | time | The end time of the operation performed by component |
|
|
id | Component ID | |||
eval | id | id of conditional operation | ||
name | Condition icon name | |||
result | The result of conditional operation(true or false) | |||
transactionStart | - | The start time of the operation performed by component |
|
|
transactionEnd | time | The end time of the operation performed by component |
|
|
type | Transaction status(commit or rollback) | |||
tryStart | time | The start time of the operation performed by component |
|
|
id | component ID | |||
name | component icon name | |||
exceptionCaught | time | The start time of the operation performed by component |
|
|
id | component ID | |||
name | component icon name | |||
tryEnd | time | The end time of the operation performed by component |
|
|
id | component ID | |||
failure | code | - | message code |
|
type | - | error type |
|
|
message | - | error messages |
|
|
detail | - | trace information |
|
|
scriptEnd | time | Script execution end time | ||
status | Script execution status | |||
executionEnd | time | Process execution end time | ||
status | Script end status |
06/20 19:34:39.760|EXEC_START | 06/20 19:34:39.762|SCRIPT_START|SCRIPT=script, PROJECT=root@project, REPOSITORY=/home/root/projects/project, VERSION=2 06/20 19:34:39.763|START |NAME=mapping 06/20 19:34:39.763|END | 06/20 19:34:39.763|SCRIPT_END |EXIT_STATUS=0 06/20 19:34:39.763|EXEC_END |EXIT_STATUS=0
06/20 19:37:14.607|EXEC_START | 06/20 19:37:14.609|SCRIPT_START|SCRIPT=script, PROJECT=root@project, REPOSITORY=/home/root/projects/project, VERSION=0 06/20 19:37:14.609|START |NAME=csv_read [csv_adapter/get_data] 06/20 19:37:14.671|END | com.appresso.ds.script.runtime.ComponentFailedException: Failed to process [csv_read(File/CSV/Read CSV File)]. Cause:[com.appresso.ds.common.dp.InvalidPropertyConfigurationException: File path is not specified.] ... (skip) 06/20 19:37:14.673|SCRIPT_END |EXIT_STATUS=-10101 06/20 19:37:14.674|EXEC_END |EXIT_STATUS=-10101 com.appresso.ds.script.runtime.ComponentFailedException: Failed to process [csv_read(File/CSV/Read CSV File)]. Cause:[com.appresso.ds.common.dp.InvalidPropertyConfigurationException: File path is not specified.] ... (skip)
Elements | Attributes | Description | Remarks |
---|---|---|---|
EXEC_START | - | Start time of the entire process | |
SCRIPT_START | - | Operation executing starting time | |
SCRIPT | Script name | ||
PROJECT | Project name | ||
REPOSITORY | The location where projects are saved | ||
VERSION | The version of script | ||
VARIABLE | NAME | Script variable name | |
VALUE | Value dereferenced by script variables | ||
START | - | Start time of the operation performed by component | |
NAME | Component icon name | ||
END | - | The end time of the operation performed by component | |
ERROR NOTICE WARN INFO FWARN FINFO FINEST DEBUG |
- | The Log level used | |
LOOP_START | - | Start time of the Loop, Conditional Loop, or Loop by Number of Data operation | |
NAME | Component icon name | ||
LOOP_END | - | End time of the Loop, Conditional Loop, or Loop by Number of Data operation | |
COUNT | Number of iteration | ||
BRANCH_START | - | Start time of the Conditional Branch operation | |
NAME | Component icon name | ||
BRANCH_END | - | End time of the Conditional Branch operation | |
EVALUATION | NAME | Name of the condition | |
RESULT | Result of the predicate | ||
TX_START | - | Start time of a transactional process | |
TX_END | - | End time of a transactional process | |
COMMIT | whether the transaction has been committed successfully; true or false. | ||
TRY_START | - | Start time of the Monitor Exception operation | |
NAME | Component icon name | ||
CATCH | - | Start time of the Monitor Exception operation | |
NAME | Component icon name | ||
TRY_END | - | End time of the Monitor Exception operation | |
SCRIPT_END | - | Script execution duration | |
EXIT_STATUS | The exist status of the script | ||
EXEC_END | - | The execution duration of over all process. | |
EXIT_STATUS | The execution status |
18:07:12|do0000rg7nl1i108hdf2ecash4qn|INFO|EXEC|COMMAND=/C:/test.bat 18:07:12|do0000rg7nl1i108hdf2ecash4qn|INFO|STARTED 18:07:12|do0000rg7nl1i108hdf2ecash4qn|DEBUG|PROCESS_MONITOR|STARTED 18:07:12|do0000rg7nl1i108hdf2ecash4qn|DEBUG|PROCESS_MONITOR|WAIT_FOR 18:07:12|do0000rg7nl1i108hdf2ecash4qn|DEBUG|STARTED|STREAM=java.io.BufferedInputStream@1f4ff23 18:07:12|do0000rg7nl1i108hdf2ecash4qn|DEBUG|STARTED|STREAM=java.io.FileInputStream@19a8c41 18:07:12|do0000rg7nl1i108hdf2ecash4qn|DEBUG|STDERR_MONITOR|ENDED|TOTAL=0 18:07:12|do0000rg7nl1i108hdf2ecash4qn|WARN|ENDED|EXIT_VALUE=0 18:07:12|do0000rg7nl1i108hdf2ecash4qn|DEBUG|STDOUT_MONITOR|ENDED|TOTAL=87
-------------------- 18:07:12|do0000rg7nl1i108hdf2ecash4qn|INFO C:\Program Files\DataSpiderServista\server>echo test output test output
10/14 22:58:00|INFO|ds.console.cli|USER=root|START help 10/14 22:58:00|INFO|ds.console.cli|USER=root|END help 10/14 22:58:11|INFO|ds.console.cli|USER=root|START pwd 10/14 22:58:11|INFO|ds.console.cli|USER=root|END pwd
Date | Log level | Module name | User-name | Execution command
03/27 21:44:32|root|192.168.0.1|Studio|SESSION|LOGOUT|jqlbjq2tp3034944s5ni38au52efkjun 03/27 21:44:37|root|192.168.0.1|Studio|SESSION|LOGIN|ipgm59kk1s3cskorubn5h675dmnl004m,en_US 03/27 21:44:48|root|192.168.0.1|Studio|PROJECT|DELETE|/home/root/projects/project 03/27 21:44:56|root|192.168.0.1|Studio|PROJECT|CREATE|/home/root/projects/project 03/27 21:44:56|root|192.168.0.1|Studio|PROJECT_PERMISSION|UPDATE|/home/root/projects/project 03/27 21:45:05|root|192.168.0.1|Studio|PROJECT|UPDATE|/home/root/projects/project,i80000bg4hl1id68g51039ocjcl1,0
|Date|User name|IP address of the client machine|Name of the tool you used for access|Target name|Operation name| |Date|User name|IP address of the client machine|Name of the tool you used for access|Target name|Operation name|Message |Date|User name|IP address of the client machine|Name of the tool you used for access|Target name|Operation name|Message1,Message2,Message3
Target name | Operation name | Message | Description | Remarks |
---|---|---|---|---|
CALENDAR | CREATE | Calendar name | Output when a calender is created. | |
DELETE | Calendar name | Output when a calender is deleted. | ||
UPDATE | Calendar name | Output when a calender is modified. | ||
DIR | COPY | Copy source directory path, Copy destination directory path | Output when a directory is copied. | |
CREATE | Directory path | Output when a directory is created. | ||
DELETE | Directory path | Output when a directory is deleted. | ||
LOCK | Directory path | Output when a directory is locked. | ||
MOVE | Source directory path, Destination directory path | Output when a directory is moved. | ||
UNLOCK | Directory path | Output when a directory is unlocked. | ||
ENV_VAR | CREATE | Environment variable name | Output when an environment variable is created. | |
DELETE | Environment variable name | Output when an environment variable is deleted. | ||
RELOAD | Environment variable name | Output when an environment variable is reloaded. | ||
UPDATE | Environment variable name | Output when an environment variable is modified. | ||
FILE | COPY | Copy source directory path, Copy destination directory path | Output when a file is copied. | |
CREATE | File path | Output when a file is created. | ||
DELETE | File path | Output when a file is deleted. | ||
LOCK | File path | Output when a file is locked. | ||
MOVE | Source file path, Source destination file path | Output when a file is moved. | ||
READ | File path | Output when a file is loaded. | ||
UNLOCK | File path | Output when a file is unlocked. | ||
WRITE | File path | Output when a file is written in. | ||
FTPSERVER | BOOT | Output when the FTP server is booted. |
|
|
SHUTDOWN | Output when the FTP server is stopped. |
|
||
FTPSERVER_ACTIVE_PORT | UPDATE | Active mode port number | Output when [Active mode Port Number] on the FTP server is modified. | |
FTPSERVER_ANONYMOUS_LOGIN_ENABLED | UPDATE | true or false | Output when [Allow anonymous login] on the FTP server is modified. |
|
FTPSERVER_IDLE_TIMEOUT | UPDATE | Idle time out | Output when [Idle time out] on the FTP server is modified. | |
FTPSERVER_MAX_ANONYMOUS_LOGIN | UPDATE | Maximum anonymous login number | Output when [Maximum anonymous login number] on the FTP server is modified. | |
FTPSERVER_MAX_LOGIN | UPDATE | Maximum login number | Output when [Maximum login number] on the FTP server is modified. | |
FTPSERVER_PASSIVE_PORT | UPDATE | Passive mode port number | Output when [Passive mode port number] on the FTP server is modified. | |
FTPSERVER_PASSIVE_PORT_OPTION | UPDATE | 0 or 1 | Output when [Automatic allocation] or [Specify range] of [Passive mode port number] on the FTP server is modified. |
|
FTPSERVER_PORT | UPDATE | Port number used for the FTP server | Output when [Port number] on the FTP server is modified. | |
FTPSERVER_START_OPTION_ENABLED | UPDATE | true or false | Output when [Start FTP server when DataSpiderServer Start] is modified. |
|
GROUP | CHANGE | Path, Group | Output when the group of the file/directory is modified. |
|
CREATE | Group name, Group description | Output when a group is created. | ||
DELETE | Group name | Output when a group is deleted. | ||
GROUP_DESC | UPDATE | Group name, Group description | Output when a group description is modified. | |
GROUP_OWNER | UPDATE | Group name, User name, true or false | Output when the owner of the specified group is changed. |
|
GROUP_USER | ADD | Group name, User name | Output when a user is added to a group. | |
DELETE | Group name, User name | Output when a user is deleted from a group. | ||
HTTPS_ENABLED | UPDATE | true or false | Output when [Enable HTTPS] is modified. |
|
HTTPS_PORT_NUMBER | UPDATE | Port number used HTTPS | Output when the port number for HTTPS is modified. | |
KEYSTORE_PASSWORD | UPDATE | Output when the keystore password for HTTPS is modified. | ||
LOGGER | CREATE | Name of Log output destination setting | Output when an Log output destination setting is created. | |
DELETE | Log output destination setting | Output when an Log output destination setting is deleted. | ||
LOG_ARCHIVE_ENABLED | UPDATE | true or false | Output when the log compress settings is modified. |
|
LOG_ARCHIVE_RETENTION_PERIOD | UPDATE | Log retension period to be compressed | Output when the log retension period to be compressed is modified. | |
LOG_DELETE_ENABLED | UPDATE | true or false | Output when the log delete settings is modified. |
|
LOG_RETENTION_PERIOD | UPDATE | Log retension period to be deleted | Output when the log retension period to be deleted o is modified. | |
LOG_SEARCH_COND | CREATE | Log search condition name | Output when a log search condition is created. | |
DELETE | Log search condition name | Output when a log search condition is deleted. | ||
UPDATE | Log search condition name | Output when a log search condition is modified. | ||
MAX_EXEC_COUNT | UPDATE | Maximum execution count | Output when the maximum execution count is modified. | |
MEMORY | CLEANUP | Output when memory is cleaned up. | ||
MODE | CHANGE | Path, Access Permission Mode | Output when the access permission mode for a file/directory is modified. |
|
MOUNT_POINT | CHANGE | Current mount destination, New mount destination | Output when a mount point is modified. | |
CREATE | Mount destination, Mount source | Output when a mount point is created. |
|
|
DELETE | Mount destination | Output when the mount point is unlocked. | ||
OWNER | CHANGE | Path, Owner | Output when the owner of the file/directory is changed. |
|
PASSWORD | UPDATE | Output when the login user password is modified. | ||
POOL | RESET | Global resource name, Type | Output when resetting a pool is executed. |
|
PORT_NUMBER | UPDATE | Port number | Output when the port number of DataSpiderServer is modified. | |
PROCESS | END | Execution ID | Output when a script process is aborted. | |
PROJECT | CREATE | Project path | Output when a project is created. | |
DELETE | Project path | Output when a project is deleted. | ||
DOWNLOAD | Download source project path, Download destination project path, Version | Output when a project is downloaded. |
|
|
MOVE | Source project path, Destination project path | Output when a project is moved. |
|
|
UPDATE | Project path, Script entry ID, New version of the script | Output when a project is saved. | ||
UPLOAD | Upload source project path, Upload destination project path | Output when a project is uploaded from local. |
|
|
PROJECT_PERMISSION | UPDATE | Project Path | Output when the project user or group permission is modified. | |
PROJECT_TAG | UPDATE | Project path, Version, Tag | Output when a project tag is modified. | |
REPOSITORY | CLEANUP | Output when the cleanup command in a repository DB is executed. | ||
REPOSITORY_DBMS | UPDATE | DBMS | Output when the type of RDB used as a repository DB is modified. | |
REPOSITORY_DRIVER_PATH | UPDATE | JDBC driver path | Output when the JDBC driver path used for connecting to a repository DB is modified. /td> | |
REPOSITORY_PASSWORD | UPDATE | Password | Output when the password of a repository DB connection user is modified. | |
REPOSITORY_POOL | RELEASE | Output when the repository DB pool is released. | ||
REPOSITORY_POOLED_LIFE_TIME | UPDATE | Connection lifetime | Output when the repository DB connection lifetime is modified. | |
REPOSITORY_POOL_CHECK_INTERVAL | UPDATE | Check interval | Output when the repository DB check interval is modified. | |
REPOSITORY_POOL_INITIAL_CAPACITY | UPDATE | Initial connection number | Output when the initial connection number of a repository DB is modified. | |
REPOSITORY_POOL_MAX_CAPACITY | UPDATE | Connection upper bound number | Output when the connection upper bound number of the repository DB is modified. | |
REPOSITORY_RECONNECT_COUNT | UPDATE | Reconnect count | Output when the the count of tries for reconnecting to the repository DB is modified. | |
REPOSITORY_RECONNECT_INTERVAL | UPDATE | Reconnect interval | Output when the interval of tries for reconnecting to the repository DB is modified. | |
REPOSITORY_TESTCONNECT_COUNT | UPDATE | Test connect count | Output when the generating connection try count is modified | |
REPOSITORY_TESTCONNECT_INTERVAL | UPDATE | Test connect interval | Output when the generating connection try interval is modified. | |
REPOSITORY_URL | UPDATE | URL | Output when the URL to connect the repository DB is modified. | |
REPOSITORY_USER | UPDATE | User | Output when the user connecting the repository DB is modified. | |
RESOURCE | CREATE | Global resource name, Type | Output when a global resource is created. | |
DELETE | Global resource name, Type | Output when a global resource is deleted. | ||
UPDATE | Global resource name, Type | Output when a global resource is updated. |
|
|
SCHEMA | CREATE | Global Schema name, Project, Script, Component, In-output | Output when a global schema is registered or updated. |
|
DELETE | Global Schema name | Output when global schema is deleted. | ||
UPDATE | Global Schema name, Owner, Group, Access permission mode | Output when global schema setting is updated. |
|
|
SCRIPT | LOCK | Project path, Script name | Output when a script is locked. | |
UNLOCK | Project path, Script name | Output when a script is unlocked. | ||
SERVER | REBOOT | Time for Executing Reboot (in millisecond) | Output when DataSpiderServer is rebooted. | |
SHUTDOWN | Time for Executing Termination (in millisecond) | Output when DataSpiderServer is stopped. | ||
SERVER_SETTING | EXPORT | Export destination path | Output when the server setting is exported. |
|
IMPORT | Import file path | Output when server settings are imported. | ||
SERVICE | COPY | Copy source service name, Copy destination service name | Output when a service is copied. | |
DEPLOY | Service name | Output when a project is registered as a service. | ||
RENAME | Old service name, New service name | Output when a service name is modified. | ||
UNDEPLOY | Service name | Output when a service is deleted. | ||
SESSION | LOGIN | Session ID, Locale | Output when logged in to DataSpiderServer. |
|
LOGOUT | Session ID | Output when logged out from DataSpiderServer. |
|
|
TERMINATE | Session ID | Output when the session is ended. | ||
TEAM_DEV_ENABLED | UPDATE | true or false | Output when [Enable team development] is modified. |
|
TMP_DIR | DELETE | Output when a temporary directory is deleted. | ||
TRIGGER | CREATE | Trigger name | Output when a trigger is created. | |
UPDATE | Trigger name | Output when a trigger is modified. | ||
DELETE | Trigger name | Output when a trigger is deleted. | ||
TRIGGER_ENABLED | UPDATE | Trigger name, true or false | Output when the trigger condition is modified. |
|
USER | CREATE | User name, Primary Group | Output when a user is created. | |
DELETE | User name | Output when a user is deleted. | ||
USER_DESC | UPDATE | User name, Description | Output when the description of the user is modified. | |
USER_PERMISSION | UPDATE | User name, Access permission mode | Output when the access permission of the user is modified. |
|
USER_PRIMARY_GROUP | UPDATE | User name, Primary Group | Output when the primary group of the user is modified. |
10/10 09:55:22|INFO|ds.boot|Starting system service... 10/10 09:55:22|INFO|ds.boot|System service was successfully started. 10/10 09:55:22|NOTICE|ds.boot|DataSpider Studio was successfully started. 10/10 09:55:22|INFO|ds.boot|*****************************************************************
10/14 22:58:00|INFO|ds.console.cli|USER=root|START help 10/14 22:58:00|INFO|ds.console.cli|USER=root|END help 10/14 22:58:11|INFO|ds.console.cli|USER=root|START pwd 10/14 22:58:11|INFO|ds.console.cli|USER=root|END pwd
Date | Log level | Module name | User-name | Execution command
--- |INFO|Starting system service... --- |INFO|System service was successfully started. --- |NOTICE|DataSpider Studio was successfully started. --- |INFO|*****************************************************************