<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> |
A bulk share is a job that sends out bulk records from your ServiceNow instance as a pre-filtered range of data, all at once. The data is shared to a subscriber, which can be another instance of ServiceNow, the DataSync Agent, or any number of the other applications that Perspectium can integrate with.
Bulk shares can contain certain conditions and can also be scheduled to run in a specific order, at specific times. Bulk shares can share multiple tables through ServiceNow's table hierarchy, run through advanced filters and scripts, share out related/auxiliary records, and more.
To access bulk shares, go to Perspectium > Perspectium Core > Shares. Then, click Bulk Share.
Creating and configuring a bulk share begins with completing a new record form where you'll indicate various actions and behaviors that you want the bulk share to take on.
Use the Encryption Method dropdown to select a method to encrypt the data.
Cipher options include:
Encryption Method | Dynamic shared data will... |
---|---|
TripleDES | be encrypted with Triple DES. |
AES128 | be encrypted with AES-128. |
AES256 | be encrypted with AES-256.
|
Base64 Encode Only | have Base64 encoding only. |
Unencrypted | not be encrypted. |
To bulk share tables that are in a scoped application, you may need to alter the table's Application Access. Scoped applications may restrict access to their tables in which case you will need to alter a scoped application table for bulk sharing. |
Schedule one or more bulk shares to run at a time you choose, whether its one time, on a regular basis, or at a custom timeframe. Here are the options for scheduled bulk shares:
Creating a scheduled bulk share is done by adding a bulk configuration as a child record to be run under a specific schedule. In other words, this is a setting that you add to an existing bulk share. This should not be used in conjunction with dynamic shares to avoid any redundancy in data sharing.
NOTE: A bulk share can only be include in one scheduled bulk share. If you want to use the same bulk share in multiple scheduled bulk shares, use the Clone bulk configuration option to make a copy of the bulk share to include in another scheduled bulk share.
The Number of bulk shares to run simultaneously field may have been previously greyed out, but it shouldn't be anymore. In this field, type a number to specify how many bulk shares you want to run at the same time. This is useful if you don't want all the bulk shares listed in this scheduled bulk share to try and run immediately based on the number of scheduled workers you have available.
The maximum value that can be entered is based on the value selected in the global percentage of workers property. For example, if you have two nodes and the default eight workers per node with the global property at 50%, then the maximum value allowed will be 8. The value entered here will override the global property and apply only for this scheduled bulk share. If no value is entered, then the global percentage of workers property is used to determine the number of bulk shares in this scheduled bulk share that will be run concurrently taking into account other scheduled bulk shares that may be running as well. |
You may want to cancel a bulk share for good, or just for the purpose of pausing it temporarily to modify the query or configure additional options. Whatever the reason, here's how to cancel a bulk share: