Business Indicators - Iphone

Hi !
I'm running Oracle Business Indicators on the Iphone.
Reports as well as charts are displayed, but images (JPEGS stored at the server) is just shown as a "?".
If I run the same url on my desktop the images are displayed as it should.
Any ideas ?
Oracle Business Intelligence 10.1.3.4 on Win
//Sam

You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

Similar Messages

  • Issue - Oracle Business Indicators configuration in iPhone

    Hi Everyone,
    I am having an issue with Oracle Business Indicators configuration in iPhone. I have provided the IP address and username and pwd but I am getting the below error. Do I need to make any configuration or setup at our BI servier level?
    The network operation encountered an error for the activity 'creation of an OBIEE session'.
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Thanks in advance
    G

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

  • OBIEE Dashboard in iphone Business Indicators

    Hi
    one of my customer want to access OBIEE reports and Dashboard through i phone device
    the integration has done with i phone and able to access the reports from shared folders by using Oracle Business Indicators
    But I am facing with the below issues
    1. How can I access Dashboards through i phone using Oracle Business Indicators
    2.I want to drill from graphical reports which I cannot able to do it(due to png images)
    waiting for your inputs

    1. You can access Dashboards through iPhone using Safari browser.
    2. You can't drill from graphical reports on iPhone.

  • IPhone Oracle Business Indicators causing 500 Internal Server Error

    We are using the iPhone Oracle Business Indicators and we are connecting to our OBIEE Answers & Dashboards but the iPhone is causing the Presentation Server to crash.
    Steps:
    1. Logon to iPhone Oracle Business Indicators
    2. Access Favorites menu and select one of the saved Favorite reports (the report has been created as a Favorite from the iPhone)
    3. Following error is displayed both on iPhone and when accessing the Presentation Services from the browser:
    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.
    4. This is actually causing the Presentation Service to go down and we have to restart the service each time when accessing Favorite reports from iphone.
    We have investigated the files created under the catalog directory _iphone and have noticed that when a Favorite report is created from the iphone, only the .atr file is created  but not the xml file itself, which lead us to the conclusion that this be the cause of the BI Presentation Services to crash.
    Has anyone experienced this problem? and if yes, how was it fixed?
    Thank you,
    Veronica

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

  • Missing numbers in Business Indicators

    Hi,
    I'm using Oracle Business Indicators for iPhone. I discovered that in some reports (which ones, I don't know but it seems that the problem only occurs with big numbers, e.g. billions and above), some numbers are missing.
    For example, 2,424,345,123.35 is shown as 242.35, that is, the numbers in the middle are missing. That is very annoying since I really don't understand the source of the bug.
    btw, I made a trace with Wireshark, and it seems that the data from the obi server to the iPhone is correct (the number is correct). I'm wondering if the iPhone app itself is not buggy (surprisingly, the last version is 1.2, in july 2008, and there was no new version for iPhone v3.0). Did anyone see that problem before.
    Regards,

    This example uses the all_objects view and requires that you have at least as many rows in that view as in your work order table. If not, create a table with at least as many number and use that instead. The query in this example does not assume the lower and upper boundaries - it can be optimized a bit if those boundaries are hard-coded. Also, the fact that your work_order contains alpha characters (WO) had to be compensated for. Here is the idea (based on a Tom Kyte example, as usual):
    sql>create table t (work_order) as
      2    select 'WO' || to_char(rownum, 'FM0000')
      3      from all_objects
      4     where rownum <= 9999;
    Table created.
    sql>delete from t
      2   where work_order in ('WO1000', 'WO5000', 'WO9000');
    3 rows deleted.
    sql>select 'WO' || missing_id missing_id
      2    from t,
      3         (select rownum + min_id - 1 missing_id
      4            from all_objects,
      5                 (select max(to_number(substr(work_order, 3))) max_id,
      6                         min(to_number(substr(work_order, 3))) min_id
      7                    from t)
      8           where rownum <= (select max(to_number(substr(work_order, 3))) -
      9                                   min(to_number(substr(work_order, 3))) + 1
    10                              from t))
    11   where missing_id = to_number(substr(work_order(+), 3))
    12     and work_order is null;  
    MISSING_ID
    WO1000
    WO5000
    WO9000

  • BPM chart (process cube) not displaying data from business indicators

    SOA/BPM Gurus,
    I need some pointers for the below problem.
    I am trying to do a basic BPM tutorial of generating a chart out of business indicators. I am creating a custom dashboard in the BPM workspace for the Request Quote process. The problem is that after I create the chart definition in BPM workspace, the charts do not pull any data for the business indicators. Here are the high level steps that I have performed:
    1. Created a Request Quote process with typical steps such as - 1. Submission of Quote by Sales Rep; 2. Business Practices approval; 3. Deal & Contract Terms approval; 4.Save Quote.
    2. I created 3 business indicators - Revenue Dimension, Industry Dimension, discount
    3. After deployment, submitted a few quote requests through to final SaveQuote step.
    4. Added a script task just before the Save Quote step to initialize these indicators from the corresponding elements from quote.xsd
    5. Using the Sales Rep user, created a custom page and created a Data Source (Bar graph) with series=Revenue Dimension, Group=Industry, Variable=discount (operation=avg). The data type is Activity & measurement Sampling.
    Initially I thought that the cause for data not being shown up is that the business indicators are not being initialized at all. But then I debugged this by writing the business indicators to the file on the SaveQuote step; the file generated did print all the correct values for the business indicators proving that they are being initialized.
    Also, just to check whether the graph is picking any data at-all, I changed the data source to Work load per process and work load per participant and checked whether it shows transactions being created for the RequestQuote; the gragh did show data.
    I am not sure I am missing any step such as a setting,etc on weblogic or em
    Regards,
    Sudripta

    Hi,
    You should complete the instances to see the data for the "Activity & measurement Sampling" graphs.
    Make sure you have completed instances.
    thanks,
    Murugesh

  • The phone number and website for my business in iPhone Maps are wrong. How can I change them?

    The phone number and website for my business in iPhone Maps are wrong. How can I change them?

    SEARCH !!
    http://lmgtfy.com/?q=report+a+problem+in+apple+maps

  • If I want to run a small business with Iphone, how could I contact with apple company ?

    I really want to run a small business with iphone mobile, how could I contact with apple company ? please help me !

    http://developer.apple.com/contact/

  • Swap business plan iPhone 5s SIM witha new personal plan 6.

    Hi, I have an existing iPhone 5s on a business contract as well as a personal family plan with a phone that is up for contract renewal at the discount price. I want to buy a new 6-Plus on the family plan, and use it with the business phone number, by swapping the SIM that is currently in the 5s. I'd also like to be able to go back and forth if possible from time to time with the 5s. We would keep using the personal phone that is eligible for upgrade on it's existing number. Thanks, Tom

        tommyudo,
    Help has arrived! The great news is you can make these changes online as long as you have access to your business plans My Verizon account. To find the steps on how to make this change online click on the following link http://vz.to/1cDvnr5
    EfrainM_VZW
    Follow us on Twitter @VZWSupport

  • I am looking for business card , iPhone , flyer mockups video tutorials

    Hello ,
    i am learning Photoshop and looking for business card , flyer , iPhone and other mockups templates tutorials to learn in depth , if any of you know please send me the link of the tutorials
    Thanks

    iPhone templates?  Not sure what you mean by that.  Photoshop is photo and image editing software.
    Photoshop tutorials for beginners
    http://design.tutsplus.com/series/photoshop-tutorials-for-beginners--psd-12643
    Photoshop tutorials on Adobe TV
    Learn Photoshop CC | Adobe TV
    Free PSD Templates
    http://www.freepik.com/free-psd
    Nancy O.

  • Control of business through iPhone

    I bought the iPhone for its possible uses in addition to phone, pda, etc. My main other purpose was to be able to use VNC to by business network. Although VNC is not yet (i hope yet is the operative word) available directly, it is sort of available through the 3rd party iPhoneRemote Telekinesis. It is every slow right now, but I can receive reports from my POS and have actually ordered a meal using the iPhone as a portable terminal. Not the best yet, but does show promise if true VNC is made available, or if Telekinesis can be made faster, and also available in a "windows" form.
    I decided to post this here in the event that the telekinesis people might read it. I cannot get through to them from the websites I have checked, and am interested in joining the team if they are interested. My e-mail is [email protected]

    I decided to post this here in the event that the
    telekinesis people might read it. I cannot get
    through to them from the websites I have checked
    Seems doubtful they would waste much time here. I assume you've tried all the links from
    http://code.google.com/p/telekinesis/
    ?

  • Business preorder iPhone 5

    When do the business preorders start?  I've been checking since 3:01 am EST and I don't see anything?
    I just switched to VZW and my account is already to go and I can login... But I jsut see the older ipHones to order 
    1st post
    Thanks

    Great news smileyboy! Pre-orders have already began! You can now go to www.vzw.com and complete your pre-order. Have a great day!
    ChaunceyM_VZW
    Follow us on twitter @VZWSupport

  • BUSINESS QUESTION - iPhone Support For Advertising

    1. As a developer, can I build in support for advertising on the iPhone 3G?
    2. If I build an iPhone business application, can I support ADs today? Future?

    I think Google should be able to locate ad networks that serve ads in a size supported on the iPhone. I know Google AdSense does but I have a feeling it wouldn't generate many clicks.
    You have to have an account with an ad network in order to use their code in any web based application. If you aren't accepted into a network that supports iPhone sized ads, you won't be able to include code beyond a placeholder until you are accepted into a network.

  • Business Account & iPhone ?

    Has anyone be able to successfully activate a iPhone using a tax I.D.? if so how did you accomplish this?

    In answer to your question, yes, many people have been able to successfully activate an iPhone for their business account. But it's not an "accepted" way. And your company would probably balk at the way it's done.
    I could post the page where it tells you how to do it, but I don't think it's appropriate to do it here. But, knowing that you can, just Google it if you really want to.

  • SAP Business One iPhone App konfigurieren...

    Hallo zusammen,
    Seit heute gibt es ja eine SAP-eigene iPhone-App.
    Link zum APPSTORE
    Dort findet man auch einen Link zur Info-Seite von SAP auf der steht:
    You need to be running SAP Business One version 8.8 with a professional user license. Before you start using the app, make sure your SAP partner configures the mobility settings in SAP Business One.
    Mehr aber leider nicht.
    Weiß irgendjemand, wie man die Einstellung im Business One vornimmt?
    Bin für jede Information dankbar!
    LG Basti

    Hallo zusammen,
    mir ist es soeben gelungen mit meinem iPhone eine Verbindung (zumindest im Wlan-Netz )herzustellen.
    Hoffe das klappt bei euch genauso.
    Ich habe folgendes gemacht:
    1. Beim Benutzer den Haken bei "Mobile-Benutzer" gesetzt
    2. Dann die Mobilfunknummer eingetragen
    3. Dann die UUID vom iPhone eingetragen (die ewig lange Nummer)
    4. Dann dem Benutzer eine B1i-Lizenz zugewiesen
    5. Auf dem iPhone in den Einstellungen eingetragen:
    Server: <IP-Adresse>:8080  (dort musss die B1i installiert sein und laufen)
    SSL hab ich ausgemacht, da deswegen eine Fehlermeldung beim Verbinden kam
    Benutzercode: Benutzer aus SAP wo ich meine Mobilnummern und UUID eingetragen habe
    Mobiltelefon: meine Mobilnummer
    Fertig.
    Dauert beim Verbinden eventuell eine gewisse Zeit aber dann funktioniert es super.
    Gruß
    Jacqueline

