Cross tab does not read data after a certain point

Post Author: tatiana88
CA Forum: General
I am using CR10 and have created a simple table that reports hours by month - Jan thru Dec.  The report displays data for the months of Jan thru April, but the data for May and onwards is not being read (it shows as 0 for these months).  I have updated my registry to ensure that the timeout is disabled (value is 0) and that the MaxNBrowseValues is as large enough to cover the numer of records.  The only anomalie is that there is actually a range of records with 0 values exactly at the point where the reporting gets weird, but towards the end, the records in the database actually do have non-zero values, but they are not being picked up by Crystal for some reason.  I would appreciate any help you can offer.

Post Author: tatiana88
CA Forum: General
I have checked the select statement, and there is nothing odd: the date range is a parameter entered selected by the user, and it includes 5/2007 and 6/2007 - and it seems that this range parameter is being taken by Crystal since the columns May and June both appear.  This is strange in that if the values were truly 0 for May and June, the columns themselves would not appear.  Both May and June have data posted in the database.  All other months (Jan through April) show accurately on the Crystal Report.

Similar Messages

  • Server Socket does not read data input stream

    Hi all,
    I am very newbie to Java Network programming with sockets and multi-threading.
    But I am obliged to develop a chat system written in Applets which can be placed on the website and used by visitors who come to my website.
    In order to understand this, I have tested a basic web chat program I downloaded from the Internet which use sockets and multi-threadings. The program work fine, no bugs at all at both compilation and run time. I noticed that all three streams for Client side (i.e. first one is input stream used receiving data from User; the second one is socket input stream used for receiving data from Server socket, and the third is socket output stream used for writing data to server socket) were established. And the same, two socket streams (input & output) for Server side were also connected when running program giving right port number and IP address of the server.
    The problem is both server and client sockets do not read data using the following stream classes:
    1. DataStreamInput: I use input.readUTF() method
    2. or BufferedReader: I use input.readLine() method
    The example of the codes are below:
    private BufferedReader input = null;
    private PrintWriter output = null;
    private Socket socket = null;
    public void open() throws IOException
    {  input = new BufferedReader(new
    InputStreamReader(socket.getInputStream()));
    System.out.println("Server socket input stream was created, and");
    output = new PrintWriter(socket.getOutputStream());
    System.out.println("Server socket output stream was created");
    public void run()
    {  System.out.println("Server Thread " + clientPort + " running.");
    while (true)
    {  try
    System.out.println("Server is reading data from Client, wait...");
    String fromClient = input.readLine();
    System.out.println("Server received a message on " + clientPort + ".");
    catch(IOException ioe)
    {  System.out.println(clientPort + " ERROR reading: " + ioe.getMessage());
    server.remove(clientPort);
    stop();
    The problem is at the line: String fromClient = input.readLine(); in the run() method? What is wrong with the codes above?
    Note: I also try to use original codes which use readUTF() method in DataStreamInput class instead using readLine() in BufferedReader. Both methods dont read data from inputstream socket?
    I very appreciate any help/advice from experienced developers.
    Best regards

    Hi,
    Yes. The readLine() method hangs! After the test, the execuation of the program is stopped at the line of readLine() method; it does not pass it?
    There is no problem with writing to Server socket. After the test, the program pass through flush() method. Here is the code for writing to sever socket within ChatClient (client side socket) class:
    private BufferedReader input = null;
    private PrintWriter           output = null;
    public ChatClient(String serverName, int serverPort)
    {  System.out.println("Establishing connection. Please wait ...");
    try
    {  socket = new Socket(serverName, serverPort);
    System.out.println("Connected: " + socket);
    start();
    catch(UnknownHostException uhe)
    {  System.out.println("Host unknown: " + uhe.getMessage()); }
    catch(IOException ioe)
    {  System.out.println("Unexpected exception: " + ioe.getMessage()); }
    public void start() throws IOException
    {  input   = new BufferedReader (new
                             InputStreamReader(System.in));
    System.out.println("Client User input stream was created,");
    output = new PrintWriter(socket.getOutputStream());
    System.out.println("Client Socket output stream was established, and");
    if (thread == null)
    {  client = new ChatClientThread(this, socket);
    thread = new Thread(this);
    thread.start();
    public void run()
         while (thread != null) {
         String fromUser;
              try{
                   while((fromUser = input.readLine())!= null)
                   System.out.println("Client wasreading a data from User, and");
    output.println(fromUser);
         output.flush();
         System.out.println("Client has written a data to Server");
    catch(IOException ioe)
    {  System.out.println("Sending to server error: " + ioe.getMessage());
    stop();
    etc.
    Here is a piece of codes for reading data from the Client Socket in the ChatServer Class (Server Side socket):
    public void run()
    {  System.out.println("Server Thread " + clientPort + " running.");
    while (true)
    {  try
    {  //server.handle(clientPort, input.readLine());
    System.out.println("Server is reading data from Client, wait...");
    String fromUser = input.readLine();
    //while((fromUser = input.readLine()) != null)
         System.out.println("Server received a message on " + clientPort + ".");
    catch(IOException ioe)
    {  System.out.println(clientPort + " ERROR reading: " + ioe.getMessage());
    server.remove(clientPort);
    stop();
    etc. Please advice why the readLine() method hangs; does not read data from the input stream received from the CLIENT?

  • ESS tab does not show up after deploying ESS

    We did every configuration step for ESS and we had no issue before for other projects.
    However this time ESS tab does not show up on EP even the roles are assigned.
    ALL Jco tested OK.
    What could be wrong?
    Thanks for your help.

    Jose:
    Thanks!
    I think I miss
    BP_ERP5ESS
    BP_ERP5MSS
    Because I am at ecc6 enhp4, the matrix at Wiki did not specify above BP version.
    Could you tell me what version of
    BP_ERP5ESS
    BP_ERP5MSS
    should be applied to the EP7.01?
    Follow up:
    Jose: I do see the BP at the same Wiki:
    BP ERP05 ESS 1.41 SP04
    BP ERP05 MSS 1.41 SP04
    BP ERP05 COMMON PARTS 1.41 SP04
    I am going to apply them on the portal. Do you agree? Thanks again.
    Thanks!

  • Cross Tab Report not matching Data from report

    I created a report showing the number of orders created by each department per year for the last 5 years.  I double checked the data, and 2005, 2006, 2007, 2008, and 2009 all are correct. 
    I then created a cross-tab for quick reference for my department head.  2005, 2006, 2007, and 2009 are all correct.  2008 is not. It shows 500 more orders than the data in the report for that year.
    I double checked my  "Group options" to make sure that they were the same in both the data and in the crosstabs.  Any idea what I could be missing?
    Thank you.

    Try this, limit the report to only 2008, show details, add date to detail section, and add the record number (From special fields)
    see if this count matches what you think it should be, or is 500 over like the crosstab indicates.  You could group by date, by month, add a summary (Count) by date, and see what that comes up to.  If your extra records fall in a certain date range, double check the database to make sure there are not duplicate records.

  • Fox tab does not go away after being launched

    Just recently about a week a go fox tab stopped working. As in when it is launched and i click on a tab it does not go a way and i have to close the browser and open it a gain to get rid of the fox tab screen.
    I hope someone can help.
    I am running Firefox 18.0.1, fox tab 1.4.5 and flash plugin 11.5.502.146.

    See these articles for some suggestions:
    *https://support.mozilla.org/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.org/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    If you do not keep changes after a restart then see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Equium A60 - DVD drive does not read data discs

    Hello
    I am having a problem with my DVD drive on my Toshiba Equium A60 laptop. The DVD drive (Pioneer DVD-RW DVR-K13A ) will play shop bought films etc without a problem. it will also read a blank DVD when you put it in the drive but once information/Data is on the disc it wont detect the disc.
    I am not really that good with computer so any help would be most grateful. The computer used to play everything it just stopped doing it a few months back.
    Many thanks Phil

    The issue is clear.
    Fact is that not all CDs and DVDs are supported and compatible. There could be always an issue with a reading or writing
    The same happened to me too I had to test different CDs and DVDs from different manufacturers and finally some medias worked
    In your user manual you should find a list of medias which were tested and should run properly check it!
    bye

  • Superdrive does not read discs after upgrade to 10.5.2

    Hi just upgraded to 10.5.1 (via purchased Leopard pack). NO problems all ran well for a week.. then I installed upgrade to 10.5.2 and now my superdrive refuses to recognise blank CDs and DVDs, but seem to read some burnt media (but not all) which could be read before...can anyone help?
    Hardware Overview:
    Model Name: MacBook Pro
    Model Identifier: MacBookPro3,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 2 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MBP31.0070.B02
    SMC Version: 1.16f8
    Serial Number: W8739DHKX92
    Sudden Motion Sensor:
    State: Enabled
    HL-DT-ST DVDRW GSA-S10N:
    Model: HL-DT-ST DVDRW GSA-S10N
    Revision: AP09
    Serial Number: K1P794A5708
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    Low Power Polling: Yes
    Message was edited by: heritagefutures

    In this forum
    http://forum.rpc1.org/viewtopic.php?t=42725&postdays=0&postorder=asc&&start=0
    they tell that Dell released A101 in 9/10/2007
    http://support.dell.com/support/downloads/download.aspx?c=us&cs=19&l=en&s=dhs&re leaseid=R166212&SystemID=XPS_M1330&servicetag=HXW2FD1&os=WW1&osl=en&deviceid=159 81&devlib=0&typecnt=0&vercnt=1&catid=-1&impid=-1&formatcnt=1&libid=32&fileid=224 422
    In the same forum in this post
    http://forum.rpc1.org/viewtopic.php?t=42502
    there is a link for a firmware called "GSA-S10N - Firmware AP12 (APPLE)" (I read that a MBP user had a laptop from Apple with that firmware) and direct download link is
    http://forum.rpc1.org/dlfile.php?site=firmx&file=GSA-S10N_AP12Apple.zip
    Who is brave to try an upgrade? :-D

  • Pls Help!! element does not pick data after formatting

    Hi,
    this is my sample code...
    <group name="G_ACQUISITION" dataType="varchar2" source="Q_ACQUISITION">
    <element name="acq_date" dataType="varchar2" value="ACQ_DATE"/>
    <element name="ACQ_TYPE" dataType="varchar2" value="ACQ_TYPE"/>
    <element name="acq_num" dataType="varchar2" value="ACQ_NUM"/>
    <element name="transaction_date_entered" dataType="date" value="TRANSACTION_DATE_ENTERED"/>
    <element name="ASSET_ID_ACQ" dataType="number" value="ASSET_ID_ACQ"/>
    <element name="BOOK_TYP_ACQ" dataType="varchar2" value="BOOK_TYP_ACQ"/>
    <element name="trans_type_acq" dataType="varchar2" value="TRANS_TYPE_ACQ"/>
    <element name="RETIREMENT_TYPE_CODE" dataType="varchar2" value="RETIREMENT_TYPE_CODE"/>
    <element name="DATE_ACQ" dataType="varchar2" value="DATE_ACQ"/>
    <element name="COST_VALUE" dataType="number" value="COST_VALUE"/>
    <element name="CF_COST_VALUE" dataType="varchar2" value="COST_VALUE" function="CURRENCY_FORMAT" currencyCode="P_CURRENCY_CODE" width="19" />
    <element name="CF_type_ACQ" dataType="varchar2" value="CF_type_ACQ"/>
    </group>
    </group>
    <element name="CS_ASSET_COUNT" function="count" dataType="number" value="G_ASSET_MAIN.asset_id"/>
    <group name="G_ACQUI" dataType="varchar2" source="Q_ACQUISITION">
    <element name="acq_date" dataType="varchar2" value="ACQ_DATE"/>
    <element name="ACQ_TYPE" dataType="varchar2" value="ACQ_TYPE"/>
    <element name="acq_num" dataType="varchar2" value="ACQ_NUM"/>
    <element name="transaction_date_entered" dataType="date" value="TRANSACTION_DATE_ENTERED"/>
    <element name="ASSET_ID_ACQ" dataType="number" value="ASSET_ID_ACQ"/>
    <element name="BOOK_TYP_ACQ" dataType="varchar2" value="BOOK_TYP_ACQ"/>
    <element name="trans_type_acq" dataType="varchar2" value="TRANS_TYPE_ACQ"/>
    <element name="RETIREMENT_TYPE_CODE" dataType="varchar2" value="RETIREMENT_TYPE_CODE"/>
    <element name="DATE_ACQ" dataType="varchar2" value="DATE_ACQ"/>
    <element name="COST_VALUE" dataType="number" value="COST_VALUE"/>
    <element name="CF_type_ACQ" dataType="varchar2" value="CF_type_ACQ"/>
    <element name="CF_COST_VALUE" dataType="varchar2" value="COST_VALUE" function="CURRENCY_FORMAT" currencyCode="P_CURRENCY_CODE" width="19" />
    </group>
    In the group G_ACQUI, element CF_COST_VALUE picks data from COST_VALUE correctly, but in the group G_ACQUISITION, the element CF_COST_VALUE carries 0.0
    I tried changing the element name to CF_COST_VALUE1 in the group G_ACQUISITION and running, but the problem persisted.
    Help!

    got the solution.. i changed the element name cost_value in the group G_ACQUISITION to cost and ran the program. it picked data correctly

  • After takimg the picture of my document and scanning into the adobe PDF it does not read clearly words are meshed together

    after taking a picture of my document and scanning into the adobe PDF
    it does not read clearly.  words are meshed together

    Hi melisaf76024648,
    Can you please tell me what process you're using to create the PDF? Are you scanning directly from the scanner into Acrobat? Or, are you scanning the document, and then using Adobe PDF Pack to convert the scanned image to PDF? Or, some other method?
    Please walk me through how you're creating the PDF, and we will have a better idea where things went awry.
    Best,
    Sara

  • Satellite L650 - ODD does not read most of CDs or DVD's after BIOS update

    While copying DVD's I was asked to do a bios upgrade from the software that came on my laptop, so i thought coming from toshibsa it should be safe. I closed all my applications and let the update happen, restarted my pc and tried to continue to copy my dvd's.
    Now my dvd writer does not read most of my cds or DVD's,originals as well.
    I have managed to get hold of my previous Bios version after quite a battle before the update to see if i can go back to my old version but the exe file runs a program that says the version is older then the one i am using so it will not load it.
    Any help would be greatly appreciated as i have two days to copy 100 DVD's for a client and i am unable to do this now,
    I have a Toshiba Satellite L650 laptop running windows 7 64 bit 8 gigs memory with a SSD Hard drive

    > i can go back to my old version but the exe file runs a program that says the version is older then the one i am using so it will not load it
    I dont think that BIOS is the problem here the point is that the CD and DVD support details are stored in the CD/DVD drive firmware and NOT in the notebook BIOS.
    So in my opinion the BIOS update is not the reason for your issue.
    I think you should check if laser lens cleaning would help you to read the disks.
    Use an cotton wool tip and alcohol fluid to clean gently the laser lens.

  • After installing lion my superdrive does not read dvds

    After the genious bar  installed lion my superdrive does not read dvds. I put in the dvds and the drive churns for a bout 3 minutes and the spits out the dvds full of scratches.
    I have read online that other people have had similar problems with lion.
    Is there fix for this? or does anyone know if apple care covers this?

    Zap the PRAM and Reset the SMC, then try loading a DVD again.

  • Firefox opens but no content is shown, url says the website but the tab does not load up and says '(untitled)'. how can i fix this?

    firefox opens but no content is shown, url says the website but the tab does not load up and says 'untitle'. how can i fix this?
    == This happened ==
    Every time Firefox opened
    == after norton asked me to restart my laptop. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; .NET4.0C)

    Hi,
    Unfortunately we had a data base error today and lost some user accounts when we had to go back to our backups. If you have started this thread, your's is one of those. Since we can not recreate your account, please sign-up for a new account here to reply to the forum messages:
    https://support.mozilla.org/users/auth
    You can use the same username and email address as before. We are very sorry for the inconvenience.

  • On my MacBook with Lion Safari does start, does not react immediately after trying to open it. Installing a new Safari does not help. Removing parts of Safari in the Library did not help. Where can I find and remove all components (LastSession ...)?

    How can I reset Safari with all components? On my MacBook with Lion, Safari does not start, does not react immediately after trying to open it. Installing a new Safari does not help. Removing parts of Safari in the Library does not help. Where can I find and remove all components as LastSession and TopSites?

    The only way to reinstall Safari on a Mac running v10.7 Lion is to restore OS X using OS X Recovery
    Instead of restoring OS X in order to reinstall Safari, try troubleshooting extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    If it's not an extension or plug-in issue, delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • I have a brandnew 7th gen classic ipad, it does not read in my itunes anymore. i bought it cause apple was suppose to be good, now i am lost as i just want my music, any help. tried the rec. steps to fix it and nothing

    let em elaborate more, the unit is less than 5months old, i bought it just for music, i use to have a lot of cds, well it does not read anynore in my computer nor the itunes programe, i reset it, i put it to disk mode, i down loaded the newest itunes program, i want to know how to fix this as i paid apple good money for a product that died after 5months, for real.
    this is bad business and i need some help

    Does the iPod work okay otherwise apart from not being able to connect with and communicate with iTunes?
    Have you tried connecting the iPod to another PC or Mac running iTunes to see if it is properly recognized there?
    Is iTunes up to date on your PC?  Does it appear in Device Manager when you plug it in? To access Device Manager, click start, right->click on Computer (or My Computer in Windows XP) and choose Manage.  When the window opens, select Device Manager in the left hand pane if necessary.
    Any unknown devices listed or does the iPod appear anywhere under USB Host Controllers?
    B-rock

  • Tab does not show when dragged into it's own new window

    This happened after I updated to Firefox 8.0.1. Same problem with 9.0.1. I'm on a Mac running OS X 10.5.8. I have not changed any add-ons, plugins, extensions, or anything like that.
    Every time a tab is dragged from my main window to form it's own new window, the tab button on the new window does not appear. I only have a + sign showing.
    A tab will show when I open a new tab, but the original "tab" does not appear. The + sign also appears on the left side of all new tabs. Isn't it supposed to be on the right?
    If I have 2 "tabs" open but only have 1 tab showing and try to close the window, Firefox asks me if I'm sure I want to close the 2 tabs.
    Tabs when opening blank new windows work properly. Dragging a tab to an already opened window works fine as well.
    Most of the time a tab is dragged out on accident, and it is quite annoying because I can't drag it back into the main window.
    Any help or suggestions would be greatly appreciated.
    Many Thanks!

    I found the cause but no solution, it's actually a plugin that does that: divx plus weblpayer (it gets installed when you install DivX on your system), if you disable it and restart firefox it all works again. But I want that plugin... so DivX need to fix this, unless it is a Firefox bug in its own core... anyway these two together creates the problem.
    (I'm running Firefox 9.x on OSX Lion)
    I also wish firefox tab tear out tab worked more like chrome's tab tear out, much friendlier...

Maybe you are looking for

  • Why does Firefox no longer display .php suffix web pages which are in my Mac?

    I have a question about Firefox 14.0.1 displaying .php suffix web page files which are in a Mac running Mountain Lion OS 10.8. In eaarlier versions of Mac OS, for example 10.4.7, I was able to see properly displayed web page files with .html and .php

  • How does pair Value set works

    Edit Tab has this code loaded : FND POPIDR APPL_SHORT_NAME="SQLGL" CODE="GL#" NUM=:$FLEX$.GL_SRS_COA_UNVALIDATED REQUIRED="Y" VALIDATE="NONE" SEG=":!VALUE" DESC=":!MEANING" NAVIGATE="!DIR" VDATE="" And from how and where this NUM is mapped to that wh

  • Switch to Switch Connection

    Hi, for one project we are using HP 1910-24G-PoE (170W) Switch (JE008A) switch. There are total six nos. of switches at different floors, out of these six switches one switch is located in main server room. My first question is can we use SFP port av

  • Can you bookmark sites you visit often?

    There are many podcasts sites that I like to check from time to time, but often I do not subscribe to them. I may just get an episode and delete it. Is there an easy way to organize and bookmark my favorite podcast sites so I can get back to them lat

  • OSB message level authentication fault and predicate

    Hi, I have successfully configured MLS on my proxy service and it works fine. However, the fault thrown back by OSB does not give you much when authorization fails. Is it possible to get the predicate that has not been fulfilled? It would be more use