Sonar Scanner failed java.nio.file.InvalidPathException: Illegal char <:> at index 5: GNORE:4089

Scanner failed with error. Please find below logs for more details

C:\SonarQube\sonar-scanner-cli-4.2.0.1873-windows\sonar-scanner-4.2.0.1873-windows\bin>sonar-scanner.bat
INFO: Scanner configuration file: C:\SonarQube\sonar-scanner-cli-4.2.0.1873-windows\sonar-scanner-4.2.0.1873-windows\bin…\conf\sonar-scanner.properties
INFO: Project root configuration file: NONE
INFO: SonarQube Scanner 4.2.0.1873
INFO: Java 11.0.3 AdoptOpenJDK (64-bit)
INFO: Windows Server 2012 R2 6.3 amd64
INFO: User cache: C:\Users\girmeamo.sonar\cache
INFO: SonarQube server 7.9.1
INFO: Default locale: “en_US”, source code encoding: “UTF-8”
INFO: Load global settings
INFO: Load global settings (done) | time=153ms
INFO: Server id: BF41A1F2-AW5aYfrj_EXYW8DyV3Tr
INFO: User cache: C:\Users\girmeamo.sonar\cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=98ms
INFO: Load/download plugins (done) | time=467ms
INFO: Loaded core extensions: developer-scanner
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=9ms
INFO: Project key: cppproject
INFO: Base dir: D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf
INFO: Working dir: D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf.scannerwork
INFO: Load project settings for component key: ‘cppproject’
INFO: Load project branches
INFO: Load project branches (done) | time=19ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=24ms
INFO: Load branch configuration
INFO: Load branch configuration (done) | time=8ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=500ms
INFO: Load active rules
INFO: Load active rules (done) | time=9879ms
INFO: Indexing files…
INFO: Project configuration:
INFO: 13 files indexed
INFO: 0 files ignored because of scm ignore settings
INFO: Quality profile for c: Sonar way
INFO: Quality profile for cpp: Sonar way
INFO: ------------- Run sensors on module cppproject
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=83ms
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/girmeamo/.sonar/cache/a89f1943fc75b65becd9fb4ecab8d913/sonar-tsql-plugin.jar
lang.ClassLoader.defineClass(java.lang.String,byte,int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
INFO: Sensor JavaXmlSensor [java]
INFO: Sensor JavaXmlSensor [java] (done) | time=4ms
INFO: Sensor HTML [web]
INFO: Sensor HTML [web] (done) | time=41ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=9ms
INFO: Sensor CFamily [cpp]
INFO: Using build-wrapper output: C:\SonarQube\sonar-scanner-cli-4.2.0.1873-windows\sonar-scanner-4.2.0.1873-windows\bin\bw_output\build-wrapper-dump.json
INFO: Available processors: 4
INFO: Using 1 thread for analysis according to value of “sonar.cfamily.threads” property.
INFO: Load project repositories
INFO: Load project repositories (done) | time=16ms
WARN: Metric ‘comment_lines_data’ is deprecated. Provided value is ignored.
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 26.840s
INFO: Final Memory: 30M/114M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarQube Scanner execution
java.nio.file.InvalidPathException: Illegal char <:> at index 5: GNORE:4089
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.sonar.cpp.analyzer.MsvcDriver.absolute(MsvcDriver.java:303)
at com.sonar.cpp.analyzer.MsvcDriver.onCapture(MsvcDriver.java:64)
at com.sonar.cpp.plugin.CFamilySensor.process(CFamilySensor.java:269)
at com.sonar.cpp.plugin.CFamilySensor.execute(CFamilySensor.java:205)
at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:62)
at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:400)
at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:395)
at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:358)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:141)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:73)
at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:67)
at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
at com.sun.proxy.$Proxy0.execute(Unknown Source)
at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
at org.sonarsource.scanner.cli.Main.execute(Main.java:112)
at org.sonarsource.scanner.cli.Main.execute(Main.java:75)
at org.sonarsource.scanner.cli.Main.main(Main.java:61)
ERROR:
ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.

Hi @AmolGirme,

you are affected by this bug: CPP-2300, the fix is coming and will be released in ~2 weeks.

Hi @AmolGirme,

in the mean time it is likely you have INCLUDE environment variable which contains an entry with a leading space, something like: INCLUDE=foo; C:\bar. It is enough to fix it by removing the space: INCLUDE=foo;C:\bar.

Hello @mpaladin,
There is no leading space in INCLUDE environment variable.
INCLUDE=D:\fenix\girmeamo\Repos\install\2019_11\include;D:\fenix\int\2019_11\include;D:\ThirdParty\tipsipc_VS2013\include;D:\ThirdParty\misc_VS2013\include;D:\ThirdParty\j2sdk1.4.2_16\include;D:\ThirdParty\j2sdk1.4.2_16\include\win32;C:\Oracle\tuxedo12.1.3.0.0_VS2013\include;D:\thirdparty\expat-1.95.6\source\lib;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\include;C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Include

Hi @AmolGirme,

