Batch Monitor Command line Check Progress

Hey all,
i was wondering if there is a way to check progress of a file i sent to compressor using command line.
Thanks
Lars

ok so i found a pdf which tells me this:
Below is a synopsis of the command for monitoring batches. The Batch Monitor
command is located in /Applications/Utilities/Batch Monitor.app/Contents/MacOS.
Batch Monitor [-clustername <name>] [-clusterid <user name:password@IP address:port
number>] [-jobid <identifier> -batchid <identifier>] [-timeout <seconds>] [-query
<seconds>] [-help]
i tried putting that in but the result i get is Batch: garbled time
any ideas
Thanks
ars

Similar Messages

  • 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

  • Command line check file status

    I have written a shell script that converts the file to flv then injects it with metadata and does a couple other things. However, the injection starts after about 10 seconds or so. I have read that the shell command "wait" will help but I don't think it is working because it doesn't know when the file has converted completely. Is there a way to know when the file has converted 100%? Can I get a variable and check it and when it is 100 or something then I can move on with my script? Is this possible?

    The command line compressor command does not "block" the way you would normally expect a command line tool to do. It returns as soon as it submits the job. Qmaster then manages the job on the queue.
    In order to do what you want, you need to use a separate command in a loop that queries Qmaster for your job's status. It returns xml-ish type stuff that you then need to parse out to get your "percent complete or whatever. Once the status returns as "100%" or whatever, you then know you can run your injection command.
    To see what I'm talking about, when you submit your job, it should return a string with "jobid" and "batchid" to stdout. Try using those in this command.
    `/Applications/Utilities/Batch\ Monitor.app/Contents/MacOS/Batch\ Monitor -clusterName <CLUSTERNAME> -jobid <JOBID> -batchid <BATCHID>`
    Have fun.. :-/

  • Could not call batch from command line processing

    I am experiencing a strange scenario where I am able to run the FR report by scheduling a batch in HFM and that creates RecRecon successfully. I am trying to do this as a batch script by using the command line script ScheduleBatch.cmd <xml file> <server name> <user name> <pass word>.
    This fails to create the report and I see an error message as below
    "Problem encountered in 'EMERALD/Admin/RecReport01'
    Error executing query: The member user Point of view for Year doesn't exist in this application"
    Can any one of you help me recover this issue?

    answered by support

  • How to make reports on a batch or command line?

    The company where I work have bought recently the Crystal Report product.
    We want to generate reports directly on a directory in batch mode. Everyday, we need to generate some PDFs. Is it possible to write a batch or to use the crystal report executable in command line?
    We develop applications in Java, so if you have some solution using the Java language, it will be better for us.

    I recommend the just-released Crystal Reports for Eclipse Version 2:
    [https://www.sdn.sap.com/irj/boc/crystalreports-java]
    and Java code such as:
    reportClientDocument = new ReportClientDocument();
    reportClientDocument.setReportAppServer(ReportClientDocument.inprocConnectionString);
    reportClientDocument.open(reportPathString, OpenReportOptions._openAsReadOnly);
    byteArrayInputStream = (ByteArrayInputStream) reportClientDocument.getPrintOutputController().export(ReportExportFormat.PDF);
    then take the byte[] from the stream as sream as you like.
    Sincerely,
    Ted Ueda

  • Activity Monitor command-line equivalent

    Hi,
    Is there a way to gather all the informations that we can find in the Activity Monitor (cpu, memory, open file-descriptors for each process) via the Terminal ??
    In fact, I am looking for a procfs (/proc) equivalent...

    Hello ccharbo,
    You could use the top command. Does procfs (/proc) not provide all the information you are looking for?
    [Mac OS X Manual Page For top(1)|http://developer.apple.com/mac/library/documentation/Darwin/Reference/Ma nPages/man1/top.1.html]
    B-rock

  • Batch File Command Line

    Hello dears
    Please guide me about below command:
    @echo off
    cd\
    cd inetpub
    cd temp
    cd Host_4.1.11.5
    md IPC
    move SecurityOld IPC
    xcopy Accounting IPC\Accounting /s /i
    xcopy OrgFundamental IPC\OrgFundamental /s /i
    setlocal
    set "location=c:\inetpub\temp\Host_4.1.11.5"
    for /d %%d in (%location%\*) do (
    md "%%d\bin"
    move "%%d\*.dll" "%%d\bin"
    ren "%%d\*.exe.config" "web.config"
    rd "%%d\IPC\bin"
    i need exclude two folders from %location% in for section.
    please guide me.

    Try this cleaned up version. It will skip folders xx and yy.
    @echo off
    setlocal
    cd /d \inetpub\cd temp\cd Host_4.1.11.5
    md IPC
    move SecurityOld IPC
    xcopy Accounting IPC\Accounting /s /i /y
    xcopy OrgFundamental IPC\OrgFundamental /s /i /y
    set location=c:\inetpub\temp\Host_4.1.11.5
    for /d %%d in (%location%\*) do call :Sub %%d
    goto :eof
    :Sub
    if %*==xx goto :eof
    if %*==yy goto :eof
    md "%*\bin"
    move "%*\*.dll" "%*\bin"
    ren "%*\*.exe.config" "web.config"
    rd /s /q "%*\IPC\bin"

  • Show specific workflow process name started by batch through command line?

    I have created a batch to start up a workflow process
    "start task for component WfProcMgr with ProcessName=\"xx Import Promotion Rule\", RowId = $1"
    may I know if I can have any means to know the status of task and showing which processes I kicked (i.e. xx Import Promotion Rule)?
    Many appreciations if anyone can help.

    Have you listed the tasks?
    There will be one for WfProcMgr and most likely complete or in error.
    Just list all WfProcMgr to filter the others and you should get what you are looking for...
    Not really sure what you are trying to do precisely so I hope this helps

  • Acrobat 9 - Use Optimize PDF from command-line or batch

    one can use the functionality optimize pdf from the command line or a batch script?
    thanks

    I found the solution. With the batch sequence i create the pdf optimization, and use the plug-in Autobatchtool (from the partner evermap) to run this batch from command-line. Thanks for you help

  • Need a command line switch to close Acrobat Catalog Index batch file

    I am looking for help with a command line switch.  I am VERY new to scheduling tasks and writing scripts.
    Our office created an Acrobat Catalog Index that needs to be updated on a regular basis.  I created a .bpdx file as follows:
    \\dept\SPDintelshare\Analysis\2nd Hand Transaction Logs\Secondhand Transaction Logs.pdx /rebuild
    This runs via Microsoft Task Scheduler from a .bat file as follows:
    "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe" "C:\Documents and Settings\cutrone0999\Desktop\PawnIndex.bpdx"
    The batch runs just like it is supposed to, but it won't close when it is finished re-building.  I have tried using EXIT at the end of the .bat file and that doesn't work.  I also tried a force close for acrobat.exe and that doesn't work either.  The problem is that if I log off my computer the batch will run as scheduled and when I log back on in the morning the scheduled task shows 'running' and I have to end it.  Then I have to re-start my computer or I can't open any Adobe documents.
    If I leave my computer logged on, the batch runs as scheduled and when I log back on in the morning I have to close the dialog boxes showing the index re-ran and then close Adobe.
    I would appreciate any suggestions.  I have googled this every way I can think of and I'm not finding any results that are helpful.  Thank you in advance!
    Paula Cutrone
    Lead Crime Analyst
    Onondaga Crime Analysis Center
    Syracuse, NY

    Acrobat can be opened by a Windows batch process, but a Windows batch process can not trigger a batch process/Action within Acrobat.  It is possible with MacIntosh's Apple Script to open a PDF and run Acrobat JavaScript but not interact with Acrobat's Batch Processing or Acrobat's Actions. Note that opening a BPDX file is different than opening an Acrobat Seq file.
    The catalog/index scheduled update is not part of Acrobat "Batch Process" or "Action". The running of rebuilding of the catalog/index is controlled by the values within the  BPDX file. So if one opens the  BPDX file with Acrobat and a catalog/index is scheduled to be rebuilt or past the scheduled date and time, then the catalog/index build is submitted for precessing by Acrobat..
    Now the issue is how to close Acrobat after this processes has completed. Since Acrobat does not communicate with the Windows OS system, the Widows scheduled process has no way to know when this task has completed. Even though one can use JavaScript to test the status of a submitted Catalog/Index build/rebuild there is no communication of the submitted catalog job unless quired by Acrobat JavaScript. If you check the Acrobat JS API Reference you will see there are 2 possible results for a catalog/index rebuild, a completed rebuild and a termination with errors. One of these should require additional action.
    Further, a recent update to Acrobat JavaScript has added restrictions to using JavaScript to "closeDoc" method which may need to be addressed.
    It is also possible to open an FDF file and add/run JavaScirpts within a PDF, and again this is different than running a "Batch Process"/"Action" in Acrobat.

  • Run App Engine through command line but have it show up in Process Monitor

    We are trying to run Application Engine through command line and have it show up in the Process Monitor.
    We have successfully ran the Application Engine through command line. We also can successfully run the Application Engine through PIA.
    Only when you run the AppEng through PIA it goes through the Process Scheduler and shows up in the Process Monitor.
    We would like to be able to do this through command line as well. Has anyone done this before?

    I'm not sure if it is (easily) doable.
    => Fire a process through the front end appl is nothing but insert few rows in process scheduler tables settings (PSPRCSRQST, PSPRCSQUE), then the process scheduler is taking information from there every x seconds and eventually run the command (on the process scheduler server) keeping an eye on the process result in the tables to post the result.
    => Fire psae through command line (or pssqr) bypass the process scheduler, you can run it from any client... so even without any clue about Process Scheduler server or even without Process Scheduler at all (cf. the very first AE running during an installation is VERSION without anything else than the client).
    So finally, your AE program has no clue where it should run outside the client you are fired the command from (i.e. on the batch server as it is running when you are fired the same AE through the front end application), nothing more about the process scheduler configuration file, and where the output files should be posted.
    Maybe not by running the AE from the command line, but by simulating the actions as it would be from the front end application, for instance by inserting in the tables whatever you want to run... but it sounds odd. Probably some developer might have done this before... but this should be reconsidered by Peopletools version/patch level (or through CI ?)
    Nicolas.
    added the last paragraph
    Edited by: N Gasparotto on May 21, 2010 2:46 PM

  • Batch Monitor shows no progress - qmaster doesn't seem to process anything

    I've been using this iMac since my company bought it a year ago and haven't had trouble with compressor until earlier this week when it just stopped working - no error message no crash - its just doesn't process jobs. I haven't updated anything or added any weird software of which I'm aware. Unfortunately I don't have a time machine back up to return to. We have the extended apple care and I haven't reformatted and reinstalled everything yet, I'm desperately trying to avoid that as I've already had to do it once in the past few months and it put me back at least a week of productivity as it took several days to get everything reinstalled. The same is true for taking it to the local apple specialist - took them a week last time I dropped a computer off there.
    Whether its a file that I'm opening in compressor or a project I'm exporting from final cut I can wait for 20 hours and no progress is made I've done a great deal of searching on these as well as other online forums and taken lots of advice given to other people with similar problems and nothing seems to work here's what i've tried in a rough order:
    Checking for Updates
    Resetting back ground processes
    Deleting preferences (for compresser et al)
    turning sharing on/turning sharing off
    starting qmaster using terminal
    restarting qmaster using terminal
    checking qmaster's settings using terminal and setting 'rendering' and processing to 'on'
    Reinstalling compressor,qmaster,qadministrator and batch monitor using Pacifist
    When Reinstalling I never click the box to share processing on a network
    I've tried starting jobs with it disconnected from my office LAN
    I've tried Everything on the compressor troubleshooting basics page including deleting all files associate with compressor, qmaster, qadmin and even motion and reinstalling them.
    after each reinstall I always update compressor as it wont even start in snow leopard without updating
    I've checked in activity monitor - qmaster is running just fine, it appears.
    If anyone has any more suggestions as to things that could be done, please offer them.

    try these initial things:
    • check the QMASTER logs in /var/logs (or simply use the /applications/utilities/CONSOLE.app). IF its failing or stalled there WILL be a reason for it.
    • look for QMASTER crashes logs...... you maybe not be able to red the dump but there will be a common thing in there somewhere...
    • stalled?: maybe sitting in the ACTIVE QUEUE with PROCESSING, but doing nothing.. maybe one of the services has failed. I se an EMAIL address up in the compressor to tell if anything broke. works great!
    • stalled?: maybe your set up the cluster maybe expecting MANAGED SERVICEs and you cluster is not SETup for that.lots of these things.
    anyway, have a look in the console logs and post your stuff. Happy to help you with it.
    I have found the latest qmaster and compressor with FCS3 is very good.
    LAstly, I have had the ODD thing that utilises PERIAN plugins etc t sit and do nothing. PErian ends up dumping.. anyway all this can be worked around.
    w

  • Open Zenworks Progress window from command line?

    I'm well aware of the option Show Bundle Activity for bundles, but the Zenworks Progress window gives a little more information. Is there any way to open that from a command line, so it can be used in a bundle action?
    I know it has something to do with ZenNotifyIcon.exe but I can't find any info about possible arguments to pass to it.
    Regards,
    Pr Nilsson

    bkeadle,
    You could also use an AutoIT script to do the same thing.
    Here's a forum post where they've already laid the groundwork for such a script:
    How to operate a icon in system tray? - AutoIt Forums
    You'd just need to modify it as needed with the correct tooltip (presuming it has some static text at the beginning), and add some extra commands to click the correct menu item.
    Jacob
    Originally Posted by di6parn
    bkeadle,
    Sorry, I didn't find any solution to this. I believe I saw something involving a vbscript that identifies the Zenworks icon in the tray and sends a right click action to it and then an action selecting the Show Progress menu item... I found it a bit over my head, though. :)
    Regards,
    Pr

  • Batch Monitor troubles - no progress

    I'd like to export a project from final cut pro (6.0.4) with compressor (3.0.4), as I did about 50 times before. Compressor opens, I choose my settings and click "send". Batch Monitor opens and that's it. No progress in Batch Monitor, no encoding, no failure code, nothing.
    In the information-box I find:
    pid="261" what="service-request" req-id="06B72FBC-BBB5-4F63-B985-6C4CA034BFF2:1" msg="Error: unrecognized request."></mrk>
    What's wrong? If possible I'd like to avoid to reinstall compressor.
    I already deleted the prefs for compressor and batch Monitor, I repaired disk permissions and restarted.
    Exporting the movie with quicktime works fine, exporting audio only works fine, too.
    What's wrong with Batch Monitor? Any idea someone?
    Thx, Wolfgang

    Sounds like Qmaster has missing assets.
    Qmaster is what controls batch monitors, batch lists.
    You will need to reinstall Qmaster again.

  • Can not login into command line tool or check out application system

    Hi,
    I'm not able to check out application system. Message error stack is empty. If I try to connect using command line tool to purge the version I get this:
    Repository Command Line Tool: Production on 11-July-03, 18:46
    Release 9.0.2.90.21 - (c) Copyright 2002 Oracle Corporation. All Rights Reserve
    d
    REPCMD> conn repos_manager@msdes01
    Enter password: ******
    [JDK2] No message error
    oracle.repos.services.ReposServiceException
    at oracle.repos.services.connection.RepositoryConnection.setConnection(R
    epositoryConnection.java:613)
    at oracle.repos.services.connection.RepositoryConnection.setConnection(R
    epositoryConnection.java:539)
    at oracle.repos.tools.cmdline.util.CmdLineConnection.setConnection(CmdLi
    neConnection.java:162)
    at oracle.repos.services.connection.RepositoryConnection.<init>(Reposito
    ryConnection.java:333)
    at oracle.repos.tools.cmdline.util.CmdLineConnection.<init>(CmdLineConne
    ction.java:122)
    at oracle.repos.tools.cmdline.ConnectCommand.runConnect(ConnectCommand.j
    ava:197)
    at oracle.repos.tools.cmdline.ConnectCommand.exec(ConnectCommand.java:78
    at oracle.repos.tools.cmdline.BaseCommand.exec2(BaseCommand.java:130)
    at oracle.repos.tools.cmdline.CommandLine.run(CommandLine.java:494)
    REPCMD>
    Any help will be greatly appreciated.
    Thanks,
    Radek

    Radek,
    See Metalink article <Note:178311.1>
    I assume sqlplus and the Repository Object Navigator are working.
    Check the tnsnames.ora file:-
    i.e Change the entry
    DTE817.world = (DESCRIPTION = (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ukp-desteam)(PORT = 1521)))
    (CONNECT_DATA = (SID = DTE817)))
    to
    DTE817.world = (DESCRIPTION = (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ukp-desteam)(PORT = 1521)))
    (CONNECT_DATA = (SERVICE_NAME = DTE817)))
    David

