Ошибка 6398 sharepoint

I think I probably figured out what is my issue,  I know that someone having this issue because of other reason, but my reason is, the FeedCacheService.BulkLMTUpdate: Region not found
happened all the time when I restart my 2012 server, because I’m doing development, so I need to restart server everyday, every time when restart server, the AppFabric Caching Service restart, and the cache region will rebuild, and there is no
LMT region, and then this exception happened.

so if you look at the code in FeedCacheService.BulkLMTUpdate, it will

call FeedCacheImplementation.BulkLMTUpdate, in FeedCacheImplementation.BulkLMTUpdate, it calls 

this.PutInLMTRegion(CacheIdentifier, this.GetCacheLMTTTL(LastModifiedUtcTime), null);


this cause the region not found exception, and it throw SPDistributedCacheRegionNotFoundException exception, and try to call another method to recreate the LMT region:

this.EnsureAndRepopulateLMTRegion(false);

after the LMT region recreated. and the region not found event will never happened, unless the AppFabric Caching Service restart.

I just don’t understand why MS developers assuming the LMT region always be there, how about the first running of the cache service after the fresh installation? just like my case. and also sometime I got another 6398 error, said the cache cluster is
probably down, I believe this is also related with the AppFabric Caching Service, looks like AppFabric Caching Service is not stable.

some links about Distributed Cache service in SharePoint Server 2013

http://technet.microsoft.com/en-us/library/jj219700.aspx

http://technet.microsoft.com/en-us/library/jj219560.aspx

and here is the code BulkLMTUpdate:

internal bool BulkLMTUpdate(Guid callerID, List<KeyValuePair<FeedCacheEntity, LMTEntry>> lastModifiedTimes)
{
    bool flag;
    if (lastModifiedTimes == null)
    {
        throw new ArgumentNullException(«lastModifiedTimes»);
    }
    using (new SPMicroblogUsageMonitoredScope(«FeedCacheImplementation.BulkLMTUpdate», SPMicroblogUsageField.FeedCacheImpl_Duration))
    {
        try
        {
            foreach (KeyValuePair<FeedCacheEntity, LMTEntry> pair in lastModifiedTimes)
            {
                this.PutInLMTRegion(pair.Key.CacheIdentifier, pair.Value, this.GetCacheLMTTTL(pair.Value.LastModifiedUtcTime), null);
                AddToLocalUrls(pair.Key);
            }
            this.LMTCacheWrapper.Put(callerID.ToString(«N»), new LMTEntry(DateTime.UtcNow).Serialze(), FeedCacheManager.Constants.ConfigTTLTimeSpan, this.LastModifiedTimeRegionName);
        }
        catch (Exception exception)
        {
            if (exception is SPDistributedCacheRegionNotFoundException)
            {
                ULS.SendTraceTag(0x10645f, ULSCat.msoulscat_SPS_FeedCache, ULSTraceLevel.Medium, «FeedCacheImplementation.BulkLMTUpdate() — LMT region missing»);
                this.EnsureAndRepopulateLMTRegion(false);
                try
                {
                    foreach (KeyValuePair<FeedCacheEntity, LMTEntry> pair2 in lastModifiedTimes)
                    {
                        this.PutInLMTRegion(pair2.Key.CacheIdentifier, pair2.Value, this.GetCacheLMTTTL(pair2.Value.LastModifiedUtcTime), null);
                    }
                    this.DataCacheWrapper.Put(callerID.ToString(«N»), new LMTEntry(DateTime.UtcNow).Serialze(), FeedCacheManager.Constants.ConfigTTLTimeSpan, this.LastModifiedTimeRegionName);
                    goto Label_01C1;
                }
                catch (Exception exception2)
                {
                    ULS.SendTraceTag(0x20178c, ULSCat.msoulscat_SPS_FeedCache, ULSTraceLevel.High, «FeedCacheImplementation.BulkLMTUpdate() — Unexpected exception while trying to update LMT in bulk: {0}», new
object[] { exception2 });
                    throw;
                }
            }
            ULS.SendTraceTag(0x151821, ULSCat.msoulscat_SPS_FeedCache, ULSTraceLevel.High, «FeedCacheImplementation.BulkLMTUpdate() — Unexpected exception while trying to update LMT in bulk: {0}», new object[] { exception });
            throw;
        }
    Label_01C1:
        flag = true;
    }
    return flag;
}

В логах SharePoint 2010 Foundation появилась критическая ошибка 6398 – «Исключение в методе Execute определения задания Microsoft.SharePoint.Administration.SPSqmTimerJobDefinition (идентификатор 527839ca-d28c-44ad-b377-1d267cfd6d05). Дополнительные сведения см. ниже. Неопределенные данные. Этот метод или свойство не может вызываться для неопределенных значений.»

event6398 1 thumb [SharePoint2010] Event 6398   Microsoft.SharePoint.Administration.SPSqmTimerJobDefinition

Решение

Проблема с Таймером SharePoint. Таймер не может запустить задание из-за отсутствия каких-то данных. Это задание необходимо отключить. Сделать это можно через Центр администрирования – Отслеживание – Просмотр определений заданий.

Далее ищем задание по ID, в моем случае это – Набор данных CEIP. Заходим в задание и жмем отключить.

event6398 2 thumb1 [SharePoint2010] Event 6398   Microsoft.SharePoint.Administration.SPSqmTimerJobDefinition

  • Remove From My Forums
  • Вопрос

  • Каждые 5 минут в событиях ошибка.

    Источник события: Sharepoint Foundation

    Код события: 6398

    Исключение в методе Execute определения задания Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (идентификатор c74ed196-c1f8-40d6-aed0-bc5477097fe2). Дополнительные сведения см. ниже.

    System.ServiceModel.ServerTooBusyException

    Гугл говорит что это связанно с неправильной работой AppFabric.

    Выполнил настройку по
    этой инструкции, ошибка пропала но временно, после перезагрузки сервера ошибка снова появилась. Службы AppFabric запущены. 

Ответы

    • Предложено в качестве ответа

      27 октября 2014 г. 9:41

    • Помечено в качестве ответа
      Иван ПродановMicrosoft contingent staff, Moderator
      31 октября 2014 г. 8:12
Icon Ex Номер ошибки: Ошибка 6398
Название ошибки: Microsoft Sharepoint Error 6398
Описание ошибки: Ошибка 6398: Возникла ошибка в приложении Microsoft Sharepoint. Приложение будет закрыто. Приносим извинения за неудобства.
Разработчик: Microsoft Corporation
Программное обеспечение: Microsoft Sharepoint
Относится к: Windows XP, Vista, 7, 8, 10, 11

Описание «Microsoft Sharepoint Error 6398»

