VeeamAgent.exe - Entry Point Not Found | Veeam Backup

Environment
  • Veeam Backup & Replication 5.x


Summary
Previously, running well. Got this error, suddenly, however.
VeeamAgent.exe - Entry Point Not Found

The procedure entry point libconv_set_relocation_prefix could not be located in the dynamic link library iconv.dll

Although going to use the Latest Veeam Backup & Replication, the part of System Upgrade Project, needed to solve it first.

In the beginning, not sure why. Tried
  • Reboot: Not work

  • Reinstall: Not work

  • Remove, & Install: Not work

Finally, helped by "procmon.exe". Identified the question, and then could solve it.


How-to
Run Process Monitor (procmon.exe)
#@ref http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
4:05:15.7051233 PM VeeamAgent.exe 4148 QueryOpen C:\Program Files\Veeam\Backup and Replication\iconv.dll NAME NOT FOUND
Copied it back from C:\Program Files\Veeam\Backup and Replication\vddk\iconv.dll


Got another error:
VeeamAgent.exe - Entry Point Not Found

The procedure entry point xmlGetNoNsProp could not be located in the dynamic link library libxml2.dll

4:09:06.2429975 PM VeeamAgent.exe 4148 QueryOpen C:\Program Files\Veeam\Backup and Replication\libxml2.dll NAME NOT FOUND
Copied it back from C:\Program Files\Veeam\Backup and Replication\vddk\libxml2.dll

Backup Service back to normal



Update