Hi Luis,
I ran into this problem too. In order to solve it I had to add a new Database element to the siremis/metadata/Config.xml file with the Name attribute set to Default and pointing to your openser database. I don't know the reason of having two Databases elements pointing to the same databases though.
Best regards,
Santi
2009/9/30 Luis Guaman luis.guaman@interlancompu.com
Hi,
When we tried to run a Siremis Chart got the following error message:
“Open Flash Chart
JSON Parse Error [Syntax Error]
Error at character 0, line 1:
0: <body style='font-family:Arial; font-size:12px; background-color:#FCFCFC;'>Error m”
Some help??
Atentamente,
Luis Guamán
Desarrollo de Negocios
República 396 y Diego de Almagro
Ph:+593.2.2526585
Cel:+593.9.4264354
Quito - Ecuador
[image: logoReducido]
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Hello,
Santiago Gimeno wrote:
Hi Luis,
I ran into this problem too. In order to solve it I had to add a new Database element to the siremis/metadata/Config.xml file with the Name attribute set to Default and pointing to your openser database. I don't know the reason of having two Databases elements pointing to the same databases though.
one is used by the core framework (e.g., for authentication of users to siremis), the other one is for kamailio specific extensions (e.g., access to kamailio tables). Will try to make it better documented in the future.
Best regards, Ramona
Best regards,
Santi
2009/9/30 Luis Guaman <luis.guaman@interlancompu.com mailto:luis.guaman@interlancompu.com>
Hi, When we tried to run a Siremis Chart got the following error message: “Open Flash Chart JSON Parse Error [Syntax Error] Error at character 0, line 1: 0: <body style='font-family:Arial; font-size:12px; background-color:#FCFCFC;'>Error m” Some help??
Thanks Santiago, now it works great!
siremis/metadata/Config.xml with changes:
<?xml version="1.0" standalone="no"?>
<Config>
<DataSource>
<Database Name="Default" Driver="Pdo_Mysql" Server="x.x.x.x" DBName="openser" User="openser" Password="xxxx" />
<Database Name="Siremis" Driver="Pdo_Mysql" Server="x.x.x.x" DBName="openser" User="openser" Password="xxxx" />
</DataSource>
</Config>
De: Santiago Gimeno [mailto:santiago.gimeno@gmail.com] Enviado el: Jueves, 01 de Octubre de 2009 4:27 Para: Luis Guaman CC: users@lists.kamailio.org Asunto: Re: [Kamailio-Users] Siremis JSON error
Hi Luis,
I ran into this problem too. In order to solve it I had to add a new Database element to the siremis/metadata/Config.xml file with the Name attribute set to Default and pointing to your openser database. I don't know the reason of having two Databases elements pointing to the same databases though.
Best regards,
Santi
2009/9/30 Luis Guaman luis.guaman@interlancompu.com
Hi,
When we tried to run a Siremis Chart got the following error message:
Open Flash Chart
JSON Parse Error [Syntax Error]
Error at character 0, line 1:
0: <body style='font-family:Arial; font-size:12px; background-color:#FCFCFC;'>Error m
Some help??
Atentamente,
Luis Guamán
Desarrollo de Negocios
República 396 y Diego de Almagro
Ph:+593.2.2526585
Cel:+593.9.4264354
Quito - Ecuador
logoReducido
_______________________________________________ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users