Maybe you are looking for

  • Sharing music between different accounts - is this how it works?

    The way iTunes shares music between different users seems a bit poor. I have two user accounts set up on the same PC, with music files accessed by each from the same folder (as described here: How To Share Music Between Different Accounts On A Single

  • Zone issue in Solaris10

    Hi Experts I have small problem and doubt If i login to global zone ... "zlogin -C -e @ testzone" how to logout from global zone...... testzone# when i press exit button it is comeing to zone login prompt zone1 console login: @ ( from Zone login prom

  • Help w Help

    Where do I install the after_effects_cs5_help.pdf so it will function in help within the program? CS5 Master Collection on a Mac with OS X 10.6.4 (Offline Only! The registration was done by our IT Dept. while breifly online for that purpose). Thanks

  • Deducting leave quota for multiple lates in a month

    Hi Experts, I am working on a Positive Time implementation and I am facing problem with one of the clientu2019s requirement. If an employee is late for more than 3 times in a single month (not necessarily consecutive) then his leave quota should be d

  • Import Log shows Incompatible version of Workspace Manager Installed

    Hi, I did an export of my DB using oracle 10.2.0.3 in Windows 2003 R2, I am trying to import the DB in Oracle 10.2.0.4 on Windows 2008 Server. Question 1 I am getting the following error message IMP-00003: ORACLE error 20000 encountered ORA-20000: In