Inport form crystal reports

I get e erreur message when i tried to feed oracle form crystal.
Crystal take date from sql server.
The table is create on oracle and i have delite write acces.
Thank you

From your question what I understand is , you were trying to is,
getting the data from sqlserver and displaying it through crystal report and
sending that output to Oracle. (you are getting error here).
Since this forum, is particularly for Portal - Export/Import and your question is no way related to Portal - Can u brief us more on what you are trying to do?

Similar Messages

  • Without Crystal Report on SAP Form yet

    Hi experts!
    I follow this thread http://scn.sap.com/thread/3500063 I wonder if someone has solved this issue I've tried many different ways without success.
    Summarizing: When you try to assign a report document or a CRAXDDRT Report to a crystal report viewer on a SAP B1 form like is showed below you get an exception "Specified cast not available"
       ' on Next line exception raised "Specified cast not available"
                RepViewer.ReportSource = cryRpt
    I also tryed to create a crystal decisions windows form crystal report viewer, get the report source an assign it to the report viewer but I get the same error (oRpt is a report document which is loaded previously)
         Dim oCRForm As New CrystalDecisions.Windows.Forms.CrystalReportViewer
         oCRForm.ReportSource = oRpt
         RepViewer.ReportSource = oCRForm.ReportSource
    If I set the path directly I get the same error
         Dim sRptPath As String
         sRptPath = Windows.Forms.Application.StartupPath() + "\Report.rpt"
         RepViewer.ReportSource = sRptPath
    I'm using CrystalActiveXReportViewerLib14.CrystalActiveXReportViewer, VS2010, VB, Windows 8 Pro
    Is there another way to show it on a SAP B1 form ?
    Best regards.

    Wow. You're mixing a number of technologies and terms, none of which really make much sense:
    1) CRXDDRT is not used in an .NET apps anymore and you would not be licensed to use it anyhow.
    2) You are not licensed to use the CrystalActiveXReportViewerLib14.CrystalActiveXReportViewer.
    3) You are using the Crystal Reports Assemblies for .NET (not craxddrt...).
    4) You  are using Crystal Reports for B1.
    To use CR in a .NET application, you must use the CR viewer for .NET. Any additional queries should be posted to the SAP B1 forum:
    SAP Business One Application
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • How can I get the View Tab name on the Crystal Report Viewer at runtime?

    When a report is displayed in the Windows Forms Crystal Report Viewer and the user drills into the report, the drill down view is displayed in a seperate view and is identified via a View tab at the top of the report.  I can determine the index of the view tab that is currently selected, but I need to access the text that is on the View tab.  The only properties that I've found that pertain to the "view" on the Crystal Report viewer are the ActiveViewIndex and the ViewCount.  Unfortunately, neither of these items help me because they are not specific to a certain section of the report.  Has anyone had any luck accessing the View Tab properties ?  Thanks.

    The tabs at the top of the page are nested within some of the viewers controls. Through trial and error you just have to find the right one. In this case the main part of the report is in the first control. This happens to be a TabControl. From there you can loop through the TabPages on the TabControl to grab the names of the tabs.
    Here is a quick example of what I did to get the tab text. All this code was in a button click event.
    Control oControl = crystalReportViewer1.Controls[0];
    TabControl oTabControl = (TabControl)oControl.Controls[0];
    foreach (TabPage oTabPage in oTabControl.TabPages)
         MessageBox.Show(oTabPage.Text);

  • Crystal Report on SAP R/3 ABAP Program or Transaction Code

    Hi Experts,
    I am working on SAP BI, my current requirement is to develop a dashboard. Client given the list of reports and they want to see these reports as a dashboard in BO. All these reports are SAP R/3 ABAP Programs. My doubt here is, is it possible to connect directly or bring directly a ABAP program in crystal reports. I know that form crystal reports we can connect to SAP R/3 through SAP Table, Cluster , Function Modules and so on.
    Anyone please clarify this doubt.
    Thanks & Regards
    Ramakrishna Kamurthy

    Moving to Integration kits forum: Questions re: Crystal Reports/Enterprise to SAP Integration Kit - SAP

  • Convert crystal reports to OBIEE?

    Does anyone know of a tool that will convert crystal reports to OBIEE or how difficult it is?

    There is no tool as both products are from different vendors. You need to manual conversion, mean get the requirements noted form crystal reports and build them in OBIEE from scratch. Using BI PUblisher is recommended,as most of the crystal reports uses custom sql.

  • How to Resolve Join Syntax Errors in Crystal Reports 11.5

    Weu2019re upgrading form Crystal Reports Runtime Client 10.0 to 11.5.  I have a registry fix that resolves the join syntax errors in Crystal Reports 10.0 by updating the registry key:
    [HKEY_LOCAL_MACHINE\Software\Crystal Decisions\10.0\Crystal Reports\Database\QueryBuilder\JoinBuilder]
    "SQLServerJoinBuilder"="adbc"
    What is the fix for Crystal Runtime 11.5?

    Create a new key under:
    HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Database\QueryBuilder\JoinBuilder and add the values
    "SQLServerJoinBuilder"="adbc"

  • 「crystal reports 10」の「ProfessionalEdition」について

    お世話になります。
    株式会社対松堂精工の平野といいます。
    crystal reports 10 のProfessionalEditionについてお聞きしたいと思います。
    以前にVB6でのシステム開発に御社の「crystal reports 10」を使用しておりました。
    今回、弊社にて.netの新しいシステムを開発することになり、
    帳票ツールに「crystal reports 10」を再利用したいと考えております。
    開発ツールには「VisualC#2005ExpressEdition」を使用します。
    この場合、「crystal reports 10」のProfessionalEditionで帳票を開発することは可能でしょうか?
    開発を試みたところ、
    CrystalDecisions.CrystalReports.Engine
    CrystalDecisions.ReportSource
    CrystalDecisions.Shared
    CrystalDecisions.Windows.Forms
    の参照設定が見当たらず、困っております。
    又、追加のヘルプファイル
    「Crystal Reports for Visual Studio .NET のヘルプ」の、
    「\Program Files\Crystal Decisions\Crystal Reports 10\Developer Files\Help\Jp\Crystal.HxC」
    も見当たりません。
    そもそもProfessionalEditionでは.netでの開発は無理なのでしょうか?
    ご回答よろしくお願いいたします。

    回答ありがとうございます。
    「ProfessionalEdition」では、.netの開発ができないのですね。
    残念です。
    調査に行き詰っていたので大変助かりました。
    ありがとうございました。

  • Opening a Crystal Report in B1 8.8 in a User Defined Form representing UDO

    Hi Experts,
    Is it possible to open a Crystal Report from a User Defined Form representing my UDO?
    I had developed a 'Vendor Quotation' UDO and its  User Defined Form
    I wanted to show the report while clicking the Preview menu in SAP B1 8.8 toolbar.
    I have created the Crystal report and used the record selection as {@OVQT.DocEntry} = {DocKey@}
    Please help
    Also, is it possible to add Print layout and assign a default Print layout to this User Defined Form?
    Thanks in advance
    Regards
    Arun

    Hi,
    I also face the same problem. I make a master type using UDO. But i want to print it.
    In my opinion ( i haven't tried this way ). If we make a UDO ( master or document type ) , we will find the docentry and object field in our UDT. Both of these will connect between SAP form and Crystal report. In crystal report we select the tmsp_doclinetypelayout. It is a store procedure which will connect between SAP form and CR. Before that try to modify this SP by adding the udo object.
    Fyi, if i'm not mistake dockey is connected to docentry SAP form.
    Thanks
    regards
    bodhi86

  • Crystal report open instead of PLD with same form reference.

    Dear All,
    I configured crystel reports  to open in preview insted of PLD for documents,
    but it is asking parameters of the documents to be opened coz i have created parameteries crystal report,
    Means it is open whatever i have created in crystal report.
    But i want to open my crystel reports on preview directly insted of PLD
    with the same form reference.
    Means like PLD is opening preview directly whatever number form is open.
    Suppose in Sales Oreder form is open in that 5 no's Sales Order is there and then
    when i click on Preview that time only 5 no's PLD Preview is open.
    Like that i want to open Crystal Report.
    How to get that no's reference to crystal report ?
    Thnks
    Harish

    Close this thread as 2 same threads are opened with the same topic..

  • Crystal Report Windows Forms Viewer Error in 1 Workstation after upgrade of PL

    Hi all,
    We just upgraded SAP from 8.82 PL02 to 8.82 PL15.
    Afterwards, in just 1 workstation, Crystal Reports layouts have Crystal Report Windows Forms Viewer error I attach.
    Before the upgrade this error did not happen.
    No permissions or authorizations were changed  in the workstation.
    The Crystal Reports layouts remain working fine in server and in the other workstations.
    In the workstation following are installed:
    - Operating System Windows 7;
    - Microsoft .NET Framework 4.5;
    - SAP Crystal Reports runtime engine for. NET Framework;
    - Crystal Report 2008 Runtime SP6;
    - Microsoft SQL Server 2008 R2 Native Client.
    All, but the operating system, are equal to the other workstations.
    User has edit access to SAP folders, temp and access to the attach path.
    We already uninstalled SAP client and client agent and re-installed it but with no avail.
    Can anyone help me?
    Thanks in advance.
    Best regards,
    Pedro Mariano

    Hi San Xu,
    Thank you for your input.
    However I'm facing problem with each software is suitable.
    I installed SAP Crystal Reports for SAP Business One (CR 2011 V14.0.4.738), but with no avail.
    Thanks in advance.
    Best regards,
    Pedro Mariano

  • Oracle Forms 6i and Crystal Reports XI

    Hi All,
    Has anybody had any success in calling crystal reports xi from oracle forms 6i? I have noticed there has been a number of threads on this for previous versions of crystal. Any help would be appreciated.
    Regards,
    Scott.

    Did u Succeed in calling crystal Reports XI from Forms 6i
    or from Forms10g
    for me also the same Requirement
    please send any document ,Attachment ,steps to call Crystal Reports XI from Forms
    [email protected]
    Message was edited by:
    user501763

  • How to Call a Crystal Report from Form 6i?

    Dear All,
    Can anybody tell me how to call a crystal report, designed using Crystal Report 9, in form 6i? I tried one solution by using the host command but it was not working properly. The code I was tried is like:
         f_name varchar2(240);
         f_name :='C:\Program Files\Crystal Decisions\Crystal Reports 9\crw32.exe D:\Form16\Form16_Rep\bin\Debug\Form_16_character_emp.rpt';
                   host(f_name);
    This open the crystal report in design view. So how we call a report which run automatically like in .Net. How to pass the connection info of the database schema?
    Thanks & Regards
    Sunil

    Hi
    First see the built in run_product function.
    You can create a parameter list, add the
    "MAXIMIZE" paramter in it and then call your
    report with run_product passing your parameter list in it.
    hence the called report will be maximized.
    null

  • Refer to a Form Field in a Crystal Report

    Hello!
    For a customer I need to set up a Layout in Crystal Reports for Asset History Sheet in Fixes Assets.
    Depending on the Depreceation Area (IFRS, HGB) the (printed) report contains different data, I need to filter the data in the Asset History Form that is shown on the screen in different ways.
    I have to make sure that no HGB report can be printed with IFRS numbers (and vice versa).
    The information about the Depreceation Area is written in a field in the Asset History Form on the screen, it is not stored in any table.
    Is it possible to check the content of this field in my Report?
    Thanks and best regards
    Peter Ganserer

    Hi Peter,
    If the Form Field is a direct field from table, you can add the field from table. However, if it is a calculated field, you may not have option to put it into Crystal Report.
    Thanks,
    Gordon

  • Problem showing the crystal report viewer in form after added the component on it

    Greetings
    I have a problem running a program. I created a form which I added the component Crystal Report Viewer perfecty but during program execution when I call that form my VS 2012 Ultimate show the following error:
    Translated:
    Failed to create the form. See Exception.InnerException for details. Error: An exception occurred in the type initializer for 'CrystalDecisions.Shared.SharedUtils'.
    Note: If I remove the component from the form. the applications runs fine when calling the form without the component CrystalReportViewer
    It is something related to my VS? o just that the actual version 13.0.9 is not yet compatible?

    Report.Show?
    How about you try:
    CrystalReportViewer1.ReportSource = <path to your report>
    Or:
    Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument
    crReportDocument.Load(<path to your report>)
    CrystalReportViewer1.ReportSource = crReportDocument
    Or, if the report is added to the project:
    crReportDocument = New test
    CrystalReportViewer1.ReportSource = crReportDocument
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter
    Message was edited by: Ludek Uher

  • Passing parameters from vb form to a crystal report with stored procedure

    Can someone give me an idea how to use data inputted on vb form to be use as basis of crystal report generation which loads data from a stored procedure. Stored procedure has parameters that was also set in the crystal report. viewing on crystal report is ok but i am having difficulty running the report from vb.

    Hi John,
                  If Not CRRpt.ParameterFields("AgeType") Is Nothing Then
                        CRRpt.ParameterFields("AgeType").CurrentValues.Clear()
                        Dim ParamValue As new CrystalDecisions.Shared.ParameterDiscreteValue
                        ParamValue.Value = AgeType.ToString 
                        CRRpt.ParameterFields("AgeType").CurrentValues.Add(ParamValue)
                    End If
    Note that the ParamValue.Value should be assigned with exact same data type as you declared it in CR.
    If it is string, Convert your Variable to string first.
    If it is date, make sure you are passing a date variable.
    and so on...
    Regards
    Edy

Maybe you are looking for

  • JDBC System For MS Access

    Hi,     I want to create a system object in portal which will access MS Access database which is on my PC. Can anybody tell me what should I give in system properties: Connection URL and Driver Class Name I am using EP7.0 (Netweaver 2004s SPS10). Che

  • Custom Fields?

    Is it possible to define custom fields in Lightroom 2? For example, you might want to store information on where the release is stored for a specific picture. Or another example: Those now contributing stock to Alamy have to live with three "levels"

  • I have problems with my Photoshop and Premiere Elements 10

    I've had Elements 10 and Premier Elements 10 since February and they've been nothing but trouble, constantly closing and, in addition, I believe causiing other programs, such as IE 9 and those in Office 10, to close also. They've disappeared again an

  • TS2518 Anyone else having trouble with plug-ins in Aperture 3.2.3?

    I am having problems with Aperture 3.2.3 using my Nik plug-ins.  I have updated everything from my iMac to Aperture to my plug-ins.  I've done a repair permissions, restarted, and all that as well.  The problem is that when I edit a photo using my pl

  • I have a new iMac that hangs at Create a Computer Account screen. Taking forever.

    I just unboxed a new iMac and am attempting the initial setup. I get to the "Create a Computer Account" screen, fill in my name/accountname/password etc. Hit Continue and it has been spinning for ~30minutes. Any tips on how to get around this? Thanks