SQL select results fail intermittently, connection is good

Sage 100 2017

In recent months, I created numerous tools in Excel extracting data from Sage. 

I'm new to Sage & ProvideX but not to using SQL in VBA in Excel to query Db  (SQL & Oracle).  Additionally, I've always useda connection string with Provider & Data Source, but IT could not tell me the correct info so I figured out how to use the DSN.   My connection string is "DSN=SOTAMAS90; UID=" & UserId & "|ABC; PWD=" & Pwrd & "; SERVER=NotTheServer".  However the connection is NOT the problem.

Suddenly on MY PC ONLY the connection is always successful but the recordset contains Zero records. 

Another user can run the same query from the same file and obtain the correct records on their PC.

My credentials succeed on another PC, while another user credentials fail on my PC.

Yesterday I obtained results in the morning and not in the afternoon.  They did a restart on Sage services and it started working for me again but now this morning again no records on MY PC ONLY.

Any ideas?