I have a problem when i’m doing the configuration of the real-time service. when i choose un job in the browse jobs, it says ‘The reference to entity “quo” must end with the ‘;’ delimiter.’
so i can’t creat a new service for my job real tiem.
In the config directory you will find the admin.xml file. Can you check if it is still valid? Make it valid?
In worse case you delete it altogether but then have to configure the Management Console and all realtime related things again.
thanks for your help.
i’m waiting for the access to connecter to the server of BODS, and how i can check the file Admin.xml is valid or not?
shoud i look for “quo” what is noted in l’error? “The reference to entity “quo” must end with the ‘;’ delimiter.”
i click right on the page of this error,i can only find the code source of the page, i don’t know what’s the Java Stack trace and how i can finf it?
in the source code, we can see the message of the error:
[i]<td class="selectedTab" nowrap background="../images/tab_sel_center.gif" >
<a class="selectedTab" href="/DataServices/servlet/AwASServicesConfiguration?accessserver-name=swiapd0014%3A4000&HISTORY=%2FDataServices%2Fservlet%2FAwASServicesStatusList%3Faccessserver-name%3Dswiapd0014%253A4000%26ACTIVE_VIEW%3DReal-Time%2BServices%2BConfiguration&ACTIVE_VIEW=Real-Time+Service+Configuration">Real-Time Service Configuration</a></td>
<td class=viewcontrollertabs><img border=0 src="../images/tab_sel_right.gif"></td>
</tr></table></td></tr>
<tr bgcolor="#7997CD" >
<td height="2px" class="viewfont" VALIGN=CENTER width="100%">
</td>
</tr><tr><td CLASS=viewcontrollermain>
<div id="tipDiv" class="tipdiv"></div>
<span class="viewMessage">The reference to entity "quo" must end with the ';' delimiter.</span><br>
<span class="viewMessage">[/i]
view source will open the code in notepad, do a search for com.acta
you will get this error is the " is not escaped properly in the XML file, " is a XML character and if you want to include this as part of your data then this will be escaped as quot; for some reason in the XML file its only quo and causing this error
On the DS WebServer machine (where tomcat of Management Console is running) go to %LINK_DIR%\conf folder
and double click on admin.xml file, this will open the file in IE, check if IE reports the same error, if yes, then open this file in notepad and search for quo and see if you can fix that
also, go to the Access server machine and go to access server folder and open AS.xml and do the same thing as done for Admin.xml
do you have any job name that has " has in its name or did you create a service with including " in the name ?
Thanks for your info.
I’have tried to open the file admin.xml in IE 8, but i can only see the code but not the page, and in the code i can’t find the error like ‘quo’ or ‘quot’.
also in the file as.xml, i didn’t find the error.