Is it possible to develop scripts in Call studio 10.5 and deploy it on CVP running 9.0.1 ??.
Any suggestions ??
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You'll have to import it into Studio9 and Deploy it from Studio 9.
That should show whether you have any issues - for example if you've
used any of the features that weren't available in CVP9 (events tab,
lastException variable, etc).
For example, under Project/Properties/General - the gateway adapter
names changed, and the deploy version.
Also, if you have any custom java which was compiled using Java 7 (1.7)
used by Studio 10.5 and 11 then you'll have to recompile with Java 6
(1.6) supported by Studio 9.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.