Integration Tool WEB | |||||||||||||||||||||||||||
Functionality | |||||||||||||||||||||||||||
Integration Tool WEB is an ASP.Net website which has the following functionality:
|
|||||||||||||||||||||||||||
Auto-login | |||||||||||||||||||||||||||
It's possible to automatically login to Integration Tool-WEB: Auto-login: Auto-login and
select a ticket: Auto-login and
go to a specific page: |
|||||||||||||||||||||||||||
web.config | |||||||||||||||||||||||||||
The ASP.NET web.config file contains the following variables which can be used to finetune Integration Tool WEB;
|
|||||||||||||||||||||||||||
Maintenance | |||||||||||||||||||||||||||
When the "Send File" option is used you have to do some maintenance. The files that are send to the WEB are stored in "{wwwroot}\itweb\files\{ticktetid}" and the table "WEB_JOB_FILES" (in the WEB database) contains an entry for each file. Whenever a user downloads a file from the webform, the database entry is deleted automatically, but the files will ALWAYS remain in "{wwwroot}\itweb\files\{ticktetid}"! Therefore it is strongly recommended that you schedule a workflow that will clear the contents of "{wwwroot}\itweb\files" every night (use the "RemoveDirectory" plugin). You can safely remove the directory "{wwwroot}\itweb\files" and all it's subdirectories, because the "files" directory will be created automatically. Normally the table WEB_JOB_FILES will be kept clean automatically, but whenever a user does NOT download all files that are available on the webform the respective entries in the table will NOT be removed. Therefore it is strongly recommended that you schedule a workflow that will delete all entries of the WEB_JOB_FILES table every night (use SQL command: DELETE FROM WEB_JOB_FILES). The "WEB_MONITOR" table, which is stored in the "LOG" database, also needs to be purged manually. |