Это наиболее распространенное условие «Microsoft Sharepoint Error 6398», известное как ошибка времени выполнения (ошибка). Разработчики программного обеспечения, такие как Microsoft Corporation, обычно принимают Microsoft Sharepoint через несколько уровней отладки, чтобы сорвать эти ошибки перед выпуском для общественности. Ошибки, такие как ошибка 6398, иногда удаляются из отчетов, оставляя проблему остается нерешенной в программном обеспечении.

После установки программного обеспечения может появиться сообщение об ошибке «Microsoft Sharepoint Error 6398». В случае обнаруженной ошибки 6398 клиенты могут сообщить о наличии проблемы Microsoft Corporation по электронной почте или сообщать об ошибках. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. Если есть запрос на обновление Microsoft Sharepoint, это обычно обходной путь для устранения проблем, таких как ошибка 6398 и другие ошибки.

Почему возникает ошибка времени выполнения 6398?

Сбой во время запуска Microsoft Sharepoint или во время выполнения, как правило, когда вы столкнетесь с «Microsoft Sharepoint Error 6398». Причины сбоев обработки можно отличить, классифицируя ошибки 6398 следующим образом:.

Ошибка 6398 Crash — Номер ошибки вызовет блокировка системы компьютера, препятствуя использованию программы. Обычно это происходит, когда Microsoft Sharepoint не может распознать, что ему дается неправильный ввод, или не знает, что он должен производить.

Утечка памяти «Microsoft Sharepoint Error 6398» — этот тип утечки памяти приводит к тому, что Microsoft Sharepoint продолжает использовать растущие объемы памяти, снижая общую производительность системы. Есть некоторые потенциальные проблемы, которые могут быть причиной получения проблем во время выполнения, с неправильным кодированием, приводящим к бесконечным циклам.

Ошибка 6398 Logic Error — логическая ошибка возникает, когда компьютер производит неправильный вывод, даже если вход правильный. Неисправный исходный код Microsoft Corporation может привести к этим проблемам с обработкой ввода.

Microsoft Corporation проблемы файла Microsoft Sharepoint Error 6398 в большинстве случаев связаны с повреждением, отсутствием или заражением файлов Microsoft Sharepoint. Обычно, установка новой версии файла Microsoft Corporation позволяет устранить проблему, из-за которой возникает ошибка. В некоторых случаях реестр Windows пытается загрузить файл Microsoft Sharepoint Error 6398, который больше не существует; в таких ситуациях рекомендуется запустить сканирование реестра, чтобы исправить любые недопустимые ссылки на пути к файлам.

Распространенные проблемы Microsoft Sharepoint Error 6398

Частичный список ошибок Microsoft Sharepoint Error 6398 Microsoft Sharepoint:

  • «Ошибка программного обеспечения Microsoft Sharepoint Error 6398. «
  • «Недопустимый файл Microsoft Sharepoint Error 6398. «
  • «Microsoft Sharepoint Error 6398 столкнулся с проблемой и закроется. «
  • «Не удается найти Microsoft Sharepoint Error 6398»
  • «Microsoft Sharepoint Error 6398 не может быть найден. «
  • «Ошибка запуска в приложении: Microsoft Sharepoint Error 6398. «
  • «Не удается запустить Microsoft Sharepoint Error 6398. «
  • «Ошибка Microsoft Sharepoint Error 6398. «
  • «Ошибка в пути к программному обеспечению: Microsoft Sharepoint Error 6398. «

Обычно ошибки Microsoft Sharepoint Error 6398 с Microsoft Sharepoint возникают во время запуска или завершения работы, в то время как программы, связанные с Microsoft Sharepoint Error 6398, выполняются, или редко во время последовательности обновления ОС. Важно отметить, когда возникают проблемы Microsoft Sharepoint Error 6398, так как это помогает устранять проблемы Microsoft Sharepoint (и сообщать в Microsoft Corporation).

Создатели Microsoft Sharepoint Error 6398 Трудности

Проблемы Microsoft Sharepoint Error 6398 могут быть отнесены к поврежденным или отсутствующим файлам, содержащим ошибки записям реестра, связанным с Microsoft Sharepoint Error 6398, или к вирусам / вредоносному ПО.

Более конкретно, данные ошибки Microsoft Sharepoint Error 6398 могут быть вызваны следующими причинами:

  • Недопустимый Microsoft Sharepoint Error 6398 или поврежденный раздел реестра.
  • Вирус или вредоносное ПО, повреждающее Microsoft Sharepoint Error 6398.
  • Microsoft Sharepoint Error 6398 злонамеренно удален (или ошибочно) другим изгоем или действительной программой.
  • Другое программное приложение, конфликтующее с Microsoft Sharepoint Error 6398.
  • Microsoft Sharepoint/Microsoft Sharepoint Error 6398 поврежден от неполной загрузки или установки.

Продукт Solvusoft

Загрузка
WinThruster 2023 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

  • Remove From My Forums
  • Question

  • Hi,

    I get this error log many times,

    Event 6398 (SharePoint Foundation) of severity ‘Critical’ occurred 15 more time(s) and was suppressed in the event log

    Any idea

    thanks


    meka38

Answers

    • Marked as answer by
      Emir Liu
      Friday, November 23, 2012 3:17 AM

