EEM Run Twice an hour

I configured the EEM applet to run every hour, but it turns out that it run 2 times per hour. Right after the applet finish, it starts again for one more time. I suspect the cron is not configured properly. I checked the crontab documentation and I can't find any wrong with it.
ACMGJC_Router1#sh event manager policy registered
No.  Class     Type    Event Type          Trap  Time Registered           Name
2    applet    user    timer cron          Off   Thu Jul 1 16:48:22 2010   HourlyLog
name {EveryHour} cron entry {0 0-23 * * *}
maxrun 60.000
action 1.0 cli command "enable"
action 2.0 cli command "show process cpu history | redirect flash:/dailylog"
action 2.1 cli command "show interface fastethernet 0/0 | append flash:/dailylog"
action 2.2 cli command "show interface fastethernet 0/1 | append flash:/dailylog"
action 2.3 cli command "show ip nat statistics | append flash:/dailylog"
action 2.4 cli command "show ip nat translations | append flash:/dailylog"
action 2.5 cli command "copy flash:/dailylog scp://username:password@SCP IP/ACMGJC_Router1-Log" pattern "SCP IP"
action 2.6 cli command "SCP IP" pattern "username"
action 2.7 cli command "username" pattern "ACMGJC_Router1-Log"
action 2.8 cli command "ACMGJC_Router1-Log-$_event_pub_sec"
action 3.5 cli command "delete flash:/dailylog" pattern "dailylog"
action 3.6 cli command "dailylog" pattern "confirm"
action 3.7 cli command "y"
ACMGJC_Router1#
ACMGJC_Router1#    
Jul  2 16:00:00.012: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : CTL : cli_open called.
Jul  2 16:00:00.036: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1>
Jul  2 16:00:00.036: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1>enable
Jul  2 16:00:00.048: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:00.052: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show process cpu history | redirect flash:/dailylog
Jul  2 16:00:00.612: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:00:00.612: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:00.612: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show interface fastethernet 0/0 | append flash:/dailylog
Jul  2 16:00:01.028: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:00:01.028: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:01.028: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show interface fastethernet 0/1 | append flash:/dailylog
Jul  2 16:00:01.456: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:00:01.456: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:01.456: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show ip nat statistics | append flash:/dailylog
Jul  2 16:00:01.796: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:00:01.796: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:01.796: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show ip nat translations | append flash:/dailylog
Jul  2 16:00:05.823: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:05.823: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#copy flash:/dailylog scp://username:password@SCP IP/ACMGJC_Router1-Log
Jul  2 16:00:05.935: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Address or name of remote host [SCP IP]?
Jul  2 16:00:05.935: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : SCP IP
Jul  2 16:00:05.947: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Destination username [username]?
Jul  2 16:00:05.947: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : username
Jul  2 16:00:05.959: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Destination filename [ACMGJC_Router1-Log]?
Jul  2 16:00:05.959: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1-Log-1278086400
Jul  2 16:00:17.026: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Writing ACMGJC_Router1-Log-1278086400 !!
Jul  2 16:00:17.026: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : 270152 bytes copied in 11.016 secs (24524 bytes/sec)
Jul  2 16:00:17.026: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:17.030: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#delete flash:/dailylog
Jul  2 16:00:17.042: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : delete flash:/dailylog
Jul  2 16:00:17.042: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Delete filename [dailylog]?
Jul  2 16:00:17.042: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : dailylog
Jul  2 16:00:17.054: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : dailylog
Jul  2 16:00:17.054: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Delete flash:dailylog? [confirm]
Jul  2 16:00:17.054: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : y
Jul  2 16:00:17.270: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : y
Jul  2 16:00:17.270: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:17.270: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:00:17.270: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : CTL : cli_close called.
Jul  2 16:01:00.006: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : CTL : cli_open called.
Jul  2 16:01:00.034: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1>
Jul  2 16:01:00.034: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1>enable
Jul  2 16:01:00.050: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:00.050: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show process cpu history | redirect flash:/dailylog
Jul  2 16:01:00.602: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:01:00.602: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:00.606: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show interface fastethernet 0/0 | append flash:/dailylog
Jul  2 16:01:01.022: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:01:01.022: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:01.022: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show interface fastethernet 0/1 | append flash:/dailylog
Jul  2 16:01:01.298: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:01:01.298: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:01.298: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show ip nat statistics | append flash:/dailylog
Jul  2 16:01:01.562: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT :
Jul  2 16:01:01.562: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:01.562: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#show ip nat translations | append flash:/dailylog
Jul  2 16:01:05.654: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:05.654: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#copy flash:/dailylog scp://username:password@SCP IP/ACMGJC_Router1-Log
Jul  2 16:01:05.766: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Address or name of remote host [SCP IP]?
Jul  2 16:01:05.766: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : SCP IP
Jul  2 16:01:05.778: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Destination username [username]?
Jul  2 16:01:05.778: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : username
Jul  2 16:01:05.790: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Destination filename [ACMGJC_Router1-Log]?
Jul  2 16:01:05.790: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1-Log-1278086459
Jul  2 16:01:16.645: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Writing ACMGJC_Router1-Log-1278086459 !!
Jul  2 16:01:16.645: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : 266007 bytes copied in 10.816 secs (24594 bytes/sec)
Jul  2 16:01:16.645: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:16.649: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : ACMGJC_Router1#delete flash:/dailylog
Jul  2 16:01:16.661: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : delete flash:/dailylog
Jul  2 16:01:16.661: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Delete filename [dailylog]?
Jul  2 16:01:16.661: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : dailylog
Jul  2 16:01:16.673: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : dailylog
Jul  2 16:01:16.673: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : Delete flash:dailylog? [confirm]
Jul  2 16:01:16.673: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : IN  : y
Jul  2 16:01:16.885: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : y
Jul  2 16:01:16.889: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:16.889: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : OUT : ACMGJC_Router1#
Jul  2 16:01:16.889: %HA_EM-6-LOG: HourlyLog : DEBUG(cli_lib) : : CTL : cli_close called.       
ACMGJC_Router1#

