Issue in periodic jobs monitoring

Hi Guys ,
i have created a program for monitoring periodic jobs. out of list of some 120 predefined periodic jobs if the job is not released (Status S in table TBTCO) then send a warning mail with details of the jobs.
this program is set as a daily job. now problem is that when my program runs through job then it sends some jobs in mail though they r released...while manually checking in table TBTCO i found 92 jobs are in released status but if checking after 5 mins its showing 91 jobs in released status....can any one know why these periodic jobs status behaves randomely... is it like if periodic job is delayed then its status is not released...or do any one have any idea regarding this abnormal behavior???
Kind Regards,
Jacks M.

My Dear Experts,
   It is my select query hitting at a particular job changing it's status for released to Ready/Active in which the difference might be in Micro/Nano Seconds this has caused the job monitor tool output showing the relevant job as Not Released... Thanks guys for being patient enough to a query which might be insufficient in getting ur minds work...
Kind Regards ,
jacks.

Similar Messages

  • Unified Job Monitoring -Share your experiences with SAP Solution Manager 7.1

    Dear Forum members,
    I woudl like to introduce myself as Raghav, S. I am in the development team responsible for building the unified job monitoring workcenter starting 7.1 SP10 (onwards).
    Please post your feedback, current status wrt to setup, commmon issues in this area.
    I will be more than glad to help you here.
    Regards, Raghav
    Development Manager
    CLM - Solution manager team, Labs India.

    Hello Raghev,
    we implemented unfied job monitoring on a larger scale by now, starting out with the monitoring of SAP Standard & Reorg Jobs.
    Everything seemed quiet OK at the beginning, but over time display performance of the Monitoring UI decreased drastically (exceeding 5 Min. "per click" in the UI).
    I pinned this down to the following (Oracle) SQL access:
      SELECT
      "CLIENT", "CONTEXT_ID", "TYPE_ID", "HASH_METRIC_PATH", "START_TIMESTAMP", "IS_CURRENT", "END_TIMESTAMP",
      "METRIC_PATH", "RATING_AGGREGATE", "VALUE_MIN", "VALUE_MAX", "VALUE_SUM", "VALUE_COUNT", "VALUE_LAST",
      "VALUE_DATA_TYPE", "VALUE_MAX_TIME", "LAST_TEXT"
    FROM
      "MES_DB_AGGREGATE"
    WHERE
      "CLIENT"=:A0 AND "CONTEXT_ID"=:A1 AND "TYPE_ID"=:A2 AND "IS_CURRENT"=:A3 OR "CLIENT"=:A4 AND
      "CONTEXT_ID"=:A5 AND "TYPE_ID"=:A6 AND "IS_CURRENT"=:A7 OR "CLIENT"=:A8 AND "CONTEXT_ID"=:A9 AND
      "TYPE_ID"=:A10 AND "IS_CURRENT"=:A11 OR "CLIENT"=:A12 AND "CONTEXT_ID"=:A13 AND "TYPE_ID"=:A14 AND
      "IS_CURRENT"=:A15 OR "CLIENT"=:A16 AND "CONTEXT_ID"=:A17 AND "TYPE_ID"=:A18 AND "IS_CURRENT"=:A19
    The execution plan used for this SQL is:
    0
    SELECT STATEMENT
    1
    INLIST ITERATOR      
    2  
    TABLE ACCESS BY INDEX ROWID MES_DB_AGGREGATE
    3    
    INDEX RANGE SCAN  MES_DB_AGGREGATECU
    MES_DB_AGGREGATE in our case has over 5 million entries.
    The parameterization of the DB incl. Memory and all should be OK.
    The index range scan simply takes that long.
    This might be, because the MES_DB_AGGREGATECU index has the lowest cardinality column (CLIENT) first.
    Header 1
    Header 2
    COLUMN_NAME
    NUM_DISTINCT
    CLIENT
    1
    CONTEXT_ID
    433
    TYPE_ID
    2192
    IS_CURRENT
    2
    Could you have your team check on this, because with the situation as is, the Job Monitoring application seemingly becomes non-usable, as soon, as you start to scale up.
    Best Regards,
    Thorsten

  • BizTalk Zombie Message not coming as error in SQL Job "Monitor BizTalk Server"

    Hello All,
    I have Zombie message in Message box
    But when I run job "Monitor BizTalk Server" no error reported.
    My understanding this should be reported as error in second step. Same has been in details in URL
    http://biztalkmessages.vansplunteren.net/2010/10/19/monitor-biztalk-server-job-in-biztalk-2010/
    Can anyone help why above behavior is different ?
    Tarun

    Well....here's the deal.  It seems the group knowledge on the Monitor BizTalk Job is pretty limited.  Here's a better blog with some more information:
    http://social.technet.microsoft.com/wiki/contents/articles/19700.biztalk-server-monitor-biztalk-server-job.aspx
    I don't think a Zombie would immediatly qualify for any of those cases because for some period of time, it still belongs to a service instance, just one that can no longer Consume it.  Eventually it may qualify for condition 4 once the Completed Orchestration
    is purged.
    Disclaimer: This is educated speculation.  If anyone has done any testing around this, I and others would appriciate some guidence.

  • Problem in periodic job scheduling in LBWE

    hi,
    i have activated the Material movements datasource 2LIS_03_BF. Filled up the set up table.
    now when i try to schedula a job in jobcontrol, under the tab *immediate* the immediate start check box is checked and disabled. the periodic job  check boxat the bottom is unchecked and disabled.
    the periodic values button which has to be near the check button is not present.
    i even tried for other datasources, the periodic job is disabled in all  and periodic values button is not found.
    could anyone suggest me on this issue.

    Hi,
    Did you initialize delta for 2LIS_03_BF from BI? If not, first initialize the delta and try to schedule V3 job from LBWE.
    By default *Immediate start * check box will be in disable mode. If you want to run it immediately just click on Save button.
    If you want to schedule it for future date and time then click on Date/time button then enter schedule start date and time and click on Save button.For more details about scheduling options please look at following link.
    http://help.sap.com/saphelp_nw04/helpdata/EN/c4/3a7fae505211d189550000e829fbbd/frameset.htm
    hope it works...
    regards,
    Raju
    Edited by: VaraPrasadraju Potturi on Aug 3, 2009 8:54 AM
    Edited by: VaraPrasadraju Potturi on Aug 3, 2009 9:02 AM

  • Applying Business View format of ARA into Job Monitoring of Process Control

    Hi Gurus,
    I have an issue regarding with the Job Result of when using SOD sub-scenario in Process Control. We have integrated AC and PC and the controls that have been set for automation, however, the fields (User ID, Name, Group, Risk Description, etc.) are not showing on the PC Job result like the ARA can do. Below information are given:
    1. In ARA --> User Level --> Simulate the risk analysis with Business View format --> Result --> choosing Management Summary --> above mentioned fields are shown.
    2. In Automated Monitoring --> Choosing Management Summary --> onlyfields of technical view format are the only ones that can be shown (User ID,Risk ID and Control ID).
    Thus with this, is there any possibility that the Result of the Job Monitoring of the PC can be manipulated? If yes, can you provide some steps?
    Hope you can help me on this.
    Kindly refer on the attached file for more info.
    Thanks!
    Mackoy

    Christopher,
    Re-generating the transfer structure does not need InfoPacks to be re-created. if you are still getting the old error, two possibilities:
    1) You created a new DataSource with new transfer structure, etc. but the InfoPack in the process chain still points to the old trsnfer structure.
    2) The data in the table has some records as MM/YYYY and some as YYYYMM.
    You don't need to re-create the InfoPacks if your transfer structure is re-generated. They should work off the latest definition always.
    Cheers
    Aneesh

  • Data Services Admin Console "Read Timed Out"  via Job Monitor Log Tab.

    Hi All,
    I am getting the "Read Timed Out"  via Job Monitor Log Tab issue, when large ETL jobs are being executed.
    Is there a resolution for this issue.
    Thank you
    Kind regards
    Hai.

    Hi Manoj,
    I have checked the UNIX server and the admin.xml is not located in advised location.
    The only two file that are in the advised location are:
    - ContentTypes.xml 
    - PythonAPI.xml
    I have another install of data service (default installation) on a windows environment, and I checked the advised location and the file is there.
    Is it possible to copy the windows admin.xml to the Unix server.
    Thanks
    Kind regards
    Hai.

  • I want to revoke rights so users cannot schedule periodic jobs

    We do encourage users to run reports in Background but we want to prevent them from scheduling periodic jobs.
    We want to have more controll over periodic jobs as we observed that users schedule them and then forget about them.
    Morover this has become our audit recommendation.
    As far as I can see there is no standard way to do it.
    Has anyone managed to achieve it?

    Hi..
           while searching for the answer i have seen following interesting point.chk whether this will help you..
    A job is eligible to start when both of the following are true:
    The start condition specified for the job is met.
    The job has been released to run.
    No job can be run until it has been released, even those scheduled to start immediately. To monitor and control what jobs are submitted to run in background processing, the system can be configured so an administrator can check jobs before releasing them to run.
    The release requirement can also be turned off on a per-user basis. Trusted users can be given a special authorization (authorization object S_BTCH_JOB (Batch Processing: Operations on Batch Jobs), value RELE) which will automatically and immediately release any job scheduled by that user.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/20/2d513897110872e10000009b38f889/content.htm
    thank you
    <b><removed_by_moderator></b>

  • Restrict Periodic jobs scheduling from SM36 or any other t-code

    HI,
    We would like to restrict users from scheduling periodic background jobs. Immediate jobs will be fine.
    And also  one more concerns is that user should not be able  to directly execute any report or transaction in background periodically.
    In short immediate jobs will be fine but users should not be able to set periodic jobs by any T-code.
    Thanks,
    Chandresh Pranami

    If you search for "btcoptions" you will find a comprehensive discussion about this, and a development suggestion in the wiki.
    I attempted the same and ended up recreating the UI from scratch and scheduling the report + variant from a parameter transaction they are authorized for, but the user can navigate in many transactions showing this option.
    A compensating control when retiring users and central batch administration with monitoring is easier.
    Cheers,
    Julius

  • Job Monitor Widget: TypeError: jobTableList.item(0) has no properties

    I have tried to implement the Job Monitor widget.  I followed the blog instructions and also I changed the main.js with the RFC name ZBP_JOB_SELECT_SM37B.
    I am getting the following error:
    TypeError: jobTableList.item(0) has no properties (Global/onLoad:Logics/main.js: Line 157)

    the soap message has to be in this format.
    <?xml version="1.0" encoding="utf-16"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <soap:Body>
        <ZBP_JOB_SELECT_SM37B xmlns="urn:sap-com:document:sap:rfc:functions">
          <ENDDATE />
          <ENDTIME />
          <JOBSELECT_DIALOG />
          <JOBSELECT_JOBLIST>
            <item>
              <JOBNAME />
              <JOBCOUNT />
              <JOBGROUP />
              <INTREPORT />
              <SDLSTRTDT />
              <SDLSTRTTM />
              <BTCSYSTEM />
              <SDLDATE />
              <SDLTIME />
              <SDLUNAME />
              <LASTCHDATE />
              <LASTCHTIME />
              <LASTCHNAME />
              <RELDATE />
              <RELTIME />
              <RELUNAME />
              <STRTDATE />
              <STRTTIME />
              <ENDDATE />
              <ENDTIME />
              <PRDMINS />
              <PRDHOURS />
              <PRDDAYS />
              <PRDWEEKS />
              <PRDMONTHS />
              <PERIODIC />
              <DELANFREP />
              <EMERGMODE />
              <STATUS />
              <NEWFLAG />
              <AUTHCKNAM />
              <AUTHCKMAN />
              <JOBLOG />
              <LASTSTRTDT />
              <LASTSTRTTM />
              <EVENTID />
              <EVENTPARM />
              <BTCSYSREAX />
              <JOBCLASS />
              <EVENTCOUNT />
              <CHECKSTAT />
              <CALENDARID />
              <PRDBEHAV />
              <EXECSERVER />
              <REAXSERVER />
              <RECLOGSYS />
              <RECOBJTYPE />
              <RECOBJKEY />
              <RECDESCRIB />
              <TGTSRVGRP />
            </item>
          </JOBSELECT_JOBLIST>
          <JOBSELECT_JOBLIST_B>
            <item>
              <JOBNAME />
              <JOBCOUNT />
              <JOBGROUP />
              <INTREPORT />
              <SDLSTRTDT />
              <SDLSTRTTM />
              <BTCSYSTEM />
              <SDLDATE />
              <SDLTIME />
              <SDLUNAME />
              <LASTCHDATE />
              <LASTCHTIME />
              <LASTCHNAME />
              <RELDATE />
              <RELTIME />
              <RELUNAME />
              <STRTDATE />
              <STRTTIME />
              <ENDDATE />
              <ENDTIME />
              <PRDMINS />
              <PRDHOURS />
              <PRDDAYS />
              <PRDWEEKS />
              <PRDMONTHS />
              <PERIODIC />
              <DELANFREP />
              <EMERGMODE />
              <STATUS />
              <NEWFLAG />
              <AUTHCKNAM />
              <AUTHCKMAN />
              <JOBLOG />
              <LASTSTRTDT />
              <LASTSTRTTM />
              <EVENTID />
              <EVENTPARM />
              <BTCSYSREAX />
              <JOBCLASS />
              <EVENTCOUNT />
              <CHECKSTAT />
              <CALENDARID />
              <PRDBEHAV />
              <EXECSERVER />
              <REAXSERVER />
              <RECLOGSYS />
              <RECOBJTYPE />
              <RECOBJKEY />
              <RECDESCRIB />
              <TGTSRVGRP />
              <PROGNAME />
              <XPGPROG />
              <EXTCMD />
            </item>
          </JOBSELECT_JOBLIST_B>
          <JOBSEL_PARAM_IN>
            <JOBNAME />
            <JOBCOUNT />
            <JOBGROUP />
            <USERNAME />
            <FROM_DATE />
            <FROM_TIME />
            <TO_DATE />
            <TO_TIME />
            <NO_DATE />
            <WITH_PRED />
            <EVENTID />
            <EVENTPARM />
            <PRELIM />
            <SCHEDUL />
            <READY />
            <RUNNING />
            <FINISHED />
            <ABORTED />
            <ABAPNAME />
          </JOBSEL_PARAM_IN>
        </ZBP_JOB_SELECT_SM37B>
      </soap:Body>
    </soap:Envelope>
    Regards
    Raja

  • JOB Monitoring

    Hi All,
                 I am involved in job monitoring Activities for last few months and I am really unable to understand the mechanism.Please help me out in understanding the thing.I will  assign points duly.
    1)I want to know the use of jobs.Why do we require them.<b>Also what is the relation between jobs and events and how they affect the Performance of day to day loads.</b>
    See,I am asking this because,sometimes what happens is a job fails, but the loads are successful.Recently ,I did not check out the jobs,But instead went into RSMO in the Production Server and found out the loads have been successful.So,I thought there wasn't any problem.But a job has failed in SM37,which I found out on the next day and I was responsible for not informing the BW onsite person about this cancelled job .So,Can anybody help me to understand the things in the above context.
    I assure you,points will be assigned.It is very urgent.
    Also,I will post the another scenario further in a new thread regarding the same issue,once this question is answered
    Regards,
    Poonam

    Dear Poonam,
    For every single task in BW a program is needed. Such a program can run in a so-called dialog-mode or in batch-mode. These words are quite old, they come from the old mainframe times. 
    In dialog-mode a program is able to receive additional information via keyboard entries and can output messages at the screen. In batch-mode both options are not available. Instead, parameters have to be given via a variant and output data is written to a file - for instance a job log.
    A job consists of one of more steps. Every step represents a certain program and its variant.
    According to the explanations above, something must be wrong in your situation. It is not possible, that everything went fine although a job failed. Under normal circumstances you should find additional information in transaction ST22 or SM21.
    Kind regards,
    Stefan

  • Batch -job monitoring

    Hello All,
    We have been facing performance issues, while batch jobs are running.
    The jobs are taking long time to complete.
    We need your help in monitoring it. Suggest what tcodes need to be used.
    Thanks!
    Sujit

    Dear Sujit,
    Workload analysis should start checking transaction SM50/SM66 in order to see what is going
    on the DB (sequential read, full table scan...) and the table or program that is causing
    the overload.
    Useful transactions are ST06 (operating system analysis) and ST04 (DB analysis).
    After detecting the main probable cause, you should run stats for the table detected or
    evaluate why is taking so long, maybe a solution could be creating index. Sometimes HW or network are the bottle-necks.
    The access path for every high sql sentence is given in ST04. If you detect standard programs you should
    find SAP notes in order to improve performance.
    Hope it helps.
    Best regards from Peru.

  • Issue in periodic budget transfer in FM BCS

    Hi All,
    We have implement FM BCS na dfacing issue in periodic budget transfers. Below is a example..
    Uploaded Budget for A fund center and AA commitment item for all months of a FY 2012
    Jan   = 150
    Feb   =100
    Mar  =100
    Ap =100
    May  =300
    Jun  =200
    July = 200
    Aug =200
    Sep =200
    Oct =100
    Nov =100
    Dec = 100
    Now the total current budget for FY 2012 is 1850 eur
    Now I want to transfer budget from this fund center "A" and commitment item "AA" to some other fund center and commitment item. I am using distribution key as "0" lets say for feb 2012. I am able to transfer more than EUR 100 where as in FEB month I have only EUR 100 and I should not be able to transfer more than this. We are working on Annual Budgets.
    Please suggest on the same.
    Regards

    Hi,
    Budget control in BCS is working on annual/multi-annual basis, i.e. there will be no control on monthly basis even if you enter your budget period by period. If you want to implement monthly control, you might use FM object 'Budget period' which is available as from 6.04 release. If you are in earlier release you can make a workaround with some unused FM object, e.g. Funded Program. This issue has been discussed several times on SDN, so please search for available material.
    Regards,
    Eli

  • Job Scheduling in Solution Manager - Error creating Periodic Job

    Hi all,
    I am in the process of testing the Job Scheduling functionality using the Solution Manager.  I have setup the criteria manager, ec. in the satellite system, and done the config in Solman as well. 
    I am able to successfully setup up a 'on-time' job.
    it's only when I try to setup a periodic job, I end up getting following error
    Any thoughts?  Is there any piece of config that's missing?  All the SICF services needed for this functionality are running fine.
    Thanks for the help.
    500 Internal Server Error
    Error when processing your request
    What has happened?
    The URL https://fsspsm.target.com:/sap/bc/webdynpro/sap/wd_ags_ejr_job_req_gaf_app was not called due to an error.
    Note
    The following error text was processed in the system PSM : Message was not created
    The error occurred on the application server fsspsmap01_PSM_00 and in the work process 1 .
    The termination type was: ERROR_MESSAGE_STATE
    The ABAP call stack was:
    Function: BAPI_NOTIFICATION_CREATE of program SAPLDSWP_NOTIF
    Method: MSG_SUBMIT of program CL_DSMOP_BSP_NOTI_MODEL=======CP
    Method: SUBMIT_REQ_CRM_DATA of program CL_AGS_EJR_JOB_REQUEST_FACTORYCP
    Method: SUBMIT of program CL_AGS_EJR_JOB_REQUEST_FACTORYCP
    Method: PROCESS_SCENARIO_PERIODIC of program CL_AGS_EJR_JSM_PROC_STANDARD==CP
    Method: PROCESS_JOB_SCENARIO of program CL_AGS_EJR_JSM_PROC_STANDARD==CP
    Method: IF_AGS_EJR_JSM_PROC_FPM_CTRL~AFTER_PROCESS_EVENT of program CL_AGS_EJR_JSM_PROC_STANDARD==CP
    Method: AFTER_PROCESS_EVENT of program /1BCWDY/K54G9RCMK7J4Z427H49S==CP
    Method: IWCI_IF_FPM_APP_CONTROLLER~AFTER_PROCESS_EVENT of program /1BCWDY/K54G9RCMK7J4Z427H49S==CP
    Method: CALL_UIBB_PROCESS_EVENT of program CL_FPM========================CP

    Hello,
    This is the basic Job Scheduling functionality and not the Redwood Job scheduling, correct?
    Have you performed the IMG Activiteis in SPRO?
    See the following Help link:
    http://help.sap.com/saphelp_sm70ehp1_sp23/helpdata/en/c5/7edcbd58ce4e29bc1baf1c4761d71f/frameset.htm
    Change a job
    You can change the scheduling of a job as long as it has not been completed. Proceed as follows:
    Make changes.
    Note
    When you change a periodic job, the system searches for the changeable successor and only changes this successor.
    If there is more than one changeable job with the same name, the system does not change any of these jobs.
    End of the note.
    Save your entries.
    To release the job in the target system, select Release.
    You go to the transaction SM37 in the target system.
    You just may want to ensure HTTP Services have been enabled. I realize you said the services workin SICF, but this needs to be verified as 500 Internal Server Error most often means the HTTP services are not activated.
    Regards,
    Paul

  • Business Process Monitoring (Job Monitoring)

    Hi all,
    I have some business processes being monitoring. Most of them are background jobs and we are monitoring delays, cancellation, duration...
    My problem is that we have an external tool (CONTROLM) for job scheduling.
    That means that jobs are not released directly in SAP, but they are in status scheduled and when the start condition (in the external tool) is reached, controlm makes a copy of the scheduled job and start it in SAP.
    I have succeded to have the alerts working checking the option of "start job condition" , but some times I receive alerts like this one: "Job Name with schedule date 16.09.2010; not yet started" even if job is started and finished correctly.
    Anyone knows what could be the problem? Or why are we receiving these "fake alerts"?
    Best regards,
    Virginia

    Hi Virginia,
    if you work with external schedulers and use start condition "Start by time" then you have to ensure that the maintained Planned Start Time in BPMon is earlier than the actual Start Time coming from the scheduler. If you use start condition "Use job start condition" this problem cannot occur as every job is picked up that fits the naming criteria. But there you cannot check for the start delay (business wise) but only system wise.
    In general you have to ensure that either the latest SP for ST-PI plug-in is installed on your backend system or the latest SAP notes (component SV-SMG-MON-BPM) related to ST-PI are implemented. Only then you can ensure that no "funny" behaviour occurs when it comes to job monitoring.
    Best Regards
    Volker

  • Background Job Monitoring not getting activated

    Hi Gurus,
    I have been trying to use the batch job monitoring with ccms.
    I have a problem in activating the "Background Job Monitoring" in few systems.
    I followed the steps in SAP Note 553953 but no use.
    In RZ21 i am not able to see the Background Job Monitoring under "Background" MTE .
    The same is wokring in Dev but in QA and Prod its not .
    Please suggest the solution and cause of the problem.
    Dev

    Hi,
    in SAP Solution Manager there are actually tools to support you in implementing the Job Scheduling Management (JSM) standard and these tools cover the request, documentation, schedulign and monitoring of a job.
    http://service.sap.com/~form/sapnet?_SHORTKEY=01200252310000087418&_SCENARIO=01100035870000000202&_OBJECT=002007974700000007302009E
    Visit the following FAQs to find out more about JSM
    http://wiki.sdn.sap.com/wiki/display/SM/FAQJobScheduling+Management
    http://wiki.sdn.sap.com/wiki/display/SM/FAQBusinessProcess+Monitoring
    Kind regards,
    Martin
    http://service.sap.com/jsm
    http://service.sap.com/bpm

