BI Apps on the hosted environment

On the hosted environment will it be just the presentation layer which would need to be configured or is there something else which needs to be taken care as well.
We do have the BI Apps financial module with us just wanted to get some insight on it.
Are we responsible for establishing the connection pool settings or will it be done by OnDemand.
If anyone could share the experience on the hosted instance it would be much appreciated.
Regards
Sabir

Hi,
Trying to remember since it's been a while since I applied for a new workspace. But I'm reasonable sure that if the password did not come with the first email, it will come in a second email after a period of time. Perhaps this is for security.
Keep us posted if you get a second email.
Regards,
Howard

Similar Messages

  • What happened to my password in the hosting environment?

    When I created a workspace on the hosted environment at http://apex.oracle.com, I was given a password (same as the name of my workspace) to go w/ the user name demo for testing my app.
    Well, the password worked fine on Friday and Monday but not today (Tuesday, May 16). How do I get a workable password? And who do I complain to about this?
    Steve the n00b in Raleigh NC

    jwellsnh wrote:
    Mine was hosed last night also. I needed to request a reset and received that overnight.
    JeffThanks, I thought it was something I did. Where do I go to request a reset?
    Steve the n00b in Raleigh NC

  • The hosted environment

    hi all ,
    i am so new to apex , i've tried to go this link http://apex.oracle.com/i/index.html to request a workspace , in order to use it with my oracle 10g rel2 db , i clicked on the link , completed the steps , and a message was sent to my email with the name of my workspace and username , but when i try to login using this link
    http://apex.oracle.com/pls/apex/f?p=4550:1:2677749641006
    it asks for the both and a password too , which i do not know what password he is asking for ?
    i tried my pw email , otn accout and it fails
    how could i login
    thanks in advance

    Hi,
    Trying to remember since it's been a while since I applied for a new workspace. But I'm reasonable sure that if the password did not come with the first email, it will come in a second email after a period of time. Perhaps this is for security.
    Keep us posted if you get a second email.
    Regards,
    Howard

  • Mapping an url-pattern to a servlet in a hosted environment

    This may not be exactly the right place for this, but I thought someone may have had similar experiences and be able to suggest something...
    My JSP/Servlet application runs fine in a Tomcat -standalone environment, however there are certain mappings (hrefs and what-not) that do not function when I upload it to the hosted environment I am using. For example, the index page contains a link to something like /xyz. /xyz is an url-pattern specified in my web.xml that is then mapped to a servlet. The hosted application gets an Apache 404 when following such a link, because (the hosting help desk tell me) by default the only requests that Apache forwards to Tomcat are /*.jsp, /*.xml and /servlet/*, as defined in their httpd.conf.
    Are any of the following possible?
    1. They introduce somes line into the Tomcat section of their httpd.conf forwarding requests like myHostedSite/xyz to my instance of Tomcat (and so not forwarding theirOtherHostedSites/xyz).
    2. (My preferred shot-in-the-dark) They introduce a line into their httpd.conf that, for my site, then references another configuration file (on my part of the system), in which I could maintain a list of mappings that Apache should forward to Tomcat.
    Otherwise, I guess, I am left to change all refences in my code and pages from /xyz to /servlet/xyz which is ugly and feels like a kludge.
    Any hints, tips, help or advice (or even directions to a better place to post this) gratefully received.

    For Point 2, surely they are using a Virtual Host for your app on tomcat? this means they should be able to configure ALL requests to Tomcat based on your Virtual Host. Unless of course your using thier host name and utilising only the context path???
    The httpd.conf should have something like:<VirtualHost your.domainName.com:80>
        ServerAdmin [email protected]
        DocumentRoot /path/to/your/app
        ServerName your.domainName.org
        ErrorLog /path/to/error/log
        CustomLog /path/to/custom/log
        JkMount /*.jsp worker1 //your worker.properties file
        JkMount /*.html worker1 //your worker.properties file
    </VirtualHost>With the DocumentRoot set it should default all your gifs, jpegs etc but route htmls, jsps and servlets through to your tomcat instance as configured with your worker.properties file.
    I have to admit, Apache to Tomcat integration can be a nightmare and the Apache httpd.conf file is a monster but the above code should work provided you have yout own domain name.
    Regards,
    Anthony

  • Understanding App Development and Hosting options

    I am having some confusion around Provider/ Autohosted App.
    Below is my understanding. Please correct my understanding or misunderstanding of the following:
    1. We cannot develop Apps on SharePoint Online which will have server side code.  The Apps developed on SharePoint online can only use html5 and javascript, not even CSOM?
    2. Auto hosted / provider hosted apps can be developed on any system where Visual Studio Express / Professional / Premium/ Ultimate is installed. It doesn't require SharePoint on the system. It however requires IIS to help us in debugging and testing
    3. On App development environment, even though it does not have SharePoint installed, we can write code using server object model
    4. We need Azure or provider hosted environment only to host the app and not for development purpose
    5. It is best practice to keep the hosting environment separate from development environment
    6. The only difference between Auto hosted and Provider hosted environment is that in case of Auto hosted , everything is managed by SharePoint while Provider hosted has to be managed by IT.
    7. Auto hosted app will work equally well on Provider hosted app. A provider hosted app can be installed on auto hosted app and vice versa
    8. We do not have control over the auto hosted app which is installed on Azure. If we want to unistall or upgrade, we will need to write remote event receiver.
    9. We have control over provider hosted app, meaning that, IT can manually uninstall or upgrade or do the same using remote event receiver.
    10. Remote event receiver's can be created either as Auto hosted or Provider hosted app
    11. Though we cannot create Apps with server side code on SharePoint online, but we can launch (host) apps that have server side code, created as auto hosted or provider hosted app.

    Hi Mokhtar,
    Thanks for the reply. It is a news that auto-hosted is removed now. Some of my questions related to Office 365 and Provider hosted are still not answered. Mainly need some clarifications on the following:
    1. Can Provider hosted apps be developed on any system where Visual Studio Express / Professional / Premium/ Ultimate is installed. Is SharePoint required on the development system? If we need SharePoint, for what purpose do we need SharePoint? Does
    SharePoint have to be on-premise / provider hosted. Can it not be SharPoint online? 
    Yes, you can develop the SharePoint Hosted or Provider hosted apps without having SharePoint installed, you can use Visual Studio 2013 Professional/Premium/Ultimate.  If you are using Visual studio 2012, you need to download Office developer tools for
    Visual studio.
    http://blogs.msdn.com/b/somasegar/archive/2013/03/04/now-available-office-developer-tools-for-visual-studio-2012.aspx
    2. Even though the develpment system does not have SharePoint installed, can we still write code using server object model ?
    No, you cannot write server object model code without SharePoint Installed.
    3.Is the provider hosted environment  required only for the purpose of hosting the app or do we need it for development purpose also?
    Provider hosted environment is required to host the application such as ASP.NET application or PHP which required IIS. It can be Azure web site or your own server with IIS or Apache server installed.
    4. Is it a best practice to keep the hosting environment separate from development environment?
    That depends, if you are just developing Apps you don't need the SharePoint Server, just you need to be connected to the SharePoint Server.  If you need to develop sandbox solutions or farm solutions, then you need to have both on same server, VS &
    SharePoint.
    Even if you are developing console application with CSOM, you don't need SharePoint to be installed you just need SharePoint Client libraries.
    5. Can we launch Apps with server side code (hosted on provider hosted app) on SharePoint online?
    No, you cannot use the server side code in hosted or provider hosted app.  You can use CSOM in provider hosted model.
    Hope it got answered all your queries. One the good reference book is
    Professional SharePoint App Development by Apress.
    http://it-ebooks.info/book/2984/
    Please mark it answered, if your problem resolved or helpful.

  • Help: Unable to set root servlet in a shared hosting environment

    I'm using a shared hosting environment with GoDaddy and can't set the http://www.domain.com/ root servlet, i.e. the servlet that gets invoked when we go to the homepage.
    I have the following web.xml file configured that currently works on my testing server:
         <servlet>
              <display-name>MainPage</display-name>
              <servlet-name>MainPage</servlet-name>
              <servlet-class>com.somedomain.MainPage</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>MainPage</servlet-name>
              <url-pattern>/mainpage</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>mainpage</welcome-file>
         </welcome-file-list>The application is configured as the 'ROOT' application on my development server, but shared in the hosting environment. I wonder if some permissions are not given since it is shared hosting environment. The error message I get when visiting the page is:
    Forbidden
    You don't have permission to access / on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.33 Server at dev9.somedomain.com Port 80Unfortunately the server get's restarted once a day, so multiple suggestions would be much appreciated. I will upload them all at once.

    Change the value of the url-pattern value of your servlet mapping in the deployment descriptor. Instead of using "/mainpage" as the value use "/index.html" or "/index.jsp".
    Edited To Add - But this might not be right, because it will result in an endless loop. You would eventually want to display the home page and it would trigger the servlet which would forward to the home page, triggering the servlet and on and on...
    I don't think I know the answer here...
    Edited by: nantucket on Apr 5, 2009 12:20 PM

  • SQL Command Error on Hosted environment

    An error is occurring on the oracle hosted environment. I don't believe that it is a problem with my IE, but with my company's antivirus software. Is there some setting I should ask them to do? I am unable to run sql commands on the hosted environment.
    Line: 241
    Char: 7
    Error: Automation server can't create object
    Code:0
    URL:http//htmldb.oracle.com/pls/otn/f?p=4500:1001

    Hi <please supply your name>,
    SQL Developer Worksheet is not available from the command line.
    The BRIDGE command is only supported in the Worksheet.
    Its an interesting idea though. Are you trying to script data move from a non Oracle database to an Oracle database using the BRIDGE command?
    The BRIDGE command was initially done to allow a simple data move from a non Oracle database to Oracle. We then build the "Copy to Oracle" feature out of it.
    http://dermotoneill.blogspot.com/2010/11/cross-database-bridge-statement.html
    http://dermotoneill.blogspot.com/2010/11/copy-to-oracle.html
    Since the BRIDGE command references connection names, which have to be defined in UI of SQL Developer any solution to run this on the command line would have to work this out.
    There are number of ways you can do this without using the BRIDGE command.
    1) Perform a capture/convert of your non Oracle database and then generate the "offline" data move scripts.
    Theses scripts use SQL*Loader and your non Oracle database tool (Ex: Sybase BCP).
    These are run from the command line and can be modified ....
    2) Use a database link from your Oracle database to your non Oracle database and reference /query the data that way.
    I would interested to hear your thoughts.
    Regards,
    Dermot
    SQL Developer Team.

  • Transitioning Primavera from Hosted Environment to a Local Installation

    We are in the process of transitioning our Primavera software from a hosted environment to a locally installed version (R8.3).  I exported my schedule selecting the Primavera .XER format from the hosted installation and imported it to my local copy.  All the WBS elements, activities, activity ID's, durations, start dates and finish dates transferred but all other coding (columns) is not there.  What are we missing?  Or, what is the best way to handle this type of transition so the schedule is the same on the other side?
    Thanks in advance.

    Do you have the option to backup / restore the entire database to your local copy?  Even if it is a different database engine (Oracle vs SQL Server), there is a migration tool to convert it.  That way you will have everything the same that was on the hosted environment.  Or, do you need to somehow merge data from the hosted environment into an existing database that you already have?  If so, you will need to piece things back together.  For example, your layouts and filters will need to be separately exported / imported.  Document 1085144.1 in the knowledgebase is a good reference for what elements are / are not exported.

  • We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double

    We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double clicked in Mac 10.6.7 at out clients location, its not opening. For your information the client is able to open this same application by double clicking on index.swf file. The main problem is that client is not able to open the application using index.app file at their office whereas we are able to do so at our office. Can anyone give some suggestions to sort this problem?

    The most common reason is different versions of Flash, or different versions of web browsers used.  Some users may elect to not have Flash installed at all because of the processor overhead of Flash.  If you are going to make an application for a client, check what operating system and browser versions they are using first.  Then determine if a stand alone application is required, or if they have the necessary plugins to run specific browser enhanced code.
    P.S. MAC is an acronym for Media Access Control.  Mac is the shorthand for Macintosh, the operating system and computers made by Apple Inc.

  • Transferring App from one workspace to other in Hosted Environment.

    Hi,
    I have two work space viz. dev_application and prod_application in hosted environment.
    This is the first time i will be transferring an application from development to production ( Note: I am not a software engineer. I am a MIS who works with excel and was trying my hand to convert excel based work to apex which proved to be a big big big hit* ).
    Can anyone guide me to transfer my development application to production environemnt.
    My application has :-
    1. Application
    2. a jquery filed in image direcory
    3. Table , sequences , index , functions.
    Note: My application is in HOSTED ENVIRONMENT
    A step by step help or a link to a good tutorial will be highly appreciated.
    Regards,
    Shijesh

    Create DDL scripts to set up each database environment the way you need to (create tables, indexes, packages, etc.). Use Oracle database utilities like datapump export to export data from one database and import into another. About javascript, you need to specify your requirements precisely in terms of where it is stored. Same with images and css.
    If you are creating a packaged application for installation in numerous databases you can create an installation script that goes with the application. See the User's Guide and the Supporting Objects page in the Builder after you select an application. There are lots of instructions throughout.
    Scott

  • Get the version of the host app

    Hi,
    how can I get the version of the host app?
    HostObject.getRoot()  only gives me the name of the app, not if it's CS6 or CC
    (in my case I'm working with Premiere).
    And are there any online docs available for these libs?
    thanks,
    Jeff.

    Oh, I forgot all about this post. This is how I got it:
    var result:SyncRequestResult = CSXSInterface.getInstance().getHostEnvironment();
                                  var hostEnv:HostEnvironment;
                                  if((SyncRequestResult.COMPLETE == result.status) && result.data)
                                            hostEnv = result.data as HostEnvironment;
    //                                        trace(hostEnv.appVersion);
    Thanks!

  • HT204266 Every time i try downloading anything from app store it gives an error message saying "This is not a Test User account. Please create a new account in the Sandbox environment."  and i didn't use jailbreak and never downloaded cracked software

    Everytime i try to download from app store it gives me an error message saying "This is not a Test User account. Please create a new account in the Sandbox environment." although i never used jailbreak or downloaded cracked software

    Yep, I've been reading through other threads on lots of different sites over the last few hours and I can't seem to find a working solution, even though some seem to have worked for other people.
    Most of them hadn't been updated in a while so I made my own post to see if anyone has anything new.

  • TS3219 When trying to install a new app on my iPhone 4S, i received a message: "This is not a Test User account. Please create a new account in the Sandbox environment". What does this mean? I cannot update or download any app. Thanks

    When trying to install a new app on my iPhone 4S, i received a message: "This is not a Test User account. Please create a new account in the Sandbox environment". What does this mean? I cannot update or download any app. Thanks

    Common on jailbroken iPhones, not so on non-jailbroken iPhones. Thus, if your phone is not jailbroken, restoring from backup will hopefully fix the issue.

  • When I try to make an in-app purchase, this message appears: "This is not a Test User account. Please create a new account in the Sandbox environment"

    When I try to make an in-app purchase, this message appears: "This is not a Test User account. Please create a new account in the Sandbox environment"

    Common on jailbroken iPhones, not so on non-jailbroken iPhones. Thus, if your phone is not jailbroken, restoring from backup will hopefully fix the issue.

  • I can't make an in app purchase... it says Please create a new account in the Sandbox environment

    I cant make a in app purchase it keeps saying Please create a new account in the Sandbox environment  This is not a Test User account

    I found on another question and answer to my question posted above: hold the top and bottom buttons at the same time to reset the iPad and this worked! 

Maybe you are looking for

  • Store Order Update

    Hi, Would like to know if BAPI_STOREORDER_CHANGE changes the Store order details. If so, what are the parameters which need to be passed to it. This would reflect the changes in the EKES table for the Store Order. If not please do let me know the oth

  • Actually want to report that Add-On "Flash Video Downloader Suite or FVD Suite" has a built in search engine hijacker. Suggest you ban it.

    I installed FVD Suite because it sounded like it was a good all in one video downloader. WHen installing it asked me if I wanted to switch my search engine to theirs and I selected no. However, once installed it tried on several occasions to hijack m

  • Struts and ADF in Portal

    Hello. We have had a TAR going for some time regarding an issue with Struts and ADF in Portal. This is the summary of the TAR: Customer followed the following document to create his Struts ADF application: Developing an End-to-End Web Application Usi

  • "Project contains only callable processes" ?

    Hi People, I created a Project using Oracle Business Process Composer and a single process with one human task. But when i try to deploy this project i get a error during validating step. ERROR IMAGE: http://imageshack.us/photo/my-images/27/v4yn.png/

  • HDV color banding

    I'm making a new short film using the new Canon HDV camcorders. I've been using HDV since 11/2003. Overall it is a decent codec, considering the output size. I have always been disappointed by the horrible color banding though-- it behaves rather lik