-
V9.3 - Solution Deployment Anomaly
I have been getting my feet wet with V9.3 for about a week (moving up from 7.6). Everything was going well, when all of a sudden I started having a problem with solution deployments. It deploys fine and no errors. But it doesn't reflect the latest version unless I restart iis or I create a new folder. Example Scenario: 1.…
-
BPM Mobile SSO
I have just installed BPM Mobile 2.0 in one of our environments, which has BPM 9.2.0.1. I can log in to the system by typing a username and password (from eUser) on the screen which the Mobile app presents. My question is: would it be possible to implement some form of Single Sign On for the Mobile app? In other words, I…
-
Cloning a folder duplicates attachment?
Hi, When a folder is cloned. It creates a new child folder with all the duplicate data. Does it also includes all the attachment uploaded in the parent folder? Thanks!
-
Sample TBO implementation
Hi, When i followed the "Sample TBO implementation" section within DFC development guide, I get the following error during installing the TBO: [ERROR] Unexpected error occured during install java.lang.NullPointerException at com.emc.ide.artifact.moduledef.installer.ModuleInstaller.doPostInstall(ModuleInstaller.java:197) at…
-
Docbase cloning
All, We are planning for upgrade from 5.x to 6.x. As a initial step, to export the database, we need 'sa' account. But, unfortunately we missed the password of 'sa' account. Is there anyway, that i can export the docbase and use it for cloning? Indu
-
v9 Metastorm List to generic List<T>
hi Is there any simple way to cast/convert Metastorm List type (containing KeyValuePair<string, string>) to .net generic List<KeyValuePair<string, string>> type? I'm trying to make extension methods for ProcessContext.UserInput fields to get values by column name, not by index. Unfortunatelly i even don't know if UserInput…