Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I have compile and run my import program in Lab mode. It works.Now, I understand that if I want to test with CCX IPIVR and Finesse 11.0, I need to compile in prod.I havent found a way to "Register" in prod, apparently there is not difference at t...
Hi,I'm using the following code to retrieve customer (I have answered a customer with that first name) : // Lookup Customers on Key/Value Pairs of PII Fields Map<String, String> customerLookup = new TreeMap<String, String>(){{ put("...
My program was working before and now I get this :2016-06-06 16:37:30 INFO Import$Arguments:353 - Arguments- Flush: false, Directory: C:\Users\frdoyle\pods, Connection String: eyJhcHBsaWNhdGlvblR5cGUiOiJjdXN0b20iLCJkaXNjb3ZlcnlVcmwiOiJkaXNjb3Zlcnkuc...
I have run the following code : // Registration Process to create registration URL RegisteringApplication registerApp = ConnectorFactory.getConnector(RegisteringApplication.class); System.out.println( "Generating Registration UR...
Hi Guys,I'm getting that error when trying to compile my project :CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3...
Hi Vikram,the problem was related to the way I have built my import file :what doesnt work:[ { "fieldsets":[ "cisco.base.customer" ], "dataElements":[ { "keyValuePair":{ "left":"Context_...
Ok I found the problem,it was because of the way I was adding the fieldsets to the customer object when I waqs adding custom fieldsetIt's all working now.thanks for your support.Fred
I have installed context-service-sdk-extension.jar 1.0.8 SDK and re-run the test. Now I have no error trace.I'm using the same connetiondata for import and search.I have done another test where I hardcode the customer I'm inserting into "customer" d...