Question about ActivateFromFile method?

Hi;I have use java with v3.2.2 to develop,but i got different behavior in windows and linux when i use ActivateFromFile method.My pc disconnected to the Internet,both os can work fine when i use ActivateFromFile method.But connected to the Internet,I got "Failed to activate. in windows but it still work on Linux.

Thanks!

I'll look into this. How are you testing the "disconnected" Windows computer? Are you right clicking the device in the Networking Connections and clicking "Disable" (i.e. disabling the driver and thus telling Windows the device no longer exists)?

Or are you doing something closer to what users will actually experience? Namely, unplugging the ethernet connection. Or disabling the router. Or unplugging the modem.

How are you testing the "disconnected" Windows computer? ==>YESunplugging the ethernet connection ==> YES

I have implement a java command line tool base on LimeLM API and try to give my costumer to do offline activated in windows and Linux.but when I use "ActivateFromFile " method than i got different behavior ("Failed to activate." in windows but it work on Linux) and it confuse to me.which one is correct behavior.

when disconnected network to do offline activated,both window and linux have same behavior.

when "connected" network to do offline activated, than "Failed to activate" in windows but it work on Linux.(it mean can activated)

There might be a bug in the Windows version when the activation request is generated when the internet is connected and then the activation response is used when the internet is disconnected. We'll have to look into why this is the case (or what's happening).

I'll keep you posted.