Upgrade fails because of gcc-gcj

Full system upgrade fails because the following dependency cannot be satisfied.
:: gcc-gcj: requires gcc=4.6.1
Any solution?
ty

(sigh)
I am still stuck;
if I try to update (via pacman) either libtool/gcc-fortran I get that they cannot be updated because gcc-fortran/libtool and gcc-gcj need gcc 4.6.1
if I try to update (via yaourt) gcc-gcj it says that libtool AND gcc-fortran require gcc 4.6.1 (even though gcc-gcj is up to date)
My mirror says that gcc-fortran is at the version 4.6.2-1 and libtool at 2.4.2
My mirror is up to date
Basically I am stuck in a loop.
A solution would be to uninstall gcc-gcj and reinstall it, but pdftk depends on it, and last time I installed it it took something like two hours to complete, I would like to avoid that
Any suggestion?
(edit: thanks for the help!)
Last edited by miguelroboso (2011-11-01 20:56:51)

Similar Messages

  • [SOLVED] Pacman upgrade failed because of gcc-libs

    I have the multilib version of gcc installed in my 64 bit system. Ten minutes ago I tried to upgrade with pacman -Syu and I got:
    :: I seguenti pacchetti dovrebbero essere aggiornati prima :
    pacman
    :: Vuoi annullare l'operazione corrente
    :: e aggiornare adesso questi pacchetti? [S/n]
    risoluzione delle dipendenze in corso...
    ricerca dei conflitti in corso...
    :: gcc-libs e gcc-libs-multilib vanno in conflitto. Vuoi rimuovere gcc-libs-multilib? [s/N] n
    errore: sono stati rilevati dei conflitti irrisolvibili
    errore: impossibile eseguire l'operazione richiesta (dipendenze in conflitto)
    :: gcc-libs e gcc-libs-multilib vanno in conflitto
    It is in italian, but basically it complains about a conflict between the installed gcc-libs-multilib and the needed gcc-libs. gcc-libs-multilib provides gcc-libs, so why this kind of error? I thought my mirror could be out of sync but I get the same error also using mirrors.kernel.org.
    Am I doing something wrong?
    Last edited by snack (2012-02-18 17:30:59)

    I did mean 'search the forums':
    * https://bbs.archlinux.org/viewtopic.php?pid=1045658
    * https://bbs.archlinux.org/viewtopic.php?pid=1049681
    * https://bbs.archlinux.org/viewtopic.php?pid=1057624
    * https://bbs.archlinux.org/viewtopic.php?pid=1054861
    * https://bbs.archlinux.org/viewtopic.php?pid=1057459
    * https://bbs.archlinux.org/viewtopic.php?id=134397

  • [Solved] Upgrade fails because of net-tools

    It was almost a week since I last did a "pacman -Syu" on my system. Before that, I had read about depreciation of net-tools and have already modified my rc.conf to use the newer simple network setup. Everything was working fine. Even upgradation of the system (pacman -Syu) also worked fine last week.
    I was out of town for a few days. So, when I came back on Sunday, I tried updating the system. Pacman found updates and downloaded them. But it failed when actually upgrading the packages. It gives the following error:
    [vinay@arch ~]$ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    core 37.0K 44.9K/s 00:00:01 [######################] 100%
    extra 465.7K 39.1K/s 00:00:12 [######################] 100%
    community 441.9K 123.2K/s 00:00:04 [######################] 100%
    multilib is up to date
    archlinuxfr 24.7K 74.6K/s 00:00:00 [######################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (10): gdk-pixbuf2-2.23.4-1 gtk-update-icon-cache-2.24.5-2
    gtk2-2.24.5-2 libmodplug-0.8.8.3-1 libxml++-2.34.1-1
    libofx-0.9.4-1 net-tools-1.60-18 soprano-2.6.0-6
    strigi-0.7.5-2 xdg-utils-1.1.0rc1-3
    Total Download Size: 7.85 MB
    Total Installed Size: 47.46 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    gtk-update-icon-ca... 10.9K 22.1K/s 00:00:00 [######################] 100%
    gtk2-2.24.5-2-x86_64 4.9M 60.9K/s 00:01:23 [######################] 100%
    libmodplug-0.8.8.3... 145.8K 53.5K/s 00:00:03 [######################] 100%
    libofx-0.9.4-1-x86_64 223.9K 60.2K/s 00:00:04 [######################] 100%
    soprano-2.6.0-6-x86_64 2.0M 68.2K/s 00:00:30 [######################] 100%
    strigi-0.7.5-2-x86_64 504.2K 75.7K/s 00:00:07 [######################] 100%
    xdg-utils-1.1.0rc1... 46.3K 46.1K/s 00:00:01 [######################] 100%
    (10/10) checking package integrity [######################] 100%
    (10/10) checking for file conflicts [######################] 100%
    error: failed to commit transaction (conflicting files)
    net-tools: /bin/hostname exists in filesystem
    net-tools: /usr/share/man/man1/hostname.1.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    As you can see it complains about /bin/hostname file existing in the filesystem and that causing problem for net-tools package. I'm not sure how or why this happened. The /bin/hostname is supposed to be available on the filesystem, right?
    Since net-tools was depreciated in favour of netcfg, I tried removing net-tools. When I try that, it offers to remove netcfg package as well!
    [vinay@arch ~]$ sudo pacman -Rcsu net-tools
    Password:
    checking dependencies...
    Remove (2): netcfg-2.5.5-1 net-tools-1.60-16
    Total Removed Size: 0.61 MB
    Do you want to remove these packages? [Y/n] n
    What I did was to upgrade each package manually (excluding net-tools package). But this is cumbersome and tedious. I did a search on the forum and on internet and did not find other people with the same problem. So, is something wrong/corrupt on my arch installation?
    If so, how do I fix it?
    Thanks in advance,
    Vinay V
    Last edited by vinayv (2011-06-22 01:31:49)

    Thanks for the reply. I should have searched for a generic "exists in filesystem" rather than net-tools error specific "/bin/hostname exists in filesystem". I thought this was because of the recent move to netcfg from net-tools. Maybe I'm mistaken.
    Anyway, thanks for pointing out that stikie to me. Let me try the suggestions in that post

  • Libgl-dri - libgl upgrade fails because libGL.so.1 is present.

    Attempting the libgl-dri -> libgl upgrade :
    error: failed to commit transaction (conflicting files)
    libgl: /usr/lib/libGL.so.1 exists in filesystem
    errors occurred, no packages were upgraded.
    Umm thinking as I type, perhaps this is because I have the nVidia proprietary driver installed and did that when I installed Arch a couple of months ago and realise that it was available via pacman.  I will post anyway in case the issue affects anyone else, or someone can tell me that there is a different reason.
    And a P.S.  by way of an edit. I just tried to install the upgrade to mplayer separately from libgl (it came as part of the same -Syu exercise), and it fails for the same reason - maybe that was the problem in the first place?
    Last edited by perseus (2007-11-07 07:40:08)

    perseus wrote:Umm thinking as I type, perhaps this is because I have the nVidia proprietary driver installed and did that when I installed Arch a couple of months ago and realise that it was available via pacman.  I will post anyway in case the issue affects anyone else, or someone can tell me that there is a different reason.
    You mean you installed nvidia from their 'official installer'?  That would cause this problem - if you want nvidia, use pacman's packages to avoid this in the future.

  • Windows 8.1 Pro Upgrade Fail because a FormatException?

    I receveid a FormatException error when I updating Windows 8 Pro to Windows 8.1 Pro
    I can't resolve my problem...
    Please, can somebody help me?
    Thanks in advance,
    Emanuele
    This is part of my setupact.log
    2014-02-23 11:11:40, Info                  MOUPG  Overall progress: [70%]
    2014-02-23 11:11:41, Info       [0x080489] MIG    Setting system object filter context (System)
    2014-02-23 11:11:41, Info       [0x0803e5] MIG    Not unmapping HKCU\Software\Classes; it is not mapped
    2014-02-23 11:11:41, Info       [0x0803e5] MIG    Not unmapping HKCU; it is not mapped
    2014-02-23 11:11:41, Info       [0x080411] MIG    Setting SMI registry mappings for system context
    2014-02-23 11:11:41, Info                  MIG    COutOfProcPluginFactory::FreeSurrogateHost: Shutdown in progress.
    2014-02-23 11:11:41, Info                  MIG    COutOfProcPluginFactory::LaunchSurrogateHost: Successfully launched host and got control object.
    2014-02-23 11:11:41, Error                        MigGather caught exception: FormatException: segments __cdecl Mig::CGACPattern::CGACPattern(class UnBCL::String *,int)
    2014-02-23 11:11:41, Info                         Leaving MigGather method
    and this is my setuperr.log
    2014-02-23 11:01:15, Error                 MOUPG  SetupMgr: Error reading Store SQM registry data. Data = [StoreSetupDownloadCancel], HRESULT = [0x80070002]
    2014-02-23 11:01:15, Error                 MOUPG  SetupMgr: Error reading Store SQM registry data. Data = [StoreSetupDownloadPause], HRESULT = [0x80070002]
    2014-02-23 11:01:32, Error                 MOUPG  CSetupManager::Execute(355): Result = 0x800705BB
    2014-02-23 11:01:32, Error                 MOUPG  CSetupHost::Execute(204): Result = 0x800705BB
    2014-02-23 11:01:32, Error                 MOUPG  SetupMgr: Error reading Store SQM registry data. Data = [StoreSetupDownloadCancel], HRESULT = [0x80070002]
    2014-02-23 11:01:32, Error                 MOUPG  SetupMgr: Error reading Store SQM registry data. Data = [StoreSetupDownloadPause], HRESULT = [0x80070002]
    2014-02-23 11:01:56, Error                 CONX   Failed to get image properties for syswow64\drivers\vstor2-mntapi20-shared.sys: 0x80070003
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:00, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:01, Error                 CSI    00000001 (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #37923# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000), status
    = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 12 (0x0000000c) ): 65006e002d00550053000000 })
    [gle=0x80004005]
    2014-02-23 11:07:02, Error                 CSI    00000002 (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #66900# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000), status
    = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 40 (0x00000028) ): 63003a005c007000610067006500660069006c0065002e0073007900730020003000200030000000 })
    [gle=0x80004005]
    2014-02-23 11:07:02, Error                 CSI    00000003 (F) HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND) #69326# from CRegHand::Initialize(location = HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
    Server\WinStations\RDP-Tcp, handler = NULL, options = 16777216 (0x01000000), metadata = @0xd3608bec20, fCreate = 0)
    [gle=0x80004005]
    2014-02-23 11:07:02, Error                 CSI    00000004 (F) HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND) #69325# from CWcmHandlerCreator::CreateCustomHandler(handlerName = regkey, handlerLocation = HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
    Server\WinStations\RDP-Tcp, initHandler = NULL, item = (null), iType = 11 (0x0000000b), ppHandler = NULL, ppLocation = NULL)
    [gle=0x80004005]
    2014-02-23 11:07:02, Error                 CSI    00000005 (F) HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND) #69324# from CWcmStateNodeCore::GetOrCreateChildOneLevel(fCreate = FALSE, fTopLevel = TRUE, fPredefinedList
    = FALSE, node name = fAutoClientLpts, name in handler = 0, childType = 11 (0x0000000b), childMetaData = @0xd360bc1600, childNode = NULL)
    [gle=0x80004005]
    2014-02-23 11:07:02, Error                 CSI    00000006 (F) HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND) #69323# from CWcmStateNodeCore::GetOrCreateChild(fCreate = FALSE, fTopLevel = TRUE, fPredefinedList = FALSE,
    node name = fAutoClientLpts, childNode = NULL)
    [gle=0x80004005]
    2014-02-23 11:07:02, Error                 CSI    00000007 (F) HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND) #69322# from CWcmStateNodeCore::GetNodeByPath(path = /settings/fAutoClientLpts, fCreate = FALSE, node =
    NULL)
    [gle=0x80004005]
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:02, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:03, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:04, Error                 CSI    00000008 (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #120437# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000),
    status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 12 (0x0000000c) ): 65006e002d00550053000000 })
    [gle=0x80004005]
    2014-02-23 11:07:05, Error                 CSI    00000009 (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #149522# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000),
    status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 40 (0x00000028) ): 63003a005c007000610067006500660069006c0065002e0073007900730020003000200030000000 })
    [gle=0x80004005]
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:05, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:06, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:07, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:07, Error                 CSI    0000000a (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #202899# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000),
    status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 12 (0x0000000c) ): 690074002d00490054000000 })
    [gle=0x80004005]
    2014-02-23 11:07:08, Error                 CSI    0000000b (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #231876# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000),
    status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 40 (0x00000028) ): 63003a005c007000610067006500660069006c0065002e0073007900730020003000200030000000 })
    [gle=0x80004005]
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:09, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:12, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:23, Error      [0x0808fe] MIG    Plugin {65cbf70b-1d78-4cac-8400-9acd65ced94a}: CreateProcess(s) failed. GLE = d
    2014-02-23 11:07:25, Error                 CSI    0000000c (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #314083# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000),
    status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 12 (0x0000000c) ): 65006e002d00550053000000 })
    [gle=0x80004005]
    2014-02-23 11:07:26, Error                 CSI    0000000d (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #351458# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216 (0x00060000),
    status = [6]"(null)", value = { type: 40972 (0x0000a00c), bytes ( 40 (0x00000028) ): 63003a005c007000610067006500660069006c0065002e0073007900730020003000200030000000 })
    [gle=0x80004005]
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMJPMIG.DLL) gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMJPMIG.DLL) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\IMKRMIG.DLL) gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\IMKRMIG.DLL) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\CHXMIG.DLL) gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\CHXMIG.DLL) gle=0
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibraryEx error (C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-TextServicesFramework-Migration\TableTextServiceMig.dll)
    gle=126
    2014-02-23 11:07:26, Error      [0x0808fe] MIG    Plugin {0b23c863-4410-4153-8733-a60c9b1990fb}: LoadLibrary error (C:\Windows\system32\TableTextServiceMig.dll) gle=0
    2014-02-23 11:11:32, Error      [0x080389] MIG    Failure while calling IDiscovery->Gather for Plugin={ServerPath="%windir%\system32\drmmgrtn.dll", CLSID={743B7FD2-8427-4b7d-B330-A95618DE2BFC}, ThreadingModel=Apartment}.
    Error: 0xC00D278F
    2014-02-23 11:11:32, Error                 SP     Error READ, 0xC00D278F while gathering/applying object: pre-scan, Action,CMXEPlugin,C:\$Windows.~BT\Work\MachineSpecific\Working\agentmgr\CCSIAgent,%windir%\system32\drmmgrtn.dll,{743B7FD2-8427-4b7d-B330-A95618DE2BFC},Apartment.
    Will return 2[gle=0x0000013d]
    2014-02-23 11:11:37, Error      [0x0808fe] MIG    Plugin {ee036dc0-f9b7-4d2d-bb94-3dd3102c5804}: BRIDGEMIG: CBrgUnattend::CollectBridgeSettings failed: 0x1, 0
    2014-02-23 11:11:37, Error      [0x0808fe] MIG    Plugin {526D451C-721A-4b97-AD34-DCE5D8CD22C5}: [shmig] Failed to get preferred homegroup with hr=0x80070490
    2014-02-23 11:11:41, Error                        MigGather caught exception: FormatException: segments __cdecl Mig::CGACPattern::CGACPattern(class UnBCL::String *,int)
    2014-02-23 11:11:41, Error                 SP     pSPDoMainGather: Gather operation failed. Error: 0x00000004
    2014-02-23 11:11:50, Error                 SP     CGatherData: Migration phase failed. Status: 4[gle=0x00000003]
    2014-02-23 11:11:50, Error                 SP     Operation failed: Gather data, scope: Everything. Error: 0x80070004[gle=0x000000b7]
    2014-02-23 11:11:50, Error                 MOUPG  MoSetupPlatform: ExecuteCurrentOperations reported failure![gle=0x000000b7]
    2014-02-23 11:11:50, Error                 MOUPG  MoSetupPlatform: Using transform error code: [0x80070004][gle=0x000000b7]
    2014-02-23 11:11:50, Error                 MOUPG  CDlpTransformDataMigrate::MigrateData(1382): Result = 0x80070004[gle=0x000000b7]
    2014-02-23 11:11:50, Error                 MOUPG  CDlpTransformDataMigrate::TransformFile(1065): Result = 0x80070004[gle=0x000000b7]
    2014-02-23 11:11:50, Error                 MOUPG  CDlpTransformDataMigrate::Execute(527): Result = 0x80070004
    2014-02-23 11:11:50, Error                 MOUPG  CDlpTask::ExecuteTransform(3154): Result = 0x80070004
    2014-02-23 11:11:50, Error                 MOUPG  CDlpTask::ExecuteTransforms(3327): Result = 0x80070004
    2014-02-23 11:11:50, Error                 MOUPG  CDlpTask::Execute(1550): Result = 0x80070004
    2014-02-23 11:11:51, Error                 MOUPG  CSetupManager::ExecuteTask(1158): Result = 0x80070004
    2014-02-23 11:11:51, Error                 MOUPG  CSetupManager::ExecuteTask(1123): Result = 0x80070004
    2014-02-23 11:11:51, Error                 MOUPG  CSetupManager::Execute(404): Result = 0x80070004
    2014-02-23 11:11:51, Error                 MOUPG  CDlpTask::RestartTransform(2444): Result = 0xC1800107
    2014-02-23 11:11:55, Error                 SP     CSqmSession::SetSQMEndTime: Failed to set EndTime for datapoint with Id = 12576. Datapoint not found
    2014-02-23 11:11:55, Error                 SP     Failed to set SQM end time. hr = 0x80070490
    2014-02-23 11:11:55, Error                 MOUPG  Finalize: Error reporting finalize time: [0x80004005]
    2014-02-23 11:12:35, Error                 MOUPG  CSetupHost::Execute(204): Result = 0x80070004

    Hi,
    According to the error code, it seems that your computer has a compatibility problem.
    First, let us know your PC model.
    If you're running Windows 8 or Windows 7, the best way to tell if your PC and connected devices are ready for Windows 8.1 is to download and run Windows 8.1 Upgrade Assistant, which scans them and tells you if there is anything you'll need to do before or
    after updating.
    Please use
    Upgrade Assistant to check your computer.
    We also recommend that you visit your PC manufacturer's website for info about updated drivers and hardware compatibility.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • [Solved] Full system upgrade fails because of Nvidia dependencies

    Problem:
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    Things I have tried:
    $ makepkg -s
    ==> Making package: nvidia-dkms 346.47-1 (Sun Mar 1 11:42:11 PST 2015)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for digger:
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    ==> ERROR: 'pacman' failed to install missing dependencies.
    # pacman -R nvidia-utils
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    :: nvidia-libgl: requires nvidia-utils
    Some info:
    $ uname -a
    Linux <hostname> 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
    # dkms status
    nvidia, 346.35, 3.18.5-1-ARCH, x86_64: installed
    nvidia, 346.35, 3.18.6-1-ARCH, x86_64: installed
    $ lspci -k | grep -A 2 -i "VGA"
    03:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 640] (rev a1)
    Subsystem: eVga.com. Corp. Device 2643
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Subsystem: eVga.com. Corp. Device 2643
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    # pacman -Ss nvidia | grep installed
    extra/libvdpau 0.9-1 [installed]
    extra/nvidia-libgl 346.47-2 [installed: 346.35-2]
    extra/nvidia-utils 346.47-2 [installed: 346.35-2]
    # cat /etc/mkinitcpio.conf | grep ^HOOKS
    HOOKS="base udev autodetect modconf block lvm2 nvidia filesystems keyboard fsck"
    # systemctl status dkms
    ● dkms.service - Dynamic Kernel Modules System
    Loaded: loaded (/usr/lib/systemd/system/dkms.service; enabled; vendor preset: disabled)
    Active: active (exited) since Sun 2015-03-01 11:40:15 PST; 1h 43min ago
    Process: 6196 ExecStart=/usr/lib/systemd/scripts/dkms start (code=exited, status=0/SUCCESS)
    Main PID: 6196 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/dkms.service
    # pacman -Qm | grep nvidia
    nvidia-dkms 346.35-2
    nvidia-hook 2.2-3
    Let me know if any other information is needed.
    Thanks.
    Last edited by digger (2015-03-03 03:12:52)

    The fix, thanks to Xabre
    # pacman -R nvidia-dkms
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-hook: requires nvidia-dkms
    # pacman -Rs nvidia-dkms
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-hook: requires nvidia-dkms
    [root@big-kahuna ~]# pacman -Rdd nvidia-dkms
    Packages (1) nvidia-dkms-346.35-2
    Total Removed Size: 12.29 MiB
    :: Do you want to remove these packages? [Y/n] Y
    -------- Uninstall Beginning --------
    Module: nvidia
    Version: 346.35
    Kernel: 3.18.5-1-ARCH (x86_64)
    Status: Before uninstall, this module version was ACTIVE on this kernel.
    nvidia.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.5-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    nvidia-uvm.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.5-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    depmod....
    DKMS: uninstall completed.
    -------- Uninstall Beginning --------
    Module: nvidia
    Version: 346.35
    Kernel: 3.18.6-1-ARCH (x86_64)
    Status: Before uninstall, this module version was ACTIVE on this kernel.
    nvidia.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.6-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    nvidia-uvm.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.6-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    depmod.....
    DKMS: uninstall completed.
    Deleting module version: 346.35
    completely from the DKMS tree.
    Done.
    (1/1) removing nvidia-dkms [######################] 100%
    # pacman -Syu ### This ran as expected.
    All I wanted was to have the simplest use of the Nvidia proprietary driver.  So I followed https://wiki.archlinux.org/index.php/NV … any_kernel
    So what I gather from the discussion here is that this (nvidia-dkms) should only be used for custom kernels?  And the topic should be a sub topic of https://wiki.archlinux.org/index.php/NV … tom_kernel?  Is that right?
    Thanks for you help.
    Last edited by digger (2015-03-03 03:11:58)

  • Pacman upgrade fails because of unsatisfied pacman-color dependency *

    Hello, my most recent attempt to run pacman -Suy results in pacman trying to update itslef and failing:
    :: Synchronizing package databases...
    core 35.4K 500.1K/s 00:00:00
    [#####################] 100%
    extra 453.0K 2.2M/s 00:00:00
    [#####################] 100%
    community 377.2K 2.2M/s 00:00:00
    [#####################] 100%
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n] Y
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: pacman-color: requires pacman=3.3.3
    Any idea how to fix this?
    Last edited by .:B:. (2010-06-28 20:26:09)

    There are a couple of threads about this.
    1.Uninstall pacman-color
    2. pacman -Syu
    3. Reinstall pacman-color
    4. Put the kettle on...
    #edit too much detail...
    Last edited by jasonwryan (2010-06-28 19:48:50)

  • Adobe upgrade fails because of Internet Explorer upgrade

    When I try to download the Adobe Acrabat XI upgrade, it tells me I need to upgrade Internet Explorer past version 4, but I'm using version 10.  What do I do to get past this?

    Use a different browser, such as Firefox or Google Chrome

  • Mail upgrade fails on import

    Hi
    When upgrading to Yosemite, the Mail app has gone into an endless loop of importing.
    It tries to import, then reports that it has failed.
    You then get a message about the Mail Index has been damaged and so you have to quit Mail.
    It then starts the process all over again.
    I have around 31K messages.  But Mail is COMPLETELY unusable.  Cant open/view/read/send/search/play with emails.
    Very disappointing...
    Here are some interesting entries from the system log:
    20/10/2014 10:49:34.239 Mail[3459]: resolvedBaseMailDirectory /Users/amorton/Library/Mail
    20/10/2014 10:49:48.805 Mail[3459]: Capturing diagnostics to trace took 14.565747
    20/10/2014 10:51:07.133 Mail[3459]: open on /Users/amorton/Library/Mail/V2-Temp.noindex/[email protected]/Personal.mbox/Info.plist: No such file or directory
    20/10/2014 10:51:22.518 Mail[3459]: Exception during migration: data parameter is nil
    20/10/2014 10:51:22.518 Mail[3459]: Migration (simple) failed and took 108.279527 seconds
    20/10/2014 10:51:27.228 Mail[3459]: emlxCountPreMigration 61078
    20/10/2014 10:51:27.228 Mail[3459]: emlxCountPostMigration 61078
    20/10/2014 10:51:27.229 Mail[3459]: lostAndFoundEmlxCount 0
    20/10/2014 10:51:27.229 Mail[3459]: messageCountPreMigration 31712
    20/10/2014 10:51:27.229 Mail[3459]: messageCountPostMigration 31712
    20/10/2014 10:51:27.230 Mail[3459]: MessageTracing took 4.710642
    20/10/2014 10:51:27.230 Mail[3459]: Upgrade failed because of exception: data parameter is nil
    20/10/2014 10:51:27.231 Mail[3459]: Library upgrader failed: Error Domain=MCMailErrorDomain Code=1029 "data parameter is nil" UserInfo=0x7fac01622a90 {NSLocalizedDescription=data parameter is nil}
    The thing is - that file does exist (the Info.plist reported at 10:51)
    Any ideas, or are we destined to wait for the upgrade patch!?
    Andrew

    For what it's worth, I solved my problem.  I went into the preferences for iCloud and unchecked mail and then rechecked it.  Mail then started up just fine.  However, my old messages for a couple pop accounts were not there (icloud and google mail were fine).  So then I tried to import, but in the dialogue box, it didn't show the mail folder or even the library folder (which is normally hidden).  So in finder, using the option + go menu I navigated to the libary folder and made an alias for the missing pop account's mail and put that on the desktop.  Then I went back to mail and selected the alias for the missing pop account mail.  It had no problem importing then, although it did take a while.  Then when I selected import again, for some reason it went right to the correct mail folder within the library folder and I didn't have to make an alias for the other account.  The mail all came in then under the imported category.  For me that's actually ok.  I had one piece of mail I really needed to find, and the search found it right away.  So at least for now, all is well.

  • [SOLVED]Full upgrade fails after new install

    Hello,
    Please note before reading that I know about the recent changes with the /lib symlink to /usr/lib and the filesystem (I read the home page).
    After a fresh install, I try to upgrade the system :
    pacman -Syy && pacman -Syu : it asks for pacman update, I say yes.
    pacman -S pacman : fails because of glibc
    pacman -S pacman --ignore glibc : fails, won't upgrade because glibc it's a dependency of pacman
    pacman -Syu : say no to pacman upgrade, fails because of glibc and filesystem
    pacman -Syu --ignore glibc --ignore fliesystem : upgrade almost nothing because most of the packages (~400M) need glibc
    I can't upgrade anything at the end...
    Thanks for any help
    Last edited by John0000 (2012-07-19 14:52:17)

    If either of this steps does not work (e.g. due to dependency version issues, file conflicts in /lib), refer to this G U I D E for more detailed instructions on performing this upgrade.
    Did you read this guide?
    There is thread about it also: https://bbs.archlinux.org/viewtopic.php?id=144620
    And Allan wrote a blog entry about upgrading from core installation: http://allanmcrae.com/2012/07/updating- … e-install/
    BTW as Pres suggested go with the net-install, core installation was always kind of a fallback for me and I had to do this just once because of network troubles. It just doesn't make much sense to do core installation if there is no holdback because with first pacman -Syu you'll end up downloading the same amount of data as if you would do a clean net-install, and it's faster and you probably won't get conflicts accumulated from year or so.
    Last edited by masteryod (2012-07-19 14:38:38)

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Flashplayer plug upgrade/install 11.6.602.180 failed because Trojan Horse

    flashplayer plug upgrade/install 11.6.602.180 failed because Trojan Horse was detected by my antiviral software.
    Please can you help?
    Prof_ST

    Hello Wojislav,
    Thank you for your prompt response. Yes, I can do that but don't you think that it would be preferable if the installer/update script didn't evoke this response? None of my other software updates does and while I would like to trust people, these days it gets harder and harder when folks are willing to lie and cheat at the drop of a hat and without compunction. It does not help either that false sites (Adobe mimics) have been installing Trojan Horses so it would be safer all around to remove that foible. It is just not very good. Or at least, it does not look very good, which amounts to the same thing at first glance.
    Thanks again for you concern.
    Prof_ST
    On Mon, 18 Mar 2013 00:06:45 +1000 Wojislav &lt;[email protected]&gt; wrote -
          Re: flashplayer plug upgrade/install 11.6.602.180 failed because Trojan Horse
      created by Wojislav in Installing Flash Player - View the full discussion   Modify antivirus 
    Script for automatic updates some programs identify as a Trojan horse
    you have to put in trusted sources adobe installer
    or simply do the following: disable antivirus, install adobe, Switch on antivirus
      Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5154714#5154714
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5154714#5154714
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5154714#5154714. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Installing Flash Player by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Upgrade fails in the phase STARTSAP_TBUPG during the upgrade of CRM 4 to 5

    Hello,
    Upgrade failed with the below message in the upgrade phase STARTSAP_TBUPG during the upgrade of CRM 4.0 to CRM 5.0
    Error Message:
    SYSTEM START failed, code -1
                 -1: 'startsap.exe' returned an error
                 See file 'D:\usr\sap\put\log\R3up.ECO' for details.
    R3up.ECO:
    SAPup>  Starting subprocess startsap.exe with id 5844 at 20080402142258
    EXECUTING D:\usr\sap\put\exe\startsap.exe name=SID nr=00 SAPDIAHOST=Hostname
    Environment: dbms_type=mss
    Environment: dbs_mss_schema=cdu
    STARTSAP failed
    Details are written to D:\usr\sap\put\tmp\startSID.log
    Process with ID 6276 terminated with status -1
    startSID.log
    running D:\usr\sap\put\exe\sapstart.exe name=SID nr=00 SAPDIAHOST=Hostname -wait
    SAPSTART finished successfully on Host_SID_00, but at least one process doesn't run correctly:
         msg_server.exe, MessageServer, Running, 2008 04 02 14:22:58, 0:03:19
         disp+work.exe, Dispatcher, Running, Message Server connection ok, Dialog Queue time: 0.00 sec, 2008 04 02 14:22:58, 0:03:19
         igswd.exe, IGS Watchdog, Stopped, 2008 04 02 14:22:58, 0:00:00
    D:\usr\sap\put\exe\sapstart.exe=>sapparam(1c): No Profile used.
    It is trying to start the shadow instance and failing by ending all the work process
    DEV_DISP:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        SID
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    150
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        5348
    Wed Apr 02 17:22:10 2008
    kernel runs with dp version 234(ext=109) (@(#) DPLIB-INT-VERSION-234)
    length of sys_adm_ext is 364 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 5348) [dpxxdisp.c   1245]
         shared lib "dw_xml.dll" version 150 successfully loaded
         shared lib "dw_xtc.dll" version 150 successfully loaded
         shared lib "dw_stl.dll" version 150 successfully loaded
         shared lib "dw_gui.dll" version 150 successfully loaded
         shared lib "dw_mdm.dll" version 150 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    Wed Apr 02 17:22:22 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0100.qqq.nxst) took 12 seconds
    Wed Apr 02 17:22:40 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 18 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5373]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >HOSTNAME_SID_01                      <
    DpShMCreate: sizeof(wp_adm)          22968     (1044)
    DpShMCreate: sizeof(tm_adm)          3642120     (18120)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1296)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05560040, size: 4281040)
    DpShMCreate: allocated sys_adm at 05560040
    DpShMCreate: allocated wp_adm at 05561B30
    DpShMCreate: allocated tm_adm_list at 055674E8
    DpShMCreate: allocated tm_adm at 05567518
    DpShMCreate: allocated wp_ca_adm at 058E0820
    DpShMCreate: allocated appc_ca_adm at 058E4E70
    DpShMCreate: allocated comm_adm at 058E65E0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05967490
    DpShMCreate: allocated gw_adm at 059674D0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05967500
    DpShMCreate: allocated wall_adm at 05967508
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 2039 blocks reserved for free list.
    ES initialized.
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   12553]
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( HOSTNAME) [dpxxdisp.c   11867]
    DpStartStopMsg: send start message (myname is >HOSTNAME_SID_01                      <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 150
    Release check o.K.
    Wed Apr 02 17:23:20 2008
    my types changed after wp death/restart 0x1f --> 0x1e
    my types changed after wp death/restart 0x1e --> 0x1c
    my types changed after wp death/restart 0x1c --> 0x18
    my types changed after wp death/restart 0x18 --> 0x10
    my types changed after wp death/restart 0x10 --> 0x0
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1477
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Apr 02 17:23:30 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Wed Apr 02 11:53:30 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     6916 Ended         no      1   0        0                                                                         
    1 DIA     7724 Ended         no      1   0        0                                                                         
    2 DIA     6044 Ended         no      1   0        0                                                                         
    3 DIA     4300 Ended         no      1   0        0                                                                         
    4 DIA     6992 Ended         no      1   0        0                                                                         
    5 DIA     2412 Ended         no      1   0        0                                                                         
    6 DIA      432 Ended         no      1   0        0                                                                         
    7 DIA     8168 Ended         no      1   0        0                                                                         
    8 DIA     5420 Ended         no      1   0        0                                                                         
    9 DIA     9712 Ended         no      1   0        0                                                                         
    10 UPD     4320 Ended         no      1   0        0                                                                         
    11 ENQ     3476 Ended         no      1   0        0                                                                         
    12 BTC     2676 Ended         no      1   0        0                                                                         
    13 BTC     6816 Ended         no      1   0        0                                                                         
    14 BTC     9636 Ended         no      1   0        0                                                                         
    15 BTC     8356 Ended         no      1   0        0                                                                         
    16 BTC     7004 Ended         no      1   0        0                                                                         
    17 BTC     7284 Ended         no      1   0        0                                                                         
    18 BTC    10048 Ended         no      1   0        0                                                                         
    19 BTC     4560 Ended         no      1   0        0                                                                         
    20 BTC     4196 Ended         no      1   0        0                                                                         
    21 SPO     4268 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Wed Apr 02 11:53:30 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    1
    2000
    1
    1
    --------++++--
    +
    DIA
    3
    3
    2000
    3
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          7
    wake_evt_udp_now     0
    wake events           total     3,  udp     3 (100%),  shm     0 (  0%)
    since last update     total     3,  udp     3 (100%),  shm     0 (  0%)
    Dump of tm_adm structure:               Wed Apr 02 11:53:30 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Wed Apr 02 11:53:30 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1477
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Apr 02 17:23:35 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >HOSTNAME_SID_01                      < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1860) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1860  HANDLE:1448)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1477
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Apr 02 17:23:36 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1860  HANDLE:1448)
    DpStartStopMsg: send stop message (myname is >HOSTNAME_SID_01                      <)
    NiIMyHostName: hostname = 'HOSTNAME'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Wed Apr 02 17:23:37 2008
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12213]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1356 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1356 (pos=2)
    SiSelNRemove: removed sock 1356
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/22
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 9)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1356
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 5348) [dpxxdisp.c   10461]
    Good Bye .....
    Please help me in resolving this issue
    Thanks,
    Vadi

    Hi Suhas,
    Have checked the hostname and it is correct.
    I am getting the below output When i run r3trans -x
    This is r3trans version 6.14 (release 700 - 04.03.08 - 16:43:00).
    r3trans finished (0000).
    I could see the below error message in dev_W21
    ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'sid_shd' setuser 'sid_shd']
    C  sloledb.cpp [ExecuteAndFlush,line 6470]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'cdu_shd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    C  Procname: [ExecuteAndFlush - no proc]
    C  setuser 'cdu_shd' failed -- connect terminated
    C  failed to establish conn. 0
    Thanks,
    Vadi

  • Error message: "Logging into the account failed because an error occurred."

    Hello,
    We had an XServe G5 2.0 DP 5GB/80/2x250 running Mac OS X 10.3.9 Server with all updates as a main server for a school. The server provides Open Directory Master as well as File-Sharing (AFP and SMB) and e-mail services to about 30 teachers and 300 students. The user home directories reside on the server. A web server also runs on the machine. The students use a pool of laptops, which are configured with a local guest and admin account as well as access to the server-based home directories with Directory Access. The server had the OS running on the 80 GB hard drive and all data (Home directories, mail database, website, etc. were on the two mirrored 250 GB drives.) All was working well until...
    A few weeks ago, one of the two 250 GB died. We decided to use the opportunity to upgrade the server and set it up with 3 x 750 GB, two drives running as a mirrored pair to hold OS AND Data, the other as a stand-by unit to help replace a failing drive.
    We migrated the OS and all data from the previous drives without a problem. Since now, all data is residing on one pair of drives, we put the data from the old "Data" drive in a folder on the root level of the new HD pair. We wrote a script that launches at startup which creates the symlink in /Volumes/Data to link to /Data. We thought that with this, all would be well.
    However: When any user tries to log into his account from any iBook (10.3.9 or 10.4.11) (wirelessly), he gets the message:
    "Logging into the account failed because an error occurred. The home folder for the user account is located on an afp or smb server. contact your system administrator for help"
    If the user logs in to the guest account on the iBook, then accesses his home directory via file-sharing, he can see (read/write) all his data. So, the data and privileges seem to be OK, as well as Open Directory working correctly. Mail and the web work well also, as does logging in to a user account from one of the PC's (wired).
    Can anyone make any suggestions as to how to fix the situation? Currently, the users are using the guest accounts and accessing their data via filesharing, as well as using webmail for their e-mail, but this is a major nuisance.
    Any help will be greatly appreciated.
    Best regards,
    Alain Chammas
    A user trying to access his account from a PC (wired) has no problems.

    A good number of folks are having problems with this same error message at login, and nobody seems to have found a fix.
    I believe I have stumbled upon, if not a solution, at least part of the answer. If you're logged into a 10.4 workstation, open a Finder window and click the "Network" icon. The first time you do this, you'll only see "Library" and "Servers" icons, but if you let it sit for a moment, other folders will magically appear. One of these is "My Network" which is the critical part.
    In Workgroup Manager, edit one of your users' home directory configuration. There's a URL piece, usually "afp://server.domain.com/Users" (which is what shows up in the window when you click on the "Home" tab for that user), and then there's a "Home" path that is usually something like "/Network/Servers/servername/Users/username". Trouble is, you've noticed that 10.4 doesn't put servers into the "Servers" path, but rather into the "My Network" path.
    So, if you change that "Home" path to read "/Network/My Network/servername/Users/username", it should work--with one caveat. Apparently 10.4 doesn't create the "My Network" path on a given client until you actually browse the network on that client. If you haven't logged into a 10.4 workstation and browsed the network, the "My Network" path won't be there, and you'll still get the error. Login as a local user, browse the network (so that the "My Network" folder shows up), logout, and then login as an Open Directory user, and it should work.
    I'm betting that 10.3, 10.4, and 10.5 all handle this issue differently, so if you're in a mixed-version situation, you may have to experiment to find a workable fix.
    Derndest thing I ever saw.

  • Seagate external drive: Partition map check failed because no slices were found

    I have a 3TB Seagate Expansion external backup drive connected to my Retina Macbook Pro via USB. The disk will not eject from a regular Finder window - it will only eject from Disk Utility. Backups seem to otherwise be running fine. I tried to verify/repair the disk in Disk Utility, and I got the following error: "Partition map check failed because no slices were found." I am able to verify/repair the partition without any problem, and no errors are found.
    I'm concerned about relying on a backup drive that may be heading south. Here is the output from diskutil info:
    diskutil info disk3
       Device Identifier:        disk3
       Device Node:              /dev/disk3
       Part of Whole:            disk3
       Device / Media Name:      Seagate Expansion Desk Media
       Volume Name:              Not applicable (no file system)
       Mounted:                  Not applicable (no file system)
       File System:              None
       Content (IOContent):      GUID_partition_scheme
       OS Can Be Installed:      No
       Media Type:               Generic
       Protocol:                 USB
       SMART Status:             Not Supported
       Total Size:               3.0 TB (3000592977920 Bytes) (exactly 5860533160 512-Byte-Units)
       Volume Free Space:        Not applicable (no file system)
       Device Block Size:        4096 Bytes
       Read-Only Media:          No
       Read-Only Volume:         Not applicable (no file system)
       Ejectable:                Yes
       Whole:                    Yes
       Internal:                 No
       OS 9 Drivers:             No
       Low Level Format:         Not supported

    @ Allan Eckert: Unfortunately, reformatting is out of the question, I have 5 years of work on this!
    @ Loner T: Yes, the firmware did successfully upgrade after router reboot and a bit of troubleshoot.
    Thanks for the quick replies. Keep 'em coming!

Maybe you are looking for

  • Apex 3.1.2 Question on Radio Button

    Dear all, I have this requirement to display "READONLY" RadioGroup or disabled with one of the button being selected. The problem is that I can achieve via Jquery and Javascript but on submission of the page the value of the radiogroup id is always n

  • LSMW for uploading data in MM01

    Hi,        I have never used LSMW.I have to upload data for material master for MM01 Fields are MATNR MTART LGORT MEINS etc from MARA MARC and MAKT table.I have the records in text file for uploading.                   Could you please tell me which

  • There is dust in my screen ipad2 but have more problem to claim

    I have ipad2 which have dust in my screen, but i have a dent on my corner side the right one. I still can claim it or not? The dust is very annoying :(

  • Why in Adobe Presenter 10 do imported MP4 NTSC Videos automatically loop in Powerpoint

    Why in Adobe Presenter 10 do imported MP4 NTSC Videos automatically loop in Powerpoint

  • DVD Studio Pro 4 Question Please Help

    Hello, i have one problem with DVD Studio Pro 4 version 4.0.2. Now the first time i go to save it lets me, sometimes when i go to save the secound or third time it will say error unable to save untitled. Can someone please tell me why it is unable to