Thread: IW 14.2.6 and ISAPI
|
Replies:
5
-
Last Post:
Feb 5, 2018 5:12 PM
Last Post By: Alexandre Machado
|
|
|
Posts:
80
Registered:
8/7/07
|
|
Hi,
I have updated to IW 14.2.6 from 14.1.8 and now a ISAPI DLL app stops
working after a few minutes(Error 500), I have tested on both Berlin
Update 2 and Tokyo 10.2.2 with same results, reverting back to 14.1.8
makes de app works ok with no problems.
Any hints or setting to set to help identify the change version issue
with my app.
Thanks in advance,
Omar Zelaya
|
|
|
Posts:
68
Registered:
9/24/01
|
|
I have been working through some similar issues but I am not sure if they are related to the iw version.
Alex had us put this line in the dpr to turn off some of the new things they were doing in version 14.2. (note you will also need add IWServerControllerBase in the uses section of the dpr.)
begin
TIWServerControllerBase.DisableFixupPatch := True;
IWRun;
end.
If adding that line solves your issue, then you will need to have Alex assist you to find the problem real problem
|
|
|
|
Posts:
80
Registered:
8/7/07
|
|
El 1/2/18 a las 2:08 p. m., Joel Zimmer escribió:
begin
TIWServerControllerBase.DisableFixupPatch := True;
IWRun;
end.
If adding that line solves your issue, then you will need to have Alex assist you to find the problem real problem
Hi,
Going to give it a try.
Thanks
|
|
|
|
Posts:
80
Registered:
8/7/07
|
|
El 1/2/18 a las 8:11 p. m., Omar Edgardo Zelaya Medrano escribió:
Hi,
Going to give it a try.
Thanks
Hi,
Making the changes to the dpr file has made my app estable now as it was
with previous 14.1.x version.
Now what? how can I find out what the real issue is with 14.2.x and my
ISAPI app?
Thanks in advance,
Omar Zelaya
|
|
|
|
Posts:
68
Registered:
9/24/01
|
|
|
|
|
Posts:
1,754
Registered:
8/10/13
|
|
Now what? how can I find out what the real issue is with 14.2.x and my
ISAPI app?
This switch will make it work as before 14.2.x (regarding some multi-thread improvements). We are still investigating it. I suspect that something else (maybe some 3rd party code), or something unusual causes it to fail. I've just sent you an e-mail so we can get more data to find out the cause.
Kind regards
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us