Apps 11i change product status code from "Installed" to "Shared"

Hi All,
is it possible to change product status code from "Installed" to "Shared"?
Reg
chirag Patel

Why would you need to do this?
Generally, it is not possible (not supported). However, you can do that for certain modules (like HR/Payroll). Refer to the following note for more details:
Note: 461063.1 - HR and Financials Applications Installed as Full Instead of Shared
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=461063.1
Note: 461063.1 - Changing Oracle Human Resources Installation from FULL HR/FULL Payroll Install to SHARED HR/SHARED Payroll Install
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=461063.1

Similar Messages

  • Change of Company code from one Cons Group to another Cons Group.

    Dear All,
    Please advise on change of company code from one Cons Group to another Cons Group , we have Cons Structure - at present few companies are in one cons group and as a policy we have to move the companies to another cons group. So please advise me what will be the case if we move int he following senarios:
    1. if till period 012 year 2008,  company A is in Cons Group AA and we want  the same to Cons Group BB. How it  will move to Cons Group BB in a Company code with the opening balances? 
    2. if there is no data in SEM BCS total Cube - and we want to move the Company A from Cons Group AA to Cons Group BB.
    What will be the effect in both the scenarios.  How to do this? if you can specify some steps then I will try to analyze the situation.
    Thanks in advance

    The changes are not complicated but company A must be placed in cons group BB as of period 12 2008 and in the master data of the cons group it should be indicated that the first consolidation is at the end of the period (EOP). Likewise in cons group AA must continue to include company A but in the cons group master data it must be indicated that the period of divestiture is 12 2008 EOP.
    The cons group changes tasks must be executed to move the balances in period 12 2008.
    If there is not data for company A in the totals infocube you may simply drag-and-drop company A from cons group AA to cons group BB without any concerns.
    The affect in each scenario is different because if there is data that is to be reported as part of cons group AA company A must be included in cons group AA.

  • How to set HTTP status codes from BSP

    Hello,
    How can I set the HTTP status code from a BSP?
    I use response->set_status( code = 500 reason = 'Error') from OnInputProcessing event, but nothing happens...
    Tia,
    Joerg

    Hi,
    Thank you for the references, but unfortunately it still does not work for me.
    Here's what I do in my BSP:
    - The BSP displays a simple Form in which some user data
      can be entered.
    - In the OnInputProcessing event handler of this BSP the
      data is analyzed. If there is an error, the following
      code is executed:
      if l_error eq 'X'.
        data:
          res type ref to if_http_response.
        res = runtime->server->response.
        res->set_status( code   = 500
                         reason = 'Internal error' ).
      endif.
    - I would expect the Browser to display the error page,
      however I simply get the BSP Form again - the HTTP
      error is not shown at all.
    What am I doing wrong?
    Thanks, Joerg

  • HTTP Status Code from NSURLResponse (iPhone)

    Hello!!
    How can I get HTTP Status Codes from a NSURLResponse (iPhone API) ??
    thx...

    statusCode
    Returns the receiver’s HTTP status code.
    - (NSInteger)statusCode
    Return Value
    The receiver’s HTTP status code.
    Availability
    Available in iPhone OS 2.0 and later.
    See Also
    + localizedStringForStatusCode:
    Declared In
    NSURLResponse.h

  • Can you update an iOs app and change its platform offering from iPad/iPhone to just iPad?

    When building a new app with Adobe DPS to update an existing app, can you update an iOs app and change its platform offering from iPad/iPhone to just iPad?

    Vinod is correct in that you can build a new app that's iPad-only, but if you try to submit it as an update to the existing app, Neil is correct--Apple will reject it because it's considered a downgrade. You either need to stick to the universal app and do something like create a single iPhone folio that refers users to the iPad, or you need to submit it as a new app.

  • WLS 8.1 Apache Plug-in is changing HTTP status code 999 to 500

    I'm seeing the weblogic server 8.1 sp4 apache plug-in change the HTTP status code of 999 (set by the application) to 500 Internal Server Error. I'm seeing this with Apache 2.0.48 on aix and with Apache 2.0.58 on windows. I've tried the plug-in from 8.1 SP2, SP4 and SP6 with all yielding the same result. I've tried the SSL plug-in too - same result. I'm told by the maker of this application that they are not seeing this issue with the plug-in for SunOne/NES. What does BEA say about the Apache plug-in changing the http status code? Why is it doing this? Why doesn't the SunOne/NES plug-in do it? Can you provide a plug-in that does not do this?

    Try setting
    Debug ALL
    inside your IfModule. All proxy activity will be written to /tmp/wlproxy.log (on
    unixes). If no info appears in the log, Apache is not invoking the plug-in properly.
    HTH
    "Lukas" <[email protected]> wrote:
    >
    I am trying to set up Apache 2.0.49 proxy plug-in for my WLS 8.1 cluster
    (2 managed
    servers). I followed instructions at http://edocs.bea.com/wls/docs81/plugins/apache.html.
    My test web application runs on
    192.168.10.142:5001/public/testwebapp
    and
    192.168.10.142:6001/public/testwebapp
    I have tested my cluster using another instance on WLS and HttpClusterServlet
    and it works fine.
    I have added following section to my httpd.conf
    LoadModule weblogic_module modules/mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicCluster 192.168.10.142:6001,192.168.10.142:5001
    </IfModule>
    <Location /public/testwebapp>
    SetHandler weblogic-handler
    PathTrim /public/testwebapp
    ErrorPage http://myerrorpage1.mydomain.com
    </Location>
    I restarted my wls cluster and apache as well and when I specify http://192.168.10.142/public/testwebapp
    (apache web server) I receive Error 404--Not Found (even thou I have
    tested my
    http://192.168.10.142:5001/public/testwebapp and http://192.168.10.142:6001/public/testwebapp
    - they work correctly).
    There is nothing in apache’s error_log file.
    There is a record in access_log file reading:
    192.168.10.126 - - [08/Jun/2004:16:23:32 -0700] "GET /public/testwebapp
    HTTP/1.1"
    404 1214
    which gives me an impression that “proxy” – forwarding does not work.
    Where should I look for some errors?
    Thanks,
    Lukas

  • HTTP Status Code from NetConnection

    Hey flexers,
    I have a flex app that requires a user to be logged in to make service calls.  If the user isn't logged in or the session times out and the app makes a call to a backend service via AMF, the server responds with an HTTP status code 401, as expected.  The response header looks like this:
    HTTP/1.1 401 Authorization Required
    Date: Wed, 18 Aug 2010 16:49:01 GMT
    Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g
    X-Powered-By: PHP/5.2.4-2ubuntu5.6
    x-ec2-instance-id: i-e52e8b8f
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
    Cache-Control: post-check=0, pre-check=0
    Content-Length: 185
    Content-Type: application/x-amf
    Expires: 0
    The response content is AMF so it's binary but here's the hex as reported by the Charles Web Debugging Proxy:
    00000000  00 00 00 00 00 01 00 0b 2f 31 2f 6f 6e 53 74 61           /1/onSta
    00000010  74 75 73 00 00 ff ff ff ff 10 00 1b 66 6c 61 73   tus         flas
    00000020  68 2e 65 76 65 6e 74 73 2e 4e 65 74 53 74 61 74   h.events.NetStat
    00000030  75 73 45 76 65 6e 74 00 04 69 6e 66 6f 10 00 06   usEvent  info 
    00000040  4f 62 6a 65 63 74 00 07 6d 65 73 73 61 67 65 02   Object  message
    00000050  00 61 59 6f 75 72 20 73 65 73 73 69 6f 6e 20 69    aYour session i
    00000060  73 20 6e 6f 20 6c 6f 6e 67 65 72 20 61 63 74 69   s no longer acti
    00000070  76 65 2e 20 20 54 68 69 73 20 69 73 20 6c 69 6b   ve.  This is lik
    00000080  65 6c 79 20 64 75 65 20 74 6f 20 69 6e 61 63 74   ely due to inact
    00000090  69 76 69 74 79 2e 20 50 6c 65 61 73 65 20 72 65   ivity. Please re
    000000a0  2d 6c 6f 67 69 6e 20 74 6f 20 63 6f 6e 74 69 6e   -login to contin
    000000b0  75 65 2e 00 00 09 00 00 09                        ue.     
    I'm looking for the proper way, in the Flex app, to figure out it's a 401 status code.  Previously, we were watching for the NetStatusEvent coming from NetConnection. If there was a info.errorCode property, we'd use that as the status code.  Otherwise, if there was an info.description property, it would normally look like "HTTP: Status 401" in which case we'd pull it out of the string (which makes me cringe just thinking about it).  However, at the moment the NetStatusEvent looks like this:
    error flash.events.NetStatusEvent (@6a7eee1)
    [inherited]
    info Object (@7f3ea79)
    code "NetConnection.Call.Failed"
    description "HTTP: Failed"
    details "http://dev.studioj.com"
    level "error"
    m_info Object (@7f3ea79)
    No status code exists in the event anywhere in the event.  After all kinds of debugging, rolling back code, etc., I can't figure out why the NetStatusEvent now has description "HTTP: Failed" instead of description "HTTP: Status 401".
    Can anyone clarify what's going on?  Thanks.

    After digging into it more, I've found that it's browser-specific behavior.  When simulating an HTTP status code of 401, in Chrome and IE I get a NetStatusEvent that looks like this:
    error flash.events.NetStatusEvent (@6c33791)
    [inherited]
    info Object (@6b14851)
    code "NetConnection.Call.Failed"
    description "HTTP: Status 401"
    details "http://aaronhardy.com/test.php"
    level "error"
    m_info Object (@6b14851)
    Notice the "description" has the status code.  In Firefox I get an event that looks like this:
    error flash.events.NetStatusEvent (@6c33791)
    [inherited]
    info Object (@6b14851)
    code "NetConnection.Call.Failed"
    description "HTTP: Failed"
    details "http://aaronhardy.com/test.php"
    level "error"
    m_info Object (@6b14851)
    Notice the status code isn't mentioned anywhere.  Is this a known issue in Firefox?  Are we really that close to being able to use real HTTP status codes yet so far away?
    Aaron

  • In app store i get status code error - why?

    When wanting to download the App "Lessons for iMovie" in the App store, I get the message: "Status Code Error". Although my apple ID and password are valid and correct. I try to load the app from Germany. Anybody got an idea, why this message appears? And why loading the App thus is denied?

    Hello Michael Mccay,
    Thanks for using Apple Support Communities.
    From your post I understand that on March 11th you were unable to download and connect to the App Store.  The iTunes Store services were experiencing issues, specifically when trying to make purchases.  You can see the history of the downtime in the link below for March 11.  If you continue to have issues making this purchase, please let me know.
    Apple - Support - System Status
    Take care,
    Alex H.

  • How to change a status profile from existing in CRM 7.0?

    Hi,
    This is the scenario for which I need to change the existing status profile :
    We are using categories such as Maintenance , Approvals etc.
    There is a huge list of options which comes when we choose the category. We have assigned a status profile to each of these categories.
    So for e,g when I choose Maintenance, it also displays other options not related to Maintenance.
    Q 1) how to I change the status profile on this??
    I tried using CRM_STATUS_PROFILE_CHANGE but it doesnot work
         CALL FUNCTION 'CRM_STATUS_PROFILE_CHANGE'
      EXPORTING
        OBJNR                          = iv_guid
        STSMA                          = 'ZV001'
      XNOAUTO                        =
      X_NOACTIVITY                   = ' '
    EXCEPTIONS
       OBJECT_NOT_FOUND               = 1
       NO_STSMA_CHANGE_POSSIBLE       = 2
       STSMA_NOT_FOUND                = 3
       ERROR_OCCURRED                 = 4
       OTHERS                         = 5
    Q 2) If the above is not the right way is there a possibilty to hide the statuses ??
    Thanks and Regards,
    Narayani

    Hi,
    I am not so clear about your requirement, would you please try to make it clearer.
    Which transactions are you assigning the status profile to?
    And what is the "categories" do you mean? As I could guess it is the item within the status profile, isn't it?
    For example you have a status profile defined as
    10 xx01
    20 xx02
    30 Maintenance
    40 xx03
    50 Approvals
    60 xx04
    Is it like the above? Or else, please clarify.
    Thanks,
    Hongyan

  • App icons changing to another one already installed?

    This has happened to me twice now:
    I installed an app and it had the right picture with it. The app opened and worked. The next time I went to the page on my iphone the app had the icon of another app but it still loads the app right.
    What's going on?!?

    That rules out that theory then, CAT cable it must be, all being the neighbour will agree to my request.
    Something interesting I have found on the Connecting Cheshire website's FAQ's.....
    From Spring 2013, anyone in an FTTC-enabled area can upgrade to FTTP.  FTTP allows any end-user to have a full fibre connection installed to their home or business premise. There will be a charge for the associated network build and an installation charge – all based on distance from our nearest network nodes. FTTP will allow access to speeds of up to 330Mbit/s downstream and 30Mbit/s upstream.
    Enquiries about FTTP should be directed to your ISP. Please note that orders for FTTP will be subject to a detailed local survey and additional connection charges.

  • Change iCloud Security Code From A Mac

    Hi,
    Can I change my "iCloud Security Code(for my iPhone 6 Plus)" from a Mac?
    How do I do that?
    Thanks in advance.
    Ed

    It's okay.
    I found the solution on the Net.
    Thanks anyway.
    Ed

  • Avoid buiding/deploying whole ADF app when changing small jspx code piece?

    hi,
    Normally I have to deploy whole ADF application to the Web Logic every time even just changing a very small piece of code in jspx.
    Does anyone know if there is a alternative way to change directly the content of jspx in the deployed application on the WebLogic server instead of re-building and re-deploying the whole application? Thanks.

    In web.xml, try setting "org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION" context-param to "true".

  • Oracle Apps 11i(11.5.10.2) migration from IBM AIX 5.3 to 6.1 (64-bit)

    Hi,
    Is there any additional steps required after migrating Oracle Apps 11i(11.5.10.2) from IBM AIX 5.3 to 6.1?
    Regards,
    Kiran

    Is there any additional steps required after migrating Oracle Apps 11i(11.5.10.2) from IBM AIX 5.3 to 6.1? Are you cloning or upgrading the OS?
    If you want to upgrade the OS, then you need to make sure you install all OS pre-req software and packages aftet the upgrade and relink executable files.
    How to relink an Applications Installation of Release 11i and Release 12 [ID 356878.1]
    Recommendations To Install Oracle Applications 11i [ID 294932.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    If you want to clone, then make sure you have all OS pre-req. software and packages installed and use Rapid Clone -- Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    Thanks,
    Hussein

  • Cant Open Oracle Apps 11i Forms after installing latest JRE

    We are currently on Oracle Apps 11.5.10.2. I had to install latest JRE 1.6 Update23 to be able to work on BI Publisher Templates and now I can't open any of the Oracle Forms under eBusiness Suite. IE just crashes, doesnt show any message on JInitiator Console either. Same issue with Mozilla Firefox browser.
    FYI..I have a colleague who is able to work on both...BI Publisher Template Mgr and Oracle Fin Forms with latest JRE installed..So dont think its a server issue, its just my client setup. Any help is appreciated.
    Thx

    What is the difference between your client and your colleague client (in terms of client OS, browser, installed applications, ..etc)?
    Do you meet the requirements in (Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1])?
    Can you reproduce the issue with Firefox?
    Please see if these docs help.
    Internet Explorer Crashes When Forms Is Launched [ID 430359.1]
    MS IE Browser Crashes With 'Abnormal Program Termination or 'Register Failk' When Accessing Discoverer 10g From E-Business Suite 11i (forms) or Oracle Forms [ID 396773.1]
    INTERNET EXPLORER CRASHES WITH ORACLE APPS 11I AND MICROSOFT SILVERLIGHT ADD ON INSTALLED [ID 1077496.1]
    Internet Explorer Crash With Unexpected Signal EXCEPTION_ACCESS_VIOLATION [ID 435562.1]
    Thanks,
    Hussein

  • Change work status from Excel interfase directly

    Hi,
    Anyone knows if there is a way to change the work status directly from the Excel interfase? I mean, with vba code or some function instead of using the web interfase?
    Thanks.
    Regards

    Hi.
    I have the same need in MS. I would like to change work status directly from Excel but don´t know how to do it.
    Can you please clarify about the program UJW_WS_TEST? I don´t know what is this (it probably is different in BPC MS 7.5?)
    Thanks.

