Hello,
I am using Navision 2013 on Windows 2008 (R2) and I am trying jet express.
By using Data Source "Dynamics NAV 2013 and later (SQL Server)" and don´t have any problem.
But I need to use the Data Source "Dynamics NAV 2013 and later (Web Services)"
With this Data Source the Test Connection is OK.
I can choose the table, the fields but after the connection I get this error:
An unexpected error has occurred:
Der Index war außerhalb des Arraybereichs.
System.IndexOutOfRangeException
bei Jet.Data.JetDataSource.w[a](IList`1 A_0, Int32 A_1)
bei Jet.Data.Nav.NavWebServiceDataSource.j(do A_0)
bei Jet.Data.JetDataSource.ExecuteQuery(dq query)
bei Jet.JetDispatcher.a(du A_0, IJetDataSource A_1)
bei Jet.JetDispatcher.a(du A_0, Boolean A_1, Boolean A_2)
bei Jet.JetDispatcher.a(du A_0, Boolean A_1)
bei Jet.JetDispatcher.b(du A_0, Boolean A_1)
bei Jet.JetDispatcher.f(du A_0, Boolean A_1)
bei Jet.JetDispatcher.e(Object[] A_0)
Looking for help/support.
thanks,
Didier
4 comments
-
Jet Reports Historic Posts Hello Didier,
What version of Jet Express do you have installed (Jet ribbon > About)?
Does this only occur when you attempt to run a report against specific tables/fields or all tables/fields?
I would suggest enabling Jet Application Logging > reproducing the error > disabling Jet Application Logging and attaching a copy of the log file here.
To enable Jet Application Logging go to the Jet ribbon > Application Settings > Logging > check the box and provide a path for the log file.
Best regards,
MWilson -
Jet Reports Historic Posts Hello MWilson,
thank you for your Answer.
I´m using Jet Essentials (Jet Express) 2015 / Update 1 / 15.1.16098.0 / 32-bit
This problem occur with every tables/fields i have tried for example customer, location, sales Header etc…
Best regards
Didier -
Jet Reports Historic Posts Hello Didier,
Can you check to see if your Dynamics NAV Instance is configured for a Services Language other than "en-US"?
Does the same issue occur when you try to use a GL() function?
Do any of your company names contain special characters?
Best regards,
MWilson -
Jet Reports Historic Posts Hello,
I don´t have Services language configuration in my Dynamics NAV Instance !
We have some company names contain special characters. But this problem appears with another table without special characters
I will try if the same issue occur when I use a GL() function.
Thank you