How to create reports from my existing web application on Java/J2EE with Oracle Client 10g as the backend?? Help sought for

Our company has developed an  Web Application and we are also looking out for the development of reports using Business Objects Exterprise XI Release 2 and for this purporse I do require some help from the forum who can literally show me how to get on and working on creating the reports.

Thats why I thought I should make the following chain in the keystore, possibly in this order.
1. My private key (simply generated in the server)
2. Import Root certificates from NS
3. Import Trusted certificate issued by NS
Then when I sign with my private key surely an association will be formed to the trusted authority certificate. The problem I'm having is when I first made my private key I used openSSL as it was only intended for HTTPS. Now I need to create a keystore so I can use jarsigner to sign the jar file, and I can't see how to create a keystore using my existing private key. Surely if I created a new key and self sign, then import the trusted certificate the association will fail, as the private key will not be the same 1 that I used to make the CSR when applying for the trusted certificate.

Similar Messages

  • How to create report from report painter??

    Hi,
    how to create report from report painter?? from transaction code GRR1

    Select the library that you want report to create.  GRR1
    You select what to list in coulumns and what to lisr in rows. You could select characteristics or key figures.
    You can use variable both in defininig row and coulmn or in general selection.
    You can also use sets as variable or as constant. These sets can be your master data groups or sets in GS02.
    You can use formulas.

  • Start a BO report from within a web-application.

    Hi,
    An enuser want to start a BO report from within a web-application.
    The BO report ideally should not prompt for a login. The fact that we are using BO for reporting purposes should be transparent to the end users. The report should produce its output directly in Excel (pdf?) format. In WebI i can do a 'Save As' to obtain this, but it should go automatically so that the end users get their response directly in Excel
    the report should be parametrized. These parameters will be added to the URL by the calling application.
    To do a basic test of the Opendocument.jsp i created a number of test reports in WEBI, and i use the following URLs to execute them directly
    http://s-olaf-vtst150:8080/OpenDocument/opendoc/openDocument.jsp?&sPath=[My reports]&sDocName=tmsd1&sType=rep&sRefresh=Y
    http://s-olaf-vtst150:8080/OpenDocument/opendoc/openDocument.jsp?&sPath=[My reports]&sDocName=Yearselection&sType=rep&sRefresh=Y&lsSYear:=2002
    So this covers points 1 & 4
    What are the options for points 2 & 3?
    Kind regards,
    Johan

    The BO XI 3.1 environment works quite well now.
    Two more questions:
    1. When a user being member of the Readers group, still sees the Edit button in Webapplication - Infoview. Is it possible to hide or disable that Edit button ?
    2. Is it possible to make a user only seeing a part of the data in the universe ? When a query is run with a parameter, the user ses the parameter in the left column ... but in that way a normal user can change the value of that parameter giving him the possibility to see things he should not see. Making a separate query per user is overkill and too much work to do. Is BO XI 3.1 able to offer this possibility and how ?
    Rgds,
    Johan

  • How to import javafx into a existing web application??

    how to import javafx into a existing web application in netbeans 6.5??

    how to import javafx into a existing web application in netbeans 6.5??

  • How to create a date range in Web Application Designer

    I am using 3.1 version of Web App Designer.  I need to create a report with date ranges.  I can get one date to work but not two (I need a start date and end Date).  My Query has 0CALMONTH with a variable for Interval.  When I select it as a dropdown (??) in Web App Designer, I only get one date prompt in web app designer.
    Any suggestions??
    Thanks
    Kristen

    Hi Kristen,
    I'm sorry i'm not coming to solve your problem,but for the trouble I have had,and I want to create a date picker in Web Application Designer,so if you have solved the problem ,please email to me? [email protected] ,thx very much!
    best regards
    zegion chan

  • How to consuming reports from OBIEE using web services?

    I need know if there are a forum for post about consuming reports from Oracle Business Intelligence Enterprise Edition using web services for deploy on ASP.Net web application.
    Kind Regards.
    deniscuba

    I would start with the BI forums http://forums.oracle.com/forums/category.jspa?categoryID=145
    If no answer in a reasonable time, I would post an update in the question indicating that I would cross-post in the http://forums.oracle.com/forums/category.jspa?categoryID=44 (.Net related) or the http://forums.oracle.com/forums/category.jspa?categoryID=10 (Technology > Web Services) forums.

  • How to create report from Oracle Forms 9i chart?

    Hi all,
    I am new to Forms and Reports 9i. I need to create a chart (let's say it contains customer name on axis X and total sales for this customer on axis Y). Is it possible to get report with details for particular customer by clicking on the chart's bar for this customer and if so, what is the way of doing it?
    Thanks in advance for any help given

    Larisa,
    yes, you can. When selecting a chart item in Forms, you retrieve e.g. the username (or something similar unique) and then call Reports e.g. using a Run_Report_Object() call, passing the username as a Reports parameter.
    Frank

  • How to create a war file of web application

    Hi Techies
    How to create a war file of the web application?
    And plz tell me the utilities used for it.

    hi,
    To compress a 'abc' web application into a "Web Archive" file named abc.war, follow the steps below:
    1> Open a command prompt and cd to the application's dir:
    <TOMCAT_HOME>\webapps\abc
    2> Use the java archive command 'jar' to bundle up your application:
    jar -cvf abc.war *
    3> Move this to any other server and work with it!! :)
    -- Abdel Raoof Olakara
    http://olakara.googlepages.com

  • How to isolate web applications at URL level with Oracle HTTP Server?

    We have 2 machines each for oracle web cache, oracle http server and oracle application server (oc4j). We would like to host many web applications on this infrastructure. We have an issue with application/web site isolation for maintenance purposes.
    We have several oc4j containers for different web sites/applications but they all use one instance of Oracle Http Server. When we need to make changes to an application/web site or introduce a new web site (URL), we change the OHS configuration and restart OHS on each of the machines.
    As we have many URLs hosted on this OHS and plan to host a lot more (may be around 300), we need a way to slice and dice the URLs so that every change or any change should not need to go through a regression cycle or testing cycle for all the applications each weekend (our change window). When we used Apache earlier, we used to be able to create multiple httpd.conf (process level isolation) to cater to different applications.
    We could do this with Oracle Http Server too but Oracle will not support us. I appreciate any advice or suggestion with this issue.
    Thank you
    Ramana

    Hi Joey,
    A great idea! I recently presented at a local user group meeting about my WebSockets API (see the links in my signature). I've uploaded the presentation and the demo code I gave to our UG here.
    I think the barrier to entry is with needing to know the web languages (e.g. html/css/js) as well as writing your LabVIEW code. I have joined the group and look forward to seeing some interesting content on there! Certainly some demos of using AJAX to make requests to Web Services and do something with the data (e.g. display on a graph) would be a good place to start.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How to get my favorites transferred - I have a new XP machine with a complete copy of the win98 C drive for the old machine which had Firfox accessing the favorites from an earlier IE installation as well as its own creations.

    I have tried various things - the import facility does not seen to be right to help - I've copied the favorites folder over but it is not seen
    Help appreciated.
    Roger

    It depends upon the version of Firefox you had on Windows 98.The last version that officially ran on Windows 98 was Firefox 2. In Firefox 2 bookmarks are stored in a file called bookmarks.html inside the profile folder. The normal location to find the profile folder in Windows 98 is inside this folder - C:\Windows\Application Data\Mozilla\Firefox\Profiles\
    The name of the profile folder is normally a string of random characters followed by .default, if you open that folder you should find the bookmarks.html file. You can import that file into your current computer by following the procedure in this link - https://support.mozilla.com/kb/Importing+Bookmarks+from+an+HTML+File
    If you had Firefox 3 on Windows 98, bookmarks are stored in a file called places.sqlite. If you have that file, you can copy it from your old profile folder and place it in your profile folder on the Windows XP computer, replacing the one that is already there. For details of how to find the profile folder on Windows XP see https://support.mozilla.com/kb/Profiles

  • How to create report from SDK without clicking through ther Query manager ?

    Hello,
      I need to create an on-screen report with selection criteria. (Something similar to Reports/Inventory/Items list)
    I could create a query and save it but
    - how to start the query by SDK then - without clicking through the Query manager ?
    - how to pass the selection criteria to the query ?
    Please suggest me ?
    Regards,

    As the helpcenter(2005 helpcenter) has missed this bit of documentation (on UserQueries) could someone please provide an example of using this object
    thanks
    Message was edited by: George Savery
    hmm I thought it had timed out .... Woops

  • Help me how to create report from below  tables

    I want to prepare a Z Report using tables  J_1iexcdtl and J_1iexchdr. Use the LIFNR,DOCNO,EXYEAR,BUDAT,LIFNR  from table   J_1iexchdr  and  obtain fields  EXBAS,EXBED,RDOC1,ECS from table J_1iexchdr with the STATUS field having value only P.
    help me please
    thanks in advanced.

    Hi,
    U may follow the following steps.
    1. Delcare 1  internal table itab1 for hodling  all necessary data from table1
    2. Delcare 1  internal table itab2 for hodling  all necessary data from table2
    3. Delcare 1  internal table itab3 for hodling  all necessary data for outout purpose
    4. select allnecessary fields
       from table1
       Appending  table itab1
       WHERE Condition .
    if sy-subrc = 0.
    SELECT all necessary fields
    from table2
    Appending table itab2
    FOR ALL ENTRIES IN itab1
    WHERE lifnr = itab1-lifnr   and
           status = 'P' and
           rest of the condition.
    endif.
    5. you may move all the data into another internal table itab3  for out put purpose
    Cheers.

  • How to Create report in Material Master that outputs stock

    Hi,
         How to Create report in Material Master that outputs stock, grouped by Material Type and Plant. The output shows Material No, Storage location, Unit of Measure and Description in addition to group totals. Data was extracted from MARA, MARC, MARD, MAKT,MKPF,
         MSEG and T001W.and what are the fields to be used.

    hi,
    check the transaction MMBE or MC.9..
    for mmbe the program is RMMMBESTN.
    check the logic in the program.

  • How to create Reports  in SBO?

    Hello,
    I am trying to generate reports in SBO.
    Can someone direct me to related documentation or demos? Where i could get the basic understanding of reports in SBO.
    How can i add a report to the Layout Designer?
    Can we generate report based on multiple queries?
    Thanks and Regards,
    Sheetal

    Okay. I need to be a little more specific.
    I know how to create reports from the query manager. This process is fairly straightfoward. Once you have created a query, you can create a report using this query.
    What I am trying to accomplish is to add a new report for A/R invoice. Currently, it shows two report types (for the demo database):
    1. Invoice - Service with logo
    2. Invoice - Service (system)
    I would like to add one more report type to this list. However, I cannot figure out how to do this.
    Thank you in advance for your help.
    Sheetal

  • How to Create PDF from Illustrator CS3 by using applescript?

    Hi Guys,
    Do some one knows how to create PDF from Illustrator CS3 by using apple script. If know, please give me the scripting.
    HARI

    Have you tried File>Scripts>SaveDocsAsPDF? There should be a folder of sample scripts installed in your AICS3 folder and a folder of documentation which contains an Illustrator AppleScript Reference which has examples.

