#1
|
||||
|
||||
![]()
Any idea what would cause our channel to have 10 errors like this...
TypeError: Cannot find function executeCachedQuery in object com.mirth.connect.server.userutil.DatabaseConnecti on@2bee2f78.? |
#2
|
||||
|
||||
![]()
Is there a more complete stacktrace? Please also share the code you're using, maybe the parameters being passed in aren't correct.
__________________
Step 1: JAVA CACHE...DID YOU CLEAR ...wait, ding dong the witch is dead? Nicholas Rupley Work: 949-237-6069 Always include what Mirth Connect version you're working with. Also include (if applicable) the code you're using and full stacktraces for errors (use CODE tags). Posting your entire channel is helpful as well; make sure to scrub any PHI/passwords first. ![]()
|
#3
|
||||
|
||||
![]()
They have already been re-processed. Even if the parameter was bad it still would have been a javascript string.
It is created like this... var sequence = "SELECT " + schemasequence + ".NEXTVAL FROM DUAL"; var crs = c.executeCachedQuery(sequence); ...which means the function signature should still have matched. Oh well, I will keep my eye out if this happens again. |
![]() |
Thread Tools | |
Display Modes | |
|
|