Probably because it fails to save the file to the disk. Make sure you pass a path is writeable by your app. It's always best to use absolute paths.
I keep getting ActivateFromFile fail for no real reason.
I call PDetsFromPath, CheckAndSavePKey but ActivateFromFile always seems to return TA_FAIL.This is on Linux amd64.
Am I doing something wrong here?
Probably because it fails to save the file to the disk. Make sure you pass a path is writeable by your app. It's always best to use absolute paths.
I tried absolute paths and I still can't get it to not return TA_FAIL. Looking in strace it opens the xml file succesfully. I am able to send you a reproducable test case if you want.
Yes, we do want. Please send it to support@wyday.com
Everything works on Windows, we're trying it on Linux shortly. In the "obe-gen.c", did you try using an absolute path to a known writeable directory when calling ActivationRequestToFile()?