Upgrade Bi publisher on R12

Hi,
Is it possible to upgrade Bi-publisher on R12?
My current server version is 5.6.3, which i think is default when installing EBS.
The latest desktop version available is 10.1.3.4.2, is it possible to upgrade the server bi publisher to this version?
Please advise!

ok understood thanks Hussein.
can someone maybe help me with a work around on a issue i have?
this is a piece of the XML I'm working with:
*<G_AMOUNT_DUE>*
+*<SORT_TRX_SEQUENCE>5</SORT_TRX_SEQUENCE>*+
<SORT_TRX_DATE>04-SEP-09</SORT_TRX_DATE>
<SORT_INVOICE_NUMBER>900000000</SORT_INVOICE_NUMBER>
<SORT_DUE_DATE>04-SEP-09</SORT_DUE_DATE>
<PS_SEQUENCE>20000</PS_SEQUENCE>
<TRX_SEQUENCE>50000</TRX_SEQUENCE>
<RECEIPT_CURRENCY_CODE />
<AMOUNT_APPLIED_FROM />
*<LIST_G_LINE_CLUSTER>*
*<G_LINE_CLUSTER>*
<INVOICE_NUMBER>900000000</INVOICE_NUMBER>
<TRX_DATE>04-SEP-09</TRX_DATE>
<TRANSACTION>Credit Memo</TRANSACTION>
<DUE_DATE>04-SEP-09</DUE_DATE>
<REFERENCE />
<BILL_TO_LOCATION>51111</BILL_TO_LOCATION>
<LINE_CUSTOMER_ID>6666</LINE_CUSTOMER_ID>
<GENERAL_SEQUENCE>93000</GENERAL_SEQUENCE>
<AMOUNT_DUE />
<TRX_AMOUNT>-11400</TRX_AMOUNT>
<CD_TRX_AMOUNT>-11,400.00</CD_TRX_AMOUNT>
<DUMMY_REFERENCE />
<C_BILL_TO_LOC>1</C_BILL_TO_LOC>
*</G_LINE_CLUSTER>*
*</LIST_G_LINE_CLUSTER>*
*</G_AMOUNT_DUE>*
i want to loop by G_LINE_CLUSTER but when the field SORT_TRX_NUMBER is 5, data between G_LINE_CLUSTER tags mustn't display.
I'm using this at the moment : *<xsl:for-each select="//G_LINE_CLUSTER[../../SORT_TRX_SEQUENCE!='5'">*
It works fine in BI Desktop 10.1.3.2, but XML Pub 5.6.3 doesn't read this code.
Any advise? Please...
thanks in advance.

