Is BI Publisher, a Client or a Web Application

I'm just checking if BI Publisher is a Web product or customer.

I had always if it were a client product, you could use a data source to create reports. However, I just installed OBIEE 10-1-3-4-1 and I would point out that if I use the < my URL > http:// host: 9704/xmlpserver /.

I get a BI Publisher Enterprise login page

What is c? What is a web server of BI deployment

I assume that port 9704 is simply my OC4J port - so BI Publisher is deployed through OC4J?

But I get not much further - I enter my BI Server admin user / password and then get the error:

Cannot use the server because of a configuration error. Please see the BI Publisher user guide

all advice / answers greatly appreciated
Jim

In a Word... BI Publisher is a web application.

The web interface is used to create and run reports, among other things. BI Publisher reports usually use a layout template. Available models are usually constructed using a tool called BI Publisher Desktop (can also be done manually). It is essentially a plug-in for MS Word allowing to build models of page layout using the Word BI Publisher interface. It lets you also connect to the BI Publisher server to browse the benfit of report and download templates available that you build. BI Publisher Desktop is an important tool for reporting, but it is as a component of the application of BI Publisher. The desktop component manages the design layout, the web component does all the rest.

Tags: Business Intelligence

Similar Questions

  • Online form to allow clients to submit a web application and create "Catégories" and affect one area secure the data provided?

    Is it possible a customer filling out a form with some information, that adds data to a web application - but at the same time it creates 6 x 'categories' and affects an area secure web application that has been submitted (by selecting a drop down current secure areas).

    That's what I'm trying to do.

    I have a client that handles the different places.  They download media THAT PDF reports in British Colombia through media downloads and fix them so only those with the correct secure area members to see.  It is then the client has a web application that lists all of the locations.  Each of them has 6 x sets of unique documents that must be downloaded and read by site.   Currently I have added 6 new categories in the admin settings, then go to the web application and manually add the code for the category of support library code appropriate.

    Ideal process:

    1 / the customer logs on to an online form to create a new location - they fill in a few fields of info (name or location, address, etc.)

    2 / they choose a "Secure Zone" that the location belongs to a loss of worms down

    Form 3 / hidden fields and then creates 6 x new categories and place the ID numbers of the category in the web application for the location

    Think I'm too ask a lot... but you never know?

    HI Mel,

    Don't know how to go about this configuration, create categories of the front-end webapps and secure zone allocation is not something you (as a visitor of a site) can do.

  • Is my client using the web browser editor can change the position of text and images, the site was built with muse

    Is my client using the web browser editor can change the position of text and images, the site was built with muse and at first, tell him that he could change the text and images, but he can't change the location of contents of Th.

    Now he wants to paste and copy directly from the web browser Publisher Word and wants to change all of the place itself.

    Does someone have an answer or another solution?

    Philippe

    First of all, to answer your question about moving content. No, that is not supported.

    Then, never advised him to stick to Word what for the web. Word adds a lot of very strange code that can break your page completely. Tell him if he has a Word to add to the site to paste into Notepad or any other text editor, copy and paste to Muse.

  • Embed BI Publisher into a Web application

    Hi all

    As part of a BI project, we must develop reports statistics for customers and we can user BI Publisher for the case.

    Our customer already receives a web application, so we wonder if it is possible to incorporate the BI Publisher in this web application and allow the client to view the reports.

    Thanks for your help

    Of course, use BI Publisher webservices. There are a few articles that talk about this.
    Look at this:
    1 Webservices documentation:
    http://download.Oracle.com/docs/CD/E12844_01/doc/BIP.1013/e12188/T421739T524310.htm

    2. updates to 10 g:
    http://download.Oracle.com/docs/CD/E12844_01/doc/BIP.1013/e14667/TOC.htm#BABDBDFG

    3. example:
    http://bipconsulting.blogspot.com/2010/04/how-to-run-report-with-bi-Publisher-Web.html

    See you soon

    Jorge
    PS. If your question has been answered then please give the points and close the debate

  • VS 2008: Publish a Web application

    I have a web application that I'm doing a ClickOnce deployment.  When I click on properties/project to open the Project Designer, I don't have tab publish.

    Hi Camara,

    The question you have posted is better suited to the MSDN forums. You can ask your question in this link.

    http://social.msdn.Microsoft.com/forums/en/categories/

    Hope the helps of information.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Expiration date of the submitted client Web application

    I have a submissive client web app I need set the expiration date to the 15th or last day of the month, whichever is closest to you. So, it a web application of pay where the employee submits their hours and we want to show once the item now time to cut payroll, which is twice a month, the 15th and the last of the month and is always the one which is the next day. Is their some javascript or liquid I can tell from the date of such and such a date, if it is first?

    My second question I want to ask here is on a time field. If I use datetime, it shows just a calendar and all play with the input field seems to not work to make where they choose a time. If I change the field to a string, then set it as a time, the field is not entered.

    Third question, I am know liquid and love it. I know it can be done with the liquid, but still how it works to make the filling of liquid in the value of a field. For in and out time, I have a third field that is pretty much a sum of total time. I need the total of the time difference between the check-in and check out field and put in the field of the sum. What is the best way to write this liquid calculation? I know JavaScript, but feel that this can be done with easy liquid also. Suggestions or comments?

    Best regards

    Sarah Mullin

    Hello

    I don't think that there is an out of the box solution to find the last day of the month, however, build a hard coded relationship between the number of days and months is pretty easy to do, here's an example of code that I put in place for your particular case. It may be more polite of course (for example, in a few years that February has 29 days):

    {% assign day = Globals.Site.DateNow | date: '%d': convert: "string" %}}

    {assign % per month = Globals.Site.DateNow | date: "%M" | convert: "string" %}}

    {% assign year = Globals.Site.DateNow | date: "yyyy" | convert: "string" %}}

    {% assign middle_date = year | append: '-' | append: month | append: '-' | append: "18" | convert: % 'date'}

    {% If Globals.Site.DateNow > middle_date %}}

    Date in the past, the date you want to define is the 15 - th, which is {{middle_date}}

    {% other %}

    {% assign myDate = Globals.Site.DateNow | date: % 'MMM'}

    In the future, the date you need is the last day of {{myDate}}, which is

    {% If myDate}

    {% When 'Jan'-%} 31

    {% When 'Feb'-%} 28

    {% When 'Mar'-%} 31

    {% When "Apr"-%} 30

    {% When 'May'-%} 31

    {% When "Jun"-%} 30

    {% When "Jul"-%} 31

    {% When "Aug"-%} 31

    {% When 'Sep'-%} 30

    {% When 'OCTS'-%} 31

    {% When 'Nov'-%} 30

    {% When 'Dec'-%} 31

    {% endcase}

    -{{month}} - {{year}}

    {% endif %}

    I hope this helps!

  • How to get the IP address of the calling client to the web service built in Jdeveloper 11.1.1.7 application?

    I built an application of web service in Jdeveloper 11.1.1.7 to be used by other clients. Just the General steps as follows (Server web service Application is generated--> deployed on the server-> used by clients with the location of the WSDL file).

    Now, I met a requirement where I need to get the port number and IP address for the client.

    Questions :

    How to get the IP address of the calling client to the web service application generated in Jdeveloper?

    Commune technologies used to build web service applications is AXIS or CXF. What Jdeveloper technology use to built web service application?

    The common technologies used to build web service applications is AXIS or CXF. What Jdeveloper technology allows built web service application?

    It depends on the option selected during the creation of web services (if I remember correctly, there are several options, style J2EE 1.4 RPC style JavaEE JAX - WS 1.5,...)

    For example, to get the ip address of the compatible with jax - ws web service, you need to inject the context in your service class with:

    @Resource
    WebServiceContext wsContext;
    

    and then inside your method:

    MessageContext mc = wsContext.getMessageContext();
    HttpServletRequest req = (HttpServletRequest)mc.get(MessageContext.SERVLET_REQUEST);
    String ip = req.getRemoteAddr();
    

    Dario

  • How to change the display language for vsphere client from the web?

    Hi all

    I would like to know how to change the display language for vsphere client from the web?

    help please, thank you!

    Take a look at http://blogs.vmware.com/vsphere/2012/10/the-vsphere-web-client-and-localization.html to see which languages are available and how to change the URL.

    André

  • Calling a web service using SSL from a client that runs as a web application.

    I have the keystore containing the certificates to call a web service through a two-way ACE by using SSL. If I create a stand-alone java application and using the following parameters, I'm able to hit the web service:

    System.setProperty("javax.net.ssl.keyStore","C:/bea/JDK150~1/jre/lib/security/SFCRM.jks");
    System.setProperty ("javax.net.ssl.keyStorePassword", "changeit");
    System.setProperty("javax.net.ssl.trustStore","C:/bea/JDK150~1/jre/lib/security/SFCRM.jks");
    System.setProperty ("javax.net.ssl.trustStorePassword", "changeit");

    Also, if I use these same 4 lines of code in my web application to call the web service, I successful as well.

    The problem is, in the real world, you can't hardcode your keystore/truststore path access and password in your application like this.

    What is the right way to configure these client parameters? I do somewhere in the logical Web administration console? I tried to configure the Keystore and SSL tabs for my server using the administration console, but he can't seem to find the private key file. I get an exception that is prohibited by the web service as soon as I leave the System.setProperty lines.

    The tab of keystore, I use a Custom Keystore and Java Standard Trust store. My custom identity keystore path is C:/bea/JDK150~1/jre/lib/security/SFCRM.jks, type jks keystore, and I updated the password changeit. On the SSL tab, I've specified the alias of the private key to use for the web service as well as the password (there is no password, so I put in changeit, the keystore password).

    It does not work. I even tried using a Custom Keystore and trust stores custom and by setting the C:/bea/JDK150~1/jre/lib/security/SFCRM.jks path for both. Still does not work.

    I have a feeling that these tabs are intended for the configuration server SSL only.

    How to set the path of the keystore for customers running as web apps on my web server of logic?

    SSL-> advanced

    Use server certificates:

    "Determines whether the customer should use server certificates/keys as the identity of the client during the initialization of a connection via https."

  • Access to Web applications

    Hello everyone,

    I try to access a web application resides on an internal network to internet through portal workspace 2.1.

    I added the application in the catalog simply copy the internal URL, without authentication profile. On the internet, I am able to access the user portal and see all the app and the desktop as well. No problem of access to the desktop that I put the url of the Security server in the range of external network, but when I try to access the application, another browser window are only open pointing to my internal url that is obviously not be solved.

    The question is, my web application is to be published on the internet or, as I'd hoped, is the portal of the workspace that should act as a "reverse proxy" to my internal web application?

    Thanks a lot


    ALE

    Portal of the workspace reverse not traffic proxy or tunnel to internal resources. You must connect to a VPN, publish the application on the Internet or use Airwatch with by the VPN application functionality. Workspace management law, but clients must be able to connect to the resource.

  • Deployment of Web Services has failed. Web applications server OR still load.

    I installed LabVIEW 2013 and I am trying to publish the web service. Every time I try, I see this message: "unable to Web Services deployment. The Server Web applications OR load again. »

    I don't know how to stop or complete this loading. I have reinstalled LabVIEW 2013, removed LV 2012 and other software. In addition, when I restart the 32-bit server, I have old web services installed. Even if I do not publish them, they appear after the transition to 64-bit-> 32-bit server.

    I will be grateful for your help.

    Peter

    Hi all

    It was a problem introduced with the new deployment of LabVIEW web services in 2013, specifically on laptops (classified as CAR 422680). It is fixed in the patch of f1 2013 LabVIEW. This patch is available for download here and you can get more information about the patches in the patch here. The patch will travel via Service Update OR later this month.

    Kind regards

    Jeff Peacock

    Product Support Engineer | LabVIEW R & D | National Instruments

  • How to deploy Web application in Azure VM using Visual studio online

    Hello

    I am very new to visual studio online. It is part of my learning. I try to deploy the web application in the blue. I could deploy the web application successfully in Azure Blue Web site. Later, I created and Azure VM and try to deploy the application on the virtual computer. But I could not. I read some blogs, but not able to understand how to deploy it on the virtual machine using Visual Studio online. I was able to publish the application to the Azure VM using Visual Studio 2015. But failed to deploy via VSO.

    I use Build definitions. Please help me configure the deployment in Azure VM using VSO.

    The question you ask is out of scope of this community.

    Try asking the same thing on the forums/Stackoverflow MSDN forums.

    MSDN:

    http://social.msdn.Microsoft.com/forums/en-us/category/windowsazureplatform, azuremarketplace, windowsazureplatformctp

    The stack overflow:

    http://StackOverflow.com/questions/tagged/azure

    The Microsoft Community is a site of support of peer reviewed for Windows
    and other Microsoft products. This is a question and a response/answer format
    and offers no assistance in real time. Most here are volunteers and we do not have
    direct contact with senior-level support sites.

  • Publication of Web Applications on the local IIS server

    Hi all

    I have problems trying to publish a Web site on my local server.

    I got up a local box of Windows Server 2008 with IIS running by default on its site.

    What I'm trying to do is to publish a 5 ASP.Net MVC application to test and run on my local network.

    The application is built successfully on my dev machine Windows 8 using Visual Studio Premium to 2013, but when I try and publish it, publication fails.

    I am trying to publish via Web Deploy and have installed and running on the server of WWW Publishing Service.

    The error I get when trying to test connection is;

    Unable to connect to the remote computer ("PRDAP01") using the process specified ("Web Management Service") because the server did not respond.

    Make sure that the ('Web Management Service") process is started on the remote computer.

    More on «...» "/fwlink/? LinkId = 221672 #COULD_NOT_CONNECT_TO_REMOTESVC.

    The remote server returned an error: (403) forbidden.

    The user name and password with which I used to publish are valid.

    In the Web Publishing Wizard, I use the following settings before confirming the connection.

    Server: PRDAP01

    Site name: PRDAP01/home

    User name:

    Password: *.

    Destination URL:

    Should I create whatever it be put in place in advance on the server before trying to publish on it?

    Is there documentation that explains just what I need to do, in order to allow the publication?

    You must post the Forum of IIS:

    http://forums.IIS.NET/

  • Camera work is not in HTML5 on BB Z10 web application

    Hello

    I'm working on a simple HTML5 web application which allows users to take a photo and upload it.

    IM using the following HTML5 code which works fine in the BB Z10 Simulator:

    
    

    However, when you run the web application business of a real BBZ10, I get only a file browser which lists all images that were taken by the camera before - icon to directly access the camera and take a picture is missing.

    Any idea what's going wrong here?

    -Unfortunately, I can't test the web application on the side deprived of my BB (this is not an option that the web application should work commercially and I can not access the server from the private side)

    -WebWorks Help or some other related client API is not an option, we want to stick to the plain, client-agnostic HTML5

    -J' already found this link, http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/BB10-Webworks-Camera-API/m-p/245... (exactly the code that I use also).

    -Z10 BB model STL100-2, the software Version is 10.2.0.424

    Any help would be greatly appreciated

    Kind regards

    Sebastian

    Unfortunately the camera app is not present in the scope of work; This means that you can not call the specific application of the camera .

    From what you see, it seems that this code is either:

    
    

    (A) directly rely on the camera application; or

    (B) invoking the default image into the Manager.

    If it is (A), then we can not use the approach described above through the entry. However, if it is (B), then taking another photo manager is installed, like peaks cloudy, then he must be able to be invoked. A simple test would be to install the cloudy peaks and see if it is called, or if you still see issues.

    http://devBlog.BlackBerry.com/?s=cloudy+pics&x=0&y=0

    If you still see issues, this means that procedure input specifically called the camera application.

    Here, the solution would be to create your own button to invoke the taker of the photo. The framework of the call allows you to directly call the cloudy peaks, or call the taker of the generic photo (which would by default Pics cloudy if the camera app is not present.)

    https://developer.BlackBerry.com/HTML5/documentation/beta/camera.html

    You must use the call as described in the link above, but omit the target ID; This will allow the system to choose the best Manager (available) for the invocation as opposed to explicitly point the camera application.

    For a full text on it, the 4th part of the series of peaks cloudy blog gives a lot of good information and background on this issue.

    http://devBlog.BlackBerry.com/2014/01/cloudy-pics-part-4-cards-and-Enterprise/

  • Measures to develop the Web Application with JDeveloper 11.1.1.6.0

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop an application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    To develop the application for Admission online, I made the 4 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

    (1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create a WebLogic 'Domain_CS' domain in WebLgoic 10.3.6.0 in support of MARC 11.1.1.6.0.

    (4) install JDeveloper 11 g 11.1.1.6.0 Studio Edition including WebLogic 10.3.5.0.

    The development environment for the online application for Admission is JDeveloper 11 g 11.1.1.6.0 Studio Edition. I just installed this PeopleSoft system. I don't have any experience using it. The first step is to run the command:

    $./quickstart.sh

    JDeveloper 11g Quick Start Menu appears as below:

    1) start with WebLogic Server 10.3.5

    (2) launching Oracle JDeveloper 11 g

    (3) set up areas for Oracle ADF

    (4) access Oracle JDeveloper 11 g Documentation Online

    (5) domain upgrade to version 10.3.5

    (6) access online documentation

    I don't know the outline of comprehensive measures to develop the Web Application with JDeveloper. We will understand that it out by steps associated with Quick Start Menu.

    My questions are:

    (1) do I need to create or extend a field in WebLogic 10.3.5.0?

    (2) how to develop the Web Application with JDeveloper? How connect JDeveloper with WebLogic 10.3.5.0?

    (3) how to configure the domain for the ADF ADF being installed in another directory?

    (4) folk would provide the outline of measures to develop the Web Application with JDeveloper?

    Thanks in advance.

    Sorry, I don't work with AAWS or PeopleSoft products. You have searched on Google for samples?

    Ultimately AAWS are just web services that allows you to collect and send data. You create the user interface as you would for any web service based on the model layer. Start with samples for the integration of web services in the ADF to familiarize yourself with the process and then try to get some data of AAWS.

    Timo

Maybe you are looking for

  • problem with cvs &amp; numbers fields

    Sometimes, when I'm downloading a CSV file and try opening number, all fields (there are about 10) are thrown in 1 field. What can I do to prevent this?

  • HP HDX16t-1200: x 9100 rather T6600 on HPHDX16T-1200

    Hello! I have such a situation! IBought hp hdx16t-1200 with t6600 installed processor, 4 GB of ddr2 ram. I read a lot of articles, forums, used CPU - Z, Everest soft information and I saw an x 9100 can be installed. I upgraded to 8 GB ddr2 and instal

  • Icons of track where they are stored?

    I have 2 Mac under my MBP and my main MacPro logic...  I started to use icon to help speed up searching for tracks etc.  but when I open the same song on my MBP icon are missing. is there a file system with these in I can move copy?

  • ISDN-&gt; disconnected IP calls

    Hello We have severel endpoints (C40 and 95MXP) with difficulties to follow connected ISDN/IP calls or even connect at all. Calls that crosses disconnect between 1 to 50 seconds. There is nothing no indication that calls are being disconnected with f

  • CS2 and my new computer

    Quite recently I had to buy a new computer.  I can access is no longer at all files for my company on my legal copy of Photoshop CS2, I only need to use once in a while.  I can't access my program that I bought for $600.  I can't access my files that