{"id":403,"date":"2023-03-20T09:28:39","date_gmt":"2023-03-20T08:28:39","guid":{"rendered":"https:\/\/vmoller.dk\/?p=403"},"modified":"2023-03-20T09:28:41","modified_gmt":"2023-03-20T08:28:41","slug":"veeam-error-version-string-portion-was-too-short-or-too-long","status":"publish","type":"post","link":"https:\/\/vmoller.dk\/index.php\/2023\/03\/20\/veeam-error-version-string-portion-was-too-short-or-too-long\/","title":{"rendered":"Veeam error: Version string portion was too short or too long"},"content":{"rendered":"\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"677\" height=\"208\" data-id=\"404\" src=\"https:\/\/vmoller.dk\/wp-content\/uploads\/2023\/03\/veeamkb4421.png\" alt=\"\" class=\"wp-image-404\" srcset=\"https:\/\/vmoller.dk\/wp-content\/uploads\/2023\/03\/veeamkb4421.png 677w, https:\/\/vmoller.dk\/wp-content\/uploads\/2023\/03\/veeamkb4421-300x92.png 300w\" sizes=\"auto, (max-width: 677px) 100vw, 677px\" \/><figcaption class=\"wp-element-caption\">Veeam error: Version string portion was too short or too long<\/figcaption><\/figure>\n<\/figure>\n\n\n\n<p>If you see the above error when your &#8220;Veeam Agent Backup&#8221; jobs try to run, then you need to make a change to your Veeam database (on the Veeam server).<\/p>\n\n\n\n<p>This is perfectly mentioned in this <a rel=\"noreferrer noopener\" href=\"https:\/\/www.veeam.com\/kb4421\" target=\"_blank\">KB4421<\/a> &#8211; but if you are using Microsoft SQL (embedded with Veeam) and have no SQL management studio installed &#8211; here is a quick guide on how to fix the above problem &#8211; just using OSQL.exe (included with SQL embedded)<\/p>\n\n\n\n<p>Locate the OSQL.EXE executable &#8211; I found it here: &#8220;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn&#8221;<\/p>\n\n\n\n<p>Using command prompt (cmd.exe) run the executable with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>osql.exe -E -S &lt;SERVERNAME>\\&lt;DATABASE><\/code><\/pre>\n\n\n\n<p>Replace SERVERNAME and the database name (ex. &#8220;osql.exe -E -SVEEAMBACKUP\\VEEAMSQL2012&#8221;). When OSQL prompt is ready for input type the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>use VeeamBackup;<br>go<br>update dbo.&#91;Backup.Model.EpHosts] set os_version='0.0' where os_version=''<br>go<br>exit<\/code><\/pre>\n\n\n<p>That should be it &#8211; try to run your &#8220;Veeam Agent Backups&#8221; again!<\/p>","protected":false},"excerpt":{"rendered":"<p>If you see the above error when your &#8220;Veeam Agent Backup&#8221; jobs try to run, then you need to make a change to your Veeam database (on the Veeam server). This is perfectly mentioned in this KB4421 &#8211; but if you are using Microsoft SQL (embedded with Veeam) and have no SQL management studio installed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[18],"tags":[19],"class_list":["post-403","post","type-post","status-publish","format-standard","hentry","category-veeam","tag-veeam"],"_links":{"self":[{"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/posts\/403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/comments?post=403"}],"version-history":[{"count":6,"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/posts\/403\/revisions"}],"predecessor-version":[{"id":410,"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/posts\/403\/revisions\/410"}],"wp:attachment":[{"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/media?parent=403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/categories?post=403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vmoller.dk\/index.php\/wp-json\/wp\/v2\/tags?post=403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}