...
- Installation Fails During Update of Orders Entity
- Circular References with Form Templates or Dashboard
- Scenarios Where Setup May Fail Due to Entity Updates and Required Fields
- Grant SQL Cannot Generate a Field that Does Not Exist in the Base View and Field Level Security
- Aptify Web Site May Fail to Load on Non-default IIS port
- Aptify Web Site May Fail to Load Certain DLLs
- Database Setup Fails Due to Enabled Row Set Security
- The "Create Order" button on Summary Forms may not work as Expected
...
- Turn off the Grant SQL Text Generation for the entity's base view (back-end update).
- Update the entity (for example, add the new field manually).
- Manually add the new field to the entity's SQL Text and to the all the Grant statements from the appropriate Database Objects records.
- Turn on Grant SQL Text Generation (back-end update).
- Re-run the setup, if possible, on a restored backup from prior to installation.
Anchor | ||||
---|---|---|---|---|
|
- Go to \<site root>\Aptify\script\Aptify\configuration. and Open Aptify.Framework.Configuration.External.js.
- 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> - Save and Close.
Now,
- 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 />
- In the above-given attributes, make sure you have correct URL, port number and attributes.
- Save and Close.
Anchor | ||||
---|---|---|---|---|
|
...