Versions Compared

Key

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

...

...

  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

...