Skip to main content

Project is Stuck and not deploying in BCC

If you see below error during project deployment please follow below steps.



1.        Go to the mgmt. schema and run the below query.
select * from avm_asset_lock;
2.        If you will find any row, clear that then try to resume the deployment.

Comments

  1. Please post feedback to improve this blog

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. I’ve read many posts on this topic, but yours stands out for its clarity and relevance. Excellent job simplifying complex ideas!kylottery.com

    ReplyDelete

Post a Comment

Popular posts from this blog

ATG Installation guide step by step

Please find the below environment setup details required for the ATG installation. Step: 1 1. OS: Windows (64-bit) 2. RAM: 8GB minimum  3. JDK 1.8 4. JBoss-eap-6.4 5.   Eclipse mars or neon 6.  Database: Oracle XE 11g Express Edition  7.   Oracle SQL Developer 4.0.3.16  Now its time to follow step 2. (To get all the below software login https://edelivery.oracle.com and download from there) Step 2:   Oracle ATG Web Commerce:  1.  Oracle Commerce ACC (11.2.0.0.0) 2.  Oracle Commerce Platform (11.2.0.0.0) 3.  Oracle Commerce Reference Store (11.2.0.0.0) 4.  Oracle Commerce Store Accelerator (11.2.0.0.0) Oracle Endeca Developer 1.  Oracle Commerce Experience Manager Tools and Frameworks (11.2.0.0.0) 2.  Oracle Commerce Content Acquisition System (11.2.0.0.0) 3.  Oracle Commerce Developer Studio (11.2.0.0.0) 4.  Oracle Commerce Guided Search Platform Services (11.2.0.0.0) 5.  O...

BCC Snapshot Issue

Reason for this issue: Snapshot issue occurs when you kill the deployment in middle of deployment or rollback. To resolve the Above Issue, try the following steps. Following case explains for Staging(Preview) server . 1. Run the below query on mgmt schema. select epub_target.display_name as "Target", epub_prj_tg_snsht.snapshot_id as "Snapshot id", epub_project.display_name as "Project name" from epub_target, epub_project, epub_prj_tg_snsht where epub_prj_tg_snsht.project_id in (select project_id from epub_project where workspace is not null and checked_in = '1' ) and epub_target.target_id = epub_prj_tg_snsht.target_id and epub_prj_tg_snsht.project_id = epub_project.project_id order by epub_project.checkin_date desc; 2. Fetch the recent snapshot for the corresponding Target(Staging or Production) 1   3.  Initialise the same in Deployment Server from dyn/admin of Publishing. http://h...