New to Crystal Reports, Need Recommendations

Post Author: codyj
CA Forum: General
Hi everyone,
I am new to using Crystal Reports (XI Developer). I was hoping that someone can recommend books or websites that might help me get up to speed faster. I can create the simple reports already, I mainly need help with formulas and other more complex operations.
Thanks in advance!

Post Author: V361
CA Forum: General
http://kenhamady.com/
http://www.tek-tips.com/
http://www.codeguru.com/forum
along with this website as well.

Similar Messages

  • Does Crystal Reports need to be on the web server?

    Hello,
    here's my scenario. someone who left us moved a .Net web application from server 1 to server 2 and didn't leave us notes of what he did. The report came up on server 2 fine but was not getting the right data so we changed the datasource to get the data correctly.  Now we deployed the fixed version on server 2 and refreshed the web server.  Now we see the correct results BUT the Business Objects icons (e.g. BO image, print icon, forward and back icon) are all "X" meaning that they could not be found.
    We took a look at server 1 and it had the full version of Crystal Reports installed on it.  On server 2 it looked like the DLLs were dumped into the GAC and that's all. 
    We're a bit perplexed by why it was working on server 2 with all the Business Objects icons even though Crystal Reports was not installed on it until we restarted the server with the fixed code.  We were thinking maybe it's some sort of caching??  I've never seen this before so I'm a bit perplexed.
    Any ideas on why this happened?
    Thanks for taking a look.

    Hello Jeff
    Mysterious for sure. When you say;
    no virtual directory to crystalreportviewers115 and Crystal reports is not installed on the server (except for seeing only a few CR Dll's)...so how the heck did he get it working
    You're essentially saying something like;
    The car has no wheels, no engine, yet somehow it managed to get from point A to point B.
    Sorry to say, but it ain't happening...
    The only way to get a project that includes CR to work is to deploy the CR runtime. Either via MSI file where a simple double click will install the runtime and configure the viewer directory under the default app pool, or via a setup project you build using the CR MSM files. Again the files will be installed and the viewer directory configured under the default app pool. If your app is under a custom app pool, you need to configure the viewer folder under that pool as the install has no idea about non default app pools. See KB [  1547124|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343337333133323334%7D.do] for more details re. viewer configuration.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • New to Crystal Reports Server - Wondering if this is right product for me

    Good Day! This is my first time at the forums and I hope this is the right place to post my query.
    I have just recently downloaded the free trial software for Crystal Reports Server. I was directed to this software from a group of people on another forum.
    Here is my situation:
    I am currently an administrator for my companies various Service Level Agreement reports. I create the reports in Crystal Reports 9.0 and I connect using an ODBC driver to a DB2 database for a piece of software called HP OpenView ServiceCenter (Peregrine). The Peregrine software comes bundled with an older application called ReportCenter. In this software, I put all the .rpt files into one .ini file. ReportCenter then allows me to schedule the time and the date my various .rpt reports will run. For example, we have a daily report I schedule to run every night at 11:00 PM. At 11:00 PM, the software will then run the report and then export it to a file format of my choice (such as PDF or EXCEL).
    I was told from another forum that the Crystal Reports Server should allow me to perform the same functionality. Does anyone use the software in this manner?

    In addition to Srinivas' excellent replies,  it is also noteworthy that the cr server product line also has several SDK's for developing your own customized applications.  Quite a few custtomers have impllemented their own customized pages to schedule, view and export reports as well as for administration of the server(s) itself.
    I would like to suggest that you look more into a newer version of the product such as CR Server XIR2 or CR Server 2008. 
    Tony

  • New to Crystal Reports...

    Post Author: skyygirl12
    CA Forum: General
    I have developed using Visual Basic - and now am being asked to handle somethings to migrate over to Business Objects... which is totally fine.
    However, I am finding myself stumped on a few things.  One being - creating a dynamic CR report where parameters are passed..
    Example: A report to pull Customer Service interaction data based on specific dates and groups - then being able to present to management who would be using InfoView - the ability to change the Customer Service Group and Dates and refresh the report.
    I have done tons of reading - and worked with examples - etc. But none are doing what I would like to see. 
    Any points in the right direction would be VERY helpful.
    TIA!

    Hi Venkatesh,
    You can find the information about crystal reports [here|http://help.sap.com/]
    Regards,
    Hitesh Mangtani

  • New to Crystal reports and need help with formula

    Post Author: dausa
    CA Forum: Formula
    I will try to keep this short and sweet.
    Data comes from excel sheet and I am doing a outter left join.
    The need: IF the status is S or N, then i want it to sum the qty required for each part number.
    my formula looks like this;  If ({WIP_ORDER.STATUS}) = 'C OR N' Then SUM ({WIP_ORDER.QUANTITY_REQUIRED}, {ORIGINAL_.PART NUMBER})
    thanks for any help
    dausa

    Post Author: Manuel de Kleine
    CA Forum: Formula
    Dausa,You could use a formula like below:IF  ({WIP_ORDER.STATUS}) IN ['C','N']THEN 1ELSE 0Now, you can do a SUM on this formula.

  • Crystal report - need some help

    Hi
    I'll try to explain my problem simply. Basically we have a support line in our company and i am putting report on a screen that will show missed calls ( that part is done) and was the call returned(here is the problem).
    We have 3 inbond phone queues and 1 outbound. I am connecting to orderlystats database which is supplying me with the missed calls and the queue id. It is supplying as well, was the missed call called back or not, but marking that only if missed caller call back again, if we call back him the orderlystats is not marking that missed call as called back.
    Now what i want to do is check in the outbound queue, was there a call with the same callerid that have been missed and if there was a call like that, mark the missed call as returned.
    Here is some info about the database:
    acdqueueid (Number)      (1 = outbound queue, 7 = inbound queue, 8 = inbound queue, 10 = inbound queue)
    callerid (String)
    calledback (Number) (0 = no, 1 = yes)
    At the moment the report is not displaying the outbound queue at all as we want just the inbound missed calls. The question is how i can compare the callerid from 3 inbound queues and check was there the same callerid in the outbound queue and mark that in called back variable?
    Current SQL Query:
    SELECT `orderlystats_call1`.`calledback`, `orderlystats_call1`.`entry`, `orderlystats_call1`.`agentid`, `orderlystats_call1`.`acdqueueid`, `orderlystats_call1`.`holdtime`, `orderlystats_call1`.`callerid`
    FROM   `orderlystats`.`orderlystats_call` `orderlystats_call1`
    WHERE  (`orderlystats_call1`.`acdqueueid`=7 OR `orderlystats_call1`.`acdqueueid`=8 OR `orderlystats_call1`.`acdqueueid`=10)
    I hope all this make sense.
    Thanks in advance for any suggestions.
    Karol

    I honestly got lost in translation, but, I would think you could leave the main report as is.
    Add a sub report, add a link to the sub-report,  link by the call id.
    In the subreport, make your db connection the Callback database.
    you could then pull info from the Callback DB, based on the value of the Call ID from the main report.
    Hope that makes sense.

  • Crystal Report  not listed Add New Item for Visual Studio 2010

    I just finished installing cryestal report for visual studio 2010.
    During the installation a visual studio error dialog popped up "Operation cannot be completed. Access Denied", the crystal report installation continued and was informed that the installation was successful.
    But on opening my visual studio project to add new item,  crystal report item is not listed there.
    Is there anything that needs to be done to get it listed in the Add New Item dialog for visual studio?

    I wonder what file you ran to install CRVS2010? Was it the MSI as opposed to the actual install file?
    The link to the correct install is here:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe
    Is that the file you ran to install CRVS2010? E.g. as opposed to:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    - Ludek

  • Why we need ABAP if we can connect With Crystal Reports to SAP R/3

    Hi,
        I am new to Crystal reports.I came to know that we can connect SAP R/3 by using SAP InfoSet,SAP Table Cluster and Function connectivity in Crystal Reports.So we can generate reports for SAP R/3 database with out need of ABAP.So why we need to go ABAP module.Is there any disadvantages if we dont use ABAP to generate reports or we can use always Crystal Reports to generate Reports for R/3 database?

    Hi,
    it is correct that you can built a Crystal Report without the need to use ABAP, but we have lots of customers that have invested over the years into ABAP Routines and Crystal REports is able to leverage those as well. So with Crystal Reports you have the choice to leverage existing ABAP Functions as a source for reporting - which might help to leverage complex processing on the backend - or to use InfoSets and tables.
    regards
    Ingo

  • New to Crystal, seeing duplicate records in my report of the same field

    Post Author: trillium
    CA Forum: General
    I am new to Crystal Reports 10.   I am having to use it with Rational ClearQuest and I am seeing the same problem over and over again and I am hoping someone can help!
    Some reports I have created the records in clearquest are displaying only once.   I have started a new report in crystal and for some reason when I perform the report query in rational one record is displaying 2 to three and sometimes four times even though in the database there is only one record.  I have seen this in other reports I have created but I attributed it to multiple values in one field.
    Any help on fixing this would be greatly appreciated, I have tried the Suppress Duplicates but it doesn't seem to help except hiding something I need.

    Post Author: GraemeG
    CA Forum: General
    I agree with SKodidine - check your joins and selections to make sure that all variations are taken care of. Here's a simplified version of one that I messed around with for ages when I started on CR:
    Table 1 - TRANSACTIONS, Item, date, warehouse, qtyITEMA   AUCKLAND          01/01/07    15ITEMA   AUCKLAND          20/01/07    10ITEMA   CHRISTCHURCH  31/01/07    25ITEMA   OTAGO                15/01/07     5
    Table 2 - ITEM MASTER, Item, descriptionITEMA   WINDOW FRAME
    Table 3 - ITEM/WAREHOUSE MASTER, Item, warehouse, ABC Class, unit costITEMA   AUCKLAND         MEDIUM USAGE  $5.00ITEMA   CHRISTCHURCH  HIGH USAGE       $5.05ITEMA   OTAGO  LOW      USAGE                $5.00
    The report was to show:Item, description, date, qty, movement cost
    My joins were:Table 1 - Table 2 on itemTable 1 - Table 3 on item
    What I got out was:ITEMA   WINDOW FRAME   01/01/07   15   $75.00ITEMA   WINDOW FRAME   01/01/07   15   $75.75ITEMA   WINDOW FRAME   01/01/07   15   $75.00ITEMA   WINDOW FRAME   20/01/07   10   $50.00ITEMA   WINDOW FRAME   20/01/07   10   $50.50ITEMA   WINDOW FRAME   20/01/07   10   $50.00ITEMA   WINDOW FRAME   31/01/07   25   $125.00ITEMA   WINDOW FRAME   31/01/07   25   $126.50ITEMA   WINDOW FRAME   31/01/07   25   $125.00ITEMA   WINDOW FRAME   15/01/07    5    $25.00ITEMA   WINDOW FRAME   15/01/07    5    $25.25ITEMA   WINDOW FRAME   15/01/07    5    $25.00
    Because I didn't make the warehouse part of my Table 1 - Table 3 join, I got a report line for every warehouse in the Table 3 file.
    So I changed my joins to:Table 1 - Table 2 on itemTable 1 - Table 3 on item and warehouse
    What I got out was:ITEMA   WINDOW FRAME   01/01/07   AUCKLAND          15    $75.00ITEMA   WINDOW FRAME   20/01/07   AUCKLAND          10    $50.00ITEMA   WINDOW FRAME   31/01/07   CHRISTCHURCH   25   $126.50ITEMA   WINDOW FRAME   15/01/07   OTAGO                  5   $25.00
    Hope the example helps.

  • How to use Crystal Report with Java - need help

    Dear everyone,
    i am completely new to Crystal report , please can anyone help me to creat a very simple Report using the Crystal report,
    the report will show some records from oracle DB.
    How can i make it by a simple example and with code please?
    do i need any JAR or Bean for Crystal report?
    thanks for your help and please don't hesitate to contact me in case of any inquiries.
    my email: [email protected]
    Thanks in advance

    I what to use Crystal report to generate report.My programe in java swing .Iam retrive table from database in Jtable .But when giving print
    command its print half screen .so that why I wantto usecrystal report
    package file2;
    import file2.choice;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    import java.util.*;
    import java.awt.print.*;
    import javax.swing.table.*;
    import com.sun.java.swing.*;
    import javax.swing.JTable;
    public class cour extends JFrame implements Printable
         //Menu fileMenu;
         public static void main(String[] a)
    cour n = new cour();
    n.setVisible(true);
    public cour()
         super("Course Report");
         report();
         protected void report()
              JPanel panel = new JPanel();
         JButton printButton = new JButton("Print");
         panel.add(printButton);
         JButton exitButton = new JButton("Exit");
         panel.add(exitButton);     
         DefaultTableModel defaulttablemodel = new DefaultTableModel();
              JTable jtable = new JTable(defaulttablemodel);
              panel.add(new JScrollPane(jtable));
              String      tempname="";
              int tempcnt;
              String driver="sun.jdbc.odbc.JdbcOdbcDriver";
              String url="jdbc:odbc:regs";
              Object[] data = new Object[4];
              try
                             Class.forName(driver);                         
                             Connection connection=DriverManager.getConnection(url,"sa","");
                             Statement statement = connection.createStatement();     
                             String query = "SELECT courseid as CourseID,coursen as CourseName,cfee as Fee,coursed as Duration FROM course";
                             ResultSet rs = statement.executeQuery(query);     
                             ResultSetMetaData rmeta = rs.getMetaData();
                             int numColumns=rmeta.getColumnCount();                         
                             for(int i=1;i<=numColumns;i++)
                                  if(i<=numColumns)
                                       defaulttablemodel.addColumn(rmeta.getColumnName(i));
                             while(rs.next())
                                  for(int i=1;i<=numColumns;++i)
                                       if( i<=numColumns)
                                            tempname = rs.getString(i);
                                            tempcnt=i-1;
                                            data[tempcnt] = tempname;          
                                  defaulttablemodel.addRow(data);                              
                   catch(Exception ex)
              printButton.addActionListener(new ActionListener()
         public void actionPerformed(ActionEvent ae)
              /*if(ae.getActionCommand().equals("Print"))
              PrinterJob pj = PrinterJob.getPrinterJob();
              pj.setPrintable(cour.this);
              if (pj.printDialog())
              try
              pj.print();
              catch (PrinterException pe)
              System.out.println(pe);
    exitButton.addActionListener(new ActionListener()
         public void actionPerformed(ActionEvent ae)
              choice ch=new choice();
                   setVisible(false);
                   ch.setVisible(true);
    setContentPane(panel);
         setSize(1040,780);
    /*Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Dimension frameSize = getSize();
    int x = (screenSize.width - frameSize.width) / 2;
    int y = (screenSize.height - frameSize.height) / 2;
    setLocation(x, y);*/
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    dispose();
    System.exit(0);
    public int print(Graphics g, PageFormat pf, int pageIndex)
    if (pageIndex != 0) return NO_SUCH_PAGE;
    Graphics2D g2 = (Graphics2D)g;
    g2.translate(pf.getImageableX(), pf.getImageableY());
    getContentPane().paint(g2);
    return PAGE_EXISTS;
    }

  • Crystal Report Server XI - Need support

    Post Author: sankallada
    CA Forum: General
    Iu2019m very new to crystal report. We have a critical requrement to integrate Crystal Report Server XI with one of our J2EE Application, and currently in the process of evaluating the same. And we are using the evaluation version (30 day trial) for eval purpose
    I have a few quires regarding CR Server XI
    1)      How I can integrate the Viewer part of the server into our application.
    2)      How I can enable the Ad-hoc features
    3)      Currently, the Infoview (Java) is not accessible through our net work (for Others to test the application) , is there any way to enable that functionality
    Thanks in advance
    San

    Thanks for the information...I'm new to this process with SAP.
    Can you provide me an additional information on exactly how you go about requesting the keys from SAP Market Place and do you know if there is a cost associated with the  XI R3 version?
    Thanks again,
    Steve Slye

  • Crystal Reports 2008 Repository Explorer

    Hi,
    I am new to Crystal Reports 2008. I want to use Crystal Reports 2008 Repository.  My question is as it was done in Crystal Report 9 Professional edition that a crystal report developer can create a Repository while using Crystal Report 9 Professional edition without Crystal report Server, Is this also possible with Crystal Report 2008. If we only have Crystal Report 2008 designer or developer edition, can we create Repository's i.e.  Text Objects,  Images,  Custom Functions,  SQL  Commands etc without having Crystal Report 2008 Server, if yes please let me know the method.
    Thanks in advance
    Thanks
    Vipin

    Hi,
    I was on web found this link
    http://www.crystalkeen.com/articles/crystalreports/repository.htm
    which says that:
    Crystal Reports: Repository
    A solid understanding of the repository can really improve the the efficiency, accuracy, and cost-effectiveness of your reports. Hammerman and Associates offers classes on this very subject. We aren't going to cover all of it here, but will provide some highlights.
    Use the CR9 Repository for those commonly used objects
    The Crystal Reports 9.0 repository is a great place to store some commonly used items in your report. This includes text strings, images, SQL Commands (see next item) and Custom Formulas.
    The Repository is initially stored in an Access database and has an ODBC connection with the System DSN of u201CCrystal Repository.u201D But you can use any ODBC data source including a database in your network so you can all share the same common objects.
    Create a new database for the repository. We recommend you copy the existing MS-Access database, but you can start with an empty database. (The initial repository is Repository_en.mdb, stored in C:\Program Files\Common Files\Crystal Decisions\2.0\bin).
    Create an ODBC connection to the new database. The new database does not have to be an Access database. If you use your SQL Server or Oracle server then, by using server security you can control who can view and who can edit items in the repository.
    You next need to set Crystal Reports 9.0 to use this new Database connection. This control information is stored in an INI file and can be edited with any text editor such as NotePad. The INI file is at C:\Program Files\Common Files\Crystal Decisions\2.0\bin\orMap.ini .
    There is a line in this file that saysu2026 Crystal Repository=Crystal Repository .
    Edit this to say Crystal Repository=New ODBC DSN.
    Is this also possible with Crystal Report 2008 designer/developer edition.
    Thanks
    Vipin

  • Can I pass username & password in JDBC URL in Crystal Reports 2008?

    Hi,
    I tried to put this URL in the CRConfig.xml file : jdbc:postgresql://hostname:5432/db_name?user=user_name&password=pw
    Without the user and password parameters, it works fine but I always have to enter the database information when I create a new report or refresh an existing report.
    With the parameters, when I create a new report, if I click on "Create new connection", Crystal Reports freezes. If I click on the connection in "My connections", then I get an "Invalid argument" error message.
    How can I configure the database information so that I don't always need to enter it manually?
    Thanks,
    Marianne

    Hi Marianne,
    We don't recommended you do that. The text is in the clear so anyone could use your log on info. You may be able to add your user name to the Report by editing the connection properties from the Set Location dialog box but to add your password would give anyone who opened your report your log on info.
    And the info would be passed to the DB over the network in the clear so someone could hack your info.
    Thank you
    Don

  • Use XML as data input for Crystal Report for Eclipse

    Hi,
    I am completely new to crystal report and please kindly forgive me if I ask some stupid questions.
    Actually, I have searched the forum for the topic and found some related threads, but I still want to
    have some responses from crystal report experts on this issue.
    Our developer tool is IBM RAD 7.0 and it has crystal reports tools installed in it. I want to use
    crystal report to solve one of our business solutions. I have the following questions about the
    feasbility of this solution:
    (1). I need to specify data at runtime during report generation. I think using fixed data source
         (for example, SQL query or Stored Procedure) may not fit our needs. I think if crystal report
         can accept XML as input to generate reports at runtime, then it will be perfect. Can CR
         use XML as data source as input?
    (2). Actually, one of our business requirements is to generate a letter. Can CR do a report
          layout such that a letter format can be achieved? If yes, would you let me know the
          report layout name?
    (3). We need to export the report into PDF format, I know CR can do PDF output. But can
          CR be controlled to export this into bytes stream? Or the PDF must be saved into a
          physical file?
    (4) If I need to learn more about CR, which book will you recommend?
    Thanks in advance for your advice,
    Raymond

    Thanks for the help Ted
    Works like a charm now.
    Or atleast my very very simple XML report works.
    Now I just need to play around and see what I can do and what I cant.
    I just want to make sure I understand how this works.
    1) I start of with a XML file (or URL or other data source as explained in your BLOG)
    2) I then have to create blank report which will have its data source set to my XML file.
        This report (rpt file) will always have its data source set to the original XML location
    Can this be dynamically changed, or does a new rpt file need to be created each time
        (or atleast I will have to re-run "CreateXMLInlineSchemaReport" from your BLOG)
    3) I can now use this rpt file as I would any other rpt file but its data source will be the original XML file
       - If I update or change the XML file, the report will dynamically reflect these changes.
    4) To change the data source, I need to recreate a new rpt file as per point 2. Which will now be blank.
    5) Filtering.... if I want to filter the XML data do I use normal parameters. If I want to filter the data before
        I pull it do I need to change anything. In otherwords if I have a XML file with 1000 records, but I only want say
    5 of them, how do I only pull those 5 without first pulling the whole 1000 records. Hope that makes sense.
    As I said I am very new to this so some things still fly over my head, but I do play around abit so hopefully
    will find what I am looking for.
    Cheers
    Darren
    PS any other links to info on creating and running reports of XML data sources would be greatly appriciated

  • Crystal Reports 2008 Excel Export Compatibility Patch - second attempt :)

    Hello, I actually have a question related to the following thread, so I posted there and was recommended to start a new thread:
    Crystal Reports 2008 Excel Export Compatibility Patch?
    Question is related to the following doc, specifically, is this patch still available for CR 2008 or not?:
    http://help.sap.com/businessobject/product_guides/cr2008V1/en/xi3_cr2008eecp_readme_en.pdf
    A response from Don suggested this wasnt available for CR 2008 although this is confusing since the doc refers to CR 2008. My response was as follows and is essentially the question I still have (more so because we have another PeopleSoft/Oracle customer whos come across this doc and wants to know how to apply the fix for CR 2008). Thanks very much in advance!
    Hi Don, I know this is an old thread, but Im also running into the same issue and am confused by your statement since the referenced PDF doc says this patch is available for CR 2008. Did you mean that the patch is no longer available or supported for CR 2008 for some reason? If so, any idea why?
    Im a developer for Oracle/PeopleSoft and our PeopleSoft suite includes OEM Crystal. We recently upgraded to CR 2008 for our latest release and we are getting the same complaint from a few customers about not being able to output the XLS in Excel 8.0 compatiibility mode like before (In Crystal 9, we used the \Export\Excel\CompatVersion=80 registry key to enable this). So if this patch is available, it would be a huge benefit for us to be able to point our customers to it. If not, please still let me know eitherway.
    Thanks very much!
    Andrew

    Hi Andrew,
    So the story is the Rubik's patch has been available from CR 9 up until CR XI R1 as a simple download. In R2 and above to get it you have to log a case, work with a Report Rep to try to design your reports so they use the new export dll. To get you by until you have time to do so, and after filling out a query for the PM to get info on how to possibly improve the updated export dll to meet your needs, he will then send you the patch on the agreement that this is the LAST time you ask for it.
    Support no longer has access to the patch so all requests must go through the Program Manager who keeps tract of who received it.
    Bottom line is you need to update the reports to use the new export model.
    That old legacy dll was bugging and impossible to maintain.
    You can [purchase a support case here|http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=54722300].
    This is not a bug and has been this way for 10 years now, time to update your export model and Excel Macro's....
    Thank you for your understanding
    Don