All replies

    • Marked as answer by
      Emir Liu
      Friday, November 23, 2012 3:17 AM
  • Listing a few links on this problem is not the solution. Not to mention a search query in Bing. I have  the same problem and restarting the timer services does not help at all.

  • 6398 is a ‘bucket’ error code. You get it when SharePoint hits an issue with one of the hundred + timer jobs and dumps it out with a generic code to the event viewer. For 6398 errors you have to dig much deeper than just the error code.

    This is one of the drive-by questions that is so brief as to be unanswerable, in that case a Bing search is probably all it merits and probably far more use than listing a solution which might work through pure chance.

    If you can get some more detail from the body of the message, and in a perfect world, the ULS logs, then stick it up in a new thread. We’ll try to help you identify what the solution might be.

    • Edited by
      Alex Brassington
      Saturday, November 16, 2013 2:13 PM
  • I know this is an old question, and the original poster has probably found the solution to this by now, but this is the first result on Google for event 6398, so I’m going to post this for anyone else who comes across this topic.

    There should be another event 6398 in your event log that says something like «The Execute method of job definition Microsoft.SharePoint.Administration.SPSqmTimerJobDefinition (ID
    long-string-of-characters) threw an exception.»

    If you don’t know which timer job this is you can open Central Administration, go to Monitoring, then go to Review Job Definitions. Then you can type Ctrl+U to open up the source code for the page in IE. From there do a Ctrl+F and type in the first few characters
    from the long-string-of-characters. This should find the ID of the Timer Job that’s throwing the exception. The name of the timer job will be enclosed in the url tags. From there you can do a Google search for that timer job and the error it’s
    giving you.

    Hope this helps somebody.

  • OK, so not to open up a long dead thread, but I’m getting these errors multiple times when the Server is restarted (Windows Server 2012 and SPPS 2013 Enterprise Production Server, local instance. I followed the steps in the last post, but the ID code listed
    in the second 6398 event,
    4bcae4d2-9666-47b1-9621-8b0d11290052, didn’t show up in the code in the IE page when looking at SPPS->Central Administration->Monitoring->Report job definitions. The object referenced in the event was the
    Microsoft.Office.Server.UserProfiles.LMTRepopulationJob job object.

    Any suggestions from here would be greatly appreciated!

    Bill

  • That ID is a Correlation ID, which sometimes appear in the event logs but always appear in the server ULS logs. Have a look there.

    http://technet.microsoft.com/en-us/library/ff463595%28v=office.15%29.aspx

    As stated earlier the 6398 event is a ‘bucket’ event, if you want help on that i’d strongly urge searching your symptoms for a specific thread or starting a new one. Good luck.

  • Bill,

    I found that I had to display next 100 job descriptions and then do CRTL-U to find one of the IDs I looked for. It was on the 2nd of three pages.

    Also, learned that «-» as special character is  encoded %2… in the description. Need to search for contiguous digits or letters w/o special characters.

    • Proposed as answer by
      RonJohnMSU
      Tuesday, March 29, 2016 8:39 PM
    • Unproposed as answer by
      RonJohnMSU
      Tuesday, March 29, 2016 8:40 PM
  • They didn’t, not in this thread because it’s pointless. As i’ve said twice 6398 is a bucket event, it relates to a timer job but there’s lots of those and even more different causes for each one.

    This thread is the SharePoint equivalent of telling your doctor: ‘I don’t feel well, tell me what’s wrong’.

    • Proposed as answer by
      RonJohnMSU
      Tuesday, March 29, 2016 8:39 PM
  • This thread can’t be resolved because it’s such got so little information the cause could be almost anything and the OP didn’t come back and say what went wrong. There’s no point bumping it as it’s clearly so useless.

    I hope you have some luck in your other thread.

    • Proposed as answer by
      RonJohnMSU
      Friday, April 1, 2016 5:42 PM
  • I had this issue and it was actually nothing to do with sharepoint but the Project server application I had….

    I found this article which saved my life…I removed the faulty project site and it stopped the errors! Hope this helps someone 

    https://epmsource.com/2011/05/31/common-errors-when-a-pwa-site-is-deleted-incorrectly/ 


    KR Awad

I think I probably figured out what is my issue,  I know that someone having this issue because of other reason, but my reason is, the FeedCacheService.BulkLMTUpdate: Region not found
happened all the time when I restart my 2012 server, because I’m doing development, so I need to restart server everyday, every time when restart server, the AppFabric Caching Service restart, and the cache region will rebuild, and there is no
LMT region, and then this exception happened.

so if you look at the code in FeedCacheService.BulkLMTUpdate, it will

call FeedCacheImplementation.BulkLMTUpdate, in FeedCacheImplementation.BulkLMTUpdate, it calls 

this.PutInLMTRegion(CacheIdentifier, this.GetCacheLMTTTL(LastModifiedUtcTime), null);


this cause the region not found exception, and it throw SPDistributedCacheRegionNotFoundException exception, and try to call another method to recreate the LMT region:

this.EnsureAndRepopulateLMTRegion(false);

after the LMT region recreated. and the region not found event will never happened, unless the AppFabric Caching Service restart.

I just don’t understand why MS developers assuming the LMT region always be there, how about the first running of the cache service after the fresh installation? just like my case. and also sometime I got another 6398 error, said the cache cluster is
probably down, I believe this is also related with the AppFabric Caching Service, looks like AppFabric Caching Service is not stable.

some links about Distributed Cache service in SharePoint Server 2013

http://technet.microsoft.com/en-us/library/jj219700.aspx

http://technet.microsoft.com/en-us/library/jj219560.aspx

and here is the code BulkLMTUpdate:

internal bool BulkLMTUpdate(Guid callerID, List<KeyValuePair<FeedCacheEntity, LMTEntry>> lastModifiedTimes)
{
    bool flag;
    if (lastModifiedTimes == null)
    {
        throw new ArgumentNullException(«lastModifiedTimes»);
    }
    using (new SPMicroblogUsageMonitoredScope(«FeedCacheImplementation.BulkLMTUpdate», SPMicroblogUsageField.FeedCacheImpl_Duration))
    {
        try
        {
            foreach (KeyValuePair<FeedCacheEntity, LMTEntry> pair in lastModifiedTimes)
            {
                this.PutInLMTRegion(pair.Key.CacheIdentifier, pair.Value, this.GetCacheLMTTTL(pair.Value.LastModifiedUtcTime), null);
                AddToLocalUrls(pair.Key);
            }
            this.LMTCacheWrapper.Put(callerID.ToString(«N»), new LMTEntry(DateTime.UtcNow).Serialze(), FeedCacheManager.Constants.ConfigTTLTimeSpan, this.LastModifiedTimeRegionName);
        }
        catch (Exception exception)
        {
            if (exception is SPDistributedCacheRegionNotFoundException)
            {
                ULS.SendTraceTag(0x10645f, ULSCat.msoulscat_SPS_FeedCache, ULSTraceLevel.Medium, «FeedCacheImplementation.BulkLMTUpdate() — LMT region missing»);
                this.EnsureAndRepopulateLMTRegion(false);
                try
                {
                    foreach (KeyValuePair<FeedCacheEntity, LMTEntry> pair2 in lastModifiedTimes)
                    {
                        this.PutInLMTRegion(pair2.Key.CacheIdentifier, pair2.Value, this.GetCacheLMTTTL(pair2.Value.LastModifiedUtcTime), null);
                    }
                    this.DataCacheWrapper.Put(callerID.ToString(«N»), new LMTEntry(DateTime.UtcNow).Serialze(), FeedCacheManager.Constants.ConfigTTLTimeSpan, this.LastModifiedTimeRegionName);
                    goto Label_01C1;
                }
                catch (Exception exception2)
                {
                    ULS.SendTraceTag(0x20178c, ULSCat.msoulscat_SPS_FeedCache, ULSTraceLevel.High, «FeedCacheImplementation.BulkLMTUpdate() — Unexpected exception while trying to update LMT in bulk: {0}», new
object[] { exception2 });
                    throw;
                }
            }
            ULS.SendTraceTag(0x151821, ULSCat.msoulscat_SPS_FeedCache, ULSTraceLevel.High, «FeedCacheImplementation.BulkLMTUpdate() — Unexpected exception while trying to update LMT in bulk: {0}», new object[] { exception });
            throw;
        }
    Label_01C1:
        flag = true;
    }
    return flag;
}

  • Remove From My Forums

 locked

User Profile Import Job errors — 6398 Sharepoint Foundation

  • Question

  • I am getting some EventID 6398 Errors every minute or so in my app log on my Sharepoint app server.  The error is: 

    The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID 05dddb21-ed13-4c84-9779-59bbeb6a3a40) threw an exception. More information is included below.

    Operation is not valid due to the current state of the object.

    The thing is, this is a pretty stock install of Sharepoint, I didn’t do much of any configuration for user profile sync, or don’t think I did, and we seem to have all of our profiles showing up.  However, it says the «User Profile Sync is not currently
    provisioned».  This is the info from the thee Manage Profile Service: User Profile Service Application:

    Profiles
    Number of User Profiles 359
    Number of User Properties 96
    Number of Organization Profiles 1
    Number of Organization Properties 15
    Audiences
    Number of Audiences 1
    Uncompiled Audiences 0
    Audience Compilation Status Idle
    Audience Compilation Schedule Every Saturday at 01:00 AM
    Last Compilation Time Ended at 2/4/2017 1:00 AM
    Profile Synchronization Settings

    User Profile Sync is not currently provisioned.

    Also, when I click configure syncronization connections, I have none listed.  When I try to add a new one I get an error:

    Cannot navigate to the requested page while User Profile Synchronization is running.  Please wait for the current synchonization run to finish.

    On this same server this is the status for the services:

    User Profile Service Started
    User Profile Synchronization Service Stopped

    My question is what profile sync is running if the service isn’t even started?  and I assume since it is constantly running I cannot add the sync connection.  I’m just a little confused by it’s current state and how I can eliminate these errors
    without messing up the current profiles I have synchronized, etc.

