Stecal I have read the cookbooks, I have a way to name the report server I think it's worth to mentioning.

What I do is set a variable

REPSERVER=rep_simdessap

in $ORACLE_HOME/forms90/server/default.env

then in the reports I use pl/sql code to get this servername

tool_env.getvar('REPSERVER', l_repserver);

So if one day the servername changes I will modify REPSERVER to something else

greets