Facing issue after the the target instance is cloned from production

Hi All ,
We have an oracle configurator developer(source) and transaction instance(target) instances. The target instance is recently cloned from production.
We have made the bom synch between the source and target instances. After making the BOM synch we have deleted all the publication data in cz_model_publications. create a new publication from source to target and published the data.
After successful publication we have run the "Synchronize cloned target" concurrent program as well. Once we are trying to access configurator we are getting the below error . Please help me in resolving this issue as its a critical one in our project.
Please let me know if you need more information.
oracle.apps.cz.runtime.FatalException: Cannot find the rule with persistent id 917 in published ui 160068
java.lang.RuntimeException: Cannot find the rule with persistent id 917 in published ui 160068
at oracle.apps.cz.dio.rule.RuleController.getRuleByPersistentID(RuleController.java:735)
at oracle.apps.cz.cio.RuntimeNode.getRuleByID(RuntimeNode.java:3877)
at oracle.apps.cz.cio.RuntimeNode.isArgumentTypeCondition(RuntimeNode.java:3909)
at oracle.apps.cz.service.DataRowFactory.populateUiExpressions(DataRowFactory.java:1681)
at oracle.apps.cz.service.ConfiguratorService.fetchConfigStatus(ConfiguratorService.java:2375)
at oracle.apps.cz.service.ConfiguratorService.processModelRequests(ConfiguratorService.java:1914)
at oracle.apps.cz.service.ConfiguratorService.fetchModeldata(ConfiguratorService.java:1773)
at oracle.apps.cz.service.ConfiguratorService.processMessage(ConfiguratorService.java:447)
at oracle.apps.cz.service.ConfiguratorServiceLocal.onMessage(ConfiguratorServiceLocal.java:18)
at oracle.apps.cz.runtime.PageController.postServiceMessage(PageController.java:535)
at oracle.apps.cz.runtime.PageController.fetchModelData(PageController.java:707)
at oracle.apps.cz.runtime.oa.server.CZApplicationModuleImpl.submitDataRequest(CZApplicationModuleImpl.java:954)
at oracle.apps.cz.runtime.oa.webui.AbstractMainPageController.getModelData(AbstractMainPageController.java:547)
at oracle.apps.cz.runtime.oa.webui.AbstractMainPageController.loadPageStructure(AbstractMainPageController.java:2313)
at oracle.apps.cz.runtime.oa.webui.MainPageController.processRequest(MainPageController.java:65)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2336)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
at oa_html._OA._jspService(_OA.java:84)
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
at oa_html._RF._jspService(_RF.java:102)
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)

Try
select * from cz_rules where rule_id = 917;
IF the sql retrieves row then check the deleted_flag. it should be 0
if sql retrieves 0 records, try to insert the following and commit;
Insert into cz_rules ( rule_id , name , rule_type, disabled_flag, deleted_flag, rule_folder_id,
effective_usage_mask, persistent_rule_id, seq_nbr, template_primitive_flag, presentation_flag, mutuable_flag, seeded_flag, ui_def_id)
values ( 917, 'Configuration Session.isInSingleTransactionDrilldown', 33, 0, 0, 0,
'0000000000000000', 917,0, 0,0,0,1,0);
commit;