Maybe you are looking for

  • Where to search for a specific Dimention related data

    Hi, I guess, hyperion planning store the dimention related data( parent, child, uda,attributes, consolidation operator, data storage etc) in some relational tables of that planning application. Can anybody help me understand where & how those data is

  • SHOPPING CART-DELIVERY ADDRESS(NAME- DISABLE)

    Hi, Iam using SRM7.0.During Creation of SC,Delivery Address -NAME Field is disabled.Before it used to Work perfectly.All other fields in Delivery Address are in Enable mode. Please can you say your suggestions regarding the issue. Thanks, Anitha Aver

  • Image date/time format for import naming

    When naming images with the image date & time during import, it uses the format of YYYY-MM-DD HHMMSSAP Is it possible to reconfigure this so 1) the space in between the date and time is gone 2) the hyphens in the date are gone 3) it uses 24 hour time

  • I am a novice!multimedia audio controller

    The Windows media player is listing some of my songs in pairs.  When I delete one of the songs, a red 'X' appears and that song will not play. Do I need to update a driver?  Please use easy-to-understand help as I am a novice! HP notebook pavilion m6

  • XSLT problems

    Hi All, I'm having a bit of a problem with creating a XSL file in DW. Basically, I can't seem to get the XML page to show anything when applying a transformation document. I've managed it easily enough when testing with a RSS feed but when I try exac