Exposing BI CMC over internet for BO Mobile

Dear All,
I need to setup BO Mobile 4.1 SP2 and use dashboard reporting over iphone,ipad etc
We are planning to have different hardware for mobile server.
Below are the few queries I had with the BO Mobile team.
1) Planning to use HTTPS for mobile and use tomcat as reverse proxy(HTTPS enabled).
Tomcat would also be from same server. I would be following the notes 1299147. Planning to get certificates singed by CA.
a) Please let me know if any additional configurations need to be followed.
b) Command line for generating key,csr and importing certificates.(In the above note only self signed certificate information is given)
2) HTTPS for BI would be enabled (as per the above note)
3) Should the CMS (BI) server also exposed over the network with public IP address?
Because in the mobile handset configuration I need to give the IP or host name of CMS server.
Please help with relevant info.
Thanks & Regards,
SKumar

HI S kumar,
Lets take one step at a time!
First things first!
check with your network team for reverse proxy settings and firewall.
The BI server need not be exposed to internet. Proxy can be used for that.
your application server will route all request coming from your mobile device to the BI Server. So reverse proxy will work for that.
HTTPS needs to be configured on the tomcat server. Also, CA certs need to be signed.
once they are signed. Simply tell your admin to mail them to you.
Acces your mails on your ipad or iphone.
Download the certificate. It will prompt you to be installed.
These steps are mentioned in the admin guide available at help.sap.com
Regards,
atul B

