I am trying to Install Appian 7.2 with JBOSS EAP 6.1.0 but after completing all

I am trying to Install Appian 7.2 with JBOSS EAP 6.1.0 but after completing all the steps mentioned in documentation,when I am running JBOSS, I am getting error in Application server log: "Cause: An error occurred while trying to save the type information to the primary data source. No types have been imported. Cause: PBOX000016: Access denied: authentication failed (APNX-1-4166-003)". How can I fix it? Thx...

OriginalPostID-83607

OriginalPostID-83607

  Discussion posts and replies are publicly visible

Parents
  • Also, I did update Datasource in Standalone.xml which looks like:
    <subsystem xmlns="urn:jboss:domain:datasources:1.1">
    <datasources>
    <drivers>
    <driver name="com.microsoft.sqlserver.jdbc" module="com.microsoft.sqlserver.jdbc">
    <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
    </driver>
    </drivers>
    </datasources>
    </subsystem>
Reply
  • Also, I did update Datasource in Standalone.xml which looks like:
    <subsystem xmlns="urn:jboss:domain:datasources:1.1">
    <datasources>
    <drivers>
    <driver name="com.microsoft.sqlserver.jdbc" module="com.microsoft.sqlserver.jdbc">
    <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
    </driver>
    </drivers>
    </datasources>
    </subsystem>
Children
No Data