Published Solutions

Published solution Articles non internal

Can we change the application name to upgrade the old one?
Symptoms Can we change the application name to upgrade the old one? Cause Resolution <application> ... <name>phpbb</name...
Wed, 22 Jan, 2020 at 7:08 PM
Introducing upgrades in APS2 package
Problem How do I test application upgrade? What are the steps to introduce upgrades in an APS package? Resolution Building a new version of a packa...
Wed, 22 Jan, 2020 at 7:08 PM
Prefix specified for tables is not used for creating tables in wordpress database
Symptoms 'Prefix of tables' value/entry is not used for creating tables in Wordpress database. Random value is taken in wp-cofig.php as well as i...
Wed, 22 Jan, 2020 at 7:08 PM
Can a Odin Service Automation sandbox be deployed in my local datacenter?
You can get a pre-configured instance of Odin Service Automation through your account on http://dev.apsstandard.org. These sandboxes are deployed in Odin da...
Wed, 22 Jan, 2020 at 7:08 PM
how to configure Business Automation API to listen on all interfaces
Problem I'm trying to connect to Business Automation API on my APS sandbox, which IP should be used? Resolution By default Business Automation ...
Wed, 22 Jan, 2020 at 7:08 PM
'Invalid \\u escape sequence' error when trying to create a resource
Symptoms I'm seeing the following error when trying to edit or create a resource: { "error": "std::runtime_error", "m...
Wed, 5 Feb, 2020 at 9:20 PM
unregisterResource() returns an error when trying to delete a resource.
Symptoms I'm seeing an error when trying to delete a resource using unregisterResource() method in APS PHP runtime: Internal Server Error: Request...
Wed, 5 Feb, 2020 at 9:20 PM
pem.deleteDNSRecord does not delete DNS records
Symptoms I'm trying to delete a DNS record using POA API method pem.deleteDNSRecord passing the record id, method returns <?xml version="...
Wed, 22 Jan, 2020 at 7:08 PM
[HOW-TO] How can I pass an entire model to a POST method within a PHP @param definition?
Symptoms I need to pass an entire model constructed in APS UI to a custom operation on endpoint, how can I do that? Resolution You can pass the mod...
Wed, 22 Jan, 2020 at 7:08 PM
A form can be submitted even when some elements in it do not pass validation
Symptoms A user can submit a form in Custom UI when some fields in this form are not valid. Cause Validation check is not added to onSubmit method ...
Wed, 22 Jan, 2020 at 7:08 PM