Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
7 subscribers
Views
2642 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Is it necessary to use XA-Datasource in Appian 7.3? We have Service Corp databas
rishub
over 11 years ago
Is it necessary to use XA-Datasource in Appian 7.3? We have Service Corp database which is non XA Enabled & it is not possible to enable XA on that. IS there any workaround?
Thanks...
OriginalPostID-88446
OriginalPostID-88446
Discussion posts and replies are publicly visible
Parents
0
rishub
over 11 years ago
Tim,
I am updating server from 6.6 to 7.3. My datasources are non XA-enabled so I was wondering if I need to do anything different in configuration. As per Appian relational database configuration documentaion for sql server, we need to add the following code in standalone.xml:
<subsystem xmlns="urn:jboss:domain:datasources:1.0">
<datasources>
<drivers>
<driver module="com.microsoft.sqlserver.jdbc" name="com.microsoft.sqlserver.jdbc">
<xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
</driver>
</drivers>
</datasources>
</subsystem>
so I was wondering if the "<xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>" is needed to be changed or it can be there without any chages?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rishub
over 11 years ago
Tim,
I am updating server from 6.6 to 7.3. My datasources are non XA-enabled so I was wondering if I need to do anything different in configuration. As per Appian relational database configuration documentaion for sql server, we need to add the following code in standalone.xml:
<subsystem xmlns="urn:jboss:domain:datasources:1.0">
<datasources>
<drivers>
<driver module="com.microsoft.sqlserver.jdbc" name="com.microsoft.sqlserver.jdbc">
<xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
</driver>
</drivers>
</datasources>
</subsystem>
so I was wondering if the "<xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>" is needed to be changed or it can be there without any chages?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data