• Search:
    Select the search type
     
    • Site
    • Web
    Search
  • Login

e-BARZ ProTM FAQs

FAQs:

  • 1. How do I get my system serial number?


    Unibar Inc. requires the system serial number from the operating system in order to license the software.

    e-BARZ Pro, Version 3.x -- Type ebarz -ir and send the register.txt file to techsupport@unibar.com


    2. How do I set up e-BARZ Pro for IIS 6.0?


    IIS 6.0 has more security than the previous versions. One of the new security features is Web Service Extensions (see IIS 6.0 documentation for more information). In order to run e-BARZ Pro on a server with IIS 6.0, you need to set up a Web Extension and set the Internet Guest user(s) security for the directory where e-BARZ Pro is installed. Follow the instructions below for setting up e-BARZ Pro on a Windows 2003 server running IIS 6.0.

    Set up Web Extensions in IIS 6.0

    1. Input Types: bz

    2. In IIS 6.0 select the “Web Service Extensions” folder

    3. Select the “Add new Web service extension…” link

    4. Enter a name in the “Extension name:” text box (example, e-BARZ Pro)

    5. Select the “Set extension status to Allowed” checkbox

    6. Select the “Add” button



    7. Enter the file location and name (i.e. C:\inetpub\wwwroot\cgi-bin\e-BARZ Pro.exe)

    8. Select the “OK” button on the “Add file” dialog box

    9. Select the “OK” button on the “New Web Service Extension” dialog box

    You should now see the Web Extension you created, added to the list on the right of the “Web Extensions.” The “Status” should be set to “Allowed.”

    Setup cgi-bin Directory Security

    1. Using Windows Explorer, navigate to the directory where e-BARZ Pro.exe is located (usually located in C:\InetPub\wwwroot\cgi-bin)

    2. Right click on the cgi-bin directory and select “Properties” for the list

    3. Select the “Security” tab

    4. Locate your Internet Guest user(s) accounts and select the “Read & Execute” checkbox in the lower box

    5. Select the “OK” button


     

    Setup cgi-bin Directory in IIS 6.0

    1. Navigate to the directory where e-BARZ Pro.exe is located (usually located under the main website folder)

    2. Right click on the cgi-bin directory and select “Properties” for the list

    3. Under the “Directory” tab, set the “Execute permissions:” to “Scripts and Executables”

    4. Select the “OK” button



    You should now be able to run e-BARZ Pro from your website. To test in your browser, type:

    http://yourdomain.com/cgi-bin/e-BARZ Pro.exe?-CGI&data=12345

    A barcode should generate in the browser window. If not, the first thing to check is to make sure unibar.key is located in the same directory as the e-BARZ Pro.exe. (yourdomain.com should be set to your Web server, and if you installed e-BARZ Pro.exe to a different directory, then you will also need to make that change in the URL above)


    3. What is a Base Directory or Environment String?


    The base directory is where all Unibar products look for any files without a full pathname. A "full pathname" is a file name beginning with the "/" character on UNIX/Linux, or "\" or "[drive]:\" on DOS or Window systems.

    The base directory is established once per execution, by finding “unibar.key”. Once the base directory is established, every file is expected to exist relative to the base directory.

    The following procedure is used to look for “unibar.key”

    1. Check present working directory

    2. Check the “UNIBAR” environment string, if it is set

    3. Check “/unibar” on UNIX/Linux, or “unibar” on DOS/Window systems

    4. Check the explicit path on argv[0] (the program name), if there is one*

    5. Check Operating System's search path

    * - We determine if there is a search path on argv[0] by scanning the program name backwards (from right to left) and finding a "/" (on UNIX/Linux) or "/" (on DOS/Windows).

     
    Setting the Environment String, UNIX/LINUX system only:

    1. Type at the command line: UNIBAR={unibar directory} (the directory where you installed our product)

    2. Type at the command line: export UNIBAR

    The command above can be inserted into a login script so they are automatically executed whenever the user logs on.

    Instructions for Windows Systems (NT/2000/XP)

    1. Go to Control Panel>System

    2. Select the Environment tab

    3. Select System Variable by hitting ALT-V

    4. Select the Variable text box

    5. Type: UNIBAR

    6. Select the Value text box

    7. Type: C:\{unibar directory} (the directory where you installed our product)

    8. Select the Set button

    9. Select the OK button