This sounds like CSCsz12460 in which cron events can run twice in the same minute (if NTP is being used).

Similar Messages

  • Stored Proc running twice using DBMS_Scheduler

    Hello all,
    I have a vb front end that calls a main stored proc which submits scheduler jobs to execute several stored procs asynchronously. Everything is working, except the part that the several stored procs are running twice. In the troubleshooting, I have eliminated the front end from being the culprit and the stored procs themselves. Essentially, when I call the stored proc using dbms_scheduler.create_job, it runs twice, even manually. I am about at wits end trying to figure out why: Using Oracle 11gR2
    I started off setting up the programs
    begin
    --create program
    dbms_scheduler.create_program
    ( program_name => 'prog_name'
    ,program_type => 'STORED_PROCEDURE'
    ,program_action => 'usp_sub_proc_1'
    ,number_of_arguments => 8
    ,enabled => FALSE
    dbms_scheduler.DEFINE_PROGRAM_ARGUMENT
    ( program_name=> 'prog_name'
    ,argument_position=>1
    ,argument_name => 'name'
    ,argument_type=>'VARCHAR2'
    /*the remaining 7 arguments are in code but not display for space reasons*/
    dbms_scheduler.enable('prog_name');
    end;Then the main stored proc executes this code:
    declare v_job_name varchar2(100);
        v_1 varchar(50) := 'All';
        v_2 varchar(50) := 'All';
        v_3 varchar(50) := 'All';
        v_4 varchar(50) := 'All';
        v_5 varchar(50) := 'TEST';
        i_6 integer := 1;
        v_7 varchar(50) := 'TEST_NE';
        ts_8 timestamp := current_timestamp;
    begin
        v_job_name := 'uj_dmo_1';
    dbms_scheduler.create_job (v_job_name
                                            ,program_name => 'prog_name'
                                            ,job_class => 'UCLASS_1'
                                            ,auto_drop => TRUE
    --set parameters
    dbms_scheduler.set_job_argument_value(v_job_name,1, v_1);
    dbms_scheduler.set_job_argument_value(v_job_name,2, v_2);
    dbms_scheduler.set_job_argument_value(v_job_name,3, v_3);
    dbms_scheduler.set_job_argument_value(v_job_name,4, v_4);
    dbms_scheduler.set_job_argument_value(v_job_name,5, v_5);
    dbms_scheduler.set_job_argument_value(v_job_name,6, to_char(i_6));
    dbms_scheduler.set_job_argument_value(v_job_name,7, v_7);
    dbms_scheduler.set_job_argument_value(v_job_name ,8, to_char(ts_8));
    --enable job
    dbms_scheduler.enable(v_job_name);
    --execute job
    dbms_scheduler.run_job(job_name => v_job_name , use_current_session => FALSE);
    end;
    ...And this is where I get the double execution of the job, but I am just not seeing it in my syntax, dba_scheduler_jobs, logging, etc. Any help is greatly appreciated, thanks!!

    Well apparently I will not win any Captain Obvious awards;
    With 34MCA2K2's response with "what doesn't work" for some reason turned the light on. After some more testing here is what I found.
    This code works as expected :
    Exhibit A
    begin
    dbms_scheduler.create_job (job_name =>'TESTER'
                                   ,job_type => 'PLSQL_BLOCK'
                                   ,job_action => 'declare test1 integer := 1; begin test1 := test1 + 5; end;'
                                   ,auto_drop => True
       /*dbms_scheduler.enable('TESTER');   */
       dbms_scheduler.run_job(job_name => 'TESTER', use_current_session =>FALSE);   
    end;As does this:
    Exhibit B
    begin
    dbms_scheduler.create_job (job_name =>'TESTER'
                                   ,job_type => 'PLSQL_BLOCK'
                                   ,job_action => 'declare test1 integer := 1; begin test1 := test1 + 5; end;'
                                   ,auto_drop => True
       dbms_scheduler.enable('TESTER');  
      /*dbms_scheduler.run_job(job_name => 'TESTER', use_current_session =>FALSE);    */
    end;Exhibit A will create the job and is visible in the schedulerjobs view, and the RUN_JOB will execute it even when not enabled, but the pl/sql will not drop the job.
    Exhibit B will create the job and once enabled, executes the job and then drops from schedulerjobs view.
    Therefore, my desired results for running the jobs once asynchronously and dropping immediately is....
    begin
        v_job_name := 'uj_dmo_1';
    dbms_scheduler.create_job (v_job_name
                                            ,program_name => 'prog_name'
                                            ,job_class => 'UCLASS_1'
                                            ,auto_drop => TRUE
    --set parameters
    dbms_scheduler.set_job_argument_value(v_job_name,1, v_1);
    dbms_scheduler.set_job_argument_value(v_job_name,2, v_2);
    dbms_scheduler.set_job_argument_value(v_job_name,3, v_3);
    dbms_scheduler.set_job_argument_value(v_job_name,4, v_4);
    dbms_scheduler.set_job_argument_value(v_job_name,5, v_5);
    dbms_scheduler.set_job_argument_value(v_job_name,6, to_char(i_6));
    dbms_scheduler.set_job_argument_value(v_job_name,7, v_7);
    dbms_scheduler.set_job_argument_value(v_job_name ,8, to_char(ts_8));
    /*enable job*/
    dbms_scheduler.enable(v_job_name);
    /*execute job (Do not execute the code below, it will lead to multiple executions)
    dbms_scheduler.run_job(job_name => v_job_name , use_current_session => FALSE); */
    end;

  • I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? Help - thank you

    I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? I read it MAY have something to do with am image it cannot load but I see them all loaded.  Help - thank you

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • How to schedule a job to run twice within a request set?

    How to schedule a job to run twice within a request set?

    Create one more stage for the same concurrent program.
    Thanks
    Nagamohan

  • DBMS scheduler jobs running twice

    Hi,
    I have 4 DBMS scheduler jobs , which checks for a specific job status in DB and sends an email , when i started the schedule for the first week the jobs executed fine from next week I am getting two emails from each job , when i check the logs USER_SCHEDULER_JOB_RUN_DETAILS I see only one run , which seems weird to me so i disabled one job and left the three jobs in schedule , next time i got two emails from 3 jobs and one from disabled job . After checking logs i see that there is no entry of the disabled job execution . I am not sure where is the problem i can't find any log from where the disabled job executing. Please help me
    Job schedule is to run every Saturday
    Interval setup :
    start_date => trunc(SYSDATE)+ 8.5/24,
    repeat_interval => 'TRUNC(LEAST(NEXT_DAY(SYSDATE,''SATURDAY'') )) + 8.5/24'
    Suresh

    Hi,
    I tried to schedule the same jobs using DBMS_JOB but i still get the same problem , I created the procedure with all code in and scheduled it using dbms job , first day it run once second day it run twice ( sending two emails) Inow i am not sure if issue is with my code or scheduler
    Procedure
    Declare
    v_count number;
    v_Recipient VARCHAR2(400) := '[email protected]';
    v_Subject VARCHAR2(80) := 'TEST_Email';
    v_Mail_Host VARCHAR2(30) := 'localhost';
    v_Mail_Conn utl_smtp.Connection;
    crlf VARCHAR2(2) := chr(13)||chr(10);
    BEGIN
    select count(*) into v_count from TEC_CODERETURN@RPRD where interface like 'FOR002B' and trunc(rundate) =trunc(sysdate);
    if v_count = 0
    then
    v_Mail_Conn := utl_smtp.Open_Connection(v_Mail_Host, 25);
    utl_smtp.Rcpt(v_Mail_Conn, '[email protected]');
    UTL_SMTP.OPEN_DATA(v_Mail_Conn);
    utl_smtp.WRITE_RAW_DATA(v_Mail_Conn, UTL_RAW.CAST_TO_RAW(
    'Date: ' || to_char(sysdate, 'Dy, DD Mon YYYY hh24:mi:ss') || UTL_TCP.CRLF ||
    'From: ' || '[email protected]' || UTL_TCP.CRLF ||
    'Subject: '|| v_Subject || UTL_TCP.CRLF ||
    'To: ' || v_Recipient || UTL_TCP.CRLF ||
    'This is a test Alert'|| UTL_TCP.CRLF
    UTL_SMTP.CLOSE_DATA(v_mail_conn);
    utl_smtp.Quit(v_mail_conn);
    end if;
    EXCEPTION
    WHEN utl_smtp.Transient_Error OR utl_smtp.Permanent_Error then
    raise_application_error(-20000, 'Unable to send mail: '||sqlerrm);
    END;
    DBMS job creation
    DECLARE
    jobno NUMBER;
    BEGIN
    DBMS_JOB.submit
    (job => jobno,
    what => 'TEST_ALERT;',
    next_date => trunc(sysdate)+0.1/24,
    interval => 'SYSDATE + 1',
    no_parse => TRUE );
    DBMS_OUTPUT.put_line ('Created Job - the job number is:' || TO_CHAR (jobno));
    COMMIT;
    END;
    Suresh

  • Ever since the systyem upgraded me to 3.6.6. I can not even run one eight hour day without firefoc either crashing or locking up which requires me use C/A/Deleate to close the program. I used to be able to run 8 to 12 windows at a time and NEVER lock up

    Ever since the systyem upgraded me to 3.6.6. I can not even run one eight hour day without firefoc either crashing or locking up which requires me use C/A/Deleate to close the program. I used to be able to run 8 to 12 windows at a time and NEVER lock up or crash with the older version. Is this problem being looked into and or being corrected. I use Firefox with Google and my system is XP Pro 32 bit. THIS IS REALLY making me MAD. My email is [email protected] and would appreciate a response to this ASAP. I have tried a couple of items from your help section and nothing works.

    <u>'''Anonymous'''</u>
    Please post a separate question. Thank you. https://support.mozilla.com/tiki-ask_a_question.php?locale=en-US&forumId=1
    <u>'''chris'''</u>
    <u>'''''Crashing'''''</u>
    See:
    http://support.mozilla.com/en-US/kb/Firefox+crashes
    http://kb.mozillazine.org/Firefox_crashes
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+loading+certain+pages
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+you+open+it
    http://support.mozilla.com/en-US/kb/Firefox+will+not+start
    http://kb.mozillazine.org/Browser_will_not_start_up
    ''<u>'''Hanging'''</u>''
    See: http://support.mozilla.com/en-US/kb/Firefox+hangs
    <u>'''''Hanging at exit'''''</u>
    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    ''<u>'''Safe Mode'''</u>''
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    <u>'''chris'''</u>
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.~~red:17~~; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''NOTE:'''</u> Java version 1.6.0.21 has been released. It is mainly an update for developers of Java applications and most users do not need to be concerned about downloading version 1.6.0.21. <u>'''''At this time'''''</u>, the update option in existing installations of Java 1.6.0.20 are not updating to version 1.6.0.21; <u>'''''at this time'''''</u>, it must be manually downloaded and installed. According to the Java release notes:
    ''"'''Bug Fixes'''''
    ''Java SE 6 Update 21 does not contain any additional fixes for security vulnerabilities to its previous release, Java SE 6 Update 20. Users who have Java SE 6 Update 20 have the latest security fixes and do not need to upgrade to this release to be current on security fixes."'' Source: http://java.sun.com/javase/6/webnotes/6u21.html
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.0 r~~red:45~~; current ver. 10.1 r53 ('''important security update 2010-06-10'''; see: http://www.adobe.com/support/security/bulletins/apsb10-14.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -''<u>In Windows,</u>'' check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -''<u>In Windows,</u>'' double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    <u>'''Update Shockwave for Director (aka Shockwave Player)'''</u>: your ver. ~~red:10.1 (very old)~~; current ver. 11.5.7.609 (<u>important security update released 2010-05-11</u>; see http://www.adobe.com/support/security/bulletins/apsb10-12.html)
    NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    SAVE the installer to your hard drive (Desktop is a good place so you can find it). When the download is complete, exit Firefox (File > Exit), locate and double-click in the installer you just downloaded, let the install complete.
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox#_Installing_Shockwave Installing Shockwave]'''
    <u>'''You '''</u>~~red:<u>'''MAY'''</u>~~<u>''' need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Open the Adobe Reader installed on your system (''in Windows, Start > Program Files, find and click Adobe Reader to open''), click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -In Windows: check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -In Windows: double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • Why the process chain always run twice when triggered from R3?

    I run a program from R3 by calling the remote function 'RSSM_EVENT_RAISE' on BW to trigger an event and in turn the event on BW bring up the running of a process chain.  But whenever I run the program on R3 to bring up the running of the process chain, I find the process chain always run twice at the same time.  Does anybody knows the answer? 
    And also I would like to know the functionalities of the two picture buttons "Activate" and "Activate and Schedule" in process chain.  In which case the "Activate" button should be used and in which case, the "Activate and Schedule" button should be used?   If we click the Start variant of a process chain, then click "Change Selections" button which bring up the window "Start Time" where the buttons "Immediate", "Date/Time", "After job", and "After event" are listed at the top.  If we modify at any of the above buttons, then after save this modification, we will have to click "Activate and Schedule" button to make it work, right? 
    Thanks a lot and everyone's idea is greatly appreciated!

    Kevin, make sure there is only one job scehduled for the Start Process of your Process Chain.  If you bring up the Process Chain (not the log view), right click on the Start Process and select "Displaying Scheduled Job(s)...".  There should only be one scheduled job with name BI_PROCESS_TRIGGER.  If there is more than one, then when triggered, it would execute more than once at the same time.  If there is only one job, then maybe your R/3 program is triggering the event more than once? 
    As far as the Start conditions for the Start Process, it works off the same principals as a scheduled job.  These start conditions determine when or how the Process Chain is to be executed.  You also have control over frequency.  These start conditions determine the scheduling of the Start Process of your Process Chain.
    When you schedule a Process Chain, a separate scheduled job is created for "each" process in the Chain.  BW controls the triggering of these jobs based upon how the processes in the Chain are linked.  All the jobs associated with Process Chains have strict naming conventions and all begin with BI_PROCESS_...  If you use SM37 to view all jobs that begin with BI_PROCESS_ you will find alot of scheduled jobs associated with your process chains.  Each job represents one of the processes within your process chains. 
    Does this help?
    Another tip might be to trigger the event manually in BW (use tx SM64).  If the process chain executes twice again, then maybe there is a separate scheduled job in BW that triggers the process chain that is triggered by the same event as the start process of the process chain.
    Message was edited by: George Shannon

  • Portlet controller beeing run twice

    Hello,
    I noticed a small issue regarding some of my portlets, their controller are run twice for some reason. What can I do to prevent this?
    Running SpringFramework on Bea Weblogic portal 8.1

    Hi Tmukunne,
    I'm confused why you ran the cmdlet "Install-ADDSForest" twice, after you install ADDS role and configure DC with the cmdlet "Install-ADDSForest", you can reboot the server and Domain Controller should work now:
    Install-WindowsFeature -Name AD-Domain-Services
    $Password = ConvertTo-SecureString -AsPlainText -String Password0! -Force
    Install-ADDSForest -DomainName Corp.contoso.com -SafeModeAdministratorPassword $Password `
    -DomainNetbiosName contoso -DomainMode Win2012R2 -ForestMode Win2012R2 -DatabasePath "%SYSTEMROOT%\NTDS" `
    -LogPath "%SYSTEMROOT%\NTDS" -SysvolPath "%SYSTEMROOT%\SYSVOL" -NoRebootOnCompletion -InstallDns -Force
    Restart-Computer -Force
    And you can also run the cmd "dcdiag" to analyze the state of the domain controller, and check if there is any error or failure.
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,                                 
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Tool like PathPing that can pinpoint packet loss and can be configured to run for 24 hours

    Does anybody know if there is a simple tool like PathPing that can pinpoint packet loss and can be configured to run for eg. 24 hours. I need it for windows XP preferable a cmd line tool like PathPing. Thanks Simon.

    Thanks for your answer. I already downloaded winmtr.
    Regards
    Simon
    From:
    namohamm
    To:
    Simon Vyrdal/Sweden/Contr/IBM@IBMSE
    Date:
    2010-12-30 08:29
    Subject:
    New message: "Tool like PathPing that can pinpoint
    packet loss and can be configured to run for 24 hours"
    simonvyrdal,
    A new message was posted in the Discussion thread "Tool like PathPing that
    can pinpoint packet loss and can be configured to run for 24 hours":
    https://supportforums.cisco.com/message/3258861#3258861
    Author : Nael Mohammad
    Profile : https://supportforums.cisco.com/people/namohamm
    Message:

  • DocClose event runs twice after extending with user rights

    I have created a form with several fields. To check if the fields are filled, I have placed several checks if the DocClose event. This creates a messagebox containing text of the missing fields. This will only popup when the pdf is closed. See below for a part of the Java-script.
    var errmsg = ""
    if (Form.Page1.CompanyName.rawValue == null)
    {errmsg = errmsg + "CompanyName is not filled in";}
    if (Form.Page1.CompanyStreet.rawValue == null)
    {errmsg = errmsg + "\n";
    errmsg = errmsg + "CompanyStreet is not filled in";}
    if (errmsg !== "")
    {xfa.host.messagebox (errmsg, "Please note!",1,0);}
    else
    This works just fine in Adobe Acrobat and in Adobe Reader. However,the user needs to be able to save a local copy. So, I use Adobe Acrobat 9 Standard to "Extend Forms Fill-In & Save in Adobe Reader". After this change, when this PDF is opened in the Reader or in Acrobat, the messagebox runs twice! The first time as it should, but the second time, it
    I also noticed that the Script language of this part has changed from Java to mixed.
    Thanks for any help!
    Erik

    Dear all,
    I have the same problem, do you have any solution for this?
    Best regards
    Fernando

  • Why does this AppleScript run twice in Automator?

    I am trying to create an application that I can run and change the function of my F1, F2 keys to or from standard function. I found this AppleScript online and it works... but it runs twice in a row:
    tell application "System Preferences" to activate
    tell application "System Events"
    tell application "System Preferences"
    activate
    set current pane to pane "com.apple.preference.keyboard"
    end tell
    tell process "System Preferences"
    click radio button "Keyboard" of tab group 1 of window "Keyboard"
    get every attribute of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    click checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    activate
    if value of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard" = 0 then
    display dialog ¬
    "Standard Function Keys off..." giving up after 1
    else
    display dialog ¬
    "Standard Function Keys on..." giving up after 1
    end if
    end tell
    tell application "System Preferences"
    quit
    end tell
    end tell
    If I change the Script by taking out the following, it only runs once. I believe my issue is in the below Script. I have fiddled with all that I know how to and either it doesn't run, or it runs twice...
    tell process "System Preferences"
    click radio button "Keyboard" of tab group 1 of window "Keyboard"
    get every attribute of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    click checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    activate
    if value of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard" = 0 then
    display dialog ¬
    "Standard Function Keys off..." giving up after 1
    else
    display dialog ¬
    "Standard Function Keys on..." giving up after 1
    end if
    end tell
    Any suggestions would help. If you run it and it only runs once, I am at a loss. Thank you for you time.

    it works fine for me in both automator and applescript. are you sure you didn't enter it twice in the Run Applescript workflow?
    a couple of tweaks, more for clarity than anything else:
              tell application "System Preferences"
                        activate
                        set current pane to pane "com.apple.preference.keyboard"
              end tell
              tell application "System Events"
                        tell process "System Preferences"
                                  click radio button "Keyboard" of tab group 1 of window "Keyboard"
                                  get every attribute of checkbox ¬
                                            "Use all F1, F2, etc. keys as standard function keys" of ¬
                                            tab group 1 of window "Keyboard"
                                  click checkbox ¬
                                            "Use all F1, F2, etc. keys as standard function keys" of ¬
                                            tab group 1 of window "Keyboard"
                                  activate
                                  if value of checkbox ¬
                                            "Use all F1, F2, etc. keys as standard function keys" of ¬
                                            tab group 1 of window "Keyboard" = 0 then
                                            display dialog ¬
                                                      "Standard Function Keys off..." giving up after 1
                                  else
                                            display dialog ¬
                                                      "Standard Function Keys on..." giving up after 1
                                  end if
                        end tell
                        tell application "System Preferences"
                                  quit
                        end tell
              end tell

  • A job I have seen was running since 11 hours but in history its duration is 48 minutes only

    SQL Server agent 2008 :
    A job I have seen was running since 11 hours but in history its duration is 48 minutes only.is It possible.
    Thanks

    Check all the steps and how much time each step took...
    SELECT sj.name
    , sja.*
    FROM msdb.dbo.sysjobactivity AS sja
    INNER JOIN msdb.dbo.sysjobs AS sj ON sja.job_id = sj.job_id
    WHERE sja.start_execution_date IS NOT NULL
    AND sja.stop_execution_date IS NULL
    http://thomaslarock.com/2012/10/how-to-find-currently-running-long-sql-agent-jobs/
    Raju Rasagounder Sr MSSQL DBA

  • Constructor in document class runs twice?

    Hi Folks,
    I'm working on my document class and the contructor is running twice, hence it is running almost all of my code twice.  I'm not quite sure why this is the case.  Any help is appreciated.
    I've attached my code below.
    package {
    import flash.display.MovieClip;
    import flash.display.DisplayObject;
    import flash.events.*;
    import flash.geom.*;
    import flash.net.*;
    import flash.utils.getDefinitionByName;
    public class ASIFL048_DND extends MovieClip {
      private var startDragX:Number = new Number();
      private var startDragY:Number = new Number();
      private var xmlPath:String = "../ObjectFiles/xmlIFL0480016.xml";
      private var itemList:Array = new Array();
      private var targetList:Array = new Array();
      private var gameArray:Array = new Array();
      private var myXML:XML = new XML();
      private var myTargetName:String = new String();
      private var XMLLoader:URLLoader = new URLLoader();
      private var XMLRequest:URLRequest = new URLRequest(xmlPath);
      trace("RUNNING ONCE!");
      public function ASIFL048_DND() {
       stage.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
       stage.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
       XMLLoader.addEventListener(Event.COMPLETE, completeHandler);
       trace("RUNNING TWICE?");
       loadXML();
      private function loadXML():void {
       //var XMLLoader:URLLoader = new URLLoader();
       //var XMLRequest:URLRequest = new URLRequest(xmlPath);
       XMLLoader.load(XMLRequest);
       //XMLLoader.addEventListener(Event.COMPLETE, completeHandler);
      private function completeHandler(e:Event):void {
       myXML = XML(e.target.data);
       var i:int = 0;
       var j:int = 0;
       for each (var item:XML in myXML..equip) {
        itemList[i] = item.@name;
        for each (var target:XML in item..myTarget) {
         targetList[j] = [i,target];
         j++;
        i++;
       //trace(targetList);
       selectDragItems(10);
      private function selectDragItems(gameLength:int):void {
       var randomSeed:Number = new Number();
       var randomItem:Number = new Number();
       for (var k:int = 0; k<gameLength; k++) {
        randomSeed = targetList.length;
        randomItem = Math.floor(Math.random() * targetList.length);
        gameArray = targetList.splice(randomItem, 1);
        trace(gameArray+"\n");
        //display game array
        //trace("CLASS:\t"+itemList[gameArray[k][0][0]]);
             //var ClassReference:Class = getDefinitionByName(itemList[gameArray[k][0]]) as Class;
        //var instance:Object = new ClassReference();
        //addChild(DisplayObject(instance));
      private function mouseDownHandler(e:MouseEvent):void {
       startDragX = e.target.x;
       startDragY = e.target.y;
       trace(startDragX + " " + startDragY);
       e.target.startDrag(true,new Rectangle(e.target.width/2,e.target.height/2, stage.stageWidth-e.target.width, stage.stageHeight-e.target.height));
      private function mouseUpHandler(e:MouseEvent):void {
       stopDrag();
       myTargetName = "fwdLHWindscreen_mc";
       var myTarget:DisplayObject = getChildByName(myTargetName);
       //trace(" TARGET VAR: "+myTarget.name);
       if (e.target.dropTarget != null && e.target.dropTarget.parent == myTarget) {
        trace("correct");
        e.target.x = e.target.dropTarget.parent.x;
        e.target.y = e.target.dropTarget.parent.y;
        e.target.removeEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
        e.target.removeEventListener(MouseEvent.MOUSE_UP,mouseUpHandler);
       } else {
        trace("incorrect");
        e.target.x = startDragX;
        e.target.y = startDragY;

    My bad. The order of output is:
    RUNNING ONCE!
    RUNNING TWICE?
    The first trace is a static initializer, while the second is in the constructor.

  • Enter run time in hours / mins / secs on the front pannel

    I am trying to get a pop up VI to run alongside my main program. While the measurment parts of my software run I want a VI to pop up and display the run time in hours / mins / secs. Once the main VI ends its sequence, I want the timer VI to close down again. It sounds easy and maybe it is, but can I get it to work ........... HELP !!

    I have created an example program for you (in LV 6.0). Basically a time window will popup at the start and show the runtime (calculated, so starts at 0 hours), and when you stop the Main vi the time window will close. The time is updated at every loop of the Main vi. All of this is achieved through VI server as you will see.
    I hope this helps you.
    Kim
    Attachments:
    Runtime_indicator.llb ‏39 KB

  • SystemCenterDTSPackageTask runs for 10 hours +

    Hello,
    The process SystemCenterDTSPackageTask is running for 10 hours+ everyday... it ends successfully but the 14-Day History is never showing in the dashboard...
    I noticed two task taking most of the time
    Step 'DTSStep_ExecuteSQLTask_SC_EventParameterFact_View_1_Insert' succeeded
    Step Execution Started: 8/11/2014 5:58:03 AM
    Step Execution Completed: 8/11/2014 11:04:40 AM
    Total Step Execution Time: 18396.277 seconds
    Progress count in Step: 0
    and
    Step 'DTSStep_ExecuteSQLTask_SC_EventTypeDimension_View_1_Insert' succeeded
    Step Execution Started: 8/11/2014 1:33:12 AM
    Step Execution Completed: 8/11/2014 4:53:04 AM
    Total Step Execution Time: 11991.672 seconds
    Progress count in Step: 0
    this does not seem correct. Where to look for clues about this??
    From the two views having delays during the task run:
    Reviewing the tables and Views apparently the SC_EventParameterFact_Table is HUGE!!! 308 millions rows…
    SC_EventParameterFact_Table 308,524,992 168,4026,659 306,405,176 2065392 54424 1 dbo
    SC_EventFact_Table 168,202,440 120,018,607 134,803,216 33260840 138384 0 dbo
    vwSAS_VaEventsIndexed 113225192 534052356 108366320 4830896 27976 1 dbo
    SC_ClassAttributeInstanceFact_Table 37272016 112447073 22003952 15190496 77568 0 dbo
    SC_RelationshipInstanceFact_Table 5363592 17039635 4132136 1230296 1160 1 dbo
    vwSAS_VaScanIndexed 4294600 24752985 4173416 107824 13360 0 dbo
    vwSAS_ThreatsDetectedIndexed 2009552 8943888 1926336 73536 9680 1 dbo
    SC_ClassInstanceFact_Table 1973000 8790528 1342208 630072 720 0 dbo
    SC_ComputerToComputerRuleFact_Table 1694304 8621832 774992 918256 1056 1 dbo
    vwSAS_UnknownThreatsIndexed 1517992 7317008 1460144 53760 4088 0 dbo
    308 Millions rows in the table is it not an issue for the process to handle this? Should it not be purge? Cleared somtime?
    Treating 308 Millions rows and trying to insert more is it not an issue which could interfere with other process?
    SC_EventTypeDimension_View is only 9 rows and to do an insert it takes 3 hours!!!
    any idea about this which seems to be an issue?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Hi,
    Have you check Application log to see if there are any error? The following KB and blog could help you to improve SystemCenterDTSPackageTask performance.
    How to troubleshoot DTS and database sizing issues in MOM 2005 Reporting
    http://support.microsoft.com/kb/899158
    FCS with MOM 2005 Database Guidance
    http://blogs.technet.com/b/fcsnerds/archive/2008/09/25/fcs-with-mom-2005-database-guidance.aspx
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Adobe reader 11.0.5 - cannot print pdf file to network printer

    I have a 64 bit HP Pavilion a6230n PC running Windows 7, fully updated. I have wireless connection to a home file/printer server. My printer, a Brother HL-5140, is connected via USB to the file/printer server. All my other Windows programs capable of

  • Off Topic - I Really Like N97

    As the title suggests. I know there are a lot of bugs in the phone, and I realise that some of these are really annoying, if somewhat disappointing. But I guess there will always be teething problems with any new device. I wont go into the bugs below

  • PO print line items

    hie guys i have copied standard PO script MEDRUCK into custom script and made my adjustments..however the form is failing to activate issuing the error that A text element in window MAIN has no name how can i resolve this?

  • MM workflow issue

    Dear Gurus I have a PO which is released upto 2nd level, now the person at level 3 should get the notification in his inbox for releasing the PO but he is not getting anything, infact PO is going to some other user who is not at all mapped for this l

  • Does skype offer an option to always use system de...

    I tend to have my system set on speakers but i use a headset while on skype. if i get a message on skype I only get the little ping sound through my headset and not my speakers, thus allowing me to miss messages for minutes after recieving them (some