in build-wrapper-dump.json file you should be able to find at least one entry.

Hello @mpaladin,
I can not found it in json file too.
Can we have video(screen sharing) call ?

Hi @AmolGirme,

no, I am sorry, we cannot have a call. If you wish to share your build-wrapper-dump.json I can send you a PM.

Hello @mpaladin,
Please check below build-wrapper-dump.json file.

© SonarSource SA, 2014-2019, info@sonarsource.com

All SONARSOURCE programs and content are copyright protected.

SONARSOURCE and SONARQUBE are trademarks of SonarSource SA. All rights are expressly reserved.

This file is designed exclusively for use with the SONARSOURCE C / C++ / Objective-C Plugin.

It may not be used in connection with any other software.

Any other use is prohibited by law and may be grounds for immediate termination of your License.

{
“version”:0,
“captures”:[
{
“compiler”:“msvc-cl”,
“executable”:“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe”,
“stdout”:“usage: cl [ option… ] filename… [ /link linkoption… ]\r\n”,
“stderr”:“Microsoft ® C/C++ Optimizing Compiler Version 18.00.40629 for x86\r\nCopyright © Microsoft Corporation. All rights reserved.\r\n\r\n”},
{
“compiler”:“msvc-cl”,
“executable”:“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe”,
“cmd”: [
“cl.exe”,
“/nologo”,
“/MDd”,
“/W3”,
“/Gy”,
“/GR”,
“/EHsc”,
“/Zi”,
“/Zc:wchar_t-”,
“/Od”,
“/GF”,
“/Zm116”,
“-DWINVER=0x0501”,
“-DOPTION_DOT_NET”,
“-DOPTION_PHOBOS_10”,
“-DOPTION_MFC”,
“-DOPTION_SYBASE”,
“-DVC_EXTRALEAN”,
“-DNDEBUG”,
“-D_WINDOWS”,
“-D_WINDLL”,
“-D_AFXDLL”,
“-D_MBCS”,
“-DVC_EXTRALEAN”,
“-D_CRT_SECURE_NO_DEPRECATE”,
“-D_CRT_NON_CONFORMING_SWPRINTFS”,
“-D_USING_V110_SDK71_”,
“-D_DEBUG”,
“-I”,
“D:\fenix\girmeamo\Repos\install\2019_11\include”,
“-ID:\fenix\girmeamo\Repos\install\2019_11\include”,
“-ID:\fenix\int\2019_11\include”,
“-ID:\ThirdParty\tipsipc_VS2013\include”,
“-ID:\ThirdParty\misc_VS2013\include”,
“-ID:\ThirdParty\j2sdk1.4.2_16\include”,
“-ID:\ThirdParty\j2sdk1.4.2_16\include\win32”,
“-IC:\Oracle\tuxedo12.1.3.0.0_VS2013\include”,
“-ID:\thirdparty\expat-1.95.6\source\lib”,
“-IC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE”,
“-IC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include”,
“-IC:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\include”,
“-IC:\Program Files (x86)\Microsoft SQL Server\100\SDK\Include”,
“/Ycprecomp.hxx”,
“/showIncludes”,
“/Fp.\Test\precomp_dbg.pch”,
“/Fo.\Test\precomp_dbg.obj”,
“/Fd.\Test\diagreementconf_dbg.pdb”,
“/c”,
“precomp.cxx”],
“cwd”:“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\”,
“env”: [
“=C:=C:\Users\girmeamo”,
“=D:=D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf”,
“ALLUSERSPROFILE=C:\ProgramData”,
“APPDATA=C:\Users\girmeamo\AppData\Roaming”,
“APPDIR=D:\fenix\girmeamo\Tuxapps\bin”,
“BDMCONFIG=D:\fenix\girmeamo\Tuxapps\BDMCONFIG”,
“CLIENTNAME=WL353608”,
“CommonProgramFiles=C:\Program Files (x86)\Common Files”,
“CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files”,
“CommonProgramW6432=C:\Program Files\Common Files”,
“COMPUTERNAME=WSV000401”,
“COMSPEC=C:\Windows\system32\cmd.exe”,
“DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection”,
“DIR_EXPAT=D:\thirdparty\expat-1.95.6”,
“DIR_INT_BUILD=D:\fenix\int”,
“DIR_JAVA_SDK=D:\ThirdParty\j2sdk1.4.2_16”,
“DIR_MISC=D:\ThirdParty\misc_VS2013”,
“DIR_PERL=C:\perl”,
“DIR_PYTHON=C:\python26”,
“DIR_TIETO_IPC=D:\ThirdParty\tipsipc_VS2013”,
“DIR_TOOLS=D:\tools”,
“FENIXDOMAIN_HOME=D:\fenix\girmeamo\tuxapps”,
“FENIX_BUILD=Developer”,
“FENIX_BUILDENV=Developer”,
“FENIX_BUILDSUBENV=dev”,
“FENIX_BUILD_TOOLS=D:\fenix\girmeamo\Repos\Fenix\BuildTools\”,
“FENIX_COMMON_CFG_DIR=D:\tools”,
“FENIX_CONFIGURATION=fendev”,
“FENIX_INSTALL=D:\fenix\girmeamo\Repos\install\2019_11”,
“FENIX_INSTALL_DIR=D:\fenix\girmeamo\Repos\install\2019_11”,
“FENIX_LOG4CXX=D:\fenix\girmeamo\Tuxapps\cfg\fenix_log4cxx.xml”,
“FENIX_RELEASE=2019_11”,
“FENIX_SRC=D:\fenix\girmeamo\Repos\Fenix\”,
“FENIX_WA=D:\fenix\girmeamo\Repos\Fenix\”,
“FIELDTBLS32=fldtbl,printmodel_tbl,txclass_fldtbl,bm_fieldtbl,Usysfl32,tpadm”,
“FLDTBLDIR32=D:\fenix\girmeamo\Tuxapps;C:\Oracle\tuxedo12.1.3.0.0_VS2013\udataobj”,
“FP_NO_HOST_CHECK=NO”,
“FSCONFIG=D:\fenix\girmeamo\Tuxapps\TLOGDEVICE”,
“FXOLEDBMODE_INIT=D:\fenix\fxoledbmode_init.sql”,
“FX_LocalDB=DSN=SYS_OLTP;UID=girmeamo;PWD=amogirme”,
“FX_Login=girmeamo”,
“FX_Release=2019_11_DEV”,
“FX_RemoteDB=DSN=SYS_OLTP;UID=girmeamo;PWD=amogirme”,
“FX_SSRS_ServerName=139.157.156.194”,
“FX_SSRS_ServerPassword=tieto2010!”,
“FX_SSRS_ServerPort=80”,
“FX_SSRS_ServerURL=ReportServer/Pages/ReportViewer.aspx?/Devel/”,
“FX_SSRS_ServerUserName=group\fenprodrepser”,
“HOMEDRIVE=C:”,
“HOMEPATH=\Users\girmeamo”,
“JAVA_HOME=C:\Progra~1\Java\jdk-11.0.5”,
“JAVA_OPTS=”-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Xms32m -Xmx64m"",
“LOCALAPPDATA=C:\Users\girmeamo\AppData\Local”,
“LOGONSERVER=\\APDC01”,
“MAKEDIR=D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf”,
“MAKEFLAGS= “,
“NLSPATH=C:\Oracle\tuxedo12.1.3.0.0_VS2013\locale\C”,
“NUMBER_OF_PROCESSORS=4”,
“OH_STORE=c:\temp”,
“OS=Windows_NT”,
“Path=C:\Progra~1\Java\jdk-11.0.5\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Oracle\tuxedo12.1.3.0.0_VS2013\bin;C:\Oracle\tuxedo12.1.3.0.0_VS2013\jre\bin\server;C:\Oracle\tuxedo12.1.3.0.0_VS2013\jre\bin;C:\Program Files (x86)\Telelogic\Telelogic Synergy 6.5\bin;C:\Windows\system32;D:\Tools;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Python26;C:\Program Files\Git\cmd;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\SonarQube\build-wrapper-win-x86\build-wrapper-win-x86;C:\SonarQube\sonar-scanner-cli-4.2.0.1873-windows\sonar-scanner-4.2.0.1873-windows\bin;C:\Program Files (x86)\MSBuild;D:\fenix\girmeamo\Repos\Fenix\BuildTools\;D:\fenix\girmeamo\Repos\install\2019_11\bin;D:\fenix\girmeamo\Repos\install\2019_11\dll;D:\fenix\int\2019_11\bin;D:\fenix\int\2019_11\dll;D:\ThirdParty\misc_VS2013\dll;D:\ThirdParty\tipsipc_VS2013\shr;D:\ThirdParty\tipsipc_VS2013\bin;D:\ThirdParty\j2sdk1.4.2_16\bin;D:\ThirdParty\j2sdk1.4.2_16\jre\bin;C:\Oracle\tuxedo12.1.3.0.0_VS2013\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\\bin;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\bin;C:\python26;D:\tools;C:\perl;C:\Program Files\Git\cmd”,
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC”,
“PERL5LIB=D:\fenix\girmeamo\Repos\Fenix\BuildTools\PerlModules”,
“PROCESSOR_ARCHITECTURE=x86”,
“PROCESSOR_ARCHITEW6432=AMD64”,
“PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 2, GenuineIntel”,
“PROCESSOR_LEVEL=6”,
“PROCESSOR_REVISION=2d02”,
“ProgramData=C:\ProgramData”,
“ProgramFiles=C:\Program Files (x86)”,
“ProgramFiles(x86)=C:\Program Files (x86)”,
“ProgramW6432=C:\Program Files”,
“PROMPT=$P$G”,
“PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\;C:\Program Files\WindowsPowerShell\Modules\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\Storage\”,
“PUBLIC=C:\Users\Public”,
“QMCONFIG=D:\fenix\girmeamo\Tuxapps\QUE”,
“SESSIONNAME=RDP-Tcp#126”,
“SystemDrive=C:”,
“SystemRoot=C:\Windows”,
“TEMP=C:\Users\girmeamo\AppData\Local\Temp\17”,
“TMP=C:\Users\girmeamo\AppData\Local\Temp\17”,
“TUXAPPS=D:\fenix\girmeamo\Tuxapps”,
“TUXAPPS_LOCAL=D:\fenix\girmeamo\Tuxapps”,
“TUXCONFIG=D:\fenix\girmeamo\Tuxapps\TUXCONFIG”,
“TUXDIR=C:\Oracle\tuxedo12.1.3.0.0_VS2013”,
“TUXDIR_LOCAL=C:\Oracle\tuxedo12.1.3.0.0_VS2013”,
“TUX_FENIX_CONFIG=D:\fenix\girmeamo\Tuxapps\tuxfenixconfig.cf”,
“TXSQLSERVER=D:\fenix\int\2019_11\bin\txsqlserver_dbg.exe”,
“TXSQLSERVER_XML=D:\fenix\int\2019_11\bin\txsqlserver_xml_dbg.exe”,
“TXTEMPLATESERVER=D:\fenix\int\2019_11\bin\txtemplateserver2_dbg.exe”,
“ULOGPFX=D:\fenix\girmeamo\Tuxapps\log\ULOG”,
USERDNSDOMAIN=AP.TIETO.COM”,
“USERDOMAIN=AP”,
“USERDOMAIN_ROAMINGPROFILE=AP”,
“USERNAME=girmeamo”,
“USERPROFILE=C:\Users\girmeamo”,
“USER_TUXIPC=50165”,
“USER_TUXPORT=20135”,
“VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\”,
“VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\”,
“VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection”,
“windir=C:\Windows”,
“WSNADDR=//WSV000401:20135”,
FxRelVer=D2019_11”,
“_NMAKE_VER=12.00.21005.1”,
NO_DEBUG_HEAP=1"]},
{
“compiler”:“msvc-cl”,
“executable”:“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe”,
“cmd”: [
“cl.exe”,
“/nologo”,
“/MDd”,
“/W3”,
“/Gy”,
“/GR”,
“/EHsc”,
“/Zi”,
“/Zc:wchar_t-”,
“/Od”,
“/GF”,
“/Zm116”,
“-DWINVER=0x0501”,
“-DOPTION_DOT_NET”,
“-DOPTION_PHOBOS_10”,
“-DOPTION_MFC”,
“-DOPTION_SYBASE”,
“-DVC_EXTRALEAN”,
“-DNDEBUG”,
“-D_WINDOWS”,
“-D_WINDLL”,
“-D_AFXDLL”,
“-D_MBCS”,
“-DVC_EXTRALEAN”,
“-D_CRT_SECURE_NO_DEPRECATE”,
“-D_CRT_NON_CONFORMING_SWPRINTFS”,
"-D_USING_V110_SDK71
”,
“-D_DEBUG”,
“-I”,
“D:\fenix\girmeamo\Repos\install\2019_11\include”,
“-ID:\fenix\girmeamo\Repos\install\2019_11\include”,
“-ID:\fenix\int\2019_11\include”,
“-ID:\ThirdParty\tipsipc_VS2013\include”,
“-ID:\ThirdParty\misc_VS2013\include”,
“-ID:\ThirdParty\j2sdk1.4.2_16\include”,
“-ID:\ThirdParty\j2sdk1.4.2_16\include\win32”,
“-IC:\Oracle\tuxedo12.1.3.0.0_VS2013\include”,
“-ID:\thirdparty\expat-1.95.6\source\lib”,
“-IC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE”,
“-IC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include”,
“-IC:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\include”,
“-IC:\Program Files (x86)\Microsoft SQL Server\100\SDK\Include”,
“/Yuprecomp.hxx”,
“/Fp.\Test\precomp_dbg.pch”,
“/Fd.\Test\diagreementconf_dbg.pdb”,
“/showIncludes”,
“/Fo.\Test\diagreementconf_dbg.obj”,
“/c”,
“.\diagreementconf.cxx”],
“cwd”:“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\”,
“env”: [
“=C:=C:\Users\girmeamo”,
“=D:=D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf”,
“ALLUSERSPROFILE=C:\ProgramData”,
“APPDATA=C:\Users\girmeamo\AppData\Roaming”,
“APPDIR=D:\fenix\girmeamo\Tuxapps\bin”,
“BDMCONFIG=D:\fenix\girmeamo\Tuxapps\BDMCONFIG”,
“CLIENTNAME=WL353608”,
“CommonProgramFiles=C:\Program Files (x86)\Common Files”,
“CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files”,
“CommonProgramW6432=C:\Program Files\Common Files”,
“COMPUTERNAME=WSV000401”,
“COMSPEC=C:\Windows\system32\cmd.exe”,
“DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection”,
“DIR_EXPAT=D:\thirdparty\expat-1.95.6”,
“DIR_INT_BUILD=D:\fenix\int”,
“DIR_JAVA_SDK=D:\ThirdParty\j2sdk1.4.2_16”,
“DIR_MISC=D:\ThirdParty\misc_VS2013”,
“DIR_PERL=C:\perl”,
“DIR_PYTHON=C:\python26”,
“DIR_TIETO_IPC=D:\ThirdParty\tipsipc_VS2013”,
“DIR_TOOLS=D:\tools”,
“FENIXDOMAIN_HOME=D:\fenix\girmeamo\tuxapps”,
“FENIX_BUILD=Developer”,
“FENIX_BUILDENV=Developer”,
“FENIX_BUILDSUBENV=dev”,
“FENIX_BUILD_TOOLS=D:\fenix\girmeamo\Repos\Fenix\BuildTools\”,
“FENIX_COMMON_CFG_DIR=D:\tools”,
“FENIX_CONFIGURATION=fendev”,
“FENIX_INSTALL=D:\fenix\girmeamo\Repos\install\2019_11”,
“FENIX_INSTALL_DIR=D:\fenix\girmeamo\Repos\install\2019_11”,
“FENIX_LOG4CXX=D:\fenix\girmeamo\Tuxapps\cfg\fenix_log4cxx.xml”,
“FENIX_RELEASE=2019_11”,
“FENIX_SRC=D:\fenix\girmeamo\Repos\Fenix\”,
“FENIX_WA=D:\fenix\girmeamo\Repos\Fenix\”,
“FIELDTBLS32=fldtbl,printmodel_tbl,txclass_fldtbl,bm_fieldtbl,Usysfl32,tpadm”,
“FLDTBLDIR32=D:\fenix\girmeamo\Tuxapps;C:\Oracle\tuxedo12.1.3.0.0_VS2013\udataobj”,
“FP_NO_HOST_CHECK=NO”,
“FSCONFIG=D:\fenix\girmeamo\Tuxapps\TLOGDEVICE”,
“FXOLEDBMODE_INIT=D:\fenix\fxoledbmode_init.sql”,
“FX_LocalDB=DSN=SYS_OLTP;UID=girmeamo;PWD=amogirme”,
“FX_Login=girmeamo”,
“FX_Release=2019_11_DEV”,
“FX_RemoteDB=DSN=SYS_OLTP;UID=girmeamo;PWD=amogirme”,
“FX_SSRS_ServerName=139.157.156.194”,
“FX_SSRS_ServerPassword=tieto2010!”,
“FX_SSRS_ServerPort=80”,
“FX_SSRS_ServerURL=ReportServer/Pages/ReportViewer.aspx?/Devel/”,
“FX_SSRS_ServerUserName=group\fenprodrepser”,
“HOMEDRIVE=C:”,
“HOMEPATH=\Users\girmeamo”,
“JAVA_HOME=C:\Progra~1\Java\jdk-11.0.5”,
“JAVA_OPTS=”-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Xms32m -Xmx64m””,
“LOCALAPPDATA=C:\Users\girmeamo\AppData\Local”,
“LOGONSERVER=\\APDC01”,
“MAKEDIR=D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf”,
“MAKEFLAGS= “,
“NLSPATH=C:\Oracle\tuxedo12.1.3.0.0_VS2013\locale\C”,
“NUMBER_OF_PROCESSORS=4”,
“OH_STORE=c:\temp”,
“OS=Windows_NT”,
“Path=C:\Progra~1\Java\jdk-11.0.5\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Oracle\tuxedo12.1.3.0.0_VS2013\bin;C:\Oracle\tuxedo12.1.3.0.0_VS2013\jre\bin\server;C:\Oracle\tuxedo12.1.3.0.0_VS2013\jre\bin;C:\Program Files (x86)\Telelogic\Telelogic Synergy 6.5\bin;C:\Windows\system32;D:\Tools;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Python26;C:\Program Files\Git\cmd;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\SonarQube\build-wrapper-win-x86\build-wrapper-win-x86;C:\SonarQube\sonar-scanner-cli-4.2.0.1873-windows\sonar-scanner-4.2.0.1873-windows\bin;C:\Program Files (x86)\MSBuild;D:\fenix\girmeamo\Repos\Fenix\BuildTools\;D:\fenix\girmeamo\Repos\install\2019_11\bin;D:\fenix\girmeamo\Repos\install\2019_11\dll;D:\fenix\int\2019_11\bin;D:\fenix\int\2019_11\dll;D:\ThirdParty\misc_VS2013\dll;D:\ThirdParty\tipsipc_VS2013\shr;D:\ThirdParty\tipsipc_VS2013\bin;D:\ThirdParty\j2sdk1.4.2_16\bin;D:\ThirdParty\j2sdk1.4.2_16\jre\bin;C:\Oracle\tuxedo12.1.3.0.0_VS2013\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\\bin;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\bin;C:\python26;D:\tools;C:\perl;C:\Program Files\Git\cmd”,
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC”,
“PERL5LIB=D:\fenix\girmeamo\Repos\Fenix\BuildTools\PerlModules”,
“PROCESSOR_ARCHITECTURE=x86”,
“PROCESSOR_ARCHITEW6432=AMD64”,
“PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 2, GenuineIntel”,
“PROCESSOR_LEVEL=6”,
“PROCESSOR_REVISION=2d02”,
“ProgramData=C:\ProgramData”,
“ProgramFiles=C:\Program Files (x86)”,
“ProgramFiles(x86)=C:\Program Files (x86)”,
“ProgramW6432=C:\Program Files”,
“PROMPT=$P$G”,
“PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\;C:\Program Files\WindowsPowerShell\Modules\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\Storage\”,
“PUBLIC=C:\Users\Public”,
“QMCONFIG=D:\fenix\girmeamo\Tuxapps\QUE”,
“SESSIONNAME=RDP-Tcp#126”,
“SystemDrive=C:”,
“SystemRoot=C:\Windows”,
“TEMP=C:\Users\girmeamo\AppData\Local\Temp\17”,
“TMP=C:\Users\girmeamo\AppData\Local\Temp\17”,
“TUXAPPS=D:\fenix\girmeamo\Tuxapps”,
“TUXAPPS_LOCAL=D:\fenix\girmeamo\Tuxapps”,
“TUXCONFIG=D:\fenix\girmeamo\Tuxapps\TUXCONFIG”,
“TUXDIR=C:\Oracle\tuxedo12.1.3.0.0_VS2013”,
“TUXDIR_LOCAL=C:\Oracle\tuxedo12.1.3.0.0_VS2013”,
“TUX_FENIX_CONFIG=D:\fenix\girmeamo\Tuxapps\tuxfenixconfig.cf”,
“TXSQLSERVER=D:\fenix\int\2019_11\bin\txsqlserver_dbg.exe”,
“TXSQLSERVER_XML=D:\fenix\int\2019_11\bin\txsqlserver_xml_dbg.exe”,
“TXTEMPLATESERVER=D:\fenix\int\2019_11\bin\txtemplateserver2_dbg.exe”,
“ULOGPFX=D:\fenix\girmeamo\Tuxapps\log\ULOG”,
USERDNSDOMAIN=AP.TIETO.COM”,
“USERDOMAIN=AP”,
“USERDOMAIN_ROAMINGPROFILE=AP”,
“USERNAME=girmeamo”,
“USERPROFILE=C:\Users\girmeamo”,
“USER_TUXIPC=50165”,
“USER_TUXPORT=20135”,
“VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\”,
“VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\”,
“VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection”,
“windir=C:\Windows”,
“WSNADDR=//WSV000401:20135”,
FxRelVer=D2019_11”,
“_NMAKE_VER=12.00.21005.1”,
NO_DEBUG_HEAP=1"]},
{
“compiler”:“msvc-cl”,
“executable”:“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe”,
“cmd”: [
“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe”,
“/nologo”,
“/MDd”,
“/W3”,
“/Gy”,
“/GR”,
“/EHsc”,
“/Zi”,
“/Zc:wchar_t-”,
“/Od”,
“/GF”,
“/Zm116”,
“-DWINVER=0x0501”,
“-DOPTION_DOT_NET”,
“-DOPTION_PHOBOS_10”,
“-DOPTION_MFC”,
“-DOPTION_SYBASE”,
“-DVC_EXTRALEAN”,
“-DNDEBUG”,
“-D_WINDOWS”,
“-D_WINDLL”,
“-D_AFXDLL”,
“-D_MBCS”,
“-DVC_EXTRALEAN”,
“-D_CRT_SECURE_NO_DEPRECATE”,
“-D_CRT_NON_CONFORMING_SWPRINTFS”,
"-D_USING_V110_SDK71
”,
“-D_DEBUG”,
“-ID:\fenix\girmeamo\Repos\install\2019_11\include”,
“-ID:\fenix\int\2019_11\include”,
“-ID:\ThirdParty\tipsipc_VS2013\include”,
“-ID:\ThirdParty\misc_VS2013\include”,
“-ID:\ThirdParty\j2sdk1.4.2_16\include”,
“-ID:\ThirdParty\j2sdk1.4.2_16\include\win32”,
“-IC:\Oracle\tuxedo12.1.3.0.0_VS2013\include”,
“-ID:\thirdparty\expat-1.95.6\source\lib”,
“-IC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE”,
“-IC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include”,
“-IC:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\include”,
“-IC:\Program Files (x86)\Microsoft SQL Server\100\SDK\Include”,
“/Fe.\Test\diagreementconf_dbg.exe”,
“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\Test\precomp_dbg.obj”,
“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\Test\diagreementconf_dbg.obj”,
“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\Test\_verstub_dbg.obj”,
“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\Test\diagreementconf.res”,
“/Zi”,
“/link”,
“/IGNORE:4089”,
“/NODEFAULTLIB:libcmt.lib”,
“/NODEFAULTLIB:libc”,
“/MANIFEST”,
“/link”,
“/LIBPATH:D:\fenix\girmeamo\Repos\install\2019_11\lib”,
“/link”,
“/LIBPATH:D:\fenix\int\2019_11\lib”,
“/link”,
“/LIBPATH:D:\ThirdParty\misc_VS2013\lib”,
“/link”,
“/LIBPATH:D:\ThirdParty\tipsipc_VS2013\shr”,
“/link”,
“/LIBPATH:D:\ThirdParty\j2sdk1.4.2_16\lib”,
“/link”,
“/LIBPATH:C:\Oracle\tuxedo12.1.3.0.0_VS2013\lib”,
“/link”,
“/LIBPATH:D:\thirdparty\expat-1.95.6\staticlibs”,
“/link”,
“/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\LIB”,
“/link”,
“/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib”,
“/link”,
“/LIBPATH:C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib”,
“/link”,
“/LIBPATH:C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Lib\x86”,
“/link”,
“/SUBSYSTEM:WINDOWS”,
“/link”,
“/MACHINE:X86”,
“ruclass_dbg.lib”,
“rcclass_dbg.lib”,
“iaclass_dbg.lib”,
“fxclass_dbg.lib”,
“fxrcclass_dbg.lib”,
“fxiaclass_dbg.lib”,
“fxsecuritymode_dbg.lib”,
“txclass_dbg.lib”,
“bdclass_dbg.lib”,
“diagreementdisp_dbg.lib”,
“dioutstanddisp_dbg.lib”,
“user32.lib”,
“log4cxx_dbg.lib”],
“cwd”:“D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf\”,
“env”: [
“=C:=C:\Users\girmeamo”,
“=D:=D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf”,
“ALLUSERSPROFILE=C:\ProgramData”,
“APPDATA=C:\Users\girmeamo\AppData\Roaming”,
“APPDIR=D:\fenix\girmeamo\Tuxapps\bin”,
“BDMCONFIG=D:\fenix\girmeamo\Tuxapps\BDMCONFIG”,
“CLIENTNAME=WL353608”,
“CommonProgramFiles=C:\Program Files (x86)\Common Files”,
“CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files”,
“CommonProgramW6432=C:\Program Files\Common Files”,
“COMPUTERNAME=WSV000401”,
“COMSPEC=C:\Windows\system32\cmd.exe”,
“DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection”,
“FENIXDOMAIN_HOME=D:\fenix\girmeamo\tuxapps”,
“FENIX_BUILD=Developer”,
“FENIX_BUILDENV=Developer”,
“FENIX_BUILDSUBENV=dev”,
“FENIX_BUILD_TOOLS=D:\fenix\girmeamo\Repos\Fenix\BuildTools\”,
“FENIX_COMMON_CFG_DIR=D:\tools”,
“FENIX_CONFIGURATION=fendev”,
“FENIX_INSTALL=D:\fenix\girmeamo\Repos\install\2019_11”,
“FENIX_INSTALL_DIR=D:\fenix\girmeamo\Repos\install\2019_11”,
“FENIX_RELEASE=2019_11”,
“FENIX_SRC=D:\fenix\girmeamo\Repos\Fenix\”,
“FENIX_WA=D:\fenix\girmeamo\Repos\Fenix\”,
“FIELDTBLS32=fldtbl,printmodel_tbl,txclass_fldtbl,bm_fieldtbl,Usysfl32,tpadm”,
“FLDTBLDIR32=D:\fenix\girmeamo\Tuxapps;C:\Oracle\tuxedo12.1.3.0.0_VS2013\udataobj”,
“FP_NO_HOST_CHECK=NO”,
“FSCONFIG=D:\fenix\girmeamo\Tuxapps\TLOGDEVICE”,
“FXOLEDBMODE_INIT=D:\fenix\fxoledbmode_init.sql”,
“FX_LocalDB=DSN=SYS_OLTP;UID=girmeamo;PWD=amogirme”,
“FX_Login=girmeamo”,
“FX_Release=2019_11_DEV”,
“FX_RemoteDB=DSN=SYS_OLTP;UID=girmeamo;PWD=amogirme”,
“FX_SSRS_ServerName=139.157.156.194”,
“FX_SSRS_ServerPassword=tieto2010!”,
“FX_SSRS_ServerPort=80”,
“FX_SSRS_ServerURL=ReportServer/Pages/ReportViewer.aspx?/Devel/”,
“FX_SSRS_ServerUserName=group\fenprodrepser”,
“HOMEDRIVE=C:”,
“HOMEPATH=\Users\girmeamo”,
“JAVA_HOME=C:\Progra~1\Java\jdk-11.0.5”,
“JAVA_OPTS=”-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Xms32m -Xmx64m””,
“LOCALAPPDATA=C:\Users\girmeamo\AppData\Local”,
“LOGONSERVER=\\APDC01”,
“MAKEDIR=D:\fenix\girmeamo\Repos\Fenix\Logistics\Dispatching\diagreementconf”,
"MAKEFLAGS= ",
“NLSPATH=C:\Oracle\tuxedo12.1.3.0.0_VS2013\locale\C”,
“NUMBER_OF_PROCESSORS=4”,
“OH_STORE=c:\temp”,
“OS=Windows_NT”,
“Path=C:\Progra~1\Java\jdk-11.0.5\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Oracle\tuxedo12.1.3.0.0_VS2013\bin;C:\Oracle\tuxedo12.1.3.0.0_VS2013\jre\bin\server;C:\Oracle\tuxedo12.1.3.0.0_VS2013\jre\bin;C:\Program Files (x86)\Telelogic\Telelogic Synergy 6.5\bin;C:\Windows\system32;D:\Tools;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Python26;C:\Program Files\Git\cmd;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\SonarQube\build-wrapper-win-x86\build-wrapper-win-x86;C:\SonarQube\sonar-scanner-cli-4.2.0.1873-windows\sonar-scanner-4.2.0.1873-windows\bin;C:\Program Files (x86)\MSBuild;D:\fenix\girmeamo\Repos\Fenix\BuildTools\;D:\fenix\girmeamo\Repos\install\2019_11\bin;D:\fenix\girmeamo\Repos\install\2019_11\dll;D:\fenix\int\2019_11\bin;D:\fenix\int\2019_11\dll;D:\ThirdParty\misc_VS2013\dll;D:\ThirdParty\tipsipc_VS2013\shr;D:\ThirdParty\tipsipc_VS2013\bin;D:\ThirdParty\j2sdk1.4.2_16\bin;D:\ThirdParty\j2sdk1.4.2_16\jre\bin;C:\Oracle\tuxedo12.1.3.0.0_VS2013\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\\bin;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\bin;C:\python26;D:\tools;C:\perl;C:\Program Files\Git\cmd”,
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC”,
“PERL5LIB=D:\fenix\girmeamo\Repos\Fenix\BuildTools\PerlModules”,
“PROCESSOR_ARCHITECTURE=x86”,
“PROCESSOR_ARCHITEW6432=AMD64”,
“PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 2, GenuineIntel”,
“PROCESSOR_LEVEL=6”,
“PROCESSOR_REVISION=2d02”,
“ProgramData=C:\ProgramData”,
“ProgramFiles=C:\Program Files (x86)”,
“ProgramFiles(x86)=C:\Program Files (x86)”,
“ProgramW6432=C:\Program Files”,
“PROMPT=$P$G”,
“PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\;C:\Program Files\WindowsPowerShell\Modules\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\;C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\Storage\”,
“PUBLIC=C:\Users\Public”,
“QMCONFIG=D:\fenix\girmeamo\Tuxapps\QUE”,
“SESSIONNAME=RDP-Tcp#126”,
“SystemDrive=C:”,
“SystemRoot=C:\Windows”,
“TEMP=C:\Users\girmeamo\AppData\Local\Temp\17”,
“TMP=C:\Users\girmeamo\AppData\Local\Temp\17”,
“TUXAPPS=D:\fenix\girmeamo\Tuxapps”,
“TUXCONFIG=D:\fenix\girmeamo\Tuxapps\TUXCONFIG”,
“TUXDIR=C:\Oracle\tuxedo12.1.3.0.0_VS2013”,
“TUX_FENIX_CONFIG=D:\fenix\girmeamo\Tuxapps\tuxfenixconfig.cf”,
“TXSQLSERVER=D:\fenix\int\2019_11\bin\txsqlserver_dbg.exe”,
“TXSQLSERVER_XML=D:\fenix\int\2019_11\bin\txsqlserver_xml_dbg.exe”,
“TXTEMPLATESERVER=D:\fenix\int\2019_11\bin\txtemplateserver2_dbg.exe”,
“ULOGPFX=D:\fenix\girmeamo\Tuxapps\log\ULOG”,
USERDNSDOMAIN=AP.TIETO.COM”,
“USERDOMAIN=AP”,
“USERDOMAIN_ROAMINGPROFILE=AP”,
“USERNAME=girmeamo”,
“USERPROFILE=C:\Users\girmeamo”,
“USER_TUXIPC=50165”,
“USER_TUXPORT=20135”,
“VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\”,
“VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\”,
“VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection”,
“windir=C:\Windows”,
“WSNADDR=//WSV000401:20135”,
FxRelVer=D2019_11”,
“_NMAKE_VER=12.00.21005.1”,
“_NO_DEBUG_HEAP=1”]}]}

Hi @AmolGirme,

in fact I was wrong, sorry, you are affected by CPP-2295 which has also been fixed and will soon be released.

This is the cause of the failure.

Hello @mpaladin,
Is there any work-around for this issue.
Our trial license will expire on 26.11.2019 :frowning:

Hi @AmolGirme,

I can share with you an unreleased snapshot if you are keen to try.

Hello @mpaladin,
Yes please share.

Hi @AmolGirme,

I shared it with you in a private message.

Hello @mpaladin,
I did not receive any message.
My personal email is girme.amol@gmail.com

Hi @AmolGirme,

check the notifications on top right of community page, clicking on your avatar.