Discoverer Desktop CLI /pt parameter

Hi,
Does any have setup Discoverer Desktop CLI using /pt parameter which sets the printer. I'm using this:
dis51usr.exe /pt c:\Posting.DIS sysa.pr05 "FX DocuCentre-III 2007 PCL 6" 515 /connect discoverer/discoverer@disdb /parameter from '15-APR-2013' /parameter to '30-APR-2013'
but i'm getting "Could not start print job" message. /p parameter that prints out to default printer is working fine.
Do i have the wrong parameter input for /pt? Please help.
TIA.

Hi,
i believe many people would not have used this feature . Please contact Oracle support through a service request . they will defnetly help you
Thanks
Naga

Similar Messages

  • Parameter default value doesn't work in Discoverer Desktop 4i

    Hello,
    I have a parameter called 'Organization' in discoverer report.
    I want to set its default value to one organization from the list of values. I edited the parameter
    and selected that value from the list in the Default value field. But,when I run
    the report, it shows the recently used value for that parameter,
    instead of showing the default value.
    I have the same problem with all parametrs in workbooks in Discoverer.
    I am using Discoverer Desktop 4i (4.1.41.05.00).
    Is there anything i can do to make Discoverer show me the default value for the parameter every time i run the workbook?
    Thanks in advance!

    Thanks Rod!
    Unfortunately it seams that seting that p[reference doesn't work for my version of Discoverer.
    That option is introduced with version 4.1.43 and we are using version 4.1.41.05.
    I suppose i can't solve that problem on another way in this version of Discoverer Desktop..?
    Best regards!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Discoverer desktop aborts when passing parameter

    Hi All,
    I'm trying to pass parameters to a discoverer desktop workbook, using the following command:
    C:\oracle\product\BIToolsHome_1\bin\dis51usr.exe /connect discover/discover@fincon_d10 /opendb FCONR09615 /parameter p_user 'FCON' /parameter session_id '26240255' /parameter p_dt_final '31/01/2008'
    where FCONR09615 is my workbook. But when I execute this command discoverer desktop aborts!
    When I manually open the wokbook and fill the parameters, it works just fine.
    Any Ideas?
    Thanks in advance,
    Valentim

    Hi Valentim
    You don't seem to be telling Discoverer which worksheet to open. You need to use the sheet command.
    Let me look at the rest of your command.
    1. You appear to be calling Discoverer Desktop correct
    2. The command /connect is correct with username/password@database
    3. The /opendb command is correct so long as you have a workbook called FCONR09615 owned by the user discover
    4. You seem to have 2 parameters: one called p_user and one called p_dt_final. I can't comment as to whether you are passing the correct string values as I don't know how you have defined the objects that the parameters are feeding. I can tell you that your parameters need to be called p_user and p_dt_final
    Best wishes
    Michael

  • Error in Inserting data in GTT in Discoverer Desktop

    Hi,
    I wanted to pass a user entered parameter in Discoverer Desktop as a parameters to the custome SQL query.
    I came across a solution where in they are asking to create a separate sheet to take in input parameters from the user and create a condition where in you store the value enterd in a GTT. When i am using this approach i am getting an error message. You cannot perform DML operation in the function. I cam across thread in the forum wherein people are also discussing about the same approach. Can anyone help.
    lnk: Passing multiple parameters into Custom Folder...
    Thanks
    Ashwini

    Hi,
    It is true that you cannot perform DML operations inside SQL (that is what discoverer do).
    The way to work around it is to define the function that perform the insert as AUTONOMOUS_TRANSACTION
    You should add the syntax to your function, for example:
    CREATE OR REPLACE FUNCTION test1 RETURN INTEGER IS
    i INTEGER;
    PRAGMA AUTONOMOUS_TRANSACTION;
    BEGIN
    i := 1:
    insert into t
    select i from dual;
    COMMIT;
    RETURN i;
    END test1 ;
    BTW don't forget the commit although it's GTT and make sure you preserve rows on commit;
    Tamir

  • Discoverer Desktop Parameters

    please help in how to change the parameter requiered or not in Discoverer Desktop, and if can't is applicable to do it through DB and how?
    I have Discoverer Desktop 11g.
    please your help?

    Hello
    To back up what the others have said, Desktop can only create mandatory parameters whereas Plus can create both optional and mandatory parameters. Interestingly, if you create an optional parameter in Plus and run the worksheet in Desktop the parameter remains optional and Desktop can handle it. However, you should not edit the parameter in Desktop.
    Michael

  • Discoverer Desktop v 4.1

    Anyone know where I can download Discoverer Desktop v4.1.48.
    Thanks..

    Hi Neville
    Actually, if you don't have 10g yet you may as well upgrade to 11g.
    You'll find the software here: http://www.oracle.com/technology/software/products/middleware/htdocs/fmw_11_download.html
    If you scroll down the column headed Microsoft Windows until you come to the column labeled Oracle BI Discoverer Desktop and Administrator 11.1.1.3.0
    You can install these into a new Oracle home on your machines.
    To upgrade you need to connect as the Administrator in 11g connecting using the credentials from version 4. You should be prompted to upgrade? Don't worry though because Discoverer 11 will not overwrite anything from version 4, it will install completely new objects.
    If you don't fancy this idea, then you can create yourself a brand new schema and install an empty EUL into that area. Then you export the EUL from version 4 and import it into version 11.
    Note: you will find that you need additional grants in the database to fully use 11g. Here are the scripts I use:
    Admin User:
    create user &username identified by &password;
    grant connect, resource to &&username;
    grant alter any materialized view to &&username;
    grant analyze any, create any materialized view to &&username;
    grant create procedure, create role, create sequence to &&username;
    grant create session, create table, create view to &&username;
    grant drop any materialized view, execute any procedure to &&username;
    grant global query rewrite to &&username;
    grant select any table, unlimited tablespace to &&username;
    grant execute on sys.dbms_job to &&username;
    grant select on sys.v_$parameter to &&username;
    For end users who need to schedule:
    accept username prompt'Enter Username: '
    accept pword prompt'Enter Password: '
    create user &username identified by &password;
    grant connect, resource to &&username;
    grant analyze any to &&username;
    grant create procedure, create sequence to &&username;
    grant create session, create table, create view to &&username;
    grant execute any procedure to &&username;
    grant global query rewrite to &&username;
    grant select any table, unlimited tablespace to &&username;
    grant execute on sys.dbms_job to &&username;
    grant select on sys.v_$parameter to &&username;
    For users who do not need to schedule:
    create user &username identified by &password;
    grant connect to &&username;
    grant execute any procedure to &&username;
    grant global query rewrite to &&username;
    grant select any table to &&username;
    Best wishes
    Michael

  • What priviliges need to Run Discoverer Desktop

    Hi all,
    I have installed Discoverer Desktop on client machine. When I login throug the administrator on any client machine then I can connect to Desktop. But unable to connect to Discoverer Desktop on client machine when I connect with my personal ID that dont have administrative priviliges. I got the error that system unable to update system registry. Use REGEDIT. And also desktop didnt connect and return TNS Error. What should I do in this condition? Should I give the administrator priviliges to every user who are using Discoverer Desktop.
    Thanks.
    Hassan Raza

    Let me elaborate on exactly what I am doing with this. I have a view that goes against a 5 million record table and gets contract line flexfields. The performance is greatly improved when a specific contract is selected, so I have built in an extra join to a temporary table that contains nothing but contract number. When a report is run in Discoverer, the goal is to allow the user to enter a parameter of contract number, and then take that number and execute a function to populate the temporary table with that contract number, then get the data from the view that has joined to this table. It works if the user runs the report 2 times, as the data is being generated before the function is executed, so there is nothing in the temp table on the first execution due to timing. What I need to do is change the timing and force the function to populate the temp table prior to the running of the view. Is this possible?

  • Oracle Discoverer Desktop 10g screen layout

    Hi,
    I am using discoverer desktop version 10g. After I select workbook I am not able to Item Navigator, Parameter, conditions window ?
    Basically whatever in Tools menu I used to see that in the left side of the screen. I am not seeing that. Please help to get the navigation window back.
    thanks
    vdhandap

    Thank you for your reply.
    Under the view menu I am seeing these options Toolbar,Formatting bar, Analysis bar, Status bar, Page Items , Item clipboard and SQL Inspector.
    Thanks
    v

  • Scheduling workbooks in discoverer desktop

    I'm trying to figure out how to schedule workbooks to run and export the output to a folder in Discoverer Desktop, I see in many posts that it can be done easily, I just can't figure it out, can anyone help?
    I did confirm with my DBA that we do have the DBMS_Job package installed.
    When I click on schedule as a user I get the following message:
    A workbook cannot be scheduled for the following reason(s) - summary refresh 'job_queue_processes' parameter is 0
    I would appreciate any help you can offer.
    Thanks,
    Janet
    email: [email protected]

    Hi Janet
    You do not need to have DBA privilegs to schedule workbooks and any user should be able to do this. Here is an article from my notes:
    Setting up Workbook Scheduling
    The workbook scheduling feature in Discoverer uses native features in the Oracle DBMS, and is therefore only available when running against the Oracle database. This feature uses the same highly scalable and reliable processing procedures ithin the kernel, since the summary management capability and the setup for both features is similar. These procedures use standard packages in the DBMS called DBMS_JOB.
    To enable the processing procedures for workbook scheduling in Discoverer, follow these steps:
    A. Grant Schedule Workbook Privilege to the user.
    B. Confirm that DBMS_JOBS has been installed.
    C. Specify result set storage.
    D. Set the time period at which the process kicks in.
    These procedures are described in the following sections:
    A. Grant Schedule Workbook Privilege to the User
    The user must be granted the Schedule Workbooks privilege in the Privileges dialog. Connect to the Administration Edition, and grant the Schedule Workbooks privilege in Tools->Privileges dialog.
    B. Confirming that DBMS_JOBS is Installed
    1. Log onto SQL*Plus as the Administrator, and execute the following SQL statement:
    SQL> select * from all_objects where object_name='DBMS_JOB' and
    object_type = 'PACKAGE';
    If the statement returns no rows, use SVRMGRL to create the necessary packages.
    2. From Windows XP or NT, select Start->Run.
    3. Type in one of the following:
    SVRMGRL
    4. When in the DBA facility, type CONNECT INTERNAL.
    5. Execute the following SQL statement:
    SQL> start <ORACLE_HOME>/rdbms/admin/dbmsjob.sql;
    SQL> start <ORACLE_HOME>/rdbms/admin/prvtjob.plb;
    C. Specifying Result Set Storage
    When a scheduled workbook is run, the results are stored in database tables
    within the database. Result set data created as part of the workbook
    scheduling process may be stored in one of two areas:
    the user's own schema or a centralized schema.
    User's Schema
    In order to enable workbook scheduling in the user's own database schema,
    the user requires the following database privileges:
    Create Procedure
    Create Table
    Create View
    To grant these privileges, do the following:
    1. Log onto SQL*Plus or SQLDBA as the Database Administrator.
    2. Type the following:
    SQL> Grant CREATE PROCEDURE to <USER>;
    SQL> Grant CREATE TABLE to <USER>;
    SQL> Grant CREATE VIEW to <USER>;
    SQL> Grant EXECUTE ANY PROCEDURE to <USER>;
    SQL> Grant SELECT on SYS.DBMS_JOB to <USER>;
    SQL> Grant EXECUTE on SYS.V$_PARAMETER to <USER>;
    where <USER> is the userid of the person who is to be allowed to schedule
    workbooks.
    These privileges must be granted directly to the user and not to a database
    role.
    Advantages: A database limit can be specified on the maximum amount of data a
    user can store in the database. If the result set is stored under the user's
    schema, then you keep control over the maximum amount of space one individual
    user can fill with result sets. If the user creates a scheduled workbook that
    fills that space, it affects only his/her own scheduled workbook.
    Disadvantage: The user is required to have the above privileges in the database.
    Repository User's Schema
    In order to enable workbook scheduling using a centralized repository user's
    schema, the SQL script batchusr.sql must be run in SQL*Plus or SQLDBA as a
    database administrator (such as, SYSTEM). This script creates a new user that
    is granted the above privileges.
    In addition, the administrator of the EUL must change the user so that the
    Repository User property is pointing to the repository user's schema just
    created. The centralized repository user's schema may be customized by the
    database administrator for space management purposes and underlying data access.
    NOTE: SELECT ANY TABLE access is given by the script batchusr.sql,
    but this may be limited provided the repository user's schema is
    granted access to the underlying data that will be accessed for
    workbook scheduling.
    The repository user created will not be able to directly schedule a workbook
    through the User Edition.
    Advantages: Each user does not need DML procedures to run scheduled workbooks.
    Disadvantages: One user can potentially run a scheduled workbook that fills the
    available result set space, preventing other scheduled workbooks from running
    until it is cleared.
    D. Setting the Start Time for Workbook Processing
    The workbook processes run within the database on the server, and are
    controlled by parameters in the initialization file of the Oracle DBMS
    - the INIT<SID>.ORA file.
    To limit the number of processing requests that can run simultaneously:
    The parameter job_queue_processes specifies the number of concurrent processes to use to process DBMS_JOB. It controls the number of processing requests that can be handled simultaneously. The default value is zero, which means processing requests will not be created. You should set it to a minimum of 2 or more if you have any other applications that use DBMS_JOB.
    You need more than one job queue process, because if one job fails for any reason, it may keep getting re-submitted, and thus, prevent everything else in the queue from being completed. If you want to have 10 simultaneous processing requests handled, then you will need to set this to 10.
    The INIT<SID>.ORA parameter job_queue_interval is the time in seconds that controls how often the job processes wake up to process pending jobs. The default is 60, which is quite frequent. What you set this to depends on how frequently you want the process to wake up and serve the requests that have been made. Oracle recommends that you update the 60 seconds default to at least 10 minutes (a value of 600).
    NOTE: This parameter also affects summary management.
    To enable these parameters:
    1. Locate the INIT<SID>.ORA file.
    For example, on Personal Oracle7 the INIT<SID>.ORA file is held in
    <ORACLE_HOME>\database. Its default name is INITORCL.ORA where ORCL is
    the <SID> name.
    2. Enter 2 lines into the file. For example:
    job_queue_processes = 2
    job_queue_interval = 600 (equivalent to 10 minutes)
    NOTE: The summary management and workbook scheduling features both use this scheduling capability within the Oracle DBMS. The interval you specify and the number of concurrent requests affect both features.

  • Dependent Parameters in Discoverer Desktop

    Hi All,
    I am using discoverer 10g. i dont know how to filter the second parameter based on the first parameter selection in the Discoverer Desktop.
    Regards,
    Vishwanath

    Hi,
    It only exists in the Plus.
    There are some differences between the plus and desktop for ex sub queries that can be done in desktop and not plus.
    Any way if you'll create it in plus you will be able to use it in desktop but you cannot create it using the desktop edition.
    Regards,
    Tamir

  • Can't create scheduled workbook on Discoverer desktop

    Hi ,All
    I want to create a scheduled workbook on discoverer desktop(end user version) by....
    1. grant privileges to user in the following
    CREATE PROCEDURE
    CREATE TABLE
    CREATE VIEW
    SELECT ANY TABLE
    2. grant scheduled workbook to user in Discoverer Admin(Menu-->Tool--> Privileges)
    when I launch discoverer desktop to schedule workbook ,I can select workbook, set time to run and set parameter but when I accept all parameter to schedule workbook .....the program show the error
    "Internal EUL Error: TransError - Unexpected transaction error"
    Anyone know what is the problem and how to solve it ?
    Thank you,
    Mcka

    Hi
    See the following link, maybe it helps you:
    http://download-uk.oracle.com/docs/html/B13916_04/scheduled_workbooks.htm#sthref493
    Ott Karesz
    http://www.trendo-kft.hu

  • Discoverer report - Output from Discoverer plus is not the same as Discoverer desktop

    As a part of Upgrade project we are migrating the discoverer reports from 11i (11.5.10.2) to R12 (12.1.3) .After migrating to R12, for a custom discoverer report the output given by discoverer desktop is correct (24 rows for a scenario). But the report output from Discoverer plus does not show the credit transactions (2 rows). The output from Discoverer plus shows only 22 rows (24 - 2), which is incorrect. The query is the same in Discoverer desktop and Discoverer plus.
    Please let me know why these transactions that are appearing when the report is run from discoverer desktop are not appearing in discoverer plus. Is there any setup in discoverer plus for this?
    Regards,
    Brajesh

    Pretty hard to answer a question like this.  Best bet would be to copy the existing discoverer plus book and start removing conditions, fields, etc until those two rows from desktop show up and see if you can work it out. 

  • Checkbox in discoverer desktop edition

    Hi,
    The query we are executing created for cross tab report have plenty of views and is returning null data which needs apps intialization which cannot be done from discoverer.
    I think loging into Discoverer desktop edition with oracle applications user would resolve the same.
    I have checked the checkbox in desktop edition and logged in as operations/welcome. but it is showing as invalid user name /password.
    please help in setup that must required to check and login to oracle applications user. Also Provide if there is any alternative.
    I would be very much thankful if you could help me on this.
    Best Regards,
    Katty.
    Edited by: karthik.thadakamalla on May 10, 2009 11:49 PM

    Hi,
    The apps initialization can be done by Discoverer provided that you are connecting to an Apps mode EUL with an applications username and password.
    You must specify that you want an Apps mode EUL when the EUL is created. Then when you connect to Disco Admin as the owner of the EUL you will be able to grant access privs and security to the Application users and responsbilities.
    If you have an apps mode EUL and still get an invalid username/password then this could be because the application is running in secure mode. Then you need to copy the .dbc file to a local directory. Search this forum for details on how to do this.
    Rod West

  • Discoverer Desktop crash

    When trying to open a report created by a colleague, Discoverer immediately throws a Windows (Vista 32Bit) error that "Oracle Discoverer Desktop has stopped working". I click close program, and Discoverer closes. It's a very simple report so I recreated it yesterday, ran it fine, could change parameters for different outputs, no problems. This morning I log in and when trying to open the newly created report from yesterday, same error. No exception, no memory pointers, nothing, just the Win error that it has stopped working.
    Anyone seen this before? Running Discoverer Desktop v 10.1.2.3 Client v 10.1.2.55.26.

    My colleague was able to open and modify the report that I created without issue so I suspect the report is alright, perhaps my installation? Odd that I can run many other reports just fine in the same environment and that this one ran fine from development, but as soon as I closed it to reopen, no luck.

  • Discoverer Desktop Issues 10.1.2

    Hi,
    I am using Discoverer Admin and Desktop both of Verions 10.1.2
    I have no issue with Admin; I could do successfully all the work here.
    In Desktop i have login successfully as Application user; and created simple Order Report workbook (Order_Report.DIS) and saved it.
    Again when i login as application user in desktop; When i try to open my existing workbook (Order_Report.DIS); It will prompt me
    Do you want to run the query for the sheet Ord_report; Yes/No; If i select option as Yes i am getting error mesg as Failed to connect to database; If i choose No I will get empty sheet; In either case I will see empty sheet appears; From the Tool Bar if i select Sheet --> Refersh Sheet; I am able to see records in my sheet.
    When i continue working on this sheet; All of sudden i get error screen as Oracle Discoverer Desktop has encountered a problem and needs to close
    Basically i have two problems in desktop
    1. When I open workbook i get error as Failed to connect to database
    2. All of sudden i get vague error as Oracle Discoverer Desktop has encountered a problem and needs to close
    I would appreicate if some one can help on this.
    Thanks!!
    Uday

    Hi,
    I have the same issue with Discoverer Plus 10g Rel 1 (10.2.0.2 )
    Desktop and Administrator are working good. So, I cannot resolve it by re-installation.
    Also, this is not reproducible. Sometimes it works very smoothly, but sometimes it gives error for the same report.
    Any idea ?
    Thanks!
    Yogini

Maybe you are looking for

  • How to Delete the Latest Version of a Document

    Suppose i have a document A which has 3 versions, 1,2 and 3 now i have to delete the 3rd version and make 2nd as the latest one. how to go about doing that??

  • Fade Effect Behind Letters

    On http://www.admaticonsulting.com/test1/, my client wanted a black font with a red 'E' for his business name, 'An Event Studio'. There's a slider, and on the first image has a black area where the business name/logo goes, so you cannot see it if I u

  • Actual price of revenue in reporting not hitting

    Hello I have done the milestone billing and also created the billing plan in WBS element for the created milestone under the same WBS element as "down payments" and have done the billing for these amount by assigning in sales order by confirming the

  • Dynamic Screen in Table Control

    Hello Guys, I have a problem on screen dynpro. In the screen, i have a table control and i set all the field can be input. But i have 2 t-code where 1 of the t-code can edited the data and another one only display. So in screen status, i insert this

  • Creating Query Variant

    Hi, I am trying to create a query variant in BI7. I want the values to be populated from TVARVC table. In RSRT, if i am giving Create variant, i am getting the next screen to enter the values.(same as we get in 3.5). but it does not show the query fi