Hi All,
Even now I am still not able to add the users as I get this error when I am trying..
[root@mkd149633 sbin]# openserctl add wipro1 wipro1 wipro1@presence.mkd149633.wipro.com This command requires a database engine - none was loaded [root@mkd149633 sbin]# pwd /usr/local/sbin [root@mkd149633 sbin]#
There seems to be some problem in opening the connection to the mysql database. I have done the changes in openserctlrc file which is under /usr/local/etc/openser directory.
Please let me know what could be the problem. Is there any other workaround to add 1 0r 2 users for testing purpose.
Thanks in advance.
Regards, Kiran.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Hi Kiran,
locate the openserctlrc file and enable mysql as DB support for openserctl.
regards, bogdan
kiran.bkumar@wipro.com wrote:
Hi All,
Even now I am still not able to add the users as I get this error when I am trying..
[root@mkd149633 sbin]# openserctl add wipro1 wipro1 wipro1@presence.mkd149633.wipro.com This command requires a database engine - none was loaded [root@mkd149633 sbin]# pwd /usr/local/sbin [root@mkd149633 sbin]#
There seems to be some problem in opening the connection to the mysql database. I have done the changes in openserctlrc file which is under /usr/local/etc/openser directory.
Please let me know what could be the problem. Is there any other workaround to add 1 0r 2 users for testing purpose.
Thanks in advance.
Regards, Kiran.
Hi All,
Thanks for all your suggestions, but even after checking all this I am still not able to add users :(
I have listed what all I have done below,
1. Got the source code by svn
2. did a make all and make install
3. Installed database using mysqldb.sh script from openser/scripts directory
4. changed openserctlrc which is there in the same directory openser/scripts
5. changed openser.cfg which is there is openser/etc/
6. I am able to start openser using this cfg file,
7. when I add fifo="/tmp/openser_fifo", the openser does not restart (says bad config file)
8. try to add users using openserctl, it says, no database engine loaded
Can you please tell me where I am going wrong and also send if there is a detailed installation and configuration document.
Thanks in advance,
Kiran.
-----Original Message----- From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro] Sent: Thursday, May 24, 2007 11:25 PM To: Kiran B Kumar (WT01 - Testing Services) Cc: users@openser.org Subject: Re: [Users] Not able to add users
Hi Kiran,
locate the openserctlrc file and enable mysql as DB support for openserctl.
regards,
bogdan
kiran.bkumar@wipro.com wrote:
Hi All,
Even now I am still not able to add the users as I get this error when
I am trying..
[root@mkd149633 sbin]# openserctl add wipro1 wipro1
wipro1@presence.mkd149633.wipro.com
This command requires a database engine - none was loaded
[root@mkd149633 sbin]# pwd
/usr/local/sbin
[root@mkd149633 sbin]#
There seems to be some problem in opening the connection to the mysql
database. I have done the changes in openserctlrc file which is under
/usr/local/etc/openser directory.
Please let me know what could be the problem. Is there any other
workaround to add 1 0r 2 users for testing purpose.
Thanks in advance.
Regards,
Kiran.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
On Freitag, 25. Mai 2007, kiran.bkumar@wipro.com wrote:
Hi All,
Thanks for all your suggestions, but even after checking all this I am still not able to add users :(
I have listed what all I have done below,
Got the source code by svn
did a make all and make install
Installed database using mysqldb.sh script from openser/scripts
directory
- changed openserctlrc which is there in the same directory
openser/scripts
changed openser.cfg which is there is openser/etc/
I am able to start openser using this cfg file,
Hello Kiran,
if you have done "make install", you should be able to use the system wide installed openser scripts and config files.
- when I add fifo="/tmp/openser_fifo", the openser does not restart
(says bad config file)
The error message in from the openserctl tool is obselete, the right parameter are:
loadmodule "mi_fifo.so" (adapt the path) modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo")
I'll fix the message later.
You'll find these parameters also in the example config and the openser documentation wiki in the "openser cookbook".
- try to add users using openserctl, it says, no database engine loaded
Have you add the mysql module to your openser config? Do you get error messages from the database in the log?
Henning
Hi All,
Thanks to many of your responses, I was able to get the mysql connection working with the OpenSER and now I have configured the openser to work as a presence server.
I have openIMS running on the linux machine, on which the openser is also installed.
My question now is how to use this openser to work as a presence server with the openims.
Please help me with some documentation links or with your experiences.
Thanks,
Kiran.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Hi Klaus,
I have configured the openims such that the application server is the address of the presence server. But how do I know if the IMS is trigerring the subscribe on receipt of the Register message from the user.
I have set the trigger criteria based on the request uri.
Please help !!!
Thanks, Kiran.
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Tuesday, May 29, 2007 5:02 PM To: Kiran B Kumar (WT01 - Testing Services) Cc: henning.westerholt@1und1.de; users@openser.org Subject: Re: [Users] How to use OpenSER as PRESENCE Server
kiran.bkumar@wipro.com wrote:
My question now is how to use this openser to work as a presence
server
with the openims.
Configure OpenIMS to forward SUBSCRIBE and PUBLISH requests to the presence server.
regards klaus
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Please aks on the OpenIMS list. I have never used openIMs.
regards klaus
kiran.bkumar@wipro.com wrote:
Hi Klaus,
I have configured the openims such that the application server is the address of the presence server. But how do I know if the IMS is trigerring the subscribe on receipt of the Register message from the user.
I have set the trigger criteria based on the request uri.
Please help !!!
Thanks, Kiran.
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Tuesday, May 29, 2007 5:02 PM To: Kiran B Kumar (WT01 - Testing Services) Cc: henning.westerholt@1und1.de; users@openser.org Subject: Re: [Users] How to use OpenSER as PRESENCE Server
kiran.bkumar@wipro.com wrote:
My question now is how to use this openser to work as a presence
server
with the openims.
Configure OpenIMS to forward SUBSCRIBE and PUBLISH requests to the presence server.
regards klaus
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com