UPGRADING FROM 10.0

Top  Previous  Next

Here are the things to think about when upgrading from 10.0 to 10.1.

 

The two versions cannot share inbound sources, which are monitored paths and IMAP email accounts
The two versions cannot share TCP ports that can be used to accept raw print jobs as configured in [tcpports] in uf100d.ini/uf101d.ini
The two versions cannot share the same service listening ports for client submissions or http access

 

In summary, it is usually not possible to run 10.0 and 10.1 at the same time on the same system, or at all if you use an email-based inbound source, so in general you will need to perform the upgrade with 10.0 stopped and disabled.  Here are the steps.

 

Obtain an UnForm 10.1 Serial Number

 

Unless you are treating this as a new test install, you should have your 10.1 license available to minimize down time.  Obtain this license by contacting sales@synergetic-data.com.

 

 

Disable UnForm 10.0

 

On Windows, stop and disable the UnForm 10.0 service
On Linux, run uf100d stopall and check for the system startup configuration to disable auto startup:
 
if 'which systemctl' returns a name, run 'systemctl disable uf100d'
if 'which chkconfig' returns a name, run 'chkconfig --del uf100d'

 

Optionally, you can uninstall 10.0, using uninstall.sh on Linux, or with Settings or Control Panel on Windows.  This process removes the UnForm software, but not the rule files or configuration files.  Any files you will need to copy to 10.1 are left in place.

 

 

Install 10.1

 

Follow the standard installation steps for Linux or Windows.  This can be to a new directory, or on top of the 10.0 directory.  If using the same directory, you won't need to copy many of the required files, but there may be confusion over the uf100* and uf101* files both in the path.  You can choose to remove the uf100* files after the new install is fully configured.

 

If a new directory, copy these files from the 10.0 directory:

 

ufarc*.dat
ufcgi*.dat
ufjobdef.dat
ufoauth.dat
ufsched.dat
rule files
any files used by the rule files, unless they are full paths, such as image files

 

Copy uf100d.ini to uf101d.ini, and uf100c.ini to uf101c.ini.  Note on Windows uf101c.ini is found in C:\ProgramData\SDSI.  This will maintain any custom settings you have from 10.0, but also note this will cause 10.1 to use the 10.0 listening ports for client submission and http access.  If you would rather use standard 10.1 ports, edit uf101.ini and set port=27400 in [defaults] and port=27402 in [apache], and edit uf101c.ini and set port=27400 in [defaults].  Also note a standalone client on another system also uses uf101c.ini and should be edited as necessary to match the [defaults] port in use by the server.

 

If using the default 10.1 ports, be sure to update any http access links, and add firewall rules to allow access to the new ports.  Also adjust any application functions that use the uf100c client to use uf101c.

 

 

Archive Libraries

 

If a new directory and you use UnForm archiving, and use non-full path library names in rule files or image manager jobs, the 10.0 libraries will need to be moved.  Libraries from the 10.0 "arc" directory should be moved to the 10.1 "arc" directory.  Since these are referenced as full paths in the library system, you will need to rename them in the archive browser interface Admin, Libraries option once UnForm 10.1 is started.

 

 

Activate 10.1

 

Using your 10.1 serial number and pin, activate this installation.  This is important if you've copied live files to 10.1, as there are record count limits in the demo license and it is very likely those will have been exceeded in some of the 10.0 files copied over.

 

Start up 10.1, and run uf101c -v to verify local access, and verify access to the http port with your browser.

 

If a new directory was used, now you can rename the library paths from the 10.0 arc path to the 10.1 arc path, using the archive browser Admin, Libraries option.