QAD Internationalization Extensions, Spain 2.2 > Install Guide > QAD Spain Internationalization Extension Installation Guide, Version 2.2 > Troubleshooting > Program Access
  
Program Access
If you cannot access the programs described in QAD Spain Internationalization Extension User Guide, run System Synchronize (36.24.3.2). For more information on System Synchronize, see QAD System Administration Guide.
Known Issues
Upgrading to 2.2 from 2.0 patch 1 or Earlier Versions using YAB
If you are upgrading to version 2.2 from version 2.0 patch 1 or an earlier version, the YAB installation may fail at the mfg-code-update step and show compilation errors.
To resolve this issue:
1 Comment out i19-es-finance and i19-es-patch in the configuration.properties file.
2 Run the CLEAN command to make sure that the files are removed from the PROPATH.
YAB Installation Errors Related to finudf and fin-sync
During YAB installations, you may receive an error related to finudf or fin-sync:
BuildContext - finudf-i19-es-update ERROR
BuildContext - fin-sync-run-update ERROR
To resolve these errors, upgrade to the latest YAB version or assign a blank password to the mfg user before restarting the installation.
Running QRF Reports that Use Financial APIs
In a YAB environment, you may encounter an issue when running QAD Reporting Framework reports that use Financial APIs. QAD Reporting Framework crashes if the propath is incorrect.
To resolve this issue—after the extension is installed in a YAB environment—specify the Financials proxy source to include in the MFG application server propath:
1 Edit build/config/configuration.properties:
@append
appserver.mfg.propath=$ {packages.fin-src-proxy.dir}
2 Apply the change:
yab appserver-mfg-update
3 Restart the application.
Installing the Extension in an Environment with Existing Internationalization Extensions
When you try to install this internationalization package in an environment that contains packages for other countries, and these packages depend on old versions of the i19-library package or i19-intrastat package, an error occurs:
ERROR [main] Boot - The request does not have a solution.
To fix this error, reinstall all internationalization packages using the latest version of the package that is causing this issue—i19-library or i19-intrastat.
Or, as a temporary solution:
1 Update the configuration.properties file to treat all references to i19-library as references to the latest package version; for example, i19-library-1.0.0.11:
dependency.redirects=i19-library=i19-library-1.0.0.11
2 Apply the change:
yab -check-for-updates -r -v
3 Try to install the zip file for the new package again.
4 Run the yab info command; ensure that all expected packages are listed.
Important: Review this setting with each internationalization extension installation. If a new package requires a new version of the i19-library or i19-intrastat package, update the dependency.redirects setting accordingly.
Example: The i19-ru-operations package is already installed and depends on the i19-library package, version 1.0.0.3. You try to install the i19-es package, which depends on the latest version of the i19-library package—1.0.0.11; an error occurs. As a temporary solution, update the configuration.properties file with the latest version of the i19-library package, dependency.redirects=i19-library=i19-library-1.0.0.11, and try to install the i19-es package again.