<?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>JuanCar02's Communities Activities</title><link>https://communities.bentley.com/members/c652e881_2d00_3dc0_2d00_42ce_2d00_99c1_2d00_8a2ac13c3501</link><description>Recent activity for people in JuanCar02's community</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>IE randomly opens up to BE Communities page when you launch MicroStation V8i</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/118528/ie-randomly-opens-up-to-be-communities-page-when-you-launch-microstation-v8i</link><pubDate>Mon, 25 Apr 2016 19:07:25 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2fdae2fc-97b2-4ac1-9814-fb3dcaa12024</guid><dc:creator>JuanCar02</dc:creator><description>&lt;p&gt;Anyone else having issues where IE randomly opens up to BE Communities page when you launch MicroStation V8i?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MicroStation not Activating...Is there a server connection timeout setting?</title><link>https://communities.bentley.com/communities/other_communities/licensing_cloud_and_web_services/f/forum/105854/microstation-not-activating-is-there-a-server-connection-timeout-setting</link><pubDate>Tue, 31 Mar 2015 20:33:01 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:98e65938-98ec-4114-ae73-b0570da5c144</guid><dc:creator>JuanCar02</dc:creator><description>&lt;p&gt;ALmost every user is getting the 30 days to cnnect to the licesne server message. We have never had this issue before, until recently. When we activate the program manually, it works. I did notice that it takes a little longer than normal to activate, Is there a timeout feature/ variable as far as server connection goes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Print Organizer named expressions</title><link>https://communities.bentley.com/products/microstation/microstation_printing/f/printing-and-plotting-forum/100356/print-organizer-named-expressions</link><pubDate>Fri, 22 Aug 2014 14:51:52 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b8a39afe-8340-4838-812c-e9bad2d87f64</guid><dc:creator>JuanCar02</dc:creator><description>&lt;p&gt;Is there a way to define an expression that would read the DGN name along with a specific TAG in the DGN file. We want to name the the PDF file as follows.&lt;/p&gt;
&lt;p&gt;DGNfilename-Revision#.pdf&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The revision # would be specified in a TAG within each DGN.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Named Expressions for Print Organizer</title><link>https://communities.bentley.com/products/microstation/microstation_printing/f/printing-and-plotting-forum/100366/named-expressions-for-print-organizer</link><pubDate>Fri, 22 Aug 2014 19:11:22 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:896d2a4a-6d77-49dd-beea-9303cea046b5</guid><dc:creator>JuanCar02</dc:creator><description>&lt;p&gt;Is there a way to define an expression that would read the DGN name along with a specific TAG in the DGN file. We want to name the the PDF file as follows.&lt;/p&gt;
&lt;p&gt;DGNfilename-Revision#.pdf&lt;/p&gt;
&lt;p&gt;The revision # would be specified in a TAG within each DGN.&lt;/p&gt;
&lt;p&gt;Thanks in a&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>If variable does not equal</title><link>https://communities.bentley.com/products/building/building_analysis___design/f/aecosim-speedikon-forum/98457/if-variable-does-not-equal</link><pubDate>Thu, 26 Jun 2014 14:15:31 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:0bdfe359-39d6-41d4-bb00-b37a1b3bde82</guid><dc:creator>JuanCar02</dc:creator><description>&lt;p&gt;A few days ago I posted a question about getting AECOsim to produce an error if BB_Discipline=MicroStation. The advice I got worked, but now we are rethinking our process and we have decided that it would probably be best if we went something looking for specific definitions for BB_Discipline. Below you will see the sybtax we put into place&lt;/p&gt;
&lt;p&gt;%if $(BB_Discipline)==&amp;quot;MicroStation&amp;quot;&lt;/p&gt;
&lt;p&gt;%error Cannot launch AECOsim as MicroStation. Please launch MicroStation from the Novell Application Launcher.&lt;/p&gt;
&lt;p&gt;%endif&lt;/p&gt;
&lt;p&gt;But I think we want to change it to the syntax below. I am not sure how to define NOT EQUAL TO &amp;nbsp;so I am using &amp;lt;&amp;gt;, please correct me if I am wrong.&lt;/p&gt;
&lt;p&gt;%if $(BB_Discipline) &amp;lt;&amp;gt; Mechanical ||&amp;nbsp;%if $(BB_Discipline) &amp;lt;&amp;gt; Electrical ||&amp;nbsp;%if $(BB_Discipline) &amp;lt;&amp;gt; Structural ||&amp;nbsp;%if $(BB_Discipline) &amp;lt;&amp;gt; Architectural&lt;/p&gt;
&lt;p&gt;%error Please launch AECOsim in either Machanical, Structural, Architectural or Electircal interface.&lt;/p&gt;
&lt;p&gt;%endif&lt;/p&gt;
&lt;p&gt;I get an invalid expression message when I launch AECOsim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Cause Aecosim to produce an Error</title><link>https://communities.bentley.com/products/building/building_analysis___design/f/aecosim-speedikon-forum/98371/cause-aecosim-to-produce-an-error</link><pubDate>Tue, 24 Jun 2014 20:44:46 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:6f15cd7a-a338-474f-95c0-781b4da8650d</guid><dc:creator>JuanCar02</dc:creator><description>&lt;p&gt;We are in the process of deploying AECOsim company wide to over 200 users. We do have limited licenses and want to add one restriction to our configuration file. If BB_Discipline= MicroStation we want AECOsim to spit out an error Via command window and close when eneter is pressed. We dont want to allow users to use AECOsim as MicroStation because then they will be taking up an AECOsim license for MicroStation, of which we have hundreds of licenses. So far I have this&lt;/p&gt;
&lt;p&gt;%if &amp;nbsp;$(BB_Discipline)==MicroStation&lt;/p&gt;
&lt;p&gt;Error&lt;/p&gt;
&lt;p&gt;%endif&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As you can see I dont know what syntax to add where it says error.&lt;/p&gt;
&lt;p&gt;We will be removing the AECOsim as MicroStation shortcut from the install, but we do have computer savvy users that will be able to use the -wsBB_Discipline=MicroStation switch. Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>