Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML

...

<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #0ACA8B; 
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

The DataSync Agent can be run in test mode for QA purposes. Test mode means that the Agent will run without performing minimum requirements checks for client performance. NOTE: Only follow the steps to configure test mode below if you want to run the Agent in a QA environment as we cannot guarantee the agent will run stable and without performance issues if your environment does meet the minimum requirements.

Prerequisites

(warning) First, you will need to set up one of the Perspectium DataSync Agents.

(warning) You will also need to get started with Replicator for ServiceNow and commit a Perspectium update set that creates transform maps in your ServiceNow instance (To request one of these update sets, contact Perspectium Support).

(warning) Finally, you should stop running your DataSync Agent before making any Agent configuration changes.

Procedure

To install the DataSync for ServiceNow Agent, follow these steps:

...

UI Step
Open your agent.xml
UI Step

Within the <agent> directive, add the self-closing tag <test_mode/>.

UI Step

Save your agent.xml and restart your agent

Example Test Mode Configuration for DataSync Agent

Code Block
languagexml
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<config>
   <agent>
 
      <test_mode/>
 
      <subscribe>
         <task instances="4">
            <task_name>test_agent_subscribe</task_name>
            <message_connection password="encrypted:XXXX" queue="psp.out.replicator.example" use_basic_consume="true" user="example">amqps://example.perspectium.net</message_connection>
            <instance_connection password="encrypted:XXXX" user="example">https://example.service-now.com</instance_connection>
            <handler>com.perspectium.replicator.sql.SQLSubscriber</handler>
            <decryption_key>The cow jumped over the moon</decryption_key>
            <database_type>mysql</database_type>
            <database_server>localhost</database_server>
            <database_port>3306</database_port>
            <database_user>example</database_user>
            <database_password>encrypted:XXXX</database_password>
            <database_params>characterEncoding=UTF-8</database_params>
            <database>psp_repl</database>
         </task>
      </subscribe>
      <max_reads_per_connect>4000</max_reads_per_connect>
      <polling_interval>5</polling_interval>
      <skip_message_set_processing/>
   </agent>
</config>

Similar topics

Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
cqllabel = "data-sync" and space = currentSpace()

Contact Perspectium Support

Image Removed

US: 1 888 620 8880

UK: 44 208 068 5953

...

<div style=" border: 1px solid black ; margin: 4px; padding: 30px; text-align: center;">
This page was moved to <a href="https://docs.perspectium.com/display/gold/Running+DataSync+Agent+in+Test+Mode">Running DataSync Agent in Test Mode</a>
<br>
Click in the link above if you are not automatically redirected in 5 seconds.
</div>
<meta http-equiv="refresh" content="5; URL='https://docs.perspectium.com/display/gold/Running+DataSync+Agent+in+Test+Mode'" />