This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "RMIM Designer Documentation (Errors and Installation)"

From HL7Wiki
Jump to navigation Jump to search
m (moved RMIM Designer Documentation (Installation) to RMIM Designer Documentation (Errors and Installation): Need Emphasize Error listings in TITLE of the page)
Line 1: Line 1:
 
{{RmimDesDoc/TabsSimple|7=1}}
 
{{RmimDesDoc/TabsSimple|7=1}}
 
<div style="margin-top:0.7em; margin-bottom:0.5em; text-align:left; font-size:98%; vertical-align:bottom; padding:3px">
 
<div style="margin-top:0.7em; margin-bottom:0.5em; text-align:left; font-size:98%; vertical-align:bottom; padding:3px">
<span style="font-weight:bold; font-Size=108%">[[{{PAGENAME}}#|InstallationSections]]&nbsp;·&nbsp;
+
<span style="font-weight:bold; font-Size=108%">[[{{PAGENAME}}#Installation Instructions|InstallInstructions]]&nbsp;·&nbsp;
[[{{PAGENAME}}#Installation Instructions|LinkToOtherInstallDocs]]&nbsp;·&nbsp;
+
[[{{PAGENAME}}#"Compile Error: Can't find project or library" on initial opening of RMIM Designer|CompileError]]:&nbsp;</span>
[[{{PAGENAME}}#"Compile Error: Can't find project or library" on initial opening of RMIM Designer|CompileError]]&nbsp;·&nbsp;Repair Solutions:&nbsp;</span>
 
 
([[{{PAGENAME}}#Installation REPAIR|InstallREPAIR]]&nbsp;·&nbsp;
 
([[{{PAGENAME}}#Installation REPAIR|InstallREPAIR]]&nbsp;·&nbsp;
 
[[{{PAGENAME}}#System Clean-up|SystemCleanUp]])
 
[[{{PAGENAME}}#System Clean-up|SystemCleanUp]])
Line 32: Line 31:
 
Try the RMIM Designer in Visio again.  The problem should be solved.  
 
Try the RMIM Designer in Visio again.  The problem should be solved.  
  
If this does not fix the problem, there are two alternatives to try.  The first [[#Installation REPAIR|installation repair]] in the following section is arduous and affects only the Visio RMIM Designer code. The second is [[#System Clean-up|system cleanup]] of your system for files that may be causing this error, as documented by Microsoft.
+
If this does not fix the problem, there are two alternatives to try.  The first is [[#System Clean-up|system cleanup]] of your system for files that may be causing this error, as documented by Microsoft.  The second [[#Installation REPAIR|installation repair]] is more arduous and involves "re-linking" the Visio RMIM Designer code.
 +
:{{to-top}}
 +
===System Clean-up===
 +
The following solution was found by Joginder Madra of HL7-Canada.  His posting on Gforge said:
 +
 
 +
:Something to add to the documentation or keep in mind should someone else be affected by invalid object libraries or missing references.
 +
:
 +
:When opening RMIM Designer, I would receive a message such as "Object library invalid or contains references to object definitions that could not be found".  Following the steps in the installation documentation - particularly those dealing with installation errors - I was not able to resolve the issue.
 +
:
 +
:That is until I deleted some stray exd files as per:
 +
:
 +
:[http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/ http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/] and
 +
:
 +
:[http://support.microsoft.com/kb/957924/en-us http://support.microsoft.com/kb/957924/en-us] (see Known Issues section in kb article).
 +
:
 +
:Basically, one would need to delete files with an exd extension in their:
 +
:* Folder '''''C:\Documents and Settings\%USERNAME%\Application Data\Microsoft\Forms\''''' (on Windows XP), or
 +
:* Folder '''''C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Forms\''''' (on Windows 7 or Vista)
 +
:
 +
:Once I did this, I no longer had this problem with RMIM Designer.
  
 +
According to [http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/ www.lessanvaezi.com] these files became invalid with a Microsoft update to VB run-time files that occurred recently. Deleting the files will cause them to be re-generated correctly the next time they are needed. Or, to quote the Microsoft Knowledge Base article:
 +
:"To resolve the problem, delete cached versions of the control type libraries. To do this, search the hard disk for “.exd,” and then delete all occurrences. The .exd files are re-created automatically by using the new controls the next time that you use VBA."
 
:{{to-top}}
 
:{{to-top}}
 
===Installation REPAIR===
 
===Installation REPAIR===
Line 101: Line 121:
 
##Close the Visual Basic editor with menu "File...Close and return to Visio"
 
##Close the Visual Basic editor with menu "File...Close and return to Visio"
 
##Close Visio and Restart -- All should be well!
 
##Close Visio and Restart -- All should be well!
 
:{{to-top}}
 
===System Clean-up===
 
The following solution was found by Joginder Madra of HL7-Canada.  His posting on Gforge said:
 
 
:Something to add to the documentation or keep in mind should someone else be affected by invalid object libraries or missing references.
 
:
 
:When opening RMIM Designer, I would receive a message such as "Object library invalid or contains references to object definitions that could not be found".  Following the steps in the installation documentation - particularly those dealing with installation errors - I was not able to resolve the issue.
 
:
 
:That is until I deleted some stray exd files as per:
 
:
 
:[http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/ http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/] and
 
:
 
:[http://support.microsoft.com/kb/957924/en-us http://support.microsoft.com/kb/957924/en-us] (see Known Issues section in kb article).
 
:
 
:Basically, one would need to delete files with an exd extension in their:
 
:* Folder '''''C:\Documents and Settings\%USERNAME%\Application Data\Microsoft\Forms\''''' (on Windows XP), or
 
:* Folder '''''C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Forms\''''' (on Windows 7 or Vista)
 
:
 
:Once I did this, I no longer had this problem with RMIM Designer.
 
 
According to [http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/ www.lessanvaezi.com] these files became invalid with a Microsoft update to VB run-time files that occurred recently. Deleting the files will cause them to be re-generated correctly the next time they are needed. Or, to quote the Microsoft Knowledge Base article:
 
:"To resolve the problem, delete cached versions of the control type libraries. To do this, search the hard disk for “.exd,” and then delete all occurrences. The .exd files are re-created automatically by using the new controls the next time that you use VBA."
 

Revision as of 18:19, 20 November 2011

Overview   2010/11 Updates   VocabMIF   DataTypeReleases   BatchProcess   CommandLine   Errors/Install   Vis2002-3-7-10-13    

InstallInstructions ·  CompileError (InstallREPAIR ·  SystemCleanUp)

Installation Instructions

Installation instructions for RMIM Designer in Visio are maintained in a tools-installation page - Installing_and_Configuring_HL7_Tools - on the Wiki. They are hyper-linked from here for completeness. Specifically:

Jump to top of page

"Compile Error: Can't find project or library" on initial opening of RMIM Designer

RMIMDesignerError.gif

Did you get something like this when you first opened the RMIM Designer in Visio? If so, this is usually an easy error to fix.

Over 90% of the time, this error arises because your RoseTree installation has a version older than the version the RMIM Designer was compiled with. (Or RoseTree is not installed at all.)

Therefore the recommended first attempt to fix should be:

  1. Close the Visio code window (shown) and Visio itself.
  2. Download the latest (and greatest) release of RoseTree from Gforge.
  3. Run the new RoseTree installer and select to Remove RoseTree
  4. Run the new RoseTree installer a second time to reinstall RoseTree

Try the RMIM Designer in Visio again. The problem should be solved.

If this does not fix the problem, there are two alternatives to try. The first is system cleanup of your system for files that may be causing this error, as documented by Microsoft. The second installation repair is more arduous and involves "re-linking" the Visio RMIM Designer code.

Jump to top of page

System Clean-up

The following solution was found by Joginder Madra of HL7-Canada. His posting on Gforge said:

Something to add to the documentation or keep in mind should someone else be affected by invalid object libraries or missing references.
When opening RMIM Designer, I would receive a message such as "Object library invalid or contains references to object definitions that could not be found". Following the steps in the installation documentation - particularly those dealing with installation errors - I was not able to resolve the issue.
That is until I deleted some stray exd files as per:
http://www.lessanvaezi.com/delete-exd-files-to-fix-object-library-invalid-error/ and
http://support.microsoft.com/kb/957924/en-us (see Known Issues section in kb article).
Basically, one would need to delete files with an exd extension in their:
  • Folder C:\Documents and Settings\%USERNAME%\Application Data\Microsoft\Forms\ (on Windows XP), or
  • Folder C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Forms\ (on Windows 7 or Vista)
Once I did this, I no longer had this problem with RMIM Designer.

According to www.lessanvaezi.com these files became invalid with a Microsoft update to VB run-time files that occurred recently. Deleting the files will cause them to be re-generated correctly the next time they are needed. Or, to quote the Microsoft Knowledge Base article:

"To resolve the problem, delete cached versions of the control type libraries. To do this, search the hard disk for “.exd,” and then delete all occurrences. The .exd files are re-created automatically by using the new controls the next time that you use VBA."
Jump to top of page

Installation REPAIR

In circumstances where the installation does not yield the expected version (from menu HL7…About), or where an attempt to initiate a new RMIM2 drawing produces an error message of "Can't find project or library" it is recommended that the following procedures be followed. These assure a "clean" installation and provide de-bugging steps, in the case the error message recurs.

Step A) Uninstall and removal of previous files

  1. Uninstall the current "HL7VisioInstall" program by either:
    1. Running the latest VisioInstall... MSI file, and selecting "Remove" (or)
    2. Use the ControlPanel Add/Remove Programs to Remove the "HL7VisioInstall" application
  2. Remove support directories. In directory "C:/Program files/HL7/HL7VisioInstall" you may find one or more sub-directories with names that begin with "pending" or "installed". Delete these directories.
  3. Remove all installed components in the Visio "solutions/HL7" directory
    1. This directory is under "C:\Program files\Visio\" (for Visio 2000) or under "C:\Program files\Microsoft Office\Visio10\" (for Visio 2002)
    2. There may also be an intervening "Language" directory (1033 for English) beneath Visio and above "Solutions"
    3. In ....Solutions\HL7 remove all files. If you have placed a design repository in this directory, you can leave that in place.
  4. Uninstall the current "RoseTree" program by either
    1. Running the latest RoseTree... MSI file, and selecting "Remove" (or)
    2. Use the ControlPanel Add/Remove Programs to Remove the "RoseTree_II" application

Step B) Installation of new software:

  1. Run the RoseTree.msi installer to install RoseTree_II
  2. Run the current VisioInstall_<someDate>.msi file to install the HL7VisioInstall program.
  3. Run the HL7VisioInstall program from your "Start" menu
    1. The program will first open Visio (to find the solutions directory) and then will re-close Visio.
    2. The Install program will present the Solutions directory, its selection for the "version" of Visio and will ask you to enter the path for a design repository
    3. Be CERTAIN that the correct version of Visio is selected, and provide a repository path.
    4. Click "Install" -- You will be warned to close Visio -- and then installation proceeds.
    5. Close the installation dialog with the "X" button (upper-right).

Step C) Finishing installation (and testing) the RMIM designer in Visio

  1. Open Visio.
  2. Select to start a "New" drawing based on "HL7/RMIM2"
    1. Visio 2002 lists a set of categories, and you will find "RMIM2" under the HL7 category
    2. In both Visio 2000 and Visio 2002, you can use menu selection: File...New...Hl7...RMIM2
  3. If prompted, select to "Enable" macros
  4. NORMAL action is to see a message saying that a new menu (mnu) file has been created and that you must restart Visio to use the menu. – CELEBRATE
  5. ABNORMAL action occurs with a message like "Can´t find project or library" In this case, scream angry words, then follow "Correcting compile errors" (below)

Step D) Correcting compile errors

  1. In about 1 of every 12 installations, there is a failure that shows up as an error message "Can't find project or library" when you first open Visio. This is a result of a failure of the Visio installation to connect to either the RoseTree dlls, or the MSXML dll. This is curable.
  2. Get into the Visual Basic debugger by
    1. Press "Ctrl-Break" when the error message occurs and then close the error dialog box
  3. In the Visual Basic debugger ("Microsoft Visual Basic" appears in the title bar), stop execution by selecting menu "Run...Reset"
  4. Select "RMIM_stencils" in the Navigation pane. The Navigation pane is at the left, and has two Major headings -- "RMIM_stencils" and "RMIM_template". Click on the heading "RMIM_stencils"
  5. Open the References dialog by selecting menu "Tools...References". This will display a dialog box with "References - RMIM_stencils" in the title bar. A graphic of this dialog when there are NO problems follows:
    RefDialog.gif
  6. Review these entries for anomalies as:
    1. The top seven entries should all be checked, and the seventh should begin "Microsoft Visual Basic for..."
    2. The next several entries should all begin "HL7- inMemRtTree" followed by -- "HMD", "RIM", "RMIM", "Suppt", "Ctrl"
    3. The next entry should be "Microsoft XML, v4.0"
    4. The next entry should be "CicUtility"
    5. The next (and final) entry should be "Microsoft HTML Object Library"
  7. An anomaly occurs when one or more of these entries is labeled as "MISSING". The resolution depends upon which grouping (above) is missing.
    1. Failure in group (a), (d) or (e) has NOT occurred before. If you see this, please contact GW Beeler
    2. Failure in group (b) -- be CERTAIN that RoseTree was installed, if it was, go to step 8, otherwise install RoseTree and re-try Visio
    3. Failure in group (c) -- be CERTAIN that MSXML 4.0 was installed, if it was, go to step 8, otherwise install MSXML 4 and re-try Visio
  8. To correctly link the "missing" DLLs, you will need to: "de-select" the "missing" entries; close the References dialog; re-open the references dialog; find and select the proper DLLs; close the dialog; test by compiling; and save the file. The steps are as follows:
    1. Note which references are "MISSING"
    2. De-select (un-check) the "MISSING" references.
    3. Close the References Dialog by clicking its "OK" button
    4. Re-Open the References dialog by selecting menu "Tools...References"
    5. Find the first needed reference. These are listed in alphabetic sequence in the dialog box.
      1. For group (b) (above) they should have the names that start "HL7- inMemRtTree...." (as above).
      2. For group (c) (above) the listing is "Microsoft XML, v4.0" (as above).
    6. Verify the "location" for group (b) files. When you click on the "found" file, the "Location" will appear in the bottom of the dialog box. The location should be a "dll" file in "C:\Program files\HL7\RoseTree\"
    7. Select the found reference by checking it.
    8. Repeat steps 8.5 - 8.7 for any remaining "MISSING" references
      1. Close the dialog box by clicking its "OK" button
    9. TEST the references by selecting menu "Debug...Compile RMIM_stencils" -- AND hope fervently that there are no error messages. If all references were resolved the compilation should complete with NO messages at all.
    10. If there are still errors, go back to step 5
    11. If the compilation was successful, SAVE your work by choosing "File...C:\Program.....RMIM2.vss" (The third entry in the File menu.)
    12. Close the Visual Basic editor with menu "File...Close and return to Visio"
    13. Close Visio and Restart -- All should be well!