OPM error 2

Hi,
I create a project which compiles without errors. When I choose 'Build' the result is successful. When I choose 'Build and Debug' with the option 'Without screens' I got the error message:
Unable to load rulebase 'd:\projects\SVB10_VV\Development\output\SVB10_VV.xml': Error in rulebase: Referenced scope id deaanvraag0 does not exist in the scope stack.
What does this error message means?
When I choose 'Build and Debug' with the option 'With screens' I got the error message:
This does not appear to be an Oracle Web Determinations 10.x website. Click here for more information.
The exception report:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet.init() for servlet WebDeterminationsServlet threw exception
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
     java.lang.Thread.run(Unknown Source)
root cause
com.oracle.determinations.interview.engine.exceptions.RulebaseLoadingException: could not load rulebase: SVB10_VV
     com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:163)
     com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
     com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
     com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
     com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
     java.lang.Thread.run(Unknown Source)
root cause
java.io.IOException: Error in rulebase: Referenced scope id deaanvraag0 does not exist in the scope stack
     com.oracle.determinations.engine.local.RulebaseStAXLoader.loadRulebase(RulebaseStAXLoader.java:181)
     com.oracle.determinations.engine.local.RulebaseStAXLoader.loadFromXml(RulebaseStAXLoader.java:120)
     com.oracle.determinations.engine.local.CachingRulebaseLoader.loadRulebase(CachingRulebaseLoader.java:263)
     com.oracle.determinations.engine.local.LocalEngine.getRulebase(LocalEngine.java:192)
     com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:151)
     com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
     com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
     com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
     com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
     java.lang.Thread.run(Unknown Source)
root cause
java.lang.IllegalArgumentException: Referenced scope id deaanvraag0 does not exist in the scope stack
     com.oracle.determinations.engine.local.RulebaseSTAXLoader100.parseRuleElement(RulebaseSTAXLoader100.java:1857)
     com.oracle.determinations.engine.local.RulebaseSTAXLoader100.parseRuleElement(RulebaseSTAXLoader100.java:2139)
     com.oracle.determinations.engine.local.RulebaseSTAXLoader100.parseRuleElement(RulebaseSTAXLoader100.java:1273)
     com.oracle.determinations.engine.local.RulebaseSTAXLoader100.parseTableConclude(RulebaseSTAXLoader100.java:813)
     com.oracle.determinations.engine.local.RulebaseSTAXLoader100.parseRules(RulebaseSTAXLoader100.java:481)
     com.oracle.determinations.engine.local.RulebaseSTAXLoader100.loadRulebase(RulebaseSTAXLoader100.java:140)
     com.oracle.determinations.engine.local.RulebaseStAXLoader.loadRulebase(RulebaseStAXLoader.java:166)
     com.oracle.determinations.engine.local.RulebaseStAXLoader.loadFromXml(RulebaseStAXLoader.java:120)
     com.oracle.determinations.engine.local.CachingRulebaseLoader.loadRulebase(CachingRulebaseLoader.java:263)
     com.oracle.determinations.engine.local.LocalEngine.getRulebase(LocalEngine.java:192)
     com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:151)
     com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
     com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
     com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
     com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
     com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
     java.lang.Thread.run(Unknown Source)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.28 logs.
Thanks,
Johan

Hi Jasmine,
I have isolated a rule which causes the problem. There are two entities 'the person' and 'the request'.
There is a relation from global to the person named 'the persons' (one to many) and another relation
from the request to the person named 'the request of the person' (one to one).
The entity 'the person' contains a text attribute named 'the insurance types of the person'.
The entity 'the request' contains two date attributes named
'the start date of a mandatory insurance associated with the request' and
'the end date of a previous insurance associated with the request'.
The rule is a rule table rule.
A is the start date of a mandatory insurance associated with the request
B is the insurance types of the person
the end date of a previous insurance associated with the request
For(the request of the person, WhenLast(A, B = 'vvAOW'))     the goal is an old age pension
For(the request of the person, WhenLast(A, B = 'vvAnw'))     the goal is a surviving dependants act
uncertain     otherwise
I hope this is helpful.
Thanks,
Johan

Similar Messages

  • OPM Error while opening excel files

    When I open the excel file of my rule, it gives the following error.
    Oracle Policy Modeling
    An error occurred while opening the document 'C:\Documents and Settings\HCHATURV\Desktop\Customer Service\OPA\Development\Rules\Raise.xls': Unable to set the Installed property of the AddIn class
    OK
    I uninstalled OPA from my machine and again installed it but no result.
    I would be thankful If somebody can help.

    What version of OPA/OPM is this? What operating system & processor type (32 or 64 bit)? What version of Excel?
    Depending on what was active when installing or uninstalling, Excel may not be looking at the correct location of the OPM add-in. The one time I've seen this was with XP and Office 2007 (both 32 bit) which was solved by the following:
    1) Open the excel document outside OPM
    2) Select "Excel Options" from the Office Menu (circle at top left). Select "Add-Ins", then find "Manage: Excel Add-Ins", and click "Go...".
    3) Tick Oracle Policy Modeling Excel 2007 (if it is already ticked, try un-ticking, pressing okay, and ticking it again)
    4) Press OK
    5) Try opening the workbook again in OPM.
    I think if you can convince Excel that the add-ins isn't active any more, then OPM will be able to convince Excel to use the correct location.

  • OPM Error: Integration Object Mapping Report

    I am trying to generate IO mapping report in OPM.
    but when i try to import data maaping XML in OPM it gives me follwoing wierd error:
    "Could not load file or assembly "oracle.determinations.siebel.IO, version=10.4.1,culture=neutral"
    here is what i did.
    took the OPA Datamodel and created mapping IO in siebel and exported the mapping XML.
    then used OPM to generate the mapping report using mapping XML.
    thanks in advance for help

    920877 wrote:
    "Could not load file or assembly "oracle.determinations.siebel.IO, version=10.4.1,culture=neutral"
    It looks like you are tying to load the siebel plugin (which contains the IO Mapping tool) into an incompatible version of OPM. You should make sure that the OPM plugins comes from a Siebel Connectior for OPA install which is the same version as your OPM.
    The Siebel plugin files (in case you need to replace them) should be in *Program Files (x86)\Oracle\Policy Modeling\Plugins*

  • Why is there a limitation on the number of boolean parameters in a custom function?

    We have a custom function which 'flattens' four text temporal values into a single temporal value.
    We want to do the same with boolean temporal values.
    However, OPM throws an error when  it reads the metadata for the function in extensions.xml.  It says all boolean paramaters need to be last.  We can't put them all last as there are more than one.
    This is OPM error code OPM-W00001.
    Any ideas on how I can work around this limitation?

    Taken from OPA Developer's help:
    Only one boolean parameter can be passed to a function, and it must be the last parameter.  This is due to a limitation in the rule compiler.  Any number of other parameters may be present however.
    Should you want to pass more boolean values, create a temporary/document text variable with values "True"/"False" using rule table.

  • Steps to change Logon URL in R12 Oracle EBS

    Hello there-
    Can anyone send me the steps or Doc ID to change the external URL in R12. We have 2 instances on a single Box. I need to differentiate the instance by their URL.
    Hostname being: development.abc.com
    example:
    Instance 1 should be : dev.abc.com
    Instance should be : vision.abc.com
    Appreciate reposonse!
    Thanks,
    Champak

    Folks,
    Oracle got back to me do these steps, since I have a business constraint. I am not proceeding with the steps. I will do it later and update the forum. However if you guys do it. let me know how it goes.
    Thanks,
    Champak
    Steps:
    Please follow the below steps,
    Section 3: Change an existing 11i install to now use a Virtual Host Name:
    1)On the database tier copy the existing Autoconfig context file under the $ORACLE_HOME/appsutil directory from <SID>_<Physical Name>.xml to <SID>_<Virtual Name>.xml. Edit all hostname values in the new context file from the <Physical Name> to <Virtual Name>.
    2)Edit AutoConfig script ORACLE_HOME/scripts/<CONTEXT_NAME>/adautocfg.sh. <CONTEXT_NAME> is in the format of <SID>_<Physical Name>.xml still. Change the line for variable CTX_FILE to point to the new context file you created in Step 1.
    Example change line:
    CTX_FILE="/u01/ORACLE_HOME/appsutil/VIS9_prdphys1.xml”
    To:
    CTX_FILE="/u01/ORACLE_HOME/appsutil/VIS9_dbvirt1.xml”
    3)Run AutoConfig script ORACLE_HOME/scripts/<CONTEXT_NAME>/adautocfg.sh. This will create a new environment file and new <CONTEXT_NAME> directories that will use the <Virtual Name>. Source the newly created environment file.
    (See Note 165195.1 for more information on Autoconfig).
    Note: The directories and files that reference the physical name of the server can be removed at this point.
    4)Apply Patch 2670791 to all 11i Applications Tiers. Patch 2670791 is included in FND.H and higher. FND.H is included within base 11.5.10 or higher.
    5)On each Application Tier copy the existing Autoconfig context file from
    $APPL_TOP/admin/<SID>_<Physical Name>.xml to
    $APPL_TOP/admin/<SID >_<Virtual Name>.xml. Change all hostname values in the new context file from the <Physical Name> to <Virtual Name> except for Concurrent Processing Host s_cphost.
    6)Alter file $OAD_TOP/admin/scripts/<CONTEXT_NAME>/adautocfg.sh. Again the <CONTEXT_NAME> is in the format of <SID>_<Physical Name>.xml still. Change the line for variable CTX_FILE to point to the new context file you created in Step 1.
    Example change line:
    CTX_FILE=”/u01/appltop/admin/VIS9_appphys1.xml"
    To:
    CTX_FILE=”/u01/appltop/admin/VIS9_appvirt1.xml"
    7)Run AutoConfig script OAD_TOP/admin/scripts/<CONTEXT_NAME>/adautocfg.sh. (See Note 165195.1 for more information on Autoconfig). This will create new environment files and new <CONTEXT_NAME> directories that will use the <Virtual Name>. Source the newly created environment file APPS<SID>_<Virtual Name>.env.
    8)To avoid confusion you may delete all directories and files on each server that have the <CONTEXT_NAME> that references the <Physical Name>. Keep a copy of the original context files you copied in Steps 1 and 5 in case they are needed in the future. The new <CONTEXT_NAME> is in the form of <SID>_<Virtual Name> and those are the only directories and files that should be used from this point on.
    Note: On the Web Server tier if the network file nsswitch.conf has the line ‘hosts: files …’ with files being the first entry after the hosts: entry s_hostname has to match the entry within the /etc/hosts file. If the Local Host Name s_hostname is set to 'appvirt1' then the entry for this server in the network file /etc/hosts has to start with: ‘<IP Address> appvirt1.<domain>’. Otherwise an OPM error will occur and be reported in the Apache error_log file.
    Example format for /etc/hosts file entry on Application Tier:
    127.0.0.1 localhost.localdomain localhost
    <IP> <Physical Name.domain> <Virtual Name.domain> <Virtual Name> <Physical Name>
    Example /etc/hosts file entry on Application Tier::
    127.0.0.1 localhost.localdomain localhost
    160.160.160.2 appvirt1.us.oracle.com appphys1.us.oracle.com appphys1 appvirt1
    9)Bring up the application services.

  • OPM Accounting Pre-Processor - Error while Submitting the Program

    In R12 Vision Instance, I am trying to submit the OPM Accounting Pre-Processor Program and it is giving the error as per below
    Open Period not found for Legal Entity PRU-Vision Process Industries (US), Cost Type STND, Stard Date 01-JAN-2010 00:00:00 and End Date 31-JAN-2010 23:59:59.
    I checked the GL Periods, the GL Period are open.
    I checked the Costing Calendar, I have created a Costing Calendar for 2011 and STND Cost Type and the Periods are also open.
    Is it something I am missing here ?
    Tried searching on MOS, couldn't find much.

    We were able to find it.If such error comes just check the data template and layout template.Try to run it in Template Builder and if its without any error then try it by submitting the conc pgm.
    Thanks.

  • OPM gives error when trying to use XSLT stylesheet

    Hi,
    I am trying use a simple XSLT stylesheet into an OPM project and see the result in the web determination screen.But when ever i am clicking on the link that is created when i compile the project with the XSL file, i am getting the error
    "An error occurred trying to process your request.
    This error has been logged and is available in the application logs.
    For support and assistance please contact [email protected]"
    I have kept the XSL file inside the "templates" folder in "include" folder.
    I am using a very simple one i.e
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0" >
    <xsl:output method="html"/>
    </xsl:stylesheet>
    How do I find what the error is and what do I need to do to solve this?
    Thanks and regards
    Sagnik

    Yes, now that above issue is solved and now when I click on the "HTML" or "PDF" link, I think some file is being generated but not properly.
    For HTML, I am getting blank page error and for PDF I am getting "file is damaged" error.May be, the xslt stylesheet that I am using is wrong, but I am absolutley stuck with this. I have tried many different formats of xlst stylesheets, but none seem to be working.
    pasting the two xslts below:
    *<?xml version="1.0" encoding="UTF-8" ?>*
    *<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">*
    *<xsl:output method="html"/>*
    *<xsl:template match="/">*
    *<xsl:apply-templates/>*
    *</xsl:template>*
    *<html>*
    *<body>*
    *<xsl:template match="session">*
    *<session><xsl:apply-templates/></session>*
    *</xsl:template>*
    *<xsl:template match="entity name">*
    *<entity-name align="center"><xsl:apply-templates/></entity-name>*
    *</xsl:template>*
    *<xsl:template match="instance label">*
    *<instance-label align="center"><xsl:apply-templates/></instance-label>*
    *</xsl:template>*
    *<xsl:template match="attribute id">*
    *<attribute-id><xsl:apply-templates/></attribute-id>*
    *</xsl:template>*
    *<xsl:template match="date-val">*
    *<date-val><xsl:apply-templates/></date-val>*
    *</xsl:template>*
    *<xsl:template match="text-val">*
    *<text-val><xsl:apply-templates/></text-val>*
    *</xsl:template>*
    *<xsl:template match="unknown-val">*
    *<unknown-val><xsl:apply-templates/></unknown-val>*
    *</html>*
    *</body>*
    *</xsl:template>*
    *</xsl:stylesheet>*
    and
    *<?xml version="1.0" encoding="UTF-8" ?>*
    *<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">*
    *<xsl:output method="html"/>*
    *<xsl:template match="/">*
    *<html>*
    *<body>*
    *<xsl:template match="session">*
    *<session><xsl:apply-templates/></session>*
    *</xsl:template>*
    *<enityName>*
    *<xsl:for-each select="entity name">*
    *<instancelabel>*
    *<xsl:for-each select="instance label">*
    *<attribute-id>*
    *<xsl:for-each select="attribute id">*
    *<text-val>*
    *<xsl:value-of select="text-val"/>*
    *</text-val>*
    *<date-val>*
    *<xsl:value-of select="date-val"/>*
    *</date-val>*
    *</xsl:for-each>*
    *</attribute-id>*
    *</xsl:for-each>*
    *</instancelabel>*
    *</xsl:for-each>*
    *</enityName>*
    *</body>*
    *</html>*
    *</xsl:template>*
    *</xsl:stylesheet>*
    also pasting the source xml file I am trying to convert.
    - <session xmlns="http://oracle.com/determinations/engine/relational/sessiondata/10.0" sessionDateTime="2010-12-17T11:34:08" locale="en-US" rulebase="Barclay_2910" rulebase-build="2010-12-17 06:04:02Z">
    - <entity name="global">
    - <instance label="global">
    - <attribute id="S_Other_Type_of_Business1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Nature_of_Business">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Desired_Review_Period">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_I_Confirm">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_new_investors_ID_Vd">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Total_Amount_of_Capital_Invested">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_State_Business_use_Trading_name1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Correspondence_Postcode">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Country">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_BTA_Code1">
    *<text-val>Central Government</text-val>*
    *</attribute>*
    - <attribute id="S_Correspondence_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Total_Amount_Capital_Invested_non_Corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_Organisation">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_State_Business_use_Trading_name">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_Organisation1">
    *<text-val>1</text-val>*
    *</attribute>*
    - <attribute id="S_Date_Established1">
    *<date-val>2010-01-01</date-val>*
    *</attribute>*
    - <attribute id="S_Telephone_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Date_of_Incorporation1">
    *<uncertain-val />*
    *</attribute>*
    - <attribute id="S_Date_of_Incorporation">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Postcode">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Start_Up_Type_Non_Corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_registered_names">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Other_Investments_non_corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="b8@Properties_PropBkACC_xsrc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Number1">
    *<text-val />*
    *</attribute>*
    - <attribute id="b6@Properties_PropBkACC_xsrc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_use_Trading_name1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Registered_address_Main_Trading">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_select_the_high_risk_industry_operated1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Start_Up_Type">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Priority1">
    *<text-val>Standard</text-val>*
    *</attribute>*
    - <attribute id="S_Correspondence_address_same_Main_Trading">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Additional_Source_Capital">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_Sort_Code">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Source_of_funds">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Choose_Start_Up1">
    *<text-val>Start Up/New Entity/Businesses</text-val>*
    *</attribute>*
    - <attribute id="S_Registered_Country">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Fax_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Contributer">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_business_organisations_annual_turnover1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_Account_number_Roll_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_registered_names1">
    *<text-val />*
    *</attribute>*
    - <attribute id="b9@Rules_startuprule_doc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_CIS_Record1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Employees_Members1">
    *<text-val>1-9</text-val>*
    *</attribute>*
    - <attribute id="S_shareholders_Contributors">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_operate_high_risk_industry">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="b7@Properties_PropBkACC_xsrc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_select_the_high_risk_industry_operated">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_business_organisations_annual_turnover">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Postcode">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Nature_of_Business1">
    *<text-val />*
    *</attribute>*
    - <attribute id="S_Country_of_Incorporation1">
    *<text-val>1</text-val>*
    *</attribute>*
    - <attribute id="N_issued_share_capital_company">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Correspondence_Country">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Type_of_Business1">
    *<text-val>Sole Trader</text-val>*
    *</attribute>*
    - <attribute id="S_Web_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registration_Number1">
    *<text-val />*
    *</attribute>*
    - <attribute id="S_Business_operate_high_risk_industry1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Additional_Source_Capital1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="Source_of_funds_non_Corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Country_of_Incorporation">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_if_registered_address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Date_Established">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registration_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_ID_VD">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_I_confirm_form_287">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Other_Investments">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_I_Confirm1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Date_Form_Lodged">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Other_Type_of_Business">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_start_up_capital_business">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Approx_transferring_balance">
    *<unknown-val />*
    *</attribute>*
    *</instance>*
    *</entity>*
    *</session>*
    Edited by: Sagnik on Dec 21, 2010 12:06 AM

  • Error while creating batches:Invalid organization in OPM inventory calendar

    Hi,
    While creating new batches for an intermediate some items, the user is getting the Error: "The Organization was found to be invalid while trying to validate the OPM Inventory Calendar". Everything is fine with the setup of OPM item, calendar, formula,recipe. This item is a non-dual and hence no item UOM conversion is required.Plant-Warehouse relationship is set at item level.If anyone has encountered this error,please throw some light on it.Thanks

    Hi
    I think you have might have missed the MAC set up in OPM financials.....pl make a set up and check.
    Thanks
    Raj

  • OPM Cost roll up error

    Process Manufacturing Financials: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    GMCROLL module: OPM Cost Rollup Process
    Current system time is 08-FEB-2012 08:23:59
    (c) 1999 Oracle Corporation - All Rights Reserved
         GMCROLL rel. 11
    GMF_CONC_DEBUG is 0 08-FEB-2012 08:24:00
    Debug Level is 0 08-FEB-2012 08:24:00
    Delete Ingredient Costs when no valid effectivity is set to - N 08-FEB-2012 08:24:00
    FINISHED initialization. 08-FEB-2012 08:24:00
    Loading process control table. 08-FEB-2012 08:24:00
    Loading cost calendar info. 08-FEB-2012 08:24:00
    rollup: 10540, co: NYCN, calendar: NC12, period: 8, from org: NYNC, to org: NYNC, from item/CC: FG-ROTO, to item/CC: FG-ROTO 08-FEB-2012 08:24:00
    Checking for bad effectivity rows. 08-FEB-2012 08:24:01
    Checking abort indicator. 08-FEB-2012 08:24:12
    CM$USE_COSTING_EFF_ONLY is set to 0 08-FEB-2012 08:24:13
    Mrp Bill Error: set_form_eff_pointers-(MR_EFFMATLERR)-No product for form_eff formula_id 2459 08-FEB-2012 08:24:23
    Mrp Bill Error: MR_EFFMATLERR item1: 0, item2: 0, formula: 2459 08-FEB-2012 08:24:23
    Processing error messages, 3 errors/messages found 08-FEB-2012 08:24:24
    3 error+messages logged 08-FEB-2012 08:24:24
    Cost Rollup Run completed, status = -1, system rc = -1 . 08-FEB-2012 08:24:24
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    this is the log file of my error, i cant say that the problem where it is
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "OPM Cost Rollup Process" has completed with error.
    Concurrent request completed
    i got the error completed - error(red).
    how to resolve this problem?
    can u please guide me for this problem as early as posible

    913003 wrote:
    thanks for ur replies to my queries hussein, but how can i get that id and passwordPlease see these links.
    My Oracle Support - Registration, Sign In, and Accessibility Options
    https://support.oracle.com/CSP/ui/faq_en.html
    CSI
    https://forums.oracle.com/forums/search.jspa?threadID=&q=CSI&objID=c84&dateRange=all&userID=&numResults=15
    Thanks,
    Hussein

  • Create Item Through OPM Item Master Error

    Hi,
    Error Message pop-up when trying to save item "OFTG_NO_PROFILE_VALUE".
    We are Oracle Applications 11.5.9, OPM Patch level J.
    Regards,

    Hello,
    After creating the item , if set the view instance to ProjectBasicInfoVO and view attrinute = Attribute1.
    As Attribute1 value is passing as parameter. So it will work
    PA_PROJECTS_MAINT_PUB.UPDATE_PROJECT_BASIC_INFO( p_validate_only => FND_API.G_FALSE, p_project_id => :1, p_project_name => :2, p_project_number => :3, p_project_type => :4, p_description => :5, p_project_status_code => :6, p_public_sector_flag => :7, p_carrying_out_organization_id => :8, p_organization_name => :9, p_start_date => :10, p_completion_date => :11, p_territory_code => :12, p_country => :13, p_location_id => :14, p_state_region => :15, p_city => :16, p_attribute_category => :17, p_attribute1 => :18, p_attribute2 => :19, p_attribute3 => :20, p_attribute4 => :21, p_attribute5 => :22, p_attribute6 => :23, p_attribute7 => :24, p_attribute8 => :25, p_attribute9 => :26, p_attribute10 => :27, p_priority_code => :28, p_record_version_number => :29, p_recalculate_flag => :30, x_return_status => :31, x_msg_count => :32, x_msg_data => :33, p_target_start_date => :34, p_target_finish_date => :35, p_security_level => :36, p_long_name => :37, p_funding_approval_status => :38 )
    Thanks ,
    Kumar

  • Error Opening Local Copy OPM

    Out of nowhere, my computer stopped allowing me to open OPM. I tried uninstalling and reinstalling (I am using version 10.2). I even tried downloading and installing 10.3.
    No matter what I do, I get a long error that says:
    There was an error as the application was exiting:System.Xml.XmlException: An error occured while parsing EntityName. Line 72, position 10.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.Throw(String res)
    at System.Xml.XmlTextReaderImpl.ParseEntityName()
    at System.Xml.XmlTextReaderImpl.ParseEntityReference()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
    at System.Xml.XmlLoader.LoadDocSequence(XmlDocumentparentDoc)
    at System.Xml.XmlLoader.Load(XmlReader reader)
    at System.Xml.XmlLoader.Load(Sring filename)
    at Oracle.Modeling.Core.XMLRegistry..ctor(String filename)
    at Oracle.Modeling.IDE.frmMain..ctor()
    at Oracle Modeling.IDE.frmMain.Main()
    Anyone have an idea what this error means and how i can get OPM working on my local copy again?
    Thanks,
    Ashley

    You might try renaming or deleting your OPM registry.xml.
    Where <username> is your windows login.
    In Windows XP:
    C:\Documents and Settings\<username>\Application Data\Oracle Corporation\Oracle Policy Modeling\registry.xml
    In Windows 7:
    C:\Users\<username>\Application Data\Oracle Corporation\Oracle Policy Modeling\registry.xml
    Not sure about the windows 7 path, but hopefully it's close.

  • Error generating screen commentary files - OPM 10.2

    Hi everyone,
    I'm getting an error generating a screen commentary files.
    Link to error:
    The commentary files could not be created. PLease ensure that your configuration settings are correct and you have write permission to the specified commentary directory.
    It does not seem to be a issue in regards to permission to write as I have tested other rulebase projects on the same computer and am able to generate commentary screens.
    I've also redeployed WD. Running OPM 10.2
    Any suggestions re: what else I can do?
    Thanks,
    Isamu

    Hi,
    I was able to generate this error on my system by restricting the access to "development\include" folder to Read/Execute only. The error disappeared once the write access was granted on the folder. Please check whether you have 'write' access to all the sub folders and parent folders of your project working directory.
    Hope this helps.
    Thanks,
    Aakarsh
    Edited by: Aakarsh on Nov 4, 2011 3:41 AM

  • Error when compiling Word documents from OPM

    When I try to compile a document from OPM (as opposed to from the Word OPM toolbar), OPM raises a dialog box with the title Compilation Error.  It says, "Oracle Policy Modeling was unable to compile the document as an error occurred with Microsoft Word.  This file could not be found."  The Word file nonetheless opens, but does not compile.  This makes it very laborious to compile my project, which has numerous rule documents.
    Could the problem have something to do with the OPM Word template?
    I'm using OPM 10.4.3 and Word 2010 on Windows 7 Enterprise.
    Thanks for your help.

    Did you recently migrate from Word 2007 to Word 2010? Did this issue start occurring after you changed versions of Word? If yes, did you update the templates in the project?
    See OPM 10.4.4 User Guide article Update Oracle Policy Modeling Templates: http://docs.oracle.com/html/E48373_01/toc.htm#Projects and files/Update_OPM_templates.htm (for the 10.4.3 equivalent article search the phrase "update templates" in your local copy of the OPM 10.4.3 User Guide)

  • OPM "build and run" error

    Hi
    I have a problem with OPM when I use "build and run".
    I only get a message "The system cannot find the file specified" and nothing more. It has worked, but it used to open Google Chrome browser. Since I did not want this behaviour I uninstalled Google Chrome. But then I got this error instead.
    I can run "build and debug" prefectly fine.
    The problem is not related to a specific project.
    I have also tried to reinstall OPM but the problem remains.
    What file is it the system cannot find? Is there a way of finding this in a log somewhere?
    How does the "build and run" command work? Is there a way of checking why it can not open the browser?
    kind regards,
    Michael

    Hi Andrew
    Just to add some more observations.
    It seems that OPM doesn't look directly to the default browser setting. If I change the default browser, OPM does not directly recognize the new setting. OPM opens the previous selected default browser anyway.
    I dont know if the setting is unique per project or if it is per OPM installation.
    OPM seems to pick up the default browser, but then OPM caches this somewhere. Which caused problem for me when I uninstalled Google Chrome. OPM insisted on trying to start Google Chrome anyway.
    When I now got Firefox working as default browser the problem solved it self. But when I selected IE as default browser, then when I ran OPM it still opened Firefox, and Firefox gave me the warning that it was not default browser.
    So OPM does not always look at the default browser setting.
    kind regards,
    Michael

  • OPM 10.2 Subversion Source Control - Version History Error

    I installed OPM 10.2.0.110 after installing subversion and everything worked running through the first time, but now when trying to see the version history I am getting the error message:
    info failed (Subcommand 'info' doesn't accept option '-v[--verbose]"Type 'svn help info' for usage.)
    Any ideas as to what is causing this problem?

    Hi Andrew,
    I'm hitting the same problem with my local subversion install and OPM10.2
    I'm rocking version 1.6.15 of the SVN for Win32 available here http://sourceforge.net/projects/win32svn/
    trace from console:
    C:\Documents and Settings\phjones>svnserve --version
    svnserve, version 1.6.15 (r1038135)
    compiled Dec 17 2010, 09:05:59
    Copyright (C) 2000-2009 CollabNet.
    Subversion is open source software, see http://subversion.apache.org/
    This product includes software developed by CollabNet (http://www.Collab.Net/).
    The following repository back-end (FS) modules are available:
    * fs_base : Module for working with a Berkeley DB repository.
    * fs_fs : Module for working with a plain file (FSFS) repository.
    Cyrus SASL authentication is available.
    also I tried checking 'svn help info' and got this (no verbose option):
    C:\Documents and Settings\phjones>svn help info
    info: Display information about a local or remote item.
    usage: info [TARGET[@REV]...]
    Print information about each TARGET (default: '.').
    TARGET may be either a working-copy path or URL. If specified, REV
    determines in which revision the target is first looked up.
    Valid options:
    -r [--revision] ARG : ARG (some commands also take ARG1:ARG2 range)
    A revision argument can be one of:
    NUMBER revision number
    '{' DATE '}' revision at start of the date
    'HEAD' latest in repository
    'BASE' base rev of item's working copy
    'COMMITTED' last commit at or before BASE
    'PREV' revision just before COMMITTED
    -R [--recursive] : descend recursively, same as --depth=infinity
    --depth ARG              : limit operation by depth ARG ('empty', 'files',
    'immediates', or 'infinity')
    --targets ARG            : pass contents of file ARG as additional args
    --incremental            : give output suitable for concatenation
    --xml                    : output in XML
    --changelist ARG         : operate only on members of changelist ARG
    [aliases: --cl]
    Global options:
    --username ARG           : specify a username ARG
    --password ARG           : specify a password ARG
    --no-auth-cache          : do not cache authentication tokens
    --non-interactive        : do no interactive prompting
    --trust-server-cert      : accept unknown SSL server certificates without
    prompting (but only with '--non-interactive')
    --config-dir ARG         : read user configuration files from directory ARG
    --config-option ARG      : set user configuration option in the format:
    FILE:SECTION:OPTION=[VALUE]
    For example:
    servers:global:http-library=serf
    Thanks,
    P.

Maybe you are looking for

  • Macbook start up problems

    My MacBook popped up with a restart screen the day and after restarting it I was able to use it once and than it would no longer turn on but would do an SOS type beep or a folder with a blinking ? in it. I was able to force start the Mac OS X startup

  • Word 2003

    My Word 2003 is part of the Office 2003 that includes Internet Explorer and Outlook Express. This is installed on my PC even though I am connected to a network.  When I attempt to "save" a file or "Access" another directory or file, in word or outloo

  • Talent Management-Appraisals

    Hi, I am working on R12, I have the following issues in Appraisals *1.* We can add the values to the look up APPRAISAL_ASSESSMENT_STATUS , if any additional status required. Generally application changes the status of the appraisal automatically depe

  • Setting RAID stripe size?

    Does anyone know how you can set the stripe size used for a RAID 5 setup? Even just knowing what the default stripe size used would be helpful. I have searched in the forums and user manual but I have not found the ability to do this anywhere. Thanks

  • How can I download the software for a second time without a backup but with  the serial number?

    Hi guys, stupidly my hardware got broken and I've missed to do a backup for the programs. May it's a stupid question but how can I download the Lightroom software for a second time? I've got the serial number for this, but can't find a link without b