You need to sign in to do that
Don't have an account?

Sandbox to Production Moving
Hi,
Any one Please tell me.....
what are the common errors we are getting moving code,objects or anything from sandbox to production.....
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Hi,
Any one Please tell me.....
what are the common errors we are getting moving code,objects or anything from sandbox to production.....
Hi Vinni.foce
The common error will come when,
1) we miss some of the related components in ChangeSet while deploy.
2) Controller test coverage is below 75%. (Deploy Error - Average test coverage across all Apex Classes and
Triggers is 52%, at least 75% test coverage is required).
3) The Data of Production will not support for test class.
4) If the fields are already created in production then some of the API names may be mismatch with Sandbox.
5) http://forums.sforce.com/t5/Apex-Code-Development/IDE-Deploy-problem-quot-The-sharing-model-cannot-be-updated/m-p/105807
6)http://www.fishofprey.com/2012/01/inbound-change-sets-deploy-error.html