Could not find stored procedure in version 2014.2

Stimulsoft Reports.NET discussion
Post Reply
User avatar
jackvaughn03
Posts: 5
Joined: Wed Oct 30, 2013 6:22 pm

Could not find stored procedure in version 2014.2

Post by jackvaughn03 »

Hi,

After upgrading from previous version 2012 to 2014.2.2004. The upgrading of the reports were totally smooth.

All the reports generating are stored procedure in the Data Source.

The error message is: Could not find stored procedure.

If I compare from the previous version. There is no error message like this.

So how can I fix this the new version?

Thanks,

Jack
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Could not find stored procedure in version 2014.2

Post by Alex K. »

Hello,

Can you please describe your issue in more details. Also, if possible, please send us a sample report with test data for analysis.

Thank you.
User avatar
jackvaughn03
Posts: 5
Joined: Wed Oct 30, 2013 6:22 pm

Re: Could not find stored procedure in version 2014.2

Post by jackvaughn03 »

Actually, in our last version (2013.1) we have no problem encountered like this, especially in data source executing of stored procedure. In the design and run time a report.

However, I just installed the latest version 2014.2 and 2014.3. Please see attached file.

If you click the Exclamation ( Run button ) it will show the error message.

But if you retrieve the columns, if perfectly works. :?:

I you want to test to the error, just make a report that will call any stored procedure and you will see the same problem I encountered.

Thank you for your quick response.
Attachments
Edit Data Source.png
Edit Data Source.png (61.75 KiB) Viewed 4006 times
Last edited by jackvaughn03 on Fri Jan 09, 2015 9:09 am, edited 1 time in total.
User avatar
jackvaughn03
Posts: 5
Joined: Wed Oct 30, 2013 6:22 pm

Re: Could not find stored procedure in version 2014.2

Post by jackvaughn03 »

This version was from 2013.1.

Executed the Query Text and the message return: Executed SQL statement successfully.

Thank you.

Jack
Attachments
Edit Data Source.png
Edit Data Source.png (23.3 KiB) Viewed 4005 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Could not find stored procedure in version 2014.2

Post by Alex K. »

Hello,

It is difficult to say something without sample.
Can you please send us your report and this procedure (create query) for analysis.

Thank you.
anuj130989
Posts: 1
Joined: Tue Sep 15, 2015 7:37 am

Re: Could not find stored procedure in version 2014.2

Post by anuj130989 »

Hi Jack,

Facing the same issue with new 2015, just need to know that how did you resolve your issue?

Thanks,'
Anuj
jackvaughn03 wrote:Hi,

After upgrading from previous version 2012 to 2014.2.2004. The upgrading of the reports were totally smooth.

All the reports generating are stored procedure in the Data Source.

The error message is: Could not find stored procedure.

If I compare from the previous version. There is no error message like this.

So how can I fix this the new version?

Thanks,

Jack
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Could not find stored procedure in version 2014.2

Post by HighAley »

Hello,

To help you we need to know the cause of the issue.
Could you specify what issue do you have? With totally smooth or with store procedure.
Please, send us all information about the issue that will help to reproduce it.

Thank you.
vsolar
Posts: 1
Joined: Sat Oct 10, 2015 10:22 am

Re: Could not find stored procedure in version 2014.2

Post by vsolar »

i have same problem in this version of Stimulsoft
i solve it by selecting type "Table" instead of "Procedure"
and write query like this:

Execute Procedure_name
@Parameter_name1,
@Parameter_name2,
...
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Could not find stored procedure in version 2014.2

Post by Alex K. »

Hello,

If you uses query statement - "exec procedurename parameter1, parameter2 ... ", you need set the type as "Table/Query", if uses only procedure name in the query then need set the Type as "Procedure".

Thank you.
Post Reply