Cannot find dashboard and reports after upgrading rdp from 10g to 11g OBIEE

Hi all
I am trying to upgrade from OBIEE 10g to 11g. These two products are installed on different servers. I have followed the guide: http://www.oracle.com/technetwork/issue-archive/2011/11-jul/o41bi-402913.html and everything seems to work fine.
So i have taken a copy of rdp from the server where was installed OBIEE 10g and took it in the server where OBIEE 11g is installed.
Ran the upgrade tool and upgrade finished successfully. Restarted the BI Servers in core application on Enterprise Manager.
Now when i access the upgraded rpd, the layers and the fields are fine but I cannot find all the reports and dashboards that i had created.
Am I missing any upgrade steps?
Please suggest
Thank you and best regards

Hi Deepak,
Thanks for your response.
Oracle also came back to me and looks like my method is not valid:
Hi Jim,
Thanks a lot for the information. First of all I would like to inform you that upgrade CANNOT be performed across two machine. So, if 10g installation is on Host A, then upgrade to 11g will be on Host A.
So, in your scenario this is what you can do:
1. On Host A running Forms/Discoverer 10g on Windows 2003, install Forms/Discoverer/Reports 11g (11.1.1.6.0)
2. Run the upgrade Assistant to perform the upgrade from 10g to 11g.
3. Now upgrade OS of Host A to Windows 2008
In short, I would like to inform you that upgrades across machines does not work. Source instance which is 10g and destination instance which is 11g must exist on same box.
Here is the documentation which you can follow:
http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10130/toc.htm
(Oracle® Fusion Middleware Upgrade Guide for Oracle Portal, Forms, Reports, and Discoverer)
11g Release 1 (11.1.1)
Let me know if you have any further questions.
Thanks,
Rishi