Answers

  • Hi Kevin Wehnau,

    If the User Profile Synchronization Service is stopped, it will display “User Profile Sync is not currently provisioned” and cannot create synchronization connections in user profile service application.

    If the User Profile Synchronization Service is started, it will display “Profile Synchronization Status Idle”.

    Then User Profile Synchronization Service should be started.

    About the message “Cannot navigate to the requested page while User Profile Synchronization is running. 
    Please wait for the current synchonization run to finish”, it may be the user profile sync timer job is not running or in «Starting» stage for a long time. You could do IIS reset.

    To troubleshoot the EventID 6398 Errors issue, check things below:

    1. Disable the failed timer job. Go to central administration->monitoring->review job definitions ->job history and change the view to Failed jobs.

    2. Check if FIM is started from the Services.msc on the server.

    3. Repair the SharePoint foundation installation and restart the server. Go to control panel->uninstall a program->right click Microsoft SharePoint foundation 2013 and select change->repair.

    4. Follow the troubleshooting steps in the article below.

    SharePoint 2013: Event 6398: The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception.

    https://social.technet.microsoft.com/wiki/contents/articles/24496.sharepoint-2013-event-6398-the-execute-method-of-job-definition-microsoft-office-server-userprofiles-userprofileimportjob-threw-an-exception.aspx

    More reference:

    Event ID 6398 Microsoft-SharePoint Products-SharePoint Foundation.

    Event ID 6398 Microsoft-SharePoint Products-SharePoint Foundation

    Best regards,

    Sara Fan


    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact
    tnmff@microsoft.com

    • Proposed as answer by

      Monday, February 13, 2017 1:46 AM

    • Marked as answer by
      Kevin Wehnau
      Wednesday, February 15, 2017 9:47 PM
Icon Ex Номер ошибки: Ошибка 6398
Название ошибки: Microsoft Sharepoint Error 6398
Описание ошибки: Ошибка 6398: Возникла ошибка в приложении Microsoft Sharepoint. Приложение будет закрыто. Приносим извинения за неудобства.
Разработчик: Microsoft Corporation
Программное обеспечение: Microsoft Sharepoint
Относится к: Windows XP, Vista, 7, 8, 10, 11

Описание «Microsoft Sharepoint Error 6398»

Это наиболее распространенное условие «Microsoft Sharepoint Error 6398», известное как ошибка времени выполнения (ошибка). Разработчики программного обеспечения, такие как Microsoft Corporation, обычно принимают Microsoft Sharepoint через несколько уровней отладки, чтобы сорвать эти ошибки перед выпуском для общественности. Ошибки, такие как ошибка 6398, иногда удаляются из отчетов, оставляя проблему остается нерешенной в программном обеспечении.

После установки программного обеспечения может появиться сообщение об ошибке «Microsoft Sharepoint Error 6398». В случае обнаруженной ошибки 6398 клиенты могут сообщить о наличии проблемы Microsoft Corporation по электронной почте или сообщать об ошибках. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. Если есть запрос на обновление Microsoft Sharepoint, это обычно обходной путь для устранения проблем, таких как ошибка 6398 и другие ошибки.

Сбой во время запуска Microsoft Sharepoint или во время выполнения, как правило, когда вы столкнетесь с «Microsoft Sharepoint Error 6398». Причины сбоев обработки можно отличить, классифицируя ошибки 6398 следующим образом:.

Ошибка 6398 Crash — Номер ошибки вызовет блокировка системы компьютера, препятствуя использованию программы. Обычно это происходит, когда Microsoft Sharepoint не может распознать, что ему дается неправильный ввод, или не знает, что он должен производить.

Утечка памяти «Microsoft Sharepoint Error 6398» — этот тип утечки памяти приводит к тому, что Microsoft Sharepoint продолжает использовать растущие объемы памяти, снижая общую производительность системы. Есть некоторые потенциальные проблемы, которые могут быть причиной получения проблем во время выполнения, с неправильным кодированием, приводящим к бесконечным циклам.

Ошибка 6398 Logic Error — логическая ошибка возникает, когда компьютер производит неправильный вывод, даже если вход правильный. Неисправный исходный код Microsoft Corporation может привести к этим проблемам с обработкой ввода.

Microsoft Corporation проблемы файла Microsoft Sharepoint Error 6398 в большинстве случаев связаны с повреждением, отсутствием или заражением файлов Microsoft Sharepoint. Обычно, установка новой версии файла Microsoft Corporation позволяет устранить проблему, из-за которой возникает ошибка. В некоторых случаях реестр Windows пытается загрузить файл Microsoft Sharepoint Error 6398, который больше не существует; в таких ситуациях рекомендуется запустить сканирование реестра, чтобы исправить любые недопустимые ссылки на пути к файлам.

Распространенные проблемы Microsoft Sharepoint Error 6398

Частичный список ошибок Microsoft Sharepoint Error 6398 Microsoft Sharepoint:

  • «Ошибка программного обеспечения Microsoft Sharepoint Error 6398. «
  • «Недопустимый файл Microsoft Sharepoint Error 6398. «
  • «Microsoft Sharepoint Error 6398 столкнулся с проблемой и закроется. «
  • «Не удается найти Microsoft Sharepoint Error 6398»
  • «Microsoft Sharepoint Error 6398 не может быть найден. «
  • «Ошибка запуска в приложении: Microsoft Sharepoint Error 6398. «
  • «Не удается запустить Microsoft Sharepoint Error 6398. «
  • «Ошибка Microsoft Sharepoint Error 6398. «
  • «Ошибка в пути к программному обеспечению: Microsoft Sharepoint Error 6398. «

