Reports quit working after upgrade to SQL Server 2008

Folks,
I'm running Visual Studio 2008 (sp1) and recently upgraded to SQL Server 2008. Reports worked fine until after upgrade. Now I get the "Login Failed" error message.
Here is code snippets:
        CrystalDecisions.CrystalReports.Engine.ReportDocument oReport = new   CrystalDecisions.CrystalReports.Engine.ReportDocument();
        TableLogOnInfo LonOnInfo = new TableLogOnInfo();
        TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
        TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
        private Tables crTables;
        private Table crTable;
        ConnectionInfo crConnectionInfo = new ConnectionInfo();
            crConnectionInfo.IntegratedSecurity = true;
            crConnectionInfo.ServerName = Properties.Settings.Default.InstanceName + "
Instance";
            crConnectionInfo.DatabaseName = "DATABASE";
            crTables = oReport.Database.Tables;
            for (int i = 0; i < crTables.Count; i++)
                crTable = crTables<i>;
                crtableLogoninfo = crTable.LogOnInfo;
                crtableLogoninfo.ConnectionInfo = crConnectionInfo;
                crTable.ApplyLogOnInfo(crtableLogoninfo);
            oReport.RecordSelectionFormula = xFormula;
            crystalReportViewer1.ReportSource = oReport;
Has anyone had this problem? Any help would be appreciated.
Terry

CR 2008 does not support MS SQL 2008 yet, meaning we have not had time to test it completely and add it to our supported platforms.txt file.
One thing I noticed is you are using trusted authenication:
crConnectionInfo.IntegratedSecurity = true;
Make sure you give access to all users, MS changed the security properties a lot since SQL 2005 and you can't simply log into any database now. If you have a DBA check with that person on how to configure NT Authentication or the Help file. You can also do a quick test and simply use MS SQL Server authentication to confirm if it's a user permission issue.
Try creating a report that doesn't use Integrated Security, check the box off on your data logon prompt in the Designer.

