Oracle BI Interactive Dashboards not working even OC4J is running

Hi,
Just now I have installed OBI EE in my machine ( Standalone system). I have started the oc4j and it says "Initialized", when I try to open the Link for "Oracle BI Interactive Dashboards", its not opening.
Regards,
Ashoka BL

Hi
What error are you getting while opening the dashboard.... have u started all other services eg. Oracle BI Server, Oracle BI Presentation services, Oracle BI Java Host... check all these services in the services.msc window..
hope this will help you
thanks & regards

Similar Messages

  • Oracle BI Interactive Dashboards not working

    Dear All,
    We have installed OBIEE 10g in local machine and then Oc4j started. if click the Oracle BI Interactive Dashboards
    The below link only problem and mentioned error mess also
    http://system12:9704/analytics/saw.dll?Dashboard
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    can some one help me.

    Dear All,
    we are facing the below problem Oracle BI Presentation Server cannot start and Oracle Bi java Host also, have checked instanceconfig mentioned below.
    C:\Documents and Settings\sytem>net start "Oracle BI Presentation Server"
    The Oracle BI Presentation Server service is starting.
    The Oracle BI Presentation Server service could not be started.
    A service specific error occurred: 4294967295.
    More help is available by typing NET HELPMSG 3547.
    C:\Documents and Settings\system>net start "Oracle BI java Host"
    The Oracle BI Java Host service is starting.
    The Oracle BI Java Host service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    <?xml version="1.0" encoding="utf-8"?>
    <WebConfig>
    <ServerInstance>
    <DSN>AnalyticsWeb</DSN>
    <CatalogPath>D:/OracleBIData/web/catalog/samplesales</CatalogPath>
    <Alerts>
    <ScheduleServer>SYS9</ScheduleServer>
    </Alerts>
    Kindly give the solution for this issue.
    Kindly help me we are facing the problem so far.

  • Interactive notifications  not working in my 5s

    uupdated my iphone yesterday but after  update my interactive  notifications  not working 

    Have you restarted your iPhone?  http://support.apple.com/kb/TS1702
    Restart the app
    Close the app and open it again.
    Restart your device
    Turn the device off and on.
    If that does not help, reinstall iPhoto - that fixed the same problem for me, but that will delete the iPhoto library, so your journals and slideshows will be lost. You may want to make a backup of your iPhone before you try that.
    Reinstall the app
    Remove the app from your device and reinstall it. Remember that deleting an app also deletes its data.
    Delete the app.
    Press the Home button.
    Go to the App Store and download the app again.
    Wait for the app to download, then open it from the Home screen.
    If the download stops, you can resume it.
    If even reinstalling iPhoto does not help, restore your iPhone:  http://support.apple.com/kb/TS3281

  • Oracle date parameter query not working?

    http://stackoverflow.com/questions/14539489/oracle-date-parameter-query-not-working
    Trying to run the below query, but always fails even though the parameter values matches. I'm thinking there is a precision issue for :xRowVersion_prev parameter. I want too keep as much precision as possible.
    Delete
    from CONCURRENCYTESTITEMS
    where ITEMID = :xItemId
    and ROWVERSION = :xRowVersion_prev
    The Oracle Rowversion is a TimestampLTZ and so is the oracle parameter type.
    The same code & query works in Sql Server, but not Oracle.
    Public Function CreateConnection() As IDbConnection
    Dim sl As New SettingsLoader
    Dim cs As String = sl.ObtainConnectionString
    Dim cn As OracleConnection = New OracleConnection(cs)
    cn.Open()
    Return cn
    End Function
    Public Function CreateCommand(connection As IDbConnection) As IDbCommand
    Dim cmd As OracleCommand = DirectCast(connection.CreateCommand, OracleCommand)
    cmd.BindByName = True
    Return cmd
    End Function
    <TestMethod()>
    <TestCategory("Oracle")> _
    Public Sub Test_POC_Delete()
    Dim connection As IDbConnection = CreateConnection()
    Dim rowver As DateTime = DateTime.Now
    Dim id As Decimal
    Using cmd As IDbCommand = CreateCommand(connection)
    cmd.CommandText = "insert into CONCURRENCYTESTITEMS values(SEQ_CONCURRENCYTESTITEMS.nextval,'bla bla bla',:xRowVersion) returning ITEMID into :myOutputParameter"
    Dim p As OracleParameter = New OracleParameter
    p.Direction = ParameterDirection.ReturnValue
    p.DbType = DbType.Decimal
    p.ParameterName = "myOutputParameter"
    cmd.Parameters.Add(p)
    Dim v As OracleParameter = New OracleParameter
    v.Direction = ParameterDirection.Input
    v.OracleDbType = OracleDbType.TimeStampLTZ
    v.ParameterName = "xRowVersion"
    v.Value = rowver
    cmd.Parameters.Add(v)
    cmd.ExecuteNonQuery()
    id = CType(p.Value, Decimal)
    End Using
    Using cmd As IDbCommand = m_DBTypesFactory.CreateCommand(connection)
    cmd.CommandText = " Delete from CONCURRENCYTESTITEMS where ITEMID = :xItemId and ROWVERSION = :xRowVersion_prev"
    Dim p As OracleParameter = New OracleParameter
    p.Direction = ParameterDirection.Input
    p.DbType = DbType.Decimal
    p.ParameterName = "xItemId"
    p.Value = id
    cmd.Parameters.Add(p)
    Dim v As OracleParameter = New OracleParameter
    v.Direction = ParameterDirection.Input
    v.OracleDbType = OracleDbType.TimeStampLTZ
    v.ParameterName = "xRowVersion_prev"
    v.Value = rowver
    v.Precision = 6 '????
    cmd.Parameters.Add(v)
    Dim cnt As Integer = cmd.ExecuteNonQuery()
    If cnt = 0 Then Assert.Fail() 'should delete
    End Using
    connection.Close()
    End Sub
    Schema:
    -- ****** Object: Table SYSTEM.CONCURRENCYTESTITEMS Script Date: 1/26/2013 11:56:50 AM ******
    CREATE TABLE "CONCURRENCYTESTITEMS" (
    "ITEMID" NUMBER(19,0) NOT NULL,
    "NOTES" NCHAR(200) NOT NULL,
    "ROWVERSION" TIMESTAMP(6) WITH LOCAL TIME ZONE NOT NULL)
    STORAGE (
    NEXT 1048576 )
    Sequence:
    -- ****** Object: Sequence SYSTEM.SEQ_CONCURRENCYTESTITEMS Script Date: 1/26/2013 12:12:48 PM ******
    CREATE SEQUENCE "SEQ_CONCURRENCYTESTITEMS"
    START WITH 1
    CACHE 20
    MAXVALUE 9999999999999999999999999999

    still not comming...
    i have one table each entry is having only one fromdata and one todate only
    i am running below in sql it is showing two rows. ok.
      select t1.U_frmdate,t1.U_todate  ,ISNULL(t2.firstName,'')+ ',' +ISNULL(t2.middleName ,'')+','+ISNULL(t2.lastName,'') AS NAME, T2.empID  AS EMPID, T2.U_emp AS Empticket,t2.U_PFAcc,t0.U_pf 
       from  [@PR_PRCSAL1] t0 inner join [@PR_OPRCSAL] t1
       on t0.DocEntry = t1.DocEntry
       inner join ohem t2
       on t2.empID = t0.U_empid  where  t0.U_empid between  '830' and  '850'  and t1.U_frmdate ='20160801'  and  t1.u_todate='20160830'
    in commond promt
      select t1.U_frmdate,t1.U_todate  ,ISNULL(t2.firstName,'')+ ',' +ISNULL(t2.middleName ,'')+','+ISNULL(t2.lastName,'') AS NAME, T2.empID  AS EMPID, T2.U_emp AS Empticket,t2.U_PFAcc,t0.U_pf 
       from  [@PR_PRCSAL1] t0 inner join [@PR_OPRCSAL] t1
       on t0.DocEntry = t1.DocEntry
       inner join ohem t2
       on t2.empID = t0.U_empid  where  t0.U_empid between  {?FromEmid} and  {?ToEmid} and t1.U_frmdate ={?FDate} and  t1.u_todate={?TDate}
    still not showing any results..

  • How to make new database connection using Oracle BI Interactive Dashboards

    Hi,
    I install Oracle BI Intelligence on my system.
    I am using Oracle BI Interactive Dashboard. Here we have default database connection.
    but now i want to use it for my own database. Can any body give me guideline how to
    make a new data base connection using this s/w or how to connect to my database so
    that i can make my own reports.
    I am using
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    this link.
    i make odbc connection which is fine.
    but
    Restoring the Business Intelligence Presentation Catalog and Updating Metadata
    The third point blow above heading is not clear.
    Thanks

    Umesh - in order to build Answers and Dashboard content you must first setup a Physical model, then a Business model, followed by a Presentation Catalog/Subject Area.
    All these tasks are carried out using the Repository Administration Utility.
    1) Import your physical tables using OCI/ODBC into the physical layer.
    2) Build your model
    3) Deploy
    Then you're ready to start building answers/dashboards.
    Good Luck.

  • Iphone 4 front camera not working even after reboot,resets and restore.

    i am using iphone 4 .I have problem that front camera is not working even after reboot,resets and restore with itunes.I thing there is a hardware problem.
    Now i wont to go apple store for replace the phone because phone is under warranty period.But problem is that i lost the receipt.Will apple store help me without my receipt ?please help me

    If setting up as new device without using the latest backup does not bring the camera function back, get it looked at or serviced by Apple:
    How to back up your data and set up as a new device
    Apple - Support - Service Answer Center

  • Touchpad does not work even after format - x220t

    Hi there,
    I've had my X220 tablet for about 10 months and it has been great.  For the last month however, the touchpad and touchpoint have become flaky.  When rebooted or coming out of standby, the touchpoint/touchpad often did not work; after resetting a few times, i would work, but then stop working again when the system when into standby mode.
    I thought this was a driver issue, but uninstalling and reinstalling to the newest drivers did nothing.  I have also updated/reset the BIOS.
    I have more recently have not been able to get the touchpad working at all now and relying on just the touchscreen for input is very frustrating. 
    When Windows 8 CP came out this week, I decided to give the computer a fresh format and reinstall Windows --- maybe that would resolve the issue. No luck.  The touchpoint/touchpad did not work even in Windows 8.
    I read around a bit and have tried disabling JUST the touchpad in the BIOS, and amazingly, the touchpoint will work fine when I do that.  When I disable just the touchpoint or leaving both enabled, neither the touchpad or touchpoint will work.
    As far as I can tell from what I have been able to diagnose, the touchpad is damaged and is causing a conflict with the touchpoint when enabled.  I am not sure of this, but it is my belief now.
    Are there solutions out there for me?  I do have 2 months left on my warranty, but I hope to keep mailing my notebook in for support as a last resort.
    thank you,
    steve

    xyster wrote: 
    When Windows 8 CP came out this week, I decided to give the computer a fresh format and reinstall Windows --- maybe that would resolve the issue. No luck.  The touchpoint/touchpad did not work even in Windows 8.
    If you are ready to reinstall Windows, try this method:
    http://forums.lenovo.com/t5/X-Series-Tablet-ThinkPad-Laptops/My-X220t-Clean-Install-Method/td-p/6612...
    If after that your trackpoint/touchpad still don't work, I think one of them (or both) is defective.
    X220t | i7 | 320GB HDD | 8GB RAM | WIN7 PRO
    IdeaCenter A520 | i5 | 1 TB HDD | 6GB RAM | WIN8.1

  • After upgrading to Lion Image Capture does not work, even though it is intel software.  Gives error 9931.  What gives?

    After upgrading to Lion, Image Capture does not work, even though it is intel software.  Gives error 9931.  What gives?

    Ouch, if it is indeed damaged, then sadly you need to restore the whole danged huge OS!
    Didn't used to be this way before Lion/10.7.
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    If that doesn't help Reinstall the OS.

  • Social App not working even after update from noki...

    nokia n8 social loading feeds.
    My wife and i have the same problem now, only last week she said my phone will not work on facebook the widget on main home screen will not load feeds at all, and the widget is now blank saying refresh all the time, so i linked the phone up to the computer and did a scan for new updates with nokia updater which you can download from nokia site.
    Its now the 4th jan and the phones still will not work even after and update from a socail app,
    nothing , facebook will load after a few pushes, and looks like its loading till it says loading feeds then it says the (wording unable to load news feeds) 

    Uninstall the social app and reboot your phone. Then go to software updates and reinstall from the offering given in the updates. I've uninstalled and reinstalled social twice and it has worked both times.
    blitZkid
    Nokia C7: Running on Nokia Belle
    "If I'm helpful in anyway, a click of appreciation on the star would be nice"

  • MacBook Keys not working even after KeyBoard Firmware update

    My friend's sister bought me a MacBook from the US last October. Fortunately, Apple announced the release of Leopard also on the same month and I got a free upgrade to leopard. I installed leopard about 3 months back. My keyboard was working fine when I had Tiger installed. After I installed Leopard, I remember installing a Keyboard firmware update once through the Software Update.
    About two three weeks back, my MacBook started acting wierd. Some keys were not working (mostly 't', 'q', left shift, left command, zero which is not working even now. I couldn't close the last bracket because the key is not working. I am a php programmer and I can't think of living without the closing bracket and zero keys . But most of the keys works on and off.
    After seeing on several sites that it is a problem with firmware, I once again downloaded the firware update, but couldn't install it since the installation wizard says that my system doesn't need it.
    Can someone plz tell me what to do now? Will reinstalling help?
    Thanks in advance.

    The problem persists everytime I restart my system or wake it up from sleep. But each time different keys have problem. I am now downloading update 10.5.4. Can someone plz help me?

  • The g, h and backspace on my keyboard are not working even after replacing with a new one.

    The g, h and backspace on my keyboard are not working even after replacing with a new one. I have also updated my BIOS still d same. Please help me ASAP.
    ...am waiting for a QIUCK RESPONSE

    How does a usb keyboard attached externally work?
    You might try a "hard reset" where you remove battery and AC charger, hold down power button 20-30 seconds and then reassemble and turn on. Reset BIOS (F10) to default settings, too. 

  • Why does my iMessage not work even with my apple ID signed in?

    Why does my iMessage not work even with my apple ID signed in?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom
    BTW- Your profile shows you have iOS 6.1.4 installed. The max iOS for an iPad is 6.1.3. iOS 6.1.4 is for iPhones only.

  • Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file bu

    Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file but not working. What is the matter and how can I deal with it?

    I am trying it on Adobe Acrobat Reader 9.2.1. Tried to fix Hex code, and also tried 'edit-preference-trust manager'. I focusing on Adobe registries but still couldn't fix the problem.

  • Accidentally deleted x protect meta.plist and plug in not working even after downloading latest

    Hi all
    Need some help here. It started off like this - after upgrading to mavericks, i had a problem viewing some java stuff. Googled and read somewhere to delete the x protect meta.plist and thus, did so. After doing that, my youtube videos etc all couldnt work. So googled again and did whatever the rest suggested - download latest version of Java, uninstall java and reinstall again, install other versions of java etc etc. all didnt worked.
    Someone just pointed out that I had deleted a very critical security file (x protect meta.plist) and might have more problems that I thought on my hand.
    Im not very technical or IT saavy, so please kindly advise. Most of the problems surfaced after deleting that file. And right now, plug in for videos are still not working even though I have attempted various 'solutions' suggested in this forum (the not too technical ones) and java is still cranky. Pls advise. thanks!

    Anyone able to help?
    1) How did u solve the missing/out of date plugin?
    - Have tried installing numberous times the latest version - doesnt work
    - Tried uninstalling and then reinstalled earlier versions of java - doesnt work too
    read somewhere to delete the xprotect meta plist - realised much later that piece of advice was for snow leopard OS and thus, did not work too. A forummer told me today this file is a critical security file and i should not have deleted it. WHat can I do now?
    current situation:
    still cant play youtube videos and other videos.
    java on some sites still cant work

  • Oracle 10g database homepage not working?

    Oracle 10g database homepage not working?
    Hi just i installed oracle database 10g express edition but after the restart the oracle database homepage wont open http://127.0.0.1:8080/apex that link always telling cannot display...
    here i have posted lsnrctl status
    pls help
    thanks in advance
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY…
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 25-SEP-2010 17:52:11
    Uptime 0 days 1 hr. 28 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\se…
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\se…
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIP…
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOS…
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully

    I had a problem of accessing Oracle 10g database homepage. After a couple of days of research and discussions with coworker we found a solution.
    Here is the solution:
    1. Find out your default browser.
    2. Configure your default web browser to connect to the Oracle Database XE Database Home Page as stated
    here:
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25143/toc.htm#CIHHJEHF
    If this does not help de-install Oracle XE and reinstall following the instruction. During re-installation find out your default browser and configure it as instructed.
    I suspect when the default web browser changes the Oracle 10g XE Database Home Page stops working.
    Good luck

Maybe you are looking for

  • How to import a playlist in Home Sharing From Computer to ...

    How to import a playlist in Home Sharing From Computer to computer and other devices?

  • Show popup when selection is made on SelectOneChoice

    Hello Geniuses! I am back again with another question. =D Using Jdeveloper 11g Release 1. I am trying to show a popup when a value is selected on a selectOneChoice component. I tried to use showPopupBehavior but looks like you cannot use that on a se

  • Requirement class- consumtion indicator and requirement reduction indicator

    hi in DEMAND MANAGEMENT WE CAN SET REQUIREMENT CLASS can any one elobrate whats the difference between the consumption indicator and requirement reduction indicator. in help i dint get any explanation regarding the indicators which we need to se at r

  • Best CDMA Phones for Mac - Suggestions Sought

    Anyone have any suggestions on a good phone to sync w/my MacBook Pro & iMac? I'm limping along with numerous steps using iCal import/export, PhoneDirector and iCal Dupe Deleter. There must be a better way! Plus, I want to get email on my phone now. T

  • IChat users can't send pictures

    Hi, I am running an iChat server but lately my users are unable to send pictures to each other in chat.  The image shows up as a blank box with an empty circle in the corner (usually there to indicate the file being sent). This is a private, non-fede