Publishing reports to Crystal server

This is our firsts year with Crystal  server and the training is forthcoming.
In the meantime, I have done the following:

Let's try this again -
first year user with Crystal server - training is forthcoming
have managed the install, setup as well as publishing report
need to find a way to accomplish the following:
1.  user (within a group) to run report without needing to go through server authentication (passthrough)
2.  need report to export to excel and sustain both headers and chart
thank you if you can assist, we're on a tight timeline (as usual)
D-

Similar Messages

  • Error running reports from Crystal Server XI R2 with datasets

    Hi, sorry if my english is not good. I'm from Spain.
    I have a problem. I'm programming with Visual Basic .NET 2008.
    I'm using Crystal Reports Server and programming under Visual Basic to take reports from crystal Server, changing the tables from the report to datasets and scheduling this report.
    Crystal server change connections to CrystalReports.Dataset.
    Preview reports from server sends me an error "DataBase connector unknown"
    If I run this report (with datasets) into my VBNET application (into a  CrystalDecisions.Windows.Forms.CrystalReportViewer control), IT WORKS!!!
    I need help because I need to schedule these reports (to send them by email, export to PDF formats, ...)

    Reporting off of a dataset is reporting off of a disconnected datasource.  The reason your application works is beacuse you most likely populating a dataset in your application and passing it to the report at the same time.  When scheduling, there is no interaction with the report so unless the report is using an xml file on disk as its datasource, how can it retrieve data?
    To get around this, you can build a dll (.net data provider) that returns either a dataset or datatable and point your report to this dll.  this way, when the report is executed, it loads the dll which fetches the data for you.
    - so the first step is to compile a dll that returns a dataset or datatable.
    - to design your report off of this dll open the database expert and create a new ADO.NET connection.
    - in the File Path area, click the ellipsis ("...") button to browse to your dll and make sure the selected File Type is ".Net DataSet Provider".
    - once the dll is selected, you can choose the dataset/table returned by the dll.
    If your method in the dll is parameterized, it will add a parameter to the report (similar to stored procedure parameters.
    note: the location of your dll must be in the same path on the CR Server as it was when you designed your report in order for it to be loaded correctly.  I usually put the dll in a folder that I know will exist on both machines.
    Dan

  • Can't upload reports to crystal server

    Hello guys,
    First is the system info:
    Crystal Server XI R2 with SP3
    OS: Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Database: Oracle DB 10g
    This issue shall be divided into two parts.
    Parts one:
    Before the server is reinstalled we can upload some reports. But there is some limitation. When one report is changed, we can't upload it to the server directly. This report should be renamed to a different name then it can be uploaded. If we don't do so it fails with an error message says 'An unexpected error has occurred'. So every time we need to rename reports and then upload them. This workaround is OK for some reports but not all of them. No matter how we reboot the machine or restart the crystal server.
    Part two:
    One day the machine crashed and we reinstalled the crystal server. But this time it won't accept any report at all. Still it accepts other file such as *.Doc, *.PDF Etc. Every time we try to upload a report and we get an error message says 'An unexpected error has occurred'. If we use CMC to upload a report we get something more detail says 'There was an error while retrieving data from the server: Unknown exception occurred when calling into the plugin'.
    BTW, all reports are tested in report designer. They are 100% OK. All services of the crystal server are up and running.
    And one more thing, how can I attach file in this forum. I want to give dear you the log files to refer to.
    Thanks a lot.

    Hi
    It would be easier if you would keep this all in the same topic.
    As suggested in you other thread ([Can't upload reports to crystal |Can't upload reports to crystal server]), this is very likely to be a permission problem.
    Caroline

  • How can I get a Listing of all scheduled reports from Crystal Server 9?

    Hello,
    Can anyone help?
    A colleague and I are trying to find out when we can schedule a server reboot (Crystal Reports 9). We can look at individual jobs but we don't seem to be able to find a list of all the jobs and when they occur.
    We need to do this as we would like to schedule a regular server reboot without interrupting jobs.
    As you may be able to tell, my colleague and I have little Crystal knowledge, but we have found our selves looking after this server.
    Thanks in advance.
    Edited by: Paul Hopkins on Nov 24, 2008 2:26 PM

    Hi Paul,
    Thanks for your response.
    Do you remember what kind of installation process you have followed while installing your crystal enterprise.
    It will prompt for client installation and server installation.
    If you have installed client products then you wont have instance manager in your list of products.
    Else  if you don't have instance manager in crystal server 9, then for buying the product you should contact your accounts manager.
    He can reach the CIC people through your company and based on your license agreements you can the product.
    Just let me know if you have any queries.
    Regards,
    Naveen.

  • Error adding report to Crystal Server 2011

    I have a report that runs against Salesforce.com that I'm trying to add to Crystal Server 2011.  The server is running version 14.0.2.364 of BI.  When I try to add the report through either the CMC or through the BI Launch Pad I get the same error.
    "An error has occurred: Adding Crystal Report "Quarterly Report 2011 with MF v3-2 Les Testing.rpt" failed. The server with kind rptappserver returned an error result. Failed to copy the report file to the report object. Refreshing the report object properties might have failed. Failed to read data from report file C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\Data\CrystalReportsRasServer\temp\{7FD511B8-F5DF-42AC-98D7-D2C43B1C458B}.rpt. Reason: Failed to read parameter object "
    If I try to add it by saving from Crystal Reports I get "Item 1 was not found in the collection"
    I'm logging on as administrator in both cases to the CR server.  I did find a thread where it was suggested that checking the "No Printer" box under page setup may fix it so I tried that but got the same results.  I also saw some references to firewalls, but the server is on a local subnet to my machine and all windows firewalls are turned off.
    The server is a fresh install of 2008 R2 and a demo download of CR Server 2011 and Client Tools. 
    Any help on a direction here would be greatly appreciated.  I've been banging my head against this for a while now.

    I cannot offer much help, but I see the same issue. 
    When I create a report in Developer it runs fine in Developer, but it will not load up to Crystal Server.  I can save the report with a new name and 50% of the time it will load to the Server.  Sometimes when I try to load the report, it seems the Server is thinking for a long time.  I hit "OK" button on server screen and then "Cancel"  the report SOMETIMES shows in the list of reports.  I just witnessed saving a non-loading report as another report and successfully loaded it into Server, then I ran the report in developer, closed it and tried to reload it to the server and it failed.
    It appears to be completely random.
    My gut tells me it has to do with the Salesforce driver (i.e. when I run it from Developer, the driver pollutes the report and chokes loading it on the server?)
    Does anyone have any ideas?

  • How to schedule Crystal reports with crystal server

    Hi,
    We are using just crystalreportsxir2 installed on the desktop, no business objects and we r not using any server
    My question is how to schedule reports with out server and I donu2019t want to use windows scheduler. Is there any way to schedule reports like this?
    If it is not possible scheduling reports in above mentioned way
    We want to buy a crystal xir2 server, in such case is it possible to schedule reports with the server we donu2019t have any portal and we dou2019t want to use any third party tools
    Pls help me in resolving this issue
    Thanks,
    Sri

    Hi Sreedhar,
    Did you find any option Scheduling for the report with in crystal designer.
    We need  Crystal Enterprise or Server to schedule the reports at regular intervals.
    We can schedule the report for our  required destination, we can view the reports with default viewers with in the Enterprise.
    There is no need of using any third party tools.
    Regards,
    Naveen.

  • WebI 4.0: Publishing Report: BI Service - Server TimeOut

    Hello guys,
    i have a problem when I try to publish a reporting object in Web Intelligence 4.0.
    When I click on "publish as a WebService" and click on next it tries to find duplicates. This take about 60 Seconds and then I recieve an error:
    The server sent HTTP status code 504: Proxy Timeout (the connection timed out).
    The same error message appears when the frame appears where you normally can select the destination to save the webservice.
    Can you may tell where I may can adjust the according Time Out period?
    Thanks and regards,
    Markus

    HI,
    try this:
    Open the dsws.properties file from ~/Tomcat6/webapps/dswsbobje/WEB-INF/classes, and enter a new line ( you can enter this just below the first Trace=0 line):
    session.timeout=3600
    Restart Tomcat.
    Also if you are using a Proxy server you can ask the Network Admin to increase the Session timeout for you.
    Edited by: George Pertea on Feb 27, 2012 7:52 PM

  • Crystal Server Permissions to pull reports

    I have a problem when I try to pull a report (no matter who created it) if I use the Administrator I can pull a report, but if I use other user I cannot pull. When I use Administrator to pull a report and after this other user (no Administrator) tries to pull the same report he can, but if he tries again he cannot.
    The error when other users try to pull reports not using Administrator is: "Server not found or server may be down".
    I gave "full control" to all the users, but the same error. Only the Administrator can pull reports (objects)
    Crystal Server is installed on Linux.
    How can I fix it?

    One has to go to Servers and Rights. Change the rights for the groups from Not Access to View and to apply.

  • Dynamic Parameter List works on desktop but not when run on Crystal Server

    Hi,
    I have a report, and the database command query takes one parameter ({?Year}. There is a second parameter used for a record select which is a dynamic paramenter list (multiple select, required). When running the report from Crystal Reports 2008 on my desktop, it first prompts for a year, and then once that is entered, it will come back with the list (of Companies) to select from. It works very smootly and as desired.
    But when I load this report to Crystal Reports 2008 Server, it will ask for the year (which is a static list), and this is good, but then it comes back with an empty dynamic select list on the next screen.
    Are there any special caveats that I need to be aware of in regards to dynamic lists when running from the CR server?
    Thanks!

    Hi Pat, 
    This should work but a couple of things to check: 
    1)  Are the two parameters linked to the same database?  If the parameters are linked to fields from different tables in different databases then you need to make sure you set the Database Configuration and have the report log on to both databases. 
    2)  Are Crystal Reports and Crystal Server the same version?  I had problems with parameters after we upgraded to 2008.  We had to install the latest service packs for both Crystal 2008 and the Enterprise Server.  Then we installed Crystal 2008 on the same machine the Enterprise Server was on.  Crystal Reports and the Enterprise Server share some common files.  Some of those files were updated for Crystal but not for the Enterprise Server yet.  Once we synched them our reports have run fine. 
    Good luck,
    Brian

  • BIP Reports to FTP server

    Dear ALL ,
    Here I am facing an issue in BIP that is when I am trying to schedule the BI publisher reports to FTP server it is not going to FTP server and It is not giving an error detail in the Logs .
    It is  showing as problem in the report Job History .
    If any body expertise on  schduling the  BI publisher repoprts to FTP server please suggest me where I am missing the option and what could be the reason .
    Thanks

    What kind of server you are trying to use this Protocol?
    Are you able to ping the server from where BI is installed?

  • Error when publishing report to remote crystal 2008 server

    In attempting to publish a report to a remote crystal server (see code below) I get this exception. 
    Since the server is on a remote host, it doesn't make sense to me to set the BOBJHome property or pass the file path.  This is why I am using the addUniqueFile() with the byte[] parameter file contents. 
    Is this the cause?  Is there a better way?  Please let me know if anyone has ideas. 
    Thanks,
    --Jeff.
    [http-8080-Processor25] ERROR gov.nrc.nsts.reporting.backend.helpers.PublishCrystalReportHelper - Could not publish report, exception:
    com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.b: Adding Crystal Report "6cc6326cc9dbc0" failed. An internal error occurred.
          at com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.d.a(Unknown Source)
          at com.crystaldecisions.sdk.occa.managedreports.reportadd.internal.d.refreshReportObjectProperties(Unknown Source)
          at com.crystaldecisions.sdk.plugin.desktop.report.internal.m.refreshProperties(Unknown Source)
          at gov.nrc.nsts.reporting.backend.helpers.PublishCrystalReportHelper.execute(PublishCrystalReportHelper.java:99)
         public void execute() {
              try {
                   // Ensure that the new parent is a folder
                   String query = "SELECT * FROM CI_INFOOBJECTS "
                       + "WHERE SI_ID = '" + cmsId + "'";
                   IInfoObjects parents = oInfoStore.query(query);
                   if (parents.size() != 1) {
                        resultSet.addException(new Exception("Parent Element not found: CMSID="+cmsId) );
                        return;
                  IInfoObject parent = (IInfoObject) parents.get(0);
                  // Enforce business logic
                  if ((parent instanceof IFolder)==false) {
                       // Can't add folder to a non-folder
                        resultSet.addException(new Exception("Parent element must be a Folder: " + parent.getTitle()));
                        return;
                   //You need to set the CeEnterpriseContext.BOBJ_ENTERPRISE_HOME property first
                   //in order to upload new reports because the runtime needs to have access
                   //to some utility files located in the Business Object Home directory
                   //Modify this to point to your Business Objects installation directory
                   //String BOBJHome = "C:\\Program Files\\Business Objects";
                   //Retrieve the system properties
                   //Properties properties = System.getProperties();
                   //Set the Business Objects home directory
                   //properties.setProperty(CeEnterpriseContext.BOBJ_ENTERPRISE_HOME, BOBJHome);
                   //Update the system proeprties
                   //System.setProperties(properties);   
                   //Retrieve the PluginMgr object.
                   IPluginMgr oPluginMgr = oInfoStore.getPluginMgr();
                   //Use PluginManager to retrieve the Report plugin, which is needed to publish a new report.
                   IPluginInfo oPluginInfoNewReport = oPluginMgr.getPluginInfo("CrystalEnterprise.Report");
                   //Create a new InfoObjects collection to add the new report to
                   IInfoObjects oInfoObjects = oInfoStore.newInfoObjectCollection();
                   //Add the newly created report plugin to the oInfoObjects collection. This will create
                   //a new InfoObject based on the type of plugin passed in.
                   oInfoObjects.add(oPluginInfoNewReport);
                   //Retrieve the newly created report InfoObject
                   IInfoObject oInfoObjectNewReport = (IInfoObject)oInfoObjects.get(0);
                   //Set the report name and file location
                   InstanceNameBean inb = (InstanceNameBean)Helper.getDto(params, InstanceNameBean.class);
                   oInfoObjectNewReport.setTitle(inb.getName());
                   //FilePathBean fpb = (FilePathBean)Helper.getDto(params, FilePathBean.class);
                   //oInfoObjectNewReport.getFiles().addFile(fpb.getPath());
                   byte[] reportContents = (byte[])Helper.getDto(params, byte[].class);
                   oInfoObjectNewReport.getFiles().addUniqueFile(reportContents);
                   //Set the parent folder for the new report.
                   oInfoObjectNewReport.properties().setProperty(CePropertyID.SI_PARENTID, cmsId);
                   //Refresh the report properties to update the new report information before
                   //committing the changes to the InfoStore
                   IReport oReport = (IReport)oInfoObjectNewReport;
         -->          oReport.refreshProperties();  <-- !!throws exception here!!
                   //Commit the new collection to the CMS using the commit method. This publishes the new report.
                   oInfoStore.commit(oInfoObjects);
              } catch (SDKException e) {
                  logger.error("Could not publish report, exception: ", e);
                   resultSet.addException(e);

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • Distribute Crystal Report from BOE Server

    Hi,
    =========
    Installation on Client machine:
    Crystal Report 2008 V1 SP1 and SP2
    SAP Integration Kits XI 3.1 SP2
    Installation on BOE Server:
    BOE XI 3.1 SP2
    SAP Integration Kits XI 3.1 SP2
    Installation on BW:
    SAP BW 7
    ========
    Created crystal report on top of SAP BW Query, and save/publish the Crystal Report into BOE Server directly via Crystal Report ->File ->Save as (I understand that we can also save the Crystal Report into BW role, then publish the Crystal Report into BOE Server via the BW Publish, but we're not using the BW Publish option here).
    Now user can logon to BOE InfoView and execute/display the Crystal Report, no problem.
    My question is in BOE Server, is there any functionality that allow us to execute the Crystal Report and send it to the user automatically via email? Just like the BEx Broadcaster functionality in SAP BW 7.
    If yes, how can I do it?
    Any help is appreciated.
    L

    Seb,
    I have a look at the document: http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf
    I can see where to schedule the Crystal Reprot to run in the background and send out via email option.
    However, I dont see how the report can be sent out from BOE server. Is there any setting need to be done so that BOE Server can send out the crystal report?
    Please help, thank you.

  • Creating Crystal Reports with Crystal Report Server XI

    Hello,
    I am new to Crystal Reports, i installed Crystal Reports Server XI R2 on Windows 2003 server with SP2 and was able to launch Inforview application and also Central Management Console Log On.
    I can also see some sample reports which are installed during installation.
    Now my next task is to create Crystal Reports using Crystal Report Server XI R2. How can we create a crystal report now by only using Crystal Report Server XI R2?
    Do we have to install some other application to create Crystal Reports? I donot see any link on my server which i can use to create crystal reports. The only links which i can see are :
    Business Objects-->
         Crystal Report Server-->
                            .Net Administration LaunchPad
                            .Net Infoview
                            Business View Manager
                            Central Configuration Manager
                            Data Source Migration Wizard
                            Data Source Migration Wizard Help
                            Import Wizard
                           Online Developer Library
                            Publishing Wizard
                            Registration Wizard
                           Release Notes
                           Repository Migration Wizard
    Please help
    Thanks
    Vipin

    Two ways to create reports:
    1) You install the Crystal reports Designer (CRW32.exe).
    With your Crystal Report Server, you should also have received a second CD that would have the CR designer.
    2) You use the RAS SDK and create reports on the fly using the RAS report creation APIs - .NET or Java. Since you are in the .NET developer forum, I assume you might be interested in the .NET RAS SDK. Here is a list of resources i would recommend:
    Links to samples are [here|https://www.sdn.sap.com/irj/scn/wiki?path=/display/bobj/netBusinessObjectsEnterpriseSDKSamples]
    [How to use the RAS SDK .NET with In-process RAS Server|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32]
    [Programing RAS|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b050afe0-2fa5-2b10-658d-98f214ba6a4a]
    [Choose the Right SDK for the Right Task|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f006a5e6-7e64-2b10-8a84-8b15ca5cacfc]
    For more help, search these forums (there are some great posts in here), the [notes database|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true]
    [articles|https://www.sdn.sap.com/irj/sdn/businessobjects-articles] and [downloads|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]
    Ludek

  • Crystal Reports on Crystal Reports server

    Hello, I am trying to replicate our setup that has been running fine for many years.
    Unfortunaley we have to upgrade to Crystal Reports Server 2013.
    There does not seem to be a simple way of letting users login to the server to run published reports.
    Could anyone point me to the correct guide for this.
    Thanks

    This is displayed rather than the users inbox.
    What part of the minefield of manuals would I look at to help me decipher what part of this is not configured correctly?

  • Failed to commit objects to server. Error while publishing reports from BW

    Hi,
    I am getting below error while publishing reports from BW to BO.
    "0000000001 Unable to commit the changes to Enterprise. Reason: Failed to commit objects to server : #Duplicate object name in the same folder."
    Anyone having any solution for this. Thanks in advance.

    Hi Amit
    It would be great if you could add a little info about how you solved this issue. Others might run into similar situations - I just did:-(
    Thank you:-)

Maybe you are looking for

  • How do I stop videos playing full screen on iPhone 5c?

    Hi I've recently purchased the iPhone 5C and I'm having trouble working out Safari and playing audios. When I click an audio (ie.. a radio programme on download) it immediately expands to full screen and I cannot find a way of going back to the safar

  • How do I import my (many) videos so iMovie separates them by the date they orig. were made?

    How do I import my (many) videos so iMovie separates them by the date they orig. were made? (Like iPhoto does with photos) But not one at a time! If that is not possible with IMovie, can iTunes do that? I want to import my videos from an external dri

  • SQL database move to Oracle

    Hello, I posted here yesterday about locating the Database connection string of a JSP program that I'm currently fixing. A little background though, I'm actually an asp.net developer so some of these things in JSP is still new to me. Anyway I found t

  • Combining two internal table

    Hi, Can any one tell how to combine two internal tables??

  • Keynote 6 "fonts are missing"

    I've installed a clean install of Mavericks and Keynote 6 (I had version 5). Now I get the error "4 fonts are missing" when I open a old keynote presentation. But how can I add the fonts when I don't see WHAT fonts are missing? I can only click OK or