6.23 Access Manager Backup and Access Manager Restore Fails in Windows Environment

Access Manager Backup and Access Manager Restore fails with an java execption stating OutOfMemoryError: Java heap space.

To workaround this issue:

For Windows, add -Xmx2048m after the "java.exe" in the amrestore.bat and ambkup.bat files located in C:\Program Files (x86)\Novell\bin directory. After modification, it will look as follows:

“$USER_INSTALL_DIR$\jre\bin\java.exe" -Xmx2048m -cp log4j-1.2.15.jar;vcdnbkup.jar;jdom.jar;certtool.jar;saxpath.jar;nids_install.jar;jaxen-core.jar;jaxen-jdom.jar;novbp.jar;$AM_INSTALL_CSTORE_DIR$\npki.jar -Djava.library.path=$AM_INSTALL_CSTORE_DIR$ com.novell.nids.bkuputil.Util -file defbkparm.properties -bakRest -cfg "$AM_MKCERT_VCDN_PATH$\vcdn.conf”