API Support Forum
OEC API > API Support > FailReason_SoftwareNotPermitted
Author Topic: FailReason_SoftwareNotPermitted
(2 messages, Page 1 of 1)
Moderators: VPfau
CChen15
Posts: 121
Joined: Jul 23, 2009


Posted: Apr 12, 2017 @ 02:56 PM             Msg. 1 of 2
Hello.

OECAPICOM 3.5.14.6 prod

When I try:
Call .Connect(...)there all are OK & I get following sequence of events:
OnLoggedUserClientsChanged
OnLoginComplete
Then I try:Call .Disconnectgetting:OnDisconnected(unexpected = False)


and, nothing touching, don't closing application, a little time later again:
Call .Connect(...)getting:OnLoginFailed(reason = FailReason_SoftwareNotPermitted) ' = 8
OnDisconnected(unexpected = False)

It needs to close app and try connect again for successful login.However, the second and all next tries are always false.

What I do wrong?

Thank you.
.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Chen Hua, Russia
CChen15
Posts: 121
Joined: Jul 23, 2009


Posted: Apr 12, 2017 @ 04:04 PM             Msg. 2 of 2
I'm sorry for the fuss.

By my own oversight, there was not deleted the statement, that cleared UUID after first disconnect. It happened on modifying and copying large chunks of code :)

Please, mark the topic as solved or close it at all.
.