Compilingh a procdure which runs every 15 minutes haning

Hi,
We have a schedule set up to run a pl/sql packaged procedure every 15 minutes.
Oracle 11.2.0.3 on AIX Power Series 7
Runs fine but when need make change to pacakge, finding that have to stop the scheduled job, change and recompile procedure then recreate the schedule.
Is this expected behaviour or are we doing something wrong?
Could try dbms_scheduler.disable job?
Thanks
Edited by: user5716448 on 05-Nov-2012 10:40

Found out was because running when trying to compile.

Similar Messages

  • Query runs every minute from B1 client - read B1 log file

    Hi all,
    We found this query has been run every minute from B1 client. It slows down the system, as we have over 100,000 records in table OCLG - activities. How do we stop this query to be run from B1 client. Also, anyone know what is the number for Duration in B1 log file, does the number mean CPU time? We got Duration=3581 for this query. but it takes about 10-15 seconds to run the same query from SQL 2005 management studio. Any idea?
    Thanks,
    David
    ============================================================================================
    16/02/2010  12:10:42:295830    SQLMessage    Note           ExecDirectInt     C:\Program Files\SAP\SAP Business One\SAP Business One.exe            PID=1972             TID=1920             Duration=3581  Fetched=0
                                                                                    Query     
    SELECT T0.[ClgCode], T0.[Action], T0.[Details], T1.[Name], T0.[Recontact], T0.[BeginTime], T0.[AttendUser] FROM  [dbo].[OCLG] T0   LEFT OUTER  JOIN [dbo].[OCLO] T1  ON  T1.[Code] = T0.[Location]   WHERE T0.[Reminder] = (N'Y' )  AND  T0.[RemSented] = (N'N' )  AND  (T0.[RemDate] < (CONVERT(DATETIME, '20100216', 112) )  OR  (T0.[RemDate] = (CONVERT(DATETIME, '20100216', 112) )  AND  T0.[RemTime] <= (1210 ) ))

    Thanks Paulo,
    I found another two queries that also run every minute on each B1 workstation. What is the measurement for the duration number in the log file, like  Duration=1391?
    David
    ============================================================================================
    17/02/2010  11:32:46:620527    SQLMessage    Note           ExecDirectInt     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=1868     TID=3236     Duration=1391     Fetched=21
                                  Query      SELECT T0.[ClgCode], T0.[AttendUser], T0.[Closed], T0.[Recontact], T0.[endDate], T0.[Action], T0.[BeginTime], T0.[ENDTime], T0.[Duration], T0.[DurType], T0.[Details], T0.[Notes], T0.[personal] FROM [dbo].[OCLG] T0 WHERE (T0.[Recontact] >= CONVERT(DATETIME, '20100215', 112)  AND T0.[Recontact] <= CONVERT(DATETIME, '20100221', 112)  )  AND  T0.[endDate] = T0.[Recontact]  AND  T0.[inactive] = (N'N' )  AND  T0.[BeginTime] IS NOT NULL   AND  T0.[ENDTime] IS NOT NULL   AND  (T0.[Action] = (N'C' )  OR  T0.[Action] = (N'M' )  OR  T0.[Action] = (N'N' ) ) AND  (T0.[AttendUser] = (612 ) )  ORDER BY T0.[Recontact],T0.[BeginTime]
    17/02/2010  11:32:54:917455    SQLMessage    Note           ExecDirectInt     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=1868     TID=3236     Duration=487     Fetched=0
                                  Query      SELECT T0.[ClgCode], T0.[AttendUser], T0.[Closed], T0.[Recontact], T0.[endDate], T0.[Action], T0.[BeginTime], T0.[ENDTime], T0.[Duration], T0.[DurType], T0.[Details], T0.[Notes], T0.[personal] FROM [dbo].[OCLG] T0 WHERE (((T0.[Recontact] >= CONVERT(DATETIME, '20100215', 112)  AND T0.[Recontact] <= CONVERT(DATETIME, '20100221', 112)  )  OR  (T0.[endDate] >= CONVERT(DATETIME, '20100215', 112)  AND T0.[endDate] <= CONVERT(DATETIME, '20100221', 112)  ) ) OR  (T0.[Recontact] < (CONVERT(DATETIME, '20100215', 112) )  AND  T0.[endDate] > (CONVERT(DATETIME, '20100221', 112) ) )) AND  T0.[endDate] <> T0.[Recontact]  AND  T0.[inactive] = (N'N' )  AND  T0.[BeginTime] IS NOT NULL   AND  T0.[ENDTime] IS NOT NULL   AND  (T0.[Action] = (N'C' )  OR  T0.[Action] = (N'M' )  OR  T0.[Action] = (N'N' ) ) AND  (T0.[AttendUser] = (612 ) )  ORDER BY T0.[Recontact],T0.[BeginTime]

  • Storing individual resutls(rows) from a query which is run every minute

    Is there a way i can issue a query like
    select item_desc from item_dtl where track_code='UNPROCESSED';
    every 1 minute and permanantly store the results of this query to a table.
    How would you achieve this?

    Upon every refresh of a materialized view, is there a way i can permanantly store these results like a table????
    Sorry, but I'm not sure what you are trying to accomplish.
    You can schedule a periodic refresh of a materialized view and it will reflect whatever has changed in the base table(s).
    You'll need to post a lot more detail on what this is for.

  • Shedule a Batch job to run every one min

    Hello all,
    I'm new to data services . My requirement is to shedule a batch job to run every minute .
    Please help me on this.
    Thanks,
    David king J

    Hi David,
    Regarding your query below is the suggestion from my side:
    Option I: Schedule the Job from Data Services Management Console below is the steps.
    (a) Log in in SAP Business Objects Data Services Management console
    Link:<Server Name>:<Port Number>/DataServices
    (b) Go to Administrator Tab and click on Batch Job
    (c) Select Batch Job and in right hand side click on Add schedule
    Where you have Option to schedule as per your requirement
    Note : You can use Data Services scheduler Or BOE scheduler.
    Option II: Schedule the Job from UNIX environment below is the steps.
    (a) Cron Tab Access rights required
    for checking cron tab rights use below command
    crontab -l  ---> List of schedule Jobs
    crontab -e  ---> for editing or creating new schedule
    (b)Log in in SAP Business Objects Data Services Management console
    Link:<Server Name>:<Port Number>/DataServices
    (c) Go to Administrator Tab and click on Batch Job
    (d) Select Batch Job and in right hand side click on Export execution command
    (e) Update the details regarding JOb Server, Global Variable if used in the Job and click on export;Now check the "SHELL Schript" .SH file mentioned in Data Services management console link
    (f) Copy and Paste the Script in your desired location
    (g) Then create SHELL script, below is sample example
    Test:
    1 * * * * /usr/sap/BODS/BO_Script/ABC.SH
    For cronjobs details please refer below link
    Run crontab (cron jobs) Every 10 Minutes
    Note: As Michael suggested that option is also good, you can also implement the same.
    Hope this will help!!!!!
    Thanks,
    Daya

  • Invoke runbook every minute

    This may possibly be a stupid question but I'm going to ask anyway ;-)
    We have created a runbook to provision users in Lync, and this runbook goes every minute. I have the box ticked for wait for completion on the invoke runbook activity.
    On enabling a handful of users the process is very quick, but we're getting to a point in our lync deployment that we are adding sometimes over 100 users at a time. I'm seeing some errors that I can't really correlate with anything else, so my question is
    this.
    If a runbook runs every minute, and the data it's working on takes more than a minute to complete, will the runbook religiously spawn every minute and perhaps trample on work of a previous runbook?
    Jeffrey S. Patton Jeffrey S. Patton Systems Specialist, Enterprise Systems University of Kansas 1001 Sunnyside Ave. Lawrence, KS. 66045 (785) 864-0242 | http://patton-tech.com

    Ryan,
    I've double-checked my runbook and have that set, and yet I'm seeing what appears to be the runbook running multiple times. As it runs every minute, under the Log tab I saw several instances with a status of running.
    My runbook is actually two, the first has the every minute schedule, and the invoke runbook activity that passes data over to the second part of the runbook that actually does the work. This worker runbook has an init data activity, and then three script
    activities that carry out the work of getting a list of users from AD that meet the provisioning criteria, then enable a given user, and finally clear out the provisioning criteria.
    On the invoke runbook activity, I also have set wait for completion to be true. If what I'm seeing is normal then cool, otherwise i'm inclined to put in some sort of check just to make sure.
    Jeffrey S. Patton Jeffrey S. Patton Systems Specialist, Enterprise Systems University of Kansas 1001 Sunnyside Ave. Lawrence, KS. 66045 (785) 864-0242 | http://patton-tech.com

  • Materialized View to be run every 1 minute through dbms_scheduler

    Hi,
    I have a materialized view on 1 database which has its select statement going across a database link to numerous tables on another database.
    The materialized view creates fine and when refreshed using dbms_snapshot refreshes without error.
    My requirement is to automate this refresh for every minute. I have created a job through dbms_scheduler for the refresh to happen every minute but it fails with the error message
    ORA-12008: error in materialized view refresh path
    I have ctreated another materialized view on the database which does not go across a dblink and scheduled this though dbms_scheduler for every minute, this works fine.........
    So it appears my issue is the selecting from tables across a dblink.
    Does any one have any experience of this area, how to resolve this issue or maybe an alternative solution than dbms_scheduler?
    Thanks in advance.
    Mark.

    How is your database link defined?
    Is it using a fixed user? i.e create database link .... identified by xxxxx
    I think it needs to be to be used in a scheduled job.
    Carl

  • Run a cron job every minute

    Hi,
    I would like to run a cron job every minute.
    I can find cron.hourly, cron.daily, cron.weekly, cron.monthly in my /etc, but no cron.minutly.
    Can I get it? What should I do?
    Thanks!
    Nathan

    run
    crontab -e
    . this opens an editor. therein you type :
    #min hour day month weekday command
    */1 * * * * <your command>
    dw was faster
    Last edited by DonVla (2008-11-17 16:56:42)

  • DBMS_SCHEDULER.   How do I set frequency to run every 30 minutes

    Hi,
    I need this job to run every 30 minutes, lets say on 15 minutes and 45 minutes past the hour. What are the necessray changes. I have looked through the docs and have been getting errors when I try and change the line repeat_interval.
    begin
    dbms_scheduler.create_schedule(
    schedule_name =>'HOTLIST_GENERATION',
    start_date =>to_date('01-MAR-2007 02:30','DD-MON-YYYY HH24:MI'),
    repeat_interval =>'FREQ=Hourly',
    end_date =>NULL,
    comments =>'Schedule for Hotlist generation');
    end;

    Perhaps repeast_interval => 'FREQ=MINUTELY; INTERVAL=30'
    See the dbms_scheduler entry in the Oracle PL/SQL Packages and Types manual.
    HTH -- Mark D Powell --

  • Firefox keeps crashing at random times every minute or so, need help.

    Firefox crashes pretty much every minute I browse the internet. Sometimes even if I just leave it there doing nothing. I've tried safe mode. I've tried disabling hardware accaleration. I've tried creating a new firefox profile. I've tried disabling flashplayer protected mode. Nothing worked so far. Oh and I can enter some websites through firefox for a shortwhile before it crashes but I've noticed that going to imdb.com and mozilla.org causes it to crash instantly don't know if it helps.
    Here are the lat 5 crashes:
    <pre><nowiki>0da6cbf3-643b-4a8b-bcb2-5ec0c983b213 7/20/20139:18 PM
    bp-281e3c83-b2e2-41c9-9484-d15622130720 7/20/20139:12 PM
    bp-459a2a4c-381e-4dc3-ad4a-2566d2130720 7/20/20138:57 PM
    bp-3e06e070-6314-4284-81b8-323a12130720 7/20/20138:57 PM
    bp-bf666492-3cd5-41cd-bea2-3a6752130720 7/20/20138:49 PM</nowiki></pre>

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Full Garabage Collection every minute in oc4j_soa instance

    It looks like a Full GC cycle is run exactly every minute on a IDLE BPEL instance that does not have any instances. This is a basic 10.1.3.1.0 BPEL install with no Out of the box parameters modified / tuned. Is this a known issue / bug with a fix ?
    Also, we have 3 - 5 Asnyc BPEL Processes that involve human workflow. The invocation rate of these workflows is medium (100 instances per hour),but the instances may last long due to human workflow. What would be the recommended settings for these in terms of worker, invoker and dispatcher threads, DB Connections etc? Is there any tuning guide/ spreadsheet available for computation of optimum values ?
    $ jstat -gcutil 7123 60000
    S0 S1 E O P YGC YGCT FGC FGCT GCT
    0.00 62.95 29.18 11.66 99.66 651 13.801 62 62.792 76.593
    18.75 0.00 86.85 11.78 99.67 666 14.103 63 63.845 77.948
    0.00 25.00 71.48 10.95 99.63 681 14.404 64 64.908 79.312
    0.00 41.97 54.68 11.08 99.64 697 14.722 65 65.900 80.622
    0.00 41.97 30.84 11.21 99.65 713 15.043 66 66.853 81.897
    0.00 41.97 7.20 11.33 99.66 729 15.352 67 67.815 83.168
    87.81 0.00 75.06 10.92 99.64 744 15.652 68 68.818 84.469
    65.86 0.00 43.25 11.04 99.64 760 15.984 69 69.798 85.782
    84.94 0.00 82.86 11.23 99.68 776 16.292 70 70.776 87.068
    59.61 0.00 1.74 11.41 99.69 792 16.606 71 71.758 88.364
    0.00 25.00 67.50 10.94 99.65 807 16.897 72 72.776 89.673
    0.00 62.95 23.52 11.06 99.65 823 17.219 73 73.728 90.947
    $ top -p 7123
    7123 vvedula 17 0 1491m 338m 46m S 3.0 16.7 6:45.31 java => 3% CPU usage

    Thanks for the replies. Let me clarify a few things:
    1) We've tried setting -Xms to -Xmx (a long time ago, so maybe it's time to revisit), but doing so caused our app to exhibit other strange behavior due to the fact that no full GCs were ever done until all the allocated memory was exhausted. These full GCs, when finally triggered, ended up taking quite some time due to the fact that there was a lot of compaction (or attempted compaction) going on.
    2) I don't have a problem with doing full GCs (I use the term full GC because both a young and old generation GC happens at every full GC), but I have a problem with the full GCs happening every 2 or 3 seconds and taking up 100% cpu for minutes (because the concurrent phases would run back-to-back for every full GC). Especially when the app has 1/10th the volume of our other app which does a young gc every 20s or so and a full gc every 5 or 6 minutes.
    We've gone ahead and set the initial heap size to -Xms5g for today's run. We initially went without setting -Xms (again, just like our other instance) and we started seeing full GCs almost immediately as the JVM did not want to allocate more heap. We then went with -Xms2g which delayed the full GCs for a few hours until the used heap got close to the allocated heap. Full GCs then kicked in for cycles (15 or 30 mins long) until the JVM increased the heap by a few hundred mb each time.
    As I've stated, I'm struggling with the fact that we have another instance of the application that does not exhibit this behavior and does not have -Xms set at all. And the only thing I know that is different is that during startup, the amount of data we load is quite large (~6-8gb) and so our "min size" is already pretty large before starting to handle additional volume. Hopefully setting -Xms to 5g will replicate the starting point of the original instance.
    I'll respond back with updates.
    Thx,
    Josh
    Edited by: user10720003 on Aug 12, 2009 4:15 AM

  • [WRT400N] Several security log entries - every minute

    I have several entries in the security log that I have no idea where they are coming from. They are all blank like this:
    Incorrect User login : Username is , Password is From 192.168.1.101=> Wed Mar 17 17:42:48 2010
    Incorrect User login : Username is , Password is From 192.168.1.101=> Wed Mar 17 17:43:48 2010
    Incorrect User login : Username is , Password is From 192.168.1.101=> Wed Mar 17 17:44:48 2010
     The only exception are a few on the first day these started appearing:
    ncorrect User login : Username is badcred, Password is himom
    From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is admin From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is 1234 From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is password From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is , Password is admin From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is , Password is From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is motorola From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is root, Password is From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is , Password is password From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is root, Password is !root From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is Admin, Password is Admin From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is Admin, Password is From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is junxion From 192.168.1.101=> Tue Mar 9 15:04:12 2010
    Incorrect User login : Username is admin, Password is cableroot From 192.168.1.101=> Tue Mar 9 15:04:12 2010
     SInce I am getting blank entries every minute, I'm curious what would be causing this. The first entries are obvious that someone was trying to access with various passwords.
    Solved!
    Go to Solution.

    Well, if it is your computer it looks as if you have some malware running on your computer which tries to hack into your router... Or did you try those passwords at any time?

  • SQL Server log generating minidump files every minute

    Good afternoon.
    Our SQL server recently started generating minidump files almost every minute.
    I'm waiting on the final dbcc checkdb of the final database but all others have returned without error.
    I've run the dump files through the debugging utility and have the following stack dump which I'm not sure how to interpret.
    At this point, I'm not quite sure how to proceed, pending on the results from dbcc.
    There are no other obvious errors in the event or system logs to cross-reference.
    Thanks
    0:027> kC 1000
    Call Site
    KERNELBASE!RaiseException
    sqlservr!CDmpDump::Dump
    sqlservr!SQLDumperLibraryInvoke
    sqlservr!CImageHelper::DoMiniDump
    sqlservr!stackTrace
    sqlservr!stackTraceCallBack
    sqlservr!ex_raise2
    sqlservr!ex_raise
    sqlservr!RaiseInconsistencyError
    sqlservr!Page::DeleteRow
    sqlservr!PageRef::ExpungeGhostRow
    sqlservr!IndexPageRef::ExpungeGhost
    sqlservr!CleanVersionsOnBTreePage
    sqlservr!IndexDataSetSession::CleanupVersionsOnPage
    sqlservr!GhostExorciser::CleanupPage
    sqlservr!TaskGhostCleanup::ProcessTskPkt
    sqlservr!GhostRecordCleanupTask
    sqlservr!CGhostCleanupTask::ProcessTskPkt
    sqlservr!TaskReqPktTimer::ExecuteTask
    sqlservr!OnDemandTaskContext::ProcessTskPkt
    sqlservr!SystemTaskEntryPoint
    sqlservr!OnDemandTaskContext::FuncEntryPoint
    sqlservr!SOS_Task::Param::Execute
    sqlservr!SOS_Scheduler::RunTask
    sqlservr!SOS_Scheduler::ProcessTasks
    sqlservr!SchedulerManager::WorkerEntryPoint
    sqlservr!SystemThread::RunWorker
    sqlservr!SystemThreadDispatcher::ProcessWorker
    sqlservr!SchedulerManager::ThreadEntryPoint
    msvcr80!_callthreadstartex
    0x0
    0x0
    0x0

    i agree with Erland. Run DBCC CHECKDB on the database. Most likely there is corruption in database.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Explorer.exe is crashing/restarting every minute - faulting module ntdll.dll

    I upgraded to Windows 8 on 11/18 and started having problems where explorer.exe is restarting every minute or so. Here is the error from the event log:
    Faulting application name: explorer.exe, version: 6.2.9200.16433, time stamp: 0x50763312
    Faulting module name: ntdll.dll, version: 6.2.9200.16420, time stamp: 0x505ab405
    Exception code: 0xc000071f
    Fault offset: 0x000000000011808f
    Faulting process id: 0x12c8
    Faulting application start time: 0x01cdc8c32effec36
    Faulting application path: C:\Windows\explorer.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 9220779c-34b6-11e2-be72-e06995f1e71a
    Faulting package full name:
    Faulting package-relative application ID:
    I worked with Microsoft Tech Support for 4 days and ended up doing a clean install of Windows 8.  I had been told by Microsoft that they would escalate me to Tier 2, but they called back and said it was an HP/Hardware issue and I would have to
    work with them.  Chatted with HP, they said it was an OS issue.
    Anyone have any thoughts?
    Dan

    Here is the dump file. Any assistance is greatly appreciated!
    http://sdrv.ms/XyPNrE
    google drive is the cause:
    FAULTING_IP:
    ntdll!RtlReportCriticalFailure+89
    000007f8`47d9a485 eb00 jmp ntdll!RtlReportCriticalFailure+0x8b (000007f8`47d9a487)
    EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 000007f847d9a485 (ntdll!RtlReportCriticalFailure+0x0000000000000089)
    ExceptionCode: c0000374
    ExceptionFlags: 00000001
    NumberParameters: 1
    Parameter[0]: 000007f847defd60
    PROCESS_NAME: explorer.exe
    ERROR_CODE: (NTSTATUS) 0xc0000374 - Ein Heap wurde besch digt.
    EXCEPTION_CODE: (NTSTATUS) 0xc0000374 - Ein Heap wurde besch digt.
    EXCEPTION_PARAMETER1: 000007f847defd60
    NTGLOBALFLAG: 0
    APPLICATION_VERIFIER_FLAGS: 0
    APP: explorer.exe
    MANAGED_STACK: !dumpstack -EE
    OS Thread Id: 0x6bc (50)
    Current frame:
    Child-SP RetAddr Caller, Callee
    BUGCHECK_STR: APPLICATION_FAULT_WRONG_SYMBOLS_clr.dll_UNEXPECTED_UNKNOWN_INDEX_RESULT
    PRIMARY_PROBLEM_CLASS: WRONG_SYMBOLS_clr.dll_UNEXPECTED_UNKNOWN_INDEX_RESULT
    DEFAULT_BUCKET_ID: WRONG_SYMBOLS_clr.dll_UNEXPECTED_UNKNOWN_INDEX_RESULT
    LAST_CONTROL_TRANSFER: from 000007f847d9f2a0 to 000007f847d9a485
    STACK_TEXT:
    ntdll!NtWaitForSingleObject
    ntdll!RtlReportExceptionEx
    ntdll!RtlReportException
    ntdll!RtlReportCriticalFailure
    ntdll!_C_specific_handler
    ntdll!_GSHandlerCheck_SEH
    ntdll!RtlpExecuteHandlerForException
    ntdll!RtlDispatchException
    ntdll!RtlRaiseException
    ntdll!RtlReportCriticalFailure
    ntdll!RtlpLogHeapFailure
    ntdll! ?? ::FNODOBFM::`string'
    msvcr90!free
    googledrivesync64!DllCanUnloadNow
    shell32!CFSIconOverlayManager::_GetFileOverlayInfo
    shell32!CFSIconOverlayManager::GetFileOverlayInfo
    shell32!CFSFolder::_GetOverlayInfo
    shell32!CIconOverlayTask::InternalResumeRT
    shell32!CRunnableTask::Run
    shell32!CShellTask::TT_Run
    shell32!CShellTaskThread::ThreadProc
    shell32!CShellTaskThread::s_ThreadProc
    SHCore!ExecuteWorkItemThreadProc
    ntdll!RtlpTpWorkCallback
    ntdll!TppWorkerThread
    kernel32!BaseThreadInitThunk
    ntdll!RtlUserThreadStart
    FOLLOWUP_IP:
    googledrivesync64!DllCanUnloadNow+cd8
    000007f8`32602dc8 488d542430 lea rdx,[rsp+30h]
    SYMBOL_STACK_INDEX: 4
    SYMBOL_NAME: googledrivesync64!DllCanUnloadNow+cd8
    FOLLOWUP_NAME: wintriag
    MODULE_NAME: googledrivesync64
    IMAGE_NAME: googledrivesync64.dll
    DEBUG_FLR_IMAGE_TIMESTAMP: 50cfe78c
    STACK_COMMAND: ~50s; .ecxr ; kb
    FAILURE_BUCKET_ID: WRONG_SYMBOLS_clr.dll_UNEXPECTED_UNKNOWN_INDEX_RESULT_c0000374_googledrivesync64.dll!DllCanUnloadNow
    BUCKET_ID: APPLICATION_FAULT_WRONG_SYMBOLS_clr.dll_UNEXPECTED_UNKNOWN_INDEX_RESULT_googledrivesync64!DllCanUnloadNow+cd8
    WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/explorer_exe/6_2_9200_16433/50763312/ntdll_dll/6_2_9200_16420/505ab405/c0000374/000ea485.htm?Retriage=1
    Followup: wintriag
    0:050> lmvm googledrivesync64
    start end module name
    000007f8`32600000 000007f8`326bb000 googledrivesync64 (export symbols) googledrivesync64.dll
    Loaded symbol image file: googledrivesync64.dll
    Image path: C:\Program Files (x86)\Google\Drive\googledrivesync64.dll
    Image name: googledrivesync64.dll
    Timestamp: Tue Dec 18 04:48:28 2012 (50CFE78C)
    CheckSum: 000BE686
    ImageSize: 000BB000
    File version: 1.7.4018.3496
    Product version: 1.7.4018.3496
    File flags: 0 (Mask 3F)
    File OS: 4 Unknown Win32
    File type: 2.0 Dll
    File date: 00000000.00000000
    Translations: 0409.04b0
    CompanyName: Google
    ProductName: Google Drive
    ProductVersion: 1.7.4018.3496
    FileVersion: 1.7.4018.3496
    FileDescription: Google Drive shell extension
    LegalCopyright: Google
    disable the sharing overlay icons in the google drive options.
    "A programmer is just a tool which converts caffeine into code"

  • Post-Install Issue - Windows Installer runs every time CRW XI R2 loads

    I have XP SP3.  If I uninstall CR XI SP2 and re-install CR XI from cd, it loads perfectly - no windows installer.  When I uninstall CR XI, and re-install CR XI SP2 from the saved download on my harddrive, the Windows installer runs every time I load it; it seems to think it's never been run before.  Takes 3-8 minutes to load every time, which is completely annoying.
    I have also tried downloading that full build of XI SP2 3 times - and uninstalling/reinstalling.  Makes no difference.
    I know this is not a design issue, but I didn't know where else to turn.  I have been tolerating this issue for about 18 months and I can't take it any more! 
    Thanks!

    Hi,
    Please try using other computer units then update me the result, the purpose is to check if your unit OS may be the problem.
    Regards,
    Clint

  • Finder in restarts every minute or two

    I was updating software, via software update, when my computer crashed. I restarted, and finished the installation. But now, my finder quits out and reopens every minute or so. It disrupts all work. Especially my attempts for a frantic back up in case the harddrive has gone south. Does anyone have any thoughts on this one?
    Any help would be greatly appreciated

    Jon,
    1. Since your computer "crashed" updating software use Disk Utility as specified in the Try Disk Utility paragraph of Mac OS X 10.4: About the utilities available on the Mac OS X 10.4 Install DVD. When you get a clean bill of health, restart from your Hard Drive and run "Repair Disk Permissions" from the Disk Utility application which is in your Utility Folder.
    2. If those procedures do not solve your problem, find the com.apple.finder.plist file in your ~Library/Preferences Folder, drag it to the Desktop and then log out/in or restart.
    3. If that is unsuccessful reapply the Mac OS X Update 10.4.5 Combo.
    Let us know what happens.
    ;~)

Maybe you are looking for

  • Assorted Free Goods Problems in Sales Order

    Hello All, The problem is related to Assorted Free Goods Pricing in Sales Order.I have two queries which are provided below with example:- In the sales order I am giving 2 Line Items. - Material A & Material B of total quantity 10PC Then 1 PC of the

  • Authentication and Authorization Problems with IIS 6 and Jrun 4

    Hello all, I am using IIS 6 with JRun 4 as my app server, and I am having problems trying to get authentication and role authorization with Windows Integrated Authentication to work. I have set up IIS 6 to pass-through the authentication credentials

  • Help with floating a Div tag?

    I am having difficulty properly floating a div tag in my site.  The page is http://www.planetwhistler.com/bandbs.html  The Div on the bottom of the second column with 'content for right_bandb_div' goes here will not properly float to the right of the

  • Regarding Profit Center (Dummy Profit Center

    Hi Gurus! May I know is that compulsory to create Dummy Profit Center. Why we create Dummy Profit Center. Is that compulsory to create Dummy Profit Center. Regards Aadhi

  • The Send by email button ..

    Hi, I on any PDF form the 'send by email' (small envelope on the tool bar) does not work. I recently went from Windows XP to Windows Vista. Is there a setting I need to change? Any help? Frank Cunningham