Help Me: Issue with "Unable to Sign In" Analytics Of OBIEE 11g

Hi Friends,
I have Installed OBIEE 11g in Windows Server 2008-64 bit.I have installed through "Software Only" and ran the "Config Script".
while I was running "Config Script" , One Component was failed i.e "Executing : opmnctl start coreapplication_obips1 -----> Failed".
I just ignored that one and continue the installation.All were successfully created expect that "obips1".
Used Requirements for OBIEE11g:
Oracle 11.2.0,jdk-6u24-windows-x64,wls1033_generic,ofm_rcu_win32_11.1.1.3.3_disk1_1of1(RCU),OBIEE 11g 11.1.1.3.0.
All servers are up(NodeManager,WebLogic,BIServices,opmnctl) and the status of "opmnctl" also shows are are "Alive".
But here the problem is I am unable to login "Analytics" and even I am able to login "Console" and "EM".
I am getting an Error while I was logging to the Analytics i.e "An error occurred during authentication. Try again later or contact your system administrator".
can any one help out how to fix the problem to Login Analytics successfully .
and suggest me that need to add any patches or other ways to fix the problem.
Please help me out. Thank you
Regards,
Chiranjeevi.

Can you check to see if you are able to login to Admin tool using the sampleliteapp Repository? Try the below solutions. If your not able to login to Admintool also, then solution 2 is more likely to fix the problem
Solution 1: (Restart BI services )
Try to restart all the BI Services.
1. Go to EM
2. Click on Business Intelligence to expand it
3. Click on Coreapplication, then Capacity Management tab
4. Click Restart All
5. Once all the compnents are restarted, the logon is enabled using the new port number being set.
Solution 2: ( Refreshing GUID's)
Open the NQSConfig.INI file for editing. For more information, see "Where are Configuration Files Located?" in Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.
Locate the setting FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = NO and change its value to YES.
Modify the instanceconfig.xml file to instruct Oracle BI Presentation Server to refresh GUIDs on restart. Edit the file to add the last line in the following instruction.
<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">
<ps:UpgradeAndExit>false</ps:UpgradeAndExit>
<ps:UpdateAccountGUIDs>UpdateAndExit<ps:UpdateAccountGUIDs>
From a terminal window, stop and restart the managed processes using the opmnctl parameters stopall and startall. You can use the parameter status to verify process status throughout.
The following components are involved: Oracle BI Presentation Server, Oracle BI Server, Oracle BI Scheduler, Oracle BI Cluster Controller, and Oracle BI JavaHost.
For information about using opmnctl commands, see "Using the OPMN command line to Start and Stop Oracle Business Intelligence System Components" in Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.
Edit the NQSConfig.INI file to reset the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES to NO and restart the Oracle BI Servers.
Remove, set to none, or comment out the line (see UpgradeAndExit in the following example) added to the instanceconfig.xml file (that instructs Oracle BI Presentation Server to refresh GUIDs on restart).
<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">
<ps:UpgradeAndExit>false</ps:UpgradeAndExit>
<ps:UpdateAccountGUIDs>none<ps:UpdateAccountGUIDs>
Restart the Presentation Server for the instanceconfig.xml file that was updated.
Make sure Oracle WebLogic Server and the system components are also running, if they are not running, restart them.
For more information, see "Starting and Stopping the Oracle Business Intelligence Components" in Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.
Let me know if that worked for you.
Thanks
-Amith.

Similar Messages

  • Issue with the drill path in Hierarchy in OBIEE 11g

    Hi ,
    We have upgraded to 11g(11.1.16.6) and an issue we are facing is that the drill path for the time hierarchy is not same.
    In 10g its Year >Quarter >Month>Date.
    BUt in 11g its rendering as Year >Quarter >Month>Week Number >Date.
    The week number is present in the hierarchy defined in the RPD, but the week number has "Use for Display " unchecked.
    Not sure why it then is coming up in the drill .

    Hi,
    You try to make the changes in the hierarchy as per required,and clear the cache then reload the rpd and then restart the services.
    its just a try, and reward me if it correct.
    Thanks,
    tinku

  • Encoding issue with " " Less than sign

    Hello Experts,
       I am working on Receiver Webservice scenario where I am facing issue with "<" less than sign. SAP XI system automatically replace it with "&#60;" sign. I can see the changed value in Audit log of communication channel.
    Web service is not able to accept the data and I can see error message in audit log
    SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAPEXCEPTION - soap fault: Server was unable to read request. ---> There is an error in XML document (1, 573). ---> The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type._
    When I check the payload in audit log I can see the XML structure properly but as I open it in Notepad I can see character code "&#60;" instead of  u201Cless than <u201D symbol.
    Audit log XML file is as given below
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:TurnaroundDetail xmlns:ns1="http://isotrak.com/webservices">
      <ns1:sessionid>3f2f2592-39d5-456e-8cf2-5d7ee81402c8</ns1:sessionid>
      <ns1:data><Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><TurnaroundDetail><PlannedJobDepartureDatesFrom="2011-03-01T12:01:23.00" To="2011-03-01T12:07:10.00"/><DepotReference DepotReference="EASTLEIGH"/><DepotReference DepotReference="CHANDLERS"/></TurnaroundDetail></Request></ns1:data>
      </ns1:TurnaroundDetail>
    When I open it in notepad I can see converted value
    <?xml version='1.0' encoding='utf-8'?>
    <TurnaroundDetail xmlns='http://isotrak.com/webservices'><sessionid>dcc4adcd-ce8f-403d-a1cf-01fcc5aab066</sessionid><data>&#60;Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">&#60;TurnaroundDetail>&#60;PlannedJobDepartureDatesFrom="2011-03-02T08:28:29.00" To="2011-03-02T08:38:09.00"/>&#60;DepotReference DepotReference="EASTLEIGH"/>&#60;DepotReference DepotReference="CHANDLERS"/>&#60;/TurnaroundDetail>&#60;/Request></data></TurnaroundDetail>
    I hope this is not caused due to AnonymizerBean configured in receiver SOAP comm channel.
    anonymizer.acceptNamespaces   http://isotrak.com/webservices ''
    anonymizer.encoding  ISO-8859-1 (also tried utf-8)
    anonymizer.quote  ''
    Could you please suggest if I can get rid of "&#60;" character and get < less than sign? Or it is obvious behaviour by SAP XI system w.r.t Encoding and Receiver end needs to decode this character?
    Note: As per Web service requirement whole XML data to be processed by webservice is populated in single Data field. As here we are populating whole XML data file in one field named data
    Thanks in advance.
    Vinit.

    Simply typing "Test <test> test" into a frame and exporting that yields
    <ParaStyle:Body>Test \<test\> test
    and reading it back into ID gives the expected result.

  • Unable to start presentation services , in OBIEE 11g

    Hi ,
    Unable to start presentation services , in OBIEE 11g :
    [2013-01-18T13:38:49.000+05:30] [OBIPS] [INCIDENT_ERROR:1] [] [saw.webextensionbase.init] [ecid: ] [tid: ] Invalid item /system/mktgcache/01HW447397/sawguidstate.[[
    File:catalogimpl.cpp
    Line:660
    Location:
         saw.webextensionbase.init
         saw.sawserver
         saw.sawserver.initializesawserver
         saw.sawserver

    Follow the steps below:
    1.Shutdown all OBIEE services.
    2.Replace the files sawguidstate and sawguidstate.atrin the location:
    <Instance_Home>\instances\<instance_name>\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\<project>\root\system\mktgcache\<name>
    with the same files from a backup or from another working instance.
    3.Restart all OBIEE services.

  • HELP! Apple Configurator - 'Unable to sign profile'

    Anyone out there able to help, please??
    Had Apple Configurator up and running fine. Stupidly decided to do a bit of tweeking and now it won't let me do anything. I unsupervised all my iPads so that I could wipe them for a new group.
    I'm now trying to supervise them again and install exactly the same profile and restore a backup. This has worked fine before.
    I am now getting a message saying 'Unable to sign profile' and it will not do anything.
    Any help, suggestions or anything would be really appreciated. I'm supposed to be using the iPads with a very excited group of 7 and 8 year olds in about three hours. I really don't want to let them down:(

    I was just having this issue too.  I tried plugging just one in and then messing with its settings and I think the problem was that the wifi was turned off.

  • I am having issues with my password signing onto my phone and my iPad

    I have been having huge issues with my apple Id and password every time I enter in my apple Id and password it will not accept my password and I tried changing my password and when I go to use it it says it is wrong .I am so tired of having to change a password for all my apple products It is ridiculous. Ever since I went to the apple store and they had me use that darn ICloud everything has been screwed up. I never used I cloud for anything before and now I cannot do any updates on my iPhone or iPad or even my mac laptop. I do not know what to do can any one help?
    I also have been having issues of an old apple Id That I had once which I no longer have any more and Have not had constantly pops up and i do not know how to get rid of it

    Reset the iPad and see if that helps. Close all apps first.
    Tap the home button once. Then tap the home button twice and the recents tray will appear at the bottom of the screen. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button twice.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that doesn't work, you should probably restore the iOS software. Instructions are in this kb article.
    http://support.apple.com/kb/ht1414
    If that fails, you are pretty much out of options and you should take your iPad to an Apple Store. They might be able to use their magic to restore the device for you, or if it is a hardware problem they will explain your options to you at that point.

  • HELP: SERIOUS ISSUES WITH BILLING

    I have had serious issues with BT since joining their service. Without getting into the issues we had with the BT homehub and other things at the start of the contract with them here is what's been happening. 
    When we joined BT we explained that we wanted a monthly direct debit. Sounds simple enough but apparently not. 
    I have phoned over 6 times in the last year to change this. It has still not happened. Several times we were told that on the system it said monthly for it to be then taken out quarterly. In July while we were away this happened again. Only as we assumed that as they had informed us it would definitely be on monthly direct debit that it was the money for the whole of the quarter was not there. So when they took the money for a quarterly bill again. We were charged. It has set back other bills as the money had been eaten up by charges for this. As you can imagine we were quite annoyed. This was not our fault and we felt that BT were not capable of holding our account details without taking money they we repeatedly requested not to. I admit we should have kept a closer eye on our bills account but you don't think that a company will repeatedly do this to you. 
    After phone calls it emerged that they would not say more than a 'sorry' about this. 
    The saga then continued. I cancelled the quarterly direct debit at the back and have asked BT to send me monthly paper bills. Then last month our phone and internet was cut off. 
    We rang up and suggested that due to the mix up could they add the money we owed to our monthly bills and we'd pay this off on top of the monthly bill. Despite that the reason we owe this at all is not through any fault of our own but through theirs. The money would have been available had they taken it as repeatedly requested.
    We were on the phone for 1hr and 10 mins ( 21st September) to three different people. No, they said  must be paid in 10 day. My partner only managed to get money off this in about an hour - the point being we were happy to pay the whole amount over a year and were not allowed. We asked to speak to a manager after 1hr and 10 and were put back to the start of the queue. 16 minutes later the man we spoke to said a manager named Samantha would call us back. No-one did. 
    On the 22nd of september a rather annoyed me called back and repeatedly requested a manager - sadi would be put though. After 17 minutes the phone went dead. 
    Called later on same thing phone went dead after requesting a manager at 10 minutes.
    Later on called for 28 minutes and told the call centre the issue £20 deducted from amount but said it had to be paid in ten days and a  bill would be sent. Was told that the internet would be reconnected that day. 
    23rd September was hung up on after thre minutes on requesting why the internet had not been connected.
    Phoned later. The man that I spoke to said that no action had been put through to reconnect the internet. He would do it and it would be through by 5pm.
    My partner phoned at 8pm when the internet still had not been reconnected. It was done the next day. 
    Today BT phoned to ask if I had the bill ( Not sent) and tell me that the line will be disconnected by the end of the day. i explained that we were in the middle of complaints procedures with them. She looked on the system and said that there were no notes on the account. I asked for a manager and then asked for this managers superior. She put me through to someone that when questioned was not her superior and half way through my explanation of this....you guessed it..... the line went dead. 
    I am so annoyed that we've been fine with bill paying and as of their mistake we're now in debt to them and feel like we can't sort it out as there is not anyone who will listen or help. Has anyone had similar probelms or does anyone have a number for their English call centre?
    Jess

    hi Jess,
    I am really sorry that you have had so much trouble trying to get this sorted out.  I'll get this straightened out.
    Could you drop me in an email please to the address in my profile with your BT account and telephone number along with a link back to this thread.
    Cheers
    Craig 
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Issue with ability to Sign

    I used adobe 8 proffesional to create a pdf form that I want digitally signed.
    When I preview, I am able to add a digital signature and Document Properties/Security it indicates signature allowed.
    When I open the document in Adobe Reader.  I cannot sign.
    Document Properties/Security state Signing:  not allowed.   We are not using Echo.  Help!

    In order for digitally sign with Reader, the document has to be Reader-enabled. To do this in Acrobat 8, select: Advanced > Enable Usage Rights in Adobe Reader

  • HELP: Mail issues with Leopard

    I have been having an issue with Mail since I upgraded to Leopard. I am getting the following message when I wake my Mac from sleep:
    There may be a problem with the mail server or network. Check the settings for account “[email protected]” or try again. The server error encountered was: The server “mail.mac.com” cannot be contacted on port 143.
    Does anyone know why this might be happening? Mail seems to work fine otherwise...

    I had update problems with my PowerBook G4 as well. In my case the update stalled at Writing Package Receipt-it was installing 4 packages so I am not sure which one failed-but about this Mac showed 10.5.2 version-however the receipts were not anywhere -either in Software Updates/Installed Updates or in Library/Receipts/boms or in Console Logs-therefore, I concluded that the Update was only partial. I was unable to update it to completion using the independently downloaded Combo updates. So........., I restarted with the install DVD and did an Archive and Install (it reverted back to 10.5), then ran Software Update. It installed 7 items some of them relating to iTunes, iWork, iLife, QuickTime etc, including the combo 10.5.2 updater. It took an hour or two but everything finally installed. After that I ran Software Update again and it installed the Graphic Update. Now everything is fine except Permissions Verify/Repair takes quite long.

  • URGENT HELP PLS :  Issue with Multi Level Master Detail block

    This is an issue someone else had posted in this forum few years back but there was no solution mentioned, I have run into this same issue , The problem is as explained below.
    Any help on this is appreciated.
    Scenario:
    There are 3 Blocks in the form : A (Master Block)
    : B (Detail of A )
    : C (Detail of B )
    There is master detail relation created between A and B and B and C. So initially when we query for a record in Master A, it shows all records properly in B and C.
    Now if i navigate to the first record of B , and then second record of B , records corresponding to that record shows up properly in C block.
    Till now everything works fine.
    Issue 1:
    But in case after querying initially on Master Block A,If I go directly to the second record of B block, it clears the whole B block and C block.
    Issue 2:
    Same thing happens if I am on C block ( corresponding to second record of B block) and then navigate to first record in B block , it again clears the whole B block and C block.
    Please Help !!
    Thanks !

    Thanks Xem for Your reply , I tried those settings but it did not help..here is the original link that to the thread that talks about the same problem ,
    Issue with Multi Level Master Detail block
    The last update to this was the following :
    "I figured out that this is happening because Block Status is set to 'Changed' and this is causing it to clear out the blocks.
    But cant figure out why the status is setting to 'Changed' "
    Any Help from the form Gurus on this form in this matter is truely appreicated !!
    Thanks,
    Zid.

  • Need help troubleshooting issues with Adobe Reader X

    Hello,
    Recently our company upgraded multilpe computers to Reader X.  Initially we installed version 10.1.0.  Ever since our users on X have been experiencing problems.  We are seeing three different issues.
    1) A user will fill out the PDF and click print.  At that point a popup appears with the message "Adobe Reader has encountered a problem and needs to close.  We are sorry for the inconvenience."  The user has the choice to click on Debug or Close.  Clicking Debug doesn't appear to do anything.
    2) Clicking on a PDF in internet explorer will launch Adobe Reader and a progress bar shows on the screen indicating that the PDF is loading.  The progress bar goes away and the user is left looking at a grey screen.
    3)  When attempting to open a PDF the user recieves this message "The instruction at "0x00720065" referenced memory at "0x00720065" . The memory could not be "written."
    In every situation the only way to get past the problems is a restart of the PC.
    As an attempt to resolve the issue we tried upgrading several users to Reader version 10.1.3.  This was done by completely uninstalling version 10.1.0 and then installing 10.1.3.  This did not have any effect on the problems.
    Can anyone here offer and suggestions?
    Thank you

    Hello,
    1. The OS on which you are seeing these issues.
    Windows XP SP3
    2. The method of deployment of the 10.1.3 update. Was it done via SMS/GPO/SCUP?
    Originally 10.1.0 was installed remotely using a program PSEXEC.  Once the errors began occurring 10.1.0 was uninstalled manually and 10.1.3 was installed using a copy from your ftp site.
    3. Can you try and update any one of your systems to the latest version of Reader i.e. Reader 10.1.4 and see if it solves the problem.
    We have upgraded one machine to 10.1.4 using the Check for Updates function within Reader 10.1.3 and are looking for any ongoing issues.
    4. Which browser are you using to render the PDFs. Is the issue seen with internal links alone or with all links. Can you try and see if the following opens on one of the faulty machine: http://kb2.adobe.com/cps/837/cpsid_83708/attachments/Acrobat_Reader_Re leaseNote_10.1.3.pdf<http://kb2.adobe.com/cps/837/cpsid_83708/attachments/Acrobat_Reader_ReleaseNote_10.1.3.pdf>
    We are using IE 8.  The issues are seen with both internal and external links as well as stand alone PDFs.  No one could open the link you sent but we could open: http://helpx.adobe.com/content/dam/kb/en/837/cpsid_83708/attachments/Acrobat_Reader_Releas eNote_10.1.3.pdf on a faulty machine.
    5. If suggestion# 3 doesn't work, can you also try and uninstall the installation on any one of the machines manually (i.e. via Control Panel > Add/Remove Programs or Programs and Features depending upon your OS) and install a fresh copy of Reader 10.1.3 (from ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.1.3/en_US/AdbeRdr1013 enUS.exe<ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.1.3/en_US/AdbeRdr1013_en_US.exe>) and see if it solves the problem. If it does, then it may be an issue with the Deployment methodology followed.
    Already tried this.  See answer to suggestion #2
    Thanks,
    Adam Behsmann
    Application Support Analyst
    Exchange Bank
    (707) 541-1044

  • Please help! Issues with file permissions on the 'Edit' file created by LR for editing in Photoshop?

    I am running a Macbook Pro with Mountain Lion. I use a Netgear ReadyNas as my storage device. I can Save, Re Save, Delete and add files without any concern on the ReadyNas from within PS or LR. However when I use the 'Edit in Photoshop" command on LR. I chose the 'Edit a copy with edits', LR creates the new duplicate 'edit' file in the same directory as the original. It opens in PS, I edit as required, however when I save the file to return to LR, I am informed that the file is locked and that I need to edit settings on file or folder, even though the settings are working for all other edits etc. I have had Netgear on this for 3 hours this evening and they cannot see any issues with the setting on the ReadyNas. Does anyone know what permissions are changed or why they are changing when the file is being created by LR?
    Sorry bit of a long winded one - but I hope that all makes sense?

    h264 is highly compressed and might be the reason your skimming isn't smooth, it may also take a bit more time to convert. I don't have to worry all that much about space so I haven't particularly tried it and can't say whether there are any drawbacks of doing so.
    If you google 'mpegstreamclip tutorials', you will see quite a few tutorials you can look at, they do tend to be specific to one task which may not exactly fit in with what you are trying to do, but looking at a few might give you a better understanding of what some options do and when to use them if at all.

  • 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

  • Issue with Icons display in PUSH BUTTONS in forms 11g

    Hello,
    This is regarding an issue with the icons background for the push buttons in the forms 11g. When we enable the icons for the buttons (.gif) they are visible on the
    top left corner of the buttons and not in the centre. In one of the forums it was written like this is a common problem in Forms 11g. Is there any way by which we can
    centralize this icons on the Forms buttons. Also I have heard that image editing tools can be used to centralize the icons. I tried with one of the tools but it seems
    like it is not working.
    Can somebody suggest a workaround for this?
    Thanks in Advance
    Ram

    I will assume you are attempting to use the images included in the Forms applet jar. These images are purposely structured so that the subject is off-centered. You should not see that same behavior if you use your own images or edit the ones built-in to Forms. However, keep in mind that the images packaged in the Forms applet jar are intended to be used in a menu toolbar and not custom buttons.
    For more information, refer to MyOracleSupport note 1391073.1 where I explain this in detail.
    Michael Ferrante
    Senior Principal Support Engineer
    Forms Global Technical Lead
    Oracle Corporation
    .

  • BI PUBLISHER:unable to find Admin tab in OBIEE 11G BI Publisher

    Hi all,
    when i am log in to the BIP using the admininstrator details i am unable to find the Administration tab on the bi publisher home. can any one help on this.
    Regards,
    Yogi.

    i found the reason why admin link not found in the bi publisher. i solved the issue with oracle bi publisher document.

Maybe you are looking for

  • Monitor out of calibration

    I've been successfully calibrating my Apple 20" display with Spyder3. A week ago my calibration went out- way out. Everything is posterized, there is no detail in the highlights or shadows. The brightness button(which I locked) is missing from the "D

  • Pass a record type vaiable in out parameter of a function in a package

    Hi All, 1.I have created a ecod inside a package. 2.Then created a function which has a out parameter of the above record. 3.Now package body i'm creating a dynamic cursor . 4.My equirement is to fetch this dynamic cursor's value into the out paramet

  • LIS updates

    Hi, My client has one sales organisation for which all standard reports are coming properly.(MCTA, MCTE, MCTE, MCTK, MCTG) But now i define new sales organisation, and made entries in IMG- logistics -General- logistics data warehouse- updating- updat

  • Back-up CD and song titles

    As reccommended, I have backed-up my purchased cuts from iTunes Store on a CD, however, when I place the CD back into the computer (from which I backed-up the files) it doesn't recognize the songs by title or artist. I tried importing one the songs b

  • Formula Variable to find Standard Price on Different Plant

    Hello Experts, I'm attempting to write a query against our Inventory cube.  I need to show: Inventory        Value of     Standard     Value of       Stock  Qty               Stock @      Price @      Stock @     Value @ Plant X      Plant X        P