function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
thoriyasthoriyas 

Error:entity is deleted while Deploying a code using Force.com IDE / ANT Tool / workbench.

Hi Techies,

I'm trying to deploy my code into the other org and i'm gerring this errror. Any thought ?

Below is the scenario,

1) Extract the code from myOrg1.

2) Try to deploy myOrg1 code into the myOrg2

Note: Org2 have Managed package installed and Managed package have same code that i'm trying to deploy.


User-added image

Your thought would be much appreciated ...

 

Best,

Sagar

 

Best Answer chosen by thoriyas
NagaNaga (Salesforce Developers) 
Hi Thoriyas,

When you delete anything from your managed package, its name and component type get perpetually stored in a blacklist (viewable in the Deleted Componentssection of the packaging UI) which prevents you from ever creating another component of the same type using that name.

The solution I think is to simply rename the offending triggers, but separately.

Best Regards
Naga kiran

All Answers

thoriyasthoriyas
Thanks Amit for the your reply!

I have double checked it. 
AWS_XMLDOm class is available in myOrg1 also i have added it in Package.xml

Any luck ?

Best,

Sagar
NagaNaga (Salesforce Developers) 
Hi Thoriyas,

When you delete anything from your managed package, its name and component type get perpetually stored in a blacklist (viewable in the Deleted Componentssection of the packaging UI) which prevents you from ever creating another component of the same type using that name.

The solution I think is to simply rename the offending triggers, but separately.

Best Regards
Naga kiran
This was selected as the best answer