"The LicenseCode property is null or empty"

"The LicenseCode property is null or empty"

Customers may try using an out-of-date installer and get the following error:

For BOM Xploder, an updated installer can be downloaded at the following URL:
    • Related Articles

    • BomXploder - Release Notes

      v1000.1102 - Added schema specification to PART_SITE_VIEW in queries for SQL Server and Oracle so that non-SYSADM users in Oracle can connect successfully as long as they have SELECT privileges for PART_SITE_VIEW v1000.1101 - Fixed compatibility ...
    • BOMXploder - Installation and Guide

      Client Setup The details below will step you through installing Synergy’s BOM Xploder application locally on your clients PC or Terminal Server. The setup whether for PC or a Terminal Server is the same. Prerequisites: .Net 4.5 Framework, Visual Mfg ...
    • BOM Xploder - "ORA-00942 table or view does not exist" for non-SYSADM users

      If you refresh BOM Xploder with your connection configured to an Oracle Visual database for a user other than SYSADM, you may receive the following error: There are two steps required to fix this. First, make sure that BOM Xploder is updated to at ...
    • Bar Code Labor Ticket Entry not scanning correctly through Remote Desktop Session

      Description: Barcode scanner is not scanning properly when using Remote Desktop Session (RDS) to access Bar Code Labor Ticket Entry but works fine outside Visual. Resolution: Issue was fixed by editing Remote Desktop Connection and setting Apply ...
    • Delete a Packlist with SBO

      public bool Delete_Packlist(string packlist_id) { DatabaseConnection _Database; bool result = true; try { // Add DB connection specific code here. using (IDbConnection conn = _Database.Connection) { conn.Open(); SHIPPER s = new ...