Before starting the upgrading process, determine and confirm which version of Adobe Campaign is to being upgraded to and consult the Release Notes .
On a Windows environment, follow the steps below to update Adobe Campaign to a new build:
To find out how to update the client console, refer to this section.
In order to replace all files with the new version, you need to shut down all instances of the nlserver service.
Shut down the following services:
Web services (IIS):
iisreset /stop
Adobe Campaign service: net stop nlserver6
You also need to make sure the redirection server (webmdl) is stopped, so that the nlsrvmod.dll file used by IIS can be replaced with the new version.
Check that no tasks are active by running the nlserver pdump command. The following should come up:
C:<installation path>Adobe Campaign v7bin>nlserver pdump
HH:MM:SS > Application Server for Adobe Campaign Classic (7.X YY.R build XXX@SHA1) of DD/MM/YYYY
No tasks
You can use the Windows Task Manager to make sure all processes are stopped.
To run the upgrade file, apply the following steps:
Run setup.exe.
To download this file, connect to the Software distribution portal using your user credentials. Learn more about Software distribution in this page.
Select the installation mode: choose Update or repair
Click Next .
Click Finish .
The installation program then copies the new files.
Once the operation is complete, click Finish .
Use the following command line:
nlserver config -postupgrade -allinstances
This will enable you to carry out the following operations:
This operation should be performed only once, and only on an (nlserver web) application server.
Then check whether the synchronization has generated errors or warnings. For more on this, refer to Resolving upgrade conflicts.
The services to be restarted are:
Web services (IIS):
iisreset /start
Adobe Campaign service: net start nlserver6
On a Linux environment, follow the steps below to update Adobe Campaign to a new build:
Learn more about Client Console availability.
From build 8757, the third-party library is no longer needed.
Start by recovering both updated packages of Adobe Campaign: connect to the Software distribution portal using your user credentials. Learn more about Software distribution in this page.
The file is nlserver6-v7-XXX.rpm
RPM based distribution (RedHat, SuSe)
To install them, execute as root:
$rpm -Uvh nlserver6-v7-XXXX.rpm
Where XXX is the version of the file.
The rpm file has dependencies on packages that you can find on CentOS/Red Hat distributions. If you don’t want to use some of these dependencies, you may have to use the “nodeps” option of rpm:
rpm --nodeps -Uvh nlserver6-v7-XXXX-0.x86_64.rpm
DEB based distribution (Debian)
To install them, execute as root:
dpkg -i nlserver6-v7-XXXX-amd64_debX.deb
Full installation procedures are detailed in this section. Resources are synchronized automatically, however you need to make sure no errors occurred. For more on this, refer to Resolve upgrade conflicts.
You must shut down Apache for the new library to become applicable.
To do this, execute the following command:
/etc/init.d/apache stop
Your script might be called httpd instead of apache.
You MUST execute this command until you obtain the following reply:
This operation is required in order for Apache to apply the new library.
Then restart Apache:
/etc/init.d/apache start
During resource synchronization, the postupgrade command enables you to detect whether synchronization has generated errors or warnings.
There are two ways of viewing the synchronization result:
In the command-line interface, errors are materialized by a triple chevron >>> and synchronization is stopped automatically. Warnings are materialized by a double chevron >> and must be resolved once synchronization is complete. At the end of the postupgrade, a summary is displayed in the command prompt. It can look like this:
2013-04-09 07:48:39.749Z 00002E7A 1 info log =========Summary of the update==========
2013-04-09 07:48:39.749Z 00002E7A 1 info log <instance name> instance, 6 warning(s) and 0 error(s) during the update.
2013-04-09 07:48:39.749Z 00002E7A 1 warning log The document with identifier 'mobileAppDeliveryFeedback' and type 'xtk:report' is in conflict with the new version.
2013-04-09 07:48:39.749Z 00002E7A 1 warning log The document with identifier 'opensByUserAgent' and type 'xtk:report' is in conflict with the new version.
2013-04-09 07:48:39.750Z 00002E7A 1 warning log The document with identifier 'deliveryValidation' and type 'nms:webApp' is in conflict with the new version.
2013-04-09 07:48:39.750Z 00002E7A 1 warning log Document of identifier 'nms:includeView' and type 'xtk:srcSchema' updated in the database and found in the file system. You will have to merge the two versions manually.
If the warning concerns a conflict of resources, user attention is required to resolve it.
The postupgrade_<server version number>_<time of postupgrade>
.log log file contains the synchronization result. It is available by default in the following directory: <installation directory>/var/<instance/postupgrade
. Errors and warnings are indicated by the error and warning attributes.
To resolve conflicts, apply the following process:
There are three ways to resolve a conflict:
Declare as resolved : requires user intervention beforehand.
Accept the new version : recommended if the resources provided with Adobe Campaign have not been changed by the user.
Keep the current version : means that the update is rejected.
If you select this resolution mode, you may not benefit from corrections in the new version.
If you chose to resolve the conflict manually, proceed as follows:
In the lower section of the window, search for the conflict string to locate the entities with conflicts. The entity installed with the new version contains the new argument, the entity that matches the previous version contains the cus argument.
Delete the version you don’t want to keep. Delete the conflict_argument string of the entity you are keeping.
Go to the conflict you have resolved. Click the Actions icon and select Declare as resolved .
Save your changes: the conflict is now resolved.
An update failure may be linked to the database configuration. Make sure the configurations carried out by the technical administrator and the database administrator are compatible.
For example, a unicode database must not only authorize storage of LATIN1 data, etc.
On the machine where the Adobe Campaign application server is installed (nlserver web), download and copy the file setup-client-6.XXXX.exe i n [path of the application]/datakit/nl/eng/jsp.
The next time client consoles are connected, a window will inform users about the availability of an update and offer them the possibility of downloading and installing it.
Make sure the IIS_XPG user has the appropriate read rights for this installation file and refer to the installation guide for more information.
On the machine where the Adobe Campaign application server (nlserver web) is installed, retrieve the setup-client-6.XXXX.exe package and copy it, saving as /usr/local/neolane/nl6/datakit/nl/eng/jsp:
cp setup-client-6.XXXX.exe /usr/local/neolane/nl6/datakit/nl/eng/jsp
The next time client consoles are connected, a window will inform users about the availability of an update and offer them the possibility of downloading and installing it.
Make sure the Apache user has the appropriate read rights for this installation file and refer to the installation guide for more information.