Upgrading apex from 1.6.1.00.03  to 3.1.0.00.32

hi all
i have two servers
right now we've upgrade the apex in one of the server to 3.1.0.00.32 from 1.6.1.00.03 and the other is
still in the old version 1.6.1.00.03
i want to ask if there is any important changes between the versions
and if can be any important thing that i should know or need to check between the versions? like run specific type of pages etc.
do i need to check specific thing on the new version ?
like inserting to d.b or running reports etc.
is there a problem to develope on the new version and after that doing import to the old version and contrary ?
thanks in advance

Hello Naama,
>> right now we've upgrade the apex in one of the server to 3.1.0.00.32 from 1.6.1.00.03 and the other is still in the old version 1.6.1.00.03 . . . is there a problem to develope on the new version and after that doing import to the old version and contrary ?
First, congratulation and welcome to the new world of APEX. I’m not just saying that, because there are some significant changes between v1.6 and 3.1 (as a matter of fact, there are significant changes between v1.6 and all the following versions, mainly because version 2.0 introduced the AJAX framework, which forced some changes in the APEX configuration).
The situation you are describing – one 1.6 server and another one in 3.1 – can be problematic because you can’t installed (import) applications from v3.1 into a 1.6 server. That means that if your development instance will be the 3.1, you won’t be able to deploy the applications to the 1.6 server. If you’ll continue to use the 1.6 for development, you won’t gain much from upgrading to 3.1 .
>> i want to ask if there is any important changes between the versions
and if can be any important thing that i should know or need to check between the versions?
As I said, you need to be aware of the configuration changes between the versions. It’s important to check your PL/SQL Web toolkit version (http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/pre_require.htm#BABGBJJD ), and upgrade it if necessary. You can find a proper version in the APEX 3.1 distribution files. Moreover, you’ll need to change your DAD file. You’ll need to add the two “AddType” entries, and probably set the charset portion of the PlsqlNLSLanguage entry to AL32UTF8. This is a mandatory setting, regardless of your database charcter set - http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/post_inst.htm#CHDHCBGI .
Functionality wise, if your configuration is correct, you don’t need to worry. Everything should be running as usual, without any problems (there were some minor changes in the way newer versions handle certain things, especially because some security enhancements, but you might not encounter them, so let’s cross that bridge if we’ll come to it).
Good Luck,
Arie.

Similar Messages

  • Problems with charts after upgrading APEX from 3.2 to 4.1

    After upgrading apex from 3.2 to 4.1 the combination stacked bar/Stepline charts no longer works. Any help would be appreciated.
    Thanks.

    Hi "904055",
    I believe the reason your chart is no longer working is because you are attempting to generate a chart type that is not covered by our AnyChart Flash charts license i.e. Stepline charts are not one of our support chart types. We only support the chart types exposed via the Application Express UI i.e. the chart types listed in the Create wizards. If you wish to create other AnyChart chart types, you will need to contact AnyChart directly, in order to obtain a separate license and swf file.
    If you believe that your chart is only using chart types covered by our license, but are still experiencing issues, then please place a testcase on apex.oracle.com, post some login credentials, and I'd be happy to take a look.
    Regards,
    Hilary

  • Upgrading APEX from 3.2 to 4.0 images and buttons not displaying correctly

    Database 11.2.0.1
    APEX: 3.2.1
    Attemping to upgrade APEX from 3.2 to 4.0. The installation script runs fine and updates the database successfully. I run the .sql to import the images and it ran successfully however when I attempt to access the APEX home page, the images are not loaded and the buttons don't do anything. I did some research through google but did not come to anything that resolved my issue. Does anyone have any ideas?
    Thanks for your time...

    If you are using mod_plsql, you need to run @apxldimg.sql script with SYS user file present with Apex installation. Also provide the location of your apex folder as parameter to this script.
    Habib

  • Upgrade Failure from apex 3.0 to 3.1 on Oracle 10.2.0.3

    Hi:
    When I was upgrading apex from 3.0 to 3.1 on Oracle 10.2.0.3, I experienced the error below: I did use the sysdba login when I was doing the upgrade.
    Thank you for your help!
    ...create wwv_flow_sw_binds
    references flows_files.wwv_flow_file_objects$(id)
    ERROR at line 7:
    ORA-02270: no matching unique or primary key for this column-list
    create index wwv_flow_sw_bind_idx1 on wwv_flow_sw_binds (file_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist

    Surely that's telling you something?
    If you did manage to hack it, you would then have an unsupported installation of APEX.
    Upgrade the DB, or upgrade to the max supported APEX version for your current database version (which I think would be 3.2.1).
    Cheers
    Ben

  • Upgrade APEX

    Hi,
    I am presently using Application Express 2.2. I need to upgrade it to latest version APEX 4.0. Is it possible to upgrade APEX from 2.2 to 4.0. If yes, then please share with me some links or steps involved in upgrading APEX.
    Thanks

    Hi,
    Yes ,it is possible
    >
    If you have version 1.5.x, 1.6.x, 2.0.x, 2.2.x, 3.0.x, 3.1.x, or 3.2.x of Oracle Application Express, following any of the installation scenarios in this guide upgrades your Oracle Application Express instance to version 4.0 and creates Oracle Application Express 4.0 database objects in a new schema and migrates the application metadata to the new version.
    >
    Here is installation document where you find steps
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/toc.htm
    Regards,
    Jari

  • Upgrade issue from apex 4.0 to 4.1.1

    Dear all expert,
    I'm facing an problem on execute sys.dbms_network_acl_admin package after upgrade from apex 4.0 to apex 4.1.1 in Oracle XE 11g R2.
    After checking, i found the "XDB.PATH_VIEW" view have compilation error, this cause the sys.dbms_network_acl_admin package failed to compile as well.
    My upgrading step as below (apex 4.0 to apex 4.1.1):
    1. Drop apex_040000 user by execute "drop user apex_040000 cascade"
    2. Drop user flows files by execute "drop user flows_files cascade"
    3. I rename existing apex folder (apex 4.0) to apex 2 from c:\oraclexe\app\oracle\product\11.2.0\server.
    4. I copy apex folder for apex 4.1.1 (download from oracle website) into c:\oraclexe\app\oracle\product\11.2.0\server.
    5. i start activate apex by execute "@apexins.sql", "@apxldimg.sql" and "@apex_epg_config.sql"
    Above are the steps that i used to upgrade my apex 4.0 to apex 4.1.1. "sys.dbms_network_acl_admin" package failed to compile after i run "@apexins.sql".
    Can anyone advice on how to solve the problem above or what is the way to upgrade apex 4.0 to apex 4.1.1?
    Thanks a lot in advance!
    Best regards,
    Apex Junior

    >
    After the upgrade from APEX 3.0.2 to 4.0.2.00.07, this HTML code is not interpreted anymore, so now the literal text is displayed instead of a white space.
    Is this a known issue???
    >
    There are several other threads dealing with this issue. See +{thread:id=2126522}+ for example.

  • How to upgrade Apex 2.2 to Apex 3.1

    Dear all
    please Mention the Procedure for Upgrading Apex 2.2 to Apex 3.1
    I am using Apex 2.2 , Oracle 10g on Windows 2000 Server
    thanks Alot
    Edited by: khaja on Jan 18, 2009 11:09 AM

    Hi All,
    I am seeing a problem with the upgrade from 2.2 to 3.1. After the upgrade (with apexins.sql) I still see the following synonyms in PUBLIC:
    SQL> select synonym_name, table_name
    2 from dba_synonyms
    3 where owner='PUBLIC' and table_owner='FLOWS_020200';
    SYNONYM_NAME TABLE_NAME
    WWV_FLOW_LIST_OF_VALUES_DATA WWV_FLOW_LIST_OF_VALUES_DATA
    WWV_FLOW_LISTS_OF_VALUES$ WWV_FLOW_LISTS_OF_VALUES$
    WWV_FLOW_GENERIC WWV_FLOW_GENERIC
    WWV_FLOW_FIELD_TEMPLATES WWV_FLOW_FIELD_TEMPLATES
    APPLICATION_AUTHENTICATION APPLICATION_AUTHENTICATION
    WWV_CREATE_FORUM_DEMO_SCRIPT WWV_CREATE_FORUM_DEMO_SCRIPT
    WWV_FLOW_LOOKUP_TABLES WWV_FLOW_LOOKUP_TABLES
    WWV_FLOW_WEB_SERVICES WWV_FLOW_WEB_SERVICES
    WWV_FLOW_REWRITE_QUERY WWV_FLOW_REWRITE_QUERY
    9 rows selected.
    The user flows_020200 still exists with over 2000 objects.
    How can I drop this user FLOWS_020200 without causing any problems?
    Regards,

  • How to upgrade Apex 2.1 to 3.2.1

    I installed Oracle Database 10g Express edition in my Windows XP PC which comes with Apex 2.1 with no problems. Then I wanted to upgrade Apex 2.1 to 3.2.1
    plz tell me step by step i m new with this
    Edited by: user13342245 on Jan 6, 2011 11:36 PM

    You can find a complete installation guide here:
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/overview.htm#i46634
    Upgrading from a previous Apex installation:
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/overview.htm#CEGEFBFI
    Regards,
    Tuur

  • How to Upgrade apex 4.1.1 to 4.2 step by step ..

    Dear All
    good day
    step by step to upgrade apex to 4.2 without  any problems
    *1)-- download last version on : http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html*
    *2)-- unzip file to same directory where old apex directory on my computer was C:\ will ask you if you replace click yes to all .*
    *3)-- go to run > cmd > cd c:\ {change directory to drive where apex folder . then > cd apex will be like this C:\apex*
    *4)-- C:\apex splplus and press enter , must insert this >>*
    *5)-- username: sys as sysdba   and press enter must insert passward for Xe example : orcl this when istall application express edition 11g >*
    *6) SQL>@apexins.sql sysaux sysaux temp /i/  and press enter .*
    *7) Now wait for one hour and 7 mints to finsh.*
    *8)-- Now exit from black monitor (DOS) and open run > cmd > and change directory to C:\apex*
    *9)-- repeat steps number 4 , 5.*
    *10)-- SQL> @apxldimg.sql  C:\ and click enter , wait maybe 10 mints  Note: directory c  must be Capital .*
    *11)-- when finshed exit to folder C:\apex by commend exit .*
    *12)-- repeate steps 4 , 5.*
    *13)-- SQL> @apxchpwd.sql  and change your admin password Not: must be 6 character or more and must cotine Capital letter and - or ant signs and numbers.*
    *14)-- no go go work with last version apex 4.2 on : http://127.0.0.1:8080/apex/*
                   *good luck for all*
    Edited by: user12315805 on Oct 31, 2012 5:59 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Dear All
    good day
    step by step to upgrade apex to 4.2 without  any problems
    *1)-- download last version on : http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html*
    *2)-- unzip file to same directory where old apex directory on my computer was C:\ will ask you if you replace click yes to all .*
    *3)-- go to run > cmd > cd c:\ {change directory to drive where apex folder . then > cd apex will be like this C:\apex*
    *4)-- C:\apex splplus and press enter , must insert this >>*
    *5)-- username: sys as sysdba   and press enter must insert passward for Xe example : orcl this when istall application express edition 11g >*
    *6) SQL>@apexins.sql sysaux sysaux temp /i/  and press enter .*
    *7) Now wait for one hour and 7 mints to finsh.*
    *8)-- Now exit from black monitor (DOS) and open run > cmd > and change directory to C:\apex*
    *9)-- repeat steps number 4 , 5.*
    *10)-- SQL> @apxldimg.sql  C:\ and click enter , wait maybe 10 mints  Note: directory c  must be Capital .*
    *11)-- when finshed exit to folder C:\apex by commend exit .*
    *12)-- repeate steps 4 , 5.*
    *13)-- SQL> @apxchpwd.sql  and change your admin password Not: must be 6 character or more and must cotine Capital letter and - or ant signs and numbers.*
    *14)-- no go go work with last version apex 4.2 on : http://127.0.0.1:8080/apex/*
                   *good luck for all*
    Edited by: user12315805 on Oct 31, 2012 5:59 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Upgrading apex 3.0 to 3.2 fail at Installing Application Migration Workshop

    Hi
    I am trying to update apex from 3 (which comes with 11g) to 3.2 on 11g fresh install (2003 server) and it is failing to complete... heres the error from the install log
    III. I N S T A L L F L O W P A C K A G E S P E C S
    wwv_flow_plsql_editor.sql
    Package created.
    wwv_flow_model_api.sql
    Package created.
    ...wwv_flow_f4000_util
    Package created.
    No errors.
    ...wwv_flow_image_generator
    Package created.
    No errors.
    Installing Application Migration Workshop objects
    create table wwv_mig_projects
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    any ideas on how to fix it would be greatly appreceated....
    Dom

    hi
    so far I have tryed direct from the 3.2 and it fails due to a user or some such not being created. I have tryed new 3 and then 3.2 over the top failed. as you have seen... I use the example step script povided by oracle on the upgrade site(http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm)... I have reinstalled the database something like 10 15 times trying variouse methords... with the 3 install there is a simple walk through (http://www.oracle.com/technology/obe/11gr1_db/install/apexinst/apexinst.htm)... why is there not one for the 3.2
    cheers :D
    Dom
    Edited by: user4824464 on 13-May-2009 08:30

  • Apex 4: Upgrading Apex within Oracle XE

    Hi,
    This post is directed to Apex team .
    Is it possible that instructions to upgrade Apex to XE found from below link is updated to include step to upgrade OWA_UTIL ?
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    Regards,
    Jari

    Hi,
    i am using APEX 4 on apex.oraclecorp.com and was hoping to install XE and APEX 4 on my laptop for easier development purposes.
    I installed XE and the APEX 2.1 that comes with it login nicely and i can use it.
    I then tried to upgrade the APEX to APEX 4.
    Used the following steps for the upgrade
    1. sqlplus system/password as sysdba
    2. @apexins SYSAUX SYSAUX TEMP /i/
    3. @apxldimg.sql D:\util\oraclexe
    4. @apxxepwd.sql password
    I went back to the XE login page, it has the upgraded look and i tried to login but nothing happens!
    I tried changing the password again using @apxchpwd
    I then tried to login via http://localhost:8080/apex/apex_admin and the XE login page
    Did i do something wrong?
    Pls Advise and thanks in advance for any help.
    NOTE : found the error, i didnt use the correct image directory.
    Regards
    Kian Chye
    Edited by: Seow Kian Chye on Nov 1, 2010 6:14 PM

  • Sometimes my computer takes too long to connect to new website. I am running a pretty powerful work program at same time, what is the best solution? Upgrading speed from cable network, is it a hard drive issue? do I need to "clean out" the computer?

    Many times my computer takes too long to connect to new website. I have wireless internet (time capsule) and I am running a pretty powerful real time financial work program at same time, what is the best solution? Upgrading speed from cable network? is it a hard drive issue? do I only need to "clean out" the computer? Or all of the above...not to computer saavy.  It is a Macbook Pro  osx 10.6.8 (late 2010).

    Almost certainly none of the above!  Try each of the following in this order:
    Select 'Reset Safari' from the Safari menu.
    Close down Safari;  move <home>/Library/Caches/com.apple.Safari/Cache.db to the trash; restart Safari.
    Change the DNS servers in your network settings to use the OpenDNS servers: 208.67.222.222 and 208.67.220.220
    Turn off DNS pre-fetching by entering the following command in Terminal and restarting Safari:
              defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false

  • Facing Parse Errors after upgrading database from 10g to 11g

    Hi,
    We are facing parse errors in the SQL's after upgrading database from 10g to 11g.
    Kindly look into below parse errors.
    ********************************** Parse Error *****************************************************
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Tue Aug 13 14:13:10 2013
    kksfbc 16173533: parse err=942 hd=3c387c4028 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    Select feature from toad.toad_restrictions where user_name=USER or user_name in ( select ROLE from sys.session_roles)
    kksfbc 16173533: parse err=942 hd=3c97d83648 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT password
    FROM SYS.USER$
    WHERE  0=1
    kksfbc 16173533: parse err=6550 hd=35185e4278 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        30  anonymous block
    319e277050        57  anonymous block
    PARSE ERROR: ospid=29813, error=6550 for statement:
    BEGIN sys.dbms_profiler."146775420110782746251362632012"; END;
    kksfbc 16173533: parse err=942 hd=3c142d8600 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        67  anonymous block
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT 1 FROM plsql_profiler_data WHERE 0 = 1
    Please help.
    Regards
    Suresh

    Hi Suresh,
    Apologies for misunderstanding..
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Assuming you see the above error message in the alert log file, which was your original post, follow the below steps:
    1 Get the 'ospid' value from the error
    2. Issue the below command:
    SQL> select request_id,ORACLE_PROCESS_ID
      2 from fnd_concurrent_requests
      3 where request_id = 15598;
    3. After obtaining the request_id
    4, Query it from the front-end using SYSADMIN responsibility
    Hopefully this should get you the respective concurrent report/program.
    Thanks &
    Best Regards,

  • Unable to Sign in  analytics After Upgraded obiee from 10g to 11g

    Hi all,
    I have problem when upgrading catalog from 10g to 11g.
    The error is:" Unable to Sign In . An invalid User Name or Password was entered. "
    I upgraded following the steps like this:
    1.Login EM and check BI server is running successfully.
    2.Started the UA.bat.
    Select the operation:Upgrade Oracle BI RPD and Web Catalog.
    Step by Step,and the upgrade completed successfully.
    3.Open the RPD online using the Admintool succefully.
    4.But when I Login the BI and view the dashboard with the 10g's user (Administrator),the page appear the error "*Unable to Sign In . An invalid User Name or Password was entered.* "
    5.Then I Try to Regenerating User GUIDs
    1. Update the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter in NQSConfig.INI:
    a. Open NQSConfig.INI for editing at:
    b. ORACLE_INSTANCE/config/OracleBIServerComponent/coreapplication_obisn
    c. Locate the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter and set it to YES, as follows:
    d. FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES;
    e. Save and close the file.
    2. Update the Catalog element in instanceconfig.xml:
    a. Open instanceconfig.xml for editing at:
    b. ORACLE_INSTANCE/config/OracleBIPresentationServicesComponent/
    c. coreapplication_obipsn
    d. Locate the Catalog element and update it as follows:
    e. <Catalog>
    f. <UpgradeAndExit>false</UpgradeAndExit>
    g. <UpdateAccountGUIDs>UpdateAndExit</UpdateAccountGUIDs>
    h. </Catalog>
    i. Save and close the file.
    3. Restart the Oracle Business Intelligence system components using opmnctl:
    4. cd ORACLE_HOME/admin/instancen/bin
    5. ./opmnctl stopall
    6. ./opmnctl startall
    7. Set the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter in NQSConfig.INI back to NO.
    Important: You must perform this step to ensure that your system is secure.
    8. Update the Catalog element in instanceconfig.xml to remove the UpdateAccount GUIDs entry.
    9. Restart the Oracle Business Intelligence system components again using opmnctl:
    10. cd ORACLE_HOME/admin/instancen/bin
    11. ./opmnctl stopall
    12. ./opmnctl startall
    BUT THE ERROR ALSO EXISTING!
    So,waiting for the help,thanks!

    Hi,
    if your using oracle db please make sure your db settings and tnsnames.oRA settings
    also try you please try below troubleshooting steps:
    1) please check latest error message and find the root cause,
    presentation catalog log path:
    obiee installed Drive:\Oracle\Middleware\instances\instance1\diagnostics\logs\OracleBIPresentationServicesComponent\coreapplication_obips1\sawlog0.txt file
    also check it nqserver.log file
    oracle bi server log path ref:
    obiee installed Drive:\Oracle\Middleware\instances\instance1\diagnostics\logs\OracleBIServerComponent\coreapplication_obis1\nqserver.log
    2)can you try to login RPD,EM and console by using your weblogic a/c then try to login with some other user.
    if its not working then try to delete that users from catlog and check it Check OPMN services are running state.
    e.x:
    C:\Oracle\Middleware\instances\instance1\bin>opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    C:\Oracle\Middleware\instances\instance1\bin>opmnctl status
    Processes in Instance: instance1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    coreapplication_obiccs1 | OracleBIClusterCo~ | 4992 | Alive
    coreapplication_obisch1 | OracleBIScheduler~ | 2420 | Alive
    coreapplication_obijh1 | OracleBIJavaHostC~ | 1856 | Alive
    coreapplication_obips1 | OracleBIPresentat~ | 5684 | Alive
    coreapplication_obis1 | OracleBIServerCom~ | 5232 | Alive
    3) Refresh GUIDs and Restart WebLogic and OPMN Services then try it again...still if your getting same issues then try to
    check DB(try to login and confirm) and check it RPD --> physical layer connection pool setting and try to
    view physical data.
    also paste it your latest error log message (nqserver.log and sawlog01.log message) here
    THanks
    Deva

  • Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?

    Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?
    For those who have done this,
    1.  What quirks did you find that you had to overcome in your installation (I know that everyone's environment is different and produces differest results)?
    2.  What part of your code broke for which you had to find fixes?
    Tips and suggestions for a smooth installation, besides following the installation document.
    Thanks!

    Create a car (archive file) in CF 9 enterprise which will capture all CF 9 settings like Data sources, Web services etc. Make sure when you are doing this, pop up blocker is disabled.
    NOTE : While creating the archive file, give the full name with the absolute path in the package name. For example C:\Test\mypackage.car
    Then move this car file into the server where you want to install CF 11. Install CF 11 and then  deploy this archive (car) file. All CF 9 settings will be migrated to CF 11 enterprise.
    Else, if you want to install CF 11 on the same server where CF 11 is installed, then remove the connector for all the websites which are configured with CF 9, make sure the CF 9 services are running and then run the CF 11 installer and at the end of CF 11 installation, you will get a dialogue box which will ask you to migrate CF 9 settings in CF 11.
    Run the Code Analyzer in CF 11 Administrator to check whether any the CF 9 code used in your application is breaking in CF 11 or not
    HTH
    VJ

Maybe you are looking for