Maybe you are looking for

  • I can not sync my iPhone on more than one machine.

    Hi, I got a Macbook in replacement of my Windows PC that failed on me . When I plugged my iPhone into my Mac, I couldn't sync the phone because it said 'Erase and Sync' which is something I WILL NOT be doing. So I followed the steps on another commun

  • ITunes gift card from the USA to UK

    Hi, I need some help please, or advice, or anything.. I just found in my mail this morning a very unexpected and generous gift from the USA, of $100 in iTunes gift cards ($50 x 2). I am in the UK and am disgusted to find that I cannot use them. After

  • Webi report error

    Hi All, While refreshing Webi report, I am getting error below: "An internal error occured while calling 'processDPCommands' API. (Error: ERR_WIS_30270)". Could anyone help me? Regards,

  • Doc.pageNum  InvalidGetError

    I wrote a JavaScript batch sequence with a function, in which I read Doc.pageNum. I get this error: "InvalidGetError: Get not possible, invalid or unknown. Doc.pageNum:9:Batch undefined:Exec 00 Exception in line 9 of function myFunc, script Batch:Exe

  • Windows server 2012 Datacenter Hyper-V Cluster -- Failed to validate Operating System Installation Option?

    Hi I have a 4 node Windows server 2012 Hyper-V cluster. When I try to run a cluster validation report, everything else is fine but it fails at validate the Operating System Installation Option step. I did some research but couldn't really find any so