-
Microsfot SQL connection FAILS only post deployment - Works in designer???
My (MS) SQL connection is acting strange, I can validate connections but it says the username accessing the DB within the Metastorm site it fails… how does that even make sense? Basically: In terms of connections everything checks out, but when it does a query it fails. How is this even possible? It is the same user…
-
Dropdown, List Options and Business Objects
I am having a heck of a time figuring out these business objects... What I want to do is take the results of the query and populate a drop down. I created a business object of type "query", which tests out just fine. I added a drop down to the form added a variable and need to fill the list options. When I select List…
-
Error message v 9.1 - metastorm/metastorm/default.aspx does not exist - reverse proxy rewriting
We are getting a wierd application error The file '/Metastorm/metastorm/Default.aspx' does not exist. on a upgraded install of 9.1 hfx 2. Curiously the administration site works ok. Its running on win2003 server VM. Similar VMs on version 9.0 of BPM seem to work fine and its only happening when connecting over the network.…
-
Community Central Ideas RSS feed
Currently you can subscribe to the ideas RSS feed (http://communitycentral.metastorm.com/metastorm/rss/board?board.id=Ideas) which shows all ideas. Can this please be improved upon, so we can subscribe to a filter list (ie after clicking on the Metastorm BPM specific filter).…
-
Clocking in FireFox
I have several users running FireFox 8.0 and Windows 7 who are having clocking issues (folder just churns and never opens). I've randomly had the clocking problem but now it seems to be growing. None of the users had problems in IE. Anyone else seen the problem? And better yet, anyone else solved it? Thanks!
-
How to execute the stored procedure in Version 9
Hi, I am trying to execute the stored procedure with the following syntax In Metastrom BPM Version 9. But it fails. "exec SPNAME '"+PROCESSNAME.STARTDATE+"'" PROCESSNAME.STARTDATE is my input parameter to the stored procedure. When i tried to run the stored procedure with the hardcoded value like "exec SPNAME '2011-10-11"…