Installing e-Business 6 on a core 6.2 system - Known Errors

The following known errors may be logged to event viewer when installing e-Business 6 on a system that has been updated to core Aptify 6.2.  

Can Not Rebuild Database Schema for [someEntity] because GenerateTable is set to '0'

This error is logged any time setup deploys an entity change to an entity that is not Generated.  Typically no action is needed.  Aptify will ensure changes product is making in setup are reflected in database objects that need to be manually generated.  We leave these messages in because some customers may have an entity in this configuration we are unaware of.  If you are in this scenario you should ensure the database objects accurately reflect the manual changes you have made to your entity definition.

Entity 'eBusiness Carts' not found.

This will happen for any new entities Aptify deploys as part of setup.  It can be ignored as this entity is deployed with this setup.

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

You should inspect the rest of the message details for the LoaderExceptions property.  If they contain any of the following messages they can be safely ignored:

  • Could not load type 'Aptify.Framework.ExceptionManagement.BaseApplicationException' from assembly 'AptifyExceptionManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=f3fa0ecabf9514d9'.
  • Could not load file or assembly 'ServicesExceptionHandling, Version=6.0.0.1, Culture=neutral, PublicKeyToken=f3fa0ecabf9514d9' or one of its dependencies. The system cannot find the file specified.
  • Could not load file or assembly 'Unity.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f' or one of its dependencies. The system cannot find the file specified.

These messages are a result of moving types in the 6.2 release.  These location changes cannot be identified through reflection so the Object Repository errors.  The assemblies generating these exceptions are updated at the end of the installation process with their newer versions which is why these exceptions can be ignored. 

Repository: PersonsAddressInstaller.dll File C:\Setup\\Data\EBusiness6000\PostInstall\eBusiness\CMPACK\assemblies_ORO.cmpack\Common Files\ObjectRepositoryObjects\PersonsAddressInstaller.dll not found for PersonsAddressInstaller[-1] in current pack.

This message can be safely ignored.  This assembly was renamed to AddressInstaller.dll but the pack metadata does not reflect this change.  Setup correctly handles the new assembly in a later step.  Note, the directory in the above error message will be different depending on where your setup is located. 

No AptifyTypeResolver has been found in the GlobalContext. IGEObjectDataCacheCoordinator will be given an empty implementation.

This message can be safely ignored. 

Cannot determine if one way hashing is enabled on Web Users. Assuming it is.

This message can be safely ignored.

'Object reference not set to an instance of an object' is logged with a Source of AptifyServicesMessage

This message can be safely ignored.

Exception Type: System.IO.FileNotFoundException is logged with a Source of AptifyObjectRepositoryService

This message may be encountered during website installation and can be safely ignored.

Error: Cannot add duplicate collection entry of type 'mimeMap' with unique key attribute 'fileExtension' set to '.svg'

This message may be encountered during website installation when the mime type for svg is already present.  It can be ignored.