I am trying to add a MS Sql Server database as a business data store. Our prefe

I am trying to add a MS Sql Server database as a business data store. Our preferred method of configuring the appian-ds file would be to use IP address to reference the server. Does the following datasource property appear to be configured properly?

<xa-datasource-property name="URL">jdbc:sqlserver:thin:@"this is where I put my IP address":1433;databaseName="this is where i put my database name"</xa-datasource-property>

OriginalPostID-182080

OriginalPostID-182080

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    We have below code snippet in our appian-ds.xml file

    <xa-datasource-property name="serverName">YourIP</xa-datasource-property>
    <xa-datasource-property name="portNumber">YourPort</xa-datasource-property>
    <xa-datasource-property name="databaseName">YourSchema</xa-datasource-property>
    <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
Reply
  • 0
    Certified Lead Developer
    We have below code snippet in our appian-ds.xml file

    <xa-datasource-property name="serverName">YourIP</xa-datasource-property>
    <xa-datasource-property name="portNumber">YourPort</xa-datasource-property>
    <xa-datasource-property name="databaseName">YourSchema</xa-datasource-property>
    <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
Children
No Data