Similar Messages

  • Upgrade from 11i to R12 - Custom Forms,Reports and Workflows

    Dear Community Friends,
    We are planning for upgrade from oracle apps 11.5.10.2 to R12.
    We have custom Forms,Form Libraries,Reports and Workflows.
    Kindly provide me for approach on how to migrate Custom form libraries,reports and Workflows.
    I beleive, this thread will exists as one shot point for custom forms,reports,workflow upgradation from 11i to r12 with detailed steps.
    I know that many links exists here in the forum for all the above objects mentioned,but still from all those i am able to get a clear picture for oracle forms but not for custom form libraries ,reports and workflows.
    Also,this post will provide a low level,practical picture of the steps for those who are in line with this.
    Links i have read for all these in our forum are:
    For Custom Forms,
    Re: Planning to upgrade from 11i to R12
    Re: Custom forms: After upgrading 11i to R12
    ofcourse,'n' number of links exists providing metalink notes also.
    Hussain,Helios and some others also has given many updates regd this.
    For custom workflow upgradation,
    Upgrade Workflow 11i to R12
    Workflow Upgrade
    Workflow Upgrade
    For reports,links mentioned the below metalink notes:
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.
    Thanks,
    Ganesh
    [email protected]

    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)You are right, and the steps mentioned above should be sufficient.
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.You can still use RDF files in R12, and just follow the approach you mentioned above, and you do not have to migrate them to XML publisher (though it is recommended, but this can be done after the upgrade as an enhancement task).
    For custom workflow, you need also to do the same thing, open them using workflow builder and make sure they work in R12 (correct the code if required and save them again in R12 once they work properly).
    Thanks,
    Hussein

  • Upgrading bi publisher server error (10g to 11g)

    Hi All,
    We have installed OBIEE 11g (11.1.1.6).
    After installing we have upgraded bi publisher repository from 10g to 11g. Stopped managed server while upgrading. Upgradation was successful. But the managed server is starting in Admin mode. So unable to login to analytics or bi publisher. Weblogic server is working fine.
    In the managed server, under deployments bipublisher (11.1.1) is showin failed.
    Any help..
    Thanks.

    Hi All,
    Problem Solved.
    Thanks.

  • Upgrading bi publisher error (10g to 11g)

    Hi All,
    We have installed OBIEE 11g (11.1.1.6).
    After installing we have upgraded bi publisher repository from 10g to 11g. Stopped managed server while upgrading. Upgradation was successful. But the managed server is starting in Admin mode. So unable to login to analytics or bi publisher. Weblogic server is working fine.
    In the managed server, under deployments bipublisher (11.1.1) is showin failed.
    Thanks

    Hi,
    Problem solved.
    Thanks.

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • Inventory Module Upgrade from 11i to R12 - How to Copy Inventory Orgs.

    Hi All,
    We are working on R12 Upgrade project for Item Conversion.
    Requirement is to upgrade and bring all the Item setup and data from 11i to R12.
    As part of setup requirement, there are around 1900 Inventory Orgs in 11i instance. Please let me know what is the best approach / strategy to copy and bring over the 1900 Inventory Orgs.including the Master Org from 11i to R12.
    Your inputs will be highly appreciated.
    Thanks in Advance !
    Regards,
    Nityanand.

    Reporting Set of Books (MRC) in 11i is called as Alternate Currency Ledgers (ALC Ledger) in R12.
    After 11i upgrade, the reporting SOBs (MRCs) will be automatically changed to ALCs in R12.
    Some are primary and some are used as reportingI hope you are talking about MRCs.
    When we upgrade from 11i to r12, all the SOBs would be created as primary ledgers (as per oracle)If they are not MRCs and it is getting upgraded as primay ledger, you may create new ALC for your requirement.
    In that case you may need a datafix from Oracle to fix the old data.
    By
    Vamsi

  • EBS upgrade from 11i to R12 using Maintenance Wizard question

    I have installed Maintenance Wizard in development envrionment. I picked module to upgrade 11i to R12. When I am defining the node it not only picked up 11i nodes but required me to configure R12 nodes. So Do I have to to create upgrade file system(for R12) and then configured R12 nodes in Define nodes? My configuration is in In configuration at this time as I did not configured R12 nodes.
    Please help me resolve this issue.

    My question is which database oracle_home we have to consider to upgrade R12? and What about another one oracle_home?
    When you run Rapid Install, provide the details of the already upgraded/installed 11.2.0.3 ORACLE_HOME.
    For 11gR1 ORACLE_HOME which is installed by Rapid Install, please see (How to upgrade Oracle E-Business Suite from 11i to 12.1.1 and keep the existing 10g Database? (Doc ID 1345020.1)).
    Thanks,
    Hussein

  • Upgrade from 11i to r12 application servers with Discoverer 10g

    Hello, one and all.
    I have recently upgraded from 11i to r12 Oracle financial application server, after much patching and testing we finally came to the Discoverer application server.
    Most workbooks open fine, however it seems that some of them (about 3%) reference columns that no longer exist in r12, for example, SET_Of_BOOKS_ID has become LEDGER_ID in r12 on the gl.gl_je_lines table.
    This causes any workbook that references that business area to return an error 'Database Error - ORA-00904: " O974567"."SET_OF_BOOKS_ID": invalid identifier.
    Well and good; I think that that's caused by the EUL not being refreshed after the upgrade, so I go to the Discoverer administrator and refresh the general ledger Business area. This unfortunately renames several objects inside the business area, including SET_OF_BOOKS_ID to LEDGER_ID, so instead of that error, we now get several 'Missing item or condition' errors until the workbook will not open at all with an 'Item dependency "" not found in the EUL.' error. This i assume is because the workbooks still reference the old items.
    I'm guessing that several Business areas and objects therein have been renamed since nearly none of the workbooks will open now. I have restored the EUL from a backup (imported all the *.eex files) however I was wondering if anyone had faced this issue.
    I apologize as I have very little understanding of Discoverer and this might be a simple fix, but I'm at this point willing to try anything for help.
    Thanks!

    user8612301 wrote:
    Hi Srini
    Srini,
    To understand your above reply,
    You say that
    1) If they are based on 11i Discoverer EUL and Folders then export EUL And WorkBooks and Import them
    into R12 Discoverer Environment..Refresh the EUL..So ORACLE will take care of the changes like 11i SOB vs R12 Ledegrs??Pl open a SR with Support on what to do with seeded EUL as part of this upgrade - I suspect you will need to import the R12 EUL as part of this upgrade.
    >
    2) If they are Custom SQL reports from 11i then just RECREATE them from SCRATCH..Correct - after you verify that they are changed to reflect the R12 data model
    >
    Am I right?
    thanks
    kp
    Edited by: user8612301 on Apr 20, 2011 8:57 AMSrini

  • Upgrade EBS 11i To R12.2

    Hello ,
    I need help if you can send me notes , DOC   .... step by step how to upgrade EBS 11i to R12.2
    Thanks

    Hi,
    there are MOS notes and Whitepapers available.
    Note that there are some SLA upgrade jobs in the upgrade from 11i to Release 12.2.0, especially ... most current data is being upgraded.
    Best Practices for Minimizing Oracle EBS R12.2.n Upgrade Downtime Whitepaper
    regards

  • Upgrade from 11i to R12

    I am upgrading EBS 11i to R12. on RHEL5.4. I need Urgent help regarding this.
    When applying patch 7461070 (merged with 9179588 and 9477107) even i tried to apply in as a single patch even then i get the following error.
    FAILED: file adprod.odf on Worker 1.
    When i checked the log file it shows the following error:
    Comparing objects in username APPLSYS with ODF file
    /apps/oracle/apps/apps_st/appl/ad/12.0.0/patch/115/odf/adprod.odf
    Reading objects from ODF file
    Reading table FND_PRODUCT_DEPENDENCIES ...
    Reading table FND_PRODUCT_GROUPS ...
    Reading table FND_PRODUCT_INSTALLATIONS ...
    Reading table FND_MODULE_INSTALLATIONS ...
    *** Reading objects from APPLSYS schema
    Reading table FND_PRODUCT_DEPENDENCIES from APPLSYS schema ...
    Reading table FND_PRODUCT_GROUPS from APPLSYS schema ...
    Reading table FND_PRODUCT_INSTALLATIONS from APPLSYS schema ...
    Reading table FND_MODULE_INSTALLATIONS from APPLSYS schema ...
    AD Worker error:
    Error querying DBA_TAB/IND(APPLSYS,FND_PRODUCT_DEPENDENCIES)
    AD Worker error:
    Error calling aicdtabGetObjTablespace(FND_PRODUCT_DEPENDENCIES)
    Error calling aicdtabCheckIfStorParmsLegal(false,FND_PRODUCT_DEPENDENCIES,APPLSYS,true,0)
    AD Worker error:
    Unable to compare or correct tables or indexes or keys
    because of the error above

    Hi,
    When applying patch 7461070 (merged with 9179588 and 9477107) even i tried to apply in as a single patch even then i get the following error.
    FAILED: file adprod.odf on Worker 1.Can you reproduce the issue if you apply the patches individually?
    When i checked the log file it shows the following error:
    Comparing objects in username APPLSYS with ODF file
    /apps/oracle/apps/apps_st/appl/ad/12.0.0/patch/115/odf/adprod.odf
    Reading objects from ODF file
    Reading table FND_PRODUCT_DEPENDENCIES ...
    Reading table FND_PRODUCT_GROUPS ...
    Reading table FND_PRODUCT_INSTALLATIONS ...
    Reading table FND_MODULE_INSTALLATIONS ...
    *** Reading objects from APPLSYS schema
    Reading table FND_PRODUCT_DEPENDENCIES from APPLSYS schema ...
    Reading table FND_PRODUCT_GROUPS from APPLSYS schema ...
    Reading table FND_PRODUCT_INSTALLATIONS from APPLSYS schema ...
    Reading table FND_MODULE_INSTALLATIONS from APPLSYS schema ...
    AD Worker error:
    Error querying DBA_TAB/IND(APPLSYS,FND_PRODUCT_DEPENDENCIES)
    AD Worker error:
    Error calling aicdtabGetObjTablespace(FND_PRODUCT_DEPENDENCIES)
    Error calling aicdtabCheckIfStorParmsLegal(false,FND_PRODUCT_DEPENDENCIES,APPLSYS,true,0)
    AD Worker error:
    Unable to compare or correct tables or indexes or keys
    because of the error aboveNo similar issues are reported in MOS (except for 987711.1 and 271300.1 which I believe are not applicable), so please log a SR.
    Thanks,
    Hussein

  • Issue with VO extension after upgrading from 11i to R12

    Hi All,
    We are facing issue with VO extension after upgrading from 11i to R12(12.1.3).
    Most of the cases we are facing issue as given below,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 21 with java object of type java.lang.Boolean due to java.sql.SQLException.
    Please help me out to resolve this issue.
    Any help/suggestion will highly appreciate.
    Thanks & Regards,
    Sunita

    Hi Gyan,
    Thanks for the response.
    There is one attribute has added in VO query.
    In VO.xml file ViewAttribute definition is as given below,
    <ViewAttribute
    Name="DisplayApproveButton"
    IsUpdateable="false"
    IsQueriable="true"
    IsPersistent="false"
    Type="java.lang.Boolean"
    ColumnType="NUMBER"
    AliasName="DisplayApproveButton"
    Expression="xxh_invoice_approval_pkg.check approval(invoice_id)"
    SQLType="BIT" >
    </ViewAttribute>
    Thanks & Regards,
    Sunita

  • Upgrade XML Publisher from 5.5.0 to 5.6.2

    Hi All,
    I am using Oracle Application 11.5.10.2. and XML Publisher 5.5.0. Now i want to Upgrade XML Publisher from 5.5.0 to 5.6.2.
    What patch sets i need to apply for this?
    Thanks
    XMLP User

    1. Shut down all your middle tier procesess
    2. Apply AD prerequisites
    - 4337683 - AD Patch 11i.AD.2
    - 4104924 - TXK (FND) AutoConfig Template Rollup Patch K (July 2005)
    3. Apply additional prerequisites
    - 1674407 - Update JavaMail API to version 1.2
    - 3412795 - ADSPLICE Patch for XDO
    4. Apply Oracle XML Publisher 5.6.2 Rollup Patch
    - 5097966
    5. Install Oracle XML Publisher Desktop
    - 5027437 Oracle XML Publisher Desktop 5.6.2
    - Review the readme file of the above patches to install all pre-req.
    - Oracle XML Publisher Core Rollup Patch 5.6.2 contains the core libraries only, If you want to utilize a full E-Business Suite implementation, you must apply one of the Oracle XML Publisher OA Rollup patches - Latest is ORACLE XML PUBLISHER OA ROLLUP PATCH 5.6.1 (Patch 4905678) - (Note: 357308.1)
    - Refer to note: 367394.1 (About Oracle XML Publisher Release 5.6.2) for more details.

  • Upgrading 11i Payments to R12 Payments

    Hi All,
    We are now on Oracle EBS 11i [11.5.10.2] and Database 10g [10.2.0.4] now and we are planning to upgrade to R12.
    We want to upgrade the all payment formats and templates to R12.
    We have couple of questions..
    1) How can we upgrade the reports(payments sent to Banks) to R12?
    -- I know we need to use the e-text templates to achieve that, but my questions is , we have RDF files in R12 which fetches the data for us and have different RDF files for different layouts. So will it be the same case in R12 as well.
    2) I have heard about common data extract in R12, how do we get that, what all changes needs to be done for that to have common data extract for all the Layouts(Templates).
    Can you also please share if there is any document created to achieve this requirement.
    Thanks,
    S.

    Duplicate Post. See answer here:
    Re: Upgrading 11i Payments to R12 Payments
    Regards,
    Gareth
    http://garethroberts.blogspot.com

  • Is it possible to Partially upgrade some product to R12 and keep rest  11i

    Hi All
    I was wondering if its possible to upgrade say Financial and procurement modules to r12 and keep rest of modules like Order Management at 11i ?
    Or has there been any instance when the above was not possible that a separate box with r12 financial modules have been created and was integrated with 11i modules using custom integration , my feeling is that it may not be possible as both these will require massive effort and will complicate things
    Thanks
    Rohit
    Edited by: 918630 on Mar 4, 2012 6:46 AM
    Edited by: 918630 on Mar 4, 2012 6:47 AM

    I was wondering if its possible to upgrade say Financial and procurement modules to r12 and keep rest of modules like Order Management at 11i ?No.
    Or has there been any instance when the above was not possible that a separate box with r12 financial modules have been created and was integrated with 11i modules using custom integration , my feeling is that it may not be possible as both these will require massive effort and will complicate thingsIt is not possible, you either upgrade all products to R12 or all products remain running on 11i
    Thanks,
    Hussein

  • OBIEE 11g Upgrade BI Publisher Repository failure

    When running the ua for the BI Publisher Repository failure, it ends up with the following errors in the log :
    [2012-04-26T16:10:33.883+02:00] [xdo] [ERROR] [] [oracle.xdo] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] Can not decrypt: key or secret is null
    [2012-04-26T16:10:33.883+02:00] [xdo] [WARNING] [] [oracle.xdo] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] java.lang.NullPointerException
    [2012-04-26T16:10:33.883+02:00] [xdo] [WARNING] [] [oracle.xdo] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] oracle.xdo.XDOException: java.lang.NullPointerException
    [2012-04-26T16:10:33.883+02:00] [Framework] [ERROR] [UPGAST-00138] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] exception de mise à niveau
    [2012-04-26T16:10:33.884+02:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] Cause : Une exception de mise à niveau inattendue s'est produite., action : Pour plus de détails, reportez-vous au message d'erreur secondaire.
    [2012-04-26T16:10:33.884+02:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] UPGCMP-01001: Exception de mise à niveau inattendue
    [2012-04-26T16:10:33.884+02:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] oracle.xdo.XDOException: java.lang.NullPointerException
    Could some help please ?

    Hi I faced the similar issue while upgrading from 10 g to 11g. It took a while for me to resolve the issues.
    Please do the steps mentioned here EXACTLY to resolver your upgrade issue..
    http://obieelive.blogspot.com/2012/06/upgrading-bi-publisher-101341-to-obiee.html
    Cheers.

