Collaborator http://smartbear.com/forums Is it possible to have two, or more, files open for review at the same time. If my memory serves me right, a previous&nbsp;version of Collaborator had the ability to have multiple files open in a review.&nbsp; The files were&nbsp;accessible via&nbsp;tabs.&nbsp; This was quite handy, as it allowed for quick transitioning between multiple files containing related changes.&nbsp; Does Collaborator v7.3.7303 have this capability.&nbsp; Thanks. http://smartbear.com/forums/f70/t79896/Is-it-possible-to-have-two,-or-more,-files-open 5/24/2013 11:16:17 AM Steve Laxton e9ccbcfd-4959-48f6-9947-f3c2badfb9aa Can I export a review? Is it possible to export a review, including comments, to another format (e.g. word doc or pdf)? http://smartbear.com/forums/f70/t79895/Can-I-export-a-review 5/24/2013 10:59:45 AM Sheldon Porcina fd7379db-bbc3-4380-918b-1fc0f4587c1b Collaborator 8 + Git. Adding commits? I&#39;m using Collaborator 8 GUI + Git. &nbsp;When creating a review I want to add my commits to be reviewed. &nbsp;It takes me to a screen where I have to enter each commit ID to include in the review. &nbsp;I&#39;ve done 100&#39;s of commits during the development cycle. &nbsp;Is there a more automated way than entering each and every one manually? &nbsp;I&#39;d think it could list all the commits and allow choosing which (or all) to include in the review.<br /> <br /> Is adding each one individually the only way to do this? http://smartbear.com/forums/f70/t79857/Collaborator-8-Git-Adding-commits 5/23/2013 2:48:17 PM todd prickett b25f2e7d-cef1-4276-86fe-4605da6a72b3 RE: Code Collaborator SOAP Api to check for a review status Hello, this is Greg from Collaborator support.&nbsp;<br /> <br /> We do not have any examples for review status, and our example is written in Java, but here it is in case it is at all helpful:<br /> <a href="http://codecollaborator.smartbear.com/docs/manual/8.0/index.html?web_services.html">http://codecollaborator.smartbear.com/docs/manual/8.0/index.html?web_services.html</a><br /> <br /> Regards,<br /> Greg http://smartbear.com/forums/f70/t79607/RE-Code-Collaborator-SOAP-Api-to-check-for-a-r 5/21/2013 12:28:35 PM Gregory Wyne 48f4e830-ebeb-41a5-a183-9f653bec3822 RE: VBScript For Loop Hello, this is Greg from Smartbear support.&nbsp;<br /> <br /> You seem to have posted this in the wrong forum. Here is a link to the TestComplete forum for you:<br /> <a href="http://smartbear.com/forums/f74/novice-user-help">http://smartbear.com/forums/f74/novice-user-help</a><br /> <br /> Regards,<br /> Greg W. http://smartbear.com/forums/f70/t79760/RE-VBScript-For-Loop 5/21/2013 12:18:15 PM Gregory Wyne 7fcbe799-36ea-4d4e-8998-29330ec4f8ec RE: Uploading a Word document based on a template with custom fields defaults back to original values Hello, this is Greg from Smartbear support.<br /> <br /> Is it possible for you to start a case and send the document in question to support@smartbear.com along with the issue as you described it above? It would be helpful to take a look at the document itself and what is happening.<br /> <br /> Regards,<br /> Greg http://smartbear.com/forums/f70/t79632/RE-Uploading-a-Word-document-based-on-a-templa 5/21/2013 12:15:39 PM Gregory Wyne 3b84e3ac-a8a4-4d9e-aad5-4f2e77a46ec7 VBScript For Loop <div> I&rsquo;m writing this vbscript in a in testcomplete.</div> <div> &nbsp;</div> <div> I&rsquo;m having trouble with a loop&hellip; &nbsp;I don&rsquo;t know if I need an If&hellip;else..&nbsp;</div> <div> &nbsp;</div> <div> The script has a ADO connection that looks at a table in the database, I need it to populate fields in a program from that database table.&nbsp;</div> <div> &nbsp;</div> <div> My for loop fills the first Row/entry correctly. &nbsp;But it seems that it just loops back to the first Row/Entry, it doesn&rsquo;t move on to the second Row/entry in the table. I&rsquo;m wondering what I need to add to the first for loop?</div> <div> &nbsp;</div> <div> &nbsp;</div> <div> &nbsp;</div> <div> &nbsp;</div> <div> [CODE]</div> <div> &#39;Sales Rep Maintenance&nbsp;</div> <div> &#39;Adding New Rep</div> <div> &#39;USEUNIT Seek</div> <div> &nbsp;</div> <div> Dim txtServer, testCtrlDBase</div> <div> txtServer = ProjectSuite.Variables.ServerName &nbsp; &nbsp;</div> <div> testCtrlDBase = ProjectSuite.Variables.TestControlDB</div> <div> &nbsp;</div> <div> Sub Test1&nbsp;</div> <div> &nbsp; Dim FirstName,LastName,Organization,CommissionType,CommissionRate,FixedFee,SafariUser&nbsp;</div> <div> &nbsp; Dim control &nbsp;&nbsp;</div> <div> &nbsp; Dim control2 &nbsp; &nbsp;&lsquo;These aren&rsquo;t being called / used</div> <div> &nbsp; Dim control3 &nbsp; &nbsp;&lsquo;These aren&rsquo;t being called / used</div> <div> &nbsp; Dim MyServer</div> <div> &nbsp; Dim MyDataBase</div> <div> &nbsp; Dim TypeID&nbsp;</div> <div> &nbsp; Dim h,i</div> <div> &nbsp; TypeID = 1</div> <div> &nbsp; MyServer = &quot;ENSQL2005&quot;</div> <div> &nbsp; MyDataBase = &quot;SAF416Pete&quot;</div> <div> &nbsp;&nbsp;</div> <div> &nbsp; Call Aliases.Explorer.wndShell_TrayWnd.ReBarWindow32.MSTaskSwWClass.ToolbarWindow32.CheckItem(&quot;EnSite Safari Suite&reg;&quot;, True, False)</div> <div> &nbsp;</div> <div> &nbsp; &nbsp;SeekScreen (&quot;SalesAdmin.ucSalesRepMaint&quot;)</div> <div> &nbsp; &nbsp;Set control = Aliases.Sys.Safari.FormHost.MDIClient.FLC_SalesRepMX.FLP_SalesRepMX.LCC_SalesRepMX.Embedded.vseContainer&nbsp;</div> <div> &nbsp;&nbsp;</div> <div> &nbsp; &nbsp; Set AConnection = ADO.CreateConnection</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AConnection.ConnectionString = &quot;Driver={SQL Server};Server=&quot; + MyServer + &quot;;Database=&quot; + MyDataBase + &quot;;Uid=SafariUser;Pwd=safari&quot;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AConnection.Open</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set Cmd = ADO.CreateCommand</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Cmd.ActiveConnection = AConnection</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Cmd.CommandText = &quot;Exec qa_SelectSalesRepData &quot; &amp; TypeID &nbsp; &nbsp; &nbsp;&lsquo;stored procedure qa_SelectSalesRepData</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Cmd.CommandType = adCmdText</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set RecSet = Cmd.Execute</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RecSet.MoveFirst</div> <div> &nbsp; &nbsp;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; For h = 0 to RecSet.Fields.Count -1 &nbsp; &lsquo;Loop in question Trying to retrieve another name from the database Table</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.keys(&quot;~N&quot;)&nbsp;</div> <div> &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;For i = 0 to RecSet.Fields.count -1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div> <div> &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Select Case RecSet.Fields(i).name</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;FirstName&quot;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.txtFirst.SetText(RecSet.Fields(i).value) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;LastName&quot;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.txtLast.setText(RecSet.Fields(i).value)</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;Organization&quot;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.txtOrganization.SetText(RecSet.Fields(i).value)</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;CommissionType&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.cboCommissionType.ClickItem(RecSet.Fields(i).value)&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;CommissionRate&quot;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.txtCommissionRate.SetText(RecSet.Fields(i).value)</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;FixedFee&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.txtFixedFee.SetText(RecSet.Fields(i).value)</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case &quot;SafariUser&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.cboSafariUser.ClickItem(RecSet.Fields(i).value) &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case else&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Log.Message &quot;Need coding to handle &quot; &amp; RecSet.Fields(i).name &amp; &quot; and &quot; &amp; RecSet.Field(i).value &amp;&quot; for Test1: &quot;&nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Select &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Next</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; control.keys(&quot;~S&quot;)</div> <div> &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next&nbsp;</div> <div> End Sub<br /> [/CODE]</div> <div> &nbsp;</div> http://smartbear.com/forums/f70/t79760/VBScript-For-Loop 5/20/2013 3:08:04 PM Peter Maas 3caeb545-7b77-4eff-8f53-96f066cdf2e1 Known issue: &quot;Error launching external diff program&quot; after upgrading to Java 1.7.0_21 <div> If you&#39;ve previously been launching an external diff viewer from Collaborator just fine but suddenly begin to see this error:</div> <div> &nbsp;</div> <div> &quot;Error launching external diff program&quot;</div> <div> &quot;Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified.&quot;</div> <div> &nbsp;</div> <div> most likely you&#39;ve recently upgraded to Java 1.7.0_21&nbsp;causing our diff viewer launcher to fail.&nbsp;<span style="font-size: 12px;">Oracle changed the way they handle paths containing spaces so if the path to your diff viewer contains spaces, it can no longer find the executable.</span></div> <div> &nbsp;</div> <div> We will need to change our implementation to accommodate this change so we have submitted this issue to product development to address in a future maintenance release (ref. case 72222).</div> <div> &nbsp;</div> <div> Please subscribe to this SmartBear forum thread to receive future release announcements:</div> <div> http://smartbear.com/forums/f71/t48442/tp2/CodeCollaborator-Release-Notifications</div> <div> &nbsp;</div> <div> In the meantime, you have two possible work arounds. Either downgrade your Java or move your diff viewer executable to a directory path that does not contain spaces.</div> <div> &nbsp;</div> http://smartbear.com/forums/f71/t79732/Known-issue-quot;Error-launching-external-dif 5/17/2013 9:31:39 AM Barb Swetman 24f3a0d8-13f1-4fcb-991f-334e89d30922 EmailNotifier - Exception occurred sending notification <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">If you see the following error in your log file:<br /> WARN Notification-Processor com.smartbear.notification.EmailNotifier - Exception occurred sending notification. Retrying in 300000 milliseconds.</span><br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">&nbsp;javax.mail.MessagingException: Exception reading response;</span><br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">&nbsp; nested exception is:</span><br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">&nbsp;&nbsp;&nbsp;&nbsp;java.net.SocketTimeoutException: Read timed out</span><br /> <br /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">Try increasing the smtp read timeout o</span><span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">n the Collaborator server by adding the following lines to ccollab-server.vmoptions in the Collaborator server installation directory:</span><br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">-Dsmartbear.mail.smtp.connectiontimeout=50000</span><br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">-Dsmartbear.mail.smtp.timeout=50000</span><br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <br style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;" /> <span style="color: rgb(0, 0, 0); font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.63636302947998px;">This is ten times the default value for these timeouts. These settings will take effect after you cycle the Collaborator service.<br /> <br /> You can read more about this here:</span><br /> <a href="http://codecollaborator.smartbear.com/docs/manual/8.0/index.html?overview.html">http://codecollaborator.smartbear.com/docs/manual/8.0/index.html?overview.html</a><br /> <br /> <br /> <br /> http://smartbear.com/forums/f71/t79702/EmailNotifier-Exception-occurred-sending-noti 5/15/2013 12:38:26 PM Barb Swetman 27263253-7853-497d-8849-41b36668bf9d RE: [CodeCollaborator GUI] buttons disabled during ClearCase Remote Configuration I used the package ccollab_client_7_3_7303_windows.exe , and platform is Windows XP http://smartbear.com/forums/f72/t79648/RE-CodeCollaborator-GUI-buttons-disabled-dur 5/15/2013 1:31:57 AM Zhiqiang Liu 9236f108-3ab8-416c-bdfa-125f05bc04eb [CodeCollaborator GUI] buttons disabled during ClearCase Remote Configuration Why &#39;Add Activities&#39;/ &#39;Add my Activities&#39;/&#39;Add Versions&#39;/ buttons are disabled in the client GUI while selecting Clearcase in the list of SCM configuration?<br /> <br /> Thanks! http://smartbear.com/forums/f72/t79648/CodeCollaborator-GUI-buttons-disabled-during 5/14/2013 8:47:27 AM Zhiqiang Liu f4c69037-1eca-4141-89f7-4695d6b7f6f1 CodeCollaborator v7.3.7303 64 bit server memory leak and corruption In an environment with only a few reviews per day, our CodeCollaborator server process starts out taking about 80 MB for RAM, and as users access it shortly goes up to about 110 MB. This seems pretty normal.<br /> <br /> Over a week or two, the process continues to grow. When it gets over half a gigabyte or so, the server starts rejecting some random&nbsp;reviews.&nbsp; I&#39;ve seen it up to 800 MB.&nbsp; &nbsp;Bouncing the CC server process clears the issue up.<br /> <br /> The log doesn&#39;t appear to have anything out of the ordinary in it.<br /> <br /> Platform info:<br /> Windows Server 2008 R2 64 bit<br /> SQL Server 2008 R2<br /> LDAP authentication<br /> Java was initially the recommended version now 1.6u38<br /> http://smartbear.com/forums/f71/t79637/CodeCollaborator-v7-3-7303-64-bit-server-memory 5/13/2013 2:31:05 PM John Jurisoo 88bc199e-3fe6-4a51-adf8-4a5c15d67a97 Uploading a Word document based on a template with custom fields defaults back to original values a mouthfull, sorry.<br /> Well, as part of our code review process we review Word documents&nbsp;which we create from templates. These include specific fields like the Title, defect no, and other details linked to the data fields.<br /> <br /> Problem is that, when uploading the document for review, these fields are all reset to the original template values.<br /> <br /> So for instance, in place of displaying the &quot;defect 12345&quot;, it displays &quot;defect XXXXX&quot;, which is the value specified on the field.<br /> <br /> It doesn&#39;t seem to be updating the document with the saved field values at all.<br /> <br /> Is this because the upload utility has no permission to run macros or something similar?<br /> Or is this just something that isn&#39;t done when uploading a document for review?<br /> <br /> Is there a way of fixing this or getting around it?<br /> <br /> thanks http://smartbear.com/forums/f70/t79632/Uploading-a-Word-document-based-on-a-template-w 5/13/2013 8:58:22 AM Francois Roux 446a7101-6b6a-4f11-adea-c5c9db7105f8 Known Issue with Collaborator v.8 Upgrade and Oracle: <div> Known Issue with Collaborator v.8 Upgrade and Oracle:</div> <div> If you plan to upgrade to Collaborator v.8, and your existing server is configured with an Oracle database,&nbsp;<span style="font-size: 12px;">there is a known issue to address related to duplicate metadata of external defect names.&nbsp;</span><br /> &nbsp;</div> <div> You will need to follow these steps BEFORE YOU UPGRADE to ensure a successful upgrade of your Oracle database instance.</div> <div> &nbsp;</div> <div> 1. During an off-peak time, have your DBA perform a backup of your Collaborator instance using your native Oracle database backup utility.&nbsp;</div> <div> (The migration dump file backup approach won&rsquo;t work because of this known issue so best to use the native Oracle backup method.)</div> <div> &nbsp;</div> <div> 2. When your backup is complete, login to the Collaborator server as admin.</div> <div> &nbsp;</div> <div> 3. Go to &lt;YourServerURL&gt;/diagnostics?diagnostic=fixDuplicateMetadataValues.</div> <div> &nbsp;</div> <div> 4. When the diagnostic is done, save your screen by doing this: Right-Click &gt; SaveAs &gt; {MyHTMLFile1}.htm &nbsp; (of type Webpage, HTML Only)</div> <div> &nbsp;</div> <div> 5. If Result shows Success for all values tested, you can proceed to upgrade your server as described here:</div> <div> http://codecollaborator.smartbear.com/docs/manual/8.0/index.html?upgrading_to_8_0.html</div> <div> &nbsp;</div> <div> 6. If Result shows Failure for some/all values tested, re-run the &quot;Fix Duplicate Metadata Values&quot; Diagnostic.</div> <div> &nbsp;</div> <div> 7. When the diagnostic is done, save your screen by doing this: right-Click &gt; SaveAs &gt; {MyHTMLFile2}.htm &nbsp; (of type Webpage, HTML Only)</div> <div> &nbsp;</div> <div> 8. If Result shows Failure for some/all values tested, send the latest html file to support@smartbear.com.</div> <div> &nbsp;</div> <div> 9. SmartBear Support will contact you regarding your case and work directly with you and your DBA to manually reconcile the duplicate metadata</div> <div> before you proceed with your upgrade.</div> http://smartbear.com/forums/f71/t79610/Known-Issue-with-Collaborator-v-8-Upgrade-and-O 5/10/2013 4:39:39 PM Barb Swetman daae2d04-0573-421e-99ac-d739f145643b Code Collaborator SOAP Api to check for a review status Are there any examples for the SOAP Api to check for a review status? Any examples using C# code would be really useful. http://smartbear.com/forums/f70/t79607/Code-Collaborator-SOAP-Api-to-check-for-a-revie 5/10/2013 1:42:52 PM Kuldeep Chowhan a02394f7-5104-4cda-b7f8-da03c384d13a