KB Article #177971
Issue occured during B2Bi client 2.2.1 installation
Problem
Issue occured during installation of B2Bi 2.2.1 Client
2016-06-08 10:16:38 DEBUG Execute Dialog: (B2BiXClient_V2.3.0,synB2BiXCCompDialogInstall,Dialog_installInfo)
2016-06-08 10:16:38 DEBUG ------------------------------------------------------------
2016-06-08 10:16:38 DEBUG (dialogName=Module Configuration)
2016-06-08 10:16:38 DEBUG call component=B2BiXClient_V2.3.0, name=InstallDir, value=C:\Axway\B2BiClient\
2016-06-08 10:16:38 DEBUG call component=B2BiXClient_V2.3.0, name=InstallSharedDir, value=null
2016-06-08 10:16:38 DEBUG call component=B2BiXClient, name=InstallDir, value=C:\Axway\B2BiClient\
2016-06-08 10:16:38 DEBUG Execute: \\vmware-host\Shared Folders\Platte_E\Share\Client_2_2_1\Software\Components\B2BiClient_V2.3.0\synB2BiXCCompDialogInstall.py
2016-06-08 10:16:38 DEBUG (name=B2BiX_Configuration)
2016-06-08 10:16:38 DEBUG (title=B2Bi tools client configuration)
2016-06-08 10:16:38 DEBUG call component=B2BiXClient_V2.3.0, name=IntegratorPortPrefix, value=null
2016-06-08 10:16:38 DEBUG call component=B2BiXClient_V2.3.0, name=IntegratorHost, value=null
2016-06-08 10:16:38 ERROR Next dialog Dialog_installInfo cannot be displayed due to python error: Traceback (innermost last):
File "<string>", line 1, in ?
File "\\vmware-host\Shared Folders\Platte_E\Share\Client_2_2_1\Software\Components\B2BiClient_V2.3.0\synB2BiXCCompDialogInstall.py", line 32, in executeDialog
TypeError: __add__ nor __radd__ defined for these operands
2016-06-08 10:18:26 DEBUG (Product=B2BiXClient_V2.3.0)
Resolution
Hard coded the line in the installer file synB2BiXCCompDialogInstall.py:
# defWorkSpace = fs.getEnvVariable("HOMEDRIVE") + fs.getEnvVariable("HOMEPATH") + ds + "Axway" + ds + "B2Bi_workspace"
defWorkSpace = "C:\\Axway\\B2Bi_workspace"