Unable to view crystal report in production server

Hi all,
I have designed a crystal report,using Sap Crystal reports. I am able to view the crystal report in development machine, but not able to see report in Production machine.
I am getting following error :
"Could not load file or assembly 'System.Web.Extentions, Version =1.0.61025.0, Culture = neutral, PublicKeyToken =31BF3856AD364E35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT : 0x80131040)
Regards,
Narendra
Naren

Hi Naren,
Thank you for posting in MSDN forum.
Since this forum is to discuss:
Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer
Documentation and Help System, and Visual Studio Editor. I am afraid that the issue is out of support of Visual Studio General Questions forum, so I suggest you can ask your issue directly
on SAP Crystal Reports:
http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
for better solution and support.
Thanks for your understanding.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • View crystal report on server- error

    Hi,
    I have developed a very simple test report which simply displays one field of a database (so theres no code or nothing behind this particular test report). However, I am trying to view this report on a server which has a report viewer installed.
    There have been reports created by other people that are on the server that i am able to view. However when I upload mine and then try to view it, I get the following error:
    Cannot conect to database view - Incident
    SetRptLogin() - Object doesn't support this action ***
    The only difference I noticed between the reports that can be viewed and my reports are they way in which they are connecting to the database(they are connecting to the same database). Mine connects through OLE DB (ADO), whereas the other reports connect through ODBC (RDO).
    Could this be what is causing the problem?
    Can anyone tell me what the error above means?
    Thanks
    J

    Hi,
    Thanks for your reply.
    When in CR and I click on ODBC(RDO), an option screen is displayed which has:
    "select data source:"
             the data sources contained in the available window are:
             'dBASE files'
             'Excel Files'
             'FOO'
             'MS Access Database'
             'xrt'
             'Xtreme Sample Database'
    "find file dsn:"
    "enter connection string:"
    Unfortunately, I do not manage the DB. The DB is a central DB accessed by many people in the company where I work.
    Could you tell me how I would set up an ODBC(RDO) connection to this company database (called 'sd')?
    thanks.
    J

  • Can't view Crystal Reports from BW

    Hi,
    I'm installing SAP Integration Kit XI 3.1 SP3 with IIS.  I am able to publish reports from BW to BOE but not able view them from BW.  I followed the documentation to use report/report_view.aspx to define the viewer application in Content Administration Workbench.  But it is giving me a "The page cannot be found" error when I try to view Crystal Reports from BW.  I tried looking for the file report/report.aspx but cannot find it.  I was able to locate the file in SAP_CrystalReport_View/report_view.aspx.  I repointed the system to this path but it still giving me the same error. 
    Anybody here encountered this before?
    Thanks,
    Elijah

    Hi Ingo,
    - has the report being saved to BW and then published to BusinessObjects enterprise ?
        Yes, the report is being published from BW to BOE successfully.
    - did you import the ABAP Transports to the BW system ?
        I imported all the transports that came with the Integration Kit.  I'm not sure if the ABAP transport is one of them.
    - has the viewing service in transaction SICF been configured ?
        Yes, the top entry in the handler list is /CRYSTAL/CL_BW_HTTP_HANDLER.
    I did notice that the BW system is on a different subdomain than the web application server.  For example,
       BW system        -  bw01.us.mydomain.com
       BOE web server -   boweb.mydomain.com
    Would that affect the single sign on?

  • Visual Studio 2010 Upgrade - Unable to view some reports

    I converted an application that had been developed in VS2005 so that it would run in VS2010.  The application contains several Crystal Reports.  Now when I debug the application I can only view some of the reports.  With the others I get an exception with the message "Unable to find the report in the manifest resources.  Please build the project and try again." 
    The ones that work and the ones that don't all have the Build Action set to Embedded Resource.  I have tried removing a report from the project and then adding it back, but that made no difference.  A new report displayed fine. 
    Does anyone have any ideas about what could cause some of the reports to throw this exception?

    OK, here is the link to the thread I am replying to Visual Studio 2010 Upgrade - Unable to view some reports
    And here is what I posted to start the thread that I am replying to:
    I converted an application that had been developed in VS2005 so that it would run in VS2010. The application contains several Crystal Reports. Now when I debug the application I can only view some of the reports. With the others I get an exception with the message "Unable to find the report in the manifest resources. Please build the project and try again."
    The ones that work and the ones that don't all have the Build Action set to Embedded Resource. I have tried removing a report from the project and then adding it back, but that made no difference. A new report displayed fine.
    Does anyone have any ideas about what could cause some of the reports to throw this exception?
    As you can see, I have described the exception that occurs when I try to view some, but not all, or the reports while debugging.  I have also tried deleting a report and adding it back in but it made no difference.
    Is this enough information?

  • How to view Crystal report under iOS ?

    Hello,
    I'm new with Crystal reports.
    In  BI 4.1 SP2 Patch 3 LaunchPad I have in " Preferences / Crystal report / View format":
    (x) Web (no downloading required)
    Yet, when I try to view Crystal reports on iOS mobiles, I've a message saying I have to install "Flash Player 11" !?!
    => impossible with iOS !
    Is it a bug ?
    Do I actually need Flash plugin to view Crystal reports ???
    If yes, "no downloading required" is not true...
    What is the best way to view Crystal reports on iOS mobiles ?
    In fact, I use Crystal reports provided with auditing Universe.
    They don't seem to be available in WebI format like with previous versions of BO.
    Regards,
    Stéphane.

    hello Stéphane,
    the prompt / parameter dialogue is the piece that uses flash.
    you can still view reports without the prompt dialogue but if you need parameterized reports then you have to build an html front end containing the controls to target the report. you can do that with webelements. please see this blog post here.
    your other choice is to get / purchase the mobile add-on for crystal reports server or businessobjects enterprise.
    -jamie

  • View Crystal Report File  from SDK

    Hello All,
    I want to View Crystal Report File (.rpt file) from SDK (using VB 6 )
    I have already try following code on my Add On :
       Public Sub RunCrystalReport()
       Dim crlApp As New CRAXDDRT.Application
       Dim crlRep As CRAXDDRT.Report
       Set crlRep = crlApp.OpenReport("D:\ReportTest.rpt")  
       Dim CRAX2 As CrystalActiveXReportViewerLib12Ctl.CrystalActiveXReportViewer
       Set CRAX2 = Form2.CRAX
       CRAX2.ReportSource = crlRep
       CRAX2.ViewReport
       End Sub
    But, nothing happen
    Could some one help one for this ?
    Thanks a lot
    Regards,
    Arie
    SDK Beginner

    Amazing Sir !!...
    I could run my report through B1 SDK right now...
    Many thanks to you Sir..
    Just one more thing, The Horisontal and Vertivcal Scroll control wasn't appear. Do I have to add scroll object or someting like that
    Many thanks again to you Mr. Porcelli
    Arie

  • Database Error While Viewing Crystal Report In Infoview

    Hi,
    BO and Crystal Designer version is BO XI 3.1 SP2 FP2.6.
    Issue:
    While viewing crystal report for a particular user id in infoview, following error is coming:
    Error in File EPACertificate.rpt: Database Connector Error
    However, we are able to view the report in thick client Crystal Designer using same user id. This issue is occurring only for this user and rest of the users are able to view the report in Infoview and Crystal Designer.
    It would be great if any of you can provie a solution to this issue.
    Thanks in advance,
    Jaya

    closing it.

  • Unable to Install Crystal Reports 2008 on Windows 7 64 bit

    Hi,
       I am unable to install Crystal Reports 2008 on Windows 7 64 bit laptop. Is this not supported?
    BR, Nanda Kishore

    i INSTALLED NOW

  • 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.

  • Unable to view custom report generated in Manage Content and Structure !!!

    Hello,
    I am farm administrator and I have created report to view all checked out documents for site collection.
    as below:
    Title : All Checked Out Documents
    Query : <Where><Geq><FieldRef Name="CheckoutUser" LookupId="TRUE"/><Value Type="int">0</Value></Geq></Where>
    Issue:
    When I see the report , I am able to see all checked out documents.However site admin and owner is unable to view this report.
    They are getting following message:
    There are no items to show in this view.
    Would you please let me know what can be the root cause and how can I resolve it ?
    Thanks and Regards,
    Dipti Chhatrapati

    Dipti,
    This is by design and Unfortunately, no one else can see the documents because they have never been checked in. Even the site owner
    can't see the documents.  However Site collection admin can see everything.
    Fortunately, there is an easy way to handle this situation. The site owner can go to the Document Library Settingspage and click on the link to Manage
    checked out files.
    From here, he can select the documents and click the Take Ownership of Selection link.
    Few links: CHECKING OUT DOCUMENTS =
    NO ONE ELSE CAN SEE THEM!
    Hope it will help :)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to view Crystal Report reports in Xcelsius?

    Hi Friends,
                     I want a step by step How to view Crystal Report reports in Xcelsius? Thanks in advance!
    Vijay

    Hi Vijay,
    this is unfortunately not possible in that direction.
    What would work, is to use an Xcelsius model inside a Crystal Report. A guide to do that can be found here:
    http://www.youtube.com/watch?v=n5hmLiQZyRA
    Regards
    Victor

  • How to Registered Test Server Reports into Production Server

    Hi,
    Environment:
    Test Server
    OS: Oracle Linux
    Application : R12.1.1
    Production Server
    OS: Oracle Linux
    Application : R12.1.1
    Q) I have registered Customized reports in Oracle Application R12.1.1 test Server.
    Can I registered these reports into production Server with the help of FNDLOD or any other procedure?
    Q)Without repeating registration steps in Production server.
    Thank you,
    Best Regards,

    Use OPENDATASET to opend the file in AS.
    Use READ DATASET INTO ITAB to read the data to ITAB presented in AS .
    Then use the Function module GUI_DOWNLOAD or WS_DOWNLOAD to down load the data from ITAB to PS.
    And you can't do this in background.
    Regards,
    Amal

  • Unable to install Crystal Reports 2008 SP07

    Hi, everyone
    Currently using
    Crystal Reports 2008 Product: 12.4.0.966
    I have the problem about installation of Crystal Reports 2008 Service Pack.
    I could upgrade it to SP4. However, I'm not able to install Crystal Reports 2008 Service Pack 07 update due to the error message product version is too old.
    Does someone have any similar experience?
    Regrards,
    Kano

    Hello Takumo,
    You can upgrade to SP7 only if you have SP5 or SP6 install. This is why you are getting error when upgrading from SP4 to SP7.
    So, you have to follow this path CR2008 SP4 -> SP5 or SP6 -> SP7
    Else you can also install full build as suggested by Abhilash.
    - CHETAN

  • Dynamic Crystal Report with Windows Server 2008

    I am creating a report through code with Crystal report on Windows Server 2008 R2. When I am executing the following command:
    CRAXDRT.Report.Database.AddADOCommand
    This is generating an error which is given below:
    Error description: Logon failed
    Details: [Database Vendor Code: -205]
    But its working fine with Windows Server 2003.
    Private Sub AddRptDatabase(a_CRReport As CRAXDRT.Report, a_sStartDT As String, _
                               a_sEndDT As String, a_sDept As String, a_sStatus As String)
        Dim cnnRpt As ADODB.Connection
        Dim cmRpt As ADODB.Command
        Dim sSQL As String
        Dim sWhere As String
        Dim sTemp As String
        Dim sTemp1 As String
    sSQL = sSQL & sWhere & " Order by AdminData.RONumber"
      Set cnnRpt = New ADODB.Connection
        cnnRpt.open g_objBA.LocalConnectionString
    Set cmRpt = New ADODB.Command
        cmRpt.ActiveConnection = cnnRpt
        cmRpt.CommandType = adCmdText
        cmRpt.CommandText = sSQL
        'Create data set
        a_CRReport.Database.AddADOCommand cnnRpt, cmRpt
      Exit Sub
    Please suggest some solution.

    Moved to Legacy SDK forum.
    CR XI R2 Service Pack 6 and Fix Pack 6.4 should work on Windows 2008. CR 2008 SP 2 and above also. Older version, no support for it.
    CR is 32 bit, make sure the 32 bit client is installed and being used.
    Thank you
    Don

  • Unable to connect to Page Server when viewing Crystal Report

    Have just moved from Crystal Enterprise 10 to Crystal Reports Server XI R2 and encounter the following error when attempting to view an instance of a report in Crystal Reports format:
    CrystalReportViewer
    The Page Server you are trying to connect to is not accessible. Please contact your system administrator.
    Unable to retrieve Object.
    The Page Server you are trying to connect to is not accessible. Please contact your system administrator.
    I get this when viewing in DHTML format however, everything works fine when Advanced DHTML viewer is used.
    The Page Server is running and I'm unable to find any other relevant information being written to either the Crystal log files or the event log.

    Thanks for the quick response.
    Have checked the Page Server field and it was in fact populated. Refreshed the page anyway and attempted to view reports again but still not working.
    If I change the viewer to ActiveX I get the following error:
    Line:  39
    Char: 2
    Error: Object expected
    Code: 0
    URL: http://itsyndr-s02/businessobjects/enterprise115/infoview/report/viewrpt.aspx?id=689378&init=actx:connect&apstoken=ITSYNDR-S02.PRODUCTION.NPBS.CO.UK%40703526JhenoraxXcREXA1703523JZe7qZAXkXw1uf4DONEOFF&language=en-GB

