-
Getting content as Null in DFS C#
I have checked all other posts related to content download. I have also gone through DFS 6.5 development guide. My problem is while using Get method of Object service, I am getting the properties, but not the content. DataObject.Contents is null. There are no exception bieng thrown.I changed all possible combination of…
-
Can the D2 DoclistWidget be configured like the preview in 4.0+?
Hello intelligent information group of awesomeness. I noticed today that the standard preview of the DoclistWidget doesn't quite look like my system. When a document is highlighted it's showing some extra metadata for that document beneath the row of the document. Check the screenshot: Is this possible in 4.x? Was it…
-
D2 application server on a separate machine
We have development/test instance of xCP2.1 including CS 7.1. I wanted to add D2 4.2 for testing and demo purposes, but decided to put D2 application server on a separate VM. Everything went well so far (at least I think). I added stuff to repository and built and deployed war-s. Now I am stuck on page 44 of…
-
DFC using Java Web Start
Hi, Is it possible to run DFC on client machine using Java Web Start. I tried creating but getting error on the second line mentioned below :- IDfClientX clientX = new DfClientX(); IDfClient localClient = clientX.getLocalClient() The error message appearing on local client console is :- Exception in thread…