Originally Posted by Marcel_Cox
|
|
I assume the issue is the \(hans\) string in the user name. The name parsing code of the gateway isn't very clever and doesn't know about quoting characters. Best is to avoid backslah characters in the From or Subject fields.
|
Thx,
will update my reader. Have done this in HTTP.
The problem was (and is). I want to delete GW-accounts but want to preserve the eDirectory account, using GW8 SP1. (build 88138)
This should be possible with User.Delete(eadGW) (eadGW=1)
When I do that, I get Access Violation at address 10051E1F in module gwadm1.dll. read of address 00000000
The same function User.Delete(eadBothNDSandGW) (eadBothNDSandGW=2)
works fine, but the eDirectory account is also deleted.
This works fine with GW 7.02, is this another error in GW8 (sp1)??
Hans