object locked error while importing application

Hello,

We are getting below error while importing the application on client’s environment. Here, the data type “NBSMStatusReport” is created through WSDL.

We are facing this issue for WSDL related data types.

Please help to solve this issue.

 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi  there are multiple cases when you may get enter into locking issues specially while deploying an application from one environment to another as follows:

    1. Lock on your db which is already discussed by other participants

    2. When atleast one of the deployment object which is already exist in target environment, is open and you are trying to perform deployment, then you will find issues related to object locking, which you can resolve by closing all the open objects and re-inspect the deployment package.

    3. There is an another use case scenario, where during deployment (when it's in progress) if we launch any of the existing object which is also the part of deployment package, then you will get following message saying,

    99 objects deployed successfully out of 100, and this can be also resolved by just closing these objects on target environment.

    Hope this will give the details about various scenarios when you can expect these type of problem statement to be produced.

Reply
  • 0
    Certified Lead Developer

    Hi  there are multiple cases when you may get enter into locking issues specially while deploying an application from one environment to another as follows:

    1. Lock on your db which is already discussed by other participants

    2. When atleast one of the deployment object which is already exist in target environment, is open and you are trying to perform deployment, then you will find issues related to object locking, which you can resolve by closing all the open objects and re-inspect the deployment package.

    3. There is an another use case scenario, where during deployment (when it's in progress) if we launch any of the existing object which is also the part of deployment package, then you will get following message saying,

    99 objects deployed successfully out of 100, and this can be also resolved by just closing these objects on target environment.

    Hope this will give the details about various scenarios when you can expect these type of problem statement to be produced.

Children