Обычно ошибки Microsoft Sharepoint Error 6398 с Microsoft Sharepoint возникают во время запуска или завершения работы, в то время как программы, связанные с Microsoft Sharepoint Error 6398, выполняются, или редко во время последовательности обновления ОС. Важно отметить, когда возникают проблемы Microsoft Sharepoint Error 6398, так как это помогает устранять проблемы Microsoft Sharepoint (и сообщать в Microsoft Corporation).

Создатели Microsoft Sharepoint Error 6398 Трудности

Проблемы Microsoft Sharepoint Error 6398 могут быть отнесены к поврежденным или отсутствующим файлам, содержащим ошибки записям реестра, связанным с Microsoft Sharepoint Error 6398, или к вирусам / вредоносному ПО.

Более конкретно, данные ошибки Microsoft Sharepoint Error 6398 могут быть вызваны следующими причинами:

  • Недопустимый Microsoft Sharepoint Error 6398 или поврежденный раздел реестра.
  • Вирус или вредоносное ПО, повреждающее Microsoft Sharepoint Error 6398.
  • Microsoft Sharepoint Error 6398 злонамеренно удален (или ошибочно) другим изгоем или действительной программой.
  • Другое программное приложение, конфликтующее с Microsoft Sharepoint Error 6398.
  • Microsoft Sharepoint/Microsoft Sharepoint Error 6398 поврежден от неполной загрузки или установки.

Продукт Solvusoft

Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

I just found this morning that there are a lot of critical errors since 9/9/2015 in SharePoint, all of them being the Event ID 6398. Here’s the error:

The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID 9c4b1113-cc57-46e0-83c4-75c1c64f909a) threw an exception. More information is included below.

Operation is not valid due to the current state of the object.

When I go see which job is causing this issue (with the id), it points right toward the User Profile Service Application - User Profile Incremental Synchronization job. And in fact, when I go see users in SharePoint, I can see that they’re not up-to-date since about a week (surely since 9/9/2015).

I tried to search for solutions, but they were more «Disable the faulty job» than anything else and I don’t think disabling this job is a solution.
I also found a solution that would be to restart the SharePoint Timer Service on the server, but I’m quite hesitant about this, since I don’t know the impacts of restarting the service (even if I don’t think it would cause any problem).

I’m using SharePoint 2013 if it can be of any help.

Is anyone ever faced this problem and maybe have a solution?

Thanks.

This SharePoint 2013 tutorial explains how to solve SharePoint 2013 Event 6398 The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception.

Source of Error : Application Log
Application Name : SharePoint Foundation
Event Id : 6398
Error Message : The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID 9f5ac0b2-fac0-4ee0-af16-4239c796c99d) threw an exception. More information is included below.

There was no endpoint listening at http://pfapms01:5725/ResourceManagementService/MEX that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

SharePoint 2013 Event 6398 The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception

SharePoint 2013 Event 6398 The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception

Resolution for SharePoint 2013 Event 6398

In order to fix this issue follow below steps:

i. Open SharePoint 2013 Central Administration > System Settings > Click on Manage services on Server in Server section.

SharePoint 2013 Event 6398 The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception

SharePoint 2013 Event 6398 The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception

ii. First Stop User Profile Synchronization service then User Profile Service
iii. The start User Profile Service then User Profile Synchronization Service, provide credential during starting service.

The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception

The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception

Event errors will stop occurring.

You may like the following SharePoint tutorials:

  • User profile synchronization service stuck on starting SharePoint 2013
  • SharePoint 2016 User Profile Service Application (UPSA) configuration step by step tutorial
  • SharePoint 2016 usage analytics
  • Approve/Reject documents or items using Content Approval in SharePoint Online or SharePoint 2016/2013
  • Windows successfully diagnosed a low virtual memory condition sql server event id 2004
  • dcom was unable to communicate with the computer using any of the configured protocols
  • Windows Update service must be in running state error while installing AppFabric in Windows server 2012 R2
  • How to check server health status check using PowerShell in SharePoint

This SharePoint 2013 tutorial explained how to solve SharePoint 2013 Event 6398 The Execute method of job definition Microsoft.Office.Server.UserProfiles. UserProfileImportJob threw an exception.

Как исправить время выполнения Ошибка 6398 Ошибка Microsoft Sharepoint 6398

В этой статье представлена ошибка с номером Ошибка 6398, известная как Ошибка Microsoft Sharepoint 6398, описанная как Ошибка 6398: Возникла ошибка в приложении Microsoft Sharepoint. Приложение будет закрыто. Приносим свои извинения за неудобства.

О программе Runtime Ошибка 6398

Время выполнения Ошибка 6398 происходит, когда Microsoft Sharepoint дает сбой или падает во время запуска, отсюда и название. Это не обязательно означает, что код был каким-то образом поврежден, просто он не сработал во время выполнения. Такая ошибка появляется на экране в виде раздражающего уведомления, если ее не устранить. Вот симптомы, причины и способы устранения проблемы.

Определения (Бета)

Здесь мы приводим некоторые определения слов, содержащихся в вашей ошибке, в попытке помочь вам понять вашу проблему. Эта работа продолжается, поэтому иногда мы можем неправильно определить слово, так что не стесняйтесь пропустить этот раздел!

  • Sharepoint . По вопросам, связанным с SharePoint, обращайтесь на сайт SharePoint Stack Exchange https: sharepoint.stackexchange.com.
Симптомы Ошибка 6398 — Ошибка Microsoft Sharepoint 6398

Ошибки времени выполнения происходят без предупреждения. Сообщение об ошибке может появиться на экране при любом запуске %программы%. Фактически, сообщение об ошибке или другое диалоговое окно может появляться снова и снова, если не принять меры на ранней стадии.

Возможны случаи удаления файлов или появления новых файлов. Хотя этот симптом в основном связан с заражением вирусом, его можно отнести к симптомам ошибки времени выполнения, поскольку заражение вирусом является одной из причин ошибки времени выполнения. Пользователь также может столкнуться с внезапным падением скорости интернет-соединения, но, опять же, это не всегда так.

Fix Ошибка Microsoft Sharepoint 6398 (Error Ошибка 6398)
(Только для примера)

Причины Ошибка Microsoft Sharepoint 6398 — Ошибка 6398

При разработке программного обеспечения программисты составляют код, предвидя возникновение ошибок. Однако идеальных проектов не бывает, поскольку ошибки можно ожидать даже при самом лучшем дизайне программы. Глюки могут произойти во время выполнения программы, если определенная ошибка не была обнаружена и устранена во время проектирования и тестирования.

