Versions Compared

Key

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


App Version 

HTML
<style> 
.versionrelease-box {
	height: 25px30px; 
	width:    width100px; 
	padding-top: 200px8px;
	text-align: center;   
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #8efeb3;  
	border-color: 1px solid #ddd#FCE28A;
}
</style>
<select class="version" id="version" onchange="showContent()">
.release-box:hover {
  	cursor: hand;
    <option value="5.0.2">5.0.2</option>cursor: pointer;
    <option value="5.0.0">5.0.0</option>opacity: .9; 
}
</select>style>
<script> 
function showContent() {
	var dropdown = document.getElementById("version"); 
	var tabs = document.getElementsByClassName("rwui_tab_content");
	for (var i = 0; i < tabs.length; i++) {
		if (tabs[i].getAttribute("data-name") == dropdown.value) {
			tabs[i].style.display = "";
		}
		else {
			tabs[i].style.display = "none";
		}
	}
}
</script><meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/krypton" style="text-decoration: none; color: #FFFFFF; display: block;">
Krypton
</a>
</div>



DataSync Express shares your ServiceNow instance’s data to a Cloud Database (MariaDB) database supported by Perspectium.

To get started, you will need to install and register the DataSync Express application . Feel free to explore the instructions linked below, or find a downloadable user guide herefrom the ServiceNow Store.


Procedure

To set up the DataSync Express configuration, follow these steps: 



UI Tab
title58.0.20


UI Steps


UI Step
DataSync Express registration

Set up the Application


UI Step

Connect to a database

UI Tab
title5.0.0
<script> var tabs = document.getElementsByClassName("rwui_tab_content"); for (var i = 0; i < tabs.length; i++) { if (tabs[i].getAttribute("data-name") == "5.0.2") { tabs[i].style.display = ""; } else { tabs[i].style.display = "none"; } } </script>

Configure the Application

Configure the application, configuring the following:

  1. Properties, including an encryption key to encrypt the data you share out.
  2. Shared queue, to specify a queue in the Perspectium Integration Mesh to share records to.
  3. Bulk share, to share data out of your ServiceNow instance.
UI Steps
UI Step
ServiceNow dependencies 


UI Step

DataSync Express registration

UI Step

Connect to a database

HTML

Set up the DataSync Agent