Documentation Index

Fetch the complete documentation index at: https://kb.lasernetgroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Update the Transact Interfaces after Changing the Name of the Autoform DM Server

Prev Next

The Transact interface settings only need to be changed if Transact and Autoform DM are installed on independent servers. The changes to the settings will differ depending on what interface you are using.

Note

These instructions are only relevant to the older Transact installations.

The Transact interface names are shown in the following sections. Underneath each interface name is the filename that needs updating and the corresponding folder path. Refer to Change the Name of the Server Where Autoform DM Is Installed for further details on non-Transact settings that could require changing. The server names will need to be changed, and the Transact server will need to be restarted for the changes to take effect.

NoFileEnquiry

.\T24\Common\Jars\PDM\efs-nofileenquiry-4.*.jar\Nofile.properties

dm.url=http://localhost:80/pdm/servlet/NoFileServlet
dm.username=admin
dm.password=password
dm.retries=3
dm.wait.time=3
dm.password=ENC(encrypted_password)

SecureDocumentDownload

.\Infra\JBoss\server\default\deploy\efs-securedocumentdownload-4.*.jar\SecureDocumentDownload.properties

dm.url=http://localhost:80/pdm/servlet/TemenosDocumentDownloadServlet
dm.username=admin
dm.password=password
dm.retries=3
dm.wait.time=3
#dm.password=ENC(encrypted_password)
dm.error.pdf=true

Image Enquiry

.\Infra\JBoss\server\default\lite\BrowserWeb.war\WEB-INF\web.xml

<servlet>
<servlet-name>DataServlet</servlet-name>
<servlet-class>com.efstech.temenos.dataservlet.DataServlet</servlet-class>
<init-param>
<param-name>dm.url</param-name>
<param-value>http://localhost:80/pdm/servlet/TemenosDocumentDownloadServlet</param-value>
</init-param>
<init-param>
<param-name>dm.username</param-name>
<param-value>admin</param-value>
</init-param>
<init-param>
<param-name>dm.password</param-name>
<param-value>password</param-value>
</init-param>
<init-param>
<param-name>dm.retries</param-name>
<param-value>3</param-value>
</init-param>
<init-param>
<param-name>dm.wait.time</param-name>
<param-value>3</param-value>
</init-param>
</servlet>

eSignature Capture Application

.\Infra\JBoss\server\default\lite\BrowserWeb.war\scripts\custom.js

Function – efs_enquiry_launchPdfRequest_signature()

//start the client
_efs_addHiddenIFrame(_efs_backgroundWorker_client);
var appUrl = "pdmclient://admin:B0rland@Signature Application/address=localhost/port=818/search=Account Statement Search/parameters={correlationId:" + correlationId + "}/engine=wacom";
window.open(appUrl, _efs_backgroundWorker_client);

Browser Tools

Transact Photo Application

AUTOFORM.PHOTO

Item: Windows location: ='pdmclient://admin:B0rland@T24Photo/address=localhost/port=8180/'

Transact Adhoc Scanning Application

AUTOFORM.SCAN

Item: Windows location: ='pdmclient://admin:B0rland@T24Photo/address=localhost/port=8180/'

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com