Ошибки во время выполнения обычно вызваны несовместимостью программ, запущенных в одно и то же время. Они также могут возникать из-за проблем с памятью, плохого графического драйвера или заражения вирусом. Каким бы ни был случай, проблему необходимо решить немедленно, чтобы избежать дальнейших проблем. Ниже приведены способы устранения ошибки.

Методы исправления

Ошибки времени выполнения могут быть раздражающими и постоянными, но это не совсем безнадежно, существует возможность ремонта. Вот способы сделать это.

Если метод ремонта вам подошел, пожалуйста, нажмите кнопку upvote слева от ответа, это позволит другим пользователям узнать, какой метод ремонта на данный момент работает лучше всего.

Обратите внимание: ни ErrorVault.com, ни его авторы не несут ответственности за результаты действий, предпринятых при использовании любого из методов ремонта, перечисленных на этой странице — вы выполняете эти шаги на свой страх и риск.

Метод 1 — Закройте конфликтующие программы

Когда вы получаете ошибку во время выполнения, имейте в виду, что это происходит из-за программ, которые конфликтуют друг с другом. Первое, что вы можете сделать, чтобы решить проблему, — это остановить эти конфликтующие программы.

  • Откройте диспетчер задач, одновременно нажав Ctrl-Alt-Del. Это позволит вам увидеть список запущенных в данный момент программ.
  • Перейдите на вкладку «Процессы» и остановите программы одну за другой, выделив каждую программу и нажав кнопку «Завершить процесс».
  • Вам нужно будет следить за тем, будет ли сообщение об ошибке появляться каждый раз при остановке процесса.
  • Как только вы определите, какая программа вызывает ошибку, вы можете перейти к следующему этапу устранения неполадок, переустановив приложение.

Метод 2 — Обновите / переустановите конфликтующие программы

Использование панели управления

  • В Windows 7 нажмите кнопку «Пуск», затем нажмите «Панель управления», затем «Удалить программу».
  • В Windows 8 нажмите кнопку «Пуск», затем прокрутите вниз и нажмите «Дополнительные настройки», затем нажмите «Панель управления»> «Удалить программу».
  • Для Windows 10 просто введите «Панель управления» в поле поиска и щелкните результат, затем нажмите «Удалить программу».
  • В разделе «Программы и компоненты» щелкните проблемную программу и нажмите «Обновить» или «Удалить».
  • Если вы выбрали обновление, вам просто нужно будет следовать подсказке, чтобы завершить процесс, однако, если вы выбрали «Удалить», вы будете следовать подсказке, чтобы удалить, а затем повторно загрузить или использовать установочный диск приложения для переустановки. программа.

Использование других методов

  • В Windows 7 список всех установленных программ можно найти, нажав кнопку «Пуск» и наведя указатель мыши на список, отображаемый на вкладке. Вы можете увидеть в этом списке утилиту для удаления программы. Вы можете продолжить и удалить с помощью утилит, доступных на этой вкладке.
  • В Windows 10 вы можете нажать «Пуск», затем «Настройка», а затем — «Приложения».
  • Прокрутите вниз, чтобы увидеть список приложений и функций, установленных на вашем компьютере.
  • Щелкните программу, которая вызывает ошибку времени выполнения, затем вы можете удалить ее или щелкнуть Дополнительные параметры, чтобы сбросить приложение.

Метод 3 — Обновите программу защиты от вирусов или загрузите и установите последнюю версию Центра обновления Windows.

Заражение вирусом, вызывающее ошибку выполнения на вашем компьютере, необходимо немедленно предотвратить, поместить в карантин или удалить. Убедитесь, что вы обновили свою антивирусную программу и выполнили тщательное сканирование компьютера или запустите Центр обновления Windows, чтобы получить последние определения вирусов и исправить их.

Метод 4 — Переустановите библиотеки времени выполнения

Вы можете получить сообщение об ошибке из-за обновления, такого как пакет MS Visual C ++, который может быть установлен неправильно или полностью. Что вы можете сделать, так это удалить текущий пакет и установить новую копию.

  • Удалите пакет, выбрав «Программы и компоненты», найдите и выделите распространяемый пакет Microsoft Visual C ++.
  • Нажмите «Удалить» в верхней части списка и, когда это будет сделано, перезагрузите компьютер.
  • Загрузите последний распространяемый пакет от Microsoft и установите его.

Метод 5 — Запустить очистку диска

Вы также можете столкнуться с ошибкой выполнения из-за очень нехватки свободного места на вашем компьютере.

  • Вам следует подумать о резервном копировании файлов и освобождении места на жестком диске.
  • Вы также можете очистить кеш и перезагрузить компьютер.
  • Вы также можете запустить очистку диска, открыть окно проводника и щелкнуть правой кнопкой мыши по основному каталогу (обычно это C :)
  • Щелкните «Свойства», а затем — «Очистка диска».

Метод 6 — Переустановите графический драйвер

Если ошибка связана с плохим графическим драйвером, вы можете сделать следующее:

  • Откройте диспетчер устройств и найдите драйвер видеокарты.
  • Щелкните правой кнопкой мыши драйвер видеокарты, затем нажмите «Удалить», затем перезагрузите компьютер.

Метод 7 — Ошибка выполнения, связанная с IE

Если полученная ошибка связана с Internet Explorer, вы можете сделать следующее:

  1. Сбросьте настройки браузера.
    • В Windows 7 вы можете нажать «Пуск», перейти в «Панель управления» и нажать «Свойства обозревателя» слева. Затем вы можете перейти на вкладку «Дополнительно» и нажать кнопку «Сброс».
    • Для Windows 8 и 10 вы можете нажать «Поиск» и ввести «Свойства обозревателя», затем перейти на вкладку «Дополнительно» и нажать «Сброс».
  2. Отключить отладку скриптов и уведомления об ошибках.
    • В том же окне «Свойства обозревателя» можно перейти на вкладку «Дополнительно» и найти пункт «Отключить отладку сценария».
    • Установите флажок в переключателе.
    • Одновременно снимите флажок «Отображать уведомление о каждой ошибке сценария», затем нажмите «Применить» и «ОК», затем перезагрузите компьютер.

Если эти быстрые исправления не работают, вы всегда можете сделать резервную копию файлов и запустить восстановление на вашем компьютере. Однако вы можете сделать это позже, когда перечисленные здесь решения не сработают.

Другие языки:

