Appeon support - Issue Verification Checklist
Posted by Carmina Garcia on 25 June 2013 07:00 PM
|
|
This article describes the steps the Client must follow to ensure that the issues being reported are reasonably-suspected to be Appeon Product Issues. It is important the Client carefully follows this checklist to avoid wasting precious down time and frustrated users. Appeon Technical Support will only assist with Appeon Product Issues. Application Server Does Not Start This is NOT an Appeon Product Issue and is NOT covered by Technical Support. Web Browser Does Not Start This is NOT an Appeon Product Issue and is NOT covered by Technical Support. Browser Plugin Does Not Load Ensure the following before contacting Appeon:
Please note that these steps will resolve 99% of the issues, and the remaining 1% are still always configuration issues preventing the browser plugin from loading properly. HTTP 404 Error If you get an HTTP 404 error this is NOT an Appeon Product Issue and is NOT covered by Technical Support. We suggest you try the following:
Cannot Login/Run the Application Ensure the following before contacting Appeon:
Cannot Ping Connection Cache If the connection cache does not ping this is NOT an Appeon Product Issue and is NOT covered by Technical Support. Usually, this is caused by incorrect username/password or other incorrect information supplied in the connection cache. Alternatively, the next most common reason is the database is stopped. Please work with your server and database administrator to resolve this issue. Web Browser Crashes Ensure the following before contacting Appeon:
Web Browser “Stack Overflow” Error This issue is caused by deploying Appeon in “Debug” mode. The mode is specified in the Application Profile Configuration of the Appeon Developer. Change to “Release” mode and perform a Full Deployment of the application. If the problem still persists, provide documented steps to reproduce and test case or original application source code.
Empty/Null Value Update Error on Sybase Databases (ASE or ASA) If the Web application uses a Sybase Adaptive Server® Enterprise (ASE) database or a SQL Anywhere database that is set as ASE-compatible, database updates may fail. This is a known issue and must be worked around during the development of the PowerBuilder application. It is not covered by emergency Technical Support. The cause of this issue is if the length is 0 or the value of the data is NULL for any data in a database table where the data is of a string type, such as varchar or char data type, the data retrieved from the database through a JDBC driver will have a length greater than 0. Rather than a null value, the data returned will be padded with a series of spaces. As a result of this padding, the database update will fail. | |
|