Job output in System 9.3 Workspace

We're learning the ins and outs of the workspace on System 9.3, and have two issues with job output:<BR><BR>1. Can we configure the system to NOT display the job log file? We don't want end users to see this!<BR><BR>2. Can we confgure the system to NOT display the job output as a type "Interactive Reporting Document (Web Client)"??? We want our users to view the output documents in the workspace's HTML viewer, but don't want them to install or use the browser plug-in client.<BR><BR>

Hello,
If you could provide a little more detail it might help narrow down the issue.
Do the user's see the document within Workspace?
Do they get an error when trying to access the document? If so what is the error?
Are the user's provisioned to be able to access WebAnalysis?
Do the user's have the appropriate JRE installed to launch the WebAnalysis Applet?

Similar Messages

  • Need help to import Job Output Collection (Repository.loadOutputCollection)

    Hi, ALL.
    I have a task to transfer all <BQYJobOutput>-objects (Hyperion workspace objects) from one environment(9.2) to another(9.3.1) using java SDK.
    Please help me to solve my problem and load <BQYJobOutput> back into workspase.
    I wrote an java apllication, so I did:
    1. I exported <BQYJobOutput> object using "saveContentsToZipByteArray" method. Now I have zip-archive on file system with ~32/.../70 files inside per one <BQYJobOutput>.
    2. I did "unzip", found proper BQYJob (job), and called:
    obj = getRepository().loadOutputCollection(
    job, EntityName, CategoryPath, arr_s_files, arr_b_primary
    , EntityBrowsable, EntityDesc, arr_s_keywords, pr_autoDelete, pr_expiration
    , pr_customProps, pr_exception, arr_s_exceptText, pr_rating);
    with
    pr_customProps.put("IS_DASHBOARD", "false");
    pr_customProps.put("sys_thin_client_view", "true");
    arr_s_files is array with all 32 full file pathes inside
    arr_b_primary array has "true" only for "primary" files ("false" for other)
    As result I got:
    - All 32 files in the folder/category.
    - New object with type "Output collection" not "Ineractive Reporting Job Output", and an empty content inside.
    Also, if you have rich documentaion/help on Repository.loadOutputCollection - please post it with details.
    Thank you in advance for any hint!
    What I have as part of java sdk:
    loadOutputCollection
    public com.sqribe.rm.JobOutput loadOutputCollection(com.sqribe.rm.Job job,
    java.lang.String name,
    java.lang.String path,
    java.lang.String[] files,
    boolean[] primary,
    boolean browsable,
    java.lang.String desc,
    java.lang.String[] keywords,
    boolean autoDelete,
    java.util.Date expiration,
    java.util.Properties customProps,
    boolean exception,
    java.lang.String[] exceptText,
    com.sqribe.rm.Rating rating)
    throws ReportMartException
    Load a job output collection in the repository. The newly created collection is associated with the specified job.
    Since:
    Version 8.0
    Thank you, Sergey

    There are always various ways to do things.  Any of the following and others will work.
    SCOTT@orcl12c> alter session set nls_date_format = 'dy dd-mon-yyyy hh24:mi:ss';
    Session altered.
    SCOTT@orcl12c> -- 1050 minutes divided by 1440 minutes in the day:
    SCOTT@orcl12c> select trunc(SYSDATE)+(1050/1440) from dual;
    TRUNC(SYSDATE)+(1050/144
    wed 06-nov-2013 17:30:00
    1 row selected.
    SCOTT@orcl12c> -- 17.5 hours divided by 24 hours in the day:
    SCOTT@orcl12c> select trunc(SYSDATE)+(17.5/24) from dual;
    TRUNC(SYSDATE)+(17.5/24)
    wed 06-nov-2013 17:30:00
    1 row selected.
    SCOTT@orcl12c> -- 17 hours + 1 half hour:
    SCOTT@orcl12c> select trunc(sysdate+1)+17/24+1/48 from dual;
    TRUNC(SYSDATE+1)+17/24+1
    thu 07-nov-2013 17:30:00
    1 row selected.

  • Job cancelled after system exception ERROR_MESSAGE

    Hello all
    I am facing the following issue.
    A custom report is schedulled and run as backround job. The report should create a txt file on server.
    The report works fine in foreground, but as backround job ends up cancelled all the time.
    The job log:
    Job log overview for job:    VI5 / 13072800
    Date       Time     Message text                                                                     Message class Message no. Message type
    27.03.2009 13:09:28 Job started                                                                           00           516          S
    27.03.2009 13:09:28 Step 001 started (program ZESSRIN110R, variant PR1_0000381, user ID METAPARTNER)      00           550          S
    27.03.2009 13:09:28 File creation ERROR:                                                                  00           001          E
    27.03.2009 13:09:28 Job cancelled after system exception ERROR_MESSAGE                                    00           564          A
    There is no info in SM21 regarding the error.
    Can anybody help with this?
    Thanx in advance.
    imi
    Edited by: Imrich Vegh on Mar 27, 2009 2:27 PM

    btw the part of my code  looks like this:
    server path check
        IF p_srv IS NOT INITIAL.
          OPEN DATASET gv_server FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
          IF sy-subrc EQ 0.     --- I keep receiving 8 here in BACKGROUND JOB
            WRITE : / text-077,  gv_server.
          ELSE.
            MESSAGE text-069 TYPE 'E'.
          ENDIF.

  • Download Background job output to Excel automatically

    Dear Experts,
    Hi there... Please note the following scenarion and give me your expert solutions on the same...
    I have created a SALES QUANTITY REPORT for exports... In this there are many conditions applied to achieve data in many of the columns of this report. If we run it for 2-3 months it is not a problem... The output comes at a marginal wait time... But the moment it is run for a whole year then it just goes on and on.... I cannot fine tune also.... because of the conditions... For better performance and fast retrieval i have used views in this report to achieve quick output...
    The thing is when i put it to execute in Background it comes within an hour or so... But the output is not readable.... so here is what i want:
    1. First of all why report executes so quickly when put in background, whereas in foreground it takes more than 4 hours and also no guarantee of output.. This is to satisfy my curiosity...
    2. I want the output to get automatically converted into excel and get stored in a specific folder the moment the job is finished in background without any format getting disturbed. The report is prepared in ALV...
    Please gurus help me out.
    Thanks...
    Jitesh

    It is giving me the following error: -
    17.02.2009 11:24:41 Job started                                                                             00           516          S
    17.02.2009 11:24:41 Step 001 started (program Z_SD_SQR_EXPORT, variant &0000000000007, user ID JBABAP)      00           550          S
    17.02.2009 11:24:45 Incorrect Print Parameter                                                               0K           091          I
    17.02.2009 11:24:45 Spool request (number 0000014520) created without immediate output                      SY           355          S
    17.02.2009 11:24:45 Excel file c:\sqr\sqrexport.xls cannot be processed                                     UX           893          E
    17.02.2009 11:24:45 Job cancelled after system exception ERROR_MESSAGE                                      00           564          A
    form DOWNLOAD .
    CALL FUNCTION 'SAP_CONVERT_TO_XLS_FORMAT'
      EXPORTING
    *   I_FIELD_SEPERATOR          =
    *   I_LINE_HEADER              =
        i_filename                 = 'c:\sqr\sqrexport.xls'
    *   I_APPL_KEEP                = ' '
      tables
        i_tab_sap_data             = it_final
    * CHANGING
    *   I_TAB_CONVERTED_DATA       =
    * EXCEPTIONS
    *   CONVERSION_FAILED          = 1
    *   OTHERS                     = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.                    " DOWNLOAD
    Please reply..
    Thanks,
    Jitesh

  • FinancialUtilService, downloadESSJobExecutionDetails method is not uploading ESS job output/log files to UCM.

    Hi,
    We are invoking financialUtilService web service using HTTP Proxy Client to upload data files and submit ESS and to get ESS job log files. We are able to successfully upload and submit ESS job. But downloadESSJobExecutionDetails is not uploading logs/out files to UCM.
              List<DocumentDetails> docDetails = financialUtilService.downloadESSJobExecutionDetails(requestId.toString(), "log");
            //  List<DocumentDetails> docDetails1 = financialUtilService.downloadExportOutput(requestId.toString());
              System.out.println("Ess Job output:" + docDetails);
              for(DocumentDetails documentDetails : docDetails){
                System.out.println("Account: "+documentDetails.getDocumentAccount().getValue());
                System.out.println("File Name: "+documentDetails.getFileName().getValue());
                System.out.println("Document Title: "+documentDetails.getDocumentTitle().getValue());
                System.out.println("DocumentName " + documentDetails.getDocumentName().getValue());
                System.out.println("ContentType " + documentDetails.getContentType().getValue());
    Below output is returned:
    Ess Job status:SUCCEEDED
    Ess Job output:[com.oracle.xmlns.apps.financials.commonmodules.shared.financialutilservice.DocumentDetails@5354a]
    Account: fin$/payables$/import$
    File Name: null
    Document Title: Uma Test Import
    DocumentName:  84037.zip
    ContentType zip

    Hey
    We have the same problem. On calling `downloadESSJobExecutionDetails`, a zipfile is returned, but it only contains my original upload file, not any logs. Although, if I call `downloadESSJobExecutionDetails` on a dependent child subprocess, the log is included.
    I also reported this to oracle support (SR 3-10267411981) - they referred me to known bug, to be fixed in v11: https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=20356187 (not public accessible though )
    Is there any work around available?

  • How to present a link to job (I want to bypass job output cycle wizard)

    Dear firends
    How to present a link to job (I want to bypass job output cycle wizard to open MyExample.BQY)
    http://MyServer:45000/workspace/browse/get/KursHYP2008/siyavus/MyExample?jobOutput=true&user=admin&pass=password
    this link shows wizard to open MyExample.BQY that I need to bypass it by putt it as parameter,
    regards

    Hello. Any update on this one ???
    Thanks in advance ...!

  • Job cancelled after system exception ERROR_MESSAGE - Why ?

    Hi to all,
    Anyone knows why, when I execute a program in foreground, everything is ok . When I try to execute it in background (schedulated in a job ) I obtain "Job cancelled after system exception ERROR_MESSAGE
    Message no. 00564" 
    I have a check in 'at selection-screen event' to control "no data output" with an custom error message.
    I really don't understand why job is cancelled !
    Any ideas ?
    Thanks in advance .

    Hi,
           Write your message after start-of-selection.
           Instead of putting an error message you can write the message while executing the program in background.
            after select .......
            if sy-subrc <> 0.
              if sy-batch = 'X'.
                write :/ 'No data found'.
             else.
               message e000 with 'No data found'.
            endif.
         endif.
    Regards,
    Srini.

  • [SOLVED] crontab wont email job output

    Hi archers
    I have the following in my users  crontab
    MAILTO=[email protected]
    00 20 * * * cd /home/user/Scripts ; ./Fetch-Updates
    The job runs everyday at 20:00 and the job completes successfully every time. However, the job output is always mailed to user instead of the user at the external domain. The system is configured with exim as my smtp daemon and will email externally from the command line with mail so I cant see anything wrong with the configuration.
    Any ideas?
    Cheers
    GregW
    Last edited by GregW (2010-02-24 13:21:06)

    [redacted]
    edit1: not sure what mail system dcron (cron) uses as default (and it may be a config option) but if it's using something designed only for internal system mails then you've got some more work to do.  maybe look into fcron, i know you can configure an smtp program (ssmtp or msmtp) and set fcron to use it for mails (you can probably do that for dcron too though), then you'd be good to go.
    either way, good luck
    edit2 i see you've found some info... try my edit1 suggestion, fcron ftw!
    Last edited by brisbin33 (2009-04-28 20:27:22)

  • Job cancelled after system exception ERROR_MESSAGE in DB13

    Hello All,
    When i opened the t-code DB13 i saw that this job "Mark tables requiring statistics update" is cancelled.
    JOB LOG:
    12.02.2011  22:00:16  Job started
    12.02.2011  22:00:16  Step 001 started (program RSDBAJOB, variant &0000000000085, user ID 80000415)
    12.02.2011  22:00:18  Job finished
    12.02.2011  22:00:18  Job started
    12.02.2011  22:00:18  Step 001 started (program RSADAUP2, variant &0000000000081, user ID 80000415)
    12.02.2011  22:01:26  Error when performing the action
    12.02.2011  22:01:26  Job cancelled after system exception ERROR_MESSAGE
    When check for the BGD Job in SM37 for this job i found the same error in the job log with the status cancelled.
    Job log overview for job:    DBA!PREPUPDSTAT_____@220000/6007 / 22001700
    12.02.2011 22:00:18 Job started
    12.02.2011 22:00:18 Step 001 started (program RSADAUP2, variant &0000000000081, user ID 80000415)
    12.02.2011 22:01:26 Error when performing the action
    12.02.2011 22:01:26 Job cancelled after system exception ERROR_MESSAGE
    I couldn't find any logs in SM21 of that time also no dumps in ST22.
    Possible reason for this error:
    I have scheduled the job Check database structure (only tables) at some other time and deleted the earlier job which was scheduled during the bussiness hours which caused performance problem.
    So to avoid performance issue i scheduled this job in the mid night by cancelling the old job which was scheduled during the bussiness hours.
    And from the next day i could see this error in DB13.
    Rest all the backups are running fine but the only job getting cancelled is for "Mark tables requiring statistics update"
    Could anyone tell me what should i do to get rid of this error?
    Can i schedule this "Mark tables requiring statistics update" again by deleting the old one?
    Thanks.
    Regards.
    Mudassir Imtiaz

    Hello Adrian,
    Thanks for your response.
    Every alternate day we used to have performance issue at 19:00hrs.
    Then when i checked what is causing this problem, i discovered that there was a backup "Check Database Structure (tables only)" scheduled at this time and it was mentioned that this backup may cause performance issue.
    Then i changed "Check Database Structure (tables only)" the time of this backup to 03:00hrs.
    The next day when i checked DB13 i found that one of the backups failed.
    i.e. "Mark Tables Requiring Statistics Update"
    Then i checked the log which i posted earlier with the error: "Job cancelled after system exception ERROR_MESSAGE"
    I posted this error here and then i tried to delete the jobs scheduled i.e. "Mark Tables Requiring Statistics Update" and then re-schedule it at the same time and interval.
    And then it started working fine.
    So i just got curious to know the cause of the failure of that job.
    Thanks.
    Regards,
    Mudassir.Imtiaz
    P.S There is one more thing which i would like to say which is not related to the above issue, and m sorry to discuss this in this thread.
    I found a few Bottlenecks in ST04 with Medium and High priority.
    Medium: Selects and fetches selectivity 0.53%: 122569 selects and fetches, 413376906 rows read, 2194738 rows qualified.
    High: 108771 primary key range accesses, selectivity 0.19%: 402696322 rows read, 763935 rows qualified.
    There are a lot these.
    I would really appreciate if you tell me what is the cause for these Bottlenecks and how to resolve.
    Thanks a lot.

  • Job output is no longer available in the database control file

    Im running my rman backup with Oracle Enterprise manager grid control 10.2.0.1.
    In nocatalog mode.
    When I look for the job output in the "View Backup Report" section, it says
    Job output is no longer available in the database control file.
    Here is my rman setup:
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 7;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 2;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 5 G;
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/oracle/app/oracle/product/10.2.0/db_1/dbs/snapcf_mus_prod.f'; # default
    anyone knows why i cannot see my rman job output?

    show parameter control_file_record_keep_time;
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    The backup is usually the last one. And it's the day before.
    If i go to the JOB tab in oem, then click on the job detail, i can see the detail of my rman backup. But i cannot see the backup detail in the View Backup Report section off the database. It says the error message : Job output is no longer available in the database control file

  • Error 50103 (rwfdt:rwfdtprint): ERR Error occurred sending Job output

    Getting the below with a particular report I am running. Seems that the cache file isn't getting created for some reason. There are other cache files in the directory so it's not a user permission type thing I'm guessing.
    Anyone seen this before?
    [2007/7/4 2:10:15:431] APP 50103 (rwfdt:rwfdtni_NextInstance): running
    [2007/7/4 2:10:15:431] APP 50103 (rwfdt:rwfdtni_NextInstance): quit
    [2007/7/4 2:10:15:431] APP 50103 (rwfdt:rwfdtgcf_GenCachefile): running
    [2007/7/4 2:10:15:431] APP 50103 (rwfdt:rwfdtgcf_GenCachefile): Cache file is C:\oracle\product\10.2.0\MT\reports\cache\66117201.txt
    [2007/7/4 2:10:15:431] APP 50103 (rwfdt:rwfdtgcf_GenCachefile): quit
    [2007/7/4 2:10:15:431] APP 50103 (rwfdt:rwfdtprint): caching output from backend drivers
    [2007/7/4 2:10:15:431] Error 50103 (rwfdt:rwfdtprint): 14:10:15 ERR Error occurred sending Job output to cache

    Hi,
    Sorry I didn't realize that i didn't answer to this question because of reference to others.
    I solve it with change of values in rwserver.conf
    one of values is default but other solve issue.
    <property value="no" name="keepConnection"/>
    engLife="2"   or    engLife="1"This happens in my env because application often change user (db schema). And this is workaround for restarting engine.
    regards

  • Getting Job Output

    Hi there.
    I have a job that I run as a DBA Script that does the following:
    1)Runs dbms_stats.gather_schema_stats with the STALE option to get stale stats.
    2) If this first job fails then does a dbms_stats.gather_schema_stats on the whole schema.
    (the gather stale stats has been failing with ORA-00600 errors for some reason).
    What I would like is for the Job Output to show something like 'Running Job Stale' or something to identify which one actually ran.
    How can I get some sort of output into this dialog box?
    Thanks in advance,
    Jas

    Hi there.
    I have a job that I run as a DBA Script that does the following:
    1)Runs dbms_stats.gather_schema_stats with the STALE option to get stale stats.
    2) If this first job fails then does a dbms_stats.gather_schema_stats on the whole schema.
    (the gather stale stats has been failing with ORA-00600 errors for some reason).
    What I would like is for the Job Output to show something like 'Running Job Stale' or something to identify which one actually ran.
    How can I get some sort of output into this dialog box?
    Thanks in advance,
    Jas

  • Error when executing APD-Job cancelled after system exception ERROR_MESSAGE

    Hi,
    We have a process chain which executes a APD using an ABAP program RSAN_PROCESS_EXECUTE.
    It was executing successfully until few days back but now a days frequently once in 3 days roughly it is getting cancelled during execution of ABAP Program with the message 'Job cancelled after system exception ERROR_MESSAGE'
    checked st22 and sm21 but didn't get any clue.But if we execute the same process chain manually(Immediate load) it is working fine all the times.
    What may be the reason for the cancellation of the chain sometimes and the same chain working fine some other time and working very much fine when ran manually.
    Regards,
    Vishnu

    Hi Vishnu,
    Can you check if there are any other process which is triggering the abap program RSAN_PROCESS_EXECUTE at the same time as the execution of this process in the chain.  You can check in which other chains this process is being used.  You can compare the time when this failed in the chain you mentioned with the same being run in other chains at the same time.
    Sasi

  • Background job requirement  in Systems like GRC

    Hi All,
    We will like to know periodic background job requirements in systems like GRC. May be rough volume of these jobs (defination) will help.
    Do these systems have process chains like BI and APO systems.
    Also do these systems have some interfaces with ECC / R/3 systems to transfer the data. (for e.g. in APO we have CIF interface)
    Thanks a lot for all your help.
    Best Regards,
    Vithal

    Hi all,
    I think I have some commun issues with Vithalprasad about scheduling GRC Control Access background jobs (especially the FireFighter jobs) with an external scheduler (we are also using SAP CPS).
    I have to specify that for now we are using the internal job scheduler of GRC to schedule both ABAP and Java jobs which are dependant the one from the others.
    But we would like to schedule all of them in SAP CPS: it is possible for the ABAP programs, but not (?) for the Java jobs (we have not any NetWeaver Java Scheduler, since we have the 7.0 version of NetWeaver).
    Please feel free to ask me precisions.
    Have anyone an idea about the way to make this work ?
    Thanks for your help,
    Regards,
    Yi Jiang

  • Background job requirement  in Systems like MDM

    Hi All,
    We will like to know periodic background job requirements in systems like MDM. May be rough volume of these jobs (defination) will help.
    Do these systems have process chains like BI and APO systems.
    Also do these systems have some interfaces with ECC / R/3 systems to transfer the data. (for e.g. in APO we have CIF interface)
    Thanks a lot for all your help.
    Best Regards,
    Vithal

    Hi Zanwar,
    my apologies for wrong answer.
    as per my knowledge, i only know these things.
    1. Periodic background job requirements in systems like MDM may be.
    Ans: - seeing for MDM server heartbeat
            - Import & Syndication server start/stop process
            - MDM server performance
           - maintaning & cleaning log files
    etc.
    2. Do these systems have some interfaces with ECC / R/3 systems to transfer the data. (for e.g. in APO we have CIF interface)?
    Ans: yes, MDM have Generic extractor (mdm_clnt_extr) and MDMGX to extract data from R3 systems.
    - also you can use custom scenarios using XI as middleware
    like: Proxies, Idocs.
    - Abap apis is another method to integrate R3-MDM.
    3. Do these systems have process chains like BI and APO systems?
    Ans: i think mdm have but nort sure.
    BR,
    Alok
    Edited by: Alok Sharma on Jan 30, 2008 12:35 PM

Maybe you are looking for