Where running a report in the scheduler through Discoverer where does writt

When running a report through Discoverer with the scheduler where is the file actual written. I have some reports scheduled and when I look within the tables I don't see the data.
I want the file to export in a excel format. how can I make this happen through schedule and then where can I find the file?

Hi,
Not aware of any command line option through which you can acheive it.
A different approach to acheive this is explained below :
In your MTM do the following :
1) Update a known ini (or XML) file with all Sub sequences names  in your test sequence file that you intend to run (you need to write a exe with command arguments for this)
ex : Subsequencetorun = TestID2,TestID3
2) Call the \runentry point using the "single pass"   (SeqEdit.exe /runEntryPoint "Single Pass" "c:\My Seqs\test.seq")
In all of your test sequences do the following :
1) Parse the ini file and get all the subsequences to be run in a string array (need to write a dll for this)
2) Use a for each loop for the string array to run only the sub sequences of interest
Please check the attached sequence.
Hope this helps.
Ravi
Attachments:
TestAutomation.seq ‏8 KB

Similar Messages

  • I want to run a report from the desktop

    I want to run a report from the desktop using RWRUN60
    What all has to be installed on it to make it work
    I have 10g client on mine and it works but I can't install that on all the clients
    Is there a little install package for this?
    Thanks

    RWRUN60 is a part of "Oracle From6i Developer Suit". If you want to run report on desktop client than you have to install "Form6i Developer Suit" on every client where report is needed.
    I was facing the same issue and it was a difficult job to install "Form6i Developer Suit" on each client. So, I done the followings.
    1. Configured Oracle Application Express
    2. Created Required Application in Oracle Application Express
    3. Installed "Oracle 10g Developer Suit" and configured "PDF Report Services"
    4. Now, each user is running the application through URL and I have saved my time of installations.

  • Displaying report in .pdf format while Running oracle reports over the web

    I am running a report over the web via IE. I am suing .pdf
    format as the file type. The problem I am facing is that the
    report comes out with a blank in acrobat reader if there are
    just one or two records - i.e less thatn one pagefull. THe
    reports displays output only when there ar more than one
    pagefull of records.
    Any explanation for this bezarre behavior and any suggestions?
    I will very much appreciate your help.
    Regards
    Prasad.

    in R12 I found 2 choice
    1) when submitting requests (if available) you can set the output format by using the Options button (upon sompletion section):
    layout --> format --> select format you need (RTF/HTML/EXCEL/PDF)
    2) in the request form (view->request) selecr the report you want to reprint in the Tools menu select print/republish, in the html page that pop up select output format you want, number of copies =1 submit
    www2p

  • How to Run Oracle Reports from the web.

    How can we run Oracle Reports from the web - for example from a portal such as "Gateway"
    This is a univeristy that implements Banner - so can we run them from within Banner?

    Yes, of course. And for running the reports-server you need an OAS. Maybe here is a good starting point http://www.oracle.com/technology/documentation/reports.html

  • The scheduling margin key 000 does not exist

    Hi guys
    There is query from my side please do help me out
    to get a solution for the following query
    i was asked to give schedMarginKey = 000 while creating
    a material for MRP(material requirement Planning)
    but if i give schedMarginKey = 000 and save this it shows the
    following error
    The scheduling margin key 000 does not exist for plant JOP1
    is ther any transaction code to overcome this?
    please do help me out in this!!
    Regards
    Jino.

    Hi
    You can miantain the schedule margin key using t.code OMDC.
    reward points if useful
    Thanks & Regards
    Kishore

  • Schedule measurement in SE30 - running a report in the background

    Dear experts,
    I have a long running ABAP report and I will need to analyze its runtime for performance improvements.
    How may I correctly run this ABAP report in the background from SE30 (runtime analysis tool)? The report has to be run using a specific variant for its selection screen inputs as well.
    This is what I have done:
    1. Go to SE30
    2. Click on "For User/Service" button under "Schedule"
    3. Create new Schedule Measurement with the following details:-
      - User (<my user name>),
      - Client (<properly specified>),
      - External Session (Any),
      - Processing Category (Background Processing),
      - Object Type (Report),
      - Object Name (<ABAP report program name>),
      - Max. No. of Scheduled Measurements (1),
      - Expiration Date & Time (<properly specified>)
    5. In the screen "Overview of Scheduled Measurements", I have the following displayed as well:-
      - Scheduled = 1
      - Started = 0
      - Errors = 0
      - Status = Being processed
    Am I still on the right track here? (Started = 0 and there was no way I could specify the variant for the selection screen input values too)
    Please help. Appreciate any inputs at all.
    Thanks.

    Hi,
    you can try it with ST12 and the <ALL Servers> Option for tasktype B.
    see this blog:
    /people/hermann.gahm/blog/2010/03/22/st12-150-tracing-user-requests-tasks-http
    ST12 uses SE30 / ST05 behind the covers. But here you can switch on
    the trace for all servers and therefore don't have to take care for that yourself.
    Kind regards,
    Hermann

  • Running abap reports in the background when clicked on Webdynpro Button

    Hi Experts,
    I have requirement where when clicked on a Button in a Webdynpro application, it needs to run an abap reports in the background and I need to pass some parameters to the report.
    Is it possible to do that? if yes, please guide me though.
    Reward points for useful tips.
    Sabbir
    Edited by: Sabbir Ahmed on Oct 17, 2008 8:05 AM
    Edited by: Armin Reichert on Oct 24, 2008 10:05 AM

    you can use rfc's model  for this na?
    pass the parameters to the RFC and through that RFC run the report,
    with regards
    shanto aloor.

  • Error during running crystal report when the region setting to Vietnamese

    I have a report called stock movement which stockmovement.rpt file. It has some formula field where the formula is
    onlastrecord;
    numbervar SysClosingQty;
    IF {usp_Rpt_Crystal_StockMovement;1.ReferenceNumber}="" OR IsNull({usp_Rpt_Crystal_StockMovement;1.ReferenceNumber}) THEN
    {usp_Rpt_Crystal_StockMovement;1.SystemOpeningBalanceQty}
    ELSE
    SysClosingQty:={usp_Rpt_Crystal_StockMovement;1.SystemBalanceQty};
    After deploy to client side which have the region setting to Vietnamese culture, the execution of  this report throwing the following and the balance client machine working fine.:
    The remaining text does not appear to be part of the formula.
    Details:errorKind
    Error in File StockMovement
    .rpt
    Error in formula SystemClosingQty;
    'onlastrecord;
    The remaining text does not appear to be part of the formula
    Details :errorKind
    If we change back to English culture, it is working perfectly.
    How to resolve this issue.
    Kindly help and me and thanks for the kind help
    Malini

    See if the content of [this|http://msdn.microsoft.com/en-us/library/ms227600(VS.80).aspx] will help.
    The other option is to install CR 2008 designer on that computer - temporarily as a test only. Run the report in the designer and see if it works. Sometimes the designer will give you different error or better clues as to what is going on. E.g.; this could even be a database issue. An eval of CR 2008 is available from [here|http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx]
    - Ludek
    Edited by: Ludek Uher on Oct 7, 2011 7:23 AM

  • Where do we report abuse and harassment through forum Private Messages?

    Where do we report abuse and sociopathological harassment received through forum Private Messages?

    S.D.A. wrote:
    And all you do is repeat ad nauseum how bad the forums are.
    For the most part yeah, guess so. Which is pretty much 50%+ of the other posts here, your point being?
    Since you're bizzarely concerned about how I spend my time here outside of this forum, most of it is now reading.  Not that it's any of your business... I've assisted people plenty before but not much since they jived the forums up.
    I understood what you were trying to say. My main 'point' was that you hypocritically think you can make personal accusations of someone (in this thread above) being a sociopath without any sort of evidence or backing whatsoever and you see no problem with that, yet if others state a (much less offensive) opinion without full character references and footnotes you flip out on them and call them names.  There's a correct way to call a statement someone makes into question when you think it's wrong, without being insulting or condescending, and there's the a-hole way--you prefer the latter.
    The other point was that you only seem to attack people on this forum.  Since this is not a Social Flaming Network, could you stop that?  There's a difference between goofing off like 90% of the other people here and launching personal attacks towards others.  Didn't your momma teach you some manners when you were little?

  • Why do I get a status of 'waiting' when I run a report in the background

    Happy new Year Experts!!
    I am working with Ad-hoc query and I run reports in the background.  When I go to System > Own Spool Requests the status is always waiting.  When I go to SM37 the status is complete.  I can open the report from my own spools requests and it is completed.
    Thanks.
    Regards,
    Jeanette

    Go to SM36-> Own jobs - double click the job - Select Edit-Steps - DOuble click the step and check print specifications.
    Moreover, if you wanna make the job printed on finish, make sure that there is a default printer defined in SU3 - Defaults - Output device field.
    Regards,
    Dilek

  • Authorization error when running a report from the portal

    Hello,
    I am trying to run a certain report under a certain user in the portal.
    If I run this report with this user from the BW it is working but if I run it from the portal with this user it doesn't. The error I receive in the portal is this:
    ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    ABEND: Errors while reading InfoProvider data
    ABEND: Error in BW:
    ABEND: You do not have authorization for the data transfer process
    Which other authorizations the user needs?

    Hey Roy,
    Check with the User Portal Roles and all Authorization Objects in BW.
    when we talking about Portal from BW - Is is URL portal or RFC Portal?
    Thanks,
    CP

  • Issue with date formula when running a report on the 1st day of the month

    We have a formula that compares last month data against last year last month, the report runs on the 1st of every month although the report errors when it tries to run in January being the first month of the new year it tries to look for a month begining with Zero instead of looking back at decemeber which would be 12.
    Does anyone any solutions for this issue?
    Thanks,
    Chris
    Example of some formula's we have tried but none seem to work.
    if {@MonthName} = "December" then year({CDCCHD.CDOPDT}) in year(currentdate)-1 to year(currentdate)-2 else year({CDCCHD.CDOPDT}) in year(currentdate)
    OR
    (if {@Last Full Month Name}= "December" then year({CDCCHD.CDOPDT})= year(currentdate)-2 or
    {CDCCHD.CDOPDT} in lastyearytd else {CDCCHD.CDOPDT} in lastyearytd or
    {CDCCHD.CDOPDT} in yeartodate)
    OR
    ({CDCCHD.CDOPDT} in dateserial(year(currentdate)-1,month(currentdate),01)-1 to dateserial(year(currentdate)-1,month(currentdate)-1,01) or
    {CDCCHD.CDOPDT} in lastfullmonth)
    OR
    if {@monthname} = "December" then {CDCCHD.CDOPDT} in dateadd("m", -28, (currentdate)) to (currentdate)-14 else {CDCCHD.CDOPDT} in dateadd("m", -14, (currentdate)) to (currentdate)

    Chris,
    Give these formulas a try...
    Beg of Last Month
    DateAdd("m", DateDiff("m",#1/1/1900#, CurrentDate) - 1, #1/1/1900#)
    End of Last Month
    DateAdd("m", DateDiff("m",#1/1/1900#, CurrentDate), #1/1/1900#)
    Beg December of Last Year
    IF DatePart("m",CurrentDate) = 1
    THEN DateSerial(DatePart("yyyy",CurrentDate) -2, 12,1)
    ELSE DateSerial(DatePart("yyyy",CurrentDate) -1, 12,1)
    End December of Last Year
    IF DatePart("m",CurrentDate) = 1
    THEN DateSerial(DatePart("yyyy",CurrentDate) -1, 1,1)
    ELSE DateSerial(DatePart("yyyy",CurrentDate), 1,1)
    Note that the "End" formulas produce a value that shows midnight of the following day that you would normally expect to see... For example, if you are expecting to see 12/31/2009, it will show 1-1-2010.
    The reason is that the formulas come out to be midnight of the day shown... So a range of 12/1/2009 - 1/1/2010 will include 12/31/2009's data but none of 1/1/2010... (12/1/2009 - 12/31/2009 would actually cut off 12/31/2009).
    If for some reason your data is stored w/o time values then an adjustment would need to be mande.
    HTH,
    Jason

  • Error when running a  report on the E Busniess Suit

    hi
    i have succesfully installed the oracle e-busniess suit 11i but when i submit a request to run a report it gave me error and when i view the log file i says install printer.

    Most of the reports are configured to print output to a printer. Please see the link below to configure a printer:
    http://becomeappsdba.blogspot.com/2006/09/configuring-printer-in-oracle_28.html
    Operating system specific instructions may vary but you will have an idea what to do.

  • After running csv report, open the 'File Download Dialog'

    Hello,
    I would like that, if I run a report, then I liked directly File Download Dialogue gotten.
    How can i make this?
    Thank you!

    can you give more details on how you call the report.
    if you use url method to call , it will open the excel after the report is generated
    when appropriate desformat is given

  • Workspace 4 Minutes delay while running first report of the session

    Hi Techies,
    We are facing a strange issue in Workspace. When the user logs in to workspace and tries runs first report it nearly takes 4 or 5 minutes to bring up the POVs or Prompts. After this 4 minutes delay any subsequent action on reports is faster.
    But when the user logs off and log back in we are facing the same delay. Looks like this problem is there for every session.
    Any insight on this issue will be highly helpful
    Thanks
    With Regards,
    Rajkumar

    I am experiencing the same issue with a system 9.3 implementation. The issue occurs in Workspace only, not within the Financial Reporting Studio. That is making me think it is more of a web/application server issue. I have not been able to resolve, but any help would be appreciated.

Maybe you are looking for

  • Master Page Header and Footer in Page Viewer Web Part

    Hi. I created a View in Pages Library to view specific folders. After that i added one Page Viewer web part to one of the aspx page. There in the Page Viewer web part properties Link i have provided the url of the view. It is displaying the folders b

  • Can i move iWeb site control from one computer to another?

    We hired someone to create a website for our company. He created it using iWeb on his computer and now is no longer with the company. How can I move the control of this website to the iWeb application on my computer so that I can manage the site?

  • Is there a free way to send/receive faxes with a Mac?

    efax is not a reasonble option anymore as it does not allow for Mac viewing software, so is there another way to send and receive faxes on a Mac (preferably for free).

  • MDNSResponder has to be reloaded after reboot

    Hey All - I'm running Snow Leopard (10.6.8) and the first time I restarted after the last update, my DNS was broken. Both ethernet and Airport showed that they were connected and had IP addresses, but DNS can't resolve anything. I could access nothin

  • NCHAR OR NVARCHAR2

    HELLO i use oracle developer 6i with oracle 9i database and i have a nvarchar2 data-type , but when i wirte insert query in the developer it give me a error <<<<< character set mismatch >>>>>>> column in the database create table table_2 t_id number(