Hi guys,
First of all using Studio/Server version 5.6.1
I'm trying to deploy a decision service with EDC connection and having the following error when deploying:
"<ServiceName> could not be deployed on localhost:8850/axis: Mismatch between EDS compilation type and Decision Service deployment type. EDS not compiled with EDC optimization, but the deployment is for an EDC enabled Decision Service."
What have i done:
- On Developer Studio:
- Project -> Package and deploy Decision Services, then saved it to an EDS file.
- Vocabulary -> Data Access -> Export Data Access Properties, then saved it to a properties file.
- On Server (Web Console):
- Manage Decision Services -> Add Decision Service
- On tab Decision Service I chose a name, imported the EDS file and selected my server;
- On tab Database I chose Read Only and imported my properties file;
- Selected Save & Deploy and it gave me no errors;
- When i saw the saved service i notice that I still have there the deploy link (when i deploy without the EDS option i see an undeploy link instead).
I'm I doing anything wrong? What are missing?