09-28-2016 02:38 AM
Is it possible to develop scripts in Call studio 10.5 and deploy it on CVP running 9.0.1 ??.
Any suggestions ??
Solved! Go to Solution.
09-28-2016 11:30 AM
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.
09-28-2016 11:30 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide