Orace EBS - R12 - events occur when a sale order form is closed

Hi friends,

What are events triggered - if the customer order form is closed.

the question is:

If the user modify any field (without registration) in good sales order without wanting to and close the form, called my code inside WHEN-VALIDATE-RECORD and the validation is performed. I want to stop it. Is it possible to stop this scenario? Kindly help. Let me know if you need more information.

Arun Thomas

Where to put the code?

try to

KEY-exit or When window closing at the level of the form,

When-button-press to exit_button

hope this helps

Hamid

Tags: Oracle Development

Similar Questions

  • Query to find when a sales order has been closed

    Hi all,

    Need to find the closing a sales order. Which means that the exact time. I know that the flags that must be taken into account. But what table/column contains the exact time that the order has been closed.

    Thank you

    If your workflow process details are not purged under query end_date will be firm order date.

    select a.instance_id
    , to_char(b.begin_date, 'DD-MON-RR HH24:MI:SS') begin_date
    ,to_char(b.end_date, 'DD-MON-RR HH24:MI:SS') end_date
    , a.process_name process
    from  wf_process_activities a, wf_item_activity_statuses b
    where b.item_type        = 'OEOH'
    and   b.item_key     in (select to_char(header_id) from oe_order_headers_all where order_number = )
    and a.process_name = 'CLOSE_HEADER_PROCESS'.
    and   b.process_activity = a.instance_id
    

    In R12 if you have not any customizations,
    Close current sets the wake-up time as the last day of the month, there is no component "hour".
    So order will be eligible from midnight on the last day of the month.
    First broadcast of program of what OEOH item type Workflow background process should be closing them.

    For example: If the waiting in the process activity of ' close - order "met first time on 09-may-2013(Any time in the month of May), wake up time will be the last day of the current month i.e. 31 May 2013 00:00.

  • Problem with Oracle Sales Order form customization

    Hi all

    We have a problem in the sales order form customization. Here we try to customize three field based on the type of order

    Scenario:

    NAV-> Oredr management type Super User-> commands, returns-> sales orders-> order-> standard

    In this type if we are sailing to the lines, he should ask the following fields as required
    (Nav-> Oredr management form Super User-> commands, returns-> sales orders-> others)

    1. mode of delivery
    2. conditions related to the transport
    3. priority shipping of


    NAV-> Oredr management Super user-commands, returns-> sales > orders-> order-> Bill only & internal RMA type


    then he must navigate to line items without asking these three fields.

    For this, we have made the following customization grace-> Diagnostics-> Custom Code-> customize

    Level-> shape
    Activated-> Yes

    Condition

    Triggering event: When-validate-registration
    Trigger object: order
    Condition: (: ORDER.) ORDER_TYPE not like '% INTERNAL') and (: ORDER.) ORDER_TYPE do not like ' % BILL %') and (: ORDER.) ORDER_TYPE not like '% RMA')

    Processing mode: both
    level: site


    Actions

    SEQ:10
    type: property
    Description: Make required field
    language: all
    activated: Yes

    object: article type
    target object: ORDER. SHIPPING_METHOD
    property name: REQUIRED
    value: TRUE

    Actions

    SEQ:10
    type: property
    Description: Make required field
    language: all
    activated: Yes

    object: article type
    target object: ORDER. Terms of freight
    property name: REQUIRED
    value: TRUE



    Actions

    SEQ:10
    type: property
    Description: Make required field
    language: all
    activated: Yes

    object: article type
    target object: priority ORDER.shipment
    property name: REQUIRED
    value: TRUE


    Problem

    If the order type is standard the following fields should be mandatory without these fields, that it shouldn't navigate to line items

    1. mode of delivery
    2. conditions related to the transport
    3. priority shipping of

    If the ordar enter as the Bill only or internal or RMA

    1. mode of delivery
    2. conditions related to the transport
    3. priority shipping of

    not required must navigate to line items

    to do this, we made three customization for these three fields as mentioned above

    but the problem is

    When we first select the type of ordar like Bill only or internal or RMA, he works as expected the gall sare not obligatory the without closing the form, if we choose the command type as standard so if I try to navigate lines it is not afford without going into the three areas. But incase we first select the standard type order then we navigiting to the lines is not allowing us without going into these three fields as expected. Therefore, the problem is without closing the form now we changed the command type as Bill alone or internal or RMA now also these fields stay as mandatory is the question.

    Hope, the problem is clear to you all.

    If somone can help to solve this as soon as POSSIBLE, we would be grateful to you.

    Thanks in advance

    Kind regards
    CSK

    Rather than make the fields required, why not you just popup a message of error if the shipping_method is empty.

    If the personalization will look like this
    => trigger when-validate-record
    condition => (: ORDER.) ORDER_TYPE not like '% INTERNAL') and (: ORDER.) ORDER_TYPE do not like ' % BILL %') and (: ORDER.) ORDER_TYPE not like '% RMA') and (: order.shipping_method is null)

    action-online error-online you cannot save this record mode of delivery is not met.

    You repeat this customization for priority, but also the conditions related to the transport.

    Hope this helps,
    Sandeep Gandhi

    PS: Another option is to use two times-news-registration-Forum customizations. The first is the required fields if the order type = STANDARD.
    And the second customization if required fields is not the order type! = STANDARD. Since you do not have this second customization, the fields remain necessary even when you select a type of STANDARD command.

  • Order customization problem in sales order form Standard type

    Hi all

    We have a problem in the sales order form customization. Here we try to customize three field based on the type of order


    Scenario 1:_

    _NAV-> Oredr management Super user-commands, returns-> sales > orders-> order->standard _ type

    In this type if we are sailing to the lines, he should ask the following fields as required
    (Nav-> Oredr management form Super User-> commands, returns-> sales orders-> others)

    1. mode of delivery
    2. conditions related to the transport
    3. priority shipping of

    Scenario 2:_

    _NAV-> Oredr management Super user-commands, returns-> sales > orders-> order->Bill only & _ internal & RMA type

    then he must navigate to line items without asking these three fields.

    To do this, we made the following customization by help-> Diagnostics-> Custom Code-> customize

    Level-> shape
    Activated-> Yes

    _ Condition

    Triggering event: When-validate-registration
    Trigger object: order
    Condition: +(:ORDER.) ORDER_TYPE not like '% INTERNAL') and (: ORDER.) ORDER_TYPE do not like ' % BILL %') and (: ORDER.) ORDER_TYPE not like '% RMA') +
    Processing mode: both
    level: site

    _ Of the actions

    SEQ:10
    type: property
    Description: Make required field
    language: all
    activated: Yes

    object: article type
    target object: ORDER. SHIPPING_METHOD
    property name: REQUIRED
    value: TRUE

    Problem+ _

    The problem we face is when we first select the type of ordar like Bill only or internal or RMA it works as expected. But first we have to select the standard type order then we navigiting in the lines if not allowing us without going into these three fields as expected. This is why the problem is without closing the form, we changed the type of order like Bill only now also these fields as mandatory, that is the question.

    So hope the problem is clear to you all and we must pass this into production tomorrow.

    If somone can help to solve this as soon as POSSIBLE, we would be grateful to you.

    Thanks in advance

    Kind regards
    CSK

    Double wire.
    Please see my answer to the problem with customization of Oracle customer order forms
    and update this thread.

    Sandeep Gandhi

  • Sales order form, line status code is displayed as "WITHDRAWN". but the same code appears as "AWAITING_SHIPPING" for the same line in the database. can you please explain, where the value in frontend comes? It differs from the flow_status_code in oe_or

    Sales order form, line status code is displayed as "WITHDRAWN". but the same code appears as "AWAITING_SHIPPING" for the same line in the database.

    Where the value in the frontend is filling?

    It differs from the flow_status_code in oe_order_lines_all?

    Thanks for the correction.

    He slipped right out of my mind!

    Here is a detailed explanation of this case:

    Status of orders picked and picked partial

    Kind regards

    Bashar

  • Error occurred when you open the form in the planning

    Hello

    When I try to open the form in the planning I can't do. There is also no info why, the news only I get are: an error has occurred.

    Inside the journal, I find:
    [# < 4 November 2011 10:27:22 THIS > < HTTP > < HYPERION-001 > < Planning0 > < error > < ExecuteThread [ASSET]: '8' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1320398842770 > < BEA-101017 > < [path of the module: HyperionPlanning ServletContext@6075528[app:PLANNING: / HyperionPlanning spec-version: 2.5 version: 11.1.2.0]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: com/hyperion/hbr/base/HBRThinServer
    at com.hyperion.hbr.api.HBRServerLocal.getLaunchableRulesForLocation (unknown Source)
    at com.hyperion.hbr.api.thin.HBR.getRules (unknown Source)
    to com.hyperion.planning.db.HspFMDBImpl$ HBRWrapper.getHBRCalcList (unknown Source)
    to com.hyperion.planning.db.HspFMDBImpl$ HBRWrapper.getFormCalcDetails (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getRunOnLoadCalcs (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.getRunOnLoadCalcs (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.runCalcOnLoad (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.getDataGrid (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.getDataGrid (unknown Source)
    at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at HspValidationFilter.doFilter (unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    # < 4 November 2011 10:27:22 THIS > < opinion > < Diagnostics > < HYPERION-001 > < Planning0 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1320398842776 > < BEA-320068 > < Watch "UncheckedException" with severity "Notice" on the server "Planning0" released on November 4, 2011 22:27:22 details of notifications :
    WatchRuleType: Journal
    WatchRule: (SEVERITY = "Error") AND ((MSGID = ' WL-101020') OR (MSGID = "WL-101017'") OR (MSGID = "WL-000802'") OR (MSGID = "BEA-101020'") OR (MSGID = "BEA-101017'") OR (MSGID = "BEA-000802'"))
    [WatchData: DATE = November 4, 2011 10:27:22 THIS SERVER = Planning0 MESSAGE = [path of the module: HyperionPlanning ServletContext@6075528[app:PLANNING: / HyperionPlanning spec-version: 2.5 version: 11.1.2.0]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: com/hyperion/hbr/base/HBRThinServer
    at com.hyperion.hbr.api.HBRServerLocal.getLaunchableRulesForLocation (unknown Source)
    at com.hyperion.hbr.api.thin.HBR.getRules (unknown Source)
    to com.hyperion.planning.db.HspFMDBImpl$ HBRWrapper.getHBRCalcList (unknown Source)
    to com.hyperion.planning.db.HspFMDBImpl$ HBRWrapper.getFormCalcDetails (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs (unknown Source)
    at com.hyperion.planning.db.HspFMDBImpl.getRunOnLoadCalcs (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.getRunOnLoadCalcs (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.runCalcOnLoad (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.getDataGrid (unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.getDataGrid (unknown Source)
    at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at HspValidationFilter.doFilter (unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Subsystem = HTTP USERID < WLS Kernel > = SEVERITY = error THREAD = ExecuteThread [ASSET]: '8' for queue: MSGID 'weblogic.kernel.Default (self-adjusting)' = BEA - 101017 MACHINE = TXID HYPERION-001 = the CONTEXTID = TIMESTAMP = 1320398842770
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    # < 4 November 2011 10:27:24 THIS > < WARNING > < JMX > < HYPERION-001 > < Planning0 > < oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump executor (created: Fri Nov 04 10:27:23 THIS 2011) > < < WLS Kernel > > <><>< 1320398844525 > < BEA-149515 > < an error to get the DatabaseProductName attribute on the MBean com.bea : ServerRuntime = Planning0, name = EPMSystemRegistry, Type = JDBCDataSourceRuntime during a call to getAttributes >
    # < 4 November 2011 10:27:24 THIS > < WARNING > < JMX > < HYPERION-001 > < Planning0 > < oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump executor (created: Fri Nov 04 10:27:23 THIS 2011) > < < WLS Kernel > > <><>< 1320398844527 > < BEA-149515 > < an error occurred getting the DriverVersion attribute on the MBean com.bea : ServerRuntime = Planning0, name = EPMSystemRegistry, Type = JDBCDataSourceRuntime during a call to getAttributes >
    # < 4 November 2011 10:27:24 THIS > < WARNING > < JMX > < HYPERION-001 > < Planning0 > < oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump executor (created: Fri Nov 04 10:27:23 THIS 2011) > < < WLS Kernel > > <><>< 1320398844528 > < BEA-149515 > < an error occurred getting the DriverName attribute on the MBean com.bea : ServerRuntime = Planning0, name = EPMSystemRegistry, Type = JDBCDataSourceRuntime during a call to getAttributes >
    # < 4 November 2011 10:27:24 THIS > < WARNING > < JMX > < HYPERION-001 > < Planning0 > < oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump executor (created: Fri Nov 04 10:27:23 THIS 2011) > < < WLS Kernel > > <><>< 1320398844528 > < BEA-149515 > < an error to get the DatabaseProductVersion attribute on the MBean com.bea : ServerRuntime = Planning0, name = EPMSystemRegistry, Type = JDBCDataSourceRuntime during a call to getAttributes >


    This only occurs for one of my applications, the other work well.

    Any ideas?

    Best regards
    Greg

    You migrated to 11.1.2.1 lately?

    Restart the Regional service and planning. Connect to planning as a planning administrator, and then connect to the Regional service with the planning/Essbase admin - do not use the default admin user.

    Check if you are able to associate the outline later.

    HTH-
    Jasmine.

  • How to choose different lines for a single sale order and ship individually

    I have a customer order of lets say 10 broadside of this same article for quantities of 10 each which means 100 quantities.

    When I use the release sales order form it will take the entire order and forward it.

    But I need to take the line and then generate a delivery against it and then to ship and invoice it.

    Need to know how to do this

    You can take different lines for a single sales order and ship individually using FORM of TRANSACTION of DELIVERIES.

    Navigation: OM RESP > order management > shipping > Transactions

  • Sales order locks

    Hello

    R12.1 + 11 GR 2 CARS + LINUX

    I received a request to release a sales order, the number 25435.

    I checked in the lock $ SGS and found a lock.

    STATUS INST_ID SID CTIME LMODE ASK TY

    --------------------------------------------------------------------------------------------------------

    Owner: 1823 2 36717 6 0 TX

    Boy: 2431 1 36596 0 6 TX

    For both, 1823-2431 username is APPS.

    2431 ACTIVE and 1823 session is INACTIVE.

    The user name is APPS for SID lock, but the applicant who asked for release control is John.

    How can I unlock the order?

    Error in the "sales order form" "Record is currently being developed by another user, please try to update later."

    Thanks in advance.

    Post edited by: appsdba_new

    Query the CLIENT_IDENTIFIER column in v$ session to get the user name of the application. You can also check the same OAM.

    Kill the process and the database session.

    Thank you

    Hussein

  • doubt with the creation of the sales order

    Hi all, I have a doubt with the creation of the order customer. When we get into the details of the order I found that according to the type of order we should decide whether to enter PO # or not (Source: _ http://docs.oracle.com/cd/A60725_05/html/comnls/us/oe/ordreqfd.htm _).

    My doubt is, so how can we find requiring an order Type PO # to be included on the sales order form. I mean, can we find from a query or there are defined rules...

    Any help is appreciated,

    Thanks in advance!

    Published by: Sandy on April 17, 2012 11:28

    Look for po_required_flag in oe_transaction_types_all

    Sandeep Gandhi

  • Issue of customization (for sales order list Actions)

    Hi all

    I want to do as a result of task using customization. Can someone help me?

    On Sales Order Form (OEXOEORD. FMB screen), there are action buttons in the header. When I press this button, it will display the actions.

    I want to delete the named actions (1) apply is holder (2) release has, in this list.

    How can I do this?

    concerning
    Sanjay

    You don't need to customize as long as it is sufficient for you to control this level of responsibility.

    Or the other...

    (1) add 2 exclusions of function for the responsibilities that you don't want to have access to actions apply/release

    Functions to exclude are Sales Orders: apply holds and Sales Orders: release holds

    or...

    (2) simply guarantee that the responsibilities that you don't want to have access to apply/exit actions not permission apply/exit on the definition of hold form. This means that all users of this responsibility can still see the actions to apply/release but cannot use them.

    Kind regards
    Jon

  • Win2k3 Server IIS SChannel event 36871 "a fatal error occurred when creating the SSL server credential information."

    To make a long story short, I went to use client software that I use a few times a week and it would not connect to the server, complaining not found or number of SSL.  When research various dcom, schannel errors errors in the event logs and a few others, I systematically over the last 24 hours cleared up the boot is so now clean (no time starting network on startup and no message on the service could not start).  It seems that something has happened a month ago after that the server crashed where at least the first DCOM messaged presented themselves, but everything has been working well until it didn't.  The dcom patches end up having to do with the ...\rsa\machinekeys (and the way that it) had a few "account unknown" in it, I cleaned everything that (at a time since I removed all items in this folder, but then put their subsequent return (by crushing all except 2 after creating a new certificate), had to reinstall virtual server and iis 6) , at some point as well.  In any case, I'm at the point where everything works (no event log errors/etc) from startup until you try to connect to the IIS 6 Server using https:... at this point, you get the event SChannel 36871 "a fatal error occurred when creating the SSL server credential information." (no additional information) is connected and the client browser cannot access the site (you can keep trying and it does not work but no event log entry more).  So that's where I'm sitting, http: works fine, https: No.  Certificate appears in the default Web site correct, said valid and possesses the private key, port 443 is there, all addresses by default, netstat shows port 443 same process id as the port 80.  I can't find a copy of SSLDiag do test to see if that prove something?

    So I need help what is not going to get this new job of fixing.  What should I do?

    Thank you!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. Appropriate in the TechNet forums. Please post your question in the TechNet forums.

    You can follow the link below to ask your question:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    I hope that helps!

  • EBS R12.2 inventory_bak.xml

    Hi all

    EBS R12.2.4

    RHEL 6.6

    I checked our oraInventory folder, and I've seen a lot of inventory.xml backup.

    under/U01/oraInventory/are:

    -rw - rw-. 1 appvis s/n 2597 Mar 21 01:52./backup/2015-03-21_01-59-17AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 2597 Mar 21 01:52./backup/2015-03-21_03-24-11AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 2597 Mar 21 01:52./backup/2015-03-21_01-58-20AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 2597 Mar 21 01:52./backup/2015-03-21_03-25-08AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 3205 Mar 26 06:39./backup/2015-03-26_06-47-31AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 3205 Mar 26 06:39./backup/2015-03-26_06-49-04AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 2597 Mar 21 01:52./backup/2015-03-21_01-57-42AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 3205 Mar 26 06:39./backup/2015-03-26_06-48-08AM/ContentsXML/inventory_bak.xml

    -rw - rw-. 1 appvis s/n 2597 Mar 21 01:52./backup/2015-03-21_03-23-33AM/ContentsXML/inventory_bak.xml

    -rw - r-. 1 root dba 3205 Mar 26 06:39./ContentsXML/inventory_bak.xml

    Can you tell me what process produced this backup? And I can use them for restoration?

    In fact, when I do after cloning I delete the first entries in the invtory, so I have created my own backup, which is the last row in the list above.

    I didn't know that there are a lot of backup copies. And I don't know what the best of them all?



    Thank you very much

    MK





    Inventory.XML: it contains houses Oracle which installed and registered in this central inventory.xml.

    If the process that updates the details home Oracle inventory takes backup of existing inventory.xml.

    In the event that your inventory is corrupted then previous backup can help you to identify/re-attach the ORACLE_HOME saved earlier with your central inventory details.

    Please see notes for more details below:

    R12.2 How to re - join the inventory Central (Doc ID 1586607.1) Oracle Homes

    How check if inventory.xml/comps.xml or any Oracle XML file is Correct? (Doc ID 453399.1)

    How to find a Central inventory.xml (Doc ID 1470313.1) inventory

    Hope that answers your question. Thank you!

    -Kj

  • Integration of apex with EBS R12 - javax.servlet.ServletException

    Morning,
    We are in the process of upgrading to 11i to R12 and we found that our launch Apex in 11i method no longer works in R12. We try to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled according to the document. When we try to start the apps function if we get:
    An exception occured.
    
    URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..
    
    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException: 
    
           Missing class: _XXFND__LaunchApex
    
         Dependent class: oracle.jsp.runtimev2.JspPageInfo
                  Loader: oc4j:10.1.3
             Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
           Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
    
    This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.
    
    The missing class is not available from any code-source or loader in the system.
    I have XXX'ed on our field. Someone else has it, or anyone who has successfully integrated apex with EBS R12 can let me know what they were doing?

    Thank you

    Hello

    If the jsp is compiled successfully you can bounce your web server before you can use the jsp. See MOS notes 458338.1 for further details.

    In fact, now that Oracle have updated their FND gateway for integration Apex there are only a few situations (for example, if you want to pass parameters to the function of the form at the Apex) where you need to use a custom jsp page to launch the Apex. In most cases you can use the Oracle provided GWY.jsp to start your Page Apex. To use this jsp, you must apply the patch 12316083 EBS R12 (and the patch 12726556 if you launch in browser forms). How to use the GWY.jsp is described in 'Extending Oracle E-Business Suite Release 12 using Oracle Application Express' white paper.

    Rod West

  • An error occurred when accessing the Windows CardSpace...

    So, I get this error message whenever I clicked on Windows CardSpace in Control Panel. "An error has occurred all by accessing the Windows CardSpace. Please see the the event log for more details. "I checked the event log and I read a bunch of posts which basically means the same thing. "An error occurred when communicating with the Windows CardSpace service." "" An unknown exception caused the request to fail. For more information, please see the event log. Inner exception: attempted to perform an unauthorized operation. ""An error occurrred while accessing the card collection.  The store directory or file ACL Bank had is shown to be altered. The ACL have now been restored to their default settings. ""An error occurrred while accessing the card collection.  Unable to open the store. »

    WHAT DOES THIS MEAN?

    I logged the administrator account and noticed that Windows CardSpace actually worked. Well, it's good to know he works at least on one account...
    I would try to make a new user account, but I haven't the time to copy everything back. I'm not seriously. Last week, I spent three hours to copy my files after reinstalling Windows. I really want to do it again.
    I read that this may be evidence of a corrupted user profile, but I don't get any messages on my user profile be corrupt.
    Is there an another fix for this error?
    Please help me with this, I know other people had this problem.
    Thanks in advance,
    ~ yosecchi1098

    Hello

    You can post your question here for assistance:

    http://social.technet.Microsoft.com/forums/en-us/category/w7itpro

  • Error occurs when you use SQL Server 2012 assessment vs window detail of the object in window 7 - KERNELBASE.dll exception 0xe0434352

    Hello

    Error occurs when you use SQL Server 2012 assessment vs window detail of the object in window 7.  I use the window of the object but the detail of the objects window arrives and immediately SQL Server stops with the error below and then opens again.  I didn't find any help with this specific error is but suspect there is a problem between SLQ Server 2012 et.NET Framework 4.  Unfortunately, I do not know what it takes in this regard.

    Thanks, Deb

    Event ID: 1000
    Task category: (100)
    Level: error
    Keywords: Classic
    User: n/a
    Computer: Deb - HP
    Description:
    Name of the failing application: Ssms.exe, version: 2011.110.3000.0, time stamp: 0x5081c1cd
    Name of the failed module: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b83c8a
    Exception code: 0xe0434352
    Offset: 0x0000c41f
    ID of the process failed: 0x13a8
    Start time of application vulnerabilities: 0x01ce609a6d3db991
    The failing application path: C:\tempSQLWOW\110\Tools\Binn\ManagementStudio\Ssms.exe
    Path of the failing module: C:\Windows\syswow64\KERNELBASE.dll
    Report ID: 1fb1cbfb-cc8e-11e2-b436-abd2bebb3f17

    Hi Claude,.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the link below.

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

    Good day!

    Answer please if you face concerns.

Maybe you are looking for

  • Cannot close the first with other (LH one end) tab open are closed.

    Cannot close the first tab (end of LH we) but others are closing. Indicator download on tab keeps indefinitely - running windows under all the tabs are functioning normally.Open another copy of Firefox allows all tabs to work normally in this copy

  • 10.11.3 mail shot to remove the BUG?

    I lost this function after the update to 10.11.3 Mail just hang out whenever I try to drag mail to remove If this is a bug or just me?

  • Different keyboard for G560

    Hello everyone, Im new here on the Forum of Lenovo one I question... I have laptop G560 and my keyboard no longer works and I would like to ask a few flat keyboard in my G560... Something like this on the picture: Is this possible... This is an Ideap

  • Windows Xp update issue - cannot install updates

    original title: Windows Xp update problem I HAVE 4 PROBLEMS I USE WINDOWS XP 32-BIT (1) WHEN I TURN ON MY PC IT SHOWS UPDATE ARE READY FOR YOUR COMPUTER, BUT EVERY DAY DOWNLOAD ONLY 2 UPDATES AND MORE, WHICH IS KB2478658 & KB2446704 (2) I CAN NOT INS

  • Big problem blackBerry Smartphones = Trackpad

    HelloMy Trackpad on my Curve9300 is broken in his first layer. I can just move around the screen a little...Is it possible to change or do I have to buy a new mobile phone?Thank you