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.

  • We don't see the objects are opened or using by someone. we did one POC where we created package and added one cdt "NBSMStatusReport"(which comes in the error) and one process which using that CDT and tried to import which got imported successfully but when we importing package containing all application CDT's and DS its throwing the error.
  • 0
    A Score Level 2
    in reply to Roshan Rokade
    Hi Roshan,
    Some times restarting of server and importing again may solve the issue. why don't u have a try with that?
Reply Children
No Data