Skip to Content
0
Dec 05, 2006 at 09:53 AM

Unable to read configuration data (ExchangeProfile/aii.properties)

18 Views

I didn't find an exhaustive solution to this problem I just faced, so here's mine.

Paradoxically, the real problem behind this <i>funny message</i> can be obtained by opening the exchangeProfile istelf! Yes, open your browser and go to

http://<your_xi_box_hostname>:<your_xi_box_http_port>/exchangeProfile

At least in my case, this page was not working, and over there I found the reason why: "max number of 100 conversation excedeed"...

Basically the J2EE stack doesn't manage to contact the ABAP stack (don't know to do what exactly in this case but, you know, they just keep on talkin' to each other...), because the default max value of allowed cpic conversations is 100...

So, <i>setting an environment variable</i>

CPIC_MAX_CONV

to a higher value (e.g. 5000) for the <sid>adm os user does the trick.