Report URL

Hi
I am trying to call a report from APEX.
I gave the whole url and it works fine. BUt I don't want to hard code the path as we may have to point it to different servers (Development, testing ,production).
Can we set the whole thing in a variable in one place so that i don't have to change it everywhere i call a report.
Let me know.
Thanks

Hi
I am trying to call a report from APEX.
I gave the whole url and it works fine. BUt I don't want to hard code the path as we may have to point it to different servers (Development, testing ,production).
Can we set the whole thing in a variable in one place so that i don't have to change it everywhere i call a report.
Let me know.
Thanks

Similar Messages

  • Report URL call in a procedure

    Hi all,
    I have the following report URL:
    http://localhost:7778/reports/rwservlet?report=f:\oracle\scott13.rdf&desformat=pdf&destype=cache&userid=wh1/scot@db
    I want to call this URL in a procedure how can i do this?
    Any reply would be appriciated.
    Regards

    Hi,
    Thanks for help,
    I create the following procedure for this purpose and i received the following errors:
    declare
         txt  Varchar2(4000);
          request   utl_http.req;
         response  utl_http.resp;
    BEGIN
         utl_http.set_proxy('','');
          request := utl_http.begin_request('http://localhost:7778/reports/rwservlet?report=f:\oracle\TIS13.rdf&desformat=pdf&destype=cache&userid=wh1/wh1@dwh');
         --utl_http.set_header(request, 'User-Agent', 'Mozilla/4.0');
            response := utl_http.get_response(request);
         LOOP
         utl_http.read_line(response, txt, TRUE);
         dbms_output.put_line(txt);
         END LOOP;
          utl_http.end_response(response);
    EXCEPTION
         WHEN utl_http.end_of_body THEN
              utl_http.end_response(response);
    WHEN OTHERS THEN
           -- Consider logging the error and then re-raise
           RAISE;
    end;
    ERROT AT line1:
    ORA-29273: HTTP request failed
    ORA-06512" at "SYS.UTL_HTTP",line 1231
    ORA-29276: transfer timout
    ORA-06512: at line 20Any solution would be hightly appriciated
    Regards

  • How to pass multiple values to a single parameter in BW report URL

    Hi Experts,
    I am new to EP and learning .... i am stuck at one point where we need to pass multiple parameters to a BW report URL, this is the URL that we launch from BSP.... Suppose i have to pass different multiple values to a single parameter, how to do it....
    i m getting many answers to pass parameters to iviews, reports, but not specific to my case.. can u plz help me....
    Thanks in advance
    Priya Rai

    What is the prolem you are facing if you split the single date param as two parameters say startdate and enddate?
    If you pass as single string then you might have to split the same at reciever end.
    Are you trying any thing specific?

  • Error while opening Reports URL

    Hi,
    I'm facing problem while opening Oracle 11g Reports URL. I was able to start the WLS_REPORTS. The status of the same in Oracle EM is up. But when I try to open the reports using http://<servername:port>/reports/rwservlet
    I ensured that the port entered in the reports_install.properties file and httpd.conf is the same.
    From the URL we are getting the following error.
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1. 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    The following is the error description from console.
    Incident Id: 62
    Incident Source: SYSTEM
    Create Time: Fri Feb 25 11:28:52 CET 2011
    Problem Key: BEA-101020 [HTTP]
    Application Name: reports
    Error Message Id: BEA-101020
    Description
    Incident detected using watch rule "UncheckedException":
    Watch time: Feb 25, 2011 11:28:52 AM CET
    Watch ServerName: WLS_REPORTS
    Watch RuleType: Log
    Watch Rule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    Watch DomainName: ClassicDomain
    Watch Data:
    DATE : Feb 25, 2011 11:28:52 AM CET
    SERVER : WLS_REPORTS
    MESSAGE : [ServletContext@1326597641[app:reports module:/reports path:/reports spec-version:2.5 version:11.1.1.2.0]] Servlet failed with Exception
    java.lang.NullPointerException
         at oracle.reports.rwclient.RWClient.doGet(RWClient.java:344)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    SUBSYSTEM : HTTP
    USERID : <WLS Kernel>
    SEVERITY : Error
    THREAD : [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'
    MSGID : BEA-101020
    MACHINE : <MachineName>
    TXID :
    CONTEXTID :
    TIMESTAMP : 1298629732845
    Stack Trace
    java.lang.Throwable
         at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.createIncident(DiagnosticsDataExtractorImpl.java:231)
         at oracle.dfw.spi.weblogic.JMXWatchNotificationListener.handleNotification(JMXWatchNotificationListener.java:195)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor$ListenerWrapper.handleNotification(DefaultMBeanServerInterceptor.java:1732)
         at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:257)
         at javax.management.NotificationBroadcasterSupport$SendNotifJob.run(NotificationBroadcasterSupport.java:322)
         at javax.management.NotificationBroadcasterSupport$1.execute(NotificationBroadcasterSupport.java:307)
         at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:229)
         at weblogic.management.jmx.modelmbean.WLSModelMBean.sendNotification(WLSModelMBean.java:824)
         at weblogic.diagnostics.watch.JMXNotificationProducer.postJMXNotification(JMXNotificationProducer.java:79)
         at weblogic.diagnostics.watch.JMXNotificationProducer.sendNotification(JMXNotificationProducer.java:104)
         at com.bea.diagnostics.notifications.JMXNotificationService.send(JMXNotificationService.java:122)
         at weblogic.diagnostics.watch.JMXNotificationListener.processWatchNotification(JMXNotificationListener.java:103)
         at weblogic.diagnostics.watch.Watch.performNotifications(Watch.java:621)
         at weblogic.diagnostics.watch.Watch.evaluateLogRuleWatch(Watch.java:546)
         at weblogic.diagnostics.watch.WatchManager.evaluateLogEventRulesAsync(WatchManager.java:765)
         at weblogic.diagnostics.watch.WatchManager.run(WatchManager.java:525)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Could you please help me in resolving the same ASAP.
    Thanks,
    Sandy.

    Have a look at https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1053674.1
    Also had to change the $$Instance.oracle_home$$ variable in the rwnetwork.properties file to the actual directory.
    Andre

  • "Unable to find report specified by URL,Please verify that both Server URL and Report URL are correct". Performance Point Dashboard Designer (SP 2013), SSRS 2012 Report.

    Hello Everybody,
    I am using Sharepoint server 2013 , SQL Server 2012 SP1, PerfomancePoint and Reporting Services in SharePoint integrated mode.
    I built one report in SSDTusing an Analysis Services Cube. This report has 3 parameters. So the idea is use Dashboard Designer to use this SSRS Report and connect it with some PP Filters.
    The issue is that I am always obtaining "Unable to find report specified by URL,Please verify that both Server URL and Report URL are correct".
    I have the following settings in the PP Report:
    Server Mode: SharePoint Integrated
    SharePoint Site: http://MySharrepointSite:PortNumber/sites/bicenter
    Document library : Documents (selected from drop down, my report is deployed to document library)
    Report : report.rdl
    When I select the report from drop down list its giving the error in a pop up message box as "Unable
    to find report specified by URL,Please verify that both Server URL and Report URL are correct".
    I have tried to use the most simple report, only with one parameter, but is always displaying the error above.
    When I open the report directly from documents library its working fine and even it is working fine (
    when I deployed the report) but the issue is parameters are not showing.
    Any idea? Please help.
    Thanks in Advance.

    "Unable to connect to the server at CALYSTO\ReportService.
    Hello Tom,
    It should be "ReportServer" in the URL, not "ReportService".
    In "Reporting Service Configuration Manager" look up the correct URL. Open Internet Explorer with right-mouse click => "Run as Administrator" and open the URL, this should work. Navigate to "Side setting" (on top right side),
    go to tab "Security" and add your account with role "System Administrator". Afterwards you should be able to open the URL without running IE as admin.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Parameter of BI-Report URL

    Hi,
    now I have a BI-report ID:   0TPLB_0CSALMC02_Q009_V01
    I need to add this Report into the webgui of CRM-2007. For this purpose, in CRM 2007 we need to specify the paramters of the BI-report-URL. But I have no idea , how to know which parameter we shall use here.
    I have looked through the document "Web API Reference" , but it can not tell me, which BI-report needs which parameters.
    Thanks a lot
    ss

    Here is an example code for this badi implementation:
    METHOD if_ex_bsp_dlc_fs~get_bi_rep_parameter.
      DATA: lr_bol_entity TYPE REF TO cl_crm_bol_entity,
            lr_value_node TYPE REF TO cl_bsp_wd_value_node,
            lr_collection TYPE REF TO if_bol_bo_col,
            lv_repid TYPE string.
    **this is only a example
      TRY.
          lr_bol_entity ?= iv_data_collection->get_first( ).
          lr_value_node ?= iv_data_collection->get_next( ).
          IF lr_value_node IS BOUND AND lr_bol_entity IS BOUND.
            lv_repid = lr_value_node->get_property_as_string( 'REPID' ).
            IF lv_repid = 'SAMPLE7'.
              REPLACE '&1' IN cv_addparameter WITH '0CRM_SOLDTO'.
              REPLACE '&2' IN cv_addparameter WITH '156'.
            ENDIF.
          ENDIF.
        CATCH cx_sy_move_cast_error.
      ENDTRY.
    ENDMETHOD.

  • Weblogic 11g reports url

    I have just setup a new dev environment for a development team on Weblogic 11g (10.3.2.0) with forms and reports.
    In iAS, I could run a report with the url:
    http://myserver/reports/rwservlet?server=rep_server&report=myreport.RDF&userid=user1/password@mydatabase&desformat=PDF&paramform=YES&outputimageformat=gif
    In Weblogic, I have tried to get this to work using:
    http://myserver:9002/reports/rwservlet?server=rep_wls_reports_myserver_asinst_1&report=myreport.RDF&userid=user1/password@mydatabase&desformat=PDF&paramform=YES&outputimageformat=gif
    However, I recieve the error:
    REP-52266: The in-process Reports Server rep_wls_reports_99psrvwmstest_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    My WLS_REPORTS server is running, so I'm wondering if the report URL is correct.
    I have WLS_FORMS running on port 9001 successfully.
    Thanks.

    Hello,
    The URL is correct.
    The error :
    REP-52266: The in-process Reports Server rep_wls_reports_99psrvwmstest_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    means that an error occured during the Reports in-process server startup
    The Reports in-process server is automatically started when you call it for the first time.
    To get more details about the error, check the logs (You can use the EM web site : http://myserver:7001/em)
    If the error is not detailled enought, increase the log level
    (can be done with the EM web site too )
    Regards

  • Parameter for BI-report-URL

    Hi,
    I need embed a BI Report in a factsheet of CRM 2007. I have absolute no idea about BI. So, now I have a stupid question.
    Given  a BI-report-ID ,e.g.
      0TPLB_0CSALMC02_Q009_V01, but it is still necessary to fill out the so called parameters for BI-Report-URL.  How can I know, which parameters are to be passed? Where can I find the parameter?
    Thanks in advance
    yy

    Hello Holger,
    it is a pretty good hint. thanks  and point awarded!
    I looked through the web API reference, mentioned in IMG guide .  But I have still the question:
    Does a BI report accept only specific parameters ? just like a method , function ....
    I mean, whether there is a table, where all corresponding parameter are listet for each BI-report ID .
    Additionally,
    Where are some specific parameter names declared? For example  "0Country". How can I know, that the "0Country" refers  exactly to  country, instead of other concepts. 
    Thanks a lot
    Siwei

  • Report  URL and configuration

    Hi Friends,
    I saw a running report server from midtier. after open this server from System Components, I do not
    see any engineer is running in there. The former dba set up this application server 10GR2 at window 2003.
    Currently, end user request report URL.
    we have a form server and URL. I know to confugured it.
    form application URL as
    http://www.xxsaleinformation.com/forms/frmservlet?config=sale-prodid
    Based on above, I changes to as
    http://www.xxsaleinformation.com/reports/rwservlet
    It is openning page as OracleAS Reports Services - Servlet Command Help
    SO where can I find a report URL? how to configure oracle report server.( for example. i configured forsweb.cfg for form application)
    Thanks for your help in detail.
    Jim

    Does any person use report server in here?
    I need to know report configured procedures and steps.
    I use app. server 10GR2 in window 2003. the Form application works well now.
    I am looking for help from experts.
    Jim

  • Reports URL run through Database Raises Rep - 1247

    Hi All,
    When a Reports URL is run via Database i.e through utl_http package. Userid and Password is required to be provided through the URL i.e Hardcode the userid and password details of database in URL like what is shown below.
    http://ip:port/reports/rwservlet?userid=scott/tiger@cstring&report=test.rdf&destype=file&desformat=pdf&desname=\dumptest\testing.pdf
    Above URL runs fine when userid & password is hardcoded
    Where as If the userid and password is provided through the key map string in cgicmd.dat file, report doesnt runs and raises Rep -1247 error i.e Uncompiled PlSql Program. i.e For example
    http://ip:port/reports/rwservlet?keystring&report=test.rdf&destype=file&desformat=pdf&desname=\dumptest\testing.pdf
    Above URL doesn't runs and raises Rep - 1247
    Keystring is identified through the string given in cgicmd.dat file available in reports server.
    But the same URL runs fine when copy pasted in the browser. Issue simulates only while running the URL through the utl_http package in database.
    How to over come this as giving the userid and password in the URL is a threat to our security.
    Thanks in advance
    Edited by: ramarun on Aug 16, 2011 9:25 PM
    Edited by: ramarun on Aug 16, 2011 9:26 PM

    Hi Ramarun,
    Did you find any issue on this topic ?
    I have the same error
    Thanks

  • Using a BSP page to hide report url ?!

    Hello everybody,
    I would like to 'hide' exact query url.
    I have found in SICF transaction external aliases but I can replace only a part of my url, ie :
    http://host:port/sap/bw/bex?parameters => http://host:port/test?parameters
    I would like to replace all the url in :
    http://host:port/sap/bw/bex?parameters  => http://serveuralias/
    This url has to be the same for each BW reports ... (little bit stupid i think but ...)
    How can i do this ?
    We told me that we can parameter a BSP page in SICF, on bex service, which call bw reports and thus we should only see the bsp url in IExplorer and not BW report url. Is it possible ?
    Thanks a lot,
    CG.

    hi tom,
    can u tell which method u r using for URL parameter passing?
    regards,
    kamaljeet

  • Crystal Reports URL Reporting Parameter promptOnRefresh in JSP

    I'm trying to run crystal reports from a JSP file that redirects using a URL string, but the promptOnRefresh=0 parameter that I pass doesn't seem to be preventing the report from prompting for parameters when the report viewer refresh button is hit.
    I'm running BO Enterprise 3.1. In Infoview, all of my report URLs forward their report IDs to a JSP page, (z_dw.jsp), which reads the infoview cookie for a logon token, and creates an IEnterpriseSession to get an enterprise token and the user's info. The JSP then redirects to view the desired report using the URL pattern below:
    http://<server>:<port>/CrystalReports/viewrpt.cwr?id=<reportID>&apstoken=<enterpriseToken>&promptex0="<username>"&promptOnRefresh=0
    The actual Java code to construct this URL is below:
    String redirectStr = "http://<server>:<port>/CrystalReports/viewrpt.cwr?id=" + request.getParameter("rpt")
      + "&apstoken=" + enterpriseToken
      + "&promptex0=\"en" + userName + "\""
      + "&promptOnRefresh=0";
    This forwards to the desired report and prompts for needed parameters correctly. Unfortunately, if the report is refreshed using the report viewer refresh button, all of the parameters are promted for including the reportID, which our users wouldn't know. In the xi3-1_url_reporting_opendocument_en(2010).pdf guide, it mentions that the 'promptOnRefresh' parameter can be set to 0 to prevent this from happening, however it didn't seem to work in my case.
    If anyone can advise me on how to fix this problem or how to disable the report viewer refresh button through a URL string, I would be very grateful.

    This turned out to be a valid bug, and the SAP Design Team fixed it in Fix pack 2.6 for BOXI 3.1 in response to this issue. If you encounter something similar, just upgrade to the latest fix pack and this problem should be taken care of.

  • APP-V 5.0 Reporting URL problem

    Hi,
    I would like to pull the reports for the App V 5.0 environment. I was provided with an URL,
    http://XXXXXXXXXXXXXXXXXXXXX:.com:portnumber> . But when I launch the URL i get the message as below
    Service
    Method not allowed. Please see the service help page for constructing valid requests to the service.
    Could any one let me know how to get the reports by launching the URL.
    1. I have installed APP-V client on the Win 7 machine
    2. Ran the command
    PS P:\> Set-AppvClientConfiguration -ReportingEnabled 1 -ReportingServerURL "http://XXXXXXXXXXXXXXXXXXXXX:.com:portnumber>"
    a. The below is message is showed up
    Name                                                                     
    Value                        SetByGroupPolicy
    ReportingEnabled                                                             
    1                                   False
    ReportingServerURL                      ...:XXXXXXXXXXXXXXXXXXXXX:.com:portnumber>                                  
    False
    3. Also I ran the command
    PS P:\> Send-AppvClientReport
    a. The below is the message that showed up
    The Application Virtualization Client Report was sent successfully.
    Please let me know how to launch the reporting URL successfully

    Opening the URL in the browser does exactly nothing. It does not send any reports, it doe not enable any reporting feature.
    There is NO USE of opening the reoprting URL in a browser.
    If you want to send reporting data 'right now' for any reason (troubleshooting, intention to destry a test machine, whatever), you can use Send-AppvClientReport.
    When you configure reporting correctly, a Scheduled Task is created that automatically send reporting data in the background to an App-V Reporting Server. 
    http://technet.microsoft.com/en-us/library/jj684297.aspx and http://www.applepie.se/app-v-5-client-reportingclient-setup explain
    how to do it manually or automated using Powershell. Microsoft's ADMX  template (http://www.microsoft.com/en-us/download/details.aspx?id=41183) allows to configure
    it using GPO.
    (uhm, and I've taken all 3 links from the 'Client Configuration for App-V Reporting' section from kirxblog)
    Side-Note: you could write your own application tjhat send reporting data to the server, if the Schedule task doesn't fit your requirements... then you could tell your app to contact the URL. Again: Humans don't need that.
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • Report url parameters

    I have a list item "My Reports" under "Reports" tab in the application. When this list item is active, it should show all the reports for that user.Using one of the many query screens (with bunch of parameters), the user will generate a report. The user should be able to give a name to this report and save it in the database as that particular users report. When the user logins next time, these reports should appear as hyperlinks when the user navigates to "My Reports" list item in the application. When the user clicks on any of the report links, the corresponding report should be displyed. How can I store the report url with all the parameters as a string in the database and display them as report links to the user?.
    Thanks,
    Surya

    hey surya--
         i know that you and i already spoke about your hyperlink columns, but i'll just post that answer really quickly so others can follow:
    because you opted to have a single report page that runs all of your users' stored queries, you were unable to take advantage of the links we allow you to generate after the fact as a column attribute. the work around for your approach was to code your htp.anchor calls right into your select statement that ultimately gets stored in your stored queries table. if you'd stored the individual report parameters instead of the query strings, you could direct users back to the custom report screen for each report. you'd then be able to use our column attribute linking.
    ...now onto remembering your users' sort-enabled column header preference...
    you'd like your app to be able to remember the column by which your user last sorted his report so that he can then invoke his stored report using that same sort preference. it takes a bit of a hack to achieve this, but the approach certainly works:
    if you create a report with sort-enabled column headers and click on the generated column headers, you'll find that we pass the sorting information back to the html db engine via the URL. the two bits of information that make this possible are the value for :REQUEST (the fourth value in our f?p= url syntax) and the fsp_region_id parameter that we tack onto the end of the URL. if you gather these two pieces of data, you can then construct a URL that would sort the resulting report the same way that your user last viewed it. the fsp_region_id part won't change for your report. it's the numeric id associated (behind the scenes) with your report region. you can get that number by clicking on your report region name from your page definition screen in the html db development environment. the last number in your URL that's shown on the resulting page is your region id. the value of :REQUEST is a little trickier to trap, but it's still doable. since your users are altering their sort preferences by clicking our column header links, they're not SUBMITting their pages with each click. because of this, you're not given an opportunity to trap the value of :REQUEST. you can get it after the fact, though, because we store it as an html db Preference value. the syntax to store the your users' last column sort preference into a local variable would be...
    declare
    l_pref varchar2(200) default null;
    l_region_id number default 123456;
    begin
    l_pref := wwv_flow_preferences.get_preference (
    p_preference => 'FSP'||wwv_flow.g_flow_id||
    '_P'||wwv_flow.g_flow_step_id||'_R'||l_region_id||'_SORT');
    end;
    ...so assuming you had a report region whose ID was 123456, the above code would trap the last sort preference for your current user's session. (you'd probably want to insert this value into your stored report table, so you can get to it later.) so now that you know the region_id and your user's last sort preference, you just have to put those values back into the right places in your URL to get things to work. as you know, the value for :REQUEST goes in the fourth slot in our f?p= URL syntax. then you throw in the extra "&fsp_region_id=123456" at the end of that URL (assuming your region's id was 123456). in your case, you're storing your full query in a table. you'd probably want to pass your report page some id to let it know which query to run off of. assuming your region id is 123456, your report page is 5, the id that your stored queries table needed for this user was 7, and your user lasted sorted by the third column of the query, this is the type of URL that you'd need to pass to the HTML DB engine...
    http://htmldb.oracle.com/pls/otn/f?p=&APP_ID.:5:&SESSION.:fsp_sort_3:::P5_MY_STORED_QUERY_TABLE_ID:7&fsp_region_id=123456
    ...where &APP_ID. and &SESSION. are substituted appropriately for you by html db. i know this is a lot of info, so far, but there is one more twist to all this: it appears that the value stored as a preference reflects the opposite order of ascension as the one the user indicated. so if your user clicks the 3rd column header of your report to sort by that column, the REQUEST value passed to our engine would be fsp_sort_3. the value stored as a preference would be fsp_sort_3_desc. i know that's weird, but that's just how it goes. since we're hacking, here, we can't really complain ;-)
    hope this helps,
    raj

  • Contact Center Anywhere8.1.3|Unable to get proper Report URL for Supervisor

    Hi,
    I am facing a problem to view the Reports using Supervisor login under Reporting.
    The version of Oracle CCA is : 8.1.3.
    1) The urlforccatotawreports field in the systemconfiguration database table is been updated with
    http://<IP>:[<Port>]/TAW
    2) Inside TAW application, web.xml is been updated, below is part of it.
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://<IP>:[<Port>]/TAW</param-value>
    </context-param>
    (IP and Port is mentioned in the actual file/field)
    3) The WebLogic server, Database server, Network Manager and TCP IP Bus have been restared after making the changes.
    If the URL is been updated in the opened browser
    from : http:///ReportServlet?fileName....................
    to : http://IP:Port/TAW/ReportServlet?fileName.......
    then we are able to see the reports properly.
    Appreciate quick help.
    Thanks,
    Vijay

    Check the database table CCA.SYSTEMCONFIIGURATION.
    Column URLFORCCATOTAWREPORTS, is used for the report server URL.
    SQL> select URLFORCCATOTAWREPORTS from SYSTEMCONFIGURATION;
    URLFORCCATOTAWREPORTS
    http://reportservers.mydomain.com
    TAW is deployed as the default service, so TAW is omitted
    If you have muliple report servers as defined in the TAW/WEB-INF/web.xml
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportserver1.mydomain.com</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportserver2.mydomain.com</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportserver3.mydomain.com</param-value>
    </context-param>
    reportservers.mydomain.com DNS record will contain two or more results.
    reportserver1.mydomain.com reportserver2.mydomain.com reportserver3.mydomain.com

  • Interactive report URL syntax

    Hi
    I'm using Apex 3.1.2, and am fairly new to using Interactive reports. I've found the URL syntax to apply a filter on an IR, and was just wondering if it is possible to apply a sort, or even open a saved report from a URL link? I am well aware that I can work around it (using different pages with a sort pre-applied etc) but was hoping that I could do everything on one page.
    Thanks!
    -Marc

    Hi Marc,
    I just read over the document and it doesn't appear that we can do it via the URL, however you may be able to do this using JS.
    Try this (I did this as a test on the emp table)
    //Send filter request
    var get = new htmldb_Get(null,$v('pFlowId'),'APXWGT',$v('pFlowStepId'));
    get.addParam('f01','EMPNO');
    get.addParam('f01','=');
    get.addParam('f01','7369');
    get.addParam('f01','');
    get.addParam('f01','minutes');
    get.addParam('p_widget_action','FILTER');
    get.addParam('p_widget_action_mod','ADD');
    get.addParam('p_widget_mod','ACTION');
    get.addParam('p_widget_name','worksheet');
    get.addParam('x01',$v('apexir_WORKSHEET_ID'));
    get.addParam('x02',$v('apexir_REPORT_ID'));
    get.addParam('x03','EMPNO');
    var gReturn = get.get();
    //Refresh report request
    var get = new htmldb_Get(null,$v('pFlowId'),'APXWGT',$v('pFlowStepId'));
    get.addParam('p_widget_mod','PULL');
    get.addParam('p_widget_name','worksheet');
    get.addParam('x01',$v('apexir_WORKSHEET_ID'));
    get.addParam('x02',$v('apexir_REPORT_ID'));
    get.addParam('x03','EMPNO');
    var gReturn = get.get();
    //Refresh HTML report
    $s('apexir_WORKSHEET',gReturn);
    I'll try to put a post on my blog about the full solution to this shortly ([http://apex-smb.blogspot.com/])
    Martin

