Solved

Connect to MongoDB

  • 18 November 2021
  • 2 replies
  • 45 views

I'm trying to connect to MongoDB and load data  into Timextender

I have a ODBC driver setup, and test connection works.

In Timextender I have ODBC Generic Data setup, and test connection works and to Synchronize Data Source works as well.

But when I try to execute the data transfer from MongoDB into Timextender then I get an error.

 

icon

Best answer by Christian Hauggaard 31 January 2023, 07:54

View original

2 replies

Userlevel 3
Badge +3

As a workaround, you may test it with CData MongoDB provider.

Creating a support ticket to follow-up on error details.

Userlevel 6
Badge +5

As discussed in the support ticket, the following error messages were present:

' error: unexpected SUB at position 245

' error: unexpected STRING at position 342 near gr_notifications

A bug fix (12567) was released in 20.10.26 to handle the issue of Incorrect Accent grave sign in General ODBC setup. The Accent Grave type was character ' this has been changed to `. ODBC connections using the Accent Grave are update to use the new Single Quote.

Reply