Autor: RM
Data: 2020-07-14 17:02:07
|
Hi.
Testing with the following application:
\\01SQL\PRIFAS-RHUM\PPFDB75\BIN\CLIENT\WINX86\PSTOOLS.exe
The following errors occur:
[APP v3980 |W32] 2020.07.13 09:22:02: 1778: : :CreateProcessA: process creation failed (cperr=6), lpAppName=[] lpCommandLine=[r:\PPFDB75\cblbin\PTPEMAIN.EXE DB2ODBC/PPFDB/MMR6174/MM7243/PS_REQ998/11822243]
[APP v3980 |W32] 2020.07.13 10:22:04: 1778: : :CreateProcessA: process creation failed (cperr=6), lpAppName=[] lpCommandLine=[r:\PPFDB75\cblbin\PTPEMAIN.EXE DB2ODBC/PPFDB/MMR6174/MM7243/PS_REQ998/11822304]
[APP v3980 |W32] 2020.07.13 10:44:45: 1778: : :CreateProcessA: process creation failed (cperr=6), lpAppName=[] lpCommandLine=[r:\PPFDB75\cblbin\PTPEMAIN.EXE DB2ODBC/PPFDB/MMR6174/MM7243/PS_PO998/11822352]
Any idea on what might be happening?
Thanks in advance.
|
Autor: Jacek (staff)
Data: 2020-07-21 13:44:24
|
Hi,
Please check if disk R: is accessible for Administrator or the Windows user Winflector is configured to use when starting application.
If not, make it accessible. If yes, we need the pstools.exe app to test it.
|
Autor: RM
Data: 2020-08-07 18:37:47
|
Hi.
Thanks for your reply.
You were right.
disk R: was not accessible so i defined the proper network share mapping and now it does but a new error arised.
For tapplog:
[APP v3980 |W32] 2020.08.07 08:48:34: 1578: 00:user1 :OPTS: GCSON0 VKN1 CMF1 CHO0 DRX0 DXDBG0 DXFD0 KLSO0 RSO0 NIC0 MFS0 SEC1[APP v3980 |W32] 2020.08.07 08:48:35: 1c54: : :Application started. Cnetlib ver 3.9.8.0 2020-06-01 14:50:42. Module [\\01SQL\PRIFAS-RHUM\PPFDB75\BIN\CLIENT\WINX86\PSTOOLS.exe]. ActCtx [DEF OUR ][APP v3980 |W32] 2020.08.07 08:49:49: 1594: : :Application started. Cnetlib ver 3.9.8.0 2020-06-01 14:50:42. Module [r:\PPFDB75\cblbin\PTPEMAIN.EXE]. ActCtx [DEF OUR ][APP v3980 |W32] 2020.08.07 08:49:49: 1594: : :Error 23: Cannot create. Loc [ClsConsole::ClsConsole] Info [Console not supported in desktop mode] SysErr [0] Mod [r:\PPFDB75\cblbin\PTPEMAIN.EXE]
For trmactiv:
[TSV3980 ] 1287 2020.08.07 08:17:23 ERR:4506, NUM:2221 DSCR:"NETAPI: error while getting user info"[TSV3980 ] 0381 2020.08.07 08:46:37 ERR:4502, NUM:0 DSCR:"NETAPI groups error code"[TSV3980 ] 3062 2020.08.07 08:46:50 <00000> [GMJ] ERR:4502, NUM:0 DSCR:"NETAPI groups error code"[TSV3980 ] 5726 2020.08.07 08:46:54 <00000> [GMJ] INF:21, NUM:8760 DSCR:"\\01SQL\PRIFAS-RHUM\PPFDB75\BIN\CLIENT\WINX86\PSTOOLS \\01SQL\PRIFAS-RHUM\PPFDB75\BIN\CLIENT\WINX86"
|
Autor: Bozena (staff)
Data: 2020-08-10 10:42:07
|
Please pack all server log files and send us to support@winflector.com.
|
Autor: RM
Data: 2020-08-10 17:03:56
|
Hi. As requested all server logs were submitted today. Thanks.
|
Autor: Bozena (staff)
Data: 2020-08-12 15:54:36
|
It seems you try to run a console application via HTML5 client. Console applications run via native Windows client only.
|
Autor: RM
Data: 2020-08-13 01:35:45
|
I don't quite understand. Peopletoos is an application that run different kinds of modules as Cobol console applications. I am running the main app as GUI without problems until an specific transaction needs to call one of its console modules (ptpemain.exe). In that moment the Cobol console app fail to run . I did the test with both winflector client and internet browser with the same outcome. What [Console not supported in desktop mode] means? It is a system error message or a winflector error message?
Specifying application options in guiapp.cfg
configuration file maybe an alternative?
|
Autor: Jacek (staff)
Data: 2020-08-14 17:31:56
|
"Console not supported in desktop mode" is Winflector error. It means application tries to create Windows console window (AllocateConsole()) while run via browser or Android clinet. Console remoting is supported only for Winflector native Windows client: gte.exe/wfc.exe
|