Maybe you are looking for

  • Downloading DNG converter and it's not working

    I've downloaded, reinstalled, and tried several different versions of DNG converter to download my 2nd shooters Nikon D7100 RAW .NEF files, but it's not finding any images once I have it installed. I've downloaded version 7.4 for Windows, which conta

  • Problem sending xls file in an attachment via ABAP proxy

    Hello, I have in tmp directory a xls file, I tranfer such file to a table, and afterwards I send in an attachment via ABAP proxy, here is the code:      l_attachment        TYPE REF TO if_ai_attachment,         lt_attach           TYPE prx_attach,   

  • LUW data for smq2--Error During Delivery: Ibound processing locked

    Hi all, There are lot of messages(more than 7000) stucked in d Inbound queues, as viewed by SMQ2, and are in the retry mode for long. In the LUW data the status of the queue is showing error during delivery and the error text is <b>Inbound Processing

  • AIRONET 350 - Duplicating configuration to a replacement

    I have a problem with one of our AP it's a aironet 350, what is the easiest way to copy it's configuration to a replacement device of the same type. I have just took over from out wireless guy who is off long term sick and I'm in at the deepend. Rega

  • A bit of experience of extension development

    Hi there, It seems that something does not work well on Safari extension: 1. Audio is ignored on Safari v5.1.x of Windows system. Not only .mp3, but also .m4w or other audio files, none is available, Safari keeps silence. 2. Although they take the sa