Adding unique report server

My Oracle AS is running on Linux box.
I am adding new report server as below.
Connected remoetly via SSH.(putty) from my winows xp.
oracle@appserver:~/biforms/opmn/conf> rwserver -install repserver007
batch=no autostart=no
rwserver: error while loading shared libraries: libjvm.so: cannot open shared
object file: No such file or directory
DN

As in another thread, did you set the proper environment before starting? biforms.sh?
And also remove -install, it's for Windows when you want it to be installed as a Windows Services. You should anyhow try to start it as mentioned before with opmnctl.
Martin

Similar Messages

  • Report Server - Error creating Service Application

    I am adding a report server to the farm for a customer.  This is a SharePoint 2010 Foundation Farm with one SQL server, one SharePoint server and I have just added a Report Server to the Farm.
    I installed SharePoint on the report server and added it to the farm. I then installed SQL 2012 Report Services SharePoint Integration Add-on and Database Engine to the Report Server.   I added the Report Services and Proxy via PowerShell and everything
    seemed to be working.   I then configured the Report Services Service Application with the Report database being on the report server and once I clicked submit it just spins and never completed the process. When I look at the event viewer I see three
    errors.
    Error 1
    The Execute method of job definition
    Microsoft.ReportingServices.Sharepoint.SharedService.Service.DoWork.TimerJob threw an exception.
    The HTTP service located at
    http://blablablaReportingServiceBackgroundProcessing.svc is too busy
    Error 2
    The value of UrlRoot in rsreportserver.config is not valid. The default value will be used instead.
    Error 3
    An exception occurred while updating address for connected app. The uri endpoint information may be stale.
    I also noticed that I can not access reporting services configuration manager.  When I go to the reporting service configuration manager and enter the report server as the server name and click find to select the instance I get an error.
    Unable to connect to the Report Server "ServerName"

    Thank you for moving this question to the correct board and looking into my question.
    Here is my setup and what I have done so far.
    SharePoint Server 2010 Foundations(Front End & App Server)
    Installed the SQL Reporting Services Add-On for SharePoint Products
    Installed Reporting Services - SharePoint
    SQL 2008 R2 Database Server (original database server for farm)
    Did nothing to this server just hold the existing content and config database.
    Report Server
    Installed SharePoint 2010 Foundations and attached it to the farm.
    Ran PowerShell Script to add SQL Reporting Service Application and Proxy
    Started SQL Reporting Service
    Installed SQL 2012 including the following components
    Database Engine Services
    Reporting Services - SharePoint
    Reporting Services Add-in for SharePoint Products
    Management Tools
    Created a new Reporting Services Service Application - created a new app pool and used the Report server name as the database for the reports 
    This is where it would seem to get stuck when I would try to create the service application  
    I am very familiar with sharepoint but have not added a report server to the farm before.  Can you tell me what it is trying to do when it created the service application
    Thank you for your time

  • Sql Server 2008 Reporting Security issue ( added name to Server, some how cannot acces the report ) getting error message

    have added name to Sql server , users cannot access the report, getting error message ,
    I have give all the permission to this users, so why this users still cannot look at the report,
    and getting error message,
    An error has occurred during report processing.
    cannot create a connection to data source Ax live
    for more information about this error navigate to the report server on the local server machine or enable remote errors.
    can some please help me what this message means,
    I really appreciate it
    thanks In advance

    If "Credentials supplied by the user running the report" is selected, when the report is run, the user will be prompted to provide credentials.  They would need to provide credentials that have the appropriate permissions (e.g., read, execute) to the
    database.  This prevents the double hop.
    If "Credentials stored securely in the report server" is selected, you have to enter the username and password of a user (or service account) that has the appropriate permissions (e.g., read, execute) to the database. When the report is run, SSRS will use
    these stored credentials each time to authenticate to the database engine and query the data.  Users running the report are not prompted to provide credentials.  With this option you can use an Active Directory or SQL Server account.
    In order to access/run the report, a user will need to authenticate to SSRS.  There are options here as well. You can provide them the link to the report manager and they can authenticate, navigate to, and run the report.  You can also provide
    direct links to reports that users click in a document or application.  At this point the user is typically still prompted to authenticate to SSRS.  You can also programmatically call the report using API's and essentially build a proxy that authenticates
    to SSRS and open the report.
    Not sure if that answers your question.

  • Adding a second report server/url

    Hello!  I am somewhat confused by what I have read in these questions and need some help on how to do this.  I am using SQL Server 2008 R2 and we have set up Reporting Services on it.  I created the reportserver database and have a url pointing
    to it to access some reports.  However, we would like to set up another url pointing to a different set of reports.  Can someone please explain on how to do that?  Can you use the same reportserver database?  Do you just change the target
    serverurl somehow to point to a different url?  Most of the topics I have found tell me how to set up the initial url.  I have done that and it works fine.  Thanks for any help with this topic.

    Hey,
    each instance of report server held it's own database and it's own "URL" - Report manager. Having different URL means having multiple different instance.
    Each server can have one default instance, others must be named.
    Within one instance, trough Report manager, you can set multiple different user privileges to access only specific reports.

  • Cannot start reports server in Win95

    Hello,
    I3m doing some tests of the reports server in my machine, a
    Win95 with Developer 2.1. Once everything is working I will move
    the server to a NT machine, but meanwhile I3m trying to setup the
    server in my machine, after all the docs say that is possible to
    configure it on Win 95.
    Following the instructions on the docs, i3ve added a tns
    on tnsnames.ora for the server using my IP and a port I3m sure
    I3m not using. When I tried to start the server, I got a GPF on
    "Kernel32.dll". Looks to me it3s a deeper problem than
    connection/listening of the server, maybe some SQL*Net
    incompatibility or something like. Any ideas?
    Thanks,
    Luis Derani ([email protected])
    null

    Do you have a reports server on another machine with the same name? The name of the reports server must be unique on the network not just the machine.

  • Publishing content from reports server to a portal page

    I have a system with Forms/Reports 6i in a client/server implementation. I have 6i reports server from this on the server tier. I have added 9iAS (minimal install) to get Portal and HTTP server. I have completed the configuration and I can have the portal page submit jobs to the reports server and they are displayed properly.
    But I also wish to run reports from the application. This app submits jobs to the reports server via RWCLI60. I was hoping I could use 'File' as the destype and drop off content into a directory the web server knows about and then have a portal page that will generate links to the files. These could be pdf or html output.
    Can anyone tell me if this is possible and provide a short list of steps to configure it? Thanks.

    there is an example of this on dev2dev, see sample code, "redirect" example
    (dev2dev.bea.com)
    "Lancy Mendonca" <[email protected]> wrote:
    >
    All
    In a webflow how is it possible to redirect to a portal page from a input
    processor.
    The situation I have is as follows. I have a homepage that has a login
    portlet.
    The user enters the username and password and after performing the validation
    and authentication I need to redirect to another portal page that is
    available
    only to logged users.
    Any help will be creatly appreciated

  • After upgrading AS to run Webutil, Reports Server is no longer found

    Recently we update de configuration of Application Server to use the WebUtil features (FileTransfer, etc) but some clients can not view the reports (the PDF files generated and the previous html page where are passed de parameters to generate de PDF file paramform=yes <--- I mean this parameteter passed to RUN_REPORT_OBJECT_PROC )
    The curious thing is that in NetScape it Works fine, but in MS Internet Explorer does not.
    Initially we thought that was the problem, a configuration in the client, but after formatting the PC, the problem persists.
    In the webutils log (after enable this capabilitiy) does not show anything abnormal:
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 2
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    192.168.0.244:desarrollo: 2006-sep-27 12:19:46.967 WUT[loadSettings()] Local properties file loaded
    192.168.0.244:desarrollo: 2006-sep-27 12:19:47.248 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    192.168.0.244:desarrollo: 2006-sep-27 12:19:47.248 WUT[getProperty()] Getting
    In a similar topic we read that it could be a problem with the reports classpath, but why webutils configuration works in some clients and with others does not?
    In the RUN_REPORT_OBJECT_PROC function instead using relative address for the reports servlet we changed for a complete adress, I mean
    RUN_REPORT_OBJECT_PROC(repid,
    '/reports/rwservlet')
    replaced with:
    RUN_REPORT_OBJECT_PROC(repid,
    'http://ias.website/reports/rwservlet')
    But the problem persists (we have the reports and forms services in the same server)
    and after debugging the RUN_REPORT_OBJECT_PROC function, in this line
    rep_status := report_object_status(report_message);               
    report_object_status returns null
    Why happends this?
    Could you help us? What information need to be posted to this? what else we need to do?
    We configured webutils as mentioned in the Oracle® Forms Developer
    WebUtil User’s Guide
    Release 1.0.6
    We're using MS Windows 2003 Server, Oracle AS 10g and Oracle DB 10g
    The RUN_REPORT_OBJECT_PROC function (procedure) is the same what is mentioned in
    http://www.oracle.com/technology/products/forms/pdf/10g/frmrepparamform.pdf
    and the same that worked fine for a long time ago.

    We added the following lines to webutiljini.htm
    For IE
    <PARAM NAME="BROWSER" VALUE="InternetExplorer">
    <PARAM NAME="MAYSCRIPT" VALUE="TRUE">
    For NetScape:
    BROWSER="Netscape"
    MAYSCRIPT="true"
    And adding the frmwebutil.jar to the Reports Server ClassPath the problem was solved

  • Report runs in Report Builder but hangs in Report Server

    Hi,
    I am using Oracle Reports 10g to build a report with many formula columns. Everything was working perfectly till I added some condition in a query in formula columns. After adding it, report is not working in Report Server but runs only in Report Builder. If I removed this condition, report runs OK but I need it. This condition is very simple, just filtering be a decoded column (i.e. stts = 'D')
    Can anyone suggest how to solve this problem?

    Hi,
    what is the application server version you are running your reports on?
    If it is 10.1.2.0.2 to 10.1.2.2  and you are using PDF SUBSETTING (check the [PDF:Subset] section in the uifont.ali file in your server) then you are most probably facing Bug:5029259 . To resolve the issue read further Doc ID 363868.1 in Oracle Support. In short, your options are:
    1. apply patchset 10.1.2.3 or maybe patch 5029259 is enough.
    2. or make sure no NULL values are returned in the report. Use nvl where possible. If there was no problem before making the changes then maybe checking the new formula columns would be enough. I made this change myself when facing this issue and it appears that this resolved the problem.
    3. or change REPORTS_ENHANCED_SUBSET to NO in windows registry if under windows or $ORACLE_HOME/bin/reports.sh if under linux.  REPORTS_ENHANCED_SUBSET=YES is necessary if you are using TTF subsetting, though. So this might not be an option.
    Julius Z

  • Oracle Reports Server CGI - Report Job was cancelled upon user request.

    I am running reports on the web through Forms using Run_Report_Object built in. I am using Oracle 9iAS Enterprise Edition Release 1(1.2.2.2.2), Forms 6i Patch 9 (6.0.8.18.3) and Reports 6i Patch 9 (6.0.8.18) using CGI implementation. Most reports are running fine, but I have one that produces 125 pages and we are getting the following messages in the browser:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job was cancelled upon user request.
    However if you look at the Reports Server Queue Status thru the browser it shows that the report did finish, but it took 16 minutes. But the user gets the above message in their browser window.
    Is there a way to get the first page of the report to display, while the rest of the report finishes, so the browser window doesn't timeout and display the above error?
    Any help would be greatly appreciated.

    hi ,
    There is no limit on the report run time. The most probable reason why you are getting the 'Report cancelled upon user request' message is the users might have hit the "cancel Report" button which is displayed when it is running in 'SYNCHRONOUS MODE'. do not hit that button as it will terminate the report. to increase the speed of returning the results by the report, try improving the sql that you use in the report, or if you have DBA rights try adding in INDEXES on the columns of the tables used by the report.
    Hope this helps
    Manoj

  • Please help with my crystal reports server 2008 trial setup

    Firstly, if this is in the wrong section feel free to move it. I find this forum is to big to find the information i need, in fact trying to find anything i need on this website is almost impossible. So far not impressed with SAP at all! we download a trial and when we have problems nobody can support us and we have to post in the forums for answers, which i find disgracefull to be honest. So this post is my last attempt of finding the answers to my problems or we are going to forget crystal reports server for good! I was also told that if i wanted help setting this up then i would have to pay, thats not how things usually go when we download a trial of any software!
    Anyway, rant over!!
    Right, we have windows server 2008 and have installed crystal reports server 2008. So far all i have managed to get working is the reports themselves which run and schedule fine. The dashboard and business views are so confusing i just dont get it at all, the manuals dont help either becuase they are rubbish basically. But my first problem is trying to get windows AD authentication working! easier said than done. I have spent 4 days trying to get it working but nothing is happening. this is what i have done so far
    Set up all the options in the CMC to enable AD authentication, mapped a few groups one of which i am a member of.
    Then i setup the krb5.ini file like below (removed my server name and domain name)
    [libdefaults]
        default_realm = DOMAIN.CO.UK
        dns_lookup_kdc = true
        dns_lookup_realm = true
        udp_preference_limit = 1
    [realms]
    DOMAIN.CO.UK = {
        kdc = DC.CO.UK
        default_domain = DOMAIN.CO.UK
    i also have that other file bscLogin which looks like this...
    com.businessobjects.security.jgss.initiate {
    com.sun.security.auth.module.Krb5LoginModule required;
    The server inteligence agent has been set to use the same username as i specified in the CMC which is also the service principal name and the administartion name
    i have set the web config file to use SecWINAD as default, i have also set it to give the option of enterprise, win ad etc in a drop down list
    i have gone round in circles for days following the instructions, and nothing is happening
    Also i dont see any usernames within the groups i have mapped , am i supposed to see any? am i supposed to add them manually?? if so, whats the point in that?
    So now everytime i try to log in i get this error message
    Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    There is also another error message i get, which isnt coming up right now but it says somthing along the lines of could not authenticate at this time (FWM 00005)
    i fail to see what im doing wrong. I shoudl also point out that the username i am using for everything is our own network admin password!
    any ideas on things to check before we give up with this all together?

    Hi Roberto,
    With the changes when SAP took over BusinessObjects the support packaging also changed. It's the way it is now but we are moving to and giving as much options as we can. SAP works on the Self Serve practice. the info is available but you have to find it, which is another thing we are working on to improve for BOE/CRS.
    Best place to start is in the CMS link off the start menu, You'll find the Admin Guide and Setup/Configuration Guides. You can also find all of the latest info and updates to those guides from help.sap.com then click on the SAP BusinessObjects tab along the top and then on the left click on All Products and then filter on your version.
    Once the Firewalls and Domains and your CRS Server is added to the Trusted Domains and ports opened to allow CRS to talk to the DNS Server CRS will begin to load all of the users into it's User Mappings. You still have to add each user or Group of Users but they will be available. Documents does describe how to....
    Once you have the Admin Guide search on Security and it explains in details how to set up and which ports need to be opened etc.
    Thank you
    Don

  • How to popluate user defined values in Paramter field of a report using "Report Server Project", BIDS

    Hello,
    I am creating report using "Business Intelligence Development Studio", creating "Report Server Project" connected to TFS database.
    I have created Variance report and the output of report  as below sample:
    Project   Assigned To      Planned Effort        Completed    Remaining  Variance
    P1            X                        20                        
    10                 5              5
    P2            Y                        10                        
    10                 0             0
    P3            Z                          5                        
    0                  5              0
    By default I made Assigned To as parameter field and its showing data for selection in a drop down box (X, Y and Z) and data also filtered correctly.
    Q. how can I fill resource names in a drop down of my own choice (in this scenario, I want to display only X and Y) and display data based on the selected resource? By default parameter displays all the resources which I don't want.
    I did the below but could not get correct result:
    1. Right Click on "Assigned To" parameter, Clicked on "Available Values" and Selected "Specify values" instead of "Get values from query"
    2. Added X as Label and Value as 2 (Employee ID as mentioned in dbPerson table)
    Drop down displays X but when I clicked on report, it gives an error...
    Appreciate your help on this.
    Regards
    Abdul Kalam

    Hi Abdul,
    From the document, we know that CONSTRAINED flag is used to reduce the risk of injection attacks via the specified string. If a string is provided that is not directly resolvable to qualified
    or unqualified member names, the following error appears: "The restrictions imposed by the CONSTRAINED flag in the STRTOSET function were violated."
    So you need to make sure the members are passed properly to the STRTOSET function. For more details, please see the following links:
    http://ch1n2.wordpress.com/2010/02/21/the-restrictions-imposed-by-the-constrained-flag-in-the-strtoset-function-were-violated/
    http://www.bp-msbi.com/2010/04/passing-unconstrained-set-and-member-parameters-between-reports-in-reporting-services/
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error when creating a new Reports Server instance

    Hi,
    I have tried to create and start a new reports server instance using the following method:
    1- Creating the report server instance:
    rwserver server=%newrepserver% start
    2- Stopping the OPMN:
    *%ORACLEHOME%\opmn\bin\opmnctl stopall*
    3- Adding a new server target to OPMN.XML
    *%ORACLEHOME%\bin\addNewServerTarget.bat %newrepserver%*
    4- Updating the configuration with new OPMN settings:
    *%ORACLEHOME%\dcm\bin\dcmctl.bat updateconfig -ct opmn -v -d*
    *%ORACLEHOME%\dcm\bin\dcmctl.bat resyncinstance -v -d*
    5- Starting the OPMN again:
    *%ORACLEHOME%\opmn\bin\opmnctl startall*
    However, when I try to start the OPMN again, I receive the following error:
    opmn id="##########:6200 5 of 6 processes started
    ias-instance id=red.########.########.lan
    ++++++++++++++++++++++++++++++++++
    ias-component/process-type-process-set:
    *%newrepserver%/ReportsServer/%newrepserver%*
    Error --> Process (pid=6888) failed to start a managed process after the maximum retry limit.
    Log: %ORACLEHOME%\opmn\logs\%newrepserver%~ReportsServer~%newrepserver%
    Any ideas as to why the reports server instance cannot be started?
    I have tried rebooting the server many times and have recreated other reports server instances but with no luck.
    Many thanks in advance,
    Chris

    On Windows this is caused most often by the temporary directory setting.
    Change the temporary directory to some fixed directory writable by anybody, e.g. "C:\temp".
    Change this in:
    Registry entry: hkey_local_machine\software\oracle\key_<oashome>\REPORTS_TMP
    <oashome>\opmn\conf\opmn.xml: search for environment variable TEMP (under ias-instance)
    Good luck!

  • Report Server URL page can't be displayed.

    So we attempted to upgrade sql 2012 to sql 2014 for SCCM. Upon doing so this broke reporting services.  My dbadmin reverted back to sql 2012 and now we cant get reporting services at all to work.  The issue started when he went to upgrade sql and
    it had an error on the reporting services part because of some ssl cert which I don't think we use since the service urls are all http.  I could never get the https to work the first time.
    I am doing all of the below on the sql server itself.
    in the reporting services configuration manager web service url section when you click on the report server web service url it goes to a page cant be displayed.  If you go to the report manager url section and click on the report manager site identification
    url it does take you to a webpage but says unable to connect to the remote server.
    Any one have any ideas?

    What you might do is look at the URL reservations.  In order to view what is bound to http.sys you will need to open a command prompt on the server use the following command to view records:  
    netsh http show urlacl
    If someone isn't correct, you can remove it using the following command, as an
    example:
    netsh http delete urlacl URL=https://servername:443/reportserver
    URLs also get written to the rsreportserver.config file.  So you may need to remove entries there.
    I have had to do this for failed SSRS bindings.  When making changes using netsh, do so with extreme care.  In theory, removing all your bindings using reporting services configuration manager and re-adding them is supposed to do this for you,
    but i've found out that isn't always the case.  You could always try that first.  It should be noted that in order to complete this step successfully, the report manager URL should be removed first (through the advanced button), then the web service
    URL.  When adding it back, the order is reversed, with the web service URL being added first and the report manager URL being added second.

  • The report server service is not running on Reporting Service Point server

    Hi,
    I have encountered a problem, my reporting service point has stopped working. (SCCM 2012 R2)
    In srsrp.log:
    Check state SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Check server health. SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Successfully created srsserver SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Reporting Services URL from Registry [https://s-hub-sql1.domain.local/ReportServer/ReportService2005.asmx]
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    The request failed with HTTP status 404: Not Found.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Failures reported during periodic health check by the SRS Server S-HUB-SQL1.domain.local.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    Registry change SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Timed Out... SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    Set configuration SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    In windows event log:
    On 12/15/2014 6:39:28 PM, component SMS_SRS_REPORTING_POINT on computer S-HUB-SQL1 reported:  The report server service is not running on Reporting Service Point server "S-HUB-SQL1"; start the service to enable reporting.
    In configuration manager service manager, the service sms_srs_reporting_point is running.
    In Reporting services configuration manager, the service is running.
    If I restart the reporting service, it doesn't helps.
    What is not properly?

    I've already found the reason why all stopped working - someone deleted the report manager URL HTTPS bindings (in Report services configuration manager). Added it back, than reporting started to work. Awww!

  • Run_report_object in forms10g: Reports Server only accept batch jobs

    Hi all,
    We've migrated an old forms application to forms 10g R1. To run report objects from the form applications, I use the following code to run reports with a report server (10g):
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_FILENAME,'c:\path\to\report.rep'');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_SERVER,'repserver');
    l_rep_return := RUN_REPORT_OBJECT(l_rep_id, pl_id);
    The parameter pl_id is a pre-filled parameter list, and the parameter l_rep_id is the report_object, which was added to the reports-node in the fmb.
    By running this code, the reportserver successfully executes the report and via the report server queue I can open the created PDF file.
    But, as the report_comm_mode is set to ASYNCHRONOUS, the code doesn't wait until the reportserver has finished the execution of the report, so it's impossible to show the report by web.show_document. So I've set the report_comm_mode to SYNCHRONOUS:
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_FILENAME,'c:\path\to\report.rep'');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_SERVER,'repserver');
    l_rep_return := RUN_REPORT_OBJECT(l_rep_id, pl_id);
    But when I executes this code, the execution of the report failes, and the following error code is shown in the report server queue:
    Terminated with error: REP-188: Reports Server only accept batch jobs
    But as you can see, the execution_mode is set to BATCH, so that is not the problem.
    Is there anyone who can help me to fix this problem?
    Regards,
    Jeroen

    I just sent you an e-mail, I hope it helps!

Maybe you are looking for