<?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>Ben Fullenkamp's Communities Activities</title><link>https://communities.bentley.com/members/95c5a648_2d00_801c_2d00_4d09_2d00_9043_2d00_56801c50ff45</link><description>Recent activity for people in Ben Fullenkamp's community</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Discussion Starter I</title><link>https://communities.bentley.com/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Fri, 19 Nov 2021 12:09:51 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d7509a39-5c31-4a0c-b3ef-85712407e800</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>Manual Valve Tag issue</title><link>https://communities.bentley.com/products/plant/f/autoplant-axsys-openplant-plantwise-forum/63282/manual-valve-tag-issue</link><pubDate>Thu, 08 Aug 2019 20:03:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:806ae119-4612-46c2-9000-7a590b0810ab</guid><dc:creator>Ben Fullenkamp</dc:creator><description>&lt;p&gt;We are trying to label all our manual valves in our entire project sequentially and it restarts back at 1 each new P&amp;amp;ID.&amp;nbsp; I need to count across the whole project.&amp;nbsp; I got the format we want (MV0001, MV0002....MV0126, MV0127, etc...), but I need this count issue resolved.&amp;nbsp; Here is the code from pid-sup.lsp:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;br /&gt;;;; Valve Tag Creation&lt;br /&gt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;br /&gt;(defun nxthnd (/ ValvePrefix currcount Passtag)&lt;br /&gt;(setq ValvePrefix &amp;quot;MV&amp;quot;)&lt;br /&gt;(if (= 1 (strlen (setq currcount (itoa (setvar &amp;quot;useri5&amp;quot; (1+ (getvar &amp;quot;useri5&amp;quot;)))))))&lt;br /&gt;(setq currcount (strcat ValvePrefix &amp;quot;000&amp;quot; currcount))&lt;br /&gt;(if (= 2 (strlen (setq currcount (itoa (setvar &amp;quot;useri5&amp;quot; (1+ (getvar &amp;quot;useri5&amp;quot;))))))) &lt;br /&gt;(setq currcount (strcat ValvePrefix &amp;quot;00&amp;quot; currcount))&lt;br /&gt;(if (= 3 (strlen (setq currcount (itoa (setvar &amp;quot;useri5&amp;quot; (1+ (getvar &amp;quot;useri5&amp;quot;)))))))&lt;br /&gt;(setq currcount (strcat ValvePrefix &amp;quot;0&amp;quot; currcount))&lt;br /&gt;(if (= 4 (strlen (setq currcount (itoa (setvar &amp;quot;useri5&amp;quot; (1+ (getvar &amp;quot;useri5&amp;quot;)))))))&lt;br /&gt;(setq currcount (strcat ValvePrefix &amp;quot;&amp;quot; currcount))&lt;br /&gt;(setq currcount (strcat ValvePrefix currcount))&lt;br /&gt;)&lt;br /&gt;)&lt;br /&gt;)&lt;br /&gt;)&lt;br /&gt;(if (CheckPredefinetag UsePredefinedValveTag)&lt;br /&gt;(setq currcount UsePredefinedValveTag)&lt;br /&gt;)&lt;br /&gt;(if (not NoDwgNameInValveTag)&lt;br /&gt;(setq PassTag currcount)&lt;br /&gt;)&lt;br /&gt;(setq PassTag (CheckNumOfSchemaFields (if (and schema (/= schema &amp;quot;&amp;quot;)) schema &amp;quot;AT_HVALVE&amp;quot;) PassTag ValvePrefix))&lt;br /&gt;(if CheckTagForDup&lt;br /&gt;(setq PassTag (CheckForTagDuplicate (if (and schema (/= schema &amp;quot;&amp;quot;)) schema &amp;quot;AT_HVALVE&amp;quot;) PassTag))&lt;br /&gt;)&lt;br /&gt;PassTag&lt;br /&gt;) &lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Not sure what I need to change to get the counter working across the project though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Component Preferences not showing</title><link>https://communities.bentley.com/products/plant/f/autoplant-axsys-openplant-plantwise-forum/63238/component-preferences-not-showing</link><pubDate>Thu, 08 Aug 2019 20:03:20 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d3722b74-efe8-4e67-9ebe-52c371e7b1d3</guid><dc:creator>Ben Fullenkamp</dc:creator><description>&lt;p&gt;&lt;img src="http://communities.bentley.com/resized-image.ashx/__size/550x550/__key/CommunityServer-Discussions-Components-Files/5927/5415.Comp-Pref.gif" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;This is what I am getting when I load my component preferences in only 1 project that we have.&amp;nbsp; CompPref.ini looks fine, so i&amp;#39;m not quite sure what is causing this.&amp;nbsp; I&amp;#39;m not getting any error messages.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ATDB0816: Relationship Manager error code reported -2146827831</title><link>https://communities.bentley.com/products/plant/f/autoplant-axsys-openplant-plantwise-forum/43510/atdb0816-relationship-manager-error-code-reported--2146827831</link><pubDate>Tue, 24 Nov 2009 17:30:11 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:538293b6-c729-4e0c-b4a1-4a2cc074a7e9</guid><dc:creator>Ben Fullenkamp</dc:creator><description>&lt;p&gt;
I recently took an old 8.6 project, upgraded it to 8.9, packaged and unpackaged it to get the DB into SQL as opposed to MS Access, converted from distributed to central type piping database, and then integrated with Projectwise.&amp;nbsp; Now every time I open a piping drawing I get this error message, even in a newly created Piping drawing:
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Project Database Error&lt;br /&gt;
ATDB0816: Relationship Manager error code reported -2146827831&lt;br /&gt;
APTypesXM17: This key is alread associated with an element of this collection&lt;br /&gt;
OK&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
and then a secondary error message of:
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Project Database Error&lt;br /&gt;
ATDB0817: Failed to initialize the AutoPLANT database&lt;br /&gt;
This application musr shutdown&lt;br /&gt;
OK&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
and this is the text I get on the command line from when I start to when I get these error messages and it bombs out:
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
&lt;em&gt;Customization file loaded successfully. Customization Group: ACAD&lt;br /&gt;
Customization file loaded successfully. Customization Group: CUSTOM&lt;br /&gt;
Customization file loaded successfully. Customization Group: AMGCUST&lt;br /&gt;
Customization file loaded successfully. Customization Group: EXPRESS&lt;br /&gt;
Customization file loaded successfully. Customization Group: DMS&lt;br /&gt;
Customization file loaded successfully. Customization Group: AT_APLANT_PDW&lt;br /&gt;
Regenerating model.&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Loading AcadOdma ARX application ....OK!&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;AutoCAD Express Tools Copyright &amp;copy; 2002-2004 Autodesk, Inc.&lt;br /&gt;
_undefine Enter command name: _NEW&lt;br /&gt;
_undefine _OPEN&lt;br /&gt;
_undefine _QSAVE&lt;br /&gt;
_undefine _SAVE&lt;br /&gt;
_undefine _SAVEAS&lt;br /&gt;
_undefine _QUIT&lt;br /&gt;
_undefine _INSERT&lt;br /&gt;
_undefine _WBLOCK&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;AutoCAD menu utilities loaded.&lt;br /&gt;
Command: Initializing VBA System...&lt;br /&gt;
AutoPLANT Loaded...&lt;br /&gt;
Customization file unloaded successfully. Customization Group: AT_APLANT_PDW&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Customization file loaded successfully. Customization Group: AT_APLANT_PDW&lt;br /&gt;
&lt;br /&gt;
Loading Acad Title Block ARX application ....OK!&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Command:&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Command:&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Command: Enter BACKSPACE to interrupt script.&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
&lt;em&gt;Command:&lt;br /&gt;
Command: (COMMAND &amp;quot;DMSSET&amp;quot; &amp;quot;REFPATH&amp;quot; &amp;quot;1&amp;quot;)&lt;br /&gt;
nil&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Command: (COMMAND &amp;quot;DMSFILEINIT&amp;quot; &lt;br /&gt;
&amp;quot;::ODMA\\PWise\\Gd0e1f428-8469-4e09-9109-9a5d07025e4f!CHQ-DocMgr01:C10_PW&amp;quot;)&lt;br /&gt;
nil&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Command: (at_startup &amp;quot;PIPING&amp;quot;)&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;AutoPLANT Loaded...&lt;br /&gt;
Customization file unloaded successfully. Customization Group: AT_APLANT_PDW&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Customization file loaded successfully. Customization Group: AT_APLANT_PDW&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Loading the AutoPLANT Custom Objects DBX module...&lt;br /&gt;
Loading the AutoPLANT Hidden Line ARX module...&lt;br /&gt;
Loading the AutoPLANT CAD Engine ARX Application...&lt;br /&gt;
Loading the AutoPLANT MFC User Interface ARX module...&lt;br /&gt;
Loading the AutoPLANT Relationship Manager ARX module...&lt;br /&gt;
Loading the AutoPLANT Database interface module...&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Preparing and initializing access to the project database...&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Preparing and initializing access to the document services database...&lt;br /&gt;
Establishing a connection to the project database Sidney, Oh...&lt;br /&gt;
Initializing access to the Relationship Manager...&lt;br /&gt;
; error: quit / exit abort&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Command:&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
and then if I try to save the drawing, I get this error message:
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Database Error&lt;br /&gt;
ATDB0808: There is currently no valid connection established to the project.&lt;br /&gt;
All requests to permanantly save data will continue to be denied.&lt;br /&gt;
We recommend you shut down this application and restart to correct this problem.&lt;br /&gt;
OK&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
I've tried fiddling around in Relationship Manager, but nothing there in regards to repairing or upgrading seems to help.&amp;nbsp; I don't think exporting the models and reimporting will help since even the newly created Piping model gets this error message as well.&amp;nbsp; I have a Bentley service ticket going on this already (#8000681268) but thought maybe someone else may have run into this problem, albeit I have not been able to find anything by searching online.
&lt;/p&gt;
&lt;p&gt;
Listed below is all my relevant version information:
&lt;/p&gt;
&lt;p&gt;
AutoPLANT Plant Design 08.09.03.30 (w/ .49 SP2 update)&lt;br /&gt;
Plant Framework 08.09.04.47&lt;br /&gt;
Projectwise Explorer 08.09.04.89&lt;br /&gt;
SQL Server 2005 Professional Edition&lt;br /&gt;
AutoCAD 2007
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>