Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Package import failed with QUE-370019 error code

Avatar

Level 7

Hello Folks,

I am trying to import a package comprising of a Campaign (nms:operation) and few Tasks (nms:task) associated with it. Note that these tasks got created because of presence of a workflow which is having several task activities.

However I received following error during import

14:46:50 > Enumerating the file entities...
14:46:50 > Writing entities in the database...
14:46:50 > Saving data related to packages...
14:47:13 > Package 'Spring Campaign Demo 220422': Saving entities of type 'nms:operation'...
14:47:13 >>> QUE-370019 The reference on link 'Task' with key value 'abcTSK4376, abcTSK4378, abcTSK4387, abcTSK4385, abcTSK4382, abcTSK4377, abcTSK4379, abcTSK4380, abcTSK4384, abcTSK4381, abcTSK4386, abcTSK4383, abcTSK4388, abcTSK4375' does not exist in the database (import of package on schema 'xtk:workflow') (iRc=16384)
14:47:15 >>> Failed to install the packages. (iRc=-53)
14:47:15 >>> SOP-330011 Error while executing the method 'InstallPackageImpl' of service 'xtk:builder'.
14:47:15 >>> XSV-350122 An error occured and the process has been stopped.

None of these Campaign and Tasks (Identified by Internal Names) exist in environment, where package was imported. Not able to understand on what exactly is the cause, may I seek your help in what could be the reason and how to resolve it ?

As usual, your quick help is appreciated

Thanks,

SSB

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Ssb_94,

 

error says task list you have referred in the campaign workflow does not exist in the instance you are trying to perform import.

You need to import task list first and then the campaign.

Try to import just the task list. Make sure task list with value  'abcTSK4376, abcTSK4378, abcTSK4387, abcTSK4385, abcTSK4382, abcTSK4377, abcTSK4379, abcTSK4380, abcTSK4384, abcTSK4381, abcTSK4386, abcTSK4383, abcTSK4388, abcTSK4375' exists in the instance and then perform campaign import.

 

Thanks,

Jyoti

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @Ssb_94,

 

error says task list you have referred in the campaign workflow does not exist in the instance you are trying to perform import.

You need to import task list first and then the campaign.

Try to import just the task list. Make sure task list with value  'abcTSK4376, abcTSK4378, abcTSK4387, abcTSK4385, abcTSK4382, abcTSK4377, abcTSK4379, abcTSK4380, abcTSK4384, abcTSK4381, abcTSK4386, abcTSK4383, abcTSK4388, abcTSK4375' exists in the instance and then perform campaign import.

 

Thanks,

Jyoti

Avatar

Level 7

Thanks @Jyoti_Yadav for the suggestion. Let us try and see how it goes.

Also, a question if there is any difference in Importing a Package via client console vs Running a Package import command ? If so, can we get details please ?

Thanks,

SSB