Enable On-premises to Cloud Migration

Using this feature, you can migrate module-related and admin-related data from ServiceDesk Plus On-Premises to Cloud easily. Before you start the migration, make sure to read the Terms and Services and take note of the list of entities that will be migrated automatically and the list of entities that need to be migrated manually. 


Quick Links

  1. Prerequisites
  2. Initialize ServiceDesk Plus Cloud for Migration
  3. Enable the Migration functionality in UI
  4. Initiate the Migration
  5. Pre-Validation and Import Failure Handling
  6. Data that can be migrated
  7. Data that cannot be migrated due to unavailability of features in Cloud
  8. Migration Facts

Prerequisites

Learn how to fetch the duplicate additional fields and configure a workaround.

Run the following query to fetch the duplicate additional fields in On-Premises. You can rename the required field before initiating migration:

select col.aliasname as "Additional Field Name",

case when col.tablename='WorkOrder_Fields' then 'true'

else 'false' end as "Is Incident Additional Field",

col.is_common as "Is Common for Both Incident and Service",

case when col.columnname like 'GUDF_%' then 'true'

else 'false' end as "Is Common to all Service Categories",

(select servicedef.name from servicedefinition servicedef

inner join servicemetatable servicemeta on servicedef.serviceid=servicemeta.serviceid

inner join dynamictables dynatables on servicemeta.table_id=dynatables.dynamic_table_id

where dynatables.tablename=col.tablename

) as "Service Category Name" from columnaliases col

where (select count(col1.columnaliasesid) from columnaliases col1 where col.aliasname=col1.aliasname)>1

order by col.aliasname

 

Initialize ServiceDesk Plus Cloud for Migration

Before proceeding with migration from on-premises, the cloud version must be initialized. To do this, log in to ServiceDesk Plus Cloud and follow the link below.

<portal-url>/InitMigration.do and click Initialize.

 

 

Proceed with migration upon receipt of the success message.

Enable the Migration functionality in UI

Kindly contact our support team at servicedeskplus-cloud-support@manageengine.com to enable the ServiceDesk Plus On Premises to Cloud migration feature in the application User Interface.

Initiate the migration from the UI

Once you have migrated the entities that need to be manually migrated, you can initiate automatic by following the steps given below:

ServiceDesk Plus uses OAuth 2.0 to communicate between On-Premises and Cloud servers. OAuth 2.0 is an authentication method that provides delegated access to a protected resource using web tokens instead of passwords. Click here to learn more.

 

 

You can increase the duration for full mode up to 5 years using the following query:
update globalconfig set paramvalue=<number of years> where category like 'optoodmigration' and parameter like 'noofyearsdata'

 

 

The Migration Progress page will be shown where you can find the progress of the migration. To view the status of each data added or updated in ServiceDesk Plus Cloud, go to ServiceDesk Plus Cloud >> Setup >> Import Data >> Import History.

 

Once the admin data is migrated, the migration will be paused so that you can manually migrate admin entities that are not migrated by the system. Click Resume to migrate module data.

 

 

Once migration is completed, you can move back to the migration form page by clicking on the back button or you can move to the ServiceDesk Plus on-demand by clicking Go to ServiceDesk Plus Cloud.

 

Pre-Validation and Import Failure Handling

After you save the OAuth details and click Move Data, pre-validation will be triggered from the migration form page. 

 

When the data to be migrated is invalid with respect to Cloud features and limitations, a dialog box with a downloadable XLS file link containing the failure details will be visible. You can resolve the invalid data and re-initiate migration if needed.

 

In case of import failure in Cloud, the zip files containing the failure details will be moved to ServiceDesk/Conversion/ImportFailed folder. The failure will be logged in the migration progress page and the link to the import history page for the Cloud instance will be provided.

 

List of Admin data that can be migrated from On-Premises to Cloud

You can migrate Module Data and Admin Data from On-Premises. To learn more, follow the links below:

Limitations

There are various limitations that you might encounter in different modules and admin entities during and after migration. To learn in detail about the limitations, follow the links below:

 

Data that cannot be migrated due to the unavailability of on-premises features in Cloud

 

Request tags, Request Dependency, and Notes Attachments in Requests Module.

Form color and font in Incident and Service Templates

Help text for sections and fields in Incident and Service Templates

Incident and Service Template icons

Short description or any instruction, notes, or guidelines for Technician/Requester in Incident and Service Templates

Template Actions in Service Templates

Category change manager field in Category

$AllTechnicians role in Change Templates.

Solution Owner field and Workaround type in Solutions module.

$ITService will not be resolved in Reply Templates.

Inline images in Worklog.

Migration Facts

 

To know more about the Project and Request UDF limitation in Cloud, please refer here