Crystal Report: ERROR - Some parameters are missing values

          mine report it possesses a single parameter ....
          this is the example of like tries of to change the value set up in the report...
          ERROR: Some parameters are missing values
          thanks help...
          EXAMPLE:
          <%@ page import="com.crystaldecisions.report.web.viewer.*"%>
          <%@ page import="com.crystaldecisions.report.htmlrender.*"%>
          <%@ page import="com.crystaldecisions.reports.reportengineinterface.*"%>
          <%@ page import="com.crystaldecisions.sdk.occa.report.reportsource.*"%>
          <%@ page import="com.crystaldecisions.sdk.occa.report.data.*"%>
          <%@ page import="com.crystaldecisions.common.keycode.*"%>
          <%@ page import="java.util.*"%>
          <%
          try {
          IReportSourceFactory2 rptSrcFactory = new JPEReportSourceFactory();
          String report = "report/ReportParametro1.rpt";
          IReportSource reportSource = (IReportSource) rptSrcFactory.createReportSource(report,
          request.getLocale());
          Fields fields = new Fields();
          ParameterField pfield1 = new ParameterField();
          Values vals1 = new Values();
          ParameterFieldDiscreteValue pfieldDV1 = new ParameterFieldDiscreteValue();
          pfield1.setName("CICCIA");
          pfieldDV1.setValue("SELECT descrizione, validoDa, validoA FROM tariffari");
          pfieldDV1.setDescription("Query Dinamica....");
          vals1.add(pfieldDV1);
          pfield1.setCurrentValues(vals1);
          fields.add(pfield1);
          CrystalReportViewer viewer = new CrystalReportViewer();
          viewer.setReportSource(reportSource);
          // layout
          viewer.setOwnPage(true);
          viewer.setBestFitPage(true);
          viewer.setHasLogo(false);
          viewer.setHasRefreshButton(true);
          // group navigation
          viewer.setHasToggleGroupTreeButton(false);
          viewer.setDisplayGroupTree(false);
          // page navigation:
          viewer.setHasGotoPageButton(false);
          // print/export
          viewer.setHasExportButton(true);
          //viewer.setPrintMode(CrPrintMode.PDF);
          viewer.setPrintMode(CrPrintMode.ACTIVEX);
          viewer.setIgnoreViewStateOnLoad(true);
          viewer.setParameterFields(fields);
          viewer.setEnableParameterPrompt(false);
          viewer.refresh();
          viewer.processHttpRequest(request, response, getServletConfig().getServletContext(),
          out);
          viewer.dispose();
          }catch(Exception e){
          out.println("Errore " + e.getMessage());
          %>
          

I am facing the same problem. After selecting an export option (PDF/RTF), the same error message is coming up.
          Also, what needs to be done for displaying export option of EXCEL?
          Thanks,
          Farzal

Similar Messages

  • CRYSTAL XI SOME PARAMETERS ARE MISSING VALUES

    I have a huge problem with parameters in crystal reports XI.
    Iam developing using jdeveloper 10g and a jndi connection
    I use th following code into my jsp
    the report filelds are set correctly and they HAVE values
    but after the execution of the following code
    i get the following message
    ERROR SOME PARAMETERS ARE MISSING VALUES
    also I install both commonwinXI_chf and cXIwin_chf fixes from crystal and still nothing .Any solutions to this problem because Iam freaking out
    for once more crystal reports XI supports sucks
    my code:
    IReportSource reportSource= (IReportSource)session.getAttribute("reportSource");
    Fields fields=(Fields)session.getAttribute("reportFields");
    CrystalReportViewer crViewer=new CrystalReportViewer();
    crViewer.setReportSource(reportSource);
    crViewer.setParameterFields(fields);
    crViewer.setEnableParameterPrompt(false);
    crViewer.refresh();
    // my fields have values
    crViewer.setOwnPage(true);
    crViewer.setOwnForm(true);
    crViewer.setPrintMode(CrPrintMode.ACTIVEX);
    // if i set fields=crViewer.getParameterField then filelds variable is empty!!
    try{
    crViewer.processHttpRequest(request,response,getServletConfig().getServletContext(),out);
    crViewer.dispose();
    }catch(ReportSDKException e){
    out.println(e);
    }

    Sorry man sometimes i forget even my self!!
    In order to connect crystal with JNDI you have to set the correct parameters
    into CRConfig.xml
    for example
    <JDBCURL>jdbc:oracle:thin:@somewhere:ORA_DB</JDBCURL>
         <JDBCClassName>oracle.jdbc.driver.OracleDriver</JDBCClassName>
         <JDBCUserName>username</JDBCUserName>
         <JNDIURL>t3://somewhere:7001</JNDIURL>
         <JNDIConnectionFactory>weblogic.jndi.WLInitialContextFactory</JNDIConnectionFactory>
         <JNDIInitContext>/</JNDIInitContext>
         <JNDIUserName>weblogic</JNDIUserName>
    also
    you have to provide the same info into file
    CRDB_JavaServer.ini
    [CRDB_JDBC]
    CacheRowSetSize = 100
    JDBCURL =
    JNDIURL =t3://somewhere:7001
    JDBCUserName = guest
    JNDIUserName = weblogic
    JNDIConnectionFactory = weblogic.jndi.WLInitialContextFactory
    JNDIInitContext = /
    I put both files into WEB-INF classes directory
    and finaly in both cases you have to include in your project the driver libs
    in my case I use weblogic therefore I have included weblogic.jar into my classpath

  • Crystal Report "some parameters are missing values" while exporting/printin

    I am able to pass parameters from a JSP to a crystal report through CrystalReportViewer and view the report. (I tried doing it using the code provided on this help forum. I was getting a message: "Some Parameters are missing values". I had to add 1 line: pfield1.setReportName(""); for every parameter field. And It worked..)
    Now I can see the "Print" and "Export" buttons. But when I try to print or export the report, I get the same message "Some Parameters are missing values".

    see posting "parameter driven export to excel" on April 26th

  • Some parameters are missing values

    I am trying to invoke a crystal report using JRC API. I am using Business Objects XI.
    When I try to invoke the report after setting all parameters I am getting an error message "Some parameters are missing values ". Here is how my JSP code looks like
    ReportClientDocument oReportClientDocument = new ReportClientDocument();
    oReportClientDocument.open(reportName, 0);
    CrystalReportViewer oCrystalReportViewer = new CrystalReportViewer();
    //set the reportsource property of the viewer
    oCrystalReportViewer.setReportSource(reportSource);
    //set viewer attributes
    oCrystalReportViewer.setOwnPage(true);
    oCrystalReportViewer.setOwnForm(true);
    //set the CrystalReportViewer print mode
    oCrystalReportViewer.setPrintMode(CrPrintMode.ACTIVEX);
    //refresh the CrystalReportViewer if necessary (only required once)
    if (session.getAttribute("refreshed") == null)
    oCrystalReportViewer.refresh();
    session.setAttribute("refreshed", "true");
    String userid="emagia";
    String password="emagia";
    String rptuserid="tjordan";
    String fromdate="07/01/2008";
    String todate="07/12/2008";
    ConnectionInfo ci = new ConnectionInfo();
    ci.setUserName(userid);
    ci.setPassword(password);
    ConnectionInfos connections = new ConnectionInfos();
    connections.add(ci);
    oCrystalReportViewer.setEnableLogonPrompt(false);
    oCrystalReportViewer.setDatabaseLogonInfos(connections);
    ParameterFieldDiscreteValue val1 = new ParameterFieldDiscreteValue();
    val1.setValue(rptuserid);
    Values vals1 = new Values();
    vals1.add(val1);
    ParameterField param1 = new ParameterField();
    param1.setName("User Id");
    param1.setReportName("");
    param1.setCurrentValues(vals1);
    Fields fields = new Fields();
    fields.add(param1);
    ParameterFieldDiscreteValue val2 = new ParameterFieldDiscreteValue();
    val2.setValue(fromdate);
    Values vals2 = new Values();
    vals2.add(val2);
    ParameterField param2 = new ParameterField();
    param2.setName("Date Range from");
    param2.setReportName("");
    param2.setCurrentValues(vals2);
    fields.add(param2);
    ParameterFieldDiscreteValue val3 = new ParameterFieldDiscreteValue();
    val3.setValue(todate);
    Values vals3 = new Values();
    vals3.add(val3);
    ParameterField param3 = new ParameterField();
    param3.setName("Date Range To");
    param3.setReportName("");
    param3.setCurrentValues(vals3);
    fields.add(param3);
    oCrystalReportViewer.setEnableParameterPrompt(false);
    oCrystalReportViewer.setParameterFields(fields);
    oCrystalReportViewer.processHttpRequest(request, response,getServletConfig().getServletContext(), null);
    oCrystalReportViewer.dispose();
    In the Tomcat log this is what I get
    - JRCAgent3 received request: refreshData
    - JRCAgent3 attempting to acquire license
    - JRCAgent3 successfully acquired license
    - JRCAgent3 releasing license
    - JRCAgent3 received request: getPromptConnInfos
    - JRCAgent3 received request: compoundRequest
    - JRCAgent3 received request: setSQLLogonInfoRequest
    - JRCAgent3 received request: setSQLLogonInfoRequest
    - JRCAgent3 received request: fetchReportPageRequest
    - JRCAgent3 attempting to acquire license
    - JRCAgent3 successfully acquired license
    - Logon: Connecting to database using local JNDI server ...
    - Connection Opened null
    - Connection opened (Connection:  databaseType=JDBC  serverName=reports_dsn.dsn  state=open  databaseDriverName=crdb_odbc.dll).
    - Report parameters is not valid
    - Report parameters is changed
    - Handling report parameters changes
    - Validating report parameters
    - com.crystaldecisions.reports.dataengine.l: Some parameters are missing values
    - The report requires parameter values that need to be supplied by the client before further processing
    com.crystaldecisions.reports.dataengine.l: Some parameters are missing values
         at com.crystaldecisions.reports.dataengine.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.a9.a(Unknown Source)
    Can anybody tell me why I am getting this error??
    Any help will be appreciated.

    The problem may be that you are setting your report date parameters as a string when you pass the value to the report.   If the JRC does not recognize the parameter value as the correct type, it will throw the error you see when trying to pass them to the report.
    If they are a date type or a date time type in the report, they must be set as such using the Java Calendar object.
    Below is an example of how one would pass a date parameter to a report:
    //DATE VALUE PARAMETER.
         Calendar calendar = Calendar.getInstance();
         calendar.clear();
         calendar.set(2004, 1, 17);
         Date dateParamVal = calendar.getTime();     
         pfieldDate.setName("dateParam");
         pfieldDVDate.setValue(dateParamVal);
         //Add the parameter field values to the Values collection object.
         vals5.add(pfieldDVDate);
         //Set the current Values collection for each parameter field.
         pfieldDate.setCurrentValues(vals5);
         //Add each parameter field to the Fields collection.
         //The Fields object is now ready to be used with the viewer.
         parameterFields.add(pfieldDate);
         //DATE-TIME VALUE PARAMETER.
         Calendar calendar2 = Calendar.getInstance();
         calendar2.clear();
         calendar2.set(2002, 5, 12, 8, 23, 15);
         Date dateTimeParamVal = calendar2.getTime();
         pfieldDateTime.setName("dateTimeParam");
         pfieldDVDateTime.setValue(dateTimeParamVal);
         //Add the parameter field values to the Values collection object.
         vals6.add(pfieldDVDateTime);
         //Set the current Values collection for each parameter field.
         pfieldDateTime.setCurrentValues(vals6);
         //Add each parameter field to the Fields collection.
         //The Fields object is now ready to be used with the viewer.
         parameterFields.add(pfieldDateTime);
         //TIME VALUE PARAMETER.
         Calendar calendar3 = Calendar.getInstance();
         calendar3.clear();
         calendar3.set(2002, 5, 12, 13, 44, 59);
         Date timeParamVal = calendar3.getTime();     
         pfieldTime.setName("timeParam");
         pfieldDVTime.setValue(timeParamVal);
         //Add the parameter field values to the Values collection object.
         vals7.add(pfieldDVTime);
         //Set the current Values collection for each parameter field.
         pfieldTime.setCurrentValues(vals7);
         //Add each parameter field to the Fields collection.
         //The Fields object is now ready to be used with the viewer.
         parameterFields.add(pfieldTime);
    Edited by: Merry Enns on Aug 5, 2008 8:11 PM

  • I can't install itunes 11.0.4.4 and so I can't sync with IOS7 can't uninstall old Itunes error message saying some files are missing.  What to do?

    I am trying to install the latest version of Itunes so I can Sync with IOS7 but I keep getting an error message saying it can't dis-install the old version Missing itunes64 files.
    I tried to just un-install the old version but my computer tell me it can't because some files are missing.  I don't know how to find them or how to fixx my problem.  Can anyone help?
    Thanks

    I keep getting an error message saying it can't dis-install the old version Missing itunes64 files.
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Error in Delivery using ME2O : "essential transfer parameters are missing"

    Hi All
    We have a subcontracting PO for which when trying to create Delivery using ME2O we are getiing error "essential transfer parameters are missing in record 000001". I understand that this error is coming because shpping point is not ap[earing when click on create delivery tab.
    Any pointer in this regrd.
    Would like to inform that we have already connected the Vendor and Customer in respective master. Apart from that
    we have checked that shipping condition, loading group and plant is also set which determines the shipping point.
    Would appreciate usefule pointer as this is very urgent.
    Rgrds
    Yogesh

    Hi,
    Check following;
    OVX6 - Assign sales organization - distribution channel - plant
    SPRO > MM > Purchasing > Purchase Order > Set Up Subcontract Order > Here assign Delivery Type "LB" to Plant
    SPRO > MM > Purchasing > Purchase Order > Set Up Stock Transport Order > Define Shipping Data for Plants > Here assign the Customer Code of Plant and Sales Area to the Plant
    Note: - Customer Code of Plant is to be created in XD01.
    Check whether Material Master is extended to the Sales Area.
    OVL2 - Cross-check Shipping Point Determination

  • Default parameters are missing in the cloned EUL

    we have discoverer up and running perfectly on our existing instance - SIGMA
    now we have a new instance - ALPHA,
    we cloned the whole EUL from old instance(SIGMA),
    IN ALPHA every thing is working fine, we have all the BA,folders and all the workbooks seem to work fine, but we have a issue with the default parameters.
    the default parameters are missing from the workbooks, now this has become an big issue, because we have hundreds of reports and user want need them all with the default parameters
    could somebody please help me on this issue
    few questions:
    when cloned does the default parameters get erased??
    Does the default parameters entered in the workbook get saved anywhere in the EUL_Tables??
    Could you please give me a best approach to bring in thoese default parameters??
    any thoughts are highly appreciated
    note: i can edit the worksheet and enter the default parameter and save the worksheet but we have got some hundreds of workbooks

    Hi,
    when cloned does the default parameters get erased??I would be surprised if the default parameters are erased. More likely is that they are not being used because the default value is not valid anymore or because Discoverer is trying to use the last parameter value. Check the value of the SaveLastUsedParamValue preference setting. Is this the same on Desktop, viewer and Plus?
    Does the default parameters entered in the workbook get saved anywhere in the EUL_Tables??The default parameters will be save along with the workbook in the EUL5_DOCUMENTS table. The field is of type LONG RAW so you won't easily be able to see this field. You can use the workbook dump utility to check whether there are default parameters actually set up in the workbook.
    Could you please give me a best approach to bring in thoese default parameters??You could try exporting and importing the workbooks into the new environment to see whether this fixes the issue.
    Rod West

  • Crystal Report Error while Scheduling

    Dear All; while scheduling a crystal report for some large data we get below message as soon as it crosses mark as 2700 secs. Below given is error message. Error in File ~tmp3394867772de8a0.rpt: Database Connector Error: 'RFC_CLOSED' We are extracting data from ECC info set.I tied to change the time in Crystal Report Cache Server and Crystal report processing server.but this option doesn't work too.Kindly help me with your suggestion if you have faced any such situations. Thanks&Regards Afzal Kar

    How many records are there in the report? 2700 seconds, sounds a lot of data
    http://service.sap.com/sap/support/notes/1671560
    Check above SAP note

  • My apps are suddenly stop working periovously it was working very well but one day it stop i have run sfc/scannow to even try to to systen restore but there is no restore point & even i try to restore to factory setting but it showing some file are miss

    my apps are suddenly stop working periovously it was working very well but one day it stop i have run sfc/scannow to even try to to systen restore but there is no restore point &amp; even i try to restore to factory setting but it showing some file are
    missing even I update it to windows 8.1 update 1 but still same thing not even single app is working
    in sfc/s014-04-13 13:14:03, Info                  CSI    000004cf [SR] Beginning Verify and Repair transaction
    2014-04-13 13:14:12, Info                  CSI    000004d1 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version =
    6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-13 13:14:19, Info                  CSI    000004d3 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version =
    6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-13 13:14:19, Info                  CSI    000004d4 [SR] This component was referenced by [l:186{93}]"Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_prncacla"
    2014-04-13 13:14:27, Info                  CSI    000004d5 [SR] Verify completcannow detail I get this result

    and this the dism report 
    DISM report and It is  showing that cammand cannot perform because of  i/o devices error
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 Temporarily setting the scratch directory. This may be overridden by user later. - CDISMManager::FinalConstruct
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 Scratch directory set to 'C:\Users\R0027~1.JSA\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 DismCore.dll version: 6.3.9600.16384 - CDISMManager::FinalConstruct
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 Scratch directory set to 'C:\$SysReset\Temp'. - CDISMManager::put_ScratchDir
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 Temporarily setting the scratch directory. This may be overridden by user later. - CDISMManager::FinalConstruct
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 Scratch directory set to 'C:\Users\R0027~1.JSA\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 DismCore.dll version: 6.3.9600.16384 - CDISMManager::FinalConstruct
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 Scratch directory set to 'C:\$SysReset\Temp'. - CDISMManager::put_ScratchDir
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 Temporarily setting the scratch directory. This may be overridden by user later. - CDISMManager::FinalConstruct
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 Scratch directory set to 'C:\Users\R0027~1.JSA\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 DismCore.dll version: 6.3.9600.17031 - CDISMManager::FinalConstruct
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 Scratch directory set to 'C:\$SysReset\Temp'. - CDISMManager::put_ScratchDir

  • Crystal report error on Target Machine

    We have to provide application exe to our clients. The application is developed in Visual Studio.Net 2010 and by using SAP crystal report CRforVS_13_0. Client must be able to fire reports on their target machine on which the Dot Net framework and u201CCRforVS_redist_install_64bit_13_0_1u201C run time utility is installed. But it gives a crystal report error on the target machine.
    Our development and target machines have Win 7 Professional, 64-bit OS installed.
    Kindly provide us with an appropriate run time version for target machine in order to fire reports or any other solution in order to make our project work on target machine.
    Thanks!

    Thanks a lot Don for your valuable suggestions.
    We have already taken care of the points which you mentioned in your reply on development side. Also, we have downloaded crystal report from the link which you posted but on DEPLOYMENT side we are unable to run reports from our application.
    It gives the notification when we try to install crystal report on a target machine as "You must have visual studio 2010 installed in order to install the crystal report".
    The DEPLOYMENT problem we are facing is in RUNTIME environment on TARGET machine.  Our TRAGET machine has properly installed Win 7 Professional 64 bit,  .NET Framework Ver 4 and CRforVS_redist_install_64bit_13_0_1 . We also have properly installed application on this machine. We got no errors while installing any of the above. The problem starts when we fire a report on target machine from the application.
    We get the error as "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception"
    So, we are looking for an appropriate RUN TIME version of Crystal Report which can be installed on the target machine to fire reports (where visual studio 2010 is not installed).
    Please help suggest an exact version to download for target machine and the steps if it has a specific procedure.
    Thank you!
    Ruchir

  • Crystal Reports Error, Developer Edition, XI R2

    Post Author: squiggly12
    CA Forum: Deployment
    I have a non embedded report sitting on a network server, and I have a program that when a menu link is clicked, it calls a .net dll which then popluates a .net 2.0 dataset, then crystal will load that table, and display my report. This works fine on any computer that has a full install of crystal, but when i try to run it from a client computer, this error shows.
    I was going to add an image to this post, but I am not able to as the little insert/edit image button isn't working. So i'm going to type out the full error message.
    An error has occurred while attempting to load the crystal reports runtime.
    Either the crystal reports registry key permissions are insufficient or the crystal reports runtime is not installed correctly.
    please install the appropriate crystal reports redistributable (crredist*.msi) containing the currect version of the crystal reports runtime (x86, x64, or itanium) required. Please go to http://ww.businessobjects.com/support for more information.
                                                 &#91;OK button here&#93;

    Any news on this thread, I have exactly the same problem, at this time, It has passed 2 years, and I do not find any solution yet!
    Can anyone provide me on solution.
    I have bought CR XI, I have installed Vista x64 on my developer machine, and I will not rollback to Windows XP x86.
    Does BO have one Runtime (AT LEAST for develop), because I can build reports, but I cannot test them because the code does not run without the x64 version of the Runtime.
    If I do not have any solution in 2 weeks I will garbage Crystal Reports and go for Another solution, and start selling another solutions integrated on our products.
    Thanks
    Rui Silva

  • Error - Some objects are not available to your user profile...

    Hello,
    It is for BI 4.1 on Windows. We have a connection called CON1 pointing to DB1. It uses UNIV1 All reports were working fine and we were able to refresh it as well.
    Now the CON1 is changed to point to DB2 and we are now getting following error - "Some objects are not available to your user profile. You cannot refresh this Query. See your Business Objects administrator to request rights".
    If I create a new report using CON1 and the it works fine. Only the old reports are still causing issue on refresh. I tried with Admin account as well and same issue.
    The CON1 is still CON1 and universe UNIV1 is still using CON1. Just the content was edited from DB1 to DB2 in CON1. If we create a new report then no issue.
    Can anybody advice if something needs to compiled. Your help will be greatly appreciated.
    Regards,
    SS

    Your old reports are still pointing to same connection. Remember the DSN has been pointed to use another Database. The records and entries will be different. In addition as the records or object mapping have changed for these reports. Hence this would be a very normal behaviour.
    Create a new connection named CON2 or something like that to point DB1 as per your requirement. This way your original reports would work.

  • Unbale to get complete output as some field are missing in z t-code.

    Respected Guru's,
    i am tring to get output from a customized t-code.
    While executing the report in background,  i mention customized format as the exsisting format does not match.
    But i  am the unbale to get complete output as some field are missing.
    Please help me, i have tried change the no of rows and coloums, but no effect.
    Regards,
    Daya

    Hi,
    Please try with printer settings and used different printer formats.
    Actully this problem because of printers configration which is used for backgound reports.
    Regards,
    Ravi

  • Crystal reports error on new server

    I'm trying to run a web application that uses crystal reports on a new web server. I recently installed Crystal on the new server and migrated the website over to it.
    When I try to generate the reports on the website I get the following error: An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.
    I have search for a runtime file and found one off of the site for Crystal Reports 2008, however, after installing, the error is still happening.
    How do I know what to install and where to find it?

    The error occurs because you haven't configured IIS to run in 32 bit mode. See note 1200907 for more info. There are no native 64 bit assemblies for Crystal Reports XI R2 or Crystal Reports 2008.
    https://www.sdn.sap.com/irj/boc/businessobjects-notes

  • Essential transfer parameters are missing in record: 000001

    I have been trying to create a delivery ( Type LB) trough ME2O and get
    this error .
    Essential transfer parameters are missing in record: 000001
    Message no. VL 561
    Diagnosis
    Information necessary for this delivery is missing.
    System Response
    Depending on the category of the delivery being created, the system
    needs the following transfer data:
    Outbound delivery::::::::
    Shipping point
    Sales organization
    Distribution channel
    Division
    Material number
    Delivery quantity
    Ship-to party
    Base unit of measure
    Inbound Delivery::::::::::::::::::
    Base Unit of Measure
    Conversion factors for converting base and sales units
    Goods Receiving Point
    Outbound and inbound deliveries from goods movements::::::
    Plant and sales unit transfer data is always mandatory..
    Please help me how to fix this issue.
    Thanks in advance

    hi,
    Do check whether the below points are mentioned or not...
    Outbound delivery
    Shipping point
    Sales organization
    Distribution channel
    Division
    Material number
    Delivery quantity
    Ship-to party
    Base unit of measure
    Inbound Delivery
    Base Unit of Measure
    Conversion factors for converting base and sales units
    Goods Receiving Point
    If it is given here in the doc, then check whether these are getting saved into the table or not..
    Tables are :
    LIKP, LIPS, VTTP...
    Hope it helps..
    Regards
    Priyanka.P

Maybe you are looking for