Windows-R -> services -> enter
find DataFlex 19.1 WebApp Server .. *(your version of course)
right click -> Properties
Log On Tab
Type: Posts; User: starzen
Windows-R -> services -> enter
find DataFlex 19.1 WebApp Server .. *(your version of course)
right click -> Properties
Log On Tab
make sure to check under services the user used to run the DataFlex WebApp server service
you need to look at your connection string. it will either contain a user and password or the word Trusted_Connection. if Trusted then it will use the currently logged in user
in case of a webapp...
already replied to your email
if these two property lines are inside the procedure that would be incorrect
i just installed the 19.1 version from the install i sent you and i do not get these...
have you tried reregistering codejock? you would think a reinstall would do but ...
just working on recreating things like that. A simple deadlock is not hard. just use two diff records
user/program 1 creates a transaction and finds rec 1 and waits
then user/program 2 creates...
we do have utility functions to monitor locks to prevent things like that
i like to add a check after complex lengthy operations to ensure there are no accidental locks left
if you exit the...
yes the transaction was properly rolled back but the retry was not properly done
SQL
problem is not that they happen thats normal. Problem is how DF reacts on it
one issue i am investigating is that it looks like during an internal retry some of the data that was put into...
timeouts and deadlocks are of course part of a complex app.
Problem is DF has no real way to deal with them nor any doc on how it handles them internally and from what i can see in my testing it...
Would love to share once it is ready.
currently seeing some really odd response to a deadlock and the test programs seems to confirm it but more detail is needed to verify.
i think this may...
just to add over the years we have been fighting a number of weird issues regarding lock timeouts and deadlocks with DF.
Currently investigating another one that looks like there is something bad...
this is one of the reasons why we write most of our interfaces in C#. too many issues with DF and a number of them are timebombs that you often may not realize during dev
not that i know of.
what traffic are you looking at.
between database and RDP server it doesnt matter if you show it or not. if you dont use a constraint that can use the index or a sql filter or sql statement the...
that was 9.5.0.69
Sorry got busy with other things and forgot
did run the code in both 19.0 and 19.1 and both return the 122000ish on the second call
what you can do is to paint on an off screen bitmap and store that and then when you get a paint message only blit the effected area. You also have to change window class properties as DF by default...
not going to help if the classes behind it do not support it. Most of DFs classes will always do a full repaint. and if you were to implement all your drawing and erasing code yourself you'd have to...
havent seen the code but if they are separate DF objects it makes sense. if a window is partially or fully covered and needs partial or full repaint DF forces a full background erase followed by a...
we are using the syncfusion javascript
thats another option. this is one we are using
https://ej2.syncfusion.com/javascript/demos/#/material/diagram/default-functionalities.html
DF doesnt really have the needed tools to do something like this
DF also has almost no smart repainting for its controls. It generally for the most part always clears and repaints the full...
GetObj doesnt return a string, maybe thats why it isnt working
odd, if you have a test ws you can send it to me to test