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: #8efeb3;  
	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/krypton" style="text-decoration: none; color: #FFFFFF; display: block;">
Krypton
</a>
</div>



When a bulk share that defines a large data set is currently scheduled and running, you may want to cancel the bulk share to modify the query or configure additional options. Canceling a bulk share with a status of Scheduled or Running stops the bulk share's running jobs and changes the bulk share's status from Canceling to Canceledsharing data out of your ServiceNow instance, you can specify an encryption method for encrypting each record's data. The data will be encrypted using the encryption key specified in the shared queue and will be decrypted by the DataSync Agent or meshlet to save into the target database when the same encryption key is specified in the Agent/meshlet configuration file. This ensures only your systems are able to see the data since you need to configure the encryption key to both encrypt and decrypt the data using Perspectium applications.

Prerequisites


(warning) First, you will need to follow the steps to get started with DataSync Express and create a bulk share.

Procedure

To cancel a DataSync Express specify the encryption method in the bulk share that is scheduled or running, follow these steps:


UI Steps


UI Step
Navigate to

Create a new Bulk Share

Log into your sharing ServiceNow instance and navigate

to

to Perspectium DataSync

Express >

Express DataSync Express

>

 > Shares > Bulk Share >

View Bulk Shares

Create New Bulk Share to create a new bulk share.


UI Step

Select the encryption method

Scroll down to the Additional Settings tab and choose the encryption method to use for your bulk share:

Image Added

The encryption methods available are:

Encryption MethodDescription
TripleDES

Records shared out are encrypted using the TripleDES method. 

(info) NOTE: This uses a JavaScript library to support Triple DES encryption method for sharing data with ServiceNow's planned deprecation of the GlideEncrypter API. See ServiceNow GlideEncrypter API Deprecation for more information.

AES128

Records shared out are encrypted using the AES method with 128 bits.


AES256Records shared out are encrypted using the AES method with 256 bits.
Base64 Encode OnlyRecords shared out are only base64 encoded.
UnencryptedRecords shared out are not encrypted or encoded, sharing out as XML strings as generated using ServiceNow's GlideRecord
Click into the scheduled or running bulk share that you want to cancel
.



UI Step

Save your configuration and/or execute the bulk share

In the bottom left-hand corner of the form, save your changes. Click Execute Now to run the bulk share with your configuration.

Click Cancel 

Under Related Links, click Cancel . Your bulk share's status will be changed to Canceling and then Canceled when it is complete.

Image Removed