Maybe you are looking for

  • USB drive connected to Airport Extreme becomes read-only

    Hello I have a USB drive connected to my Airport Extreme 802.11n (2nd generation, firmware v7.6). To access the drive, I've set secure shared disks to "with accounts" then defined a user account with read/write access. I connect to this drive using t

  • LSMW. purchase order

    Hi!! I'm trying to do a load of purchase orders with the transaction LSMW but it happen an error:           1.- doesn't exist the control indicator for the society CO 1000. I don't understand at all this error consequently I don't know how to solve i

  • HT1414 how to reinstall iTunes? does not recognize my iPad nor my iPhone

    Suddenly, iTunes stopped recognizing my iPad and my iPhone. Battery charging, no syncing, both devices invisible. I think I may need to reinstall iTunes. How can I do it without losing my content? Thanks in advance, marek

  • Display Podcast Titles in Landscape? (or scroll?)

    Is there any way to make my new touch either scroll podcast titles or display them in Landscape? Many to Most of my podcasts are serialized material where the first few words are the overall title. This happens in both the Podcast list and the Episod

  • TS4036 cannot restore new iphone 5 using icloud backup :(

    hello everyone im at the end of my frustration and have no idea what else i can do my iphone 5 was replaced by apple 2 days ago, instead of setting the phone up as new i wanted to use my icloud backup which i had done the day before the phone was rep