Inactive Sessions Getting Automatically Generated in Database

I am facing a strange problem of getting huge number of inactive sessions getting generated th the database server which leads to it's connection closure.
The Error reads as "Failed to check out an Application due to connection failure of Application Module."
This happens each time I execute the following code:
String amDefName = "amendprgo.model.CSDInvFRCAmendPrgoServices";
String configName = "CSDInvFRCAmendPrgoServicesLocal";
ApplicationModule app1 = Configuration.createRootApplicationModule(amDefName,configName) ;
String voInstanceName="prgoHdrRO";
ViewObject prgoHdrROVO =app1.createViewObjectFromQueryStmt(voInstanceName,"select * from INV_PRGO_HDR");
prgoHdrROVO.setWhereClause("PRGO_ID="+tempRow.getAttribute("PrgoId")+" and DEPOT_CD = '0' and ITEM_CAT = 'I3' ");
prgoHdrROVO.executeQuery();
if(prgoHdrROVO.getEstimatedRowCount()>0){
return true;
I know there is a process of creating connection and View Object in Model part in JDeveloper, but I want to know why this problem happens.

ApplicationModule app1 = Configuration.createRootApplicationModule(amDefName,configName) ;is your problem as it causes at least one (sometimes more) connections to open. As you don't free the resource after using it the connection remains open even if you can't access it anymore.
You should call Configuration.releaseApplicationModule(...), with the application module you created before returning.
On the other side you shoulnd not even call createRootApplicationModule in the first place (as it causes trouble if you don't deeply know what the framework do with a root application module).
Can you tell us the use case which make you call createRootApplicationModule()? We might find a better solution.
Timo
Edited by: Timo Hahn on 19.05.2011 13:45
PS: something to read http://blogs.oracle.com/jdevotnharvest/entry/when_to_use_createrootapplicationmodule_in_oracle_adf and http://radio-weblogs.com/0118231/2009/08/20.html#a959

Similar Messages

  • Getting automatic updates from database

    Hi,
    Not sure if this is the correct place to post this as it is databse and Java related, but here goes, please let me know if there is a better place for questions like this.
    I currently have a servlet based server using http comm's to a flash movie client, everything is currently working fine, I now need to push data from an oracle database to the client.
    I have 2 questions:
    1:
    Using Oracle, does anyone know the best way to get Oracle to let me know in the Java of a data change? Triggers? I am currently only using Servlets and would like to keep it as simple as possible, only using EJB's etc... if it's the only way.
    2:
    I have looked into 2 ways of pushing this data to the flash client, one is the standard socket architecture, this is fairly standard and easy to implement and understand, but it needs a port to be open for this comm's, in an internet situation this might be a problem. The other idea is to use a ServletAdapter and keep the http connection from the Flash to the a Servlet open pushing data to the client as needed. Does anyone have any opinions on these 2 ideas?
    Any help/discussion on these 2 questions would be greatly appreciated.
    Thanks in advance.
    Phil Maskell

    i have a working example in 8i, but i cannot understanad it now :( it was a time of experimenting and the rmi, socket and also a class loading thing were all in there!
    there were quite a few things to do eg. the triggers, the sqlj, the permissions., not to mention the clients and servers. it may be simpler now but i would not know.
    it still runs, i tried it again but difficult for me to explain now and the code is too embarassing to show!
    You mention rmi, I now have a trigger working, do you
    have any examples or links on how to call Java code
    with RMI in Oracle PL/SQL.

  • Inactive sessions increasing database

    Hi
    We are using oracle11.5.10.2 on windows 2000 server and database version 10.2.0.3
    we are facing problem with inactive sessions,grdually inactive sessions increasing and thats leads database crash.
    Temporary i increased processes parameter value tp 400 prviously it was 200
    Most of inactive session from apps user only
    How can i fix this problem?
    Thanks
    With Regards
    OH

    Hi,
    Please see these threads.
    how to kill inactive sessions????????
    how to kill inactive sessions????????
    Inactive sessions in Database
    Re: Inactive sessions in Database
    Regards,
    Hussein

  • Excise Invoice gets automatically posted in the background - How to prevent

    When we do billing through VF01, the excise invoice gets automatically generated in the background.  We have checked the CIN settings for "Maintain automatic postings"  They are not enabled.  But still this is happening.  Where to check.  For your kind information, ABAP related patches (Basis - Abap support spau pack 16 & 17) were applied in our system yesterday night.  Could that be the reason ? Please clarify. We wanted to post excise invoice through J1IIN.  We do not need back groud posting.
    Should we need to check customization settings anywhere ?

    Dear Swamy,
    Please refer the note: 150813- Wrong Outgoing Excise Invoice generation while billing VF01.
    We have sorted out problem with this note.
    Thanks to all for responding.
    Thanks & Regards
    Sreekanth

  • Inactive sessions increasing in database

    Hi
    Recently i migrated Oracle9i database to oracle10g database 64 bit on windows 2008 server.
    After Migration.Inactive sessions are not automatically flushing from database,and these inactive sessions are reaching maximum sessions limits that leads to Database Hang.
    How can i solve this inactive sessions problem?
    Thanks
    With Regards
    OH

    damorgan wrote:
    desc sys.kottd$Interesting table and custom data type.
    SQL> set long 9999
    SQL> col SQL format a50
    SQL>                  
    SQL> select           
      2          DBMS_METADATA.get_ddl( 'TABLE', 'KOTTD$', 'SYS')        as SQL
      3  from       dual;                                                     
    SQL
      CREATE TABLE "SYS"."KOTTD$" OF "SYS"."KOTTD"
    OIDINDEX  ( PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(INITIAL 65536 NEXT 1048576 MINEX    
    TENTS 1 MAXEXTENTS 2147483645                 
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFF
    ER_POOL DEFAULT)                                 
      TABLESPACE "SYSTEM" )                          
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS
    LOGGING                                                 
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MA    
    XEXTENTS 2147483645                                     
      PCTINCREASE 0 FREELISTS 1 FREELIST GRO                
    UPS 1 BUFFER_POOL DEFAULT)                              
      TABLESPACE "SYSTEM"                                   
    SQL>
    SQL>
    SQL> select
      2          DBMS_METADATA.get_ddl( 'TYPE', 'KOTTD', 'SYS')        as SQL
      3  from       dual;                                                   
    ERROR:                                                                  
    ORA-31603: object "KOTTD" of type TYPE not found in schema "SYS"        
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105                            
    ORA-06512: at "SYS.DBMS_METADATA", line 2805                            
    ORA-06512: at "SYS.DBMS_METADATA", line 4333                            
    ORA-06512: at line 1                                                    
    no rows selected
    SQL>
    SQL> col attr_name format a30
    SQL> col attr_type_name format a30
    SQL> select                      
      2          attr_no,
      3          attr_name,
      4          attr_type_name
      5  from       dba_type_attrs
      6  where      type_name = 'KOTTD'
      7  and        owner = 'SYS'
      8  order by attr_no;
       ATTR_NO ATTR_NAME                      ATTR_TYPE_NAME
             1 KOTTDKVN                       UNSIGNED BINARY INTEGER(32)
             2 KOTTDSCH                       VARCHAR2
             3 KOTTDNAM                       VARCHAR2
             4 KOTTDUVN                       VARCHAR2
             5 KOTTDTC                        UNSIGNED BINARY INTEGER(16)
             6 KOTTDTDS                       CANONICAL
             7 KOTTDNDS                       CANONICAL
             8 KOTTDFLG                       UNSIGNED BINARY INTEGER(16)
             9 KOTDVSN                        UNSIGNED BINARY INTEGER(16)
            10 KOTTDBDY                       KOTTB
    10 rows selected.
    SQL> -- not even a varchar2 attr of the data type "accessible"
    SQL> select KOTTDNAM from sys.kottd$ where rownum < 11;
    select KOTTDNAM from sys.kottd$ where rownum < 11
    ERROR at line 1:
    ORA-00904: "KOTTDNAM": invalid identifier
    SQL> -- Calling the constructor? Oracle no likes..
    SQL> select KOTTD( null, 'test','test','test',null,null,null,null,null,null) from dual;
    select KOTTD( null, 'test','test','test',null,null,null,null,null,null) from dual
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [qctcte1], [0], [], [], [], [], [], []
    SQL>

  • Inactive sessions in Database

    Hi,
    Lot inactive sessions are in database, Before we bounce database ----> max process got reached, For that we have changed max process and bounced the database but i can see still 75 inactive sessions in database,
    SQL> show parameter process
    NAME TYPE VALUE
    aq_tm_processes integer 1
    db_writer_processes integer 1
    gcs_server_processes integer 0
    job_queue_processes integer 2
    log_archive_max_processes integer 2
    processes integer 200
    SQL> show parameter spfile
    NAME TYPE VALUE
    spfile string
    Then i changed processes to 300
    SQL> show parameter process
    NAME TYPE VALUE
    aq_tm_processes integer 1
    db_writer_processes integer 1
    gcs_server_processes integer 0
    job_queue_processes integer 2
    log_archive_max_processes integer 2
    processes integer 300
    even after bouncing still 75 inactive sessions in database

    Hi,
    What are the events/programs of those sessions?
    Have you started the application or not yet?
    Go through the following documents and see if it helps.
    Note: 427759.1 - How To Prevent Inactive JDBC Connections In Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=427759.1
    Note: 261791.1 - 11i JDBC Thin client connections remain active, MAX PROCESSES REACHED
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=261791.1
    Regards,
    Hussein

  • Database Status Inactive Sessions

    On OAM Applications Dashboard > Navigate to "DATABASE STATUS" > Sessions "#"
    I see alot of inactive sessions. Is it okay to terminate all of the inactive sessions? does it affect system performance? THanks!
    Message was edited by:
    chaseeem

    Oracle will clean them up for you. In addition, you could terminate a session that's simply idle.

  • AUTOMATICALLY KILL  INACTIVE SESSIONS

    Hi all. we are using oracle 8.1.6 on windows-2000 with 2gb ram. we facing
    ora-12500 listner failed to start a dedicated server.
    error and for this we made certain changes. we also added a parameter in sqlnet.ora at server side sqlnet.expire_time=10.. for automatically killing inactive sessions but it did not helped and many sessions remain in v$session. i wana know what should we do to kill inactive sessions. because i think when the sessions reach more than 300 then we face problem of listner failed. thanks for u'r valueable comments in advance as well.
    best wishes
    muhammad mohsin chattha

    Hi Nicolas, what you say is correct, but, unless the user try to do something (and receives an error),
    those sessions will show up as SNIPED in V$SESSION, and never go away.
    We can create a procedure to kill these sessions, something like this :  1  CREATE OR REPLACE PROCEDURE Kill_Sessions   IS
      2      Stmt           VARCHAR2(200);
      3      V_Sid          VARCHAR2(30);
      4      V_Serial       VARCHAR2(30);
      5      V_Username     VARCHAR2(30);
      6      CURSOR pri IS
      7      SELECT Sid, Serial#, Username
      8      FROM V$Session
      9      WHERE Username Is Not Null
    10      And Username not like 'SYS%'
    11      And Status = 'SNIPED';
    12  BEGIN
    13      FOR usr in pri LOOP
    14      V_Sid     := usr.Sid;
    15      V_Serial  := Usr.Serial#;
    16      Stmt      := 'ALTER SYSTEM KILL SESSION ''' || V_Sid || ',' || V_Serial || '''';
    17      Execute Immediate(Stmt);
    18      END LOOP;
    19* END;
    20  /  and execute it every minute (change 1440 to change the frequence) :SQL> Declare
      2     Out_Var Int;
      3  Begin
      4     Dbms_Job.Submit(Out_Var,
      5     'Kill_Sessions;',
      6     Sysdate,
      7     'Sysdate+1/1440' );
      8* End;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> commit;
    Commit complete.
    SQL>

  • So many INACTIVE sessions in Database

    Hi,
    Actually PMON will clears all inactive sessions from database.
    But i can see there are sessions like more then 3,4 days old.
    Why PMON is not clearing them. ?
    On which intervals will PMON do inactive sessions cleaning.
    thanks in Advance.

    >
    But i can see there are sessions like more then 3,4 days old.
    >
    Heed the advice of the other responders.
    But for idle sessions that you want cleared immediately you can use
    ALTER SYSTEM DISCONNECT SESSION . . . IMMEDIATENOTE - this acts differently than the 'KILL SESSION' syntax typically used.
    See 'DISCONNECT SESSION' clause in the SQL Language reference section for ALTER SYSTEM
    http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_2013.htm
    >
    Use the DISCONNECT SESSION clause to disconnect the current session by destroying the dedicated server process (or virtual circuit if the connection was made by way of a Shared Sever).
    The IMMEDIATE setting disconnects the session and recovers the entire session state immediately, without waiting for ongoing transactions to complete.
    >
    Then contrast that with the text for KILL SESSION

  • I am receiving emails fine but people sending emails are getting "This is an automatically generated Delivery Status Notification."

    So people sending me emails are getting this notification even though I am getting all of their emails.
    This is an automatically generated Delivery Status Notification.
    Delivery to the following recipients was aborted after 1 second(s):
    * [email protected]
    Reporting-MTA: dns; resqmta-po-10v.sys.comcast.net [96.114.154.169]
    Received-From-MTA: dns; resomta-po-03v.sys.comcast.net [96.114.154.227]
    Arrival-Date: Fri, 13 Mar 2015 00:11:39 +0000
    Final-recipient: rfc822; [email protected]
    Action: failed
    Status: 5.1.1
    Diagnostic-Code: smtp; 550 5.1.1 Recipient address rejected: {Gateway}
    Last-attempt-Date: Fri, 13 Mar 2015 00:11:40 +0000
    Received: from [10.0.0.4] ([174.63.66.5])
    by resomta-po-03v.sys.comcast.net with comcast
    id 2oBe1q00S06oTie01oBfmR; Fri, 13 Mar 2015 00:11:39 +0000
    X-Authority-Analysis: v=2.1 cv=brXCBSqi c=1 sm=1 tr=0
    a=d75dIf30LeQD1RLuRZUoGw==:117 a=d75dIf30LeQD1RLuRZUoGw==:17 a=C_IRinGWAAAA:8
    a=GGcpBh7Jt_oA:10 a=73ab78M7B2EA:10 a=r77TgQKjGQsHNAKrUKIA:9
    a=9iDbn-4jx3cA:10 a=cKsnjEOsciEA:10 a=gZbpxnkM3yUA:10
    a=6BrDaJ5WXvREvQ-J4T4A:9 a=QEXdDO2ut3YA:10 a=jHBHo6-IVdtYVL4fa8AA:9
    a=_W_S_7VecoQA:10 a=qOu-Zh59HcEA:10 a=AfkkXffo6PgA:10 a=2rOyub8MfPoA:10
    a=MPPUs8NNPK4A:10
    Message-ID: <[email protected]>
    Date: Thu, 12 Mar 2015 20:11:31 -0400
    From: Michael Hamilton <[email protected]>
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
    MIME-Version: 1.0
    To: [email protected]
    Subject: test
    Content-Type: multipart/alternative;
    boundary="------------050909070108050106030501"

    I have sent you a test message.
    added: I got the same Notification from Comcast. If you go to the comcast website, is there a place to request an 'out of office' or 'vacation response'? If so, is that turned on?
    Did you receive my email?

  • User Session gets invalidated automatically

    Hi,
              The user session gets invalidated automatically ,this happens irregularly but has been seen many times.
              Any ideas?
              

              Akshay <[email protected]> wrote:
              >Hi,
              >The user session gets invalidated automatically ,this happens irregularly
              >but has been seen many times.
              >Any ideas?
              hi,
              1. Check whether u have mistakenly called the session.invalidate() method if
              u are using HTTPSession
              2. Check the App.server Session Timeout
              3. If you are using Cookies check whether the cookies MaximumAge is expried before
              the
              complition of your process / transcation.
              regards,
              Elango
              Elango TR
              Sip Technologies & Exports Ltd. Elnet Software City,Chennai
              http://www.siptech.co.in
              [email protected]
              

  • DAC has 19 inactive sessions in Repository Database

    Is this normal for the DAC to leave open 19 inactive sessions in the Repository Database when it is not running? Some of the last statements it ran were: SELECT SYSDATE FROM DUAL, etc
    Shouldn't it close some of these sessions when not running? I understand that it should leave open at least 1 so that it can fulfill it's 'Heartbeat Interval' requirements.
    Any insight into this issue would help greatly.
    Thanks,
    Andy

    can you upload a screenshot of DAC to explain your question?

  • Inactive sessions in v$session.  True problem

    Hi,
    I am working in an Oracle 9i/Weblogic/J2EE platform. And when i look for session info in v$session view, i see that there are many sessions that have a status "Inactive". I already figured out what it means- the session is ACTIVE when it is doing an SQL query at the time and the session is INACTIVE when it is not doing an SQL query at that particular moment.
    But i have questions:
    1) If a client logs in to my webapplication and does a SQL query- then the sessions status is ACTIVE. After that, when the client just leaves (logs out just closes the browser) then Oracle marks that connection as 'INACTIVE'- Oracle does not KILL that session.
    Ok let that be, but can another client then log in to my webapplication (from different computer) and get that same INACTIVE connection and start to use it?? If not, then these "abandoned" connection are truly useless, because they still use ORACLE resources (memory).
    2)Another thing is that there are many INACTIVE sessions in v$session that have a name "plsqldev.exe" in PROGRAM column. That is a database client that i use to connect directly to my DB. But basicly i have only one PL/SQL program with one SQL query window open (this session is marked ACTIVE in v$session). So are these other 10 INACTIVE "plsqldev.exe" sessions meant for new plsql clients that may start to use the database or can only that particular user for whom the session was created at first place use that session?
    And finally- sessions that are INACTIVE and have "plsqldev.exe" as a PROGRAM in v$session - is there any chance that a client logs in to webapplication and then gets that INACTIVE session?
    If not, then these 10 INACTIVE plsqldev sessions (allthough the user has maybe shut down the program) are wasteless for webapplication users and they just starve the database.
    Also a screenshot for illustration.
    Waiting for your comments,
    Thanks!

    If connection pooling is in use then yes a different end-user can reuse the "inactive" session. Remember that ACTIVE and INACTIVE really only refers to if the session is executing SQL at the exact moment you query v$session.
    In the case of a dedicated user connection using a product like Oracle Forms where the user spends much of the time reading and filling in screen fields the Oracle background session can show INACTIVE almost constantly because the queries being ran by the user are very fast.
    Take a look at the last_call_et column. This is the time in seconds from when the last SQL statement was issued (not completed). If this value is resetting then the queries are being done.
    If the time is large and the status is INACTIVE then you could have a 'dead' or 'runaway' background process which is a background process without a front-end process. Those can and should be terminated. For that matter sessions that are idle for long periods of time should probably also be killed. If nothing else runaway and idle sessions may make it appear you are using all your licensed connections even if you really are not.
    Most connection pools wil automatically restart a terminated connection so if you clean-up process terminates an idle pooled connection it should not be a problem.
    HTH -- Mark D Powell --

  • How to automatically generate/build a uniqueID in Sun IM

    Hello,
    I'm unfortunately not able to automatically generate/build a unique identifier in IM according to my different data sources (resources) => the goal of this process is to manage the unique identifiers (accountID) through the Identity Manager, and then send back the corresponding accountIDs to the data sources (to keep the mapping between IM and the sources).
    => Each data source (DB, files, etc.) stores their own unique identifier (e.g. primary key, id, etc.).
    => I'm able to reconcile (or "Load from Resource") the data from the sources
    => Unfortunately the accountIDs from my "authoritative data source" (main data source) are used as "unique identifiers" (accountID) through IM :o( !!!!! and I would like to build a unique id (e.g. <firstnameFirstLetter>.<lastnameFirstLetter><6digits) for all the users (according to all the accounts from the different sources).
    Do you have any idea ?
    Thanks a lot in advance.

    Hi,
    Thanks a lot for this example.
    I didn't test it for the moment, because I still have a problem with the workflow....., which will call this rule at the end.
    Here is my problem about this workflow :
    My idea is to use this workflow (as a pre-account wrokflow through the reconciliation process) to automatically write the SIM accountIds into the Resource accounts (i.e. into my authoritative database => IAM_EXT_UID is used to store the corresponding SIM accountIds).
    When we use a "Pre-account workflow" through the reconciliation process, some variables are already available : accountId, resourceId, userName, initialSituation, finalSituation, etc.
    During my initial load process (e.g. using the reconciliation process), all the resource accounts use the following states :
    + initialSituation : AR_SITUATION_NAME_UNMATCHED
    + finalSituation : AR_SITUATION_NAME_CONFIRMED
    + accountId : name of the resource account that was reconciled => i.e. specific to the resource
    + userName (name of the Identity Manager User) : userName is NULL
    I'm just interested in this case (initial=UNMATCHED and final=CONFIRMED) in order to send back the SIM accountId into my database.
    My workflow uses the checkoutView Session Workflow Service to get some information about the newly created SIM users (e.g. his newly created accountId => created on the fly by using a rule).
    Unfortunately, the userName is NULL ! I think that this input is NULL because I use a rule to automatically generate the SIM accountIds !!!! Am I right ?
    Is there a way to get this userName ? Maybe the checkoutView Session Workflow Service is not the best solution !!!
    Here is my code snippet :
    <Extension>
    <WFProcess name='XYZ' maxSteps='0'>
    <Variable name='accountId' input='true' />
    <Variable name='resourceId' input='true' />
    <Variable name='resourceName' input='true' />
    <Variable name='userId' input='true' />
    <Variable name='userName' />
    <Variable name='initialSituation' input='true' />
    <Variable name='responseSuccess' />
    <Variable name='finalSituation' />
    <Activity id='0' name='start'>
    <Transition to='deleted from HR equals disable'>
    <eq>
    <ref>initialSituation</ref>
    <s>AR_SITUATION_NAME_DELETED</s>
    </eq>
    </Transition>
    <Transition to='ProcessUser'>
    <block>
    <and>
    <eq>
    <ref>initialSituation</ref>
    <s>AR_SITUATION_NAME_UNMATCHED</s>
    </eq>
    <eq>
    <ref>finalSituation</ref>
    <s>AR_SITUATION_NAME_CONFIRMED</s>
    </eq>
    </and>
    </block>
    </Transition>
    <Transition to='end'/>
    </Activity>
    <Activity id='1' name='end' />
    <Activity id='2' name='deleted from HR equals disable' audit='true'>
    <Variable name='WF_ACTION_ERROR'/>
    <Variable name='user'/>
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='disableUser'/>
    <Argument name='accountId' value='$(userName)'/>
    <Argument name='doWaveset' value='true'/>
    </Action>
    <Transition to='end'/>
    </Activity>
    <Activity id='3' name='ProcessUser'>
    <Variable name='user'/>
    <Action id='0' name='CheckOutUserView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='type' value='User'/>
    <Argument name='id' value='$(userName)'/>
    <Variable name='view'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='end'/>
    </Activity>
    </WFProcess>
    </Extension>
    </TaskDefinition>
    I hope that someone will be able to help me.
    Thanks a lot.

  • SD: Condition record not getting automatically determined

    Hi,
    Condition record not getting automatically determined for a condition type for which following access is maintained.
    The access has table containing following fields:
    Sales Organisation
    Distribution Channel
    Division
    Sales Document type
    Sales Document No.
    Material no.
    Following is the scenario:
    A sales order is created  for Project Systems attach a WBS element to the line item .
    With respect to the above created sales order a Billing request ( a sales doc. type which is different than the above sales order). When the billing request is created materials appearing in the line item will be different.Different materials will appear in the billing request because of the DIP profile maintained.
    The prerequisite is that before creating billing request the sales employee has to maintain condition master record with above access.The condition record will combine sales organisation, distribution channel, division, sales document type ,
    sales document number ( the 1st refered sales order)
    and the material are different
    than the ones maintained in the 1st sales order.
    This will enable in getting billing request generated without manual intervention in pricing for other materials for which condition records have been maintained as stated above.
    Following is the error message we get
    ===================================
    " Inactive        X   Inactive via formulae of incorrect "
    Thanks
    Aby
    Message was edited by: Aby Jacob Emmanuel

    As I know, thats just a warning message(if its a std one).
    Ignore it and save.
    Check your pricing date of the document. For execution it should be similar or after valid-from date maintain in condition record.
    But, you need not create a condition record. Simply change the existing one combination of your desire. But, this warning will come there also for your combination.
    Thanks & Regards
    JP

Maybe you are looking for

  • Can't control the icon iweb generates on iweb gallery album and movie page

    Okay - here's the problem. I make a great imovie - share it to the .mac web gallery and imovie sets the icon and I don't seem to have any control over the image it displays. It seems to take part of a screen shot of the first few seconds of the movie

  • BOM Creation, Auto Alert thru MAIL

    Dear All, One dept. ( R&D) creates Bill of Material, is there any setting which would trigger auto mail generation & directed to different dept. & users. Regards ND

  • Is this expect behivour for wss10_saml_token_client_policy?

    My web service attached with wss_saml_or_username_token_service_policy. My Web service client (Java SE) code using oracle/wss10_saml_token_client_policy. Without any keystore on my client side, I'm able to invoke web service without password. only th

  • I changed my email on my apple ID now I can't update my apps or access my purchase history

    My old email was closed so I signed in to my applied and changed to my new email. Now I cannot access my purchase history or update my apps. Please any help would be appreciated

  • HTML vs ORACLE DB

    Hi Scott, I want now if i have to install Oracle 10g and HTMLDB in a server that wil work with GIS or i just install HTMLDB, to developer applications for GIS, because i will migrate the access db`s with workbench by oracle. I hope you understand me,