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>



Once a bulk share has a status of Completed, an option will become available to run that same bulk share again. You may want to run the same bulk share multiple times if your intent is to migrate the same table data intermittently.

Prerequisites


(warning)

...

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

Procedure


To run your bulk share again, follow these steps:

UI Steps


UI Step

Navigate to Bulk Share

Log into your sharing ServiceNow instance and navigate

...

to Perspectium DataSync Express

...

> DataSync Express

...

> Shares > Bulk Share > View Bulk SharesClick into the bulk share with a Completed status that you want to run again.


UI Step

Execute again

In the upper right-hand corner of the form, click Execute Again. You will then be redirected to your list of bulk shares, and your completed bulk share will run again.