cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
485
Views
0
Helpful
2
Replies

CCX Script - Need to Be updated when Upgrading from 7X to 8X w/ SQL Integration

SAN J
Level 2
Level 2

Got a customer we're planning on upgrading from UCCX 7X to 8X. They are currently integrated with an external SQL DB. I understand I need to download the appropriate driver for 8X for SQL. The question I have though is whether the UCCX scripts themselves need to be updated as well or will the 7X scripts that have the typical DB read/get/write/release work when I do the migration?  

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

They should work as-is but your only way to be sure is to test them. I would only anticipate an issue if you were doing complicated logic that CCX didn't support in the first place. Simple SELECT queries should continue to be fine.

PS- Don't use the Microsoft driver, use this: http://jtds.sourceforge.net/

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

They should work as-is but your only way to be sure is to test them. I would only anticipate an issue if you were doing complicated logic that CCX didn't support in the first place. Simple SELECT queries should continue to be fine.

PS- Don't use the Microsoft driver, use this: http://jtds.sourceforge.net/

As always, thanks for the help! I did see the sourceforge link from other discussions. Many thanks.