Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
9 subscribers
Views
2332 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
HI All, I am trying to execute a stored procedure but while executing
sunnya527
A Score Level 2
over 10 years ago
HI All,
I am trying to execute a stored procedure but while executing it me an error "Process Diagram could not be opened. Unable to acquire a Read Connection". Can anybody help in it. Thanks in advance....
OriginalPostID-120203
OriginalPostID-120203
Discussion posts and replies are publicly visible
0
Tejas Kargutkar
Appian Employee
over 10 years ago
Check the app-sever log for more details on the issue.
Can you also provide a screenshot of where the issue is observed ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Besides reviewing Tejas's suggestion please run
<APPIAN_HOME>\\server\\_scripts\\diagnostic\\checkengine
it seems one of your engines is down.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sunnya527
A Score Level 2
over 10 years ago
Thanks tejus. Just attaching a screen shot for your reference. I also checked the logs it says as
Caused by: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:280)
at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:466)
at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:154)
at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:128)
at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:444)
... 8 more
Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
at oracle.net.ns.NSProtocol.connect(NSProtocol.java:385)
at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
... 17 more
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tejas Kargutkar
Appian Employee
over 10 years ago
Check if the appian-ds.xml has the correct configuration to connect to the Oracle database.
You can also confirm with your DBA to check if the configuration looks correct.
In addition, make sure that the oracle database is up. Can you connect to same database outside Appian. i.e Using a sqlplus etc
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel