Migration Utility service issue

Hi All,

When i try to run the service pub.utils.messaging:migrateDocTypesTriggersToUM i am getting the below error.

java.lang.NoSuchFieldError: UM_MIGRATE_CONVERTED

Broker is up an drunning. UM is up and running and made a as default. Both alias are available in IS admin and neabled.

Hi All,

to put it precisely,

We have run Migration unix scripts first. Then All the document types are synched to UM.

Have broker and UM connection alias enabled but UM is made default.

Now Ran the migrate utility service without giving package names and only set reportOnly to false.
I get the below error
Could not run ‘migrateDocTypesTriggersToUM’
java.lang.reflect.InvocationTargetException: UM_MIGRATE_NO_PKG_OR_SYSTEM_PKG.

But if i run the same service in another server it works as it is supposed to be and evreything gets migrated.

Again If i give one package name as input, only docTypes are getting updated but triggers are not getting updated with the Lexical operatior to Provider filter format. I get the error as failedTriggers List with the below error for all the list of elements(trigger)

java.lang.NoSuchFieldError: UM_MIGRATE_CONVERTED

any inputs?