Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

  1. Identify which required field does not have a default value based on the error information provided by the setup program.
  2. Restore the database back to its original state prior to the installation attempt which failed.
  3. Open the appropriate entity and specify a default value for the field you identified in step 1.
  4. Save and close the entity.
  5. Re-run the Aptify 6.2 3 setup program.

Anchor
_GrantSQL
_GrantSQL
Grant SQL Cannot Generate a Field that Does Not Exist in the Base View and Field Level Security

If an entity has a field that is not part of the base view, the installation may fail. For example, Aptify 6.2 3 added a new field to Companies called Logo. This can be a problem for certain databases whose entity meets these conditions:

...

  1. Turn off the Grant SQL Text Generation for the entity's base view (back-end update).
  2. Update the entity (for example, add the new field manually).
  3. Manually add the new field to the entity's SQL Text and to the all the Grant statements from the appropriate Database Objects records.
  4. Turn on Grant SQL Text Generation (back-end update).
  5. Re-run the setup, if possible, on a restored backup from prior to installation.

Anchor
New
New
Aptify Web Site May Fail to Load on Non-default IIS port

  1. Go to \<site root>\Aptify\script\Aptify\configuration. and Open Aptify.Framework.Configuration.External.js.
  2. Make sure the below-highlighted configuration has the port number, if not you need to add it manually.
    For example: https://IW013035.aptify.com:<your port number>
    Image Added
  3. Save and Close.

Now,

  1. Go to \<site root>\AptifyServiceAPI and Open Web.Config.

    <add key="RedirectLocation" value=https://IW013035.aptify.com:9091/AptifyServicesAPI/service/Authentication/SQL?ShowLogin=true&UseRedirect=false />

    <add key="AuthenticatedRedirectLocation" value=https://IW013035.aptify.com:9091/Aptify/Index.html />

    <add key="InterfaceURL" value=https://IW013035.aptify.com:9091/Aptify/LoginContent/ConsolidatedLogin/ConsolidatedLogin.html />

    <add key="InterfaceURL" value=https://IW013035.aptify.com:9091/Aptify/LoginContent/ConsolidatedLogin/ConsolidatedLogin.html />

    <add key="Aptify.Services.CORS.AllowedDomains" value=https://IW013035.aptify.com:9091 />

    <add key="Aptify.FrameWork.Payment.BluePay.RemoteUrl" value=https://IW013035.aptify.com:9091/Aptify/hostedpaymentresponse.html />

  2. In the above-given attributes, make sure you have correct URL, port number and attributes.
  3. Save and Close.

Anchor
_AptifyWeb
_AptifyWeb
Aptify Web Site May Fail to Load Certain DLLs

...