ulrich.fuchs
15th March 2012, 00:47
Does anyone know, where the fallbacks scenarios of the webhelp setup are stored? I think I somehow hit a bug and basically my fallback scenarios are gone. What's worse, I can't create new ones, and I get a NullPointerException with whatever I am doing in that "Fallback Scenario" screen. The dropdown-box where I should have the fallback-scenario-type (language-version etc..) is empty.

Any idea how I can get back that screen? I suppose some XML file somewhere is missing, but where?
Any help greatly appreciated!

Uli

Juergen
15th March 2012, 09:42
Hi Uli,

please check the WebtopProperties.xml file in the Webtop/config directory.
There should be some entries like
</CATEGORY>
<CATEGORY NAME="Fallbacks">
<PROPERTY NAME="baanerp.B61Ua3stnd">B61Uastnd</PROPERTY>
<PROPERTY NAME="baanerp.B61Caxyz">deleted</PROPERTY>
<PROPERTY NAME="eboks.fallbackorder">language.version</PROPERTY>
<PROPERTY NAME="baanerp.B61Caxy*">deleted</PROPERTY>
<PROPERTY NAME="baanerp.B61C*">deleted</PROPERTY>
<PROPERTY NAME="baanerp.B61Uastnd">deleted</PROPERTY>
<PROPERTY NAME="baanerp.B61Ca*">B61Uastnd</PROPERTY>
<PROPERTY NAME="baanerp61.Uastnd">B61a</PROPERTY>
<PROPERTY NAME="baanerp.*">B61a</PROPERTY>


Regards,
Juergen

ulrich.fuchs
15th March 2012, 16:42
Thank you very much, indeed the XML structure in that file was broken. After correcting it based on a working installation I have the screen back.

Thanks again
Uli