Similar Messages

  • 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,

  • Logging in to RPD in online mode fails after upgrading rpd from 10G to 11g

    Hello guys
    I have an issue here..
    I have everything working in 10g using external table authentications by having 2 init blocks:
    ISAuthorization --- row wize initailization:
    select 'GROUP', UG.GROUPNAME from USER_USERGROUPS FFF, USER U, USERGROUP UG where
    UG.ID = FFF.USERGROUPS and
    U.ID = FFF.IS_SEC_USER and
    UPPER(U.USERNAME) = UPPER(':USER')
    ISAuthentication -- 5 target variables: User, email, loglevel,password, displayname
    select USERNAME, DISPLAYNAME, LOGLEVEL, EMAIL,PASSWORD from IS_SEC_USER
    where UPPER(USERNAME) = UPPER(':USER') and PASSWORD = IS_GET_MD5_VAL(':PASSWORD') ----- IS_GET_MD5_VAL is nothing but a store proc we have to encrypt passwords.
    Everything works perfectly in 10G where a new user gets created in the DB table, passwords assigned and encrypted, then I am able to log in using the new user.
    The admin user in 10G environment was 'Administrator/admin' which was native in 10g. During the upgrade process, I have set the new password for Administrator to be 'admin123' and upgrade was a success.
    Now that I have upgraded the rpd, when I open it in offline mode, I was successful by entering Administrator/admin123. However, when I try to open it in online mode, I encounter the below error:
    nqserror:13024 successful completion of initialization block "*ISAuthentication*" is required
    My 11g version is 11.1.1.6.5
    Any thoughts on how I can debug this issue?
    Thanks in advance

    Just an update:
    In my below set up:
    ISAuthentication -- 5 target variables: User, email, loglevel,password, displayname
    select USERNAME, DISPLAYNAME, LOGLEVEL, EMAIL,PASSWORD from IS_SEC_USER
    where UPPER(USERNAME) = UPPER(':USER') and PASSWORD = IS_GET_MD5_VAL(':PASSWORD')
    Variable User and password was 'Administrator' and 'admin' in 10G when I ran the test on the initialization block, however, when I test the same block in 11g rpd, these 2 variables are blank..
    I do have 'Administrator' user created through weblogic and it is showing up in the rpd.
    Any thoughts on why the variable is not working in 11g rpd?
    Thanks

  • Upgrade CRS from 10g to 11g

    Hi,
    I am going to upgrade CRS from 10g to 11g. Can i upgrade CRS only from 10g to 11g?
    Thanks,

    user2017273 wrote:
    Hi,
    I am going to upgrade CRS from 10g to 11g. Can i upgrade CRS only from 10g to 11g?
    Thanks,You mean 11gR1, right?
    If yes.. you can... Oracle Cluser version must >= Database Software.

  • Error "The system cannot find the path specified" after upgrading to R2

    Hi guys,
    I upgrade from SP1 CU3 to R2 and since then I can not display images, I get the error: 
    Failed to run the action: Instalar Windows y Configuration Manager. 
    The system cannot find the path specified. (Error: 80070003; Source: Windows)
    just finished restart after applying the operating system. I installed all the updates, I delete and add the pxe point and nothing. The fact is that I have other tasks to capture using the same step and works fine. The hardware is a Virtual Machine
    de vmware.
    If anyone has ever happened or can help would be grateful. Sorry for my English.
    Thxxx!!!!
    Executing command line: OSDSetupWindows.exe TSManager 02/03/2014 19:08:39 932 (0x03A4)
    ==============================[ OSDSetupWindows.exe ]=========================== OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Command line: "OSDSetupWindows.exe" OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Releasing: PS100084 OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Unsuccessful in releasing PS100084. 80070490. OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    !shFile.null(), HRESULT=80070003 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,823) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Failed to open file: C:\Windows\panther\unattend\unattend.xml (0x80070003) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    this->resolveConfigFileVariables(), HRESULT=80070003 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,423) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    setup.run(), HRESULT=80070003 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,1650) OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Exiting with code 0x80070003 OSDSetupWindows 02/03/2014 19:08:39 1028 (0x0404)
    Process completed with exit code 2147942403 TSManager 02/03/2014 19:08:39 932 (0x03A4)
    !--------------------------------------------------------------------------------------------! TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Failed to run the action: Instalar Windows y Configuration Manager.
    The system cannot find the path specified. (Error: 80070003; Source: Windows) TSManager 02/03/2014 19:08:39 932 (0x03A4)
    MP server http://SCCM.domain.com. Ports 80,443. CRL=false. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting authenticator TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set authenticator in transport TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Sending StatusMessage TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting message signatures. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting the authenticator. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    CLibSMSMessageWinHttpTransport::Send: URL: SCCM.domain.com:80 CCM_POST /ccm_system/request TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Request was successful. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set a global environment variable _SMSTSLastActionRetCode=-2147024893 TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Clear local default environment TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Let the parent group (Instalar sistema operativo) decides whether to continue execution TSManager 02/03/2014 19:08:39 932 (0x03A4)
    The execution of the group (Instalar sistema operativo) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows) TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Failed to run the last action: Instalar Windows y Configuration Manager. Execution of task sequence failed.
    The system cannot find the path specified. (Error: 80070003; Source: Windows) TSManager 02/03/2014 19:08:39 932 (0x03A4)
    MP server http://SCCM.domain.com. Ports 80,443. CRL=false. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting authenticator TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Set authenticator in transport TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Sending StatusMessage TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting message signatures. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Setting the authenticator. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    CLibSMSMessageWinHttpTransport::Send: URL: SCCM.domain.com:80 CCM_POST /ccm_system/request TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Request was successful. TSManager 02/03/2014 19:08:39 932 (0x03A4)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,923) TSManager 02/03/2014 19:08:56 932 (0x03A4)
    Task Sequence Engine failed! Code: enExecutionFail TSManager 02/03/2014 19:08:56 932 (0x03A4)
    **************************************************************************** TSManager 02/03/2014 19:08:56 932 (0x03A4)
    Task sequence execution failed with error code 80004005 TSManager 02/03/2014 19:08:56 932 (0x03A4)

    Hi,
    There is a workaround:
    Wait until you get to the point where you select the task sequence
    Hit “F8” to open the command prompt
    Type “diskpart” and hit return
    Type “select disk 0” and hit return
    Type “list volume” and see if the CD/DVD drive has a drive letter of C:\ or D:\. If it does move to step 6, otherwise close the command prompt and begin the staging otherwise.
    Type “select volume X” (where X is the volume number of the CD/DVD drive) and hit return
    Type “assign letter=e” and hit return (if the E:\ is already taken up use the next available letter)
    Type “list volume” and hit return to ensure the new drive letter is active
    Close down the command prompt and begin staging
    Reference:
    Failed to open unattend.xml (0×80070003) error
    http://nikifoster.wordpress.com/2012/09/07/failed-to-open-unattend-xml-0x80070003-error/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Upgrade BI from 10g to 11g

    Hi,
    We have Oracle Bi 10G version and we need to upgrade that to 11g. It is in IBM AIX platform. Could any one give me the link to download the same
    Saravana

    Hi all,
    I managed to realise what was the problem.
    It seems like with BIP 11G, one does not to explicitly select "concatenated SQL Data Source" as was the case in 10G when using more than one data source. This option is implicitly applied.
    The issue on my side was that some of the templates I had upgraded from 10G were corrupted hence the data was returned through xml but not other template based output.
    Thanks
    Joster

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • 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

  • ODI Procedures not working after upgrading from 10G to 11G

    Hello Gurus,
    We have run into a scenario where the procedures in ODI are not working after we upgraded it from 10G to 11G (11.1.1.6). However we can make it to run if we create the procedure from scratch.
    Also we are having issues related to packages where in the packages were running before we applied the patch 11.1.1.6.3. And after applying the patches they are not running.
    Any help will be appreciated.
    Thanks

    If you want someone to help you, please be elaborate in the exact errors you are getting.
    A general statement would do nothing but guess work.
    What is the error that you get while executing the procedure.
    What are the exact issues that you get while executing packages ?

  • I cannot send emails, only receive, after upgrade to Yosemite today, Apple should resolve this issue. Any help more than welcome. Thanks in response to Pita Fito I have contacted three more people that made the upgrade and they have the same problem

    I cannot send emails, only receive, after upgrade to Yosemite today, Apple should resolve this issue. Any help more than welcome. Thanks
    in response to Pita Fito
    I have contacted three more people that made the upgrade and they have the same problem. My advise is not to upgrade until Apple solves the serious issue, I would hate to have to re-install Outlook...

    I can send e-mails just fine with apple mail on yosemite...
    Might not be a generic problem but rather a personal problem..
    You should try find a fix rather than waiting on apple.
    Hopefully somebody can help you out.
    More than happy to help with your settings/preference pain... And compare mine with yours...
    If you send some screenshots... I can send you my equivalent... So maybe you can figure it out.
    Is it a gmail or icloud email acount? Can be of more help if it is.

  • NULL and Unspecified in Dashboard prompts after upgrading 10g to 11g OBIEE

    Hi All,
    We are working on OBI upgradation project from 10g to 11.1.1.6.5. We are facing one issue in Dashboard prompt level. If we can create Dashboard prompt on a column, its giving "NULL", "Unspecified" additionally. But, in 10g there are no extra values.
    And the 10g, 11g instances are pointing to the same database and there are no NULL, Unspecified values in Database level.
    Through some blogs and articles we found some solutions n are below.
    To remove NULL:
    -->Go to the Physical Column properties in Physical Layer and Disable the Nullable option by uncheck the box.
    -->Go to the Database Features in Physical Layer and disable value to NULL_SUPPORTED.
    -->Go to Edit Dashboard Prompt, in Choice List Values drop-down list select SQL Results.
    To remove Unspecified:
    -->Go to Edit Dashboard Prompt, in Choice List Values drop-down list select SQL Results, then write the SQL statements as columnname is not equals to "Unspecfied" ( In this way we can able to remove Null's also.)
    -->Go to Content tab of LTS, in Where clause write an SQL query to restrict Unspecified values.
    Note: CHeck with ETL, because if they maintains the Default value is Null when the Datatype is Character and they can maintain 9999 or #### if the datatype is Numeric. And check the Physical query and debug it carefully.
    But, we have very big Repository and we have huge no.of Dashboard prompts. So, its not an easy thing to manage by using above solutions. Correct me if there are any mistakes in above.
    Any ideas on this...?
    Appreciate your help on this..!
    Thanks in Advance,
    Raghu Nagadasari

    Hi Frnds,
    As of now, i found the only solution for the above mentioned issue that how to avoid NULL in dashboard prompt level:
    Go to the Physical Column properties in Physical Layer and Disable the Nullable option by uncheck the box.
    We have done this manually for all tables.
    Appreciate if u have any other ideas.!!
    Thanks,
    Raghu Nagadasari

  • InfoObject is missing in report after upgrade

    Hi,
    My InfoObject Statistical ID is missing in Report after Upgrading from 3.5 to 7.0.
    I did comparison of report before and after upgrade and found this issue.
    the data content is the same but only this infoObject cannot be seen in the report
    how do I correct this issue.
    thanks
    Edited by: Bhat Vaidya on Aug 6, 2008 12:24 PM

    This not fixed. SAP couldn't explain why

  • I cannot configure yahoo small business after upgrading to Mavericks Help needed

    Hi Guys,
    it is as simple as that:
    I cannot configure yahoo small business after upgrading to Mavericks Help needed
    Thanks

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Cannot End Call on Q10 after upgrading to OS 10.2

    I cannot End Call (mostly Outgoing) after upgrading to OS 10.2. The receivers phone keeps ringing even after i try to disconnect the call. The "END CALL" option is grayed out and the red led on the top left keeps blinking. This happens very frequently (mostly Outgoing calls). Any thoughts or solutions Thx

    marootz wrote:
    I cannot End Call (mostly Outgoing) after upgrading to OS 10.2. The receivers phone keeps ringing even after i try to disconnect the call. The "END CALL" option is grayed out and the red led on the top left keeps blinking. This happens very frequently (mostly Outgoing calls). Any thoughts or solutions Thx
    From the main screen, swipe down from the top black bezel to Settings > About... what is the OS Version listed there?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Cannot print a PDF file after upgrading to Windows 8.1

    Cannot print a PDF file after upgrading to Windows 8.1
    I can print anything else from either the Desktop or Start but not a PDF.  No error message but just does not print.
    Update: down loaded Adobe Reader which runs on the desktop so when I read a PDF file it now runs on the desktop and I can print it.

    Cannot print a PDF file after upgrading to Windows 8.1
    I can print anything else from either the Desktop or Start but not a PDF.  No error message but just does not print.
    Update: down loaded Adobe Reader which runs on the desktop so when I read a PDF file it now runs on the desktop and I can print it.

Maybe you are looking for