Hi PB users,
We try to solve a crash problem with PB 2019 R2, that occurs in the constructor event of a user object instantiated by a window running with MS windows server 2019 and task scheduler with "Run whether user is logged on or not" mode.
Without the task scheduler, the windows opens normally.
We cannot reproduce this problem on our own severs. Other client do not have this problem.
The crash only occurs on this window which creates a lot of datastore.
ids_credline_detail = CREATE u_ds_standard
ids_credline_detail.uf_init ("rw_credline_detail")
ids_credline_detail.Reset ()
With PBDEBUG we can see that PB stops on the reset.
Executing instruction at line 48
Executing instruction at line 49
Executing object function RESET for class U_DS_STANDARD, lib entry U_DS_STANDARD
Executing system dll function
There is no overwrite into reset event, it's the standard reset. And there is no DLL call on our side at this point.
We Try :
- heapsize solution into registry : SharedSection=1024,20480,16384
- [DataStore Behavior]
UseHwnd=no
- Disablebind 0/1
- Ms Installation of C++ redistribualbl 2015-2019
An idea would be welcome to solve this very strange case. Thank you in advance.
Pierre