-
Metastorm web client is showing blank page after successful login.
Hi All, I have installed Metastorm BPM v9 on windows Server 2008 with SP2, with SQL server 2008 for the first time. All the installations are done with out any errors. I am able to successfully create a simple project in designer and also deploy it. I am able to login to the Metastorm administration using the sysadmin…
-
Uploading Images to Gallery While Retaining Transparent Background
Is it possible to upload a graphic into the Image Gallery and retain the image's transparent background? I have tried several different ways to do this and have not had any success. The core Provision EA object images backgrounds appear to be transparent as the connection points "hit" the actual image and not a white…
-
Creating and assigning roles
Hi! In our organisation we have LDAP-catalog, where store all data about personal. We want to import all data from this catalog to Metastorm Users and assign roles depend on one of attributes. I've created solution that have list of Roles, what we plan to use in forthcoming projects, and Visual Script, that create users…
-
How can I download BPM developer adition
Please helpme, I want to download BPM developer addition. The manager's edition is downloadable but I'm not able to find the developer addition.
-
(Untitled)
-
ISS download issues.
Hi All, I am VERY new to Metastorm. I understand I need to IIS component for hosting the webservice. I am trying to setup my dev environment. I have WindowsXP Professional. For some strange reason we can not find the CD to install the ISS component from windows add/remove option. Also the dev environment is isolated and is…
-
Digit grouping symbol in Currency field
I don’t know how can I visualize digit grouping symbol in Currency field. For example, now I visualize € 10000,00, but I want to visualize € 10.000,00 Can you please help me?
-
Using a Business Object to insert a new row
There appears to be a previous discussion on this topic, but the attached solution files won't open on my computer. I am trying to using a table business object in an administrative form to enter a new row in the underlying table. The primary key for the table is an int. When the form loads, I set the field for the primary…
-
How to pass a datetime parameter into call "stored proc activity"
Hi, I am trying to execute a "stored proc activity" with Visual Scripting. It works fine until I want to pass a datetime variable. See my code below: This is the parameter expression: "@Name=" + Local.publicationType + ", @FolderId=" + ProcessContext.FolderId + ", @Release=" + Local.release + ", @deliveryDate=" +…