cancel
Showing results for 
Search instead for 
Did you mean: 

build ERROR after reimport model, too many datatype deleted

Former Member
0 Kudos

Hi all,

now when I reimport model of my DC, I found too many datatype would be deleted after I press Finish. I think with this deletion my dc will never pass the build. All I wonder is why this happen, what kind of operation on back end will cause this kind of deletion.

I know there must be some changes behind java layer, but I dont know why they just delete datatype, I can not continue my work with these models, they are too many, I can not fix them all or delete&recreate them.

Give me some hint?

Best Regards,

William

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Remember one thing, in my DC there are more than one model created.

Even worse, there are duplicated rfc between these models.

Will this cause the deletion?

how to combine these rfc to one model without refreshing the relationship between view & controller, if needed.

Former Member
0 Kudos

anybody encounters this situation?

Former Member
0 Kudos

HI William

There might be some changes done in your Backend [exsisting model]

so it is throwing dump when you are trying to reimport. what you can do is delete the exsisting model and try to create a new model. first take the back up of the project and experiment on the dummy project

Best Regards

Chaitanya.A

Former Member
0 Kudos

Finally I got this cause

Because I used to combine source code from another Dc, the model class of which used the same package path with that of the current DC, this cause the problem.

What I did finally is set both model with same rfcs.

Hope this will help for other guy's who met this situatuion.