Similar Messages

  • Create development instance by cloning from Production instance

    Hi,
    There is a requirement for us in Oracle E-Business Suite.
    Our client wants to create development instance by cloning from Production instance, at the same time they donot want live data. Can anyone suggest in this regard.
    i.e After cloning Dev Instance from Production, no live data to be available in dev.
    Thanks

    Hi,
    Hi,
    There is a requirement for us in Oracle E-Business Suite.
    Our client wants to create development instance by cloning from Production instance, at the same time they donot want live data. Can anyone suggest in this >regard.
    i.e After cloning Dev Instance from Production, no live data to be available in dev.
    ThanksRefer very good post by Hussain and Helios on same topic:
    Scarmble data after clone
    Regards,
    X A H E E R

  • Issue after the form is transported to Pre production

    Hello All,
        I have a typical issue,
        We had done some changes in the scripting part of Adobe form, all test done in the development were successful and after transporting to the Quality system we had no issues. When the same was tranported to the preproduction system we find that the changes which were done in the script were existing in the R/3 part of it but does not exist when the form is called via portal. Please do let me know if any one has come across this issue and if so what could be the possible issue and resolution for this issues.
       Thanks in advance for your help.

    Hello All,
        I have a typical issue,
        We had done some changes in the scripting part of Adobe form, all test done in the development were successful and after transporting to the Quality system we had no issues. When the same was tranported to the preproduction system we find that the changes which were done in the script were existing in the R/3 part of it but does not exist when the form is called via portal. Please do let me know if any one has come across this issue and if so what could be the possible issue and resolution for this issues.
       Thanks in advance for your help.

  • Authorization issue after the Support packs upgrade

    We're having problem on authorization issue after the SP upgrade.
    One issue if "You are not authorized to call up line item display" using FCH1 and FS10N tcodes.
    And the SU53 showing problem on S_TCODE FAGLL03.
    How are we going to solve this issue? We dont want to add this missing auth object on all our finance roles.
    Thank you in advance.

    How can i send you the trace file? What is your email address?
    If I were you, I won't do that. Did you not ever sign some confidentiality agreement? I wonder.
    Anyhoo... (copy right @ David)
    What are the objects been caught in category RC=4, RC=12?
    Relate them with functional aspect of the transaction (error screen)
    Edited : You can paste RC=4, RC=12 objects here without customer specific value if you want to.
    Regards,
    Arpan Paik
    Edited by: P Arpan on Aug 23, 2011 2:36 PM

  • What could be the possible reason for a deployed application to run slow after the target pc comes out of standby mode?

    What could be the possible reason for a deployed application to run slow after the target pc comes out of standby mode?  PC running XP and using the USB to communicate with the DAQ and driver boards.  Application generated with 2010.
    Thanks

    Hello,
    Usually default property is checked 
      system property -> devices ->usb root -> power management -> allow system to switch off device
    Hope this help
    Regards
    Tinnitus
    CLAD / Labview 2011, Win Xp
    Mission d'une semaine- à plusieurs mois laissez moi un MP...
    RP et Midi-pyrénées .Km+++ si possibilité de télétravail
    Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
    Don't forget to valid a good answer / pensez à valider une réponse correcte

  • Issues after the last update Lumia 920, can't see ...

    Hi.
    I have this issue after the update.  I do not know what's wrong but I can not see my recent calls. Neither can see my sms is sent or the ones I have taken back.
    I have tried to call one of my friends. I can hear them but they can not hear me. I have also checked with my operator and they do not have the disruption will harm the network.
    So what's really wrong? This happened after the last update I did. Living in Sweden, Gävle uses Tele2 comviq simcard.

    When did you update? Have you tried simply rebooting your phone by pressing and holding both Vol down + power buttons for around 10 seconds until the phone vibrates? If that doesn't work, you could try resetting your phone but make sure you backup your data beforehand. 

  • Is anyone facing issues with the iphone5 camera

    Is anyone facing issues with the iphone5 camera

    Demo wrote:
    Posting the details takes all of the fun out of guessing, and I feel like I have been guessing for two days now. Must be an epidemic.
    Sorry to go OT.
    Does seem to be a bit of an epidemic of posters thinkng we are all John Edwards clones

  • After the latest update, all my apple products reverted to an old icloud account.  As it no longer exists, I cannot get into it to delete it and add the correct id.  How can I change this, especially on my Macbook pro?

    After the latest update, all my apple products reverted to an old icloud account.  As it no longer exists, I cannot get into it to delete it and add the correct id.  How can I change this, especially on my Macbook pro?  There is no p/w related to it and even though I tried to reset "password" it won't allow as the id does not exist, neither does the email associated with the old id.  How do I switch it to a newer id?

    It's all rather odd because the old account cannot 'no longer exist' - if you don't have the correct password you won't be able to get into it, but you can't actually delete an iCloud account from the server.
    I'm afraid you will need the services of iCloud Support. If you currently happen to have AppleCare, either because you recently bought Apple hardware or have paid to extend the inititial period, you can contact them here:
    http://www.apple.com/support/icloud/contact/
    You will need the serial number of the covered hardware.
    If you are not covered by AppleCare, then - in common with other free email services - there is no free support and you may be asked to pay a fee.

  • Formatting on several websites is incorrect. Everything loads on the left hand side one after the other. Clearing 'Everything' from history works temporarily...

    Formatting on several websites is incorrect. Everything loads on the left hand side one after the other. Clearing 'Everything' from the search history fixes the problem temporarily, for a very short time. I've been using Firefox for years and I've only recently been getting this problem. It's been happening on both Windows 7 and 8. I'm not sure if this has anything to do with it but this problem has only arose since I upgraded to fiber power broadband, 100Mb. The link below is just one of many.

    Thanks for the advise. I already tried Safe Mode and the problem persists though...

  • XSLT Issue : Without the target file mapping is happening

    Hi,
    In one of my composite, which is a provider abcs transforms source to target, where in the transformation file, source and target are mentioned as usual, both are pointing to MDS locations.
    Source file is physically present in the MDS, but the target file is not present but still the transformation happening.
    The flow is like below.
    ProviderABCS -> Adapter service which will write the file.
    Some time the file is created with data and some time only the file is created without data.
    My question is how come there is no exception caught ? If i keep the target schema or wsdl file in MDS will this issue get resolved ?
    Thanks,
    Vijay

    When i try to open the xslt file with designer view its complaining that the target file is missing, but when i deploy, iam able to deploy and run with some instances.
    Still investigating.. wll update you.. soon. In the mean time if any body have any other idea.. plz update the thread.
    Thanks,
    Vijay

  • HP Envy dvd drive issues after the Windows 8.1 update

    I have a HP Envy and after the Windows 8.1 update the dvd drive is not working. I can see the drve but it is difficult to get the drive to open or recognise there is a disc in it. What can I do?

    Hello @Jenino,
    I understand that you are having issues with the Optical Drive on your HP ENVY 7 PC. I would be happy to assist you, but first I would encourage you to post your product number for your computer. I am linking an HP Support document below that will show you how to find your product number. As with this I can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Please re-post with the requested information and I would be happy to provide you with assistance. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Issues after the update from 2.5.7 to 2.5.16

    A number of issues have cropped up due to / during / after the update of the forums from 2.5.7 to 2.5.16 at the beginning of this week. This is a list of those issues as I have compiled them. It is a work in progress and I will update it when more information becomes available.
    1 Username and email problems for some users. (fixed 2009-12-03)
    Some users have a suffix appended to their username and their email address replaced with a random string (as a consequence email notifications don't work anymore). This problem is being worked on. Time to fix is unknown. Users experiencing this problem are requested to report so in this thread: My user handle and e-mail have been changed without my knowledge Please include your old username, which Adobe ID's you have and whether you used the same email address for those Adobe IDs.
    2 Some user preferences are lost when logging in. (fixed 2009-12-03)
    When you log in to the forums (either manually or automatially based on a "Remember me" cookie), some of your preferences are overwritten by their default values. The most noiceable prference is the settng to display your screen name (real name) that will get reset to displaying a username. This problem is being worked on. Time to fix is unknown.
    3 The Rich Text Editor (RTE) is inserting linebreaks.
    When typing a post the RTE will randomly insert linebreaks.
    Workaround: remove the linebreaks manually.
    4 Raw (FreeMarker?) code is inserted in some posts (through the RTE?).
    In some posts code appears that was not entered by the user. The code looks something like below (but there may be much more then just this one line):
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Workaround: edit the post and remove the code.
    5 The logout button disappeared.
    The logout button is no longer visible.
    Workaround: How can I log out from the forums?
    6 Search is down on one node. (fixed 2009-12-03)
    Search is down on the SGAURWA41P cluster node. This does not show itself as an error, but instead as 0 search results.
    Workaround: restart all browser windows and you may end up on another cluster node or use Google with a "site:forums.adobe.com" search modifier.
    7 Users have 404 problems on first request.
    This is not really a new problem, but it is something that was supposed to be fixed with the update. The problem is caused by the forums inserting a jsessionid parameter in the wrong place in the URL.
    Workaround: reload the page where the incorrect link is located.
    8 Image upload through camera button doesn't always work. (fixed 2009-11-30)
    Some people have reported problems with uploading JPG and PNG images using the camera icon.
    Workaround: attach the images instead.
    Update 2009-11-28:
    A probable cause for the error [The content type of this image is not allowed.] when uploading images through the camera button has been identified. Internet Explorer uploads images using a Content-Type header that differs from the IANA registered type for jpg and png images. As such, the recommended workaround for people wanting to upload images using the camera icon is to use a browser that is not Internet Explorer.

    Re issue 4, "Raw (FreeMarker?) code is inserted in some posts (through the RTE?)", the suggested workaround is:
    Workaround: edit the post and remove the code.
    With my IE 8, the workaround never works.  See this test post for an example:
    http://forums.adobe.com/message/2470219

  • Authroization issue after the Upgrade for Multiprovider

    Hello Experts,
    After the upgrade has carried out in my Quality system, I'm unable to execute a query because of the authorization issue with Multiprovider. But earlier the same Authorization was assigned to the ID.
    The Role in Q and the Role in P is same. Right now P is with 3.1 and Q is with BI7.
    In both the system I have the same Role. But in Q it says that: Error You have no Authorization for Multiprovider XXXX
    This is happening for only one Multiprovider in Quality system. There is no change in the Multiprovider from earlier structure to the present structure.
    Can anyone give me any idea as to how to solve this issue?
    Many thanks in Advance..
    Thanks
    Raman..

    Hi,
    Look at this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a07122ae-8216-2a10-c9a5-996717a0648b
    Hope it helps

  • WD ALV Issue after the upgrade

    Hi,
    We have upgraded the SAP ECC 6.0 systems basis component SAP BASIS 700 from support pack 10 to 20.
    After the upgrade webdynpro ABAP ALV table rows are not getting selected when we click on the rows, But it is getting selected when we we use CNTRL+Click.
    I would really appreciate if you can provide me a note or route cause for this issue.
    Thanks
    Basava

    Hi Jawahar,
    Below is my suggestion regarding your query:
    Edit existing Job server and update the details regarding Local reporsitory and save it.
    Now try to map the same job server in scheduled jobs and check it was working or not
    Or Else
    Create new Job server and assign it to local repository.
    In this case you have to update your all real time & batch Job configuration.
    Thanks,
    Daya

  • E65 Issue after the software update

    Does anybody have issue on security settings. Default lock code and old lock code seems not to work after the update. Is there a way around it?

    how did you backed up the contacts to your SD card?
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

Maybe you are looking for

  • Reading value from a text file

    hi , I have a text filed with values for this field lotid , how in PL/SQL can i make use of the values from this file in query like select * from tbl1 a where a.lotid = values from text file ? kindly advise tks & rdgs

  • Unable to understand the usage of OAFM and OACORE run in OC4J in Release 12

    I have gather below details but still unable to understand that why two services are there in OC4J in Release 12. My questions are: [1] If OACORE is there and most of the components are based on Framework in Release 12 then what is the requirement of

  • Multi-monitor SW is affecting VMware performance on Helix

    I have discovered that running multi-monitor software like Matrix desktop management is affecting the VMware Workstation 10 guest performance so drastically that virtual machines become literally unusable.  Similar experience is reported by other peo

  • Problem when installing Solaris 7

    Hi, I face a problem just the same as what Geraldin did, no-VTOC, except that I install from CD-ROM: when I installed Solaris 7, I've got an error that it was unable to mount a root file: CD. What is it? Am I need to delete all partitions using fdisk

  • Cannot add new records through VC form when consuming IP write back query

    I have created a planning application in IP and created a Form in VC (CE 7.1). I am not able to create new records in VC Form and save it back to the cube like the traditional excel form on IP does. I have attached a document with every step that i d