CHANGE_TRACKING_MIN_VALID_VERSION keeps changing even there are no changes in that table

Hi,
We use stored procedure like below to get the data on intial load as well as subsequent changes. The underllined part of the stored procedure to get the last_sync_version is slightly different from what Microsoft has suggested. (not using CHANGE_TRACKING_CURRENT_VERSION).
That is because we download data to staging from multiple sources and from their we want to process data from one source at a time (DATA_SOURCE_KEY filter). 
What we notice is that, when there is no data for a table for sometime, once the change tracking gets purged for that table, we keep hitting the condition @LastVersionId <@MinVersionId. The MIN_VALID_VERSION keeps changing even though there is no change
in that table. Looks like the MIN_VALID_VERSION is a global number and not specific to a table. Is there a problem with the way we are getting the @Next_Version. Can we use the CHANGE_TRACKING_CURRENT_VERSION even though we want to download subset of data
from the table (only records matching for one data_source_key at a time). Appreciate your answers.
CREATE PROCEDURE  [dbo].[PDW_GetSiteDVAudit](@DataSourceKey AS INT,@LastVersionID AS BIGINT, @NextVersionID AS BIGINT OUTPUT)
AS
BEGIN TRY
BEGIN TRANSACTION
BEGIN
DECLARE @MinVersionID bigint = 0, @max_version bigint = 0;
SELECT @NextVersionID = 0;
SET @MinVersionID = CHANGE_TRACKING_MIN_VALID_VERSION(OBJECT_ID('dbo.SiteDVAudit'));
IF (@LastVersionID < @MinVersionID)
BEGIN
SELECT @NextVersionID = isnull(MAX(SYS_CHANGE_VERSION),@MinVersionID) from CHANGETABLE(CHANGES SiteDVAudit , NULL) CT where DataSource_Key = @DataSourceKey
SELECT 
s.Id,
Site_Id ,
SiteDesc,
Deleted,
Local_Id,
s.DataSource_Key,
Data_Task_Id
FROM 
dbo.SiteDVAudit  s
WHERE
                        s.DataSource_Key = @DataSourceKey
END 
ELSE
BEGIN
SELECT @NextVersionID = isnull(MAX(SYS_CHANGE_VERSION),@LastVersionID) from CHANGETABLE(CHANGES SiteDVAudit , @LastVersionID) CT where DataSource_Key = @DataSourceKey
SELECT 
s.Id,
Site_Id ,
SiteDesc,
Deleted,
Local_Id,
s.DataSource_Key,
Data_Task_Id
FROM 
dbo.SiteDVAudit  s
RIGHT OUTER JOIN 
CHANGETABLE(CHANGES SiteDVAudit, @LastVersionID) CT
ON s.Id = CT.Id  AND
s.DataSource_Key = CT.DataSource_Key
WHERE
                        s.DataSource_Key = @DataSourceKey
END
END
COMMIT TRANSACTION
END TRY
BEGIN CATCH
ROLLBACK TRANSACTION
RETURN -1
END CATCH

My first observation is that you don't reraise the error in the CATCH handler. That is bad, because it makes the proceedure fail silently which may be very difficult to troubleshoot.
The version numbers for Change Tracking are indeed database-global. MIN_VALID_VERSION can be different for different tables, if they have different retention periods. But if they all have the same retention period, it seems likely that MIN_VALID_VERSION
would increase as the database moves on.
I'm not sure about your question Can we use the CHANGE_TRACKING_CURRENT_VERSION even though we want to download subset of data from the table (only records matching for one data_source_key at a time). Where would you use it? How would you use
it?
Erland Sommarskog, SQL Server MVP, [email protected]

