cancel
Showing results for 
Search instead for 
Did you mean: 

DMC_RT_MSG 618 Error when importing an LTMC Project

0 Kudos

Hi everybody:

We have created a Migration project in DEV system (1610 on premise) and made all tests successfully.

Then we exported to a zip file, end imported in the QAS system under the same Mass Id Number. The import was sucessfull and we also have migrated content successfullly.

Now, we realized that some fields are not in the template, so then, we worked with LTMOM in DEV system again, regenerated de programs, and tested them again successfully (DEV).

We made a new EXPORT but when we try to import to QAS, as the Project (same mass id) was already used, and some data transferred, are receiving error "DMC_RT_MSG 618" Some migration objects in the prod. system are not found in the transport"

Any ideas? For QAS system...Should we delete all transferred records, delete the project, and create the project again using same mass id (to get it new and empty) and make a new IMPORT? Or perhaps a better way exists?

Thanks a lot

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member289103
Active Participant

Hi Daniel,

If the project exists in QAS system along with some objects under it, then you need to export a Super set from the DEV system.

I mean, For example, if you have object - Bank master in QAS and you want to import ,for example, just Vendor object from DEV to QAS, you need to export both Bank and Vendor ( Super set) from DEV and then import it.

or

if you are comfortable using the back end, use report DMC_EXPORT_CONTENT to export a list and data file in DEV and then use DMC_IMPORT_CONTENT in QAS system. For both the reports, you can click on documentation icon on the screen to know more.


Hope this works for you.

Thanks and Regards,

Dharshan A

0 Kudos

Hi Daniel,

This error itself says that "In the target system where we are importing project, there are some objects which are in other than Not started status ( In Process or Finished ) whereas in the source system, from where you exported project, you have that object in Not Started status".

Solution:

Step1: Just open the project in both source system (Development) and target system (Quality or Prod) and compare every object's status. If some object is in "In Process" status in target system and the same object is in "Not started" status in source system (Development), make it in "In Process" status in source system as well.

Step2: To make status as "In Process", just open the migration object, and come back, status will change to "In Process" from not started.

Step3: Also, in case of staging table, if you get error as "“Inconsistency found, synchronize staging tables with the migration object”, please synchronise structure through LTMOM for that object ( choose your migration object and click on change mode -> click on Migration object -> synchronize structures ).

Step4: Just export the content again after this is done and try to import.

This will definitely work.