Has anyone seen this error trying to connect to Su...
# suitescript
c
Has anyone seen this error trying to connect to SuiteAnalytics Connect (I'm using datagrip but that shouldn't matter)? DBMS: OpenAccess (ver. 08.10) Case sensitivity: plain=mixed, delimited=mixed Driver: OpenAccess (ver. 8.1.00.0147, JDBC4.0) Ping: 500 ms [NetSuite][SuiteAnalytics Connect JDBC Driver]A client info name specified is not recognized by the driver : ApplicationName.
My connection string and I have the latest driver from NS. jdbc:ns://NS_ACCOUT_ID.connect.api.netsuite.com:1708;ServerDataSource=NetSuite2.com;Encrypted=1;NegotiateSSLClose=false;CustomProperties=(AccountID=NS_ACCOUT_ID;RoleID=1248) I made a custom role with the follow permissions:
m
I had this too in data grip. It's only an error when you test the connection but the actual connection works fine. But to prevent the error, edit the driver options and untick "Send Application Info"
c
Thanks @michoel
Still getting this error when running a query though
m
But the query is still running?
Did you uncheck this?
c
I have now! thanks again 😄
@michoel Did you manage to get intellisense to work?
m
Yup works well enough for me. Did you select the schema?
c
Maybe it's already working - I was looking for it to work with the Item table but I've just realised that I can't see Item (although I can still query it?). Could be a permissions issue maybe.
I also notice aggregateItemLocation is not visible (but I can query that too).
Might just try rebuilding the schema and creating everything from scratch.
212 Views