Mobile Enablement of Dashboards on VC

Hello!
I am wondering if the output generated (WD or Flex) from VC is instantly Mobile enabled? I am specifically talking about rich graphical content like moving charts, graphs etc in typical dashboards. Or does this need a Mobile Infrastructure?
Thank you!
Kiran

I am wondering exactly the same thing. No answers or hints?
What about the Mobile Fast Track announced in 2006? Disappeared? Ever appeared? Changed name?
My need is just to understand if VC apps can somehow be used on mobile devices (e.g. BlackBerry)
Any help is greatly appreciated.
Thanks
Alex

Similar Messages

  • Mobile enable portlet

    Hi !
    I need your help if you can help me. I have a portlet done in jdeveloper retrieving student information and i want to convert it be mobile enabled portlet so as student can view with their mobile. I deploy to portal builder but seems like i keep having an error in mobile preview mode in portal builder
    Portal Builder: Error: The XML parser encountered an Error, and could not complete the conversion for portlet id=174,135842, it returned the following message: {1}
    JDEV error: The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Whitespace is not allowed at this location. Error processing resource 'file:///C:/Documents and Settings/FELICIAT/Desktop/M...
    <STUDCOURSE>Diploma In Electronics, Computer & Communications Engineering</STUDCOURSE>
    I think is because of the '&' symbol, do anyone of you know how to let XML read the '&' symbol so it can display on mobile preview mode in Oracle Portal Builder while retrieving data from database ?
    Thank you in advance!!
    Fel

    Thanks Yannick for quick response, so on this my next doubt is can we create
    1.     Standard JSR 286 Portlet
    2.     PDK-Java Portlet
    via Jdeveloper, and it may render inline without iFrame? Should I give a try on this.
    Thanks
    Ankur

  • How can I enable the Dashboards  in the UCM 10G  ?

    Hi to all, How can I enable the Dashboards in the UCM 10G ?

    There was a component (I can't remember its name) that added a dashboard. Note that it was not a supported component, so you had to take it as it is, or create your own.

  • Enabling My dashboard

    Hello,
    I am facing a very weird problem in one environment. I went to Administration -> Manage privileges and disabled My dashboard for all users except Administrator.
    That worked and My Dashboard was not visible to anyone but Administrators.
    Now I need to enable My Dashboard for all users. I went to Administration -> Manage privilages and gave access to Everyone. But it don't come up.
    I tired different combinations, but still My Dashboard doesn't come up for any user other than Administrator.
    Please let me know if you have any inputs.
    Thanks in Advance.

    Try this,
    You change privileges
    You close browser and clear private data cookies and cache,
    and then you stop service and stop oc4j.
    I hope this work.
    Thanks

  • How to make omniportlet mobile enabled

    while creating a new page on portal, i am selecting page type as Mobile and when i am adding portlet on this page,very few portlets are shown,i want to add omniportlet on this page.How can i do it?

    You simply can't
    There is a few built in mobile enabled portlets. When you view your page in mode 25 (mobile preview) you'll see only portlets that are developped with mobile support.
    Except the mobileXML and a few other, you won't fond anything interesting.
    You got to develop your own portlets for mobile access.
    See section 8.12 (Enhancing Portlets for Mobile Devices) of the portal developer guide. It will explain how to make your portlets enable for mobile.
    By the, if you start developping mobile portlets, make sure you use the correct technologies.
    You wont do the same if your target is IE/Opera on pocketPC or palms or if your target is the WAP on a standart mobile phone.
    the standarts :
    MobileXML is a deprecated standart, not supported by oracle that produce WAP content.
    The current standart is the XHTML MP (mobile profile). using this standart means that you will develop a JAVA portlet.
    An alternative is to use JSP with simple XHTML / HTML or whatever else. This will be enough to generate pages for mobile with modern browsers (IE or opera on Pocket PC or palms )
    I hope I've been clear, mobile enhancement in portal isn't a small part, difficult to synthetize in a single post.

  • BI4 Mobile Configuration and Dashboards on iPad

    Hi Experts,
    I'm going to deploy Business Objects Mobile behind Firewall, is there guide how to deploy it this way?
    On the other hand i couldnt find any documentation about limitations about deployment. What are the differences between BES/MDS, Proxy Server and Firewall ?
    I also want to clarify if iPad users will be able to view Xcelsius Dashboards, there is some 3rd party tools but isnt it comes in package?
    Thanx
    Ruben

    Ruben,
    SAP currently does not provide Xcelsius support on iOS.
    There is a 3rd party alternative called MyBI available, from the company EXXOVA.
    Regards,
    Sjoerd

  • Mobility for MII Dashboards

    Hi Experts,
    We have a requirement to built dashboards(charts and SVG's) in MII which need to be accessed using mobile devices (Iphone, tablets) which run on any OS and needs to be working in all browsers too. We are currently on SAP MII 14.0 (SP4 P7). We are planning to move ahead with development using HTML5 (will be using external libraries for charts).
    Can this be done using SAP UI5 or SAP Fiori. If yes, what would be the path forward.

    Hi Darshan.
    You can build your dashboards using SAPUI5 library controls.
    SAPUI5 has both desktop and mobile controls.
    These links will help:
    UI Development Toolkit for HTML5 Developer Center
    Making Engaging UI on SAP MII with SAPUI5
    SAPUI5 SDK - Demo Kit
    Regards,
    Rohit Negi.

  • Enabling Developer dashboard not returning any data

    HI,
    I have enabled the Developer dashboard using powershell as below. (Usage and Health data collection is enabled in service application).
    $svc = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $dds = $svc.DeveloperDashboardSettings
    $dds.DisplayLevel = "OnDemand"
    $dds.Update()
    I can see the Icon on the site. but no data is getting logged. In the "Get-SPServiceApplication", I can see the service application. How to see data in developer dashboard? I am using publishing site, which has a custom master page.
    Thanks

    HI,
    Thanks for the reply.
    I have a custom master page, and I can see the below entries in the custom Master page:
    <SharePoint:DeveloperDashboard ID="DeveloperDashboard1" runat="server" />
    <SharePoint:DeveloperDashboardLauncher
    ID="DeveloperDashboardLauncher"
    ThemeKey="spcommon"
    TouchMode="true"
    TouchModeWidth="30"
    TouchModeHeight="30"
    TouchModePaddingLeft="7"
    TouchModePaddingTop="7"
    TouchModePaddingRight="7"
    TouchModePaddingBottom="7"
    NavigateUrl="javascript:return false"
    OnClick="ToggleDeveloperDashboard(window.g_ddHostBase);return false"
    OuterCssClass="ms-dd-button ms-qatbutton"
    runat="server"
    ImageUrl="/_layouts/15/images/spcommon.png?rev=23"
    AlternateText="<%$Resources:wss,multipages_launchdevdashalt_text%>"
    ToolTip="<%$Resources:wss,multipages_launchdevdashalt_text%>"
    OffsetX="145"
    OffsetY="196"
    HoverOffsetX="163"
    HoverOffsetY="196"
    Height="16"
    Width="16" />
    But, I am not able to see the "Developer dashboard icon in custom Master page". However, if I use seattle.master (OOB master page), I can see the dashboard Icon.
    Also, How to monitor the custom webpart?
    Thanks

  • Flashplayer availability on windows mobile enabled sprint phones

    Does anyone know if it is possible to download flash player 10 onto a sprint phone that has windows mobile on it?

    I believe there is no Flash Player 10 for Windows mobile now.  10.1 will be available later this year.

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • Mobile phone enabling APEX 2.2.1?

    Hi there.
    One of the clients for a project I'm working on has asked about mobile-enabling an application we're buliding in APEX 2.2.1. Specifically he mentioned WAP-enabling the site, but looking at the larger picture I think the feature would be better focused on setting up some sort of way for BlackBerry and PocketPC phone users to access the site. I've got a number of questions associated with this:
    - Am I correct in my assumption that all recent BlackBerry models and Pocket Internet Explorer versions will display pretty much any XHTML document? If so, is there a way to guarantee that APEX 2.2.1 will always generate an XHTML-compliant HTML doc? (I've got plenty of sw dev experience, but am relatively new to APEX, so forgive me if I'm asking a really basic question there.)
    - What about WAP? I haven't found anything that says APEX will generate WML pages, so I'm assuming that it won't. (Please correct me if I'm wrong.)
    - I've found a couple of HTML-to-WML converters online. If we need to push WML to a WAP browser and APEX won't support WAP, is there a way to decouple the process of APEX generating HTML content and Apache pushing the content to client browsers? My thought process is that if we need to push WAP content out, I could try to go APEX 2.2.1 -> HTML file output from APEX -> 3rd party HTML-to-WAP converter -> WML file output from converter -> Apache -> client browser. I know that Apache can be configured to serve WAP content; I've found plenty of references for that online.
    - If there's no way to have APEX serve up WAP content, and no way to decouple the process of generating the HTML page and having it be pushed out by Apaches, has anyone else come up with a solution (whether it's a true solution, work-around, or hack) that will let APEX support WAP?
    - What else is anyone else doing as far as pushing WAP content out to the world?
    Yes, I realize that WAP is old-school, especially with the release of the latest crop of BlackBerry devices and with the advent of Windows Mobile 6. But as always, what the client wants is what the contractor will strive to deliver...
    Thanks for any help in advance.

    I built an APEX mobile app that Oracle uses internally for people search, so I've been down this path before. You can easily built a simplified template that works well on the following phones (as reported by our internal users):
    - Windows Mobile 5 and 6, Pocket PC Edition, Internet Explorer and Opera
    - Windows Mobile SmartPhone Edition
    - Nokia 9300 Communicator, Opera
    - MotoRokr E6 Linux PDAPhone
    - Nokia e62 Symbian
    - Sony Ericsson P990i and Opera
    - Treo 700p (Palm OS), Blazer
    For Windows Mobile (my platform of choice), if you can influence the browser choice at all, Opera is a strong first, with IE on WM6 coming in second and IE on WM5 finishing in last place by a VERY wide margin.
    I simply started with an almost empty template, then added the UI elements I needed.
    APEX will NOT do WAP, nor do I think there is any way to make it do WAP. It absolutely requires JavaScript to run and I suspect that even if you got it produce WML, most WAP browsers wouldn't support JavaScript. I believe Oracle Application Server Wireless can translate an HTML app into WAP, but I've never used it.
    From a development perspective, you can use the Opera browser to emulate Opera Mobile (more info here: Developing Apps for Smartphones but the best option is to get the free Windows Mobile Emulator from Microsoft. There's some good info on it here:
    http://www.amset.info/pocketpc/emulator.asp
    You'll probably have to pay for an emulator for the blackberry and palm, but I wouldn't even consider starting a project like this without ensuring that all of my developers had relevant emulators for the target platform.
    Hope this helps,
    Tyler

  • HOW TO SEE DASHBOARD ON MOBILE ?

    Dear Expert,
    I have created Dashboard in Dashboard Designer using Mobile component.
    Now I want to see the same dashboard on my mobile, Please help me how to see dashboard on mobile.
    My dashboard Process
    BEX Query -- > Webi ---> Web Services --> Dashboard
    Many Many Thanks In Advance.
    Regards,
    Divyesh Patel
    (9930578182)

    SAP Mobile Server
    The SAP Mobile Platform runtime server is called SAP Mobile Server. SAP Mobile Server is an instance of SAP Mobile Server installed as the application server to manage resource intensive traffic/communication/transactions, such as PUSH payload and synchronization, between the scale-out nodes and the data server cluster. SAP Mobile Server can be installed as a cluster. In a production environment, the SAP Mobile Server must be installed on a 64-bit host.
    There are two types of server nodes that can be installed:
    Application Service node – (mandatory) runs all services.
    Scale Out node – (optional) specifically designed to allow the stateless request/response HTTP and synchronous message services to be horizontally scaled.

  • PROMPT ON MOBILE DASHBOARD IS POSSIBLE ?

    Dear Expert,
    I have prompt on my webi report and I am creating mobile dashboard on that.
    The mobile dashboard support Prompt.
    If yes then please let me know the procedure.
    Regards,
    Divyesh Patel.
    (9930578182)

    Hi Divyesh,
    There is no specific procedure for dashbord with prompt on mobile.
    Create Dashboard as we normally do and make sure to use the mobile supported components and connections.
    Check the mobile compatibilty tab for components that you have used but are not supported.
    And check the dat manager for connections. Ones marked with * are supported.
    Save the dashboard to platform for desktop and mobile.

  • 8.81 B1iC error when enabling Dashboard Widget

    Hi,
    In the B1 client when enabling the Dashboards (Cockpit -&gt; General Settings -&gt; Enable Dashboard Widget) I get the following error in red at the bottom of the screen (and in the client message log):
    Install SAP Business One Integration Service before enabling the dashboard widget Message ID = 1290000001
    I have a clean install of 8.81 PL00 and the Integration Component, company database is a new a demo  database (SBODemoAU).
    The B1iC install created the correct SLD and I have tested the B1DI &#38; JDBC connections and both report successful connections.
    There is also a successful message in the Integration Framework message log for trigger object 1210000008 which I believe from the doco and previous versions that this is the Dashboard deployment to the Bizstore.
    I have gone through the B1iC Troubleshooting guide as much as possible (it does not yet have the 8.81 updates) but nothing helps.
    I understand the B1iServer address is now automatically created in 8.81 but how do I check the correct value and fix this problem.
    I have spent a few days on this trying different things, sniffing the network, analyzing SQL calls, so any help would be appreciated.

    I too am finding the same issues.  Am on 8.81 PL7.  (8.81.315).  B1DI and JDBC test good.  Cockpit at Company level enabled.  Enable dashboard widget does not work.  I receive "Ensure that SAP Business One Integration Service and SAP Business One Event Sender Service have been started; then wait 1 minute and try again"  Both are running and have been for 24 hours.
    From an earlier post about port 8443, here is an extract from my C:\Program Files (x86)\SAP\SAP Business One Integration\B1iServer\Tomcat\conf\server.xml
      -->
    <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" enableLookups="false" server=" "/>
        <Connector executor="tomcatThreadPool"
                   port="8080" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="8443" />
        -->
              <!-- Define a SSL HTTP/1.1 Connector on port 8443
    <Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true" maxThreads="200" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="./webapps/B1iXcellerator/.keystore" keyAlias="tomcat" keystorePass="sapB1iP" server=" "/>
    <!-- Define an AJP 1.3 Connector on port 8009 -->
         <Connector port="8009" protocol="AJP/1.3" redirectPort="8443"/>
    Any thoughts on how to resolve?

  • Getting error while Enable Dashboard Widget

    Dear Experts,
    I am getting error while Enable Dashboard Widget
    u201CInstall SAP Business One Integration Service before enabling the dashboard widgetu201D
    Even I follow all step by step process.
    Thanks
    Kamlesh

    Hi Kamlesh,
    Have you tried the following:
    Deactivate the cockpit in your Business One database - Disable My Cockpit and also disable cockpit in General Settings
    Run EventSender Setup (in first step try to avoid using localhost or IP addresses)
    In third step press Test Connection, in fourth step make sure that your database is checked, press also Receiver but ton and then Test Connecion.
    Finish EventSender setup.
    Click on SLD in the B1i Framwork and ensure connection to the Company databsae (B1DI and JDBC) is successful.
    Go back to B1i Framework UI, click Scenarios in upper menu, then select Control in left menu and (re)activate Xcelsius scenario.
    Restart EventSender service, Integration Service and Proxy services via Servies (Computer Management)
    Now you can enable cockpit in your Business One database - enable cockpit in General Settings and then enable My Cockpit.
    After installation of B1ic, the company is not listed in the SLD
    Delete all entries of table SLSP and SLSPP in SBOCOMMON. Restart integration service. In SAP Business refresh the company list.
    These solutions are documented in the attached Note 1619422.
    Kind regards
    Sean

Maybe you are looking for

  • Fonr size change in Webdnypro for ABAP

    Hi, We have a requirement to change the font size of UI elements in WDA application which is integrated in Portal via web page composer. To alloborate more, in web page composer WDA application is called as <iframe>http://<host>:<port>/bc.../<webdnyp

  • Using a Sharp AR-C260M Printer/Scanner in OSX

    I have frustrated for some time about using the Sharp AR-C260M we have in our office. I'm the only Mac user and can't get others on board because of troubles like this. Windows users can print in color and use advanced features like the duplexing, bu

  • User Privilege Clarification

    When assigning user privileges to folders, what do the following terms indicate: system= everyone= unknown user= wheel= Also, if I want to allow allow another user to use a folder, then do I have to specifically add their name to the list under shari

  • Problem when specifying LDAP connection

    Hello, i have a problem when creating a new LDAP connection. After selecting LDAP server from drop-down list (value "192.168.121.3:389" without quotes), the error message appears. Status : Failure -String index out of range: -1 This LDAP server is pr

  • How come i cant share my project to youtube?

    after the publishing bar fills up in the iMovie dialog box, and the box disappears, i do not get the dialog box with the url to view it on YouTube and it's not showing up on YouTube.  Any suggestions?  I'm downloading from a FlipCam.  Thanks.