What works in 2008R2 is not working in 2012 SP1

Setup:
Visual studio 2010 and 2012.
Database: both 2008R2 and 2012 SP1
Issue:
I have a CLR routine that does bulk update.
I have trigger on the tables that are being updated.
Using the same code and the same data, This bulk update query works in 2008, but does not work in 2012, WHEN there is more than one record to be updated.
My query is simply an update statement, updating table 1 from fields in table 2
I get no errors when I trace through it in Visual studio 2012, the data simply doesn't update.
However, if I run it in studio manager, I will get a range of errors, like, 'statement is terminated', or  that there was an error in the trigger, or that it completed successfully, but the data does not update.
Disabling and re-enabling the trigger works, but that's not a good idea, and since I have many bulk update queries (and have been plagued with issues for the sites that have updated to 2012), I need a solution.
Any one run into this?  Any ideas about what I can do?

Well, earlier you said:
sometimes I get 'the statement was terminated' (nothing else), or I get some error occurred in the trigger, or I get query completed, but the data did not update.
So there is some confusion about what exactly is occurring.  But without code, there is nothing to do but speculate.  Now you say that when there are multiple records that match the criteria it does not work.  I assume that your context here
is the update statement - when it updates multiple rows the trigger does not have the desired effect.  If that is not correct, it would help if you could clarify a specific (and hopefully simple) scenario for this case. 
But based on this information, it seems that the trigger may have an assumption built into it that is not appropriate.  A trigger does not execute for each row - it executes at the statement level and the virtual tables (inserted and deleted) can contain
any number of rows (from zero - yes, zero - to any number).  Often developers do not realize that the logic must be written to handle a variety of rows; rather they assume that only 1 row is present.  I would also suggest that perhaps a
similar assumption is made in the update statement you posted - but I don't know the relationship between the 2 tables (Invoice and Cust) so I could be wrong. Perhaps the update statement joins a customer to multiple invoices in some cases (rather than
an assumed 1 invoice per customer)? Perhaps there is some other oddity that is not evident from a distance.  

