No. same strange behavior in the demo database!
but I copied my database from localhost to our Server and recalculated the whole Excel-Sheet. There it also works with data.
But after 3 calculations (with all rules-not only the one mentioned above) PALO crashed on the server.
I looked in the palo.ini on the server and there are the following specifications:
#palo.ini created by Palo Server Setup
user-login
verbose info
log "D:\Daten\Paloserver\PaloServer.log"
data-directory "D:\Daten\Paloserver"
http 10.0.0.200 1235
template-directory "C:\Programme\Jedox\Palo-Server\Api"
cache-barrier 5000
cache-size 100000000
clear-cache 2
clear-cache-cells 1000
So I deactivated the cache size 0 entry on localhost and the problem with palo.data disappeared but not all calculations of my rules were executed. And above all after some calculations PALO crashed. (this problem I already discussed
here in the forum)
on localhost the palo.ini now looks like this:
cache-barrier 5000
cache-size 0
rule-cache-size 0
user-login
verbose info
log "C:\Programme\Jedox\Palo\Log\PaloServer.log"
http "127.0.0.1" 7777
template-directory "C:\Programme\Jedox\Palo\Api"
So now I don't know what to do. If I set the cache size to 0, PALO does not crash but this one rule is not calculated or I don't set the cache size to 0 and this one rule is calculated correct, but PALO crashes....
I have no idea...