How to fix Error 6398 (Microsoft Sharepoint Error 6398) — Error 6398: Microsoft Sharepoint has encountered a problem and needs to close. We are sorry for the inconvenience.
Wie beheben Fehler 6398 (Microsoft Sharepoint-Fehler 6398) — Fehler 6398: Microsoft Sharepoint hat ein Problem festgestellt und muss geschlossen werden. Wir entschuldigen uns für die Unannehmlichkeiten.
Come fissare Errore 6398 (Errore 6398 di Microsoft Sharepoint) — Errore 6398: Microsoft Sharepoint ha riscontrato un problema e deve essere chiuso. Ci scusiamo per l’inconveniente.
Hoe maak je Fout 6398 (Microsoft Sharepoint-fout 6398) — Fout 6398: Microsoft Sharepoint heeft een probleem ondervonden en moet worden afgesloten. Excuses voor het ongemak.
Comment réparer Erreur 6398 (Erreur Microsoft Sharepoint 6398) — Erreur 6398 : Microsoft Sharepoint a rencontré un problème et doit se fermer. Nous sommes désolés du dérangement.
어떻게 고치는 지 오류 6398 (Microsoft Sharepoint 오류 6398) — 오류 6398: Microsoft Sharepoint에 문제가 발생해 닫아야 합니다. 불편을 드려 죄송합니다.
Como corrigir o Erro 6398 (Erro 6398 do Microsoft Sharepoint) — Erro 6398: O Microsoft Sharepoint encontrou um problema e precisa fechar. Lamentamos o inconveniente.
Hur man åtgärdar Fel 6398 (Microsoft Sharepoint Error 6398) — Fel 6398: Microsoft Sharepoint har stött på ett problem och måste avslutas. Vi är ledsna för besväret.
Jak naprawić Błąd 6398 (Błąd Microsoft Sharepoint 6398) — Błąd 6398: Microsoft Sharepoint napotkał problem i musi zostać zamknięty. Przepraszamy za niedogodności.
Cómo arreglar Error 6398 (Error 6398 de Microsoft Sharepoint) — Error 6398: Microsoft Sharepoint ha detectado un problema y debe cerrarse. Lamentamos las molestias.

The Author Об авторе: Фил Харт является участником сообщества Microsoft с 2010 года. С текущим количеством баллов более 100 000 он внес более 3000 ответов на форумах Microsoft Support и создал почти 200 новых справочных статей в Technet Wiki.

Следуйте за нами: Facebook Youtube Twitter

Рекомендуемый инструмент для ремонта:

Этот инструмент восстановления может устранить такие распространенные проблемы компьютера, как синие экраны, сбои и замораживание, отсутствующие DLL-файлы, а также устранить повреждения от вредоносных программ/вирусов и многое другое путем замены поврежденных и отсутствующих системных файлов.

ШАГ 1:

Нажмите здесь, чтобы скачать и установите средство восстановления Windows.

ШАГ 2:

Нажмите на Start Scan и позвольте ему проанализировать ваше устройство.

ШАГ 3:

Нажмите на Repair All, чтобы устранить все обнаруженные проблемы.

СКАЧАТЬ СЕЙЧАС

Совместимость

Требования

1 Ghz CPU, 512 MB RAM, 40 GB HDD
Эта загрузка предлагает неограниченное бесплатное сканирование ПК с Windows. Полное восстановление системы начинается от $19,95.

ID статьи: ACX08006RU

Применяется к: Windows 10, Windows 8.1, Windows 7, Windows Vista, Windows XP, Windows 2000

Event 6398

Event 6398

I was running both a SharePoint 2013 and a SharePoint 2016 standard edition installation with stock, out of the box setups. Seemingly randomly, and on the same day, both started generating Critical Event 6398 Errors once every hour that looked like the error below:

By the way, also check out part #2 of this solution to check out what to do next after this.

The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID ...) threw an exception. More information is included below.

Unexpected exception in FeedCacheService.IsRepopulationNeeded: Connection to the server terminated,check if the cache host(s) is running .. (Correlation=...)

I was able to resolve these using the steps below. To summarize, what I did was first to:

  1. check that the Distributed Cache was in fact fine
  2. then to remove and re-instantiate the Distributed Cache

Step #1: Check that your Distributed Cache is up and running:

First open up your SharePoint Management Shell (don’t forget to right-click to run this as an administrator)

Once the command shell prompt appears, you can query the cache to make sure it is actually up and running. To do so, first enter:

Then enter:

Hopefully you’ll see that the AppFabricCachingService is Up. What this means (as far as I can tell) is that you just need to remove and then re-add the cache service instance.

By the way, if you want to find out what local groups the caching service is running under, you can enter this command into the Management Shell (of course after you enter Use-cachecluster):

Get-CacheAllowedClientAccounts

This should return:

Step #2: Remove and Re-Add the Distributed Cache Service Instance

You can do this simply by removing it in the SharePoint Management Shell using this commandlet:

Remove-SPDistributedCacheServiceInstance

Then give it a minute or so and start the cache service back up again using this commandlet:

Add-SPDistributedCacheServiceInstance

By the way, after restarting the cache, you’ll at first probably see a few Critical timeout errors (for now still the same Event 6398) in the Application Event logs, but these will go away as the application syncs itself to the newly instantiated distributed cache.

I can’t guarantee that this will work for you, since your situation may be different, but this is what worked for me in debugging the dreaded Event 6398 :)

Published by Justin Cooney

I am a Senior Applications Programmer / Analyst with years of experience developing enterprise solutions using the Microsoft technology stack including C#, VB.NET, ASP.NET, AJAX, IIS and SQL Server.

I specialize in Web application development with a focus on building secure systems, integrating applications, and designing robust database structures.
View all posts by Justin Cooney

Event ID 6398 SharePoint 2010 Error

Several features of the Microsoft SharePoint Foundation rely on scheduled background processes known as timer jobs. The status of timer jobs can be configured, scheduled, and viewed by the Administrator by using the Web site of SharePoint Central Administration.

But sometimes the SharePoint fails and starts throwing various errors. speaking of errors one such error is the event id 6398 error in SharePoint. 

So, if you are the one encountering the Service Instance timer execution failed – Event 6398 in SharePoint 2010 then keep reading the article to learn more about the error and ways to fix event id 6398.

Symptoms of the Event 6398 in SharePoint

  • This event appears in the event log: Event ID: 6398 The Execute method of job definition <Job Definition Name> (ID Job ID) threw an exception. More information is included below. %n%n <Job Details>

Most Common Job Definitions:

    • SPPasswordManagementJobDefinition

Purpose:   Sends e-mail and logs events for expiring passwords and password changes. Managed passwords are changed before they expire is ensured by a timer job.

    • SPGeneratePasswordJobDefinition

Purpose:   Generates a new password for an account, updates the account password, and then launches jobs to deploy the new password to everything that uses it.

    • SPAdminAppPoolCredentialDeploymentJobDefinition

Purpose:   Credentials are updated for the administration of the Internet Information Services (IIS) 7.0 application pool on the farm.

    • SPContentAppPoolCredentialDeploymentJobDefinition