Similar Messages

  • DP Job queue manager not working- SCCM 2012 SP1

    
    I am getting below error when trying to open DP job queue manager in sccm 2012 SP1
    Please find the details information
    see the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. ---> System.Management.ManagementException:
    Invalid query
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       --- End of inner exception stack trace ---
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at DPJobMgr.Form1.SummaryRefresh_Click_real(Object sender, EventArgs e)
       at DPJobMgr.Form1.SummaryRefresh_Click(Object sender, EventArgs e)
       at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.TabControl.WmSelChange()
       at System.Windows.Forms.TabControl.WndProc(Message&
    m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,
    Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    DPJobMgr
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/DPJobMgr.exe
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1002 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    Microsoft.ConfigurationManagement.ManagementProvider
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/Microsoft.ConfigurationManagement.ManagementProvider.DLL
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.233 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    System.Data.Linq
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
    System.Management
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
    AdminUI.WqlQueryEngine
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/AdminUI.WqlQueryEngine.DLL
    System.Configuration
        Assembly Version: 4.0.0.0
       Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Data
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true"
    />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Hi,
    That is as expected, the new tools require Configuration Manager 2012 R2 to work. From the download page of Configuration Manager 2012 R2 toolkit.
    "Note: Items with an * are new in the R2 Toolkit and require Microsoft System Center 2012 R2 Configuration Manager for full functionality. 
    Server Based Tools
    * DP Job Manager - A tool that helps troubleshoot and manage ongoing content distribution jobs to Configuration Manager distribution points.
    * Collection Evaluation Viewer - A tool that assists in troubleshooting collection evaluation related issues by viewing collection evaluation details.
    * Content Library Explorer - A tool that assists in troubleshooting issues with and viewing the contents of the content library"
    So you need to upgrade to R2 before you can use the new tools.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Multicast not working SCCM 2012 SP1

    Hi,
    Am having issues getting multicast working with SCCM 2012 SP1 / Server 2008 R2.
    We have followed all the guidelines in this forum but still no joy
    - Multicast setting enabled on DP
    - Multicast Enabled on OS Image
    - Task Sequence set to down content when needed
    - SCCM DP and Client are on same VLAN to rule out routing issues
    - Network team confirm all ok there end anyway
    - Boot images / WDS and PXE are all healthy
    The PC Boots via PXE ok and runs our windows 7 task sequence, when the task sequence starts it says "Opening multicast session" for about 5 seconds and then disappears. Its as though it tries but then fails. Unicast works fine.
    I then set the OS image to "Only use Multicast" which produces the following error in the client SMSTS.log
    reply has no message header marker
    Failed to open session request (Code 0x80004005)
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    ClientRequestToMCS::DoRequest failed. error = (0x80004005).
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Request to MCS 'SererName' failed with error (Code 0x80004005).
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Multicast OpenSessionRequest failed (0x80004005).
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Sending status message: SMS_OSDeployment_PackageDownloadMulticastStatusFail
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Any idea on how we get this working ?
    Thanks

    The logs related to multicast that you'll see on the site server are:
    mcsisapi.log
    Records information for multicast package transfer and client request responses.
    Site system server
    mcsprv.log
    Records multicast provider interaction with Windows Deployment Services (WDS).
    Site system server
    MCSSetup.log
    Records details about multicast server role installation.
    Site system server
    MCSMSI.log
    Records details about multicast server role installation.
    Site system server
    Mcsperf.log
    Records details about multicast performance counter updates.
    Site system server
    http://technet.microsoft.com/en-us/library/hh427342.aspx
    >>  Network team confirm all ok there
    end anyway
    This is something to double and triple check.  If Multicast is not enabled on the routers/switches properly, this will not work.  If there is a firewall between the client and the distribution point that doesn't have the Multicast ports open, this
    will not work.
    Client -- > Distribution Point Configured for Multicast
    Description
    UDP
    TCP
    Server Message Block (SMB)
    445
    Multicast Protocol
    63000-64000
    http://technet.microsoft.com/en-us/library/hh427328.aspx
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • What hapenned to the MJPEG codec in Vision 2012 SP1?

    NOTE:  This discussion is about the 64 bit version of the Vision toolkit!
    NI has re-vamped its AVI functions in the latest Vision toolkit (2012 SP1).  At first glance, the new AVI functions work fine.  At least the 64 bit version now has a wider selection of codecs to choose from (see this old bug that caused issues with codecs in prior versions).  However, something strange has hapenned to the codecs!!!
    Prior to SP1, I used the "MJPEG Compressor" codec.  Honestly, I know nothing about this codec except that it provided the best compression.  I don't even know if its a Microsoft codec, or is provided by NI.  But with that codec, I could get a smaller AVI file without compromising too much on image quality.  I typically used Quality=700. 
    However, with SP1, that codec is gone!  It appears to have been replaced with a codec named "Motion JPEG (NI Vision)".  And now I can't specify the quality!  Apparently, none of the "NI Vision" codecs allow you to specify the quality. Wow, what a pain! 
    After reviewing all the available codecs, "Motion JPEG (NI Vision)" is still the best option compared to the others.  But now I can't change the Quality!  This basicaly means that its actually BETTER for me to use older version of the Vision Toolkit.
    Can I get a response from NI on this issue?  Assuming that is the same old MJPEG codec as before, why was the "Quality" parameter removed for it? 

    Greetings, Josborne;
    While I do not know whether the MJPEG Compressor or the Motion JPEG (NI Vision) codecs are actually the same, it would seem that the 2012 SP1 readme does mention the fact that the compression inputs in Codecs installed by the Vision Development Module will not have that Quality input (under the Known Issues section)
    http://download.ni.com/support/softlib//vision/Vision%20Development%20Module/2012SP1/readme.html
    I will thus inform myself as to what might be going on there and as to whether that might or not be changing.
    Cordially;
    Simon P.
    National Instruments
    Applications Engineer

  • I own a iPhone and I have in ÇáÇí Cloud account, but has been disabled worked ريستور and what worked device device is linked to the account books first and I am I do not know the account and password and wrote activation iphone and I am ready to prove tha

    I own a iPhone and I have in ÇáÇí Cloud account, but has been disabled worked ريستور and what worked device device is linked to the account books first and I am I do not know the account and password and wrote activation iphone and I am ready to prove that this device is not stolen any way you want

    Apple does not participate in these forums.  We're only users like you.

  • Airplay is not working after the latest update, whats wrong? Sound will not go to Apple TV or my Surround receiver

    Airplay is not working after the latest update, whats wrong? Sound will not go to Apple TV or my Surround receiver

    Hi Tokha,
    If you are having an issue with using AirPlay from your MacBook Air, I would suggest that you troubleshoot using the steps in this article - 
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Everytime i plug my iphone into my computer it says device not recognized i was syncing my phone and it got interupted and has not worked since i have iphone 4 with 4.1 software lol what can i do to not lose everything

    Everytime i plug my iphone into my computer it says device not recognized i was syncing my phone and it got interupted and has not worked since i have iphone 4 with 4.1 software lol what can i do to not lose everything

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • HT201401 What you sent me does not help me right My problem is the hardware of the iPhone and its settings I have a problem I Cmtor Home is not where his curve and let's make noise and not working

    Hello my name is and I'm from Israel Lidor My home button on the iPhone 5 does not pass he makes heads and crooked, I bought it from Apple in Spain Barcelona If you can do something with this issue Nora will thank you.!
    What you sent me does not help me right
    My problem is the hardware of the iPhone and its settings
    I have a problem I Cmtor Home is not where his curve and let's make noise and not working

    The warranty is NOT international. The exception is the E.U.
    Since Spain is an E.U. Member country, you can take it back to an Apple Store in any EU country for service. It can not be serviced outside of the E.U.

  • Setting NTFS Folder ACLs via GPO not working on 2012 R2

    I have configured some NTFS folder persmissions using a GPO in
    Computer configuration/Windows Settings/Security Settings/File System/
    Configure this file or folder then: Propagate inheritable permissions to all subfolders and files
    This works great on all my Server 2008R2 boxes. But it has no effect on my 2012R2 boxes! 
    gpresult /z indicates that the policy is read and applied.   
    Why doesn't this work for 2012 R2 servers? 
    Many thanks.

    > This works great on all my Server 2008R2 boxes. But it has no effect on
    > my 2012R2 boxes!
    check %windir%\security\logs\winlogon.log - that's where file system
    permissions are logged.
    In addition, it might be that SYSTEM hasn't full access to the folder
    you want to modify?
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Here's what worked for me...

    Here's what worked for me:
    1) I opened iTunes and in Options, I selected iTunes as the default music player for my computer (it wasn't). (I even uninstalled RealPlayer and WinAmp.)
    2) I uninstalled iTunes and iPod, and reinstalled using the newer versions on the Apple site.
    3) I basically followed this advice:
    http://discussions.apple.com/thread.jspa?threadID=291183&tstart=0
    Which was basically to leave my iPod connected to the computer while rebooting. The first 2 times it didn't work, I forgot to put iTunes in the start menu, so that it opens when I reboot. I put iTunes and iTunes Helper (whatever that is) in the start menu (I used WinPatrol to do so, available for free here: http://www.winpatrol.com/), and then rebooted, and after a couple of tries, like magic iTunes opened, recognized my iPod, and updated it, and then, for the first time, without freezing my system, told me it was okay to disconnect.
    It even worked while still running my regular systray apps, like McAfee VirusScan, Ewido Anti-Malware, Microsoft AntiSpyware Beta, and SpywareBlaster, so those were not the issue. I get the impression you need to boot it once so it recognizes the iPod and does that handshake thing, and hopefully after that it'll always do the same. We'll see...
    I hope this helps someone, b/c its been a frustrating day working through all this, and I know a lot of others are still trying to get it solved. And thanks to jcog for posting his solution, that helped me, and hopefully this will help someone else...
    c.
    iPod Video, 60GB   Windows XP  

    it worked until the next time I synced the iPod, and then back to the freeze up. Next thing I tried was this Microsoft help page:
    http://docs.info.apple.com/article.html?artnum=93976
    which advises on several things, all of which seem helpful, but the thing still freezes up. I can sync the iPod, then the system freezes and I have to reboot. So, I now believe Apple will have to issue a patch for these bugs when using the new 5G iPods with WinXP.
    c.
    iPod Video, 60GB   Windows XP  

  • Snow Leopard Printing Woes - what worked for me

    I found many print problems posted EVERYWHERE from every printer manufacturer and model and many solutions and some worked for some people. None worked for me.
    I have a HP Laserjet 2100M, which is old, but is listed as compatible with SL. I cannot part with it, as it is a true laser printer, not a monochrome, which means when I need to colour separate say a blue and red document, it prints as solid, not grayscale. It has printed 44,820 pages for me over the years, with only laser cartridge replacement as an expense. As well, I cannot find anything but monochrome for a replacement.
    It worked on my old iMac G5 running Leopard, however, when I got my new iMac running Snow Leopard, I got "Printer Offline" message and it would not go online and while some solution ideas got it to print, sometimes, it was only good for one or two jobs and then would stop again, or it would say printing and nothing would print.
    Here is what worked for me:
    I disconnected my printer's usb and power supply, reset printer system.
    Went to Macintosh HD-Library-printers-PPDs-contents-resources and deleted all of the HP Drivers.
    I got my HP 2100 series driver from my old iMac and put that back in the resources folder and emptied trash.
    I shut down my computer.
    Replugged in power to printer.
    Started up computer.
    After fully launched, I connected my USB cable for the printer. I went to add printer and it came up right away and said new software update was available for my printer AND I SAID NO to updating. In selected my driver, and...
    My printer and I have reached a compromise!
    It still says offline, however, everything is printing anyway... this I can live with.
    I also found this link, which I will only try if I encounter any other disruptions
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&task Id=110&prodSeriesId=385457&prodTypeId=18972&prodSeriesId=385457&objectID=c018677 22
    At some point I printed a Self Test/Configuration page which has I/O Port Status as
    USB STATUS - not ready
    and Appletalk Status - Ready
    which is probably a good clue, however, I have been printing successfully for 15 hours and my hair is starting to grow back.

    The HP document appears to solve your issue. When your hair starts falling out again, use it.

  • QT7 installing(what worked for me)

    There have been numerous post's about having problems installing QT7. I had the same problem and got the same errors that other's are posting. There doesn't seem to be a accurate solution to this problem of wether it is the Microsoft OS or the Apple installer. So I will post what worked for me in finally getting QT7 standalone to install.
    I downloaded SP2 for XP pro to get Windows Installer 3.1, I previously had version 2.0
    I then removed QT from the computer using the add/remove control panel. And then went to the Folder Options control panel and selected, show hidden files and folders. Then went to Start>search all files and folders, QuickTime, and removed all that was left behind.
    I then went into the registry, Start>run>type in regedit>OK
    In the registry, I first went to HKEYLOCALMACHINE+SOFTWARE and deleted Apple Computer, Inc. And then hit the F3 key on the keyboard to get the next QT registry key to appear delete it and hit the F3 again for the next one to appear, and keep repeating this until they are all removed.
    I then went to each registry listing-HKEYCLASSESROOT, HKEYCURRENTUSER, HKEY_USERS, HKEYCURRENTCONFIG
    And would click on one to highlight and then go to the Edit menu, click find, type in QuickTime, hit the enter key on the keyboard. Delete the QT registry entry, and hit the F3 keyboard key for the next one to appear. I went thru this procedure until everything QT was removed from the computer.
    Note: the registry is very risky to go into deleting keys. It would be wise to go to the microsoft website to get further info before attempting anything in it!
    This worked for me. QT7 standalone then installed. I also downloaded Windows Installer Clean up Utility. Ran it and found QT 7.02 in there and removed it.
    goodluck

    I don't know why this is not installing on some computers and not others. It took me 2 or 3 days to get it to.
    The only things I did was update to SP2 to get Windows Installer 3.1 Remove everything QT from the computer as I previously mentioned.
    In Install Shield I downloaded driver 7. I had read a article about having the same number driver in Install Shield as the first number of the version of the progarm you are trying to install. In this case it is 7.0.2, so I downloaded 7. I did not bookmark the link to this. So I don't know now where it is on the web. But after doing this it still did not install.
    It didn't install to after I removed QT from the computer and ran Windows Installer Cleanup Utility. And removed QT which was in there. Here is the link to download the installer cleanup utility.
    http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
    Also this link my be of interest.
    http://consumer.installshield.com/kb.asp?id=Q108393
    I don't know what it was exactly that got it to install. But this is all I did. If you have any other questions or compare what I have on this computer your welcome to ask.
    I realize it is fustrating and wish I could have been of more help.

  • IPhone-Outlook 2007 Calendar Sync (What worked for me)

    Hi;
    Today after 3 weeks of day after day trial my iPhone-Outlook 2007 Calenar synch problems seems to be fully fixed. Once again this is what worked for me - I am sharing it and hope that can help you as well:
    Overview
    ========================
    I now fully believe that the root cause of the issue starts from a corrupted appoinment entry in your local calendar file. This appointment entry in turn breaks your outlook sync file known as the .OST file. I will tell you how to fix this later. This file is what iTune uses to synch the iPHONE calendar with your Outlook 2007 (same should work for outlook 2003).
    In short when the outlooksync.DLL file called by iTUNE, request to sync with outlook - it is the outlook that cannot resolve a corrupt .OST file and all goes to **** after that.
    I say this as "This is up to you find this bad calendar entry, get rid of it, get rid of the .OST file, and finally tell Outlook to do a repair job on your outlook installation. I will tell you all how to do this as well.
    Steps to fix this issue:
    ===========================================
    1- Go to your outlook calendar and delete any old appointment that still is in there. I got rid of anything older that 2 weeks. To do this just go to your calendar in outlook ... swith to a List view ... sort based on date and highlight anything older than that date and delete. This took me about 30-45 miutes of work... so be paitent with this step. Also, get rid of any holiday notification BS that Outlook puts in your calendar ... you can do this later.
    2- Go to outlook-tools-trust center-click on Add-In and then at the bottom of the screen click on Go and validate that your two outlook sync dlls are marked and enabled.
    3- Shut down outook and go to the following directory.
    C:\Documents and Settings\user name\Local Settings\
    Application Data\Microsoft\Outlook
    and rename your .OST file ... (there should be only one out there).
    3- Go to your control panel and do start/stop applications. Select Outlook and click on change ... outlook will come up with a few options. Select "Repair" this should force outlook to replace the .OST file which you just renamed.
    4- Now starts your outlook and let it do its initial sync. Make sure iTune is off at this point. After the Outlooks initialization is done ... now comes the moment of truth...
    5- Start iTune (I recommend that you select manual sync) and sycn with your calendar.
    At this point I learned that all my calendar items have come in ....
    Good luck and let me know if this works with you. Please Please remember the first step ... getting rid of your old appointments is the most important step ... don't rush it ... get rid of anything that you don't need.
    Cheers;
    Darab.

    You can try resetting sync history by clicking on edit at the top of itunes and choosing preferences. Then click on the iphone icon at the right top of the window that opens. There is a button at the bottom of the window to reset sync history.
    Also, you can try creating a new login on the computer.
    Open outlook and put in a few trial events.
    Then sync the iphone to this outlook calendar replacing all calendar data on the iphone.
    This is to see if you end up with dots on every day.
    If you do not end up with dots on every day, then you might want to take a look at any reoccurring events in the other outlook calendar.
    Hope this helps.

  • What works for you?

    ok so i hear alot of people use brasso to get rid of scratches and others say it doesnt. i talked to people at best buy and they said it wouldent but then again.....it's best buy. that being said. what has worked for you or worked best? cus my screen is scratched and when i watch videos i can just barely see where they are and it bugs me . thank you.

    a pole? i believe i was asking what works to get rid of scratches lol i wasent asking what everyones fave was i was asking what works so i dont putt brasso on my ipod not knowing what it will do and it turns the screen into a murky lake.

  • MDT and Macs running Bootcamp – worked in MDT 2010, now does not in MDT 2012

    I haven’t been able to find much info on this so I thought I would try here and see if anyone can help. 
    We’ve been using MDT 2010 for the last couple of years to install Windows 7 on Macintosh’s running Bootcamp and it’s been working fine. 
    We recently upgraded to MDT 2012 and the same process we used to use for this does not work anymore and I would like to find out how to make it work on 2012. 
    Here’s how the process works: 
    First, setup Bootcamp on the Mac.  This creates another partition on the Mac for the Windows OS (partition 3 for MAC OS 10.6 and lower, partition 4 for OS 10.7 Lion because of the recovery partition). 
    Unfortunately Bootcamp cannot create NTFS partitions so it formats it as FAT32.
    We then create a standard client task sequence using MDT and the Windows 7 source files (not a custom image) and give it a name to make it obvious it’s for Mac’s – “Windows 7 for Macintosh running Bootcamp”. 
    We edit that task sequence and disable the built in “Format and Partition Disk” step since we don’t need to create the partition, only format it as NTFS. 
    We then create a custom diskpart.txt file called BootCamp_Lion.txt with the following contents:
    SELECT DISK 0
    SELECT PARTITION 4
    FORMAT FS=NTFS QUICK OVERRIDE
    We place this file in the “Extra directory to add” location we’ve specified in the Win PE Customization section so it is located on the root of X:\ when it boots into Win PE. 
    We then add a command line to the task sequence:  diskpart.exe /s x:\BootCamp_Lion.txt 
    to format the existing bootcamp partition as NTFS.  Then in the “Install Operating System” step we set it to apply to a specific disk and partition – Disk 0, Partition 4. 
    This installs Windows 7 on the Bootcamp partition and leaves the Mac OS intact and has been working fine in MDT 2010. 
    Now with MDT 2012, the task sequence starts fine, formats the partition, installs Win 7, but when it comes up in the full OS for the first time I get the error “Unable to find the SMS Task Sequencer. 
    The deployment will not proceed.”  And the task sequence stops. 
    I know the partitioning part has changed in 2012 and have read that you can get this error if you deploy to something other than disk 0, partition 1 but I’m wondering if I can accomplish the same thing that I used to have working in 2012. 
    Is there a different way I can do this?  Any help would be appreciated.
    Thanks,
    Robb

    Hi Guys
    I have been having the same problem.
    What I have done to get around it is
    add a custom command as we all did in MDT 2010 to format partition 3 or 4 depending on the version of OSX
    don’t disable the Format and Partition Disk task but tick in create active partition then remove the partition properties and then click on options and check
    continue on error
    then under install operating system change the partition that you want to have windows installed on
    Once the deployment has completed you will receive the message that deployment has completed but with one error
    Hope this helps
    Regards
    Matthew

