Schedule workbooks thru command line

hi,
how do we schedule workbooks thru unix command line?
Thanks

Hi,
Well you can use windows task manager or another third party scheduler to run Discoverer exports on a windows workstation. You can search this site for information on how to do this.
You can then use a unix command to send the details of the workbook to the workstation. One way to do this would be for the script running on the windows workstation to obtain the list of workbooks, worksheets, parameters etc that need to be scheduled from a custom database table. A unix command could then be used to add rows to the table which the workstation would then read and run the exports.
How you do this depends on what output you want to generate and how you want to deliver that output to the users. You can find an article on my web site (www.cabotconsulting.co.uk) that describes how to schedule Discoverer reports using the Applications concurrent manager. This method also uses a custom table to hold the reports to be scheduled.
Rod West

Similar Messages

  • How to delete more than one workbook from command line

    Hi, I'd like to delete more than one workbook from command line:
    The following syntax, it doesn't work....but I followed the manual instructions:
    dis51adm.exe /connect eul/eul@uatdb /delete /workbook "ALE_TEST_1, ALE_TEST_2" /eul eul /log D:\Ale\delete.log
    where:
    eul/eul@uatdb: is the db’s schema/user where the EUL is installed;
    /delete "ALE_TEST_1, ALE_TEST_2": is the command to delete the workbooks, specified inside the “” (with the relative path)
    /log D:\Ale\delete.log: is the command to write a log’s file named “delete.log” to track the action     
    The log file says:
    22/4/2008 4:00:26 μμ
    dis51adm.exe /connect /delete /workbook ALE_TEST_1, ALE_TEST_2 /eul eul /log D:\Ale\delete.log
    Document ALE_TEST_1, ALE_TEST_2 not found in EUL.
    Internal EUL Error: ObjectNotFound - Can't find EUL element
    There are 0 eul elements to be deleted.
    Completed deleting eul elements.
    22/4/2008 4:00:29 μμ
    Anyone can tell me how is the right syntax ?
    Thanks in advance
    Alex

    Hi Rod
    I was coming to that conclusion myself but wanted to wait until the other avenues had been exhausted first - aka making sure of the workbook names.
    I checked through all of the command line documentation and read nothing which clearly indicated that only one workbook could be processed at a time, other than the fact that the syntax says workbook and not workbooks, which could be a big clue.
    I think you are right though in that it has to be one at a time, which would be a pain.
    Best wishes
    Michael

  • Web Application Status thru Command Line!

    Hi,
    How do i find the status of web application thru command line?
    I dont find a direct and easy way to get to know the status of a web application. In websphere it was straight forward. Any help from BEA team would be really appreciated
    Regards,
    C R baradwaj

    Hi Satya Ghattu,
    We have a requirement wherein we wanted to manage the start and stop of web application without using the weblogic server console.
    If I stop the web application from the console it shows the web application status as unavailable. I want to retrieve the status of the web application that is shown in the console from a command line utility or thru a java program.
    Any sample program or a command line utility will be very very helpful.
    Waiting for your earlier response. I understand from other source of information that WLST is the way to go. If I can get some source code for the same will be REALLY appreciated.
    Many Thanks in Advance,
    C R Baradwaj

  • ERR file produced thru command line compile

    I'm trying to compile Oracle6 and Oracle9i forms thru the command line. Fmx files are created but so are err files. Upon inspection of the err files, it just states that there are no compilation errors. So this means that the fmx files are created correctly.
    Is there a way for the Oracle6 form compiler (ifcmp60.exe) and the Oracle9i form compiler (ifcmp90.exe) to suppress the creation of err files if there are no compilation errors ?
    thanks.

    No they will always be created. To check if there is a error with the compile you should check the DOS %ERRORLEVEL% value and if that indicates a non zero value then look at the .err file.

  • Scheduling Report  through  Command Line

    Post Author: gunjesh
    CA Forum: Administration
    Hi All,
              I would like to know how to schedule a  Webi (infoview) report of Bussiness Objects XI Release2    through Command line , Not through CMS.
    Command line options
    1. To schedule a report from CMS but using a command line. What all parameters are needed in order to do this ?
    2. To stop/reschedule a report being refreshed/running at this moment. What all parameters are needed in order to do this ?

    Post Author: sgolby
    CA Forum: Administration
    Did you have any luck finding out how to do this ?   We would like to trigger reports from the command line on demand. (or via an API is fine too)
    Thanks,
    Scott

  • Passing user defined parameters in oracle reports thru command line

    Hi All
    We are currently using Reports 6i with Oracle 10g 10.2.0.4.0
    I would like to know that is it possible to pass user defined parameters values while calling report from command line.
    For Example: I am using following coding to call report from command line.
    for /f "tokens=1-3 delims=/ " %%a in ('date /t mm/dd/yyyy -1') do (
    set mm=%%b
    set dd=%%a
    set yyyy=%%c)
    rwrun60 report=c:\reports\banks.rdf userid=express/test@test_rs2 destype=FILE desname=c:\reports\banks%dd%%mm%%yyyy%.pdf desformat=PDF BACKGROUND=NO BATCH=YES
    The report contains some user defined parameter which is using in where condition of reqport query.
    Select * from banks
    where id = :Bank_ID
    Now I want to Pass value for :Bank_Id from command line (like we pass parameter list while calling report with run_product), how it is possible?
    Thanks
    Hassan

    Hi guys
    Fortunately I am able to perform the required task as I just added the report parameter field as follows:
    rwrun60 report=c:\reports\banks.rdf userid=express/test@test_rs2 destype=FILE desname=c:\reports\banks%dd%%mm%%yyyy%%h%%mi%%ss%%ts%.pdf desformat=PDF BACKGROUND=NO BATCH=YES ERRFILE=c:\reports\error.log LOGFILE=c:\reports\joblog.log bank_id='MCB'
    bank_id is the report parameter using in where clause.
    Regards,
    Hassan

  • MS Access to oracle 10g Migration thru command line/script?

    Hi,
    Is there a command line for executing OWMB?..One of the customers currently using multiple databases of Access DB are interested in migrating to Oracle but they want the migration process to be very simple...For ex: On the click of a button or if there is something like silent mode migration through some command..
    Any help is greatly appreciated.
    Thanks,
    Veena

    Hi Veena,
    There's no command line or silent mode migration facility to run the workbench.
    However, the workbench does that have capability of migrating multiple MDB files in the one operation. Using the Exporter Tool for MS Access, which is shipped as part of the OMWB install, the user can select multiple MDB files to export. For each exported MDB file, an associated XML file is generated by the Exporter tool, which contains the database schema information for the MS Access database. The user can then load up all of these XML files, via a wizard, into the workbench, and carry out their migration. The ability to export & migrate multiple database in the one operation should greatly reduce the customer's migration time.
    I hope this helps.
    Regards,
    Hilary

  • Deploy an EAR file thru command line?

    I have been able to deploy the Petstore.ear file from
    the 10G AS Deploy EAR file option in the Server admin console.
    Now how do I to run this ear via the command line ?
    Any suggestions please?

    In ias9041 enterprise, I do
    $IAS_HOME/dcm/bin/dcmctl deployapplication -a myapp -f /root/myapp.ear -co home
    $IAS_HOME/dcm/bin/dcmctl redeployapplication -a myapp -f /root/myapp.ear -co home
    $IAS_HOME/dcm/bin/dcmctl undeployapplication -a myapp -co home
    I don't use the OEM at all. I do everything in command line with dcmctl and opmnctl. Read oracle's doc for more info.
    Ken

  • Adding Views/Folders thru command line

    Hi --
    I am just wondering whether i can add views and create folders on those views from command line for a business area.
    Any ideas?
    Thanks
    Anil Chada

    Have you checked the Java Command line utility. It has lot of administration commands.
    regards
    http://www.infocaptor.com <--- Create your own intelligence

  • Executing system command thru command line by passing it to a server

    Hello,
    I would like to know if there is any way by which I can call a system command through a java program . This system command takes parameters. If yes then how do i pass these paramaeters. This program will be called thru a sheel scripts and the parameters may vary...

    If I just look at the question in your post, I would say the answer is to call Runtime.getRuntime().exec("the system command"). But the title of the post mentioned passing it to a server; I won't attempt to answer that without knowing what it's all about.

  • Changing Scheduling Policy in Command Line

    Hi everyone,
    I'm writing up a custom scheduler but am having trouble changing the scheduler for specific processes. I found the chrt command, but haven't figured out a way to change the scheduling policy to one not listed.
    Hopefully this is the correct forum, and thanks in advance for any advice or help.

    So that when user A logins it automatically redirected to /u/A.Change it in /etc/passwd.

  • Registering sunone5.2 instance on dscc7 console thru command line

    Hi,
    We migrated our existing sunone 5.2 server to new ODSEE11g servers,
    I was successfully able to register all the 11g -Instances in DSCC using the "./dsccreg add-server" command, the reason I used ./dsccreg command was because some how our console wasn't able to take the credential for registering,
    Is there any way/command (apart from console) by which I can register my 5.2 Instance on DSCC, we have set up the replication, apart from 5.2-Instance all other 11g Instances are registered under DSCC.
    Thanks,
    Kiran.

    I don't believe it's possible to fully register 5.2 on DSCC because DSCC relies heavily on Cacao to communicate from the DSCC to the DS & DS 5.2 does not have support for Cacao.
    The best I've seen it do is to show the 5.2 server in the console when you have a replication agreement, but I haven't been able to get it to register due to Cacao not being installed.
    Also we are in the same boat as you with having 5.2 & 11g running simultaneously. I'm curious if you could share any or your setup.
    So far I've been able to get 11g & 5.2 replicating (multi-master) to each other both ways. Things seem to be working fine, but I have thus far not been able to work out a way to get "passwordretrycount" to replicate. I'm currently looking at writing a script to do this, but haven't decided on the best way to do it.
    Are there any issues you have run across? or anything you've been able to tackle that you can share?

  • Changing security option of admin server thru command line

    Dear All,
    As you can understand , we have accidently turned on SSL security =on on the admin server and we need help to turn it off through command. I will really appreciate if someone can help on this....

    Hi All,
    Thanks for your replies. I have managed to start the server without token. Now whenever I click or try to configure through GUI e.. "Secuirty: Request new certificate" or "Edit listen socket from preferences" . I am getting HTTP: 500 error.
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Open the vus304:8888 home page, and then look for links to the information you want.
    Click the Refresh button, or try again later.
    Click Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer
    And on ERROR log files says
    [15/Aug/2005:14:57:19] failure (14809): for host xxxx trying to GET /https-admserv/bin/security, cgi_scan_headers reports: the CGI program /opt/iplanet/servers/bin/https/admin/bin/security did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)
    [15/Aug/2005:15:11:03] failure (14809): Internal error: Unexpected error condition thrown (java.lang.StackOverflowError,no description), stack: java.lang.StackOverflowError
    Thanks in Advance
    Regards

  • Adding rights to forms programmically or thru command line

    We have the reader extension 7.0 and it comes with the web interface to add rights one file at a time. I checked the API and still not sure where to start. If somebody can shed more light I'll appreciate it. Also do I need other components to develop API.. we host our reader extension in Solaris 10. Many thanks.

    You can use the Java API to do it. See the developer_guide.pdf and api_reference.pdf that comes with the product.
    Chris
    Adobe Enterprise Developer Support

  • Financial Reporting - Exporting Batch for Command Line Scheduling Issue

    Financial Reporting 11.1.2.2
    When I export, a successfully run scheduled batch, for command line scheduling the xml file that is exported only has the following information in it. I think that it is missing alot of information.
    Any ideas what I am doing wrong, if anything?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <JOB_OBJECT OBJECT_ID="0">
    <DATA_SOURCE_USER_CREDENTIALS DS_PASSWD="" DS_USER_NAME=""/>
    <HR_USER_CREDENTIALS HR_PASSWD="" HR_USER_NAME=""/>
    <OUTPUT_OPTIONS>
    <HTML VALUE="No"/>
    <MHTM VALUE="No"/>
    <PDF EXPORT_PDF_FOLDER_LABEL="" VALUE="Yes"/>
    <SAVE_AS_SNAPSHOT VALUE="No"/>
    <PRINT VALUE="No"/>
    </OUTPUT_OPTIONS>
    </JOB_OBJECT>

    Hi again,
    I am not sure if you can extract the formatting to Excel... I had also issues.
    Can you please try to retrieve the report into Excel via Smartview? Check page 136 of  http://docs.oracle.com/cd/E40248_01/epm.1112/smart_view_user.pdf
    Regards,
    Thanos

Maybe you are looking for

  • Can any one help me in this code

    Hi all, I have created a selection screen and my aim is to display some fields or some block dynamically by choosing some radio button is it possible. can any one help me in this. REPORT  z_g_test. TABLES: spfli,sbook,sscrfields. SELECTION-SCREEN BEG

  • HP OfficeJet 5505 All-In-One wireless printing.

    I've got a problem getting a HP OfficeJet 5505 All-In-One printer working with a Time Capsule for wireless printing.. I'm not quite sure how to debug this, so I'm asking for a little help. If I connect the printer directly to the Mac, It is properly

  • Can I install a mSATA as a primary drive on my C560?

    Hi all, I Just want to check if it is possible to install a mSATA SSD on my system. There is one port that appears to be a mSATA slot but the screw position holes are not there. Anybody have any clues?

  • My redeem code from my new i mac purchase won't work for mountain lion

    Please help!

  • Spry Menubar issues

    Hey all, I'm trying to set up a spry menu bar using images for the top level items. I worked that part alright, but now if I view the menu under ie7, it has a margin to the left of each of the images. I don't want there to be any space between the im