Menu

< All Topics
Print

Is it possible to access BarScan data from SQL Server 2012 (64 bit) using the 32 bit VFP OLEDB v9 Provider?

Answer: Yes.

Details:

There are several steps required to be able to access BarScan data using the 32 bit VFP OLEDB provider within a 64 bit SQL Server installation.

Approach

SQL Server 2012 64 bit cannot directly access data through a 32 bit provider.  Hence, the approach described here is to create an SSIS (SQL Server Integration Services) package, then import the package into the Integration Services of the SQL Server instance.  Once this is done, data can be moved from the Bar|Scan data to tables in SQL Server by running the SSIS package using a SQL Server Agent Job.

Please note that this tip is for tutorial purposes only and does not include error handling or any adjustments required for your particular installation.

Prerequisites

Before Bar|Scan data can be accessed, the following prerequisites are required to duplicate all the steps of this tip.  Differences in SQL Server versions or Windows Server version may substantially change the steps as described here.

  1. Install the following software on the same physical or virtual machine:
    1. Windows Server 2012 R2
    2. SQL Server 2012 with the following minimal features selected:
      1. Database Engine Services.
      2. Integration Services.
      3. SQL Server Data Tools
      4. SQL Client Connectivity SDK
    3. Visual FoxPro OLEDB Provider.
    4. BarScan

Note: Microsoft recommends installing the latest version of SQL Server Data Tools.  If you are familiar with BIDS (Business Intelligence Development Studio) from earlier versions of SQL Server, this has been replaced by the SQL Server Data Tools (SSDT).  Also, it is possible for a BarScan installation to access files on a different server, but the files to be accessed here must be on the same server for this tip to work.

  1. Be aware of the following:
    1. Many issues arise when trying to access 32 bit data from 64 bit software.  Most of the time these issues are poorly handled by the software being used and generally fall into one of three categories:
      1. An error message. Most often these appear to have nothing to do with the actual problem.  They tend to be unexplainable, misdirecting or mysterious.
      2. Nothing is listed (such as when looking for the VFP OLD DB Provider in a list of providers) or nothing happens when an operation is executed.
      3. One method (such as using a Wizard) appears to generate errors but another, apparently equivalent method (such as creating an SSIS OLE DB Source) does not.
    2. SSDT and the VFP OLE DB provider do not like each other very much. You may be tempted to perform the tasks described in this tip in a different way than described, but many times this leads to SSDT crashing.  This especially happens when using any Wizard buttons or selecting unnecessary operations.
  1. Verify the existence of the following Windows App Screen icons once all programs are installed:
    1. SQL Server Management Studio
    2. SQL Server Data Tools

64 bit vs 32 bit

There are many ways to execute an SSIS package.  The environment plus the manner of execution is the primary way that determines whether the SSIS package is running in 32 or 64 bit mode.  The SSIS package described here must run in 32 bit mode since it is accessing the data using a 32 bit OLE DB provider.  Therefore, when executing the package be aware of the mode in which it is running.  For example, when developing the SSIS package, the default debug mode is 64 bit.  You can change this to 32 bit for debugging a single package by setting the Debugging Configuration Property ‘Run64BitRuntime’ to false.  Debugging this single package will yield good results (assuming everything else is ok). However, problems may arise within SSDT when this package is executed as a child package.  For example, if the 32 bit package (a child package) is executed from a 64 bit package (a parent package), the 32 bit package will be run in 64 bit mode despite the fact that it has been marked for 32 bit execution.

When running the package in a production environment SQL Agent determines the environment.  The correct DTExec, whether 32 bit or 64 bit, must be selected.  This is controlled by the Agent Job Step Property “Use 32 bit runtime”. This must have a check mark next to it.

In summary, be aware of how to enforce 32 bit operations in your specific environment.

Building the BarScan SSIS package

  1. Select the Windows Server 2012 R2 App Screen Icon ‘SQL Server Management Studio’.
    1
  2. Within SQL Server Management Studio you must create an empty Tip database specifically for this tip.  DO NOT use a production database.
    1. Right click on “Databases”.
    2. A context menu will appear.  Select “New Database”.
    3. Fill in the database name .  For this tip the name “TIPTARGET” has been selected.
    4. Click the “Ok” button.  An empty database will be created.
  3. Select the Windows Server 2012 R2 App Screen Icon “SQL Server Data Tools”.
    2