Maybe you are looking for

  • 11.5.10 UI Custom Button to Remove/Delete an Instance?

    Hello, I'm in 11.5.10 and I have created a UI from scratch for my base model and on it I have created a Custom Button with the the Associated Model Node->Specified->My Sub Model along with the Button Action->Add Instance. When I test the model i'm ab

  • Question in BEx Broadcaster

    Can you any one please tell, how to distribute the eMail in BW 3.5 BEx Broadcaster as MHTML file? Is there only the following options are available now: 1. Independent HTML file 2. Separate MIME file 3. Send as Link Thanks.

  • How can I trade-in my old MacBook for the gift card but transfer my files to the new one?

    I currently have the late-2008 unibody Aluminum 13.3" Macbook with 2.4Ghz processor. I love this computer it still works great over five years after buying it. However, I feel like now is a good time to upgrade to the new MacBook Pro with Retina disp

  • Upgrade from OS X Server 10.6.8. to 10.7.

    Hi I have a mini mac server running 10.6.8. I just recently had to flatten the disc 'cause server was slower than slow. Before I flattend the server I was already running 10.7.3. Now the problem starts. I booted up with the supplied CD (version 10.6.

  • How can I create a shadow text effect?

    How can I add a blur effect to text on a BufferedImage. I am trying to create a shadow text effect. Here is what I have currently. BufferedImage image = new BufferedImage(500,120,BufferedImage.TYPE_INT_RGB); Rectangle2D Rectangle = new Rectangle2D.Do