Maybe you are looking for

  • Hyperion 11.1.2.2 with SQL Server 2008 - too many bad logons in db

    Hi I've installed 11.1.2.2 with Sql server as repository. HSS and HBI as two separate databases. My DBA has come up to me with a big database log file - with a number of bad logins from the EPM Server. Has anybody had this issue ? the log reports as

  • Recent Safari 1.3.2 Problems

    On one of my Mac's, I am still running Mac OX 10.3.9 and, consequently, have Safari 1.3.2. Recently (in the last 3-4 months) I have been starting to see some problems. Most notably, Google Maps no longer works and trying it results in Safari crashing

  • Facing Problem in a procedure

    Hi guru's... Am writing a procedure for the data getting from the front end.the problem is am getting the data in front end from a checkboxlist.so ill get the data like 12;13;14;15 if the user selects multiple values.nad in procedure i need to check

  • Framework order : GR-based invoice and Goods receipt fields

    Hello, In our solution, framework orders (purchase orders type FO) have no goods receipt, they are directly invoiced. However, when creating a purchase order (ME21N), the fields "GR-based invoice" (Invoice tab) and "Goods receipt" (Delivery tab) are

  • IMovie quits and cannot be open on Yosemite.  What is going on?

    I have been having trouble with all the iLife apps.  They just quit before they are open.  Any suggestions?