Similar Messages

  • Estimated bandwidth required over internet for average ebs session

    Kindly let me know if anyone know of estimated bandwidth required over internet for average ebs session. Kindlt let me know if there is any specific/related document available.
    I have a remote site whcih I have to connect via internet for 20 to 30 users/sessions. Would it be ok to have 1MB connection for 20 to 30 users/sessions.
    Regard,
    Hussain.

    This topic was discussed many time in the forum before -- Please see the docs/links referenced in these links..
    EBS R12.1 Network connection problem
    Re: EBS R12.1 Network connection problem
    Features of hadware for E-Business Suite 11.5.10.2
    Re: Features of hadware for E-Business Suite 11.5.10.2
    http://forums.oracle.com/forums/search.jspa?threadID=&q=bandwidth&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Problem in RTP over Internet(JMF Gurus help me)

    hi,
    i have developed an application over internet for video transmission,
    from client to server the transmission is good but when from server(Static IP server) to client i am not getting the streaming using public IP
    but i am recieving the control information like system info
    username@systemname
    wot is the problem here
    -venkat

    Hi Seriphan,
    Thank you for allowing me to access your SA500.  I noticed lots of ethernet WAN errors (eth1) in your error log, like the ones that follow;
    WARN Kernel eth1: Using 10Mbps with software preamble removal
    WARN Kernel eth1: Using 10Mbps with software preamble removal
    WARN Kernel size of this packet is lesser than minimum length
    I also noticed that you manually set the WAN speed to 100 Full duplex. This means that any autonegotiation process between the Service providers xDSL modem and my SA520 will fail.
    The service providers modem seems to be running at 10meg probably half duplex and you have manually set your WAN port speed to a  fixed speed of  100 meg and  full duplex, as per your screen capture below.
    By setting a port  to a fixed speed you without knowing it turn off the autonegotiate process.  Unless you configure the xDSL modem to 100 full duplex you will have WAN connection issues.
    Please select auto in the SA520  and allow the SA500 to autonegotiate with the ethernet peer, which just happens to be a xDSL modem..
    regards dave

  • I am owning an Iphone 5 for a year now. Its battery problem is giving a lot of headache to me daily ! If I use internet for over 10 minutes continuously or play any game for 10 minutes, the battery is dropping by 15-30%.Please help me !

    Whenever I am browsing the internet or playing a game, the battery is dropping by 15-30 % daily. I am able to use only 70 percent of the fully charged Iphone battery in this way. ! It is very frustrating with this kind of thing from Apple. Can any body please help me out ! I love iPhone but this prolonged problem is giving me a lot of headache ! Any hellp will be appreciated. 

    How long are you using internet for? Are you using WiFi or mobile data? Are you watching video on websites? There are many variables that could explain a perfectly natural battery drain. As I said previously you should try recalibrating the battery. My phone used to drain by mid-afternoon with little to no use until I found out about recalibrating. Since then its been fine and its something I do at least once a month.

  • Validation for Custom document over internet -Protocol

    Hi all,
    Could you please help me , what to configure in B2B
    In protocols tab while configuring custom document over internet , do we need to swithc ON the validation or its SWITCH OFF the validation.
    For both inbound and outbound transactions(PROCES PO, Change PO, Invoice, Acknowledge PO)
    Regards
    CNU

    Hi CNU,
    If your use case requires validation of incoming and outgoing documents, then you have to set the "Validation Enabled" to "Yes" in the doc definition and have to provide the XSD's/ecs against which validation should be done. If your use case does not ask for validation, then simply set the "Validation Enabled" to "No" and go ahead with the configuration.
    Regards,
    Anuj

  • Exposing Portal over Internet

    Hi,
    We have implemented SAP modules like SRM, BI and HR in our landscape and Portal is the single point for accessing all the available functionalities. Now, we want to access the portal from Internet WITHOUT MAKING OTHER SYSTEMS accessible because of security reasons. With this, I am not able to access SRM applications because it tries to connect to Web AS of SRM system as configured in System Object of Portal.
    Please let me know the way or method used in accessing Portal over Internet.
    Thanks,
    Iftekhar

    Hi Iftekhar,
    The ideal scenario should be configuring a reverse proxy which can be place in a DMZ zone. The Reverse proxy will be use to write the rewrite rules.
    Also to ensure the security a SSL implementation is highly recommended.This can be through out the landscpe or from the internet cloud to the reverse proxy depends on the requirement.
    You can find a tons of material in SDN for configuring reverse proxy and SSL in the landscape.This could be starting point for configuring reverse proxy.
    [The Reverse Proxy Series -- Part 1: Introduction]
    and for SSL you can follow this [ADS SSL configuration journal I. / ABAP -> JAVA / 640 - 70x]
    Regards
    Indranil

  • I am transmitting data over internet and WiFi ,it's working fine with internet but when I choose WiFi for data transmission data is not being transmitted. What may be the possible issues of data transmission failure over WiFi?  Please help me.

    I am transmitting data over internet and WiFi ,it's working fine with Internet but when I choose WiFi for data transmission data is not being transmitted. What may be the possible issues of data transmission failure over WiFi?     Please help me....
    Thanks in Advance.
    Neeraj@iDev

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • Send sms to mobile over internet

    I want to send sms over Internet. i m unable to make this module..
    from where i can get sms server and gateway in java .
    where i can find this complete module.

    Sree,
    If you directly ask for any example source, nobody would probably help you out. Show the effort and tell when you getting stuck and then people would be really helpful.
    To send SMS you need to use SMPP protocol. There are many open source libraries and one of them is logica . Using this library you can send sms to any real SMSC or simulator.

  • HT1430 Can I connect my iPad Mini to my computer to tap into my internet stick (T-Mobile) devise for internet?

    Can I connect my iPad Mini to my computer to tap into my internet stick (T-Mobile) devise for internet?

    That depends entirely on your computer.  Some computers have the ability to share out their internet connection wirelessly to other devices
    Consult your computers Manual or Help file for details.
    The iPad can only connect to the internet wirelessly. So if you can get your computer to share its connection wirelessly you should be able to connect the iPad.

  • I'v read all over the internet for decent export settings for mpg but cant find any. Please help.

    Hai!
    I have been searching for good export settings to use as I export my mpg files in adobe premier cs4
    But all my results are so crapy!
    I can see they are good in premiere, but after export they are as bad as if I would use windows movie maker.
    I found that AVI uncompressed only gives out the sound, no images.
    Avi compressed gives that bad look.
    QT animation gives also bad look.
    Mp4 got a max resolution of 340 x 240, so we not even gona discust that one..
    My movies are in native MOD files. I convert em by simply changing the extension to mpg
    720x576 resolution
    25 fps
    48k Hz compressed audio
    Any more info needed?
    Thanks alot for helping me, I really looked at many threads and stuff
    over internet to find a solution but i couldn't.
    This is really urgent, the movie MUST be done within 2 days. Or else i get an F

    >My movies are in native MOD files. I convert em by simply changing the extension to mpg
    You are starting with compressed files... and then you compress again... that is a DOUBLE hit on quality
    You might try some other software (no, I don't know which one) to edit your files and export without re-compressing

  • Wake On Lan (over Internet) support for WRT610N

    Dear Linksys/Cisco
    Please please,we need Wake On Lan  (over Internet) support for the WRT610N.
    Whether it's implemented with static arp, or by allowing port forwards to the broadcast address doesn't really matter I guess.
    Please consider this for inclusion in a future firmware upgrade.
    Best regards
    Henrik Schack
    Denmark

    Linksys routes don't support WOL. It's not possible to enter static entries into the router's ARP tables which would be necessary to have permanent access to the IP address of the computer. Basically, after some time of inactivity the router "forgets" the MAC address of your computer...

  • Accessing discoverer viewer over internet

    URL's host name is changed when i am clicking to expand report link for work sheet selection. I have installed Oracle 10g AS and discoverer and trying to access work sheets over internet using discoverer viewer.

    Hello Michael,
    Thank you for your response. I did not changed fully qualified domain name. I am trying to access the discoverer viewer from outside of our LAN through internet. I have configured firewall to allow HTTP trafic to exposed server and mapped public IP and port to local discoverer server (port forwarding) to route discoverer viewer requests to discoverer server. Discover server is in our local domain with local IP address. I am able to view the viewer login and Worksheet list page with public IP in discoverer URL. When i am clicking to expand worksheet in worksheet list page, viewer changes the IP address part of URL to local host name. This local host name is not resolved outside and IE shows the 'Page Not Found' error. Pl suggest the way to resolve this issue.
    Thanks,
    Sambhaji Ghorpade

  • Secured media access over Internet on ix2-dl

    I have been very happy with accessing my media off my ix2-dl over LAN with moy mobile devices, and I noticed that the Media Server functionality does allow for remote Internet access to my media. I'm trying to understand whether or not that is secured, i.e. if a username and password is required and if it's going over SSL. In looking at the cloud configuration settings, the language suggests media is wide open to anyone on the Internet, which would be crazy to allow.
    So is remote Media Server access possible, secured with login and optionally SSL? My end goal would be to stream my medica to my mobile devices while away from home, using hotel WiFi or my mobile hotspot.

    Hello hizpanick
    At this time there are no plans to add secured media streams for the intergrated media server feature.  That of course is not set in stone.  If you would like, you could contact LenovoEMC Support and submit a feature request that would be sent to engineering for consideration.
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Watching Videos over internet

    Hi,
    I recently purchased Nokia 5233. How can I watch videos over internet on this phone??
    For eg, I connected to youtube and upon clicking on some video, it displays 'connecting' after 30 seconds or so, it shows 'unable to connect'...is there any settings that needs to be changed?? please help me
    Thanks,
    Ravi

    You can also try the mobile youtube version
    www.m.youtube.com
    or
    www.youtube.mobi
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • I don't have a DSL or cable modem to access the Internet ... just a mobile WiFi (there is no cable available at our house). How do I connect my Time Capsule to the Internet via the mobile WiFi?

    I don't have a DSL or cable modem to access the Internet ... just a mobile WiFi (there is no cable available at our house and the mobile WiFi is our only option). How do I connect my Time Capsule to the Internet via the mobile WiFi?

    LOL!!
    I am in Australia and the ISP... I think both the main ones would fit your description to a T.. big T in particular.
    Your router is really unsuitable.. if it is only wireless and no ethernet.. just buy an ethernet one.
    Do a search on ebay.. 3g router.
    But you can get the TC to join a wireless network.
    It is a non-standard setup that Apple will not support.. the option is hidden.
    If you are on Lion download the 5.6 utility. Go to the wireless set up page and hold down the option key whilst selecting wireless mode.. a new option, join will appear. You can then put in the ssid and passkey of the 3g router.
    But please note the end result of this setup..
    very slow speed. The TC is now a second wireless hop from your clients.. this will halve the speed.
    In this mode the ethernet are deactived.. for reasons only Apple know, they decided you should not use ethernet when doing this.

Maybe you are looking for