-
Invoking Microsoft COM Objects from MIM XMScript
The information in this article applies to: Product: MIM Version: 8.5 Platform: Windows Discussion This article explains the concept of invoking Microsoft COM (Component Object Model) objects via MIM XMScript. COM is Microsoft's binary interface technology that allows software components to communicate with each other and…
-
7.6.2.6 Stability
After applying the hotfix 6 to 7.6R2 I get the following error and the engine fails. Windows 2003 r2 (32 bit) all the latest patches os patches applied SQL server 2005 (also happens with SQL server 2008) I've tried it on 3 diferent machines , two VMs and a Physical I unistalled and reinstalled several times Faulting…
-
v9 How to enable toggle button
Hi In Designer User Guide documentation in chapter 27.8 is described that we can enable toggle feature changing ColumnViewOptionsFilter.UseNewCustomFilterDialog property to true. How can I do that?
-
v9 Delete data from DataSet which belongs to Business Object
Hi, I have table in database with columns(ID int autoincrement primary key, Name nvarchar, Value nvarchar). I have a form and on form load in code activity I have: DataSet ds = dummyTableBo1.Read(); DataTable dt = ds.Tables[0]; DataRow dr = dt.NewRow(); dr[1] = "name1"; dr[2] = "value1"; dt.Rows.Add(dr);…
-
Help: Home > Metastorm M3 Help > Welcome to Metastorm M3
I am trying to look at the help inside of the modeler. I see the contents on the left side of the help window, but the right side of the help window stays on "Welcome to Metastorm M3" when I click, one-by-one, on most of the sections in the table of contents. When I try to use the search, it is similar. I can search, and…
-
Web client blank screen
Hi, I am using Metastrom 7.5 and I have managed to display the metastorm client view but it is not operative. I see the layout with the Metastorm logo but none of the buttons work and the items such as the procedures are not displayed. I think only the static items on that page are being displayed and nothing else. Anyone…
-
BPM v9 SR1 - Problem with TODO, Watch lists
Hi everyone, I am new to BPM v9, working on SR1. I made a simple process that leads a user action to a user stage. The role assigned to the stage is 'Everybody'. Then I log onto Metastorm web client using sysadmin. When I start the process from Metastorm web client, I can't see it in my TODO list. In SQL database, I can…
-
v9 problem with intellisence
intellisence does not prompt properly when using indexers. We have to create create instance of an object to see intellisence prompts. I hope that it will be fixed in next release
-
using eRaiseFlag to raise a Flag from outside of metastorm
I have gone through all the notes I can find on settings this up, but whatever I do, it does not work! I have setup the Flag, put it into the correct Map, set it as a Loopback Flag. Set all the values of the data i want to pass, giving names that relate to the Fields. Set the value in the 'Do This' Function. But nothing…