BPM (IP) Error: "No object type found for this message [...]"

For your info.
I have searched SDN today for a solution to an error message found in XI message monitor (trx SXI_MONITOR) when sending a message to BPM:
<b>No object type found for this message; check the activation of the corresponding process</b>
Well, I found a lot of threads, but with no good answer for me.
So, here's my self-solution: I was just missing the Interface Determination (really don't know why) bringing from Outbound to Abstract message interface. So XI message was definitely correct.

Hi,
Make sure that the first receive step in your integratiopn process uses the abstract interface that u defin in the interface determination.
Also check if you have used all the objects that you have created.  Some times 'No object type found' error happens if your BPM is not activated.
Also check the activation log and see if there are any errors.  Refrech the cache in SXI_CACHE.  Check if the return code is 0.
Hope this helps.
Regards.
Praveen

Similar Messages

  • No object type found for this message

    Hi all,
    I have a file 2 file scenario which works fine.
    I tried implementing BPM in the same scenario following the link:
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    The sender channel is working fine and the file gets deleted from the source folder.
    But the output file is not getting generated.
    The error msg displayed in SXMB_MONI is:
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>XIAdapter</SAP:Category>
    <SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack>No object type found for this message</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    What can be the possible problem.
    Pls help
    Thanks in advance
    Regards,
    Neetu

    Hi,
    <i>>>Are you getting 2 entries in the SXMB_MONI for this File to File Scenario?</i>
        No i am getting a sigle entry in which the sender service is the file system and the receiver service is the Integration Process.
    <i>>>Do you have 2 receiver determinations.
    i.e 1) File to Integration Process
    2) Integrtaion Process to File</i>
               Yes i have the above 2 receiver determinations.
    <i>>>Also go to SXI_CACHE and check the Runtime version of your Integration PRocess.</i>
          the runtime version of my integration process is 2.
    I also tried activating my integration process in SXI_CACHE but the version remains 2.
    What can i do next?
    Pls guide
    Regards
    Neetu
    There is one SAP note, but may not be related here.i.e 816778

  • S/A bridge problem: No object type found for the message

    Hi all,
    I've been spending days looking into the following problem. I have a RFCXIFile scenario. The R3 system sends data via an RFC to XI and XI post the data as a flat file on a certain server using FTP.
    This scenario worked just fine for 1 exception. I could only run this scenario once. The second time I got timeouts when checking the data sent to my RFC destination using SM58. When I reactivated my RFC communcation channel I could again send 1 RFC to the system. All subsequent tries would fail.
    I guess this is due to the fact that I use a synchonous call (RFC) to an asynchronous one. Thus the adapter is still waiting for the response from the XI system and will not accept any further new calls from R3.
    So I figure let's use this pattern called the S/A bridge. So I designed everything according to guides and examples and I'm quite certain everything is configured right but when I run the scenario I get the following message:
    <i> <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No object type found for the message. Check that the corresponding process is activated</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></i>
    It seems that the adapter cannot find any integration process to send the message into!?
    I've looked at numerous threads on sdn and tried all kinds of stuff (looked at the cache==> code 0 = OK , tried to reactivate my integration process, checked the interface determination,...), but to no avail. Does anybody has an idea what could be wrong ?
    Any help would be greatly appreciated for I'm all out of clues....
    Bob

    First of all, Thank you for trying to help me out here.
    Some answer to your suggestions/questions:
    The IP has return code 0 in SXI_CACHE. so that doesn't seem to be the problem.
    I've checked the BPM for syntax errors. I doesn't have any.
    I've reimported the BPM into the integration directory.
    And did a full cache refresh in SXI_CACHE. Return code is (stays) zero, so that's OK.
    I've already included the error message from SXI_MONI. It is in the last step ("Call Adater") that the error occurs.
    The other steps execute just fine...
    The RFC communcation channel accepts the incoming RFC call and puts into the pipeline, so no problems with the communication channel either. the problem is actually when the pipeline is trying to forward the message into an IP trhough the BPE_ADAPTER (according to SXMB_MONI).
    Therefore I'm not able to go to into PE, because the workflow is never started. the BPE_ADAPTER does not find any active process for the interface determination i've entered.
    So i can not debug the IP in the PE and check container variables, like some of you mentioned.
    Maybe some more information about the scenario:
    The RFC is called from an R3 system to XI over the interface "CONTROL_RECIPE_DOWNLOAD", which is an imported RFC, with a request and response message type.
    Then I got a receiver and interface determination with lead the incoming RFC message to the IP, into interface "XI_ERP_MF_MD_CONTROL_RECIPE_REQ_AI_MI".
    This is an abstract synchronous interface based on the request and response types of the "CONTROL_RECIPE_DOWNLOAD" imported RFC.
    This interface is used the first step (receive) of my BPM as the synchronous interface to open the S/A bridge.
    The message (container var)  used in this step is
    name: CORREQ
    Category: Abstract interface
    type: "XI_ERP_MF_MD_CONTROL_RECIPE_REQ_AI_MI"
    The interface "XI_ERP_MF_MD_CONTROL_RECIPE_REQ_AI_MI" is an abstract, asynchronous interface based on the request type of the "CONTROL_RECIPE_DOWNLOAD".
    Then there are 2 send steps for putting the flat files into place and finally i close the the S/A bridge using message:
    name: CORRES
    Category: Abstract interface
    type: "XI_ERP_MF_MD_CONTROL_RECIPE_RES_AI_MI"
    The interface "XI_ERP_MF_MD_CONTROL_RECIPE_RES_AI_MI" is an abstract, asynchronous interface based on the response type of the "CONTROL_RECIPE_DOWNLOAD".
    I hope this information gives you guys a better understanding of hte problem.
    Really looking forward to see more suggestions and to solve this nasty problem ...
    Regards,
    Bob

  • No object type found for the corresponding message in BPM

    Hi All,
    I have a BPM scenario where i pick a file and based on a condition in the Switch i send the meesage to Mail or Proxy.
    When i tested the scenario i got error as "no object type found for the message check the corresponding process activated" error  in the call adapter step.
    I checked in sxi_cache, IP is active with 0 as return code .
    When checked in sxmb_moni_bpe, under  process selection it says "No workitem exists"
    In SXMB_MONI, under inbound i clicked PE but got error as "Unable to perform action fro the selected Message" is displayed.
    Im new to BPM so please tell me as what Im missing exactly.
    Thanks

    Hi Sachi,
    Delete the Integration Process from ID and reimport it. Also check the status of your BPM in T Code SXI_CACHE....if return code is not '0' then re-activate your integration process..
    Try REPEAT ACTIVATION on SXI_CACHE...
    Have a look into this..
    Re: Stuck in BPM Transformation process Async to Sync Scenario
    Regds,
    Pinangshuk.

  • Getting "No Object type found error" in BPM sceanrio.

    Hi Friends,
    I am doing File to RFC with response sceanrio using BPM. For this i configured one receiver step, one send synchronous step to send input message to RFC and one asynchronous send step to send the response to a file.
    I have configured 3 receiver determinations(file to bpm,bpm to ECC, bpm to file),  3 interface determinations(file to bpm, bpm to ecc, bpm to file) and 2 Receiver agreements(bpm to ecc and bpm to file).
    I am getting the followin error:
    No object type found for the message. Check that the corresponding process is activated
    My sxi_cache has return code as ' 0 '. And as suggested in some threads, i deleted the objects and recreated them again. but still getting the same error.
    Please help me in solving this issue.
    Thanks & Regards,
    Senthil.

    Hi Senthil,
    Is all the objects created in IR and ID are reflecting in SPROXY tcode.
    Check SM59=> AI_JCO_Server connection is working or not ?
    Check SXMB_IFR tcode is working fine or not ?
    Check sm22 and let us know the dumps are there ?
    Check default trace files for any errors in the following paths ?
    1.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/server0/log/defaulttrace.trc
    2.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/dispatcher/log/defaulttrace.trc
    3.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/dispatcher/logs/services/http/req_resp.trc
    Thanks,
    Jogula Ramesh

  • Security lending no update types found for prod. type 77B, trans.type 100

    Hello
    In FTR_CREATE for product type 77B  Open-Ended Securities lending I get following error:
    No update types found for prod. type 77B, trans. type 100, sec.acct cat.
    Message no. TRS0835
    how do I solve this?
    regards
    Arjan
    Edited by: Arjan Hogenes on Dec 8, 2009 6:51 PM
    I have in customizing in "Update types for position update" for product type 77B, transaction type 100:
    Product Type    77B   Open-Ended Securities Lending
    Transactn Type  100   Loan
    Update Type for Open                      SL1990-
    Update Type for Close                     SL1992+
    Update Type for Underlying / Exercise     OTC003
    Edited by: Arjan Hogenes on Dec 8, 2009 6:55 PM
    Edited by: Arjan Hogenes on Dec 8, 2009 6:58 PM

    Prasad,
    I followed your instructions and changed customization for Update type for Position Update type with standard Update types;
    OTC001
    OTC002
    OTC003
    but I still get the same error.
    In TRM-Trans Mgr-OTC Derivatives-Transaction Mgt-Update Type-Assign FLows type to Update Types
    I have:
    6 Derivatives     1990     Securities Lending: Basis Flow     - Outflow     SL1990-     Securities Lending: Basis Flow
    6 Derivatives     1991     Sec. Lending: Lending Revenue     + Inflow     SL1991+     Securities Lending: Lending Revenue
    6 Derivatives     1992     Sec. Lending: Reverse Posting     + Inflow     SL1992+     Securities Lending: Reverse Posting
    6 Derivatives     1993     Securities Lending: Agent Fee     - Outflow     SL1993-     Securities Lending: Agent Fee
    6 Derivatives     1994     Sec.Lending: Cash Collateral     + Inflow     SL1994+     Securities Lending: Cash Collateral Inflow
    6 Derivatives     1994     Sec.Lending: Cash Collateral     - Outflow     SL1994-     Securities Lending: Cash Collateral Outflow
    In TRM-Trans Mgr-Listed Derivatives-Transaction Mgt-Flow Type-Assign FLows type to Transaction Type
    I have
    77B     Open-Ended Securities Lending     100     Loan     1990
    77B     Open-Ended Securities Lending     100     Loan     1991
    77B     Open-Ended Securities Lending     100     Loan     1992
    77B     Open-Ended Securities Lending     100     Loan     1993
    77B     Open-Ended Securities Lending     100     Loan     1994
    77B     Open-Ended Securities Lending     100     Loan     1995
    Any other suggestion for the error "No update types found for prod. type 77B, trans. type 100, sec.acct cat.
    Message no. TRS0835"?
    many thanks in advance. I Look forward to your answer!
    kr
    Arjan

  • "No subtransaction type allowed for this invoice"

    Dear Gurus
    While creating excise invoice (j1iin) from billing I am getting an error "No subtransaction type allowed for this invoice" . I get this error when I try to save the excise invoice. I am using subtransaction type.
    The required config for subtransaction is done. The necessary excise account detemination is done.The config done is
    1. excise account per transaction
    2. G/ L account per excise.
    Is there any setting that is missing?
    Regards,
    DDP

    Hello,
    Please have a check again for the below and the sub transaction type
    G/L accounts  sub transaction type
    default groups for all the combinations that are relevant for your transaction
    if it still does not work, re login and check again
    these are the only settings through the sub transaction is activated
    else have a debug with abaper to know the cause as the last option
    Thanks
    akasha

  • Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a reso

    Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a resolution. Any help would be appreciated.
    Sorry for the long title, first time poster here.

    This thread is pretty old, are you still having this issue?

  • Error CREDIT_SEGMENTS_ADD COIOB NOT FOUND FOR object CC...

    Hi All,
    My user is geting the ERROR while running the actual OH calculation through CJ45 as below:
    Error CREDIT_SEGMENTS_ADD COIOB NOT FOUND FOR object
    Message NO k5011.
    As this is more ralaing to the costing sheet, this refers to controlling module.
    We have verfied the Note 515426, but the correction were delivered in 4.7 itself. My client is using the  6.0 verion.
    Can anybody suggest the reason for the above error.
    Thanks & Regards
    Shankar

    HI,
    whats the message class, message number?
    BR Christian

  • IDoc Error: No recipient found for IDoc message type in the ALE model...

    Hello Experts,
    I just created an IDoc for purchase orders and when I try to test it after releasing
    the PO, an error is shown in the processing log saying that there are no recipients
    found for my message type of the IDoc. I refrenced it against a working IDoc but I might be
    missing something.
    Hope you can help me guys. Thank you and take care!

    hi,
    in bd64 ,goto change mode select ur distribution model and click add message type define ur logical systems and message type and save.
    thn goto environment - partner profiles - f 8.it will show whether model is created or any errors.
    then go back edit - model view - distribute.
    reward points if hlpful.

  • Error: No universe found for this document in the CMC

    Hi,
    We have a universe which drives around 45 Web Intelligence reports in Business Objects XI R2.
    Recently, when I made changes in the universe and tried to export it, the Designer interface hung and further it was found that the universe file got corrupted for some reason.
    Now, the administrator deleted the universe from the CMC and exported a copy of the same universe that I had saved on my local machine before exporting. He was successful in doing so. However, when the associated Webi reports are accessed, an error message " Some objects are no longer available in the universe. Error 10001 Error INF" is displayed.
    In the CMC, FOLDERS> Report Properties > Universe: shows - " No document found for this document"
    I know we are missing out on something simple. Any pointers will be extremely helpful.
    Many thanks!!

    I beleve there was a unique identifier for the old universe.  You could probably restore from an old cms database backup and filestore backup to get it back that way.  The other (probably better option) would be to go into the webi documents themselves and specify the universe there.  I believe XIR2 had this functionality although I don't recall for sure when it was introduced (may have been 3.x).  There may be some other alternatives, these are the few that came to mind initially.  Good luck!

  • RW-20004 no installs found for this host Error when installing Apps tier

    Hello:
    Trying to install 12.1.1 on a linux x64 OS. Following is my current OS Setup:
    1) Have 2 Instances or RHEL 5 Update 4 x64 each named as follows: oalin12db.apps.local & oalin12mt.apps.local
    2) Both have multi user setups as follows:
    a) user: oracle (501), group dba (503)
    b) user: applmgr (502), group dba (503)
    3) Installation of DB node successful for a Vision Instance with SID=VISN
    4) Getting error "RW-20004 no installs found for this host" on apps tier. Does not matter if I use host:SID:port or copy the actual config file over and point rapidwiz to it, I get the same error.
    5) checked everything as per metalink notes 605677.1 and 444870.1.
    6) SELinux on Permissive mode on both instances for now.
    7) Installation stage directory is local to the DB instance and is setup as an nfs mount onto the apps tier.
    Here's how my config_VISN.txt file looks.
    <?xml version="1.0"?>
    <oa_context version="$Revision: 120.5 $">
    <oa_context_name oa_var="s_contextname">config.txt</oa_context_name>
    <oa_context_serial oa_var="s_contextserial">0</oa_context_serial>
    <oa_context_type oa_var="s_contexttype">Config File</oa_context_type>
    <oa_context_file_loc oa_var="s_contextfile">/u01/oracle/VISN/db/tech_st/11.1.0/appsutil/conf_VISN.txt</oa_context_file_loc>
    <ini_file>
    [GENERAL]
    CONFIGURED_ENVS=VISN
    CONFIGURATION_FORMAT=12.0.0
    ACTION_TYPE=INSTALLING
    NUMBER_OF_HOSTS=2
    HOSTNAMES={Server0_oalin12db,Server1_oalin12mt}
    [Server0_oalin12db]
    s_contextname=VISN_oalin12db
    s_dbSid=VISN
    s_dbport=1526
    s_platform=LINUX_X86-64
    s_base_lang=US
    s_env_langs={American_English - US}
    s_allprod={FND}
    s_defterr=AMERICA
    s_domainname=apps.local
    s_isDB=YES
    s_isAdmin=NO
    s_isForms=NO
    s_isConc=NO
    s_isWeb=NO
    s_port_pool=5
    s_dbSidLower=visn
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_dbGlnam=VISN
    s_dbseed=Vision Demo
    s_dbtype=VISION
    s_dbgroup=dba
    s_dbcset=AL32UTF8
    s_base=/u01/oracle/VISN
    s_db_oh=/u01/oracle/VISN/db/tech_st/11.1.0
    s_dbhome1=/u01/oracle/VISN/db/apps_st/data
    s_dbhome2=/u01/oracle/VISN/db/apps_st/data
    s_dbhome3=/u01/oracle/VISN/db/apps_st/data
    s_dbhome4=/u01/oracle/VISN/db/apps_st/data
    s_dbhost=oalin12db
    s_bits=32
    s_db_ons_localport=6300
    s_db_ons_remoteport=6400
    s_cmanport=1521
    [Server1_oalin12mt]
    s_contextname=VISN_oalin12mt
    s_dbSid=VISN
    s_dbport=1526
    s_platform=LINUX_X86-64
    s_base_lang=US
    s_env_langs={American_English - US}
    s_allprod={FND}
    s_defterr=AMERICA
    s_domainname=apps.local
    s_dbdomain=apps.local
    s_isDB=NO
    s_isAdmin=YES
    s_isForms=YES
    s_isConc=YES
    s_isWeb=YES
    s_port_pool=5
    s_formsfndtop=/u01/oracle/VISN/apps/apps_st/appl/fnd/12.0.0
    s_dbSidLower=visn
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_base=/u01/oracle/VISN
    s_inst_base=/u01/oracle/VISN/inst
    s_config_home=/u01/oracle/VISN/inst/apps/VISN_oalin12mt
    s_at=/u01/oracle/VISN/apps/apps_st/appl
    s_at2=/u01/oracle/VISN/apps/apps_st/appl
    s_at3=/u01/oracle/VISN/apps/apps_st/appl
    s_at4=/u01/oracle/VISN/apps/apps_st/appl
    s_tools_oh=/u01/oracle/VISN/apps/tech_st/10.1.2
    s_weboh_oh=/u01/oracle/VISN/apps/tech_st/10.1.3
    s_com=/u01/oracle/VISN/apps/apps_st/comn
    s_javatop=/u01/oracle/VISN/apps/apps_st/comn/java/classes
    s_temp=/u01/oracle/VISN/inst/apps/VISN_oalin12mt/temp
    s_appsuser=applmgr
    s_appsgroup=dba
    s_at_cset=AL32UTF8
    s_iana_cset=UTF-8
    s_display=oalin12mt:0.0
    s_dbhost=oalin12db
    s_admhost=oalin12mt
    s_formshost=oalin12mt
    s_cphost=oalin12mt
    s_webhost=oalin12mt
    s_installedFrom=FS
    s_root_status=enabled
    s_web_entry_status=enabled
    s_web_applications_status=enabled
    s_batch_status=enabled
    s_other_service_group_status=disabled
    s_rpcport=1626
    s_webssl_port=4443
    s_ons_localport=6100
    s_ons_remoteport=6200
    s_ons_requestport=6500
    s_webport=8000
    s_active_webport=8000
    s_formsport=9000
    s_metdataport=9100
    s_metreqport=9200
    s_jtfuf_port=9300
    s_mwaPortNo=10200-10205
    s_mwaTelnetPortNo=10200,10202,10204
    s_mwaDispatcherPort=10800
    s_java_object_cache_port=12345
    s_oacore_jms_portrange=23000-23004
    s_forms_jms_portrange=23500-23504
    s_home_jms_portrange=24000-24004
    s_oafm_jms_portrange=24500-24504
    s_oacore_ajp_portrange=21500-21504
    s_forms_ajp_portrange=22000-22004
    s_home_ajp_portrange=22500-22504
    s_oafm_ajp_portrange=25000-25004
    s_oacore_rmi_portrange=20000-20004
    s_forms_rmi_portrange=20500-20504
    s_home_rmi_portrange=21000-21004
    s_oafm_rmi_portrange=25500-25504
    </ini_file>
    <config_section name="GENERAL">
    <config_pair oa_var="CONFIGURED_ENVS">VISN</config_pair>
    <config_pair oa_var="CONFIGURATION_FORMAT">12.0.0</config_pair>
    <config_pair oa_var="ACTION_TYPE">INSTALLING</config_pair>
    <config_pair oa_var="NUMBER_OF_HOSTS">2</config_pair>
    <config_pair oa_var="HOSTNAMES">{Server0_oalin12db,Server1_oalin12mt}</config_pair>
    </config_section>
    <config_section name="Server0_oalin12db">
    <config_pair oa_var="s_contextname">VISN_oalin12db</config_pair>
    <config_pair oa_var="s_dbSid">VISN</config_pair>
    <config_pair oa_var="s_dbport">1526</config_pair>
    <config_pair oa_var="s_platform">LINUX_X86-64</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">{American_English - US}</config_pair>
    <config_pair oa_var="s_allprod">{FND}</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">apps.local</config_pair>
    <config_pair oa_var="s_isDB">YES</config_pair>
    <config_pair oa_var="s_isAdmin">NO</config_pair>
    <config_pair oa_var="s_isForms">NO</config_pair>
    <config_pair oa_var="s_isConc">NO</config_pair>
    <config_pair oa_var="s_isWeb">NO</config_pair>
    <config_pair oa_var="s_port_pool">5</config_pair>
    <config_pair oa_var="s_dbSidLower">visn</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_dbGlnam">VISN</config_pair>
    <config_pair oa_var="s_dbseed">Vision Demo</config_pair>
    <config_pair oa_var="s_dbtype">VISION</config_pair>
    <config_pair oa_var="s_dbgroup">dba</config_pair>
    <config_pair oa_var="s_dbcset">AL32UTF8</config_pair>
    <config_pair oa_var="s_base">/u01/oracle/VISN</config_pair>
    <config_pair oa_var="s_db_oh">/u01/oracle/VISN/db/tech_st/11.1.0</config_pair>
    <config_pair oa_var="s_dbhome1">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome2">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome3">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome4">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhost">oalin12db</config_pair>
    <config_pair oa_var="s_bits">32</config_pair>
    <config_pair oa_var="s_db_ons_localport">6300</config_pair>
    <config_pair oa_var="s_db_ons_remoteport">6400</config_pair>
    <config_pair oa_var="s_cmanport">1521</config_pair>
    </config_section>
    <config_section name="Server1_oalin12mt">
    <config_pair oa_var="s_contextname">VISN_oalin12mt</config_pair>
    <config_pair oa_var="s_dbSid">VISN</config_pair>
    <config_pair oa_var="s_dbport">1526</config_pair>
    <config_pair oa_var="s_platform">LINUX_X86-64</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">{American_English - US}</config_pair>
    <config_pair oa_var="s_allprod">{FND}</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">apps.local</config_pair>
    <config_pair oa_var="s_dbdomain">apps.local</config_pair>
    <config_pair oa_var="s_isDB">NO</config_pair>
    <config_pair oa_var="s_isAdmin">YES</config_pair>
    <config_pair oa_var="s_isForms">YES</config_pair>
    <config_pair oa_var="s_isConc">YES</config_pair>
    <config_pair oa_var="s_isWeb">YES</config_pair>
    <config_pair oa_var="s_port_pool">5</config_pair>
    <config_pair oa_var="s_formsfndtop">/u01/oracle/VISN/apps/apps_st/appl/fnd/12.0.0</config_pair>
    <config_pair oa_var="s_dbSidLower">visn</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_base">/u01/oracle/VISN</config_pair>
    <config_pair oa_var="s_inst_base">/u01/oracle/VISN/inst</config_pair>
    <config_pair oa_var="s_config_home">/u01/oracle/VISN/inst/apps/VISN_oalin12mt</config_pair>
    <config_pair oa_var="s_at">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at2">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at3">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at4">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_tools_oh">/u01/oracle/VISN/apps/tech_st/10.1.2</config_pair>
    <config_pair oa_var="s_weboh_oh">/u01/oracle/VISN/apps/tech_st/10.1.3</config_pair>
    <config_pair oa_var="s_com">/u01/oracle/VISN/apps/apps_st/comn</config_pair>
    <config_pair oa_var="s_javatop">/u01/oracle/VISN/apps/apps_st/comn/java/classes</config_pair>
    <config_pair oa_var="s_temp">/u01/oracle/VISN/inst/apps/VISN_oalin12mt/temp</config_pair>
    <config_pair oa_var="s_appsuser">applmgr</config_pair>
    <config_pair oa_var="s_appsgroup">dba</config_pair>
    <config_pair oa_var="s_at_cset">AL32UTF8</config_pair>
    <config_pair oa_var="s_iana_cset">UTF-8</config_pair>
    <config_pair oa_var="s_display">oalin12mt:0.0</config_pair>
    <config_pair oa_var="s_dbhost">oalin12db</config_pair>
    <config_pair oa_var="s_admhost">oalin12mt</config_pair>
    <config_pair oa_var="s_formshost">oalin12mt</config_pair>
    <config_pair oa_var="s_cphost">oalin12mt</config_pair>
    <config_pair oa_var="s_webhost">oalin12mt</config_pair>
    <config_pair oa_var="s_installedFrom">FS</config_pair>
    <config_pair oa_var="s_root_status">enabled</config_pair>
    <config_pair oa_var="s_web_entry_status">enabled</config_pair>
    <config_pair oa_var="s_web_applications_status">enabled</config_pair>
    <config_pair oa_var="s_batch_status">enabled</config_pair>
    <config_pair oa_var="s_other_service_group_status">disabled</config_pair>
    <config_pair oa_var="s_rpcport">1626</config_pair>
    <config_pair oa_var="s_webssl_port">4443</config_pair>
    <config_pair oa_var="s_ons_localport">6100</config_pair>
    <config_pair oa_var="s_ons_remoteport">6200</config_pair>
    <config_pair oa_var="s_ons_requestport">6500</config_pair>
    <config_pair oa_var="s_webport">8000</config_pair>
    <config_pair oa_var="s_active_webport">8000</config_pair>
    <config_pair oa_var="s_formsport">9000</config_pair>
    <config_pair oa_var="s_metdataport">9100</config_pair>
    <config_pair oa_var="s_metreqport">9200</config_pair>
    <config_pair oa_var="s_jtfuf_port">9300</config_pair>
    <config_pair oa_var="s_mwaPortNo">10200-10205</config_pair>
    <config_pair oa_var="s_mwaTelnetPortNo">10200,10202,10204</config_pair>
    <config_pair oa_var="s_mwaDispatcherPort">10800</config_pair>
    <config_pair oa_var="s_java_object_cache_port">12345</config_pair>
    <config_pair oa_var="s_oacore_jms_portrange">23000-23004</config_pair>
    <config_pair oa_var="s_forms_jms_portrange">23500-23504</config_pair>
    <config_pair oa_var="s_home_jms_portrange">24000-24004</config_pair>
    <config_pair oa_var="s_oafm_jms_portrange">24500-24504</config_pair>
    <config_pair oa_var="s_oacore_ajp_portrange">21500-21504</config_pair>
    <config_pair oa_var="s_forms_ajp_portrange">22000-22004</config_pair>
    <config_pair oa_var="s_home_ajp_portrange">22500-22504</config_pair>
    <config_pair oa_var="s_oafm_ajp_portrange">25000-25004</config_pair>
    <config_pair oa_var="s_oacore_rmi_portrange">20000-20004</config_pair>
    <config_pair oa_var="s_forms_rmi_portrange">20500-20504</config_pair>
    <config_pair oa_var="s_home_rmi_portrange">21000-21004</config_pair>
    <config_pair oa_var="s_oafm_rmi_portrange">25500-25504</config_pair>
    </config_section>
    </oa_context>

    Here's the log:
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 12.1.1.9
    >> Install session started : Thu Nov 05 11:10:16 EST 2009
    >> Rapid Wizard source location : /u02/apps/StageR12/startCD/Disk1/rapidwiz
    >> Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : oalin12mt.apps.local
    Host Operating System : Linux x86-64 (64-bit)
    User running Install : root
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    Disabling OCM Configuration
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@16b9e62
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1694eca
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@170984c
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1c220eb
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@b41166
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@103d246
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@19c9f16
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1e7d503
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@287b58
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@95c5ec
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@1f89785
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@109dcbb
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml

  • Error:Administration header could not found for support message

    Hi All,
    we are creating the support message in CRMD_ORDER transaction. we are getting an error, "Administration header could not found for support message" while saving. And also it is coming out of the transaction.
    The transaction type is SLFN.
    Please advise.
    Regards
    kumar

    Did you find the solution to this error? I am also getting this error and need to solve the same. Can you please help?

  • Error-No Warehouse FC found for plant 1010/valuationh classs 3001

    Hi,
    Funds Management is active in my company code.Budgeting is on cost center level.
    My question is in many PO's and PR's we dont input account assignment as cost center because we dont require to put in it so now while creating PR for a BOM material im getting error "No warehouse FC found for plant 1010/valuation class 3001"
    When i select account assignment as Cost center it is working but i dont want to select that assignment as per requirement.
    And when i select Account assignment as UN (unknown that is also working fine.
    What is the possible solution to get rid iof this error.
    Thanks
    Deepa

    consider it as a high priority

  • Error : 'No object identification permitted for infotype 0582, subtype LTA'

    Hi Experts,
                   While executing the program 'HINUINFO_UPDATE'
    i am getting an error 'No object identification permitted for infotype 0582, subtype LTA'.
                   After the approval for LTA claim  is done in ESS i have executed the program 'HINUINFO_UPDATE' to update he infotypes 15 and 582. Infotype 15 is getting created but while creating the infotype 582 system gives the above error message.
                 In the detailed error log system gives the following message.
                    "You attempted to access a data record with the object identification 1. However, according to the Customizing settings, object identifications cannot be used for subtype LTA of infotype 0582".
            Can anybody please assist me how to solve this problem. Helpful answers will be rewarded.
    Thanks and Best Regards,
    Sanoj.

    Hi ,
    Did any one find solution for this ? Please reply how to fix this issue.

Maybe you are looking for

  • How to restrict changing password for user ?

    Hi All experts , We have created users . Users should not change their password without permission of Administrator . How to restrict them by setting Permissions / Authorizations ?  Thanks. KISHORE SATPUTE

  • I require a TIMS database add in for office 2013

    The add in for that was available for Office 2010 and 2007 edition. I am on a 2013 office edition. I cant seem to find the add in version for 2013. Is there a work around for that?

  • RTF import filter v2.5 error

    I have just started received this error while trying to paste .doc and .rtf files from Microsoft Word 2003 files to PM 6.5. Of course, this program is no longer supported by Adobe. I have removed and reloaded PM with all filters and still receive thi

  • File error:  Access Denied in FCP when trying to save a project.

    Can anyone help?  I'm trying to save a project in FCP, however I keep getting an error stating access denied.  Thanks

  • Refreshing a photo in iMovie after editing it.

    I built an image sequence in iMovie, but would like to go back and fix some flaws in some of the photo's. I right-click on an image, select "Reveal in Finder", and then fix and re-save the image over the original with Photoshop. The copies in iPhoto