<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/rss2full.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
<channel>
	<title>Metastorm BPM forums</title>
	<link>http://metastorm.processmapping.com.au</link>
	<description>Metastorm BPM forums</description>
	<ttl>60</ttl>
	<pubDate>Sun, 01 Aug 2010 03:16:03 GMT</pubDate>
	<item>
		<title>Refresh Blank Forms List</title>
		<link>http://metastorm.processmapping.com.au/post?id=4823703</link>
		<description>Hello,&lt;BR&gt;Does anyone knows how to automaticly refresh Blank Forms List after submitting a form using jscript code? &lt;BR&gt;We have a process and there is a dynamic role on first action, after form is submitted, user is removed from that role and the process should not be available in blank forms for that user. If the user manualy does not refresh the blank forms list and attemping to open the blank form, error is appearing, because the user does not have acces to that blank form anymore.&lt;BR&gt;Any idea?&lt;BR&gt;We are using Metastorm V7.6 SP2.&lt;BR&gt;&lt;BR&gt;Thank You in advance.&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63923&quot;&gt;Web Client&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4823703</guid>
		<pubDate>Fri, 30 Jul 2010 19:40:23 GMT</pubDate>
		<author>hdolliner</author>
	</item>

	<item>
		<title>Passing data to a linked process</title>
		<link>http://metastorm.processmapping.com.au/post?id=4821980</link>
		<description>Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The Flag that gets created automatically when you link a process to its parent, doesn't appear to be configurable. &amp;nbsp;You can access the default (system) parameters (Name and FolderID) from the linked process, but you can't add additional ones for passing user data.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I've managed to grab field values from the parent process via a straight DB look up, but this seems a little clunky to me. &amp;nbsp;Does anyone know how it should be done?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any help greatly appreciated.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=157527&quot;&gt;Metastorm BPM 9 Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4821980</guid>
		<pubDate>Thur, 29 Jul 2010 16:25:18 GMT</pubDate>
		<author>stevenlee100</author>
	</item>

	<item>
		<title>Ghost folders</title>
		<link>http://metastorm.processmapping.com.au/post?id=4821833</link>
		<description>&lt;P&gt;Hi,&lt;BR&gt;&lt;BR&gt;In a production environment we can see a lot of &quot;Ghost folders&quot; (action cancelled by the red cross on the top right of the form and so never submitted).&lt;BR&gt;In order to identify the ghost folders and ONLY the ghost folders I use this query (oracle):&lt;BR&gt;&lt;FONT color=#3300ff&gt;select efolderid &lt;BR&gt;from efolder &lt;BR&gt;where ((efolder.eactionname is not null AND&lt;BR&gt;eactioncount = 0)&lt;BR&gt;or estagename is null)&lt;BR&gt;AND eactiontime &amp;lt; (sysdate -3) --action started at least 3 days ago&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Is it correct or I miss something?&lt;BR&gt;&lt;BR&gt;Another point is: On what tables I need to delete the corresponding folderid?&lt;BR&gt;For now I have identified efolder, ewait, eattachment, elog and of course the tables of your procedures.&lt;BR&gt;&lt;BR&gt;Anything else ?&lt;BR&gt;&lt;BR&gt;Thanks in advance&lt;BR&gt;&lt;BR&gt;&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63688&quot;&gt;Engine&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4821833</guid>
		<pubDate>Thur, 29 Jul 2010 14:34:09 GMT</pubDate>
		<author>Arnold</author>
	</item>

	<item>
		<title>Misleading error messages for Business Object params</title>
		<link>http://metastorm.processmapping.com.au/post?id=4821537</link>
		<description>Half a frickin day tracking this one down!&lt;br&gt;&lt;br&gt;I kept getting a fault &quot;Conversion failed when converting date and/or time from character string&quot;&lt;br&gt;&lt;br&gt;I looked at everything, and it took some hours to narrow down, and it was a BO integer value. Every time I used it, this error came up. Even when I just traced it to the log.&lt;br&gt;&lt;br&gt;Eventually I go look at the BO, and the three params are text, date, date, but had been all defined as text. What had happened was the designer must have made some conversion to text at the point where I entered th4e params when using the BO, and the engine could not convert that text back to a date when using it. I say that as changing the type forced me to replace the params as used (even though they 'appeared' to be set). &lt;br&gt;&lt;br&gt;It also is strange that the engine only barfed when the value was read. If I did not use the value, it was ignored. That gives some interesting insight into when the BO is initialised. I thought it would be on form load, but it may not be until used (which may be optimal, but I can foresee issues there).&lt;br&gt;&lt;br&gt;Anyway, in case anyone gets a similar error, it may be the BO params.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=157531&quot;&gt;Metastorm BPM 9 Engine&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4821537</guid>
		<pubDate>Thur, 29 Jul 2010 07:43:29 GMT</pubDate>
		<author>Jerome</author>
	</item>

	<item>
		<title>using EraiseFlag command on Citrix Desktop</title>
		<link>http://metastorm.processmapping.com.au/post?id=4819967</link>
		<description>I am trying to run an&amp;nbsp;EraiseFlag command, it works on the Metastorm Server fine, with data and all. I am defining the Metastorm Server name in the command.&lt;br&gt;If I run it on my Fat client it runs with no errors but nothing is added to the table, no events etc. either. This must be a connection error or block somewhere in our Network ??&lt;br&gt;&lt;br&gt;If I run it on a Citrix Desktop it errors with a 'Failed to create e-work Event Manager object. Reason:Interface not registered' - maybe I need to get the ERaiseFlag registered on the Citrix Servers ??&lt;br&gt;&lt;br&gt;I am in the RaiseFlag group, both as me and as part of a Windows User group.&lt;br&gt;&lt;br&gt;I have administrator access on the Server and on my PC&lt;br&gt;&lt;br&gt;any suggestions ?&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4819967</guid>
		<pubDate>Wed, 28 Jul 2010 11:16:16 GMT</pubDate>
		<author>rfromm</author>
	</item>

	<item>
		<title>can a button on a stage form open an action?</title>
		<link>http://metastorm.processmapping.com.au/post?id=4819082</link>
		<description>Hi,&lt;br&gt;We are using 7.6.&lt;br&gt;&lt;br&gt;Is it possible to&amp;nbsp;open an action on click of a button from a stage form?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Jatin&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4819082</guid>
		<pubDate>Tue, 27 Jul 2010 19:36:56 GMT</pubDate>
		<author>jatin</author>
	</item>

	<item>
		<title>Set highlighted row in a grid</title>
		<link>http://metastorm.processmapping.com.au/post?id=4818565</link>
		<description>How do I set the highlighted row on a grid? I have a detail grid that is dependant upon the selection of a row in a header grid. This works fine, however, I need the first row of the detail grid to be highlighed whenever it is refreshed by a selection in the header grid. If the user has previously selected a row in the detail grid, it stays highlighed even when the grid data changes. &lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4818565</guid>
		<pubDate>Tue, 27 Jul 2010 14:06:52 GMT</pubDate>
		<author>Krondeau</author>
	</item>

	<item>
		<title>Finding User in LDAP using JScript.net</title>
		<link>http://metastorm.processmapping.com.au/post?id=4818552</link>
		<description>Hi,&lt;br&gt;&lt;br&gt;I am trying to search user using jscript.net&lt;br&gt;When I am doing this thing from Integration Wizard using LDAPSearch method. It is working fine. But when I am trying to do the same thing using DirectoryServices class. It is not returning the result.&lt;br&gt;&lt;br&gt;Code snapshot.&lt;br&gt;&lt;br&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directoryEntry1 = new DirectoryEntry(&quot;LDAP://&quot; + strDomain,&quot;username&quot;,&quot;password&quot;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directorySearch1 = new DirectorySearcher(directoryEntry1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strFilter=&quot;(&amp;amp;(objectclass=user)(samaccountname=&quot;+ strUserName +&quot;))&quot;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directorySearch1.Filter = strFilter;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directorySearch1.PropertiesToLoad.Add(&quot;givenName&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Not returning anything here. That's why searchResult1 is coming as&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;searchResult1 = directorySearch1.FindOne();&lt;/b&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directoryEntrySearch = searchResult1.GetDirectoryEntry();&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;This code is running fine in C# and out of Metastorm in JScript.net&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;Is this using any metastorm account for firing this query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;Can any budy help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'&quot;&gt;Agrawars&lt;/SPAN&gt;&lt;/P&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4818552</guid>
		<pubDate>Tue, 27 Jul 2010 13:59:25 GMT</pubDate>
		<author>agrawars</author>
	</item>

	<item>
		<title>Folder on Folder 7.6 sr2</title>
		<link>http://metastorm.processmapping.com.au/post?id=4818499</link>
		<description>&lt;p&gt;Hi folks,&lt;/p&gt;&lt;p&gt;Had some headache using Folder on Folder, a concept I find useful in the right circumstances. I have this table storing lots of different folderids with I use to display some interesting data. Following the instructions from the help file, Folder on Folder kept on failing. Well, hurray for Jerome who noted that the column (as well as the caption) must be named eFolderID. Problem is, none of my columns is named eFolderID. What to do? If you stumble across this, simply type in &quot;as eFolderID&quot; after the definition for the first column:&lt;/p&gt;&lt;p&gt;&lt;div align=center&gt;&lt;div style=&quot;margin-bottom:2px;text-align:left;width:630px&quot;&gt;Code:&lt;/div&gt;&lt;pre style=&quot;margin:0px; padding:6px; border:1px inset; border-bottom:1px solid #E8E8E8; border-right:1px solid #E8E8E8; width:630px; height:34px; overflow:auto;text-align:left;&quot;&gt;dbo.myCustomTable.myCustomColumn as eFolderID&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt; &lt;/p&gt;&lt;p&gt;Did this on a MS 7.6 sr2.&lt;/p&gt;&lt;p&gt;Good luck!&lt;/p&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4818499</guid>
		<pubDate>Tue, 27 Jul 2010 13:22:15 GMT</pubDate>
		<author>MetaWorker</author>
	</item>

	<item>
		<title>eSSO_Web.js</title>
		<link>http://metastorm.processmapping.com.au/post?id=4817136</link>
		<description>Hello:&lt;BR&gt;&lt;BR&gt;I was looking changing the &lt;B&gt;eSSO_Web.js&lt;/B&gt; script so I could change the fields within the eUser table.&lt;BR&gt;&lt;BR&gt;The only thing I want to do is edit the following line in eSSO_Web.js:&lt;BR&gt;var sql = &quot;SELECT eUserName FROM eUser WHERE UPPER(&lt;B&gt;eDirectoryTree&lt;/B&gt;) = UPPER('&quot; + username + &quot;')&quot;&lt;BR&gt;&lt;BR&gt;The main goal is to have a unique ID withing the eUserName field since the AD will reuse the SAM Account name after 45 days of someone leaving.&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=157525&quot;&gt;Metastorm BPM 9 Installation and Configuration&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4817136</guid>
		<pubDate>Mon, 26 Jul 2010 15:47:46 GMT</pubDate>
		<author>sbeswick</author>
	</item>

	<item>
		<title>Sending the form I want to open in link</title>
		<link>http://metastorm.processmapping.com.au/post?id=4813914</link>
		<description>Hello everyone&lt;br&gt;&lt;br&gt;I have a link to a folder that I send an email.&amp;nbsp; Based upon the stage that the folder is in, the appropriate form opens up.&amp;nbsp; Understood.&lt;br&gt;Can I override that default form by putting&amp;nbsp;a parameter referencing another form in the link?&lt;br&gt;&lt;br&gt;My link looks something like this:&lt;br&gt;&lt;A href=&quot;http://octans/MetastormSSO/eexternalform.asp?service=Metastorm%20BPM%20Server&amp;amp;redirect=http://octans/Metastorm/eFolder.aspx?FolderID=0000000000000000000000000022116%2526Client=External&quot; target=_blank&gt;&lt;a href=&quot;http://octans/MetastormSSO/eexternalform.asp?service=Metastorm%20BPM%20Server&amp;amp;redirect=http://octans/Metastorm/eFolder.aspx?FolderID=0000000000000000000000000022116%2526Client=External&quot; target=&quot;_blank&quot;&gt;http://octans/MetastormSSO/eexternalform.asp?service=Metastorm%20BPM%20Server&amp;amp;redirect=http://octans/Metastorm/eFolder.aspx?FolderID=0000000000000000000000000022116%2526Client=External&lt;/a&gt;&lt;/A&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4813914</guid>
		<pubDate>Fri, 23 Jul 2010 20:18:46 GMT</pubDate>
		<author>ColleenCal</author>
	</item>

	<item>
		<title>Metastorm 7.6 with SQL Server 2008?</title>
		<link>http://metastorm.processmapping.com.au/post?id=4813469</link>
		<description>Is anynone using Metastorm 7.6 with SQL Server 2008 successfully?&lt;br&gt;(We are currenty using SQL Server 2005 and plan to move to SQL Server 2008 and want to know if there are any problems with using SQL 2008 with Metastorm 7.6)&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63691&quot;&gt;Installation&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4813469</guid>
		<pubDate>Fri, 23 Jul 2010 15:05:41 GMT</pubDate>
		<author>JeffreyB</author>
	</item>

	<item>
		<title>Moving servers to virtual machines</title>
		<link>http://metastorm.processmapping.com.au/post?id=4812455</link>
		<description>&lt;P&gt;&lt;SPAN id=post_message_&gt;&lt;FONT face=&quot;times new roman, times, serif&quot; size=3&gt;Hi everyone,&lt;BR&gt;&lt;BR&gt;We will be moving our web server and our database server to a virtual machine soon. Has anyone done this before? If so any tips, lessons learned etc would be greatly appreciated (especially since I have never done this before).&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT face=&quot;times new roman, times, serif&quot; size=3&gt;I have been&amp;nbsp;given the&amp;nbsp;following list&amp;nbsp;as a guide of what needs to be done.&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;OL style=&quot;MARGIN-TOP: 0in&quot; type=1&gt;&lt;LI class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in&quot;&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Install Metastorm on the new virtual machine&lt;/FONT&gt; &lt;LI class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in&quot;&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Restore back up of the database on the new virtual machine&lt;/FONT&gt; &lt;LI class=MsoNormal style=&quot;MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in&quot;&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Make ODBC connections and registry connections so that the engine can find the new location of the database&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px; mso-list: l0 level1 lfo1; tab-stops: list .5in&quot;&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Does this look good or are there any steps missing?&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style=&quot;MARGIN: 0px; mso-list: l0 level1 lfo1; tab-stops: list .5in&quot;&gt;&lt;FONT face=&quot;Times New Roman&quot; size=3&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;&lt;/SPAN&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63691&quot;&gt;Installation&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4812455</guid>
		<pubDate>Thur, 22 Jul 2010 19:30:58 GMT</pubDate>
		<author>JeffreyB</author>
	</item>

	<item>
		<title>Importing Data</title>
		<link>http://metastorm.processmapping.com.au/post?id=4811833</link>
		<description>Hello all,&lt;br&gt;&lt;br&gt;Quick question:&lt;br&gt;&lt;br&gt;I have a table set up, for the purposes of this explanation, we will call it Table1.&amp;nbsp; This table is accessed by x7 users.&amp;nbsp; Information is processed and an outcome is generated to each field.&lt;br&gt;&lt;br&gt;The question is that I want to import data from a CSV file into the table and then assign this data to users randomly.&lt;br&gt;&lt;br&gt;What is the best way for this to be done?&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;&lt;br&gt;Jon&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=63686&quot;&gt;Designer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4811833</guid>
		<pubDate>Thur, 22 Jul 2010 12:01:14 GMT</pubDate>
		<author>jonmcwee</author>
	</item>

	<item>
		<title>Forms fail to load</title>
		<link>http://metastorm.processmapping.com.au/post?id=4811583</link>
		<description>I had an incident where all action forms failed to load. &lt;br&gt;Reboot, no change.&lt;br&gt;Redeploy solutions, no change.&lt;br&gt;I deleted all temporary files, no change. &lt;br&gt;I turned on script debugging and the error was 'Type' is undefined, and then more similar errors.&lt;br&gt;I tried firefox - it worked fine.&lt;br&gt;I went back to IE, deleted all temp files AND un-checked the box 'Preserve favourites website data' and it was OK.&lt;br&gt;This is IE 8&lt;br&gt;&lt;br&gt;Just thought I'd share in case others have the same issue in the future.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://metastorm.processmapping.com.au/?forum=157529&quot;&gt;Metastorm BPM 9 Clients&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://metastorm.processmapping.com.au/post?id=4811583</guid>
		<pubDate>Thur, 22 Jul 2010 05:05:49 GMT</pubDate>
		<author>Jerome</author>
	</item>

</channel>
</rss>