Similar Messages

  • Crystal Reports XI connection problems - after updating to SQL Server 2008

    Hello!
    We have some ASP.NET 2.0 Applications that call some CR XI report files with parameters to generate PDF Files. After upgrading from SQL Server 2005 to 2008 the apps hang when trying to generate the PDFs. Some research with Fiddler showed that ever time a 401 Error is raised. Calling the reports directly from CR Designer with the same connection values and Parameter shows the appropriate data that means the log-in data iare functioning.
    I already tried switching the data source driver from OLE DB to SQL Native - no effect!
    Can it be that CR XI does not work with SQL Server 2008? Or is there an update for CR XI and SQL Server 2008?
    Because we are in a hurry I hope somebody can solve my problem(s) ...?!
    Thanks in advance,
    Frank

    Hi Frank,
    No CR XI is not supported nor is any version completely at this time. What we've found issues in so far are the Time(7) time is returned as a string value and Stored Procedure Data/time parameter SQL creation. The Time(7) field is an OLE DB driver issue with Microsoft but the Date/time SP issue is our issue and it's currently tracked and escalated. It will be fixed for CR 2008 with SP3 I believe. And I've asked that the same fix be rolled back to CR XI R2 but waiting on the reply from R&D if it can be done.
    What you need to do is download the trial version of CR XI R2 ( Release 2 ) and then use your XI Keycode to install it and it will work. Then update to the latest SP 5 Service Pack. XI is past it's end of life support which means there will be no updates or bug fixes any more.
    Next, MS SQL Server 2008 does not work with the MDAC version of the Native drivers, you must install the MS SQL Server Client. You'll see the driver name is "MS SQL Server Native client 10". This is the one you need to use.
    Another work around is to use ODBC, it seems to resolve all issues, but the client must be installed.
    Thank you
    Don

  • SQL Server reporting services error "URl has already been reserved" while doing upgrade from SQL server 2008 R2 to SQL server 2012

    "URl has already been reserved".
    Reporting services for port 80 and 443 works fine both for reports and reportingserver on SQL server 2008 R2. But when I try to upgrade from SQL server 2008 R2 to 2012 this error pops up. How to make sure before upgrading regarding reporting services that
    URL reserves and SSL are fine  or how to fix reporting services are upgrade like repair install.
    Thanks

    Hi yashmitl,
    In your case, please running the following command to check the current URL reservations on http.sys.
    netsh http show urlacl
    Then, please delete the URL reservation by executing the following command try to resolve the issue.
    netsh http delete urlacl <url>
    There is a similar issue, you can refer to it.
    http://social.technet.microsoft.com/Forums/en-US/d5204dd3-e26d-4592-8ef0-a94005fc46a5/the-url-has-already-been-reserved?forum=sqlreportingservices
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Users using Windows Authentication unable to login after upgrade to SQL Server 2012 SP2 CU1

    We upgraded from SQL Server 2008 R2 to SQL Server 2012 SP2 CU1.  Upgrade was successful.  Users that have SQL Server Management Studio 2012 can successfully log in via Windows Authentication, but users with an older version of SQL Server Management
    Studio are unable to log in via Windows Authentication. 
    The error they receive is listed below:
    Connect not connect to XXXXXXX
    Login Failed.  The login is from an untrusted domain and cannot be used with Windows Authentication. 
    (Microsoft SQL Server, Error: 18452)
    If we switch to Mixed authentication, users can log in via SQL Server Authentication.
    Our security policy prohibits SQL Authentication. 
    Outside of having the staff upgrade to SQL Server 2012 SQL Server Management Studio, is there any setting I can set/unset to allow older version of SQL Server Management studio to connect to SQL Server 2012?
    Thanks.
    DJ

    Glad to see that you were able to resolve the issue yourself, but for the curious, could you explain what this
    Extended Protection is?
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Upgrade to SQL Server 2008 R2 fails

    I'm trying to upgrade from SQL Server 2008 Express to SQL Server 2008 R2 Enterprise. The installation is failing. I get two log files. The first appears to be a summary. The second is an MSI install log file. The MSI log is too large to paste in here and
    I cannot attach files, so I included the section where it appears to fail. Based on the log contents below, how can I fix this?
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068024447
      Exit facility code:            1212
      Exit error code:               29569
      Exit message:                  Failed: see details below
      Start time:                    2015-04-06 21:07:14
      End time:                      2015-04-06 21:13:54
      Requested action:              Upgrade
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150406_210629\sql_engine_core_inst_ctp6_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  DAD-PC
      Machine processor count:       12
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
      Sql Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             Database Engine Services                
    1033                 Express Edition      10.3.5500.0     No        
      Sql Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             SQL Server Replication                  
    1033                 Express Edition      10.3.5500.0     No        
      Sql Server 2008                                                         
    Management Tools - Basic                 1033                 Express Edition     
    10.0.1600.22    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         H:\x64\setup\
      Installation edition:          ENTERPRISE
    User Input Settings:
      ACTION:                        Upgrade
      AGTDOMAINGROUP:                <empty>
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150406_210629\ConfigurationFile.ini
      CUSOURCE:                      
      ENU:                           True
      ERRORREPORTING:                True
      FAILOVERCLUSTERROLLOWNERSHIP:  2
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      FTUPGRADEOPTION:               Import
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTANCEID:                    SQLEXPRESS
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      PASSPHRASE:                    *****
      PCUSOURCE:                     
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSCATALOGSERVERINSTANCENAME:   Unknown
      RSUPGRADEDATABASEACCOUNT:      
      RSUPGRADEPASSWORD:             *****
      SQLDOMAINGROUP:                <empty>
      SQMREPORTING:                  False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150406_210629\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Writer
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Browser
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Compact Edition Tools
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150406_210629\SystemConfigurationCheck_Report.htm
    PARTIAL MSI LOG BELOW
    Action start 21:13:47: AppSearch.
    MSI (s) (40:00) [21:13:47:914]: Note: 1: 1325 2: v2.0.50727
    MSI (s) (40:00) [21:13:47:914]: Note: 1: 1325 2: EventLogMessages.dll
    MSI (s) (40:00) [21:13:47:914]: PROPERTY CHANGE: Adding ASPNET_EVENTLOGDLL property. Its value is 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\EventLogMessages.dll'.
    MSI (s) (40:00) [21:13:47:915]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\\Setup 3: 2
    MSI (s) (40:00) [21:13:47:915]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FBD367D1-642F-47CF-B79B-9BE48FB34007} 3: 2
    MSI (s) (40:00) [21:13:47:915]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR_32 property. Its value is 'C:\Program Files (x86)\Microsoft SQL Server\'.
    MSI (s) (40:00) [21:13:47:916]: PROPERTY CHANGE: Adding INSTALLSQLSHAREDDIR_64 property. Its value is 'C:\Program Files\Microsoft SQL Server\'.
    MSI (s) (40:00) [21:13:47:916]: PROPERTY CHANGE: Adding DEVENV_IDE8 property. Its value is 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\'.
    MSI (s) (40:00) [21:13:47:917]: PROPERTY CHANGE: Adding SQLSETUPARPWRAPPER property. Its value is 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release\x64\SetupARP.exe'.
    MSI (s) (40:00) [21:13:47:917]: Doing action: RestoreSetupParams_64
    Action ended 21:13:47: AppSearch. Return value 1.
    MSI (s) (40:00) [21:13:47:920]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'RestoreSetupParams_64'
    MSI (s) (40:C0) [21:13:47:921]: Invoking remote custom action. DLL: C:\Windows\Installer\MSICCED.tmp, Entrypoint: RestoreSetupParams
    Action start 21:13:47: RestoreSetupParams_64.
    <Func Name='LaunchFunction'>
    Function=RestoreSetupParams
    <Func Name='SetCAContext'>
    <EndFunc Name='SetCAContext' Return='T' GetLastError='203'>
    Doing Action: RestoreSetupParams
    PerfTime Start: RestoreSetupParams : Mon Apr 06 21:13:47 2015
    <Func Name='RestoreSetupParams'>
            Error Code: 0x80077381 (29569)
    Windows Error Text:   Source File Name: sqlca\sqlcax.cpp
    Compiler Timestamp: Thu Jul  3 22:23:09 2008
         Function Name: RestoreSetupParams
    Source Line Number: 190
    Error Code: 29569
    MSI (s) (40!D0) [21:13:51:016]: Product: Microsoft SQL Server 2008 Database Engine Services -- Error 29569. SQL Server Setup failed to restore the instance id.
    Error 29569. SQL Server Setup failed to restore the instance id.
    <Failure Type='Fatal' Error='29569'>
    <EndFunc Name='LaunchFunction' Return='29569' GetLastError='203'>
    CustomAction RestoreSetupParams_64 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

    Hello,
    You shared with us the following lines part of one of the logs created during the upgrade process:
    Error Code: 29569
     MSI (s) (40!D0) [21:13:51:016]: Product: Microsoft SQL Server 2008 Database Engine Services -- Error
    29569. SQL
    Server Setup failed to restore the instance id.
    These lines are associated with Registry corruption. If this instance is a production instance, please call Microsoft Support for help.
    For more information, please read the answer provided by Cathy Miller (MSFT) on the following thread.
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/15a67403-3e67-47cd-8595-4330945bd6cc/sql-server-2008-sp2-update-fails-error-29569-sql-server-setup-failed-to-restore-the-instance-id?forum=sqlsetupandupgrade
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Time Machine quit working after Upgrade to 10.9.2

    Time Machine quit working after I downloaded and installed the latest security upgrade 10.9.2. Any suggestions?

    I'm not sure this is what you want. There are a lot of repeated, multi-line patterns that I left in simply because I really don't know what I'm doing.  My apologies if there is too much irrelevant information. Also, the logs did not go all the way back to when the problem started.
    2/26/14 3:38:03.519 PM com.apple.backupd[917]: Starting automatic backup
    2/26/14 3:38:03.741 PM com.apple.backupd[917]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 3:38:05.038 PM com.apple.backupd[917]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 3:38:05.057 PM com.apple.backupd[917]: Backup failed with error 2: 2
    2/26/14 3:39:44.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:39:44.598 PM mds[37]: (Warning) Volume: vsd:0x7fd9e90c1000 Open failed.  failureCount:0 (null)
    2/26/14 3:39:59.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:40:00.384 PM mds[37]: (Warning) Volume: vsd:0x7fd9e8973200 Open failed.  failureCount:1 {
        DisabledRecycleCount = 1;
    2/26/14 3:40:24.385 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:40:24.386 PM Solar Service[233]: End of data
    2/26/14 3:40:24.386 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:40:24.389 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:40:24.389 PM Solar Service[233]: End of data
    2/26/14 3:40:24.406 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:40:24.406 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:40:24.406 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:40:24.407 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1838683
    2/26/14 3:40:24.407 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:40:30.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:40:31.209 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9129e00 Open failed.  failureCount:2 {
        DisabledRecycleCount = 2;
    2/26/14 3:41:17.339 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:41:17.340 PM Solar Service[233]: End of data
    2/26/14 3:41:17.340 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:41:17.340 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:41:17.341 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:41:17.342 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1838722
    2/26/14 3:41:17.342 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:41:33.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:41:34.096 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9044000 Open failed.  failureCount:3 {
        DisabledRecycleCount = 3;
    2/26/14 3:42:30.457 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:42:30.458 PM Solar Service[233]: End of data
    2/26/14 3:42:30.458 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:43:45.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:43:45.605 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9127c00 Open failed.  failureCount:4 {
        DisabledRecycleCount = 4;
    2/26/14 3:43:53.506 PM Solar Service[233]: notification user info:{
        NSApplicationBundleIdentifier = "com.apple.systempreferences";
        NSApplicationName = "System Preferences";
        NSApplicationPath = "/Applications/System Preferences.app";
        NSApplicationProcessIdentifier = 870;
        NSApplicationProcessSerialNumberHigh = 0;
        NSApplicationProcessSerialNumberLow = 467058;
        NSWorkspaceApplicationKey = <NSRunningApplication: 0x6000001178e0 (com.apple.systempreferences - 870)>;
        NSWorkspaceExitStatusKey = 0;
    2/26/14 3:44:09.427 PM PhotoScore Ultimate[935]: objc[935]: Class TSSandboxPrefs is implemented in both /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense and /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import. One of the two will be used. Which one is undefined.
    2/26/14 3:44:09.663 PM PhotoScore Ultimate[935]: objc[935]: Class TSSandboxPrefs is implemented in both /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense and /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced. One of the two will be used. Which one is undefined.
    2/26/14 3:44:10.741 PM PhotoScore Ultimate[935]: The function `CGSFlushWindow' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. Please use `CGSFlushWindowContentRegion' instead.
    2/26/14 3:44:24.315 PM WindowServer[123]: disable_update_timeout: UI updates were forcibly disabled by application "PhotoScore Ultimate" for over 1.00 seconds. Server has re-enabled them.
    2/26/14 3:44:25.481 PM WindowServer[123]: common_reenable_update: UI updates were finally reenabled by application "PhotoScore Ultimate" after 2.17 seconds (server forcibly re-enabled them after 1.00 seconds)
    2/26/14 3:44:25.865 PM com.apple.IconServicesAgent[236]: main Failed to composit image for binding VariantBinding [0x2d5] flags: 0x8 binding: FileInfoBinding [0x3e7] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    2/26/14 3:44:25.866 PM quicklookd[930]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:128 scale: 1
    2/26/14 3:44:32.078 PM com.apple.quicklook.satellite[941]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    2/26/14 3:44:32.078 PM com.apple.quicklook.satellite[941]: CGSCopyDisplayUUID: Invalid display 0x00000000
    2/26/14 3:44:32.094 PM com.apple.quicklook.satellite[941]: CGSConnectionByID: 0 is not a valid connection ID.
    2/26/14 3:44:37.669 PM com.apple.quicklook.satellite[941]: CoreText performance note: Client called CTFontCreateWithName() using name "Opus Special Std" and got font with PostScript name "OpusSpecialStd". For best performance, only use PostScript names when calling this API.
    2/26/14 3:44:37.670 PM com.apple.quicklook.satellite[941]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    2/26/14 3:44:38.132 PM com.apple.quicklook.satellite[941]: CoreText performance note: Client called CTFontCreateWithName() using name "Plantin MT Std" and got font with PostScript name "PlantinMTStd-Regular". For best performance, only use PostScript names when calling this API.
    2/26/14 3:47:32.004 PM Solar Service[233]: notification user info:{
        NSApplicationBundleIdentifier = "com.Neuratron.PhotoScoreUltimate";
        NSApplicationName = "PhotoScore Ultimate";
        NSApplicationPath = "/Applications/PhotoScore Ultimate.app";
        NSApplicationProcessIdentifier = 935;
        NSApplicationProcessSerialNumberHigh = 0;
        NSApplicationProcessSerialNumberLow = 573580;
        NSWorkspaceApplicationKey = <NSRunningApplication: 0x6080001172b0 (com.Neuratron.PhotoScoreUltimate - 935)>;
        NSWorkspaceExitStatusKey = 0;
    2/26/14 3:47:46.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:47:47.212 PM mds[37]: (Warning) Volume: vsd:0x7fd9e8a06200 Open failed.  failureCount:5 {
        DisabledRecycleCount = 5;
    2/26/14 3:48:37.467 PM Solar Service[233]: notification user info:{
        NSApplicationBundleIdentifier = "com.adobe.Reader";
        NSApplicationName = "Adobe Reader";
        NSApplicationPath = "/Applications/Adobe Reader 9_/Adobe Reader.app";
        NSApplicationProcessIdentifier = 932;
        NSApplicationProcessSerialNumberHigh = 0;
        NSApplicationProcessSerialNumberLow = 565386;
        NSWorkspaceApplicationKey = <NSRunningApplication: 0x6080001172b0 (com.adobe.Reader - 932)>;
        NSWorkspaceExitStatusKey = 0;
    2/26/14 3:48:42.275 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:48:42.275 PM Solar Service[233]: End of data
    2/26/14 3:48:42.275 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:48:42.279 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:48:42.279 PM Solar Service[233]: End of data
    2/26/14 3:48:42.295 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:48:42.295 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:48:42.296 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:48:42.296 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1838839
    2/26/14 3:48:42.297 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:49:00.301 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:49:00.301 PM Solar Service[233]: End of data
    2/26/14 3:49:00.301 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:49:00.302 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:49:00.302 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:49:00.303 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1838877
    2/26/14 3:49:00.303 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:50:16.949 PM com.apple.WebKit.Networking[374]: CFNetwork SSLHandshake failed (-9806)
    2/26/14 3:50:18.793 PM com.apple.WebKit.Networking[374]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)
    2/26/14 3:50:29.544 PM com.apple.WebKit.Networking[374]: CFNetwork SSLHandshake failed (-9806)
    2/26/14 3:50:30.189 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:50:30.189 PM Solar Service[233]: End of data
    2/26/14 3:50:30.189 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:50:30.190 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:50:30.190 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:50:30.190 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1838916
    2/26/14 3:50:30.190 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:50:31.080 PM com.apple.WebKit.Networking[374]: CFNetwork SSLHandshake failed (-9806)
    2/26/14 3:50:31.080 PM com.apple.WebKit.Networking[374]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)
    2/26/14 3:51:57.492 PM xpcproxy[972]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 3:52:00.085 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:52:00.085 PM Solar Service[233]: End of data
    2/26/14 3:52:00.085 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:52:00.086 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:52:00.086 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:52:00.086 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1838954
    2/26/14 3:52:00.086 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:53:30.175 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:53:30.175 PM Solar Service[233]: End of data
    2/26/14 3:53:30.176 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:54:22.003 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:54:22.004 PM Solar Service[233]: End of data
    2/26/14 3:54:22.004 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:54:22.007 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:54:22.008 PM Solar Service[233]: End of data
    2/26/14 3:54:22.023 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:54:22.024 PM Solar Service[233]: End of data
    2/26/14 3:54:22.024 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:54:22.024 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:54:22.025 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:54:22.025 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1839071
    2/26/14 3:54:22.025 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:54:23.003 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:54:23.004 PM Solar Service[233]: End of data
    2/26/14 3:54:23.004 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:54:23.004 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:54:23.006 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:54:23.022 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1839110
    2/26/14 3:54:23.023 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:54:24.478 PM com.apple.SecurityServer[16]: Session 100027 created
    2/26/14 3:54:25.448 PM com.apple.IconServicesAgent[236]: main Failed to composit image for binding VariantBinding [0x45d] flags: 0x8 binding: FileInfoBinding [0x637] - extension: mp3, UTI: public.mp3, fileType: MPG3.
    2/26/14 3:54:25.449 PM quicklookd[930]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: mp3, UTI: public.mp3, fileType: MPG3 request size:16 scale: 1
    2/26/14 3:54:35.802 PM QuickLookUIHelper[979]: [QL] After retry, preview was from a different type for <QLPreview 0x7f8fe2cccd90 40451 file:///Users/ralph/Desktop/Recordings/Other%20Recordings.numbers>
    2/26/14 3:55:47.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 3:55:47.810 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9094400 Open failed.  failureCount:6 {
        DisabledRecycleCount = 6;
    2/26/14 3:55:52.894 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:55:52.894 PM Solar Service[233]: End of data
    2/26/14 3:55:52.895 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:55:52.896 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:55:52.896 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:55:52.897 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1839149
    2/26/14 3:55:52.898 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:56:27.078 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:56:27.078 PM Solar Service[233]: End of data
    2/26/14 3:56:27.078 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:57:30.913 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:57:30.913 PM Solar Service[233]: End of data
    2/26/14 3:57:30.913 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 3:57:30.917 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:57:30.917 PM Solar Service[233]: End of data
    2/26/14 3:57:30.933 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:57:31.040 PM Solar Service[233]: End of data
    2/26/14 3:57:31.040 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:57:31.040 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:57:31.041 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:57:31.041 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1839266
    2/26/14 3:57:31.041 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:58:27.832 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:58:27.833 PM Solar Service[233]: End of data
    2/26/14 3:58:27.833 PM Solar Service[233]: Event = b device index = 1
    2/26/14 3:58:27.833 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): m_LastAveBattLvl 100.00
    2/26/14 3:58:27.834 PM Solar Service[233]: ModuleFeature_x4301::BatteryLightFsm_2(): old_state 1 new_state 1
    2/26/14 3:58:27.835 PM Solar Service[233]: x4301_ShrinkDetailedLog(): filein size 1839305
    2/26/14 3:58:27.835 PM Solar Service[233]: device: E97752AB battery capacity: 100%
    2/26/14 3:59:34.963 PM Solar Service[233]: Input data callback for device 0x7f7c0
    2/26/14 3:59:34.963 PM Solar Service[233]: End of data
    2/26/14 3:59:34.964 PM Solar Service[233]: Event = 41 device index = 1
    2/26/14 4:00:18.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=987[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 4:09:59.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 4:10:26.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 4:11:07.333 PM xpcproxy[995]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 4:11:50.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 4:11:51.405 PM mds[37]: (Warning) Volume: vsd:0x7fd9e89c3600 Open failed.  failureCount:7 {
        DisabledRecycleCount = 7;
    2/26/14 4:24:55.677 PM WindowServer[123]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fb535055520(2001)
    2/26/14 4:24:55.728 PM WindowServer[123]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fb535055520(2001)
    2/26/14 4:34:54.415 PM mds[37]: (Normal) DiskStore: Starting health check...
    2/26/14 4:34:54.416 PM mds[37]: (Normal) DiskStore: Starting health check...
    2/26/14 4:34:54.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 4:38:38.350 PM com.apple.backupd[1023]: Starting automatic backup
    2/26/14 4:38:38.784 PM com.apple.backupd[1023]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 4:38:39.457 PM com.apple.backupd[1023]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 4:38:39.468 PM com.apple.backupd[1023]: Backup failed with error 2: 2
    2/26/14 4:43:51.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 4:43:51.994 PM mds[37]: (Warning) Volume: vsd:0x7fd9e88a9a00 Open failed.  failureCount:8 {
        DisabledRecycleCount = 8;
    2/26/14 4:48:54.621 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 4:59:00.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1042[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 5:13:57.012 PM xpcproxy[1056]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 5:14:42.197 PM ntpd[127]: SYNC state ignoring +0.694598 s
    2/26/14 5:28:16.636 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 5:39:25.763 PM com.apple.backupd[1082]: Starting automatic backup
    2/26/14 5:39:25.802 PM com.apple.backupd[1082]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 5:39:25.891 PM com.apple.backupd[1082]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 5:39:25.897 PM com.apple.backupd[1082]: Backup failed with error 2: 2
    2/26/14 5:47:52.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 5:47:52.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 5:47:52.752 PM mds[37]: (Warning) Volume: vsd:0x7fd9e8a0a000 Open failed.  failureCount:9 {
        DisabledRecycleCount = 9;
    2/26/14 5:57:43.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1099[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 6:00:05.544 PM ntpd[127]: ntpd: time set +0.876935 s
    2/26/14 6:00:05.577 PM com.apple.time[163]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2/26/14 6:00:05.582 PM com.apple.time[163]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2/26/14 6:15:17.606 PM xpcproxy[1116]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 6:18:30.077 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 6:28:58.074 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 6:40:03.648 PM com.apple.backupd[1137]: Starting automatic backup
    2/26/14 6:40:03.688 PM com.apple.backupd[1137]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 6:40:03.780 PM com.apple.backupd[1137]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 6:40:03.790 PM com.apple.backupd[1137]: Backup failed with error 2: 2
    2/26/14 6:48:03.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 6:48:03.531 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9210200 Open failed.  failureCount:10 {
        DisabledRecycleCount = 10;
    2/26/14 6:56:26.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1149[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 7:14:38.029 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 7:16:49.993 PM xpcproxy[1164]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 7:32:49.062 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 7:40:41.407 PM com.apple.backupd[1186]: Starting automatic backup
    2/26/14 7:40:41.445 PM com.apple.backupd[1186]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 7:40:41.549 PM com.apple.backupd[1186]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 7:40:41.560 PM com.apple.backupd[1186]: Backup failed with error 2: 2
    2/26/14 7:48:03.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 7:48:03.859 PM mds[37]: (Warning) Volume: vsd:0x7fd9e88a9000 Open failed.  failureCount:11 {
        DisabledRecycleCount = 11;
    2/26/14 7:55:09.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1201[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 8:08:51.429 PM parentalcontrolsd[1215]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    2/26/14 8:09:22.507 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 8:18:41.418 PM xpcproxy[1222]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 8:41:27.086 PM com.apple.backupd[1242]: Starting automatic backup
    2/26/14 8:41:27.120 PM com.apple.backupd[1242]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 8:41:27.184 PM com.apple.backupd[1242]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 8:41:27.194 PM com.apple.backupd[1242]: Backup failed with error 2: 2
    2/26/14 8:48:03.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 8:48:04.115 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9349200 Open failed.  failureCount:12 {
        DisabledRecycleCount = 12;
    2/26/14 8:53:51.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1256[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 9:19:51.011 PM xpcproxy[1282]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 9:42:06.000 PM com.apple.backupd[1301]: Starting automatic backup
    2/26/14 9:42:06.041 PM com.apple.backupd[1301]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 9:42:06.142 PM com.apple.backupd[1301]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 9:42:06.154 PM com.apple.backupd[1301]: Backup failed with error 2: 2
    2/26/14 9:43:06.034 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/26/14 9:48:03.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 9:48:04.371 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9348400 Open failed.  failureCount:13 {
        DisabledRecycleCount = 13;
    2/26/14 9:52:34.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1313[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 10:19:51.441 PM ntpd[127]: SYNC state ignoring +0.974725 s
    2/26/14 10:21:31.002 PM xpcproxy[1339]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 10:42:36.896 PM com.apple.backupd[1361]: Starting automatic backup
    2/26/14 10:42:36.936 PM com.apple.backupd[1361]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 10:42:37.034 PM com.apple.backupd[1361]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 10:42:37.045 PM com.apple.backupd[1361]: Backup failed with error 2: 2
    2/26/14 10:48:07.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 10:48:07.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 10:48:08.261 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9126e00 Open failed.  failureCount:14 {
        DisabledRecycleCount = 14;
    2/26/14 10:51:17.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1369[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 11:05:43.149 PM ntpd[127]: ntpd: time set +1.179565 s
    2/26/14 11:05:43.178 PM com.apple.time[163]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2/26/14 11:23:21.954 PM xpcproxy[1392]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/26/14 11:43:16.287 PM com.apple.backupd[1406]: Starting automatic backup
    2/26/14 11:43:16.335 PM com.apple.backupd[1406]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/26/14 11:43:16.433 PM com.apple.backupd[1406]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/26/14 11:43:16.444 PM com.apple.backupd[1406]: Backup failed with error 2: 2
    2/26/14 11:48:09.000 PM kernel[0]: disk1s2: I/O error.
    2/26/14 11:48:09.696 PM mds[37]: (Warning) Volume: vsd:0x7fd9e9126000 Open failed.  failureCount:15 {
        DisabledRecycleCount = 15;
    2/26/14 11:50:00.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1415[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/26/14 11:58:41.628 PM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/27/14 12:06:57.808 AM MacKeeper Helper[220]: Firewall built-in hosts update finished successfully.
    2/27/14 12:16:01.294 AM spindump[1436]: Invalid connection: com.apple.coresymbolicationd
    2/27/14 12:17:28.821 AM spindump[1436]: Saved diag report for powerstats version com.apple.SystemStats.Daily to /Library/Logs/DiagnosticReports/powerstats_2014-02-27-001728_Macintosh.diag
    2/27/14 12:24:35.673 AM xpcproxy[1445]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 12:43:56.053 AM com.apple.backupd[1462]: Starting automatic backup
    2/27/14 12:43:56.480 AM com.apple.backupd[1462]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 12:43:57.065 AM com.apple.backupd[1462]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 12:43:57.078 AM com.apple.backupd[1462]: Backup failed with error 2: 2
    2/27/14 12:48:09.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 12:48:09.953 AM mds[37]: (Warning) Volume: vsd:0x7fd9e8a01600 Open failed.  failureCount:16 {
        DisabledRecycleCount = 16;
    2/27/14 12:48:43.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1470[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 12:55:28.762 AM SubmitDiagInfo[1478]: Removed expired file file:///Users/ralph/Library/Logs/DiagnosticReports/DashlaneAgent_2014-01-27-164 152_Macintosh.crash
    2/27/14 12:55:28.763 AM SubmitDiagInfo[1478]: Removed expired plist file file:///Users/ralph/Library/Logs/DiagnosticReports/.DashlaneAgent_2014-01-27-16 4152_Macintosh.crash.plist
    2/27/14 12:55:28.764 AM SubmitDiagInfo[1478]: Removed expired file file:///Users/ralph/Library/Logs/DiagnosticReports/DashlaneAgent_2014-01-27-164 155_Macintosh.crash
    2/27/14 12:55:28.765 AM SubmitDiagInfo[1478]: Removed expired plist file file:///Users/ralph/Library/Logs/DiagnosticReports/.DashlaneAgent_2014-01-27-16 4155_Macintosh.crash.plist
    2/27/14 12:55:28.766 AM SubmitDiagInfo[1478]: Removed expired file file:///Users/ralph/Library/Logs/DiagnosticReports/DashlaneAgent_2014-01-27-164 215_Macintosh.crash
    2/27/14 12:55:28.766 AM SubmitDiagInfo[1478]: Removed expired plist file file:///Users/ralph/Library/Logs/DiagnosticReports/.DashlaneAgent_2014-01-27-16 4215_Macintosh.crash.plist
    2/27/14 12:55:28.807 AM SubmitDiagInfo[1478]: Removed expired file file:///Users/ralph/Library/Logs/DiagnosticReports/DashlaneAgent_2014-01-27-164 219_Macintosh.crash
    2/27/14 12:55:28.808 AM SubmitDiagInfo[1478]: Removed expired plist file file:///Users/ralph/Library/Logs/DiagnosticReports/.DashlaneAgent_2014-01-27-16 4219_Macintosh.crash.plist
    2/27/14 12:55:28.816 AM SubmitDiagInfo[1478]: Removed expired file file:///Users/ralph/Library/Logs/DiagnosticReports/DashlaneAgent_2014-01-27-164 233_Macintosh.crash
    2/27/14 12:55:28.816 AM SubmitDiagInfo[1478]: Removed expired plist file file:///Users/ralph/Library/Logs/DiagnosticReports/.DashlaneAgent_2014-01-27-16 4233_Macintosh.crash.plist
    2/27/14 12:55:48.000 AM kernel[0]: disk1s1: I/O error.
    2/27/14 1:26:10.508 AM xpcproxy[1527]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 1:44:43.678 AM com.apple.backupd[1544]: Starting automatic backup
    2/27/14 1:44:43.718 AM com.apple.backupd[1544]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 1:44:43.814 AM com.apple.backupd[1544]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 1:44:43.824 AM com.apple.backupd[1544]: Backup failed with error 2: 2
    2/27/14 1:47:26.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1549[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 1:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 1:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 1:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 1:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 1:48:22.897 AM mds[37]: (Warning) Volume: vsd:0x7fd9e8925000 Open failed.  failureCount:17 {
        DisabledRecycleCount = 17;
    2/27/14 2:10:02.088 AM parentalcontrolsd[1572]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    2/27/14 2:28:11.131 AM xpcproxy[1584]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 2:45:29.186 AM com.apple.backupd[1600]: Starting automatic backup
    2/27/14 2:45:29.222 AM com.apple.backupd[1600]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 2:45:29.282 AM com.apple.backupd[1600]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 2:45:29.292 AM com.apple.backupd[1600]: Backup failed with error 2: 2
    2/27/14 2:46:08.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1603[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 2:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 2:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 2:48:22.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 2:48:23.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 2:48:23.153 AM mds[37]: (Warning) Volume: vsd:0x7fd9e8a0ca00 Open failed.  failureCount:18 {
        DisabledRecycleCount = 18;
    2/27/14 3:05:16.512 AM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/27/14 3:29:58.831 AM xpcproxy[1648]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 3:33:02.478 AM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/27/14 3:44:51.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1662[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 3:46:02.476 AM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/27/14 3:46:02.906 AM com.apple.backupd[1667]: Starting automatic backup
    2/27/14 3:46:02.948 AM com.apple.backupd[1667]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 3:46:03.420 AM com.apple.backupd[1667]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 3:46:03.431 AM com.apple.backupd[1667]: Backup failed with error 2: 2
    2/27/14 3:48:26.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 3:48:27.172 AM mds[37]: (Warning) Volume: vsd:0x7fd9e9228200 Open failed.  failureCount:19 {
        DisabledRecycleCount = 19;
    2/27/14 3:51:02.536 AM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/27/14 4:15:10.535 AM secd[244]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    2/27/14 4:15:10.535 AM secd[244]:  securityd_xpc_dictionary_handler EscrowSecurityAl[655] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    2/27/14 4:16:04.424 AM WindowServer[123]: _CGXHWCaptureWindowList: No capable active display found.
    2/27/14 4:30:30.428 AM CalendarAgent[197]: AOSKit ERROR: XPC CLIENT: Connection [0x7ff09372dbf0] event handler received event with type: [XPC_TYPE_ERROR].  Description: [Connection interrupted]
    2/27/14 4:30:36.298 AM xpcproxy[1707]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 4:43:34.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1718[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 4:46:53.128 AM com.apple.backupd[1722]: Starting automatic backup
    2/27/14 4:46:53.559 AM com.apple.backupd[1722]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 4:46:53.641 AM com.apple.backupd[1722]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 4:46:53.651 AM com.apple.backupd[1722]: Backup failed with error 2: 2
    2/27/14 4:48:36.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 4:48:36.972 AM mds[37]: (Warning) Volume: vsd:0x7fd9e9196000 Open failed.  failureCount:20 {
        DisabledRecycleCount = 20;
    2/27/14 5:30:22.195 AM ntpd[127]: SYNC state ignoring +1.578042 s
    2/27/14 5:32:58.772 AM xpcproxy[1781]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 5:42:16.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1791[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 5:47:34.619 AM com.apple.backupd[1798]: Starting automatic backup
    2/27/14 5:47:34.663 AM com.apple.backupd[1798]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 5:47:34.712 AM com.apple.backupd[1798]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 5:47:34.721 AM com.apple.backupd[1798]: Backup failed with error 2: 2
    2/27/14 5:48:37.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 5:48:37.608 AM mds[37]: (Warning) Volume: vsd:0x7fd9e88aa400 Open failed.  failureCount:21 {
        DisabledRecycleCount = 21;
    2/27/14 6:13:51.820 AM ntpd[127]: ntpd: time set +1.631360 s
    2/27/14 6:13:51.851 AM com.apple.time[163]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2/27/14 6:13:51.855 AM com.apple.time[163]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2/27/14 6:34:31.646 AM xpcproxy[1858]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 6:41:00.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1870[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 6:48:15.112 AM com.apple.backupd[1876]: Starting automatic backup
    2/27/14 6:48:15.153 AM com.apple.backupd[1876]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 6:48:15.253 AM com.apple.backupd[1876]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 6:48:15.264 AM com.apple.backupd[1876]: Backup failed with error 2: 2
    2/27/14 6:48:55.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 6:48:56.316 AM mds[37]: (Warning) Volume: vsd:0x7fd9e89f4400 Open failed.  failureCount:22 {
        DisabledRecycleCount = 22;
    2/27/14 7:31:06.353 AM periodic-wrapper[674]: Running daily periodic task.
    2/27/14 7:36:21.244 AM xpcproxy[2000]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 7:39:43.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=2001[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 7:48:50.741 AM com.apple.backupd[2018]: Starting automatic backup
    2/27/14 7:48:50.784 AM com.apple.backupd[2018]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 7:48:50.874 AM com.apple.backupd[2018]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 7:48:50.885 AM com.apple.backupd[2018]: Backup failed with error 2: 2
    2/27/14 7:48:56.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 7:48:56.795 AM mds[37]: (Warning) Volume: vsd:0x7fd9e8977200 Open failed.  failureCount:23 {
        DisabledRecycleCount = 23;
    2/27/14 8:11:38.000 AM kernel[0]: hfs: mounted Recovery HD on device disk0s3
    2/27/14 8:11:38.546 AM mds[37]: (Normal) Volume: volume:0x7fd9e8967e00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    2/27/14 8:11:38.662 AM fseventsd[47]: Logging disabled completely for device:1: /Volumes/Recovery HD
    2/27/14 8:11:38.000 AM kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    2/27/14 8:12:46.247 AM com.apple.authd[76]: Sandbox denied authorizing right 'system.install.app-store-software.standard-user' for authorization created by '/System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateConfigData' [2068]
    2/27/14 8:12:46.274 AM sandboxd[142]: ([2068]) SoftwareUpdateCo(2068) deny authorization-right-obtain system.install.app-store-software.standard-user
    2/27/14 8:14:36.729 AM com.apple.SecurityServer[16]: Killing auth hosts
    2/27/14 8:14:36.729 AM com.apple.SecurityServer[16]: Session 100027 destroyed
    2/27/14 8:14:41.208 AM Solar Service[233]: notification user info:{
        NSApplicationBundleIdentifier = "com.apple.iWork.Pages";
        NSApplicationName = Pages;
        NSApplicationPath = "/Applications/Pages.app";
        NSApplicationProcessIdentifier = 766;
        NSApplicationProcessSerialNumberHigh = 0;
        NSApplicationProcessSerialNumberLow = 409700;
        NSWorkspaceApplicationKey = <NSRunningApplication: 0x6000001178e0 (com.apple.iWork.Pages - 766)>;
        NSWorkspaceExitStatusKey = 0;
    2/27/14 8:15:03.579 AM parentalcontrolsd[2085]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    2/27/14 8:38:26.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=2114[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2/27/14 8:38:27.667 AM xpcproxy[2117]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2/27/14 8:48:56.000 AM kernel[0]: disk1s2: I/O error.
    2/27/14 8:48:57.204 AM mds[37]: (Warning) Volume: vsd:0x7fd9e8912e00 Open failed.  failureCount:24 {
        DisabledRecycleCount = 24;
    2/27/14 8:49:27.675 AM com.apple.backupd[2136]: Starting automatic backup
    2/27/14 8:49:27.904 AM com.apple.backupd[2136]: Backing up to /dev/disk1s2: /Volumes/Time Machine Backups/Backups.backupdb
    2/27/14 8:49:28.516 AM com.apple.backupd[2136]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Time Machine Backups/Backups.backupdb/Macintosh size:37
    2/27/14 8:49:28.527 AM com.apple.backupd[2136]: Backup failed with error 2:

  • Issue of Text Qualiffier after upgrading to SQL Server 2014 Standard

    Hi,
    I'm facing an issue of Text Qualifier after I upgrading my system to SQL Server 2014 Standard Edition (Microsoft SQL Server 2014 - 12.0.2000.8 (X64)
        Feb 20 2014 20:04:26
        Copyright (c) Microsoft Corporation
        Standard Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
    I have a csv file with format: Text Qualifier is double pipes ||, Vertical Bar (|) as Column Delimiter and  Row Delimiter is CRLF.
    For example file:
    ||Col1|||||Col2||
    ||ABC|||||XYZ||
    This file is working OK in SQL Server 2008 R2 (SP2) but it does not work in SQL Server 2014. It raised error message while running.
    Error: An error occurred while skipping data rows.
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on MediaAgencyGroup returned error code 0xC0202091.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure
    code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    Any suggestion here?
    Thanks,

    Yes
    There's a difference in the way text qualifiers are parsed from 2012 onwards
    see
    http://www.proactivespeaks.com/2012/06/22/my-5-favorite-sql-2012-ssis-features-so-far/
    http://blog.concentra.co.uk/2013/06/24/ssis-2012-flat-files-now-greatly-improved-but-are-they-good-enough-yet/
    ANyways my preferred way to do this is as below
    http://visakhm.blogspot.in/2014/06/ssis-tips-handling-embedded-text.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • HT2090 External iSight camera quit working after upgrade.

    My external iSight camera quite working after OS upgrade. It appears the Firewire port is dead. Camera doesn't turn on, no green light. The camera is not recognized by any software.

    Restart your Mac and troubleshoot using http://support.apple.com/kb/HT2090 suggestions.
    Be sure to test more than one Apple app in more than one user account.  Do NOT use the "Guest" account for this test.  If you do not have more than one user account for the testing, create a new one now.  (A "Standard" account is all you need for testing.)
    If your trouble persists, when you post back here tell us:
       (1) what version of OS X you use.
            (You can find this with your Mac's  > About This Mac menu command.)
       (2) Whether the "upgrade" you mean was an OS X upgrade, an iOS upgrade, or both,
       (3) whether your external iSight works with Apple apps like Photo Booth, iMovie, etc.
            If not, confirm that the symptoms are EXACTLY the same in every user account.
    We will offer more specific suggestions based on the details you provide in your response. 
    Message was edited by: EZ Jim
    Mac OSX 10.8.2

  • Unexpected Termination SSIS package - Issue with SSIS packages after upgrading to SQL Server 2014

    Hello everyone.
    We performed an upgrade of SQL Server 2012 installation to SQL Server 2014 (with last CU5 update). We found that all SSIS packages (even the simplest with just Execute SQL tasks) fail with Unexpected termination message. The issue reproduces with both new
    packages (that are created from scratch with SSDT 2014) and old packages (migrated from SQL 2012).
    Any ideas, please? We googled and found that it is a known issue that should have fixed with CU4. But we use CU5 and the issue is still here.
    MCP

    Hi. Yes...
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="SQLISServer" /> 
      <EventID Qualifiers="0">1</EventID> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="2015-02-12T07:41:56.000000000Z" /> 
      <EventRecordID>469950</EventRecordID> 
      <Channel>Application</Channel> 
      <Computer>abtru1a11.oneabbott.com</Computer> 
      <Security /> 
      </System>
    - <EventData>
      <Data>The SSIS Execution Process could not write to the IS catalog: ABTRU1A11\DEV:SSISDB Error details: Cannot find the symmetric key 'MS_Enckey_Proj_Param_5', because it does not exist or you do not have permission.; at System.Data.SqlClient.SqlConnection.OnError(SqlException
    exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior
    runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream,
    Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion,
    Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at Microsoft.SqlServer.IntegrationServices.Server.Shared.ExecutionParameterLoader.GetExecutionParameter() at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.StartPackage()
    at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.PerformOperation()</Data> 
      </EventData>
      </Event>
    MCP

  • Unable to upgrade from SQL Server 2008 R2 to SP1

    Hi there
    I am currently in the middle of installing and configuring Sharepoint 2013 on a Windows 2012 R2 Virtual Server. I have first installed SQL Server 2008 R2 and then installed sharepoint 2013 including all of the prerequisites.
    When I go to the SharePoint products configuration wizard, I get an error on the 'specify configuration database settings' page saying that I do not have the right SQL version as sharepoint 2013 needs SQL server 2008 R2 SP1 installed.
    So I downloaded SP1 for SQL server 2008 R2 x86 but when I run the update, there are no instances for me to select to upgrade - it just says 'Shared Features'.
    Sorry if this is a silly question - I am quite new to SQL!
    Tom

    Hello,
    You probably have a 64-bit SQL Server 2008 R2 instance but you downloaded a 32-bit version of SP1 for SQL Server 2008 R2.
    Please download the 64-bit version of SP1.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Upgrade to SQL Server 2008

    Hi Forum,
    We have SAP B1 8.8 with SQL Server 2005.
    We'd like to upgrade our SQL  Server 2005 to 2008.
    Is there anything that we need to do on the SAP side to get this done?.
    Regards,
    Manuel Roman

    Hi,
    Are you the one creating the add-on? then you can recompile it anytime if not then try to contact
    you developer to recompile it.
    You can try creating a test database for 2008 then connect it this will assure that it will run.
    Much better if you uninstall the 2005 then install the 2008 then restore your database.
    Regards,
    Clint

  • Upgrade fails: "SQL Server 2008 R2 Feature Upgrade"

    Shouldn't I be able to upgrade to 2008 R2?
    Current version:
    Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64)   Mar 29 2009 10:11:52   Copyright (c) 1988-2008 Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )

    I've the same problem as described above.
    My Version is: 10.0.2531.0 SP1
    Standard Edition (64-bit), on Windows Server 2003
    Additionally, I have SQL Server 2005 Developer installed on the same machine.
    I choosed SQL Server 2008 to upgrade to R2.
    In the log I found:
     2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' looking for previous version upgrade data for feature package 'sql_as_Cpu64'.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' feature package 'sql_as_Cpu64' found no upgrade features.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' looking for previous version upgrade data for feature package 'sql_engine_core_inst_Cpu64'.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Found feature package  'sql_engine_core_inst_ctp6_Cpu64' with SkuValue=STANDARD ProductVersion=10.0.1600.22
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' found sourceVersion 10.0 and edition STANDARD for feature package 'sql_engine_core_inst_Cpu64'.
    2010-10-01 17:54:31 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix checking sku matrix for sourceVersion=10.0 sourceEdition=STANDARD sourceArchitecture=X64 targetEdition=STANDARD targetArchitecture=X64
    2010-10-01 17:54:31 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix source and target architecture match.
    2010-10-01 17:54:31 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix found match in sku matrix.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' feature package 'sql_engine_core_inst_Cpu64' permits upgrade.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' looking for previous version upgrade data for feature package 'sql_is_Cpu64'.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Found feature package  'IS2005_Cpu64' with SkuValue=DEVELOPER ProductVersion=9.3.4035.00
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' found sourceVersion 9.0 and edition DEVELOPER for feature package 'sql_is_Cpu64'.
    2010-10-01 17:54:31 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix checking sku matrix for sourceVersion=9.0 sourceEdition=DEVELOPER sourceArchitecture=X64 targetEdition=STANDARD targetArchitecture=X64
    2010-10-01 17:54:31 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix source and target architecture match.
    2010-10-01 17:54:31 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix did not find a match in sku matrix .
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' feature package 'sql_is_Cpu64' is blocking upgrade.
    2010-10-01 17:54:31 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' detection result: IsValidFeatureUpgrade=False
    2010-10-01 17:54:31 Slp: Evaluating rule        : FeatureUpgradeMatrixCheck
    2010-10-01 17:54:31 Slp: Rule running on machine: <skipped>
    2010-10-01 17:54:31 Slp: Rule evaluation done   : Failed
    2010-10-01 17:54:31 Slp: Rule evaluation message: The specified edition upgrade is not supported. For information about supported upgrade paths, see the SQL Server 2008 R2 version and edition upgrade matrix in Books Online.
    Thanks,
    Patrik

  • Reports not working after upgrade to SCCM 2012 R2 -

    I am having the same issue described in this post:
    http://social.technet.microsoft.com/Forums/en-US/30f185ac-c34e-44ad-87eb-7d180a0d76b8/after-2012-r2-upgrade-some-sql-queries-wont-run?forum=configmanagergeneral
    When running reports after upgrading from SCCM 2012 SP1 CU2 to SCCM 2012 R2 I get the following error:
    An
    error has occurred during report processing. (rsProcessingAborted)
    Cannot
    read the next data row for the dataset DataSet1. (rsErrorReadingNextDataRow)
    Conversion
    failed when converting the nvarchar value
    'S-1-5-21-1010966800-777871707-395339515-124623' to data type int.
    I have removed the Reporting Services Point and reinstalled it with no effect.  All reports I try get the error listed above.
    Any suggestions?

    The issue has been resolved.  For anyone experiencing a similar issue I will post the fix that worked for us below:
    I ended up opening a PSS case and in this instance the problem was the required SQL management provider was not properly registered in WMI, which ultimately meant the reporting point upgrade/install was not able to complete successfully after the upgrade. 
    As a result the updated reports were not properly being redeployed to the Reporting Service Point.
    To diagnose this on the Reporting Service Point look in the srsrp.log for entries indicating of an
    Invalid Class, as seen in the example below:
    Invalid class SMS_SRS_REPORTING_POINT 11/6/2013 5:47:12 PM 6096 (0x17D0)
    Could not retrieve the reporting service name for instance 'RPSERVER' SMS_SRS_REPORTING_POINT 11/6/2013 5:47:12 PM 6096 (0x17D0)
    Invalid class SMS_SRS_REPORTING_POINT 11/6/2013 5:47:12 PM 6096 (0x17D0)
    Could not stop the reporting service '' SMS_SRS_REPORTING_POINT 11/6/2013 5:47:12 PM 6096 (0x17D0)
    Next security configuration at [11/6/2013 5:52:12 PM] SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Root Folder exists SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Successfully checked that the SRS web service is healthy on server SERVERRP.AD.DOMAIN SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Registry change SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    SRSRP registry key change notification triggered. SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Registry change SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 11/6/2013 5:47:13 PM 6096 (0x17D0)
    Timed Out... SMS_SRS_REPORTING_POINT 11/6/2013 5:48:13 PM 6096 (0x17D0)
    The important part is the lines saying Invalid Class and then it timing out, so the RP installation was not completed.
    As mentioned earlier the WMI class that was missing or corrupt was the SQL management Provider.  To re-register the class we need to compile the MOF file that is available in SQL.  In our instance the command to run was:
    mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    Once that was done, monitoring the srsrp.log shows that it could properly detect the SSRS service, stop it and start coping the updated reports and such.  After a few minutes the deploy completed, and all the broken reports started working
    correctly.
    Hope that helps someone else.

  • HT4623 wifi quit working after upgrade

    I have paid good money for a product that after 1 1/2 years, it does not work. This issue was not caused by me, miss use, carelessness, or any abuse, it occurred after a software update. After upgrading to iOS7.1, a perfectly functioning iphone4s had an issue. The Wi Fi button is now grayed out, this means I can’t turn on or off the Wi-Fi. I have tried everything that was suggested and still it does not work including a full reset. I even took the iphone into an Apple store and was told, “Yes, this has been an issue, but it’s because your Wi-Fi was going bad anyway”. This Apple employee had never seen me before, has no idea how I use my iphone, how often I use the Wi-Fi, what I had done to correct the issue, how long had this issue been going on, so do I need to say more! This Apple Genius, who I will not name, suggested I get a new iphone!
    But my first question was:  If this is an issue seen before, why has a fix/update from Apple not yet been released or at least a notification of a fix/update is coming. His answer was, “again, your Wi-Fi was having issues, and it was going to go out anyway.” (Here was my thought… Maybe, withholding a releasing or notification of a fix/update could force customers into a new iphone. What a novel idea, if Apple uses this I want a piece of the action on all future software updates.)
    My next question was:  How did this Apple Genius know that my iphone (as well as other) had a bad Wi-Fi? Oh I got it, because he is an Apple Genius, he knew, “yes, this has been an issue, but it’s because you Wi-Fi was going bad anyway”. “Again, your Wi-Fi was having issues, and it was going to go out anyway.” So, if this is/was an Apple standard answer, it leads me into believe the software upgrade did cause the Wi-Fi issue.  (Here was my thought… If an Apple Genius can predict that my Wi-Fi was going bad, maybe I should have this genius or all of them pick all the future Powerball numbers for me, I swear, I’ll share my winnings… if I win… and the Powerball numbers were picked by the Genius, and he still works at Apple.)
    Here is what I want! I want my iphone fixed! I know I’m not the only person with this issue (see the quote above). If the iphone cannot be fixed due to the software upgrade, then allow the software to be downgraded to the previous version, which allowed my perfectly functioning iphone4s to work without any issues. (The only reason I see that not happening, is if, Apple no longer supports the previous software.  Oh, Apple, tell me it’s not true!) The final and best solution as a consumer would be a full replacement of the iphone at no cost. Heck, I’ll even take a refurbished phone, as long as it works.
    I look forward to hearing from you very soon,

    I think you should ask a different apple genius, sometimes that can make a big difference. Go see the folks at your phone svs provider store. They are more genius than others - they deal with ?'s everyday all day.

Maybe you are looking for

  • Subsequent Credit - Unplanned Delivery Charges

    Hello, We have a return purchase order (ERS based) say for e.g.100 EA with a total value of $500. We complete creating the delivery, picking and goods receipt (Mvt type 161). Since this is an ERS based PO, we execute MRRL to create the credit memo an

  • How can I get my music from icloud to my ipod?

    I;ve beenm trying to put music I bought from Apple into my ipod from icloud It keeps telling me i have wrong apple id I've changed my password 10 times today It's really ******* me off

  • Need to restore but iPod not recognized in iTunes

    I have the black iPod Classic 80GB for over two years and now it's getting some problems: First, after it synced it would automatically eject, then go into "ejected charging mode" if I left it plugged in. I thought nothing of this, really. Second, wh

  • Time machine as a media server.

    Can you use Time capsule for Time Machine back up, AND as a Media Server? If I copy my iTunes Library to TC, then change the Music Folder location to TC in iTunes preferences, will Time Machine just back up over it? Over the iTunes library I mean. On

  • BPM, webservices and complex types

    I have a WSDL wich has complext xml types, I create a webservice call in BPM. I get a SOAP fault string <?xml version="1.0" encoding="UTF-8" ?> <detail faultString="Unable to find a matching Operation for this remote invocation <ns1:createProduct xml