Forum Discussion

Gaddam's avatar
Gaddam
Frequent Visitor
3 years ago
Solved

Error in ODBC or MongoDB

Hello Everyone,    I am trying to fetch the data from MongoDB through ODBC driver. List of collections are defined. Among them i am having issue with one collection. when i try to get data from tha...
  • Anonymous's avatar
    Anonymous
    3 years ago

    HI Gaddam,

    According to the error message, it seems like the issue is related to the connection string and ‘one or more parameters exceed the maximum allowed name length’. You can also take a look at the following document about limit on MongoDB if helps:

    MongoDB Limits and Thresholds — MongoDB Manual

    Regards,

    Xiaoxin Sheng