• Appian & Apache Tomcat

    You would need a JEE compliant application server for running Appian. Tomcat is only a HTTP server and a servlet container. So you can use Apache Tomcat as a mere web server, with JBoss or other JEE application servers running Appian. https://docs.appian.com/suite/help/19.2/Configuring_Apache_Web_Server_with_Appian.html What does Java EE compliant means? It means that it passes the Java…

    Read More

  • All About Appian Licenses

    https://forum.appian.com/suite/sites/licenses The following are the reasons for which a new license is required. Changes to: The operating system The CPU count -The FQDN (Fully Qualified Domain Name) of the machine on which the license is installed If the subdomain change does not alter the FDQN then a new license should not be required. https://forum.appian.com/suite/sites/support A…

    Read More

  • How to parse a JSON HTTP response?

    a!fromJson() Function Converts a JSON string into an Appian value. https://docs.appian.com/suite/help/19.4/fnc_system_a_fromjson.html List of Dictionary: 1 item Dictionary /*64-Bit Integer converted to Text*/ transId: “9223372036854775807” /*UTC Datetime without Seconds converted to Date and Time*/ submitTimeUTC: 7/16/2019 10:52 AM EDT /*Datetime without Timezone converted to Date and Time*/ submitTimeLocal: 7/16/2019 3:52 AM EDT /*Boolean data type*/ transactionOk:…

    Read More

  • Read Excel File

    readexcelsheet() function Plugin: https://community.appian.com/b/appmarket/posts/excel-tools NOTE: When deploying this plug-in, please delete all old versions of the ExportableDataSubset CDT AND update your model to point to the new version {urn:com:appian:ps:excel:types}ExportableDataSubset

    Read More