VoiceGuide IVR Software Main Page
Jump to content

Postgres Query Error

Recommended Posts

Can You help to understand what is wrang when VG returned this:

205857.418  85   7   3       db    odbc  DataAdapter.Fill init.
205857.418  85   7   3       db    odbc  DataAdapter.Fill call.
205857.438  85   7   3       db    odbc  DataAdapter.Fill returned. tsFillTime=00:00:00.0190019
205857.438  85   7   3 ERROR v7.4.5546.36085 (09-Mar-15 20:02:50.85) ConnectAndRun_Odbc : DataTableReader Cannot be created. There is no DataTable in DataSet.

   at System.Data.DataSet.CreateDataReader()
   at (Object )
   at ..()
205857.438  85   7   3       db    completed.  SqlQueryType=ERROR, RowsCount=0, sRv=
205857.438  85   7   3       db    completed. iRunWait=1, WavPlayWasStarted=0, WavPlayHasNowFinished=0
205857.438  85   7   3       db    completed. strError=DataTableReader Cannot be created. There is no DataTable in DataSet.
205857.438  85   7   3       path {DataTableReader Cannot be created. There is no DataTable in DataSet.} not found

Share this post


Link to post

Looks like the ODBC driver used here could not process the request and returned an error.

 

Looking at ODBC driver's logs may give more information as to what the actual issue was.

Share this post


Link to post

If you can advise in more detail what type of SQL command was issued to database we can then have a closer look at this.

Was this SQL command a call to a stored procedure or some other non-commonly used statement?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×