Maybe you are looking for

  • Epson NX515 won't scan after installing Snow Leopard...

    The subject says it all... After installing SL, I'm able to print wirelessly after downloading the latest drivers from Epson's site. But when I try to scan, my network can't be found. I get a "communication error" message. Anybody else having this pr

  • DataSocket PSP Data Buffering

    I have a VI that writes to a network shared variable using DataSocket.  The DataSocket URL uses PSP.  I have another VI that reads the network shared variable also using DataSocket.  I am experimenting with data buffering to see when data is lost if

  • XI3.0 File Adapter - Changing target directory at runtime

    Hi all, I have a XI3.0 running and I'm using the file adapter of SAP Basis 7.00. I'm trying to change the target directory at runtime, as I already did with the file name. The file name could be changed using the DynamicConfiguration, but this does n

  • Problem syncing iPod Classic with iTunes

    A couple of days ago I purchased several albums from iTunes, but none of the songs will sync with my iPod Classic.  I just purchased some other songs, and they synced fine.  I have the current version of itunes and have never had this problem before.

  • PDF version 1.5/Acrobat 6.0

    Hello folks, There is an interesting new feature in pdf 1.5 which is the possibility to capture both the full layout of a scanned document AND its OCR'ed version (the text of the document). This is a very interesting feature for Document Management s