We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

It's my first time posting here so I hope I'm doing it right.

It's my first time posting here so I hope I'm doing it right.

Part 1) I am using Configuration Manager to install Appian and need information on setting up the local.properties file. The section I am working on is configuring the primary and secondary databases (lines 223 to 243 in the local.properties file). The example file only contains MySQL properties and our databases are SQL Server 2012. Can I get a sample file similar to our setup?

Part 2) I will also need Appian to connect to an existing SQL 2008 database on a server separate from the Primary and Secondary databases using Configuration Manager.

Thank you.
Jacques
...

OriginalPostID-99892

OriginalPostID-99892

  Discussion posts and replies are publicly visible

Parents
  • Thanks hemalathat. I followed the instructions but I discovered that, because the server name has a \\ in the name, it gets loaded incorrectly in the appian-ds.xml file.

    in the local.properties file:
    conf.data.primary.host=devstjwin369\          est2012

    After running the ant command, in the appian-ds.xml file:
    devstjwin369 est2012
    The \           gets changed to a tab.

    I tried / and I tried " " without success.

    help?
Reply
  • Thanks hemalathat. I followed the instructions but I discovered that, because the server name has a \\ in the name, it gets loaded incorrectly in the appian-ds.xml file.

    in the local.properties file:
    conf.data.primary.host=devstjwin369\          est2012

    After running the ant command, in the appian-ds.xml file:
    devstjwin369 est2012
    The \           gets changed to a tab.

    I tried / and I tried " " without success.

    help?
Children
No Data