error of service configuration Real-time service BODS

hi everybody,

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.

is there anyone knows this error?

thanks,

best regards[/img]


louloute04 (BOB member since 2011-09-14)

help :cry:
i find no info of this topic on google


louloute04 (BOB member since 2011-09-14)

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.


Werner Daehn :de: (BOB member since 2004-12-17)

Hi Werner,

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.”

thanks,

best regards


louloute04 (BOB member since 2011-09-14)

It is possible due to the bad configuration RFC server interface?
because in my console, there is nothing in RFC server interface, is it normal?

Thanks,

best regards


louloute04 (BOB member since 2011-09-14)

right click on the page when you get this error, and see if there is a Java Stack trace printed in it, if yes, can you post the stack trace

the problem could be with escaping of the xml characters ( ', ", <, >) etc, the stack trace can tell from where this is happening


manoj_d (BOB member since 2009-01-02)

Hi,

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&amp;HISTORY=%2FDataServices%2Fservlet%2FAwASServicesStatusList%3Faccessserver-name%3Dswiapd0014%253A4000%26ACTIVE_VIEW%3DReal-Time%2BServices%2BConfiguration&amp;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]

louloute04 (BOB member since 2011-09-14)

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 ?


manoj_d (BOB member since 2009-01-02)

Hey manoj_d,

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. :nonod:


louloute04 (BOB member since 2011-09-14)

can you send admin.xml to me (email it to me at mdhyani at hotmail)


manoj_d (BOB member since 2009-01-02)

hi manoj_d,
i’ve sent the admin.xml to your mail, i hope i didn’t mistake.
thanks a lot,
best regards


louloute04 (BOB member since 2011-09-14)