Maybe you are looking for

  • Problem with HP Color LaserJet 2840

    Hey guys, first post here woot woot haha Now to business I have a macbook with osx 10.4.11, and an HP Color LaserJet 2840. I can't get it to print through USB. This guy on the HP forum had the exact same problem http://forums13.itrc.hp.com/service/fo

  • Quick select tool not working.

    I'm making a really simple layer for a logo i've done it but i want to merge it with other programs and it don't copy anything. (sorry if i said anything bad because i'm not perfect in english and adobe photoshop as well)

  • Apps stuck in waiting after updating on iOS 7.0.2

    Since i updated my iPad 2 to iOS 7.0.2 i have this persistent problem, I tried everything to make it normal but it never happens. After i update an App on my iPad throught the AppStore on the iPad this problem occurs. 1. Eventhough the update is comp

  • Run Time Error TSV_BTR_PAGE_ALLOC_FAILED

    I am getting a runtime error TSV_BTR_PAGE_ALLOC_FAILED while triggering the initial data load from SRM in to BI. It is a customized extractor using customized function module.While analyzing the dump, a standard program throws this dump. Pl give me a

  • Sun Ray, windows & and USB card readers

    Hi all, I read, or was told that the new version of the SR software (version 5) should enable more USB devices to work in combination with Sun Ray. We currently serve our users with windows via SunRay - and it works very well. The only issue being th