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: #d4af37;  
	border-color: #FCE28A;
}

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

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


App Version 

HTML
<style> 
.version {
	height: 25px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
</style>
<select class="version" id="version" onchange="showContent()">
    <option value="5.0.1">5.0.1</option>
	<option value="5.0.3">5.0.3</option>
</select>
<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>


Prerequisites


(warning)

Prerequisites

(warning) First, you will need to install the Perspectium DataSync Free application.

(warning) For domain-separated instances, you must be in the global domain to install the application. 


Procedure

To set the initial configurations for your DataSync Free app, follow these steps:



UI Tab
title5.0.1


UI Steps


UI Step

Switch to the Perspectium DataSync Free Application Scope

The DataSync Free app requires your ServiceNow instance to be in its scope during registration. Navigate to Image Modifiedon the top-left corner of your instance.

Image Modified

Then, on the Developer tab, select Perspectium DataSync Free as the Application.

(info) NOTE: This action is only required for users with the admin role

Image Modified


UI Step

Navigate to the Perspectium DataSync Free application

In the Filter Navigator of the ​Application Navigator​, type in “perspectium” to find the Perspectium DataSync Free application:

Image Modified


UI Step

Read and accept the User Agreement terms

Navigate to Perspectium DataSync Free > Setup to access the User Agreement page. Then, read through and accept the agreement terms by clicking I Accept at the bottom of the form.

Image Modified


UI Step

Register your Perspectium account

On the DataSync Free Registration & Setup page, type your first and last name, company name, and email in the appropriate fields. Then, create a password. Your password must be 8+ characters, including at least one uppercase letter, one lowercase letter, and one special character with no whitespace. 

(info) NOTE: This password will be used to connect to both the Perspectium Integration Mesh and the Perspectium Cloud database.

 Image Modified


UI Step

Create an encryption key

Type an encryption key of 24+ characters for Base64 encoding, AES-128 encryption, or TripleDES data encryption in the ServiceNow section. 


UI Step

Finish setup

Accept the terms for submitting the form and click Finish Setup at the bottom of the form.


Image Modified


UI Step

Receive information to connect to your database

The setup will take a few minutes and you will be emailed with your database URL after successful registration. While the setup is taking place, you can start using the DataSync Free app to start sharing data from your ServiceNow instance. 


UI Step

View your data on a database viewer

Access and view the Perspectium Cloud database by clicking on the url provided in the email or use a database viewer or reporting tool (such as Tableau) of your choice. You can then connect to this database to view data and run your own reports using your reporting tools.

(info) NOTE: You must use the password you created during DataSync Free registration to connect to both the Perspectium Integration Mesh and the Perspectium Cloud database.





UI Tab
title5.0.3


UI Steps


UI Step

Switch to the Perspectium DataSync Free Application Scope

The DataSync Free app requires your ServiceNow instance to be in its scope during registration. Navigate to Image Addedon the top-left corner of your instance.

Image Added

Then, on the Developer tab, select Perspectium DataSync Free as the Application.

(info) NOTE: This action is only required for users with the admin role

Image Added


UI Step

Navigate to the Perspectium DataSync Free application

In the Filter Navigator of the ​Application Navigator​, type in “perspectium” to find the Perspectium DataSync Free application:

Image Added


UI Step

Register your Perspectium account

On the DataSync Free Registration & Setup page, type your first and last name, company name, and email in the appropriate fields. Then, create a password. Your password must be 8+ characters, including at least one uppercase letter, one lowercase letter, and one special character with no whitespace. 

(info) NOTE: This password will be used to connect to both the Perspectium Integration Mesh and the Perspectium Cloud database.

 Image Added


UI Step

Create an encryption key

Type an encryption key of 24+ characters for Base64 encoding, AES-128 encryption, or TripleDES data encryption in the ServiceNow section. 


UI Step

Finish setup

Accept the terms for submitting the form and click Finish Setup at the bottom of the form.


Image Added


UI Step

Receive information to connect to your database

The setup will take a few minutes and you will be emailed with your database URL after successful registration. While the setup is taking place, you can start using the DataSync Free app to start sharing data from your ServiceNow instance. 


UI Step

View your data on a database viewer

Access and view the Perspectium Cloud database by clicking on the url provided in the email or use a database viewer or reporting tool (such as Tableau) of your choice. You can then connect to this database to view data and run your own reports using your reporting tools.

(info) NOTE: You must use the password you created during DataSync Free registration to connect to both the Perspectium Integration Mesh and the Perspectium Cloud database.





HTML
<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>




Similar topics


Content by Label
showLabelsfalse
max5
showSpacefalse
cqllabel = "datasync-free"

Contact Perspectium Support


US: 1 888 620 8880

UK: 44 208 068 5953

support@perspectium.com