{"id":4128,"date":"2012-08-30T01:56:18","date_gmt":"2012-08-30T05:56:18","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=4128"},"modified":"2012-08-30T02:01:04","modified_gmt":"2012-08-30T06:01:04","slug":"policy-import-failed-in-delete_existing-mode-in-oes-10g","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/","title":{"rendered":"Policy import failed in delete_existing mode in OES 10g"},"content":{"rendered":"<p>Refer my previous posts on export and import the entire policy data <a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/03\/02\/exporting-and-importing-policies-in-oracle-entitlement-server\/\">here <\/a>and application specific data <a href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/29\/how-to-export-application-specific-policy-data-in-oes-10g\/\">here<\/a> in OES 10g.<\/p>\n<p>Today when I was importing the application specific exported policy XML using policyIX.sh command I got the errors in the command output as shown below.<\/p>\n<p><span style=\"color: #ff0000\">$ .\/policyIX.sh -import -disableTransaction ..\/config\/policyIX_config.xml policies_oes.xml<\/span><br \/>\n<span style=\"color: #ff0000\">Uploading file:\/opt\/oracle\/bea\/wls10_3\/ales32-admin\/bin\/..\/config\/policyIX_config.xml<\/span><br \/>\n<span style=\"color: #ff0000\">Upload complete<\/span><br \/>\n<span style=\"color: #ff0000\">Uploading file:\/opt\/oracle\/bea\/wls10_3\/ales32-admin\/bin\/policies_oes.xml<\/span><br \/>\n<span style=\"color: #ff0000\">Upload complete<\/span><br \/>\n<span style=\"color: #ff0000\">Importing Application RootOrg!MahendraOrg!SampleOESApplication &#8230;<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0\u00a0\u00a0 Importing resources &#8230;<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Removing resource \/\/resources\/HomePage and all its dependencies<\/span><br \/>\n<span style=\"color: #ff0000\">Policy Propagation is terminated<\/span><br \/>\n<span style=\"color: #ff0000\">failed to create application RootOrg!MahendraOrg!SampleOESApplication for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0failed to create resource \/\/resources\/HomePage for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0Failed to remove child resource<\/span><\/p>\n<p>The log file shows below errors.<\/p>\n<p><span style=\"color: #ff0000\">2012-08-29 01:27:13,424 [JettySSLListener1-0] ERROR com.bea.security.blmws.tml.BlmResourceManager &#8211; &#8216;Node cannot be deleted because it is in production and its applicat<\/span><br \/>\n<span style=\"color: #ff0000\">ion was unbound from engine.You may delete it by deleting its application<\/span><br \/>\n<span style=\"color: #ff0000\">com.bea.security.psl.exception.PersistenceDBObjRefException: &#8216;Node cannot be deleted because it is in production and its application was unbound from engine.You may delete it by deleting its application<\/span><\/p>\n<p><span style=\"color: #ff0000\">&#8230;&#8230;&#8230;.<\/span><\/p>\n<p><span style=\"color: #ff0000\">&#8230;&#8230;&#8230;.<\/span><\/p>\n<p><span style=\"color: #ff0000\">&#8230;&#8230;&#8230;..<\/span><\/p>\n<p><span style=\"color: #ff0000\">2012-08-29 01:27:13,576 [Thread-36] ERROR com.ales.policypropagation.process.impl.EntitlementsWriter &#8211; failed to create resource \/\/resources\/HomePage f<\/span><br \/>\n<span style=\"color: #ff0000\">or<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0Failed to remove child resource<\/span><br \/>\n<span style=\"color: #ff0000\">2012-08-29 01:27:13,577 [Thread-36] ERROR com.ales.policypropagation.process.impl.EntitlementsWriter &#8211; failed to create application RootOrg!MahendraOrg!SampleOESApplication for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0failed to create resource \/\/resources\/HomePage _INFO for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0Failed to remove child resource<\/span><br \/>\n<span style=\"color: #ff0000\">2012-08-29 01:27:13,577 [Thread-36] ERROR com.ales.policypropagation.PolicyPropagation &#8211; failed to create application RootOrg!MahendraOrg!SampleOESApplication for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0failed to create resource \/\/resources\/HomePage for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0Failed to remove child resource<\/span><br \/>\n<span style=\"color: #ff0000\">com.ales.policypropagation.common.PolicyPropagationException: failed to create application RootOrg!MahendraOrg!SampleOESApplication for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0failed to create resource \/\/resources\/HomePage for<\/span><br \/>\n<span style=\"color: #ff0000\">\u00a0Failed to remove child resource<\/span><\/p>\n<p>The policy configuration file policyIX_config.xml contains the policy_load_procedure flag set to delete_existing. The tag element is shown below.<\/p>\n<p><em><span style=\"color: #ff0000\">&lt;import_configuration&gt;<br \/>\n&lt;policy_load_procedure value=&#8221;override&#8221;\/&gt;<br \/>\n&lt;\/import_configuration&gt;<\/span><\/em><em><\/em><\/p>\n<p>override &#8211; This will add policy to already existing policy<br \/>\ndelete_existing &#8211; This will delete the policy being imported from destination before importing new policy<\/p>\n<p>So as an alternative soultion I modified the flag to override and ran the policyIX.sh for import and it is succesful. However I could not find the root cause why it failed to remove resources and its child resources to create newly.<\/p>\n<p>But my problem is resolved and that&#8217;s what matters \ud83d\ude42<\/p>\n<p>The sample output of policyIX.sh with <em>policy_load_procedure flag <\/em>set to override is shown below<em>.<\/em><\/p>\n<p>$ .\/policyIX.sh -import -disableTransaction ..\/config\/policyIX_config.xml policies_oes.xml<br \/>\nUploading file:\/opt\/oracle\/bea\/wls10_3\/ales32-admin\/bin\/..\/config\/policyIX_config.xml<br \/>\nUpload complete<br \/>\nUploading file:\/opt\/oracle\/bea\/wls10_3\/ales32-admin\/bin\/policies_oes.xml<br \/>\nUpload complete<br \/>\nImporting Application RootOrg!MahendraOrg!SampleOESApplication &#8230;<br \/>\nImporting resources &#8230;<br \/>\nall resources finished<br \/>\nImporting action and action groups &#8230;<br \/>\nall action and action groups finished<br \/>\nImporting dynamic attributes &#8230;<br \/>\nall dynamic attributes finished<br \/>\nImporting roles &#8230;<br \/>\nall roles finished<br \/>\nImporting policies &#8230;<br \/>\nall policies finished<br \/>\nImporting admin roles for scope RootOrg!MahendraOrg!SampleOESApplication &#8230;<br \/>\n0\/3 admin roles finished<br \/>\n0\/3 admin roles finished<br \/>\n0\/3 admin roles finished<br \/>\nall admin roles finished<br \/>\nPolicy Propagation is finished<br \/>\n$<\/p>\n<p>Just to update with another workaround found for the same issue is by deleting the roles and policies for the resources manually and then importing the XML again. Therefore the <strong>policy_load_procedure <\/strong>value can still remain as delete_existing<em><\/em><strong><em>.<\/em><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Refer my previous posts on export and import the entire policy data here and application specific data here in OES [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[42],"tags":[],"class_list":["post-4128","post","type-post","status-publish","format-standard","hentry","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Policy import failed in delete_existing mode in OES 10g -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Policy import failed in delete_existing mode in OES 10g -\" \/>\n<meta property=\"og:description\" content=\"Refer my previous posts on export and import the entire policy data here and application specific data here in OES [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-08-30T05:56:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-08-30T06:01:04+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/\",\"name\":\"Policy import failed in delete_existing mode in OES 10g -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2012-08-30T05:56:18+00:00\",\"dateModified\":\"2012-08-30T06:01:04+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Policy import failed in delete_existing mode in OES 10g\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Policy import failed in delete_existing mode in OES 10g -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/","og_locale":"en_US","og_type":"article","og_title":"Policy import failed in delete_existing mode in OES 10g -","og_description":"Refer my previous posts on export and import the entire policy data here and application specific data here in OES [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/","article_published_time":"2012-08-30T05:56:18+00:00","article_modified_time":"2012-08-30T06:01:04+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/","name":"Policy import failed in delete_existing mode in OES 10g -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2012-08-30T05:56:18+00:00","dateModified":"2012-08-30T06:01:04+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/08\/30\/policy-import-failed-in-delete_existing-mode-in-oes-10g\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Policy import failed in delete_existing mode in OES 10g"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/4128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=4128"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/4128\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=4128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=4128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=4128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}