Maybe you are looking for

  • How to generate graphs from csv file and show on remote clients?

    Hi, I have set of csv files. Each file has 104 parameters. From these parameters different graphs have to be generated and displayed to remote clients thru tomcat. Can anyone tell me how to do that? cheers, its reeju

  • Available for WPF?

    I have been tasked to compare the native Oracle components with the DevArt dotConnect components. After installing (of course), both sets display in the Visual Studio 2010 Toolbox for Windows forms apps, but neither of them do for WPF apps. Are they

  • LSMW_Uploading Material & Chapter ID Combn

    Dear All, We are uploading material & chapter ID combn template thro' lsmw, but while uploading the system is not taking 2 fields 1. material type which we have mentioned as Raw materials 2. GR-xref, which we have mentioned as Multiple Goods receipts

  • What can be done to minimize the grotesque Edge Enhancement?!

    Hello everyone. I have been experimenting all week long with exporting projects from CS5 Premiere Pro (all eithe DSLR HD or 1080p scanned from film) and then burning DVD's in Encore. I'm trying to use the highst bit rates posible and multiple passes

  • Crystal reports with static list parameter : blank dropdown menu

    Hi, I've created a very simple report displaying customer order (ordr and rdr1) it has : parameter DocKey@  used in the selection formula    DocKey@=DocEntry It also has another parameter : static list with 2 entries       - 1 : normal presentation