<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Troubleshooting Custom Workspaces in InRoads</title><link>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Troubleshooting Custom Workspaces in InRoads</title><link>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads</link><pubDate>Wed, 18 Nov 2015 20:11:27 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:55da74b0-06b0-4515-8851-21c4ea98d09c</guid><dc:creator>Jacquelyn Pettus</dc:creator><comments>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads#comments</comments><description>Current Revision posted to OpenRoads | OpenSite Wiki by Jacquelyn Pettus on 11/18/2015 8:11:27 PM&lt;br /&gt;
&lt;p style="padding:0;margin:0;"&gt;&lt;/p&gt;
&lt;table style="border:0px solid #dce5f0;width:680px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;InRoads&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.07+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;General&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:150%;"&gt;&lt;span style="text-decoration:underline;"&gt;Problem:&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;InRoads will not start when using a custom workspace or InRoads launches but is missing certain tasks/menus/functions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="font-size:150%;"&gt;Possible Solutions:&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When using a custom workspace, it is possible that some of the configuration variables defined by the user can conflict with the necessary variables that are defined by the InRoads product. The result is that InRoads may not launch properly or may not start at all.&lt;/p&gt;
&lt;p&gt;The following workflow is the best practice for troubleshooting this problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Verify that the problem is a result of the custom workspace by launching InRoads in an untitled (or new) workspace.&amp;nbsp; If InRoads launches properly, it is very likely there is a problem with the custom workspace.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;There are several variables that are more likely than others to cause a conflict with InRoads.&amp;nbsp; Pay special attention to:&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Any of the variables that start with CIVIL_&lt;/li&gt;
&lt;li&gt;MS_CELLLIST&lt;/li&gt;
&lt;li&gt;MS_DGNAPPS&lt;/li&gt;
&lt;li&gt;MS_DGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_GUIDGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_LIBRARY_PATH&lt;br /&gt;&lt;br /&gt;Variables such as the MS_DGNAPPS and MS_LIBRARY_PATH can affect the InRoads startup, and variables such as the MS_GUIDGNLIBLIST affect the various tasks and menus InRoads loads into MicroStation.&lt;br /&gt;&lt;br /&gt;One way to troubleshoot these variables, is to add the &amp;quot;-debug&amp;quot; switch to the Target path in the icon, then review the resulting &amp;#39;msdebug.txt&amp;#39;.&lt;br /&gt;The following video demonstrates how to use the &amp;#39;msdebug.txt&amp;#39; file to troubleshoot an error in InRoads:&lt;br /&gt;
&lt;p&gt;&lt;em&gt;&lt;a href="http://www.youtube.com/watch?v=O-8WweYjen8"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;One of the more common errors encountered is when one of the above variables is defined using &amp;quot;=&amp;quot; instead of &amp;quot;&amp;gt;&amp;quot;.&amp;nbsp; &amp;quot;&amp;gt;&amp;quot; appends the configuration variable.&amp;nbsp; &amp;quot;=&amp;quot; overwrites the variable - and often times the definitions required for InRoads to launch.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Rename any custom or edited CFG files in your workspace and test to see if the issue can be isolated to a specific CFG file.&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;If so, open the configuration file&amp;nbsp;in Notepad and use the &amp;quot;#&amp;quot; character to comment out everything in the file.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Then,&amp;nbsp;begin to un-comment a block of text at a time and attempt to launch InRoads.&amp;nbsp; Using the process of elimination, the line that is causing the conflict can be isolated.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding:0;margin:0;"&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;&lt;b&gt;&lt;img style="border-width:0px;" alt=" " src="/cfs-file.ashx/__key/communityserver-components-sitefiles/TSG-Logo.png" height="60" width="189" /&gt;&lt;/b&gt;&lt;/h1&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshooting Custom Workspaces in InRoads</title><link>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads/revision/4</link><pubDate>Fri, 11 Apr 2014 20:55:56 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:55da74b0-06b0-4515-8851-21c4ea98d09c</guid><dc:creator>Kevin McDonald</dc:creator><comments>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads#comments</comments><description>Revision 4 posted to OpenRoads | OpenSite Wiki by Kevin McDonald on 4/11/2014 8:55:56 PM&lt;br /&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;table align="left" style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;InRoads&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.07.615+&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;General&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jacquelyn Pettus, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Problem:&lt;/h1&gt;
&lt;p&gt;InRoads will not start when using a custom workspace or InRoads launches but is missing certain tasks/menus/functions.&lt;/p&gt;
&lt;h1&gt;Troubleshooting Workflow:&lt;/h1&gt;
&lt;p&gt;When using a custom workspace, it is possible that some of the configuration variables defined by the user can conflict with the necessary variables that are defined by the InRoads product.&amp;nbsp; The result is that InRoads may not launch properly or may not start at all.&lt;/p&gt;
&lt;p&gt;The following workflow is the best practice for troubleshooting this problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Verify that the problem is a result of the custom workspace by launching InRoads in an untitled (or new) workspace.&amp;nbsp; If InRoads launches properly, it is very likely there is a problem with the custom workspace.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;There are several variables that are more likely than others to cause a conflict with InRoads.&amp;nbsp; Pay special attention to:&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Any of the variables that start with CIVIL_&lt;/li&gt;
&lt;li&gt;MS_CELLLIST&lt;/li&gt;
&lt;li&gt;MS_DGNAPPS&lt;/li&gt;
&lt;li&gt;MS_DGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_GUIDGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_LIBRARY_PATH&lt;br /&gt;&lt;br /&gt;Variables such as the MS_DGNAPPS and MS_LIBRARY_PATH can affect the InRoads startup, and variables such as the MS_GUIDGNLIBLIST affect the various tasks and menus InRoads loads into MicroStation.&lt;br /&gt;&lt;br /&gt;One way to troubleshoot these variables, is to add the &amp;quot;-debug&amp;quot; switch to the Target path in the icon, then review the resulting &amp;#39;msdebug.txt&amp;#39;.&lt;br /&gt;The following video demonstrates how to use the &amp;#39;msdebug.txt&amp;#39; file to troubleshoot an error in InRoads:&lt;br /&gt;
&lt;p&gt;&lt;em&gt;&lt;a href="http://www.youtube.com/watch?v=O-8WweYjen8"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;One of the more common errors encountered is when one of the above variables is defined using &amp;quot;=&amp;quot; instead of &amp;quot;&amp;gt;&amp;quot;.&amp;nbsp; &amp;quot;&amp;gt;&amp;quot; appends the configuration variable.&amp;nbsp; &amp;quot;=&amp;quot; overwrites the variable - and often times the definitions required for InRoads to launch.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Rename any custom or edited CFG files in your workspace and test to see if the issue can be isolated to a specific CFG file.&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;If so, open the configuration file&amp;nbsp;in Notepad and use the &amp;quot;#&amp;quot; character to comment out everything in the file.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Then,&amp;nbsp;begin to uncomment a block of text at a time and attempt to launch InRoads.&amp;nbsp; Using the process of elimination, the line that is causing the conflict can be isolated.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding:0;margin:0;"&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshooting Custom Workspaces in InRoads</title><link>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads/revision/3</link><pubDate>Fri, 11 Apr 2014 20:54:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:55da74b0-06b0-4515-8851-21c4ea98d09c</guid><dc:creator>Kevin McDonald</dc:creator><comments>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads#comments</comments><description>Revision 3 posted to OpenRoads | OpenSite Wiki by Kevin McDonald on 4/11/2014 8:54:55 PM&lt;br /&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;table align="left" style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;InRoads&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.07.615+&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;General&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jacquelyn Pettus, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Problem:&lt;/h1&gt;
&lt;p&gt;InRoads will not start when using a custom workspace.&lt;/p&gt;
&lt;h1&gt;Troubleshooting Workflow:&lt;/h1&gt;
&lt;p&gt;When using a custom workspace, it is possible that some of the configuration variables defined by the user can conflict with the necessary variables that are defined by the InRoads product.&amp;nbsp; The result is that InRoads may not launch properly or may not start at all.&lt;/p&gt;
&lt;p&gt;The following workflow is the best practice for troubleshooting this problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Verify that the problem is a result of the custom workspace by launching InRoads in an untitled (or new) workspace.&amp;nbsp; If InRoads launches properly, it is very likely there is a problem with the custom workspace.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;There are several variables that are more likely than others to cause a conflict with InRoads.&amp;nbsp; Pay special attention to:&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Any of the variables that start with CIVIL_&lt;/li&gt;
&lt;li&gt;MS_CELLLIST&lt;/li&gt;
&lt;li&gt;MS_DGNAPPS&lt;/li&gt;
&lt;li&gt;MS_DGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_GUIDGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_LIBRARY_PATH&lt;br /&gt;&lt;br /&gt;Variables such as the MS_DGNAPPS and MS_LIBRARY_PATH can affect the InRoads startup, and variables such as the MS_GUIDGNLIBLIST affect the various tasks and menus InRoads loads into MicroStation.&lt;br /&gt;&lt;br /&gt;One way to troubleshoot these variables, is to add the &amp;quot;-debug&amp;quot; switch to the Target path in the icon, then review the resulting &amp;#39;msdebug.txt&amp;#39;.&lt;br /&gt;The following video demonstrates how to use the &amp;#39;msdebug.txt&amp;#39; file to troubleshoot an error in InRoads:&lt;br /&gt;
&lt;p&gt;&lt;em&gt;&lt;a href="http://www.youtube.com/watch?v=O-8WweYjen8"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;One of the more common errors encountered is when one of the above variables is defined using &amp;quot;=&amp;quot; instead of &amp;quot;&amp;gt;&amp;quot;.&amp;nbsp; &amp;quot;&amp;gt;&amp;quot; appends the configuration variable.&amp;nbsp; &amp;quot;=&amp;quot; overwrites the variable - and often times the definitions required for InRoads to launch.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Rename any custom or edited CFG files in your workspace and test to see if the issue can be isolated to a specific CFG file.&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;If so, open the configuration file&amp;nbsp;in Notepad and use the &amp;quot;#&amp;quot; character to comment out everything in the file.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Then,&amp;nbsp;begin to uncomment a block of text at a time and attempt to launch InRoads.&amp;nbsp; Using the process of elimination, the line that is causing the conflict can be isolated.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding:0;margin:0;"&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshooting Custom Workspaces in InRoads</title><link>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads/revision/2</link><pubDate>Fri, 11 Apr 2014 20:42:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:55da74b0-06b0-4515-8851-21c4ea98d09c</guid><dc:creator>Kevin McDonald</dc:creator><comments>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads#comments</comments><description>Revision 2 posted to OpenRoads | OpenSite Wiki by Kevin McDonald on 4/11/2014 8:42:49 PM&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;&lt;img width="189" height="60" style="border-width:0px;" alt=" " src="/Other/Old_Site_Files/Bentley_Folders/m/support/17560/download.aspx" /&gt;&lt;/b&gt;&lt;/h1&gt;
&lt;table align="left" style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;InRoads&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.07.615+&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;General&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jacquelyn Pettus, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Problem:&lt;/h1&gt;
&lt;p&gt;InRoads will not start when using a custom workspace.&lt;/p&gt;
&lt;h1&gt;Troubleshooting Workflow:&lt;/h1&gt;
&lt;p&gt;When using a custom workspace, it is possible that some of the configuration variables defined by the user can conflict with the necessary variables that are defined by the InRoads product.&amp;nbsp; The result is that InRoads may not launch properly or may not start at all.&lt;/p&gt;
&lt;p&gt;The following workflow is the best practice for troubleshooting this problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Verify that the problem is a result of the custom workspace by launching InRoads in an untitled workspace.&amp;nbsp; If InRoads launches properly, it is very likely there is a problem with the custom workspace.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Open the custom User Configuration File (*.ucf) or Project Configuration File (*.pcf) in Notepad.&amp;nbsp; Use the &amp;quot;#&amp;quot; character to comment out everything in the file.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Verify that InRoads will load with all lines commented out in the UCF or PCF.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Now, begin to uncomment a block of text at a time and attempt to launch InRoads.&amp;nbsp; Using the process of elimination, the line that is causing the conflict can be isolated.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;There are several variables that are more likely than others to cause a conflict with InRoads.&amp;nbsp; Pay special attention to:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Any of the variables that start with CIVIL_&lt;/li&gt;
&lt;li&gt;MS_CELLLIST&lt;/li&gt;
&lt;li&gt;MS_DGNAPPS&lt;/li&gt;
&lt;li&gt;MS_DGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_GUIDGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_LIBRARY_PATH&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;One of the more common errors encountered is when one of the above variables is defined using &amp;quot;=&amp;quot; instead of &amp;quot;&amp;gt;&amp;quot;.&amp;nbsp; &amp;quot;&amp;gt;&amp;quot; appends the configuration variable.&amp;nbsp; &amp;quot;=&amp;quot; overwrites the variable - and often times the definitions required for InRoads to launch.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href="http://www.youtube.com/watch?v=O-8WweYjen8"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Troubleshooting Custom Workspaces in InRoads</title><link>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads/revision/1</link><pubDate>Thu, 10 Apr 2014 16:33:43 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:55da74b0-06b0-4515-8851-21c4ea98d09c</guid><dc:creator>Jacquelyn Pettus</dc:creator><comments>https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/13033/troubleshooting-custom-workspaces-in-inroads#comments</comments><description>Revision 1 posted to OpenRoads | OpenSite Wiki by Jacquelyn Pettus on 4/10/2014 4:33:43 PM&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;&lt;img style="border-width:0px;" alt=" " src="/Other/Old_Site_Files/Bentley_Folders/m/support/17560/download.aspx" height="60" width="189" /&gt;&lt;/b&gt;&lt;/h1&gt;
&lt;table style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" align="left" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;InRoads&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.07.615&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;General&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea:&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jacquelyn Pettus, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Problem:&lt;/h1&gt;
&lt;p&gt;InRoads will not start when using a custom workspace.&lt;/p&gt;
&lt;h1&gt;Troubleshooting Workflow:&lt;/h1&gt;
&lt;p&gt;When using a custom workspace, it is possible that some of the configuration variables defined by the user can conflict with the necessary variables that are defined by the InRoads product.&amp;nbsp; The result is that InRoads may not launch properly or may not start at all.&lt;/p&gt;
&lt;p&gt;The following workflow is the best practice for troubleshooting this problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Verify that the problem is a result of the custom workspace by launching InRoads in an untitled workspace.&amp;nbsp; If InRoads launches properly, it is very likely there is a problem with the custom workspace.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Open the custom User Configuration File (*.ucf) or Project Configuration File (*.pcf) in Notepad.&amp;nbsp; Use the &amp;quot;#&amp;quot; character to comment out everything in the file.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Verify that InRoads will load with all lines commented out in the UCF or PCF.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Now, begin to uncomment a block of text at a time and attempt to launch InRoads.&amp;nbsp; Using the process of elimination, the line that is causing the conflict can be isolated.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;There are several variables that are more likely than others to cause a conflict with InRoads.&amp;nbsp; Pay special attention to:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Any of the variables that start with CIVIL_&lt;/li&gt;
&lt;li&gt;MS_CELLLIST&lt;/li&gt;
&lt;li&gt;MS_DGNAPPS&lt;/li&gt;
&lt;li&gt;MS_DGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_GUIDGNLIBLIST&lt;/li&gt;
&lt;li&gt;MS_LIBRARY_PATH&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;One of the more common errors encountered is when one of the above variables is defined using &amp;quot;=&amp;quot; instead of &amp;quot;&amp;gt;&amp;quot;.&amp;nbsp; &amp;quot;&amp;gt;&amp;quot; appends the configuration variable.&amp;nbsp; &amp;quot;=&amp;quot; overwrites the variable - and often times the definitions required for InRoads to launch.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>