Difference between revisions of "Order Express - Advanced Troubleshooting"

From eVision
Jump to: navigation, search
m
Line 127: Line 127:
  
 
</ol>
 
</ol>
 
[[Category:Order Express]]
 

Revision as of 15:46, 11 July 2016


Standalone Version

Standalone Version Download
Locating the Executable

In order to debug certain issues, eVision Support may provide you with a link to download a Standalone Version of Order Express. This version of Order Express does not require installation and is primarily used to identify whether an issue is caused by a broken installation, or with Order Express directly.

  1. Open the link that was provided to you by eVision Support
  2. Click the Download button on the page and save the file to your desktop
  3. Extract the downloaded file to a folder. (Note: Ensure the file is not marked as "Blocked" before you perform the extraction.)
  4. Open the folder and locate the executable file for the application
  5. If the program loads up successfully, the issue is the result of the installation routine. Perform the Extended (Full) Uninstall on the Uninstalling Order Express page.
  6. If the program does not load successfully, the cause of the issue is within the application.
  7. Ensure that you communicate the results of this test back to eVision Support for additional troubleshooting steps.

Standalone Version Will Not Connect

Opening the "Properties" window
Unblocking the file

There exists a security feature within Windows that can sometimes prevent Standalone Versions of Order Express from working correctly. Files that are downloaded from an non-trusted web location are marked as "Blocked" by default, preventing them from retrieving content from the internet. The solution for this issue is to "unblock" the downloaded file.

  1. Right-click on the file that was downloaded from the internet.
  2. Select Properties from the context menu.
  3. Find the Unblock button at the bottom of the dialog, and click it.
  4. The file can now be opened. If the file is a zip file, it can now be extracted.

Note: If the blocked file is a zip file, it must be unblocked prior to extracting it, or you will likely encounter issues with the unzipped files.

Duplicate DbProviderFactories

Due to an issue in certain software, you may receive the following error: The 'DbProviderFactories' section can only appear once per config file.

This occurs because the Machine.config file on the computer contains erroneous information and must be fixed by hand.

  1. Locate the machine.config file. Refer to the Machine.config article for instructions on locating it.
  2. Once found, make a backup of the file and put it in a safe location.
  3. Open the original file in a text editor and search for <DbProviderFactories>. This text should appear more than once.
  4. Compare your file to the block of text below. If the file contains text that matches this, delete the text.
    <system.data>
      <DbProviderFactories>
        <add name="IBM DB2 for i5/OS .NET Provider" invariant="IBM.Data.DB2.iSeries" description=".NET Framework Data Provider for i5/OS" type="IBM.Data.DB2.iSeries.iDB2Factory, IBM.Data.DB2.iSeries, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9cdb2ebfb1f93a26" />
      </DbProviderFactories>
    </system.data>
  5. Ensure that the file is saved before exiting the text editor.
  6. The issue should now be resolved.


Event Log Errors

Error Dialog

Order Express may occasionally crash without allowing the user to describe and submit the error to the support team.

When this occurs, the user will need to retrieve the log files and submit them manually.

Instructions

  1. Press the "Windows" key, or click the "Start" button in the bottom-left corner of the screen.
    Windows-key.png


  2. Once on the Start screen, type the text Event Logs. A search box should display as you begin typing.
    Wait for the search results to appear.
    Click the top entry, which should read View event logs.
    Search-event-logs-windows8.png


  3. In the window that appears, click the arrow to the left of Windows Logs
    Event-logs-default.png


  4. Select the Application entry.
    Event-logs-windows.png


  5. In the list shown in the middle of the window, locate the most recent entry that meets the following criteria:
    • It uses the Error Icon: Event-logs-error-icon.png
    • The Source column should contain .NET Runtime


  6. Right-click on that entry, select Copy, and then select Copy Details as Text.
    Event-logs-dot-net-runtime-copy.png


  7. At this point, the contents of the error log are on your clipboard, and can be pasted into any text editor.
  8. Open a text editor (such as Notepad), and use the Paste command to insert the error details.
  9. Save the text document, and attach it to an email to our support team.