cancel
Showing results for 
Search instead for 
Did you mean: 

Error : Invalid Argument provided. Failed to open a rowset.

Former Member
0 Kudos

Hi,

In my web application, am getting the following error for few reports. I am using .net frame work 3.5 and the CR version is 10.2.3600.0.

" Invalid Argument provided. Failed to open a rowset. Error in File C:\.....\Temp\ManSummary {52CEAA8E-2E51-4D03-822B-14610C86E897}.rpt: Invalid argument for database "

I need help from someone to resolve this.

I have verified the Dataset mapped, Stored procedure parameters, Connection.

Here the data is filtered based on some criteria and the filtered data is mapped to the report. Filtered data i have verified it is coming in proper structure.

Also tried with installing patches, still the problem remains....

.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Could you please let us know the following:

Is the issue in development or production machine?

Web/Windows application is used?

In case of a web based application have you given full permission to temp folder where the temporary rpt files are generated?

As you are using dataset, please try the following code to generate a xml file and use that file as a datasource to map the tables, in the report, so that we can check if the schema are the same as in the dataset and the one there we are referring at design time.

datasetObject.WriteXml("c:\\temp\\myData1.xml",XmlWriteMode.WriteSchema);

Hope that helps.

Thanks,

AG.

Former Member
0 Kudos

Hi,

It is a web application using C#.Net , VS version 2008.

Crystal Reprot version : 10.2.3600.0

Design preview everything coming proper.

It is in development machine and have installed fix crnet20win32x86_en_chf.

Former Member
0 Kudos

Hi,

I doubt that CR 10.2 is in use because Cr 10.2 comes with VS 2005, which is not compatible with VS 2008.

The version of CR which comes with VS 2008 is 10.5.

please ensure the version of CR.

Hope that helps

regards

Amit

Former Member
0 Kudos

Hi,

I believe we need to refer to the crystal dll version of 10.5.3700.0 while using CR for VS2008, however can you please create a xml file and check the schema as suggested before? Are they the same?

Regards,

AG.

Former Member
0 Kudos

Thanks for your reply.

Sorry i don't want to use XML since most of the other reports are working fine with this mode. i need to solve this with the soln to the current scenario.

Former Member
0 Kudos

Hi Amit,

I am refering the dlls in version 10.2.3600.0, it is working fine with other reports.

Former Member
0 Kudos

Hi,

The xml was just for a test nothing else. By the way would you like to have a look at these?

[ A|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333133303333%7D.do]

[B|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333733363333%7D.do]

Does it help?

Regards,

AG.

Former Member
0 Kudos

Thanks AG.

Let me work with ur inputs.

Answers (0)