Similar Messages

  • Save changes when there are no changes

    Why is it that when I open a subvi and close it making absolutely no changes, I'm prompted to 'save changes'?

    Hi wb2nvy,
    "Why would anyone NOT want to include the subvis when the main vi is recompiled to a newer version?"
    Maybe you have linked to subVIs also used with the older LV version and so don't want to save subVIs automatically?
    As said before: no other IDE I know of automatically saves referenced files to a newer version...
    And:
    You should get asked to save subVIs before closing the mainVI. You always have the option to save them. You always are presented with reason why LV wants to save. You always have to decide between saving or not saving... You always have the mass compile option.
    It's your duty to decide when to upgrade VIs - LV will and cannot take that decision!
    Message Edited by GerdW on 06-02-2010 04:37 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Avoid marking files as modified by Git when there are no changes

    Hello,
    I am working on a project using Visual Studio 2013 Ultimate and Enterprise Architect 9.0 (a UML tool). I am using Git for Source Control in Visual Studio.
    I have set up the programs so that I can synchronize code from Enterprise Architect (EA) to Visual Studio (VS) and vice versa using MDG Link for Visual Studio (an Enterprise Architect add-in). I first synchronized all the existing code from VS to EA.
    Now I have the following workflow:
    Create UML models in EA;
    Add necessary attributes and operations to the class models;
    Synchronize models with the code, which will add the added attributes and operations to my source;
    The last step will regenerate all my source code files, but even if there are no changes Git marks the files as modified.
    How can I avoid this behaviour, because now all my files are modified when Enterprise Architect synchronizes the model with the source code.
    I only want Git to mark it as modified when there are actually things added or modified in the file.
    Any help will be appreciated.
    Marcel

    Hi,
    I think it's more VS which detect the file was modified, and by default it mark the file as modified in Git. 
    But normally when you want to commit your work these files are removed because Git detect the files are not really changed.
    Did you try to refresh the pending changes in the team explorer (F5). Perhaps Git recalculate all the differences, and then detect the real changes.
    Regards,
    Yan Grenier
    Merci de bien vouloir "Marquer comme réponse", les réponses qui ont répondues à votre question, et de noter les réponses que vous avez trouvé utiles.

  • When I OCR two versions of the same document and then compare th documents in Acrobat Pro XI, I usually get the message that there are no changes to mark.  However, I know there a quite a few number of changes.  I raised this question more than a year ago

    When I OCR two versions of the same document and then compare the documents in Acrobat Pro XI, I usually get the message that there are no changes to mark.  However, I know there a quite a few number of changes.  I raised this question more than a year ago, and the response I received had to do with the quality of the OCR and the scans of the documents.  However, if I use Acrobat Pro XI to save the same documents in Word and then run a comparison in Word all of the changes are marked.  When a PDF is saved as a Word document in Acrobat Pro XI, is a different OCR module being used than the one used in Acrobat Pro XI for text recognition?

    OCR is only for recoginition of the image / picture of text provided by an scanner.
    Content typed into a Word file which is converted to a PDF is (in Word and in PDF) *not* an image  or picture of text - it is the digital text. So, no OCR involved.
    When the "digital" (renderable) text of a PDF's page content is exported to Word no OCR is involved.
    When a PDF's content is from the image output of a scanner and this is a picture of text then OCR comes into play.
    If this content is exported to Word before doing OCR then it is the image that is exported to the Word file.
    Once OCR is performed it is the OCR output that is exported.
    OCR output is (always will be) impacted by "the quality of the OCR and the scans of the documents". 
    Regardless "Compare" is based on a Word file output to PDF1 then edits to the Word file followed by an output to PDF2. You use Acrobat Pro to do a compare of PDF1 & PDF2.
    Paper 1 scanned to image 1 to image 1 in PDF1 that gets OCR 1 and
    Paper 2 scanned to image 2 to image 2 in PDF2 that gets OCR 2
    being processed with Acrobat Pro's Compare can certainly be done.
    But - well you've described what can be observed.
    Be well...

  • My wifi network is 802.11n but there are times changing for 802.11g, and have to restart ... after the update for Mountain Lion

    My wifi network is 802.11n but there are times changing for 802.11g, and have to restart ... after the update for Mountain Lion...  Help!!!
    Several problems with Mountain Lion, APP STORE (login/logout error), WIFI(802.11n for 802.11g), MAIL (horrible)... Apple, what is happening?   

    Do a factory reset .. nothing will be deleted from your backups and you will be able to get access to them again.
    The Factory Reset Gen1-4.
    Unplug your TC. Hold in reset. and power the TC back on.. without releasing reset for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.

  • After upgrading to 7.0.4 yesterday on my iPhone 4, there are still 7 apps that are waiting to download, including Facebook. Is there anything I can do? These are apps I use frequently. Thanks.

    After upgrading to 7.0.4 yesterday on my iPhone 4, there are still 7 apps that are waiting to download, including Facebook. The phone was plugged in for 12 hours and it has had a Wi-Fi connection for most of the 24 hours. Is there anything I can do? These are apps I use frequently. Thanks.

    this is not phone or OS problem . its only your router DNS transfer function problem
    I have resolved the problem by myself. I just figured out that the problem due to the DNS transfer function in my router. If I set the iPhone 4S to use the DNS server as 192.168.1.1 which is also the ip address of my router it will have the problem until I set the DNS to some common DNS service, such as 8.8.8.8 from Google. I think it is the problem of compatibiliy between the iOS and the router.
      GOTO SETTINGS>>WI-FI>>click on informatio button(i) of your network>> change DNS to 8.8.8.8>> return
    all the best........

  • I have added the OS Lion 10.7.4 but there are most of times that it is too slow,

    I have added the OS Lion 10.7.4 but there are most of times that it is too slow, even in web activities or software running, for example several seconds takes to open Microsoft office programs, or Adobe Acrobat.
    It takes at least 10 second to Copy 10 Cells in Excel file or paste it.
    Some times my CPU activity load is more than 40% (system) as I  checked by activity monitor and CPU fan is working very hard.
    Every time that I restart my laptop spotlight indexing is start over and takes 15-18 hours to do indexing.
    I really getting mad, could somebody help me to recognize the problem.
    Thanks!

    Dear Linc Davis,
    Thank you for your support,
    Step 1,
    The top CPU% was belong to Speed Download when it was working with value of 96%, but nothing was in download process.
    I forgot to make note of CPU values for % User, % System, and % Idle when Speed Download was working. I quit Speed Download after quitting Speed Download, the top usage is belong to “kernel_task( 24%)” and next top belong to “WindowServer” and “mDNS responder” with different value.
    CPU% values for % User, % System, and % Idle is 12% , 7% & 77%
    Step 2,
    Please find the report as below:
    7/9/12 10:32:58.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Library/Preferences/.GlobalPreferences.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:58.000 AM kernel: [5371|501] TextEdit         async. scan: #'/usr/share/icu/icudt46l.dat' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:58.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Applications/TextEdit.app/Contents/Resources/English.lproj/InfoPlist.strings ' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:58.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/CoreServices/SystemVersion.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:58.641 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.665 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.669 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.761 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.764 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.822 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.872 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.916 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:58.928 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:59.031 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.f ramework/Versions/A/Resources/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Applications/TextEdit.app/Contents/Resources/English.lproj/Edit.nib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/Info. plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtF ile.bin' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/ColorSync/Profiles/sRGB Profile.icc' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework s/ATS.framework/Versions/A/Resources/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Fonts/LucidaGrande.ttc' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.f ramework/Versions/A/Resources/Extras2.rsrc' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/ColorSync/Profiles/sRGB Profile.icc' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:32:59.435 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:59.438 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:59.601 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:32:59.782 AM Microsoft Word: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 489
    7/9/12 10:32:59.782 AM Microsoft Word: kCGErrorIllegalArgument: CGSGetWindowResolution: Invalid window 0x1e9
    7/9/12 10:32:59.783 AM Microsoft Word: error [1001] getting window resolution
    7/9/12 10:32:59.796 AM Microsoft Word: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 489
    7/9/12 10:32:59.796 AM Microsoft Word: kCGErrorIllegalArgument: CGSSetWindowResolution: Invalid window 0x1e9
    7/9/12 10:32:59.797 AM Microsoft Word: Error [1001] setting resolution to 1
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/data.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/windows.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.d at' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Caches/com.apple.IntlDataCache.le' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Caches/com.apple.IntlDataCache.le.kbdx' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/English.lproj/InfoPlist. strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/English.lproj/InfoPlist. strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/English.lproj/InfoPlist. strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/English.lproj/InfoPlist. strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/windows.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/data.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/restorecount.txt' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Applications/TextEdit.app/Contents/Resources/English.lproj/Localizable.strin gs' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Applications/TextEdit.app/Contents/Resources/DocumentWindow.nib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/CoreServices/CoreTypes.bundle/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.p list' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Preferences/com.apple.LaunchServices.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Fonts/Helvetica.dfont' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/English.lpro j/NSTextRulerAccessory.nib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/English.lpro j/NSInspectorBarItems.nib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Fonts/Times.dfont' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/com.apple.Recents.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/Fixed Width.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/Fun.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/Modern.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/PDF.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/Traditional.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/Web.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/Windows Office Compatible.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/FontCollections/com.apple.Recents.collection' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Applications/TextEdit.app/Contents/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:00.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/ArtFi le.bin' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:01.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpueng ine.dylib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:01.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCac he.dylib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:01.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats /unorm8_bgra.dylib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:01.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats /unorm8_rgba.dylib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:02.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/StandardKeyB inding.dict' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Preferences/com.apple.ServicesMenu.Services.plis t' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Preferences/pbs.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/CoreServices/SystemFolderLocalizations/en.lproj/SystemFolderL ocalizations.strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Launc hServices.framework/Versions/A/Resources/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Launc hServices.framework/Versions/A/Resources/English.lproj/Localized.strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Preferences/com.apple.iWork.Pages.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/Reso urces/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:03.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/Reso urces/com.apple.datadetectorscore.cache.urlifier.system' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:17.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/data.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:19.274 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:21.075 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:21.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/windows.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:33:21.660 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:22.604 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:23.175 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:46.671 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:46.674 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:33:46.676 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:16.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.f ramework/Versions/A/Resources/English.lproj/StandardMenus.nib/objects.xib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:20.390 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:22.079 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:22.081 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:22.084 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:24.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/CoreFoundation.framework/Versions/A/Resources/tokr uleLE.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:25.239 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:25.242 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:25.279 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:25.281 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:25.000 AM kernel: [5371|501] TextEdit         async. scan: #'/usr/share/langid/langid.inv' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:25.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/Latn1.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:25.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/Latn2.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:34.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/English.lpro j/NSSavePanelAccessory.nib' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:34.757 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:35.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:35.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:35.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:35.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:35.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:46.470 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:46.472 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:46.475 AM sandboxd: ([507]) WebProcess(507) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:50.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/Foundation.framework/Versions/C/Resources/Info.pli st' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:52.020 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.057 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.346 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.393 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.419 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/Foundation.framework/Versions/C/Resources/en.lproj /Document.strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:52.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.000 AM kernel: Sandbox: xpchelper(5308) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Preferences/org.cups.PrintingPrefs.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:52.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework s/PrintCore.framework/Versions/A/Resources/English.lproj/cups.strings' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:52.000 AM kernel: [5371|501] TextEdit         async. scan: #'/private/etc/cups/ppd/HP_LaserJet_5200LX__F1303A_.ppd' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:52.473 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.479 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.482 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.522 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.524 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.539 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.573 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.575 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.645 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.647 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:52.650 AM sandboxd: ([5371]) TextEdit(5371) deny network-outbound /private/tmp/esets.sock
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: #'/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework s/PrintCore.framework/Versions/A/Resources/Info.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/private/var/folders/pr/5vdthzkd1pl636sqft330sth0000gn/T/com.apple.TextEdit/T emporaryItems/(A Document Being Saved By TextEdit)/Unsaved TextEdit Document.rtf' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/window_1.data' act=0x00000006 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/window_2.data' act=0x00000006 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Autos ave Information/Unsaved TextEdit Document.rtf' act=0x00000003 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: #'/Library/Application Support/CrashReporter/SubmitDiagInfo.domains' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/private/var/folders/pr/5vdthzkd1pl636sqft330sth0000gn/T/com.apple.TextEdit/T emporaryItems/(A Document Being Saved By TextEdit)/com.apple.TextEdit.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Autos ave Information/com.apple.TextEdit.plist' act=0x00000003 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/data.data' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/windows.plist' act=0x00000002 rsn='ETYP1' ln='604'
    7/9/12 10:34:53.000 AM kernel: [5371|501] TextEdit         async. scan: @'/Users/MaziyarNazeri/Library/Containers/com.apple.TextEdit/Data/Library/Saved Application State/com.apple.TextEdit.savedState/windows.plist' act=0x00000002 rsn='ETYP1' ln='604'

  • IPhoto 9.6, after subscribing to a photo stream it reports there are no photos in that stream - on my iPad (iOS 8.0.2) they show fine.. Fixes?

    iPhoto 9.6, after subscribing to a photo stream it reports there are no photos in that stream - the stream shows (right title but it says there are no photos in the stream - other streams are just fine - on my iPad (iOS 8.0.2) they show fine.. Fixes?

    Same issue here both with my iphone 5S as well as my iPad2. THe sync to my macbook air does not complete and it shows a large overcapacity level when connected, but once I disconnect there is plenty of room (4 GB) available, not a 20 GB overage. 

  • When I sync my phone with my macbook pro, there are "3,307 items that could not be synced". What do I do?

    When I sync my phone with my macbook pro, there are "3,307 items that could not be synced". What do I do?

    What you should do is figure out why no songs will sync:
    Is there an Apple ID problem?  That's the most likely reason.  Maybe you haven't signed in to your Apple ID on iTunes.  Maybe the Apple ID on your computer differs from that on your iPhone.
    Have you been syncing your iPhone to some other computer?  It only syncs to one computer.
    Are you using the latest iTunes?  The current version is 11.0.5.

  • When launching Firefox(5.0) there are always two TABS that open.

    When launching Firefox(5.0) there are always two TABS that open, one with "What's new in Firefox" and other my homepage. Can't it be adjusted to open only one TAB (Homepage) and not the other one?

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • Trying to make a Xmas Card in iPhoto. When card is made I hit "Buy Card", but I get "card incomplete" because it says there are empty photo templates that haven't been filled. Only they have all been filled. There are no empty ones left to fill! Now what?

    Trying to make a Xmas Card in iPhoto on my Mac i5. When card is made I hit "Buy Card", but I get "card incomplete" because it says there are empty photo templates that haven't been filled. Only I have filled them all!. There are no empty ones left to fill! Now what?
    Thanks for the help.

    Only I have filled them all!. There are no empty ones left to fill! Now what?
    Some text do look like they were final texts, that cannot be filled, but they are also place holders, for example the "Season's Greetings".Have you really clicked on each and every text, to see if they need filling in?

  • HT5188 Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • No matter what i do , there are 2 site's that wont clear from history.how to clear?

    when clearing history and cache , there are 2 site's that just wont go away... how can i clear these ?

    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.
    This will open the "Edit This Bookmark" dialog and you can click the Remove button to remove the bookmark if you want to remove such a bookmarked entry.
    * https://support.mozilla.com/kb/Clearing+Location+bar+history
    * https://support.mozilla.com/kb/Cannot+clear+Location+bar+history
    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Please Help... i lost my macbook and there are so many accounts that haven't been logged out yet. how can i block my old macbook? (block from everything)

    There are so many accounts that haven't been logged out yet. how can i block my old macbook? (block from everything like it cant be used at all again)

    It should be unnecessary to point out that leaving one's computer logged into anything that requires security is foolhardy. The reason there's a login process is so you will have the opportunity to log out and thereby secure your account. Failing to do so completely defeats the purpose and leaves you wide open to catastrophic consequences.

  • Get only the rows where there are no matches in the tables

    To include in the results of a join with no matching rows, you can use a full outer join. In MS SQL Server provides the FULL OUTER JOIN operator, which allows you to include all rows from both tables, regardless of the presence or absence of values.
    You can add a WHERE clause in a FULL OUTER JOIN to get only the rows where there are no matches in the tables. The following query returns only those products for which there are no matches in the sales order.
    SELECT p1.Name, p2.SalesOrderID
    FROM  TAB1 p1
    FULL OUTER JOIN TAB2 p2
    ON p1.ProductID = p2.ProductID
    WHERE p1.ProductID IS NULL
    ORDER BY p.Name ;
    FULL OUTER JOIN is not supported in ABAP.  How can you solve this?
    Thanks in advance,
    Serena

    Similar problems can often be solved by using subqueries, please have a look here and try applying it.
    http://help.sap.com/abapdocu_702/en/abenwhere_logexp_subquery.htm
    Thomas

Maybe you are looking for

  • M7126  Manual reservation for order category 30 is not

    Dear Experts, Our's is extended classic scenario. Here I am trying to create a cart for stock material and in const assignment I am assigning order as maintenance order number. After cart is approval it is showing the status as Error in process, no r

  • IPnone 5 - Lost all contacts and calendar

    Hello, I lost my iphone5 but I managed to get it back, using the "lost" function available in the find my iPhone app. I´m afraid that I used the lost function too late, because when I receive the iPhone, I noticed that someone already had changed sev

  • How to hide PUSHBUTTON on Module pool .

    Hi Experts, In my module pool program has 2 pushbuttons, in some cases both of those are been  needed to hide in the screen. How can i achieve this? Anybody can help me to resolve this problem? Thanks in advance.. Regards, Ranjith

  • 'Internet Explorer cannot display the webpage' issue

    Hi, I'm having problem with the web interface. After a few minutes (sometimes seconds) I get 'page cannot be displayed' error. I usually have to wait some time before the logon screen shows again. This happens at different times during the day. I hav

  • Web.xml problem and using of FrontController Pattern

    I use FrontController pattern and created servlet ControllerServlet. I want that when users open my site (for example mysite.com) all requests goes to controller? and even when users enter diretc path to jsp or servlet all requests were sent to Contr