-
getting [DM_SESSION_E_TRANSACTION_ERROR] while updating object through DQL
Hi, I am getting below mentioned error on production server when i run update object query on custom object. I am able torun select query but update gives error. Same query works on Dev enviorment. Any clue why it is failing. :[DM_SESSION_E_TRANSACTION_ERROR]error: "Transaction invalid due to errors, please abort…
-
UTF-8 issue while moving process templates in dar file with composer
Hi Experts, When create a dar file and move a process template in composer any UTF-8 characters inside the auto activities get lost. For example I have a link to folder activity and I have typed the destination folder name which contains some utf-8 characters.When the process template is moved to a new docbase the…
-
Download DFS 6.5 SP3
Hello everyone, Do you know where I can download DFS 6.5 SP3? This is to use with RePoint. Thanks, Sahra
-
dialogcontainer doesn't show the folder path
Hi, I customized a button to browse docbase with dialogcontainer ,but it doesn't show me the fodler path for me to go back to previous folder. My coding to call the button as below: public void onSelectFile(Control control, ArgumentList args) throws DfException { System.out.println("server side doLocator"); ArgumentList…