If you are unfamiliar with the resulting program, this is a version of Visual Studio specifically tooled for creation of SSIS packages.

  1. Create a new SSIS project.
    1. Select menu items “File-> New-> Project…”
    2. Select template “Integration Service” under “Business Intelligence”.
    3. Select the “Integration Service Project”.
    4. Name the project “BarScanOleDbSample”.  This name is for this sample.  You can name it anything you want.
    5. This is a good time to enforce 32 bit debugging.  Right click the new SSIS project “BarScanOleDbSample” and select “Properties”.  Within the Property pages select “Debugging” under “Configuration Properties”.  Set the value of “Run64BitRuntime” to FALSE.  This will enforce a 32 bit runtime for debugging purposes.
  2. Create the source and destination Connection Managers.
    1. Within “Solution Explorer”, right click on “Connection Managers”.
    2. Select “New Connection Manager”.
      3
    3. Select the OLEDB connection manager type then select the “Add” button.
      4
    4. You will see the ‘Configure OLE DB Connection Manager’ dialog.  Select the “New” button to create a new connection manager.
    5. The “Connection Manager” dialog appears with default values.  It normally defaults to the “Native OLE DBSQL Server Native Client 11.0” provider.  This needs to be changed.  However, here is an image of what the default dialog looks like.
      5
    6. Replace the Provider at the very top of the dialog with the  “Microsoft OLE DB Provider for Visual FoxPro”.  Do this by selecting the drop down button in the upper right corner of the dialog.  A list of providers will appear.  Select the Visual FoxPro provider then select “Ok”.
      6
    7. The ‘Connection Manager’ dialog prompts will change to accommodate the new provider.  Enter the fully qualified path of the filename to the BarScan company .DBC file in the ‘Server or file name’ prompt.  Normally this will be the company file which contains the data that you want to access, but in this case this sample will be using the demonstration data in DEMOCO.DBC.  Ignore the other prompts.  Especially do not click on the ‘Data Links’ button as this may cause a crash.  Select the ‘Test Connection’ button to verify that you have a good connection.  The result will look something like this:
      7
    8. Switch views to “All” by selecting the “All” item below the “Connection” item on the left side of the dialog.  Scroll down and enter the CODEPAGE and VARCHARMAPPING values.
      1. CODEPAGE                         AUTO (current operating system code page)
      2. DELETED                               True (ignore deleted records)
      3. VARCHARMAPPING       False (do not user VARCCHAR’S in query results).  Note: Do not be tempted to use the ANSI setting to specify character sets.  The VFPOLEDB ANSI setting has nothing to do with character sets.  As per the Visual FoxPro documentation it “Specifies whether to pad a shorter string with spaces when making a SQL string comparison or binary expression with zero (0) bytes when making a binary expression comparison in SQL commands using the equal sign operator (=).”  These are settings that the VFPOLEDB provider will use internally.  The resulting dialog will look something like this:
        8
    9. Select “Ok” to save this Data Connection.
    10. Repeat steps 3.a above through 3.e to create a new connection manager that will connect to your SQL Server table.  This new connection manager will be provisioned to use the default “Native OLE DBSQL Server Native Client 11.0” provider.
      1. Verify that the provider is the “Native OLE DBSQL Server Native Client 11.0” provider.
      2. Select or fill in the SQL server name. In this tip it is “localhost”.
      3. Select or enter the database name. In this tip it is “TIPTARGET.”
      4. Select the “Test Connection” button to verify your connection.
      5. Select the “Ok” button to save your new connection manager.  Note: This connection manager is being created to access a table in one of your SQL Server databases.  It is recommended that you do NOT use a live or production table OR database until you are confident that your SSIS package is fully and correctly functional… certainly not if you are duplicating this tip for instructional purposes.
    11. The resulting list of connections will look something like this: the list will appear whenever you try to add or edit a connection manager.
      9
      You are now done creating the two needed connection managers.
  1. Create a new ‘Data Flow Task’ named “BarScanSampleDataFlowTask”.
    1. This is a drag and drop operation.  Select the SSIS Toolbox item “Data Flow Task” and drag it onto the “Control Flow” work surface.  A new ‘Data Flow Task’ will appear.
    2. Rename it to “BarScanSampleDataFlowTask”.
      1. Right click on the data flow item and a context menu will appear.  Select the “Rename” option then rename it.
    3. The result so far will look like this:
      10
    4. Select the “BarScanSampleDataFlowTask”.  It will become highlighted with a thicker black border.
  2. Create a Data Flow OLE DB Source called “BsTransaOleDbSrc”.
    1. Select the “Data Flow” tab at the top.  Using the Data Flow task just selected, it will present a Data Flow work surface.  It will look like this:
      11
    2. Drag and drop from the left an “OLE DB SOURCE” onto the “Data Flow” work surface.  It will validate the command.  Likely it will draw a with an error marker.  Do not worry, this will be corrected later.
    3. Right click on the new “OLE DB SOURCE” to get the context menu.   Select the Rename option and rename it to  “BsTransaOleDbSrc”.
    4. Right click on the new “BsTransaOleDbSrc” to get the context menu.  Select the “Show Advanced Editor” option.  You may or may not get a warning dialog like this:
      12
      If so, select “Yes” to continue.
    5. A dialog with tabs will appear for configuring the new OLE DB SOURCE.  There are four tabs.  Click on each tab in turn in the order listed below and configure each screen:
    6. “Connection Managers”.
      1. A list of Connection managers will appear (likely just one).  There are three (3) columns for each connection manager.
        1. Set the OLE DB connection manager column value to “C:barscanwdemocodemoco.dbc” for this tip since this source is pointing to the BarScan data.  It is important to note that this points to the company container file, not the actual table that you are trying to draw data from.
      2. “Component Properties”
        1. Verify that the Locale ID = “English (United States)”.
        2. Set “AlwaysUseDefaultCodePage” value to True.
        3. Verify that the DefaultCodePage = 1252
      3. “Column Matchings”
        1. Verify that that the columns you want to access in the BarScan Transaction table each are mapped to an available output column.  For ease of use you can simply map all names by right clicking on the background between the Available External Columns and the Available Output Columns.  You will get a context menu.  Select “Match Items By Matching Names”.  It should look like this:
          13
        2. “Input and Output Properties” -Ignore this for now.
        3. Select the ‘Ok’ button to save.
  1. Create an OLE DB Destination named “BsTransaOleDbDestination”.
    1. Verify that the “Data Flow” work surface is active for the BarScanSampleDataFlowTask.  The Data Flow work surface should look something like this so far:
      14
    2. Drag and drop from the left an “OLE DB DESTINATION”.  Do NOT confuse it with any of the other similarly named OLE DB items in the SSIS Toolbox.  Drop it onto the “Data Flow” work surface.  It will validate the command.  Likely it will draw a with an error marker.  Do not worry, this will be corrected later.
    3. Right click on the new “OLE DB DESTINATION” to get the context menu.  Select the Rename option and rename it to “BsTransaOleDbDestination”.
    4. Select the BsTransaOleDbSrc Data Flow item.  Notice that two arrows appear pointing out of the bottom, a blue one and a red one.  The red one is for handling errors, the blue one is for data completion.  Select the blue one and drag it onto the BsTransaOleDbDestination item.  The completed operation should look something like this:
      15
    5. Right click on the new “BsTransaOleDbDestination” to get the context menu.  Select the “Edit” option.  Do not confuse this with the Advanced Edit option previously selected.  You may or may not get a warning dialog like this:
      16
      If so, select “Yes” to continue.
    6. The OLE DB Destination Editor dialog will appear.  It has a list box of items on the left side of the dialog.  A set of properties exists for each of these items in the list box.
      1. Click on the “Connection Manager” item in the list box.  Fill in the value for its properties as follows:
        1. “OLE DB connection manager”.  Simply select the SQL Server target connection manager.  In this case it is “Localhost.TIPTARGET”.  This is selected as the target in this case because we are moving data FROM the BarScan bstransa table to the SQL Server table in TIPTARGET.
        2. Data Access Mode.  In this tip select “Table or View”.  When you make your own later this may change.
        3. “Name of the Table or View”.  When doing your own production work, you will likely have your own table that you want to move data into.  For this tip we will be creating a new table so that it exactly matches the data and data columns coming in from the BarScan BsTransa table.
          1. Click on the “New” button.
          2. A dialog will appear containing the text of a SQL CREATE TABLE command.  This command will exactly match the structure of the incoming data.  You can edit this command but do so only if you are positive that you know how to correctly do so.
        4. Select the OK button.
        5. A table will be created in your TIPTARGET database named after the current OLE DB DESTINATION ITEM.  Since this one is called “BsTransaOleDbDestination” that is also the name of the table created. You can verify this by accessing your SQL Server Management Studio.  If you do not see BsTransaOleDbDestination in the list of tables, right click on “Tables” and select context menu item “Refresh”.
        6. The resulting values as filled in should looks something like this:
          17
      2. Click on the ‘Mappings’ item in the list box.  It should automatically show the correct mappings of all of the columns.  If it does not you can simply map all names by right clicking on the background between the Available Input Columns and the Available Destination Columns.  You will get a context menu. Select ‘Match Items By Matching Names’.
      3. Click on the OK button to save.
  1. Rename your SSIS package to ‘BsTransaSampleSsisPackage’.  In your production version you will name this to something of your choice.
    1. Locate the ‘Solution Explorer’ in the SSTD.
    2. Locate the current project ‘BarScanOleDbSample’.
    3. Locate the list of packages under ‘SSIS Packages’.
      1. Rename the current package which has been named a default value such as ‘Package.dtsx’ to ‘BsTransaSampleSsisPackage.dtsx’.
  2. Save your work! Make sure that you have saved all of the work you have done (File/Save All).
  3. Test the Control flow ‘BarScan Sample Data Flow Task’.  If successful, this will move data from the BarScan bstransa table to the bsTransaOleDbDestination table in the TIPTARGET database in SQL Server.
    1. Select the ‘Control Flow’ tab
    2. Right click on ‘BarScanSampleDataFlowTask’.  The context menu will appear.
    3. Select the ‘Execute Task’ menu option.
      18
    4. You can monitor progress by selecting the newly appearing ‘Progress’ tab.  Here is an image of a completed task.
      19
    5. When you see the ‘Finished’ entry, close the package execution phase by clicking on the message at the bottom of the Progress tab.
    6. Check the contents of the BsTransaOleDbDestination table in the TIPTARGET company.  The BarScan Democo table ‘bsTransa’ has 58 records as of the time of the creation of this tip.  You should see 58 records (or a multiple of that amount if you run it more than once) in the BsTransaOleDbDestination table.
    7. If the data is not there, double check the ‘Progress’ list for errors.
  4. Save your work! (File-> Save All).
  5. Your sample SSIS package is complete.

