Import report to CRM2011 beta - dynamics-crm

I used Sql Server report builder to build a report, then i exported this report as rdl file. The question is how to import it to the reports in CRM2011 ?
Thank you

Got it, Just point to from file in the report wizard. Sorry for that !

Related

How can I use a custom SQL statement in Crystal Reports?

I need to create a Crystal report with custom SQL code that I have written. Is this possible? I've looked at other posts asking similar questions but none of them work for me. I'm using Crystal Reports 2008.
Here is a link to an SAP knowledgebase article on creating a Crystal Report using a Command. This allows you to use your own SQL:
https://apps.support.sap.com/sap/support/knowledge/public/en/1531012

vb6 data report shows designer at runtime

I'm developing an app in VB6 and added a data report bound to a data environment. I set the report as start up object, but it shows the designer and not the report viewer!
I have built a new project and imported all of the objects back in but to no avail.
I did a test with a small Data Project and it worked.
Has anyone else come across this problem?
Thanks in advance.
Problem allayed due to the fact that SHAPE commands cannot be used with DISCONNECTED recordsets...which defeats what I am trying to achieve here.
I'll use MSAccess reports via OLE server.
Thanks for looking anyway!

Oracle Converter Rdf report to Xml

I am trying to convert an .rdf report to xml.I am using report builder to convert but i cannot see an option for conversion to xml. I am new to this conversion process and i seem not to be getting a solution.I have been using forms and reports 18
Oracle has a tool called rwconverter.exe wich is installed among Developer Suite.
Please, verify the command line options for this tool in this link (10g):
http://docs.oracle.com/html/B10314_01/pbr_cla.htm#634712
Make sure you this is the proper version for you.

How do you import reports into Spotfire via CLI?

I am looking into integrating our Spotfire reports into our CI process. Currently we manually export and import the reports into each environment via the Spotfire thick client.
I would prefer to control this via a batch script that would integrate with our SCM. My main issue is that I have not been able to find any information about the spotfire windows server CLI.
here https://docs.tibco.com/pub/spotfire_server/5.0.0-nov-2012/TIB_SSDoc_ServerInstallationManual.pdf there are two commands
export‐library‐content Exports content from the library
import‐library‐content Imports content into the library
hope this helps
I am not sure i got your question but maybe that can help you https://docs.tibco.com/products/tibco-spotfire-automation-services-5-0-0
Full disclosure: I work for TIBCO Spotfire.
The server CLI in 5.0 supports export and import of Library content. Please refer to TIBCO Spotfire Server the pages 209 and 215 in the TIBCO Spotfire Server 5.0.1 Installation and Configuration Manual.

Unknown Database Connector Error in Crystal Reports

Ok, I am probably just shooting air with this question.. but I have no idea what's happening and I have been banging my head against it for the last couple days.
I have a crystal report version 12.2.0.290... I built this report against an Oracle connection string (not ODBC as it was giving me errors to use a stored procedure as a data source). Anyway, so the report was connecting to the database fine.. and I was able to build the entire report.. refreshing data with every change I made etc.. Once I was finished.. I closed the crystal report. When I open the report again and try to refresh the data I get the error "Unknown Database Connector Error in Crystal Reports". I get this error when I try to run the report straight from crystal reports.. or from the .NET wrapper that we built for this report. I also get the same error when I run the report (in CR) from another machine. In fact I get this error just trying to connect to an any Oracle database from that report..
The really strange thing is that if I open another report that we built a while ago.. I can connect to the same exact data source from it and it I go to File -> Open and open the first report.. I can connect to the Oracle data source and the report runs fine.. I can reproduce this strange behavior at will.. I don't know what is going on.... and I have been staring at this problem for the longest while.. if anyone has any ideas I will be more than happy to try them out...
Thanks!!
This is The Resolution:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/d2811b33-2c2c-43d1-af51-9c54e9ad7920/unknown-database-connector-error?forum=wpf
I've fixed the problem, I just needed those lines:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
If using a stored procedure as your data source, make sure it RETURNS a RESULT SET. Once I added a 'SELECT * FROM dbo.mytable', the error went away. :-)
Are you using the latest Oracle Data Access Components?
How to check which version you are using:
During installation of ODAC, consult the ODAC Installer screen.
After installation, see the history.html file in your ODAC installation directiory.
At design-time, select Oracle | About ODAC from the main menu of your IDE.
At run-time, check the value of the OdacVersion and DACVersion constants.
Note: This was originally a comment but added as an answer after OP response on how to check for the version of ODAC

Resources