Forum Discussion

CadenL's avatar
CadenL
Level 6
5 years ago

Faulting module ucrtbase.dll after attemtping to start spoold

Hi

I'm in the process of rebuilding a Windows NBU 8.2 media server but can't get the deduplication engine service to start. This is new physical server with a fresh OS installation (Windows 2016) using the same server name and IP address as the original - I decided to also do a fresh install of NetBackup as the original media server hadn't been installed for that long for the hardware failed. The server had an MSDP which was a SAN volume and so still intact and this is mounted on the new server using the same drive letter which I've added to the HKLM\Software\Symantec\Puredisk\agent registry key.

The SPAD service starts fine but the SPOOLD (deduplication engine) fails and returns an error in the Windows event viewer saying:

Faulting application name: spoold.exe
Faulting module name: ucrtbase.dll

We lost two media servers due to a leaking AC unit and the other media server has been rebuilt the same way without issue. I think this may be a Windows thing rather than NetBackup but thought I'd throw it out there just in cause anyone has seen this before or has any ideas on how to troubleshoot further.  

thanks

 

  • Hello,

    I have several times tested a procedure with Media Server OS/NBU reinstall and MSDP storage intact, and it was ok.

    But after NBU fresh install, you must run nbdevconfig -setconfig -storage_server <server> -stype PureDisk ... . Have you run this? No need to update some registry keys.

    Regards

    Michal

     

9 Replies

  • (humble pie edit)

    didn't know there was a procedure for this

    (live and learn)

  • ucrtbase.dll is Universal C Runtime Base from Microsoft Visual C++

    Maybe upgrade/re-install of Visual C++ runtime libraries will solve the issue, it is my best guess.

    • Michal_Mikulik1's avatar
      Michal_Mikulik1
      Moderator

      Hello,

      I have several times tested a procedure with Media Server OS/NBU reinstall and MSDP storage intact, and it was ok.

      But after NBU fresh install, you must run nbdevconfig -setconfig -storage_server <server> -stype PureDisk ... . Have you run this? No need to update some registry keys.

      Regards

      Michal

       

      • CadenL's avatar
        CadenL
        Level 6

        Thanks Michal

        Is the nbdevconfig run on the master server?

        thanks