Importing the SSIS package into SQL Server

  1. Select the Windows Server 2012 R2 App Screen Icon ‘SQL Server Management Studio’.
    20
  2. Connect to the server you have selected for duplicating this tip.  For this tip the server provisioned has been called ‘SQLFOXOLEDBTIP’ and uses Windows Authentication.
    21
  3. In the ‘Object Explorer’ of the SQL Server Management Studio select the ‘Connect’ drop down and select the ‘Integration Services’ item. Note: if this option does not appear or you cannot connect to Integration Services, verify that it has been installed.
    22
  1. Once you have connected to both the Database Engine and the Integration Services the Object Explorer will look something like this:
    23
  2. Import the BsTransaSampleSsisPackage.
    1. Open item ‘Stored Packages’
    2. Right click on item ‘File System’.  A context menu will appear.
    3. Select ‘Import Package…’ in the context menu.
    4. A dialog will appear.  Under ‘Package Path’ enter or browse to the fully qualified path of the new SSIS package you have just created (for this tip it is ‘BsTransaSampleSsisPackage’.  Once selected it will automatically insert the Package name as well.  Here is a filled dialog for this tip.
      24
    5. Select the ‘Ok’ button to import.

Running the SSIS package

The newly created SSIS package is run within SQL Server using a SQL Server Agent Job.  To run the newly created SSIS package a job must be created and then the SSIS package must be referenced within one of its Job Steps.  If you are unfamiliar with SQL Server Agent Jobs, within each job the individual operations of the job are called Job Steps.

  1. Create a SQL Server Agent Job.
    1. Right click on the ‘Jobs’ entry under ‘SQL Server Agent’.
    2. A context menu will appear. Select ‘New Job…’.
    3. The New Job entry dialog will appear.
      1. Select page ‘General’.
        1. Enter the Job Name of your choice. For this tip you may enter ‘BsTransaSampleJob’.
        2. You may optionally select a job Category.
        3. Verify that the ‘Enabled’ value does NOT have a check mark. This is needed to prevent accidental execution until you complete the job description and scheduling.
  2. Create a new Job Step
    1. Select page ‘Steps’ in the New Job dialog.
    2. At the bottom of the page, add a new Job Step by selecting the ‘New…’ button.
    3. The ‘New Job Step’ dialog will appear.
    4. Enter a name of your choice for this step in the job. For this tip you may enter ‘BsTransaSsisStep’.
    5. Select the step Type.   This must be a ‘SQL Server Integration Services Package’.  Once selected, the prompts below it will change to reflect the values that must be specified.
    6. Select the ‘Run As:’ value. This must be ‘SQL Server Agent Service Account’.
    7. Within the ‘Package’ tab.
      1. Select the ’Package Source’.  Since we have imported the package we can select the value ‘SSIS Package Store’.  Note that additional tabs will appear once this selection is made.
      2. Select the server.  This is the server that you are using. For this tip the server used was ‘SQLFOXOLEDBTIP’.  Make sure you enter your server name, not SQLFOXOLEDBTIP.
      3. Select the ‘Package…’ value.  This is easiest done by browsing for it by selecting the ‘…’ button.  Locate and enter the package for this tip, ‘BsTransaSampleSsisPackage’.
      4. Here is an image of the ‘New Job Step’ dialog for the ‘General’ page so far.
        25

        1. Select the ‘Execution Options’ tab.
        2. Put a check mark next to the ‘Use 32 bit runtime’ checkbox.
          26
        3. Save this Job Step by selecting the ‘Ok’ button.
  3. Save this Job by selecting the ‘Ok’ button in the ‘New Job’ dialog.
  4. The basics of your new Job are complete.  However, it still needs scheduling and it must be re-enabled.  Additionally, you may encounter errors running the job if the wrong account or an account with insufficient privileges is used.  For example, to run a file based SSIS package using the ‘ServiceSQLSERVERAGENT’ account you will need to grant that account access to the file system. Alternatively, you could set up a proxy account.

Enhancements and Warnings needed for real world use

This sample created in this tip has many shortcomings and is not suitable for real production use.  It has no error checking and every time it runs it will add the contents of the BarScan bstransa table to the dbo.BsTrasnsaOleDbDestination table.  For example, the data flow of the ‘BarScan SampleDataFlowTask’ needs to be enhanced to update existing records and only add new ones if they do not already exist in the SQL Server table. Additionally, writing asset information back into any table other than the bstransa table may cause serious damage to the data integrity of the BarScan program.  Any BarScan table may be read, but only bstransa may be written to.  Additionally, BarScan tables do not allow nulls in any field. Writing nulls, even in BsTransa will compromise data integrity.

Table of Contents
Bar|Scan Bar Code Asset Management System License Agreement

1. LICENSE

 A.            Upon acceptance of this License Agreement by Bar|Scan, Inc., you are granted a nonexclusive right to use the BAR|SCAN Bar Asset Management System (hereinafter called “Program”).  The Program consists of personal computer based software and software for one or more handheld computers.
B.            The personal computer portion of the Program can only be used on a single computer or single local area network consisting of one server.  A network is defined as any continuously connected group of computers on one cabling scheme without hardware or software bridges.  You may physically transfer the Program from one computer to another provided that the Program is used on only one computer or Local Area Network at a time.  The portion of the Program that resides in each of the handheld computers can only be used in one handheld computer at a time.  You may not distribute copies of the Program or documentation to third parties.  You may not modify or translate the Program or related documentation without the prior written consent of Bar|Scan, Inc.
C.            YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE PROGRAM OR DOCUMENTATION, OR ANY COPY, EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE AGREEMENT.  

2.  BACK-UP AND TRANSFER

 You may make one (1) copy of the personal computer based software solely for your back-up purposes.  You must reproduce and include the copyright notice on the back-up copy.  

3.  COPYRIGHT

 The Program and its related documentation are copyrighted.  You may not copy the Program documentation.  Bar|Scan, Inc. does warrant to you that it owns all the copyrights in the Program and has full power and authority to grant you the perpetual License thereof.  

4.  TERM OF AGREEMENT

 This is a perpetual License effective until terminated.  You may terminate it by destroying the Program, documentation and all copies thereof.  This License will also terminate if you fail to comply with any term or condition of this Agreement and do not correct the term or condition to the satisfaction of Bar|Scan, Inc. within five  (5) working days of discovery.  Upon such termination you shall destroy all copies of the Program and documentation therefore.  

5.  LIMITED WARRANTY

 A.            EXCEPT FOR ERRORS IN SOFTWARE AS DELINEATED IN SECTION SEVEN (7), THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS ASSUMED BY YOU.
B.            Bar|Scan, Inc. does not warrant that the functions contained in the Program will meet your requirements or that the Program will operate error free.
C.            Bar|Scan, Inc. does warrant to you that the Compact Disc on which the Program is recorded and free from defects in materials and workmanship under normal use and service for a period of thirty (30) days from the date of shipment to you.
D.            YOUR SOLE AND EXCLUSIVE REMEDY IN THE EVENT OF A DEFECT IS EXPRESSLY LIMITED TO REPLACEMENT OF THE DISKETTE AS PROVIDED ABOVE.  IN NO EVENT WILL BAR|SCAN, INC. BE LIABLE TO YOU FOR ANY DAMAGE, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE ANY PROGRAM PRODUCED BY BAR|SCAN, INC.  

6.  ERRORS IN SOFTWARE

 A.            For a period of ninety (90) days after acceptance of this Agreement, if you notify Bar|Scan, Inc., in writing, of Program error(s) or Bar|Scan, Inc. has other reason to believe that error(s) exist in the Program, Bar|Scan, Inc. shall use its best efforts to verify and fix the error(s) within ten working days after receipt of your notification.  In general, errors which cannot be reproduced by Bar|Scan, Inc. will be considered to be due to hardware or non-program software and will not be corrected by Bar|Scan, Inc.  We shall promptly notify you if an error cannot be verified within a reasonable time. Program error(s) which occur after (90) days shall be corrected at Bar|Scan Inc.’s sole discretion.
B.            Bar|Scan, Inc. shall have the right to make any Program enhancements.  Within the first year of the date of installation, you are entitled to upgrades at no charge.  After one year from date of installation, if you have purchased Bar|Scan Annual Support, you are entitled to upgrades containing enhancements at no charge, otherwise, if you have not purchased Annual Support, you will have the option of purchasing enhancements at a cost determined at the time of release.  

7  ARBITRATION

 Any dispute relating to the interpretation or performance of this Agreement shall be resolved at the request of either party through binding arbitration.  Arbitration shall be conducted in Ventura County, California, in accordance with the then-existing rules of the American Arbitration Association.  Judgment upon any award by the arbitrators may be entered by the state or federal court having jurisdiction thereof.  

8.  MISCELLANEOUS

 This License Agreement shall be governed by the laws of the State of California and shall inure to the benefit of Bar|Scan, Inc., its successors, administrators, heirs, and assigns.  

9.  ACKNOWLEDGMENT

 A.            BY CLICKING THE AGREE BUTTON BELOW, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU ALSO AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE PARTIES AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.

Agree | Disagree | Close Modal
×
Bar|Scan Bar Code Asset Management System License Agreement

1. LICENSE

 A.            Upon acceptance of this License Agreement by Bar|Scan, Inc., you are granted a nonexclusive right to use the BAR|SCAN Bar Asset Management System (hereinafter called “Program”).  The Program consists of personal computer based software and software for one or more handheld computers.
B.            The personal computer portion of the Program can only be used on a single computer or single local area network consisting of one server.  A network is defined as any continuously connected group of computers on one cabling scheme without hardware or software bridges.  You may physically transfer the Program from one computer to another provided that the Program is used on only one computer or Local Area Network at a time.  The portion of the Program that resides in each of the handheld computers can only be used in one handheld computer at a time.  You may not distribute copies of the Program or documentation to third parties.  You may not modify or translate the Program or related documentation without the prior written consent of Bar|Scan, Inc.
C.            YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE PROGRAM OR DOCUMENTATION, OR ANY COPY, EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE AGREEMENT.

2.  BACK-UP AND TRANSFER

 You may make one (1) copy of the personal computer based software solely for your back-up purposes.  You must reproduce and include the copyright notice on the back-up copy.

3.  COPYRIGHT

 The Program and its related documentation are copyrighted.  You may not copy the Program documentation.  Bar|Scan, Inc. does warrant to you that it owns all the copyrights in the Program and has full power and authority to grant you the perpetual License thereof.

4.  TERM OF AGREEMENT

 This is a perpetual License effective until terminated.  You may terminate it by destroying the Program, documentation and all copies thereof.  This License will also terminate if you fail to comply with any term or condition of this Agreement and do not correct the term or condition to the satisfaction of Bar|Scan, Inc. within five  (5) working days of discovery.  Upon such termination you shall destroy all copies of the Program and documentation therefore.

5.  LIMITED WARRANTY

 A.            EXCEPT FOR ERRORS IN SOFTWARE AS DELINEATED IN SECTION SEVEN (7), THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS ASSUMED BY YOU.
B.            Bar|Scan, Inc. does not warrant that the functions contained in the Program will meet your requirements or that the Program will operate error free.
C.            Bar|Scan, Inc. does warrant to you that the Compact Disc on which the Program is recorded and free from defects in materials and workmanship under normal use and service for a period of thirty (30) days from the date of shipment to you.
D.            YOUR SOLE AND EXCLUSIVE REMEDY IN THE EVENT OF A DEFECT IS EXPRESSLY LIMITED TO REPLACEMENT OF THE DISKETTE AS PROVIDED ABOVE.  IN NO EVENT WILL BAR|SCAN, INC. BE LIABLE TO YOU FOR ANY DAMAGE, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE ANY PROGRAM PRODUCED BY BAR|SCAN, INC.

6.  ERRORS IN SOFTWARE

 A.            For a period of ninety (90) days after acceptance of this Agreement, if you notify Bar|Scan, Inc., in writing, of Program error(s) or Bar|Scan, Inc. has other reason to believe that error(s) exist in the Program, Bar|Scan, Inc. shall use its best efforts to verify and fix the error(s) within ten working days after receipt of your notification.  In general, errors which cannot be reproduced by Bar|Scan, Inc. will be considered to be due to hardware or non-program software and will not be corrected by Bar|Scan, Inc.  We shall promptly notify you if an error cannot be verified within a reasonable time. Program error(s) which occur after (90) days shall be corrected at Bar|Scan Inc.’s sole discretion.
B.            Bar|Scan, Inc. shall have the right to make any Program enhancements.  Within the first year of the date of installation, you are entitled to upgrades at no charge.  After one year from date of installation, if you have purchased Bar|Scan Annual Support, you are entitled to upgrades containing enhancements at no charge, otherwise, if you have not purchased Annual Support, you will have the option of purchasing enhancements at a cost determined at the time of release.

7  ARBITRATION

 Any dispute relating to the interpretation or performance of this Agreement shall be resolved at the request of either party through binding arbitration.  Arbitration shall be conducted in Ventura County, California, in accordance with the then-existing rules of the American Arbitration Association.  Judgment upon any award by the arbitrators may be entered by the state or federal court having jurisdiction thereof.

8.  MISCELLANEOUS

 This License Agreement shall be governed by the laws of the State of California and shall inure to the benefit of Bar|Scan, Inc., its successors, administrators, heirs, and assigns.

9.  ACKNOWLEDGMENT

 A.            BY CLICKING THE AGREE BUTTON BELOW, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU ALSO AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE PARTIES AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT.

Agree | Disagree | Close Modal
×
Bar|Scan Bar Code Asset Management System License Agreement

1. LICENSE

 A.            Upon acceptance of this License Agreement by Bar|Scan, Inc., you are granted a nonexclusive right to use the BAR|SCAN Bar Asset Management System (hereinafter called “Program”).  The Program consists of personal computer based software and software for one or more handheld computers.
B.            The personal computer portion of the Program can only be used on a single computer or single local area network consisting of one server.  A network is defined as any continuously connected group of computers on one cabling scheme without hardware or software bridges.  You may physically transfer the Program from one computer to another provided that the Program is used on only one computer or Local Area Network at a time.  The portion of the Program that resides in each of the handheld computers can only be used in one handheld computer at a time.  You may not distribute copies of the Program or documentation to third parties.  You may not modify or translate the Program or related documentation without the prior written consent of Bar|Scan, Inc.
C.            YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE PROGRAM OR DOCUMENTATION, OR ANY COPY, EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE AGREEMENT.  

2.  BACK-UP AND TRANSFER

 You may make one (1) copy of the personal computer based software solely for your back-up purposes.  You must reproduce and include the copyright notice on the back-up copy.  

3.  COPYRIGHT

 The Program and its related documentation are copyrighted.  You may not copy the Program documentation.  Bar|Scan, Inc. does warrant to you that it owns all the copyrights in the Program and has full power and authority to grant you the perpetual License thereof.  

4.  TERM OF AGREEMENT

 This is a perpetual License effective until terminated.  You may terminate it by destroying the Program, documentation and all copies thereof.  This License will also terminate if you fail to comply with any term or condition of this Agreement and do not correct the term or condition to the satisfaction of Bar|Scan, Inc. within five  (5) working days of discovery.  Upon such termination you shall destroy all copies of the Program and documentation therefore.  

5.  LIMITED WARRANTY

 A.            EXCEPT FOR ERRORS IN SOFTWARE AS DELINEATED IN SECTION SEVEN (7), THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS ASSUMED BY YOU.
B.            Bar|Scan, Inc. does not warrant that the functions contained in the Program will meet your requirements or that the Program will operate error free.
C.            Bar|Scan, Inc. does warrant to you that the Compact Disc on which the Program is recorded and free from defects in materials and workmanship under normal use and service for a period of thirty (30) days from the date of shipment to you. D.            YOUR SOLE AND EXCLUSIVE REMEDY IN THE EVENT OF A DEFECT IS EXPRESSLY LIMITED TO REPLACEMENT OF THE DISKETTE AS PROVIDED ABOVE.  IN NO EVENT WILL BAR|SCAN, INC. BE LIABLE TO YOU FOR ANY DAMAGE, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE ANY PROGRAM PRODUCED BY BAR|SCAN, INC.  

6.  ERRORS IN SOFTWARE

 A.            For a period of ninety (90) days after acceptance of this Agreement, if you notify Bar|Scan, Inc., in writing, of Program error(s) or Bar|Scan, Inc. has other reason to believe that error(s) exist in the Program, Bar|Scan, Inc. shall use its best efforts to verify and fix the error(s) within ten working days after receipt of your notification.  In general, errors which cannot be reproduced by Bar|Scan, Inc. will be considered to be due to hardware or non-program software and will not be corrected by Bar|Scan, Inc.  We shall promptly notify you if an error cannot be verified within a reasonable time. Program error(s) which occur after (90) days shall be corrected at Bar|Scan Inc.’s sole discretion.
B.            Bar|Scan, Inc. shall have the right to make any Program enhancements.  Within the first year of the date of installation, you are entitled to upgrades at no charge.  After one year from date of installation, if you have purchased Bar|Scan Annual Support, you are entitled to upgrades containing enhancements at no charge, otherwise, if you have not purchased Annual Support, you will have the option of purchasing enhancements at a cost determined at the time of release.  

7  ARBITRATION

 Any dispute relating to the interpretation or performance of this Agreement shall be resolved at the request of either party through binding arbitration.  Arbitration shall be conducted in Ventura County, California, in accordance with the then-existing rules of the American Arbitration Association.  Judgment upon any award by the arbitrators may be entered by the state or federal court having jurisdiction thereof.  

8.  MISCELLANEOUS

 This License Agreement shall be governed by the laws of the State of California and shall inure to the benefit of Bar|Scan, Inc., its successors, administrators, heirs, and assigns.  

9.  ACKNOWLEDGMENT

 A.            BY CLICKING THE AGREE BUTTON BELOW, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU ALSO AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE PARTIES AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. 

Agree | Disagree | Close Modal
×
Bar|Scan Bar Code Asset Management System License Agreement

1. LICENSE

 A.            Upon acceptance of this License Agreement by Bar|Scan, Inc., you are granted a nonexclusive right to use the BAR|SCAN Bar Asset Management System (hereinafter called “Program”).  The Program consists of personal computer based software and software for one or more handheld computers.
B.            The personal computer portion of the Program can only be used on a single computer or single local area network consisting of one server.  A network is defined as any continuously connected group of computers on one cabling scheme without hardware or software bridges.  You may physically transfer the Program from one computer to another provided that the Program is used on only one computer or Local Area Network at a time.  The portion of the Program that resides in each of the handheld computers can only be used in one handheld computer at a time.  You may not distribute copies of the Program or documentation to third parties.  You may not modify or translate the Program or related documentation without the prior written consent of Bar|Scan, Inc.
C.            YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE PROGRAM OR DOCUMENTATION, OR ANY COPY, EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE AGREEMENT.  

2.  BACK-UP AND TRANSFER

 You may make one (1) copy of the personal computer based software solely for your back-up purposes.  You must reproduce and include the copyright notice on the back-up copy.  

3.  COPYRIGHT

 The Program and its related documentation are copyrighted.  You may not copy the Program documentation.  Bar|Scan, Inc. does warrant to you that it owns all the copyrights in the Program and has full power and authority to grant you the perpetual License thereof.  

4.  TERM OF AGREEMENT

 This is a perpetual License effective until terminated.  You may terminate it by destroying the Program, documentation and all copies thereof.  This License will also terminate if you fail to comply with any term or condition of this Agreement and do not correct the term or condition to the satisfaction of Bar|Scan, Inc. within five  (5) working days of discovery.  Upon such termination you shall destroy all copies of the Program and documentation therefore.  

5.  LIMITED WARRANTY

 A.            EXCEPT FOR ERRORS IN SOFTWARE AS DELINEATED IN SECTION SEVEN (7), THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS ASSUMED BY YOU.
B.            Bar|Scan, Inc. does not warrant that the functions contained in the Program will meet your requirements or that the Program will operate error free.
C.            Bar|Scan, Inc. does warrant to you that the Compact Disc on which the Program is recorded and free from defects in materials and workmanship under normal use and service for a period of thirty (30) days from the date of shipment to you. D.            YOUR SOLE AND EXCLUSIVE REMEDY IN THE EVENT OF A DEFECT IS EXPRESSLY LIMITED TO REPLACEMENT OF THE DISKETTE AS PROVIDED ABOVE.  IN NO EVENT WILL BAR|SCAN, INC. BE LIABLE TO YOU FOR ANY DAMAGE, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE ANY PROGRAM PRODUCED BY BAR|SCAN, INC.  

6.  ERRORS IN SOFTWARE

 A.            For a period of ninety (90) days after acceptance of this Agreement, if you notify Bar|Scan, Inc., in writing, of Program error(s) or Bar|Scan, Inc. has other reason to believe that error(s) exist in the Program, Bar|Scan, Inc. shall use its best efforts to verify and fix the error(s) within ten working days after receipt of your notification.  In general, errors which cannot be reproduced by Bar|Scan, Inc. will be considered to be due to hardware or non-program software and will not be corrected by Bar|Scan, Inc.  We shall promptly notify you if an error cannot be verified within a reasonable time. Program error(s) which occur after (90) days shall be corrected at Bar|Scan Inc.’s sole discretion.
B.            Bar|Scan, Inc. shall have the right to make any Program enhancements.  Within the first year of the date of installation, you are entitled to upgrades at no charge.  After one year from date of installation, if you have purchased Bar|Scan Annual Support, you are entitled to upgrades containing enhancements at no charge, otherwise, if you have not purchased Annual Support, you will have the option of purchasing enhancements at a cost determined at the time of release.  

7  ARBITRATION

 Any dispute relating to the interpretation or performance of this Agreement shall be resolved at the request of either party through binding arbitration.  Arbitration shall be conducted in Ventura County, California, in accordance with the then-existing rules of the American Arbitration Association.  Judgment upon any award by the arbitrators may be entered by the state or federal court having jurisdiction thereof.  

8.  MISCELLANEOUS

 This License Agreement shall be governed by the laws of the State of California and shall inure to the benefit of Bar|Scan, Inc., its successors, administrators, heirs, and assigns.  

9.  ACKNOWLEDGMENT

 A.            BY CLICKING THE AGREE BUTTON BELOW, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU ALSO AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE PARTIES AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. 

Agree | Disagree | Close Modal
×
Bar|Scan Bar Code Asset Management System License Agreement

1. LICENSE

 A.            Upon acceptance of this License Agreement by Bar|Scan, Inc., you are granted a nonexclusive right to use the BAR|SCAN Bar Asset Management System (hereinafter called “Program”).  The Program consists of personal computer based software and software for one or more handheld computers.
B.            The personal computer portion of the Program can only be used on a single computer or single local area network consisting of one server.  A network is defined as any continuously connected group of computers on one cabling scheme without hardware or software bridges.  You may physically transfer the Program from one computer to another provided that the Program is used on only one computer or Local Area Network at a time.  The portion of the Program that resides in each of the handheld computers can only be used in one handheld computer at a time.  You may not distribute copies of the Program or documentation to third parties.  You may not modify or translate the Program or related documentation without the prior written consent of Bar|Scan, Inc.
C.            YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE PROGRAM OR DOCUMENTATION, OR ANY COPY, EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE AGREEMENT.  

2.  BACK-UP AND TRANSFER

 You may make one (1) copy of the personal computer based software solely for your back-up purposes.  You must reproduce and include the copyright notice on the back-up copy.  

3.  COPYRIGHT

 The Program and its related documentation are copyrighted.  You may not copy the Program documentation.  Bar|Scan, Inc. does warrant to you that it owns all the copyrights in the Program and has full power and authority to grant you the perpetual License thereof.  

4.  TERM OF AGREEMENT

 This is a perpetual License effective until terminated.  You may terminate it by destroying the Program, documentation and all copies thereof.  This License will also terminate if you fail to comply with any term or condition of this Agreement and do not correct the term or condition to the satisfaction of Bar|Scan, Inc. within five  (5) working days of discovery.  Upon such termination you shall destroy all copies of the Program and documentation therefore.  

5.  LIMITED WARRANTY

 A.            EXCEPT FOR ERRORS IN SOFTWARE AS DELINEATED IN SECTION SEVEN (7), THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS ASSUMED BY YOU.
B.            Bar|Scan, Inc. does not warrant that the functions contained in the Program will meet your requirements or that the Program will operate error free.
C.            Bar|Scan, Inc. does warrant to you that the Compact Disc on which the Program is recorded and free from defects in materials and workmanship under normal use and service for a period of thirty (30) days from the date of shipment to you. D.            YOUR SOLE AND EXCLUSIVE REMEDY IN THE EVENT OF A DEFECT IS EXPRESSLY LIMITED TO REPLACEMENT OF THE DISKETTE AS PROVIDED ABOVE.  IN NO EVENT WILL BAR|SCAN, INC. BE LIABLE TO YOU FOR ANY DAMAGE, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE ANY PROGRAM PRODUCED BY BAR|SCAN, INC.  

6.  ERRORS IN SOFTWARE

 A.            For a period of ninety (90) days after acceptance of this Agreement, if you notify Bar|Scan, Inc., in writing, of Program error(s) or Bar|Scan, Inc. has other reason to believe that error(s) exist in the Program, Bar|Scan, Inc. shall use its best efforts to verify and fix the error(s) within ten working days after receipt of your notification.  In general, errors which cannot be reproduced by Bar|Scan, Inc. will be considered to be due to hardware or non-program software and will not be corrected by Bar|Scan, Inc.  We shall promptly notify you if an error cannot be verified within a reasonable time. Program error(s) which occur after (90) days shall be corrected at Bar|Scan Inc.’s sole discretion.
B.            Bar|Scan, Inc. shall have the right to make any Program enhancements.  Within the first year of the date of installation, you are entitled to upgrades at no charge.  After one year from date of installation, if you have purchased Bar|Scan Annual Support, you are entitled to upgrades containing enhancements at no charge, otherwise, if you have not purchased Annual Support, you will have the option of purchasing enhancements at a cost determined at the time of release.  

7  ARBITRATION

 Any dispute relating to the interpretation or performance of this Agreement shall be resolved at the request of either party through binding arbitration.  Arbitration shall be conducted in Ventura County, California, in accordance with the then-existing rules of the American Arbitration Association.  Judgment upon any award by the arbitrators may be entered by the state or federal court having jurisdiction thereof.  

8.  MISCELLANEOUS

 This License Agreement shall be governed by the laws of the State of California and shall inure to the benefit of Bar|Scan, Inc., its successors, administrators, heirs, and assigns.  

9.  ACKNOWLEDGMENT

 A.            BY CLICKING THE AGREE BUTTON BELOW, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU ALSO AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE PARTIES AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. 

Agree | Disagree | Close Modal
×
Bar|Scan Bar Code Asset Management System License Agreement

1. LICENSE

 A.            Upon acceptance of this License Agreement by Bar|Scan, Inc., you are granted a nonexclusive right to use the BAR|SCAN Bar Asset Management System (hereinafter called “Program”).  The Program consists of personal computer based software and software for one or more handheld computers.
B.            The personal computer portion of the Program can only be used on a single computer or single local area network consisting of one server.  A network is defined as any continuously connected group of computers on one cabling scheme without hardware or software bridges.  You may physically transfer the Program from one computer to another provided that the Program is used on only one computer or Local Area Network at a time.  The portion of the Program that resides in each of the handheld computers can only be used in one handheld computer at a time.  You may not distribute copies of the Program or documentation to third parties.  You may not modify or translate the Program or related documentation without the prior written consent of Bar|Scan, Inc.
C.            YOU MAY NOT USE, COPY, MODIFY, OR TRANSFER THE PROGRAM OR DOCUMENTATION, OR ANY COPY, EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE AGREEMENT.  

2.  BACK-UP AND TRANSFER

 You may make one (1) copy of the personal computer based software solely for your back-up purposes.  You must reproduce and include the copyright notice on the back-up copy.  

3.  COPYRIGHT

 The Program and its related documentation are copyrighted.  You may not copy the Program documentation.  Bar|Scan, Inc. does warrant to you that it owns all the copyrights in the Program and has full power and authority to grant you the perpetual License thereof.  

4.  TERM OF AGREEMENT

 This is a perpetual License effective until terminated.  You may terminate it by destroying the Program, documentation and all copies thereof.  This License will also terminate if you fail to comply with any term or condition of this Agreement and do not correct the term or condition to the satisfaction of Bar|Scan, Inc. within five  (5) working days of discovery.  Upon such termination you shall destroy all copies of the Program and documentation therefore.  

5.  LIMITED WARRANTY

 A.            EXCEPT FOR ERRORS IN SOFTWARE AS DELINEATED IN SECTION SEVEN (7), THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THE PROGRAM IS ASSUMED BY YOU.
B.            Bar|Scan, Inc. does not warrant that the functions contained in the Program will meet your requirements or that the Program will operate error free.
C.            Bar|Scan, Inc. does warrant to you that the Compact Disc on which the Program is recorded and free from defects in materials and workmanship under normal use and service for a period of thirty (30) days from the date of shipment to you.
D.            YOUR SOLE AND EXCLUSIVE REMEDY IN THE EVENT OF A DEFECT IS EXPRESSLY LIMITED TO REPLACEMENT OF THE DISKETTE AS PROVIDED ABOVE.  IN NO EVENT WILL BAR|SCAN, INC. BE LIABLE TO YOU FOR ANY DAMAGE, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE ANY PROGRAM PRODUCED BY BAR|SCAN, INC.  

6.  ERRORS IN SOFTWARE

 A.            For a period of ninety (90) days after acceptance of this Agreement, if you notify Bar|Scan, Inc., in writing, of Program error(s) or Bar|Scan, Inc. has other reason to believe that error(s) exist in the Program, Bar|Scan, Inc. shall use its best efforts to verify and fix the error(s) within ten working days after receipt of your notification.  In general, errors which cannot be reproduced by Bar|Scan, Inc. will be considered to be due to hardware or non-program software and will not be corrected by Bar|Scan, Inc.  We shall promptly notify you if an error cannot be verified within a reasonable time. Program error(s) which occur after (90) days shall be corrected at Bar|Scan Inc.’s sole discretion.
B.            Bar|Scan, Inc. shall have the right to make any Program enhancements.  Within the first year of the date of installation, you are entitled to upgrades at no charge.  After one year from date of installation, if you have purchased Bar|Scan Annual Support, you are entitled to upgrades containing enhancements at no charge, otherwise, if you have not purchased Annual Support, you will have the option of purchasing enhancements at a cost determined at the time of release.  

7  ARBITRATION

 Any dispute relating to the interpretation or performance of this Agreement shall be resolved at the request of either party through binding arbitration.  Arbitration shall be conducted in Ventura County, California, in accordance with the then-existing rules of the American Arbitration Association.  Judgment upon any award by the arbitrators may be entered by the state or federal court having jurisdiction thereof.  

8.  MISCELLANEOUS

 This License Agreement shall be governed by the laws of the State of California and shall inure to the benefit of Bar|Scan, Inc., its successors, administrators, heirs, and assigns.  

9.  ACKNOWLEDGMENT

 A.            BY CLICKING THE AGREE BUTTON BELOW, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.  YOU ALSO AGREE THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE PARTIES AND SUPERSEDES ALL PROPOSALS OR PRIOR AGREEMENTS, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS BETWEEN THE PARTIES RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. 

Agree | Disagree | Close Modal
×