Purpose:   Updates the credentials for a content IIS application pool on all servers in the farm.

    • SPWindowsServiceCredentialDeploymentJobDefinition

Purpose:   Updates the credentials for a Windows service on every PC in the farm where service is running.

    • SPMasterPassphraseDeploymentJobDefinition

Purpose:  Tells all the front-end Web applications the new passphrase-derived key. This job is run when the administrator decides to change the passphrase of the farm.

Causes of the SharePoint 2010 Event  6398 Error

  • The third-party timer job cannot be found or is corrupt.
  • The MS SharePoint Foundation 2010 timer job cannot be found or is corrupt.
  • Most Common Job Causes:
    • SPPasswordManagementJobDefinition

Issue:   Password change timer jobs (SPGeneratePasswordJobDefinition) has not been scheduled or updated for farm credentials. Any additions or changes made recently to the password change schedules for any credentials in the farm will not be updated to match the changes until the successful completion of this job.

    • SPGeneratePasswordJobDefinition

Issue:   Creating a new password is a scheduled timer job for a farm credential failed. The current credential value might no longer be valid and has to be manually updated in the Active Directory account. This timer job should be restarted if the credentials for the account are still valid.

    • SPAdminAppPoolCredentialDeploymentJobDefinition

Issue:   The new credentials for the Central Administration Web application pool have not been updated on the local machine to match the current value that was configured for the farm. This might prevent the Central Administration Web application from starting.

    • SPContentAppPoolCredentialDeploymentJobDefinition

Issue:   The new credentials for the application pool have not been updated on the local machine to match the current value that was configured for the farm. This might prevent the application pool from starting.

    • SPWindowsServiceCredentialDeploymentJobDefinition

Issue:   The new credentials for service have not been updated on the local machine to match the current value that was configured for the farm. This might prevent the service from starting.

    • SPMasterPassphraseDeploymentJobDefinition

Issue:   The master passphrase for the farm has not been updated on the local machine to match the current value that was configured for the farm. Decryption or encryption of the farm might be prevented with this encryption key until it is updated locally.

  • Review the job definition name found in the event description to determine the appropriate resolution:
    • SPPasswordManagementJobDefinition

Resolution:   Restart this timer job.

    • SPGeneratePasswordJobDefinition

Resolution:   Restart this timer job to manually force a password reset.

    • SPAdminAppPoolCredentialDeploymentJobDefinition

Resolution:   Restart this timer job to run administrator deployment jobs locally, in order to manually force a password reset.

    • SPContentAppPoolCredentialDeploymentJobDefinition

Resolution:   Restart this timer job to run administrator deployment jobs locally, in order to manually force a password reset.

    • SPWindowsServiceCredentialDeploymentJobDefinition

Resolution:   Restart this timer job to run administrator deployment jobs locally, in order to manually force a password reset.

    • SPMasterPassphraseDeploymentJobDefinition

Resolution:   Restart this timer job to run administrator deployment jobs locally, in order to manually force a password reset.

Alternate Solution to Fix Event ID 6398 SharePoint 2010 Error

  1. Start Central Administration
  2. Then go to Application Management > Web Applications > Manage Web Applications
  3. Next, choose the target web application.
  4. Then on the Web ribbon from the General Settings dropdown > choose General Settings > scroll down to the bottom.
  5. And Lastly set Enable Customer Experience Improvement Program to No.

Hope this works for you to fix SharePoint 2010 Event ID 6398 error, but if you are still encountering the Event 6398 error then run the automatic tool.

Automatic Solution to Fix SharePoint Service Instance Timer Execution Failed – Event 6398

If you are still encountering the SharePoint 2010 Event ID 6398 error then feel free to run the SharePoint File Repair tool. It is designed specifically to fix and recover several SharePoint errors.

It comes with an advanced algorithm that scans your entire SharePoint objects and helps you in fixing the issues and corruption. This is a multifunctional tool that just by scanning once detect and fix the SQL server errors. It not only repairs the files but also recovers entire crucial information stored on your SharePoint Server.

This tool also allows the user to retrieve the SharePoint database like tables, documents, labels, etc. this software is incorporated with a simple and rich graphical user interface to offer easy SharePoint recovery.

Steps to Run the SharePoint Repair Tool

  • Firstly, download, install, and launch the SharePoint Recovery Tool.
  • The interface screen displays two options to recover SharePoint data: ‘Complete Repair‘ and ‘Document Recovery‘. Select as per your requirement.

  • If you choose ‘Complete Repair‘, the screen will show the options for selecting and searching SQL Server (.MDF) files. Click on ‘Browse‘ to select a SharePoint database for repair.
  • If you do not know the actual path of the database which you want to repair, click on the ‘Find‘ to locate the MDF file in a specific drive.
  • After selecting the desired file initiate the scanning process.

  • After finishing the scan, the software would generate a tree of all SharePoint database tables and will display it in the left pane. You can select the table in the tree and can have the entire preview in the right pane. Then click on ‘Repair‘ to begin repairing for the selected database.
  • After clicking on ‘Repair‘, this dialog box will appear. Specify the SQL Server name or Instance name and the desired destination path.
  • Click on the ‘Browse‘ option to choose the destination path. And select the ‘OK‘ button.
  • Once this process gets completed, you would find a dialog box that displays this message ‘Recovered file saved at the desired location.” This shows that Recovery Process has successfully completed’.
  • Select the ‘OK‘ button.
  • You would find another dialog box that asks whether you want to attach the repaired database to the web application. If you click on the ‘Yes‘ button, the above dialog box will be displayed.
  • In the web application type URL, the name of the corrupt database and SQL Server Instance name.
  • Then select the ‘OK‘ button and proceed.
  • When the process gets finished, you would be able to access the repaired database by opening the web application.

Conclusion

So, this is all about “service instance timer execution failed – Event 6398” SharePoint 2010 error. I tried my best to list down the best possible solution fixes to get rid of the Event 6398 error in SharePoint.

Follow the solutions given to fix the Event ID 6398 error, hope the article works for you. Moreover, you can also fix the error easily by running the SharePoint Repair Tool.

If there is anything that I missed out or you are having any comments, queries, or suggestions, then share it with us on Facebook and Twitter. Also, if you like this article, then share it with the users going through the same issue.

Jacob Martin is a technology enthusiast having experience of more than 4 years with great interest in database administration. He is expertise in related subjects like SQL database, Access, Oracle & others. Jacob has Master of Science (M.S) degree from the University of Dallas. He loves to write and provide solutions to people on database repair. Apart from this, he also loves to visit different countries in free time.

Понравилась статья? Поделить с друзьями:

Интересное по теме:

  • Ошибка 639 камаз евро
  • Ошибка 6351 шкода
  • Ошибка 638 удаленный сервер не отвечает во время
  • Ошибка 6345 warzone call of duty
  • Ошибка 638 при подключении модема

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии