2010 Jan 22 10:35 AM
Hi Gurus,
Have req , regarding send sms form SAP .... while check the BWBM its working fine.. receiving message but while excute the code receiving ERROR like "SAP Web Application Server Error".
Please guide me how to solve this error and if need some settings please guide where need to do...
Regards,
santosh
Edited by: santosh jajur on Jan 22, 2010 11:35 AM
Edited by: santosh jajur on Jan 22, 2010 11:53 AM
Edited by: santosh jajur on Jan 22, 2010 12:01 PM
2010 Jan 22 11:18 AM
Hallo,
Possible Error Sources
● The database is not running, or the database URL is incorrect
-> The problem can be solved using the Visual Administrator or by a manual modification of the data-sources.xml file
● Wrong user or password parameters
-> The problem can be solved via the Visual Administrator or by a manual modification of the data-sources.xml file.
● Maximum count of simultaneous connections to the database has been reached
-> To increase the maximum number of opened connections and/or the time to wait for a new connection you should change the DataSource properties in the Visual Administrator or manually modify of the data-sources.xml file.
● Problem with connection sharing if J2EE transaction is running
-> The problem is caused while in an active JTA transaction there is an inappropriate attempt to open a second connection. There is either an attempt to get a second connection from an un-shareable non-XA DataSource, or an attempt to get it from another non-XA DataSource.
Br,
Rajesh Gupta.
2010 Jan 22 11:18 AM
Hallo,
Possible Error Sources
● The database is not running, or the database URL is incorrect
-> The problem can be solved using the Visual Administrator or by a manual modification of the data-sources.xml file
● Wrong user or password parameters
-> The problem can be solved via the Visual Administrator or by a manual modification of the data-sources.xml file.
● Maximum count of simultaneous connections to the database has been reached
-> To increase the maximum number of opened connections and/or the time to wait for a new connection you should change the DataSource properties in the Visual Administrator or manually modify of the data-sources.xml file.
● Problem with connection sharing if J2EE transaction is running
-> The problem is caused while in an active JTA transaction there is an inappropriate attempt to open a second connection. There is either an attempt to get a second connection from an un-shareable non-XA DataSource, or an attempt to get it from another non-XA DataSource.
Br,
Rajesh Gupta.
2010 Jan 22 12:04 PM
Rajesh,
Thanks for reply,
Need to know where can see the settings of Visual Administrator in sap .....
Regards,
santosh.s.jajur