Invalid TLV Record - Crystal Report XI R2

Hi I am getting "Invalid TLV Record" when opening crystal report on production server. After recycling the application pool the problem getting solved.
Event viewer Shows this error:
Error: File /CrystalReports/Viewer/ASP/RDCrptserver11.asp  Unexpected error. A trappable error (E06D7363) occurred in an external object. The script cannot continue running..
Crystal Report XI developer edition was installed in the production server and with out unistalling the XI version we deployed the XI R2(side by side installation)  using CrystalReports11_5_NET_2005.msi - Service Pack4 for .Net( for exporting as pdf) and RDC Compnents using  Crystal Report XI R2 Service pack 4 Merge modules
Reports are showing using ActiveX Viewer with classic ASP in our ASP.Net 2.0 Application.
But the reports are still using Crystal Report XI RDC not XI R2 RDC because the XI RDC Viewer was already installed in users machines.
Thanks in advance

Please re-post if this is still an issue to the Legacy Application Development SDKs Forum or purchase a case and have a dedicated support engineer work with you directly

Similar Messages

  • Crystal Reports 9 called from a VB6 application - Invalid TLV record

    I have a VB6 app that calls a Crystal Reports 9  CRViewer9.  On two PC" I got "Invalid TLV record". From what I read I think that there is a problem with a .dll but I not sure which one so I reinstalled Crystal Reports 9 on one PC and it corrected the problem.  However when I tried this solution on the 2nd PC (XP SP3) I get
    Error 1904. Module commonobjmodel..dll failed to register.  HRESULT -2147024770.
    If I press Ignore, I get the same message for several other .dll's.  I tried going to the DOS command and use REGSVR32 but it fails as well.
    Any suggestions?

    hello,
    A couple of possible causes. They have an older version of CR which installed crpe32.dll into the \windows\system32 folder. If so rename it as well as the \windows\Crystal folder.
    You don't have all of the required dependencies on the work station.
    Or you don't have permission, must have local PC Admin rights, to install software.
    Don

  • Invalid TLV record error

    Post Author: CHTClay
    CA Forum: Deployment
    We have an app that was originally written in VB6 (using the ActiveX viewer) with reports designed in Crystal 8.5.  A new executable was added to the app written in C# that uses (not embedded) two report files designed in Crystal 11.5.  The VB6 code was modified to include references to the 11.0 RDC.  The install program (before adding the reports to the C# module) used the following merge modules:
    Crystal11_NET_EmbeddedReporting.msm, CrystalReports11_RDC_Designtime.msm, CrystalReports11_RDC_Runtime.msm, CrystaReports85_ActiveXControl.msm, CrystalReports85_Crpaig80.msm, CrystalReports85_Cpre32.msm and CrystalReports85_Imploder.msm.
    This installation and the app ran perfectly.  After adding the reports to the C# module we recompiled the install (using the same merge modules as above) and reinstalled the app.  The VB6 reports ran as expected, but the two new reports failed because some Crystal Desicions components did not get installed.
    After researching, I created a new install package with the following merge modules:
    CrystalReports11_5_RDC_Designtime.msm, CrystalReports11_5_RDC_Runtime.msm, CrystalReports11_5_RDC_Reportengine.msm, CrystalReports11_5_RDC_License.msm, CrystaReports85_ActiveXControl.msm, CrystalReports85_Crpaig80.msm, CrystalReports85_Cpre32.msm and CrystalReports85_Imploder.msm.
    Reinstalled the app.  The two reports in the C# module work great, however, all of the reports associated with the VB6 code get an "Invalid TLV record" error.
    I have researched this issue here and on the web with no joy!
    Is Crystal Decisions and ActiveXviewer mutually incompatible?  Are we missing something in the installation build?
    Any advice would be greatly appreciated.

    <p>This has happened in the past when your code uses a generic prog id to create the object:</p><p>application.CreateObject("CrystalRuntime.application")</p><p>change to</p><p>application.CreateObject("CrystalRuntime.application.115);</p><p>Another thing you might want to try is to put the craxdrt115.dll into a COM+ package and give it administrative rights. </p><p><strong>KBase Article ID:</strong><span style="margin-left: 5px">c2017301</span></p><p>This is a very generic error so it is hard to say what the problem is with so few details but I tried my best. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Error :Invalid TLV Record when using with VC++ UI Thread

    Post Author: divya prakash
    CA Forum: Other
    Hello
    I am using Crystal Report XI with VC++ 6.0 .When I am trying to print report directly on button click event all goes well.But as soon as i try to print report calling that function in a UI Thread it gives two error :
    This document could not be opened. It does not appear to be a Crystal Report document.    This document has the expected file extension (.RPT) but it seems to be corrupt. If the report use to work, try opening it with a different version of    Crystal Reports and if that still does not work, please contact your administrator.
    after pressing OK it gives another error : Invalid TLV record.
    I dont know what is going wrong ...same code works well if I dont call in UI Thread and the moment I try to do the same by calling that function in UI Thread it gives above errors.
    I have registered :craxdrt.dll as well as crqe.dll .... than also ..
    Please help me I am totally stuck ...
    Thanks in advance
    - Divya Prakash

    Post Author: divya prakash
    CA Forum: Other
    Hello
    I am using Crystal Report XI with VC++ 6.0 .When I am trying to print report directly on button click event all goes well.But as soon as i try to print report calling that function in a UI Thread it gives two error :
    This document could not be opened. It does not appear to be a Crystal Report document.    This document has the expected file extension (.RPT) but it seems to be corrupt. If the report use to work, try opening it with a different version of    Crystal Reports and if that still does not work, please contact your administrator.
    after pressing OK it gives another error : Invalid TLV record.
    I dont know what is going wrong ...same code works well if I dont call in UI Thread and the moment I try to do the same by calling that function in UI Thread it gives above errors.
    I have registered :craxdrt.dll as well as crqe.dll .... than also ..
    Please help me I am totally stuck ...
    Thanks in advance
    - Divya Prakash

  • Invalid Index in Crystal Report

    Hello,
    I have written a code which displays records in the crystal report filtered by a textbox in the windows form. I wanted to pass the value of the textbox into the parameter field found in the header of the report. Please help anyone.
    SqlConnection conn = conString.getCon();
    ReportDocument cy = new ReportDocument();
    dt1 ds = new dt1();
    conn.Open();
    cy.Load(Application.StartupPath + @"\crpt.rpt");
    SqlDataAdapter da = new SqlDataAdapter("exec viewInfo @gen", conn);
    da.SelectCommand.Parameters.AddWithValue("@gen", txtGender.Text);
    da.Fill(ds.Info);
    cy.SetDataSource(ds);
    cy.SetParameterValue("gName", txtGender.Text); // prompts invalid index although I did check this already
    //Everything works except this line
    crystalReportViewer1.ReportSource = cy;
    conn.Close();
    Thanks in advance.

    Hi dptmpc,
    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.
    Based on your issue, since this Crystal Report is a third-party report, we are not support it. So I suggest you could try to consult this issue to this Crystal Report site:http://scn.sap.com/community/crystal-reports/content?filterID=contentstatus%5bpublished%5d~objecttype~objecttype%5bthread%5d
    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.

  • Missing records: Crystal Reports MDX driver bug?

    Dear,
    A Crystal Report based on a SAP BW MDX Query is not showing exactly the same results as when launching the Bex Query alone. No filters have been applied however in the crystal report.
    The strange thing is that as long as I do not add a specific field in my Crystal report (0PROJECT), the numbers (totals etc.) are correct (=the same as when launching the Bex Query alone in Bex Analyzer). However, when adding the field 0PROJECT in the 'details' section of the Crystal Report, the totals, sums etc.. change and the numbers are no longer correct (some records are not taken into account, the total is lower)
    This strange behaviour is only present when using the MDX driver. When the normal SAP BW query driver is used, all is fine (but the MDX functionalities are missing)
    Crystal Reports version = 12.3.1.684
    SAP integration Kit has been installed
    SAP Bex Query Designer= Support Package 12, Revision 642
    Somebody knows how to explain/resolve this?
    kr,
    Toon Francx

    hi guys,
    lets be clear here:
    Ingo: Indeed, when launching the MDX query via MDXTEST, i get the same results as in Crystal Reports (so with the omitted records)
    When launching the bex query separately everything works perfectly though
    >> so you are basically saying that MDXTEST is showing you exactly the result as crystal Reports. If yes - then the problem is NOT in Crystal Reports.
    Ingo

  • Crystal Reports 8.5 "Invalid TLV" after reinstall

    Good morning,
    We had a billing machine that was using Crystal Reports 8.  The hard drive died, we reinstalled the OS, reinstalled Crystal, and now we're getting errors when trying to open old reports "Invalid TLV Record."
    I've tried the steps below:
    u2022         Ensure the crystal report versions match. (i.e., the version in which the report has been created has to match the version at the client's workstation.)
    u2022         If the versions are the same and you still get the error, it could be due to a "copy paste mismatch". Try copying the .rpt file in a different location and then running it.
    u2022         If this does not solve the problem, check for the presence of important dll files in the client computer.
    I tried this step, but I have a feeling the error may be fixed somewhere in this step
    Still can't get anything to work and I need some help - Please and Thanks!
    -JB

    This is quite peculiar - reason being there was only 1 machine in our ENTIRE organization running Crystal Reports (and of course was NOT backed up) with all of the documents saved locally.
    Is it possible there is a missing service pack that would keep the reports from opening?
    I got a little more info from the folks who actually run the reports - the reports we are having problems opening are the web reports.
    We're able to pull up the apps and run them against the server to get our queries.  For another week we are unable to test the creation of a web report (since we don't have all the information to put into Crystal, yet), but it's on the agenda.
    Is there a special report viewer that we can use to view these .RPT web reports?

  • TLV Error when using crystal report in application from Terminal Services

    Our accounting software is generating the error:
    Invalid TLV record
    The error is generated from every user except one, for that one user everything works fine.
    i've checked the file permissions on the rpt files as well as the dll, everything is correct and i'm now lost.
    Any ideas on where else to start looking?

    Ah.. I hate when they do that, if you are going to write an application then support it.... At least help figure out why it's failing other than just saying it should work....
    I would get on a call with them and get a Manager involved, someone there should be able to help you...
    In the mean time:
    First easiest way is search for crpe32.dll, there should only be one version and it should match the est of the file versions. Next step will tell you the versions being used.
    OK, download [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip]. what this app will do is list all of the runtime files each user has access to. You can save and then compare the list files between the  one working PC and any other user. Should help determine what is missing or the users profile doesn't have access to or not installed.
    Another option is to use ProfileMonitor from Microsoft, it will list all access issues including the registry keys that all users need to run CR.
    Can you tell me what version you are using?
    Also need to know what version of TS?
    OS it's running on?
    And work station OS?
    One more option, go to this link http://www.sdn.sap.com/irj/scn/advancedsearch?query=boj and search on "invalid tlv" and it will return a bunch of know reasons why you can get that error.
    Thanks
    Don
    Edited by: Don Williams on May 31, 2011 12:52 PM

  • Crystal Report Error while doing Email Billing

    After emailing approx. 497 invoices utilizing MS Dynamics, we are getting the following errors; In addition, we have to respond to numerous printing prompts presented by Crystal Report, v11.
    Error in ASI_SEND_MAIL_WITH_Outlook.
    Error: Object require error number: 424
    Error in ASI_OpenReport.
    Error: Invalid TLV record.
    Error Number: -2147206429
    What is causing the program to abort with the above Crystal Report errors?

    Hello,
    This may be caused by load. Where one report is not complete before the next one is called.
    It would be difficult to determine without having access to the source code.
    The trouble-shooting should be done by MS Dynamics since it is coming from inside their application and they can involve Business Objects if they have questions.
    Elaine

  • Crystal Reports 8.5 to XI

    Post Author: RobDog888
    CA Forum: General
    Hello Members,
    I had written some reports in 8.5 a while back and work with them with VB 6. Now CR 8.5/9 dependnacy files are on the server but recently they bought/installed CR XI on it too now. I was wanting to upgrade the reports to XI as 8.5 is no longer available but since CR XI is installed on the server and the app runs on the server, merge modules shouldnt be needed AFAIK.
    Now I get a "-2147206429 - Invalid TLV record." error when I try to load the report from the VB 6 program and the CR Viewer shows as just blank.
    Whats missing or needed to get it to load?
    Thanks

    Post Author: RobDog888
    CA Forum: General
    Hello Members,
    I had written some reports in 8.5 a while back and work with them with VB 6. Now CR 8.5/9 dependnacy files are on the server but recently they bought/installed CR XI on it too now. I was wanting to upgrade the reports to XI as 8.5 is no longer available but since CR XI is installed on the server and the app runs on the server, merge modules shouldnt be needed AFAIK.
    Now I get a "-2147206429 - Invalid TLV record." error when I try to load the report from the VB 6 program and the CR Viewer shows as just blank.
    Whats missing or needed to get it to load?
    Thanks

  • Crystal reports 10 - Invalid Argument Provided Error obtained

    Post Author: p8***8
    CA Forum: General
    I have a report that takes a USERID value(int) as a parameter(user supplied).  This report works for all parameter values except one(so I know this has nothing to do with stored procedure permissions).  If I run the associated stored procedure independently for this parameter value, it returns the complete result set.  Also, the data obtained from the database tables is validated, so I doubt that the report encountered some invalid value.  The Stored Procedure that the report uses does not call any other procedure.  I don't understand what invalid argument the report comes across causing it to throw this error.  The only thing I can think of is the enormous result set that is returned for this particular parameter(over 8000 records).  Is there a limit to the report size in Crystal Reports version 10?

    can you run it locally outside the viewer?

  • Invalid TLV with vb6 and Crystal XI

    Hi,
    I'm having a problem and haven't found any solution.
    I have an application on VB6, I create the setup and installed on another computer.  When I'm testing the application it gave the error "Invalid TLV" when trying to run some of the reports.  The reports are on Crystal Report XI.  I notice the error is just with the reports that use parameters, the ones without parameters runs Ok.    I tested and is passing the parameter value.  The errros is on this statements:
    Set Report = CrysApp.OpenReport(sptPath & reportName)
    This is the same statement for all my reports but is not working for those with parameters.
    I don't have any problem with this reports on my computer the problem comes when I create the setup and install it on another computer.
    Any solutions????
    Thanks.

    Hi Diana,
    Any time you deploy an application you need to include the appropriate merge modules.  You can not deploy just the dlls that seem to be used as there are many in the background that have dependencies, registry entries, etc.  Manual deployment is not supported.
    You were able to find the correct deployment method on your own
    Good luck with your project.
    Jason

  • Invalid Key code Error while installing crystal report server 11

    While installing crystal report server 11,i am facing an erro which says Invalid Key code Error.I had raised this issue to SAP customer support and attaching the conversation that we had.PLEASE HELP me to resolve the issue.
    MAILS--Dear Mohit,
    Thanks for the patience.
    We have received the below update from the Licensing Team.
    You received your permanent key in respect of these licenses - the key is  for Crystal Reports Server XI.
    You did not purchase these licenses for Crystal Reports Server, but purchased it for Crystal Reports and a 5-named user license for Crystal Reports was included as a special offer.  The software included was version XIR2, but you elected to use version XI instead and received key .
    You would need to enroll the licenses in maintenance if you want to upgrade them.
    In case of any queries please create a ticket via the Service Market Place.
    Regards,
    Jessy
    Customer Interaction Center
    SAP Active Global Support
    Hello Jessy,
    The customer received their permanent key in respect of these licenses - the key is  for Crystal Reports Server XI.
    They did not purchase these licenses for Crystal Reports Server, they purchased Crystal Reports and a 5-named user license for Crystal Reports was included as a special offer.  The software included was version XIR2, but they elected to use version XI instead and they received key .
    They cannot decide to upgrade now - they must enrol these licenses in maintenance if they want to upgrade them.
    Kind regards,
    Rosemary
    From: BOSAPASIA
    Sent: 29 September 2009 05:49
    To: Savage, Rosemary
    Subject: FW: Crystal Reports Server Installation Issue
    Importance: High
    HI Rose ,
    Need your assistance on the below issue.
    Customer purchased Crystal Report Server XI R2 in 2005. When he is trying to install it now, he is getting an Invalid Key code Error.
    He has provided us the Scanned copies of the Key code and the registration number.Can you please help and check if he can be provided with a Keycode.
    Regards,
    Jessy
    CIC Team Lead
    Customer Interaction Center
    Global Support Centre India
    SAP Labs India Pvt Ltd
    Hi,
    Providing you with the required details to proceed further
    Registration Number-
    Registration Email Address-taxmantra.support
    And also please find attached the scanned copy of the Registration key we got for the Crystal report server.
    Dear Mohitk,
    Thank you for your information.
    I checked with the concerned colleague and received the below update:
    Please check from where you got this key code. If from a paper, please scan it to us. Please let them track to the original paper or email.
    If you have registered the key code, please provide us the registration number or registration email address so that we will try to check for you.
    If you did not register before, as the promotion is over so the key code could not be replaced.
    I request you to kindly check the same at your end and revert with the details.
    Moreover, there are two ways for Crystal Report customer to get support.
    One is customer with bundled product such like BOE and under maintenance. These customers will have an S-user ID and password to log a case in service market place via http://service.sap.com/message
    A learning map was provided, listed on left column.
    The other is customer with only Crystal report product, the support is via SDN.
    http://service.sap.com =>Crystal Reports and Xcelsius Support=>Crystal Reports and Xcelsius Forums
    Customers can first check whether other customer has got the same issue and find the reply from our engineers.
    You may also post your own thread for support.
    Anything else I could help, please do not hesitate to contact again.
    Hi,
    I am providing you with the details required to resolve the issue related to Crystal report installation,for reference of the issue please refer the mail below.
    Please find attached the Scanned Document  containing the details as per the details required by you.
    Hope to see a quick resolution for the issue.
    Dear Mohit,
    Thank you for your e-mail.
    As discussed, I understand that youu2019ve procured Crystal Reports Server 11 in 2006. However youu2019re facing issues with key codes while reinstalling the same. We request you to kindly provide us with below details for further assistance.
    Your customer number:
    Your customer name and address:
    Purchase order number:
    Any other products purchased along with Crystal Reports Server 11
    Any S-User Id:
    Any old case ID:
    Please feel free to contact us if any further queries.
    Hi,
    I am raising this concern on behalf on Taxmantra project (Tata Consultancy Services noida).
    We have bought licensed Crystal Reports Server 11 near by 2006.We are trying to install the crystal server but while installing ,we have encountered with an error message that:-
    "The product key code you have entered is incorrect"
    We are facing the same issue in 2006,I am attaching with this email the conversations that was held in 2006 to get the correct key code.
    Please help us to resolve the issue as early as possible.
    My contact number:
    If you need any further information do let me know

    Ajit,
      By design, the product is not able to be installed under the superuser account.
    1.  Create a new user and specify a home directory for the user without a quota set.
    2.  Copy or move the installation files to a directory that the new user can read.  I suggest you move the installation files directly into the new user's home directory.
    3.  Logon as the new user (or su - newuser)
    4.  run the installation shell script using that new user's account.
    NOTE:  Ensure the system meets the requirements from the supported platforms documents.
    .Tony

  • Crystal Report error - The Handle is invalid;

    I get the error 'The handle is Invalid' when I try to print a crystal report that is opened in the Report viewer.
    I was wondering if anyone has encountered this is has a solution.
    The report was created using Crystal Report 2008 for SAP B1.
    Regards
    Albert

    Albert,
    You may check those old threads first:
    Embarrasing issue
    Re: 5 : - The handle is invalid
    Landscape test connection failure: The handle is invalid.
    Thanks,
    Gordon

  • Invalid report File path-crystal report

    Hi Every one,
    I created Crystal Layout for GRPO PLD.When I am trying to import it is showing 'Invalid report file path',But it is working fine in another server.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    Not sure below SAP note related to above issue:
    1710613 - CR_Multiple Data Sources Not Recognized After Importing
    Multi-Database Crystal Reports
    1668274 - Print Draft with Crystal Layout
    Thanks & Regards,
    Nagarajan

Maybe you are looking for

  • Reading value of bind variable

    Hi, I have been debugging a java application and in the process I wanted to know which values the application passed as bind variables. So i checked v$sql_bind_capture and enabled trace on the session. Unfortunately the datatype was TIMESTAMP, so the

  • Any way to connect my palm to my laptop over bluetooth and have internet in my palmcentro

    sorry but I have little knowledge on cell phones, I have a Palm Centro and I wonder if there's any way to connect my palm to my laptop over bluetooth and have internet in my palmcentro, I had sprint in usa but now I'm Ecuador and I'm ussing another c

  • Configuring shipping point as Trigger point for posting outbound idoc

    Hello All, I have a requirement that on saving an Outbound Delivery(VL02N), an Outbound Idoc should be posted...but the condtion for posting the idoc should be its shipping point. I am not sure how to configure shipping point as the trigger point for

  • Height won't change on my images

    So I don't seem to be able to change the height on my images for different devices. The image seems to only want to be one size for all. I've noticed when I try and change the proportions of the image it changes the proportions of some of the other i

  • Alternate Hierarchy in same version

    HI, I have a requirement to create an alternate hierarchy in the same version. In a current version, we are having a hierarchy named as HN_Managerial. Our requirement is to have an alternate hierarchy named HN_Managerial_Mgmt which should be the exac