Page 1 of 1

Problems with DataProcessingResult

Posted: Wed Jul 04, 2012 2:14 pm
by Daniel Schmitz
Hi, I'm having some doubts about the StiMvcDesignerHelper.DataProcessingResult.

First of all, I belive that this method's documentation it's wrong, it's saying the same as GoogleDocsResult.

Then, when I create a new connection in client side, it only shows two options: Xml and MySQL.
How do I do to connect to SQL Server?

Regards and Thanks,
Daniel Schmitz

Re: Problems with DataProcessingResult

Posted: Fri Jul 06, 2012 9:08 pm
by Jan
Hello,
Hi, I'm having some doubts about the StiMvcDesignerHelper.DataProcessingResult.
Can you say which type of doubts do you have with StiMvcDesignerHelper.DataProcessingResult ?
Then, when I create a new connection in client side, it only shows two options: Xml and MySQL.
You have this problem in Stimulsoft Reports.Mvc ?

Thank you.

Re: Problems with DataProcessingResult

Posted: Mon Jul 09, 2012 11:31 am
by Daniel Schmitz
Hi, my doubt it's about DataProcessingResult's documentation.
And yes, the problem occurs in Stimulsoft Reports.Mvc.
Thanks.

Re: Problems with DataProcessingResult

Posted: Tue Jul 10, 2012 12:45 pm
by Vladimir
Hello, Daniel

Yes, this bug has been in the release version. An error has been fixed, please download the latest prerelease build from our site.

Thank you.

Re: Problems with DataProcessingResult

Posted: Tue Jul 10, 2012 2:57 pm
by Daniel Schmitz
Hi, I downloaded the file, and It is the same version I'm using.
I forgot to mention, I'm using trial version until We buy a license, doesn't It influence in anything?
Thanks.

Re: Problems with DataProcessingResult

Posted: Wed Jul 11, 2012 6:33 am
by HighAley
Hello.
Daniel Schmitz wrote:Hi, I downloaded the file, and It is the same version I'm using.
I forgot to mention, I'm using trial version until We buy a license, doesn't It influence in anything?
Are you writing about release or prerelease build?
Please try to download latest prerelease build from here: http://stimulsoft.com/ReportsWebMvcDownloads.aspx

Thank you.

Re: Problems with DataProcessingResult

Posted: Wed Jul 11, 2012 1:14 pm
by Daniel Schmitz
Hi, really, i was downloading the release version.
With the prerelease build it worked well, but the DataProcessingResult continues with GoogleDocsResult's documentation.
Thanks for the attention.

Re: Problems with DataProcessingResult

Posted: Fri Jul 13, 2012 6:23 am
by Vladimir
Hello, Daniel

We have checked the documentation:
DataProcessing

The action DataProcessing is used to process the data on the server side requested with the web designer. These data are processing requests, related to testing of the database connection, getting data columns, getting images for certain report components, etc. If this action is not specified, then the above functionality is not available. This action is defined in the view controller as follows:

Controller:

public ActionResult DataProcessing()
{
return StiMvcDesignerHelper.DataProcessingResult(this.Request);
}

GoogleDocs

With help of the action GoogleDocs you can handle requests of the web designer for working with cloud storage Google Docs, where you can save report templates. If this action is not specified, then this functionality of working with Google Docs will not be available. This action is defined in the view controller as follows:

Controller:

public ActionResult GoogleDocs()
{
return StiMvcDesignerHelper.GoogleDocsResult(this.Request);
}
Also we checked the work of these actions. What kind of question you have about this issue?

Thank you.