Skip to Content
1
Nov 27, 2017 at 04:36 PM

Removing a "Deployments without type" from deployment - Hybris Upgrade

1406 Views

Hello Experts,

We were using hybris version 5.5. Now we are upgrading to hybris 6.5. We created a custom item called "Campaign" when we were using 5.5 version. We gave the typecode as "10401"

Now in 6.5 version, hybris themselves has "Campaign"(typecode:2090) in their OOTB extensions. So we renamed our item to "MyCampaign" and gave a new deployment table.

We also dropped the campaign table from DB. Now we are getting an error in server startup.

INFO | jvm 1 | main | 2017/11/27 14:44:00.448 | ERROR [localhost-startStop-1] [YNamespace] INFO | jvm 1 | main | 2017/11/27 14:44:00.448 | *** INFO | jvm 1 | main | 2017/11/27 14:44:00.448 | Duplicated deployment table <> recognized for a deployment <> type code [2090]. INFO | jvm 1 | main | 2017/11/27 14:44:00.448 | Deployment <> is already asigned to type code [10401], deployment <>. INFO | jvm 1 | main | 2017/11/27 14:44:00.448 | !!!! Please use other deployment table, such a deployment won't be deployable since platform 5.0 version.!!!! INFO | jvm 1 | main | 2017/11/27 14:44:00.448 | (Use Maintenance/Deployment page at the hybris administration console (hac) for getting a list of all used table names).

When I checked the hac deployment tab, I am seeing the "campaign" table.

Typecode Table Property table Persistent Abstract Final

10401 campaign props true false false

How we can remove the campaign table with typecode "10401"?