Avatar of Amour22015
Amour22015
 asked on

MS Access 2010 - Required data provider properties could not be set

Hi Experts,

I have a MS Access 2010 Report that is using a Stored Procedure from SQL Server 2008R2

When I try the Report in View Mode I get an error:
"Required data provider properties could not be set"

any idea's what maybe causing this.  I just changed the: Access Options>Client Settings>Advanced
to OKE/DDE timeout (sec) to 99,999 so that this does not timeOut.

Thanks.
Microsoft AccessMicrosoft SQL ServerSQL

Avatar of undefined
Last Comment
Jim Dettman (EE MVE)

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Jim Dettman (EE MVE)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Amour22015

ASKER
I changed it back to what it was set at 30

But I am getting the same error.

Thanks
Amour22015

ASKER
I changed to what you mentioned "0" and now it is back to timing out.

So at least the error is gone
Jim Dettman (EE MVE)

What provider are you using or how are you calling the stored procedure?

Jim.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Amour22015

ASKER
I am calling the SP on: "Record Source" = Stored Procedure.

On the SQL Server side that SP takes about 2 mins to run.

On the MS Access Report it is a simple report with one subreport as a Report header which only has Company Logo and address.

I am new to all this so:

What do you mean provider?  and how do I find what provider?

Thanks
Amour22015

ASKER
I set the time out to 300 and it seems to work fine.  But on the SQL Server side taking about 2 mins seems to long.
Amour22015

ASKER
Thanks for your help
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Jim Dettman (EE MVE)

<<What do you mean provider?  and how do I find what provider?>>

 Using an ADP then...

<<But on the SQL Server side taking about 2 mins seems to long. >>

  Two minutes does sound like a very long time for anything, but then it depends on what procedure is doing, size of the tables, indexing, etc.

Jim.