Trying to run Appian 7.5. Execute start-suite.bat and get the followi

Trying to run Appian 7.5.

Execute start-suite.bat and get the following warning:
"WARNING: No valid engines are configured to be started on this machine"

Execute checkengine.bat
0/16 start. output in attached.

Not sure where to go from here
Thanks,
Charlie...

checkengine_results.txt

OriginalPostID-111741

OriginalPostID-111741

  Discussion posts and replies are publicly visible

Parents
  • Charles,

    In your appian-ds.xml, replace everything with the elements from the Documentation.

    forum.appian.com/.../Configuring_Relational_Databases

    I've attached the appian-ds.xml.example file for you. Within this, all you need to do is add the servername that is hosting the MySql instance, the database name and enmsure that you enlist the correct security domain, for each data source element.

    Once you've configured that, you need to list the data sources in the custom.properties under runtime_ear/suite.ear/conf (if you are using the ACM) as:
    conf.data.primary.datasource=jdbc/PrimaryDataSource
    conf.data.datasources=jdbc/BusinessDataSource

    You will also need to ensure that you add the security domain for the data sources correctly in the standalone.xml

    appian-ds.xml.example

Reply
  • Charles,

    In your appian-ds.xml, replace everything with the elements from the Documentation.

    forum.appian.com/.../Configuring_Relational_Databases

    I've attached the appian-ds.xml.example file for you. Within this, all you need to do is add the servername that is hosting the MySql instance, the database name and enmsure that you enlist the correct security domain, for each data source element.

    Once you've configured that, you need to list the data sources in the custom.properties under runtime_ear/suite.ear/conf (if you are using the ACM) as:
    conf.data.primary.datasource=jdbc/PrimaryDataSource
    conf.data.datasources=jdbc/BusinessDataSource

    You will also need to ensure that you add the security domain for the data sources correctly in the standalone.xml

    appian-ds.xml.example

Children
No Data