1. Start profileNamespace_dedi_repro.Altis on dedicated server
2. Join and start the mission
3. Look into server RPT and look for following lines:
profileNamespace getVariable "test" = <null>
profileNamespace getVariable "test" = *RANDOMSTRING*
It supposed to save this random string as "test" variable into profile namespace
4. Restart dedicated server, join and start mission again.
5. Look into RPT once more, you will see that
profileNamespace getVariable "test" = <null>
test variable is null again even though value is properly saved in vars.Arma3Profile on dedicated server.
If you repeat same test on non-dedicated server it will work fine.