Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

While sending Sms from sap Error

Former Member
0 Likes
613

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
505

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.

2 REPLIES 2
Read only

Former Member
0 Likes
506

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.

Read only

0 Likes
505

Rajesh,

Thanks for reply,

Need to know where can see the settings of Visual Administrator in sap .....

Regards,

santosh.s.jajur