DefaultMutableTreeNode.getPath() returns incomplete path

My application is quite complex, I'll try to explain the problem:
I'm using a JTree with nodes derived from DefaultMutableTreeNode and without a
TreeModel.
Everytime I close a node (collapseNode) I delete all subnodes
(node.removeAllChildren) and add a dummy-node to make the node still look
expandable.
Everytime I open a node (expandNode) I delete the dummy-node and add subnodes
via node.add(newNode).
Now here's the problem:
If some nodes have been collapsed and expanded again, the child nodes seem to
contain invalid data. Their getPath() method doesn't return the full path from
root to childNode but only the childNode!
I couldn't find similar problems in the bug database or in the forums.

I am also facing the same problem
-Aprajit

Similar Messages

  • Dreamweaver Template Error: Error reading file (Site Location/info) returned incomplete data

    Hello!
    I am working on new website we are creating for our company. I have never really had any Dreamweaver template file errors before...so this one has me really stumped! We purchased the site files from Template Monster and I have contacted their tech support, but I have not had much luck with them.
    I started out by creating the Dreamweaver template folder that includes the template files that I would like to use. I started creating some pages using the template. I placed all the html pages in the main folder of the website. When I go to update the template to those pages I get the following error: "Error reading file (Site Location\Folder name\Dreamweaver template name) returned incomplete data".
    I am not sure what I am doing wrong. Any help and advice would be greatly appreciated!
    The site is a CSS based site with a Flash navigation menu. Since it is in the production phase, I do not yet have it placed on a server so you can take a look at it at this time (although if really needed and we cannot find an answer, I may be able to get the test site on line - if someone thinks they can help me answer this problem by viewing the site). Right now the site is housed in the same place we house all of the other sites we have produced and all of our other templates on our other websites work just fine. The main difference with this site is that we did purchase files from Template Monster to help speed us along during the construction of the page structures and also this site has a Flash Navigation Menu and a few other Flash elements (something our other sites do not really have).
    I am using Abobe Dreamweaver CS5 and Windows 7
    Thanks again for taking the time to help find and answer to this problem!
    -J

    I am curious as to why no one likes them around here.
    They have spammed these forums in the past.
    The code on their pages is rarely 'best-practice' code.
    There are much better choices available.
    My co-worker and I have to share the files, since we are editing the site together. The files are not local on our computers, but on the company's f drive that have Novell on it.
    This arrangement is a recipe for disaster.  The correct way to collaborate on a site with a colleague is with the following setup:
    Each of you must have a LOCAL site (local to your workstation)
    You would use a single remote location as a staging area, so each of you would have a site definition that specifies your own workstation for the local site, and the same network shared location as the Remote site
    You will both need to enable Check In/ Check Out
    You will both have to agree to PLAY BY THE RULES!
    One (or both) of you will also need to have a second site defined that has the staging server as the local root folder, and would have the PRODUCTION server as the remote site.  I'll explain how to use this site soon.
    When you use CI/CO, your 'gold-standard files' are on the staging server.  To begin working, you would connect to the staging server, and double click on a file, which will a) fetch the file from the staging server to your local site, and b) CHECK OUT the file to you.  As long as you have the file checked out, it cannot be edited by your colleague.  When you are done with your edit, you would CHECK IN the file (which uploads it to the staging server).  It can now be edited by your colleague.
    When you add templates to this scenario, things get even more complicated, although manageable.  If you ever need to make a change to a template you must use the following procedure:
    ALL FILES MUST BE CHECKED IN - this includes both you and your colleague.
    One of you would connect with the SECOND SITE, open and edit the template, and save it propagating the changes to all "LOCAL" files (i.e., on the staging server).
    Each of you would then need to return to the FIRST SITE, and again check out any files you want to work on.
    When changes are done, and files are ready to publish, connect to the SECOND SITE, and upload the files from STAGING to PRODUCTION.
    Does that make sense?  It's important that it does.
    I need to add in one more tab/link to the Flash nav bar.
    Using Flash for navigation is a VERY POOR CHOICE, unless you also have redundant, text-based navigation on the pages.  By using Flash to navigate, you guarantee: a) your pages will not be spiderable by search engines, b) your pages will not be navigable by iPlatforms, and c) your pages will be inaccessible to anyone browsing with screen assistive devices.  Someone is making bad decisions about this site, in my opinion.

  • Oracle view returns incomplete result

    Hello, I have a view on oracle table, but sometimes I found the result from the view is not complete.
    It only returns part of the rows, at the meanwhile, the performance becomes very bad.
    (the only change on the table is a new index be created on it)
    After a did the table EXP / IMP, the performance back to normal (this is what I expedted), AND THE VIEW RETURNS FULL RESULT!
    It is so weird I cannot believe this can happen...
    Is it possilbe that oracle returns incompleted result rows without error?
    Edited by: user2406411 on 20-May-2012 10:06 AM
    Edited by: user2406411 on 20-May-2012 10:07 AM

    It only returns part of the rows, at the meanwhile, the performance becomes very bad.does it mean the select from view has been stopped/interrupted before it finished itself?
    Oracle could choose different plan with the index introduced. This plan could return first portion of rows fast, then continue to work on following portion, ant that took more time, but you did not want to wait and stop it.
    After exp/imp oracle may choose different plan that returns all rows at once.
    Is it possilbe that oracle returns incompleted result rows without error?normally not.
    though years ago I had one similar situation. The cause was a corrupted index. If query used index it returned less rows, with full scan - more. I had to rebuild the index to fix it.

  • BAPI_MDPROVIDER_GET_HIERARCHIES returns incomplete information

    Has anyone encountered this issue ?
    BAPI_MDPROVIDER_GET_HIERARCHIES returns incomplete information for
    field HRY_NAM.
    According to SAP documentation HRY_NAM field of HIERARCHIES table
    should contain hierarchy name uniquely identified with name, version,
    key day. This field, 41 characters long, consists of the
    following components: hienm30, version3, dateto8. This is stated
    quite unambiguously in all versions of the documentation.
    Any help much appreciated,

    Please do not start duplicate threads.
    properties returned by BAPI_MDPROVIDER_GET_PROPERTIES

  • Hunting down incomplete Path in a layer...???

    I am currently tracing a piece of my artwork in CS3 and have multiple little pen tool objects that some of which are not complete paths. Consequently, I am not able to perform a compound path out of the two layers I have created and receive the message "Can't make a compound path. All objects in the compund path must be paths..... Is there a too in Illustrated that can hunt down incomplete paths in a layer?? Thank You!! Brian

    Go get Rick Johnson's (http://rj-graffix.com) Select plugin. It will give you a list of Object types which can be selected much larger than the stock installation.

  • Return the path of a created folder

    hi all, this is a simple code to create a directory. but looks like im having some problem when i tried to return the path of the created folder. used boolean and boolean cant be referenced. duh. need help. is there any other alternative?
    public void createDir() {
             // Create a directory; all ancestor directories must exist
             boolean success = (new File("../kam")).mkdir();
             System.out.println(""+success.getName());
             if (!success) {
            // Directory creation failed
         }thx in advance
    Yati

    public void createDir() {
         // Create a directory; all ancestor directories must exist
    File file=(new File("../kam"))
         boolean success = file.mkdir();
         if(Success)
         System.out.println(""+file.getName());
    else
    // Directory creation failed

  • File Dialog can return incorrect path when selecting Windows special folders

    I found an interesting bug when writing an application today. Basically the File Dialog express VI can return the wrong path if selecting special folders in some circumstances. This bug seems especially tough to track down, but I think I managed to figure it out. Steps to reproduce using LabVIEW 8.6.1 on Windows XP:
    Use LabVIEW's File > Open... command to open any VI that is not located directly on your desktop. You MUST use the File > Open... command as this will set the working directory for the dialog box.
    Close the VI (all we cared about was ensuring the working directory was set).
    Create a new VI.
    Place the File Dialog express VI onto the diagram (Programming > File I/O > Advanced File Functions > File Dialog).
    Configure the express VI to select a folder and an existing item, leave the selection enabled to limit to a single item.
    Create an indicator to show the returned path from the dialog.
    Run the VI. Navigate to either your Desktop via the large button on the left, or the pull down menu up top.
    Click the "Current Folder" button.
    Observe how the VI returns whatever the original location of the dialog box was, not the desktop directory.
    I have not confirmed this bug on other operating systems but following the steps above reproduces it on my system.

    This is a very unusual problem you are having.  I tried it on another PC in the office and it did not show the problem you are experiencing.  Are you able to replicate this every time, or only occasionally?  Are you able to see this on other computers?  Do you see this same problem using other software on the computer?  Do you have the most recent updates from Microsoft?  Perhaps the answer to these questions can help shed some light on the problem at hand.
    David_L | Certified LabVIEW Architect
    LabVIEW Tools Network | LabVIEW Tools Network Developer Center

  • Function to return incompleteness log of Delivery

    Hello,
    We use the function BAPI_OUTB_DELIVERY_CREATE_SLS to automatically create deliveries for our mobile devices. On occasion, the log "Batches / valuation types not completely allocated" is reported for items with incomplete or no batch splits at posting. The problem isn't the materials because a new order with the same materials and customer can be created and posted without any errors. There are also no reports of this occurring when deliveries are created manually.
    Does anyone know why this (sometimes) happens when using function BAPI_OUTB_DELIVERY_CREATE_SLS? If no, is there a function which can return the incompleteness log of a given delivery, so we can refresh an item batch split if it fails?
    Nicholas
    Edited by: Nicholas Archer on Feb 6, 2012 4:06 PM

    Shiva,
    Thanks for your response. This note has already been implemented in out system (ECC 6.0, appl 600 level 018).
    Do you have any other suggestions?
    Nicholas

  • File Chooser not returning full path

    I have a jsp page with a file chooser on it. Whenever a file is choosen and the form is submitted, it says "file not found". I figured out this was because the file chooser is not returning the full path name of the file, just the name itself. I'm calling it with this line.
    <td><input type="file" name="certFile" size="20" value="<%=certFile%>"><td/>
    It's weird because this line used to return the correct file name it's preceding path in this very same file. Does anyone know how to force it to get the full path, or why this used to work and now it dosn't. Was there posibly a default change for this in java?

    And is your server handling this "upload" by taking the file name from the request and using a java.io.File object to open that file? That's only a viable solution if the server and the client are the same computer, a rather pointless configuration.

  • Search c:\ drive and return file path for winword.exe and save as variable

    Hi all, here is what I'm trying to do;
    1. Search C:\ drive for winword.exe
    2. take the file path and save it as a variable.
    3. Then based on the path value, use the switch statement to run "some command" 
    Essentially I'm trying to find what the file path for winword.exe is, then run a command to modify the registry.  I already have the script that will modify the registry like I want but the problem it, the path is hard coded in the script, I want to
    now look for all versions of word and set the right file path so I can make the right registry changes.

    This should get you started:
    http://ss64.com/ps/get-childitem.html
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • SELECT returns incomplete results

    I have a table that has a AccountNumber and TransactionID field. It has a single clustered index on TransactionID. Executed the following SELECT statement:
    SELECT * FROM casaTransaction WHERE AccountNumber = 2
    the result was
    AccountNumber TransactionID
    2                      11
    2                      12
    the result did not reflect one record then tried the following statement
    SELECT * FROM casaTransaction WHERE TransactionID = 13
    result was
    AccountNumber TransactionID
    2                      13
    I have already tried rebuilding the index and still having the same result. I have tried deleting the index and create the index again but TransactionID 13 is already gone. Can you please explain cause of this behavior and how to avoid it.
    Thank you.
    Raymund

    DBCC results for 'PDB01_20140811'.
    Service Broker Msg 9675, State 1: Message Types analyzed: 14.
    Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
    Service Broker Msg 9667, State 1: Services analyzed: 3.
    Service Broker Msg 9668, State 1: Service Queues analyzed: 3.
    Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.
    Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.
    Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.
    Service Broker Msg 9605, State 1: Conversation Priorities analyzed: 0.
    DBCC results for 'sys.sysrscols'.
    There are 7924 rows in 101 pages for object "sys.sysrscols".
    DBCC results for 'sys.sysrowsets'.
    There are 393 rows in 5 pages for object "sys.sysrowsets".
    DBCC results for 'sys.sysclones'.
    There are 0 rows in 0 pages for object "sys.sysclones".
    DBCC results for 'sys.sysallocunits'.
    There are 435 rows in 6 pages for object "sys.sysallocunits".
    DBCC results for 'sys.sysfiles1'.
    There are 2 rows in 1 pages for object "sys.sysfiles1".
    DBCC results for 'sys.sysseobjvalues'.
    There are 0 rows in 0 pages for object "sys.sysseobjvalues".
    DBCC results for 'sys.syspriorities'.
    There are 0 rows in 0 pages for object "sys.syspriorities".
    DBCC results for 'sys.sysdbfrag'.
    There are 0 rows in 0 pages for object "sys.sysdbfrag".
    DBCC results for 'sys.sysfgfrag'.
    There are 0 rows in 1 pages for object "sys.sysfgfrag".
    DBCC results for 'sys.sysdbfiles'.
    There are 2 rows in 1 pages for object "sys.sysdbfiles".
    DBCC results for 'sys.syspru'.
    There are 0 rows in 0 pages for object "sys.syspru".
    DBCC results for 'sys.sysbrickfiles'.
    There are 0 rows in 0 pages for object "sys.sysbrickfiles".
    DBCC results for 'sys.sysphfg'.
    There are 1 rows in 1 pages for object "sys.sysphfg".
    DBCC results for 'sys.sysprufiles'.
    There are 2 rows in 1 pages for object "sys.sysprufiles".
    DBCC results for 'sys.sysftinds'.
    There are 0 rows in 0 pages for object "sys.sysftinds".
    DBCC results for 'sys.sysowners'.
    There are 17 rows in 1 pages for object "sys.sysowners".
    DBCC results for 'sys.sysdbreg'.
    There are 0 rows in 0 pages for object "sys.sysdbreg".
    DBCC results for 'sys.sysprivs'.
    There are 197 rows in 1 pages for object "sys.sysprivs".
    DBCC results for 'sys.sysschobjs'.
    There are 3745 rows in 63 pages for object "sys.sysschobjs".
    DBCC results for 'sys.syscolpars'.
    There are 11457 rows in 237 pages for object "sys.syscolpars".
    DBCC results for 'sys.sysxlgns'.
    There are 0 rows in 0 pages for object "sys.sysxlgns".
    DBCC results for 'sys.sysxsrvs'.
    There are 0 rows in 0 pages for object "sys.sysxsrvs".
    DBCC results for 'sys.sysnsobjs'.
    There are 1 rows in 1 pages for object "sys.sysnsobjs".
    DBCC results for 'sys.sysusermsgs'.
    There are 0 rows in 0 pages for object "sys.sysusermsgs".
    DBCC results for 'sys.syscerts'.
    There are 0 rows in 0 pages for object "sys.syscerts".
    DBCC results for 'sys.sysrmtlgns'.
    There are 0 rows in 0 pages for object "sys.sysrmtlgns".
    DBCC results for 'sys.syslnklgns'.
    There are 0 rows in 0 pages for object "sys.syslnklgns".
    DBCC results for 'sys.sysxprops'.
    There are 53 rows in 25 pages for object "sys.sysxprops".
    DBCC results for 'sys.sysscalartypes'.
    There are 34 rows in 1 pages for object "sys.sysscalartypes".
    DBCC results for 'sys.systypedsubobjs'.
    There are 0 rows in 0 pages for object "sys.systypedsubobjs".
    DBCC results for 'sys.sysidxstats'.
    There are 2148 rows in 47 pages for object "sys.sysidxstats".
    DBCC results for 'sys.sysiscols'.
    There are 2505 rows in 18 pages for object "sys.sysiscols".
    DBCC results for 'sys.sysendpts'.
    There are 0 rows in 0 pages for object "sys.sysendpts".
    DBCC results for 'sys.syswebmethods'.
    There are 0 rows in 0 pages for object "sys.syswebmethods".
    DBCC results for 'sys.sysbinobjs'.
    There are 23 rows in 1 pages for object "sys.sysbinobjs".
    DBCC results for 'sys.sysaudacts'.
    There are 0 rows in 0 pages for object "sys.sysaudacts".
    DBCC results for 'sys.sysobjvalues'.
    There are 3181 rows in 1242 pages for object "sys.sysobjvalues".
    DBCC results for 'sys.syscscolsegments'.
    There are 0 rows in 0 pages for object "sys.syscscolsegments".
    DBCC results for 'sys.syscsdictionaries'.
    There are 0 rows in 0 pages for object "sys.syscsdictionaries".
    DBCC results for 'sys.sysclsobjs'.
    There are 17 rows in 1 pages for object "sys.sysclsobjs".
    DBCC results for 'sys.sysrowsetrefs'.
    There are 0 rows in 0 pages for object "sys.sysrowsetrefs".
    DBCC results for 'sys.sysremsvcbinds'.
    There are 0 rows in 0 pages for object "sys.sysremsvcbinds".
    DBCC results for 'sys.sysxmitqueue'.
    There are 0 rows in 0 pages for object "sys.sysxmitqueue".
    DBCC results for 'sys.sysrts'.
    There are 1 rows in 1 pages for object "sys.sysrts".
    DBCC results for 'sys.sysconvgroup'.
    There are 0 rows in 0 pages for object "sys.sysconvgroup".
    DBCC results for 'sys.sysdesend'.
    There are 0 rows in 0 pages for object "sys.sysdesend".
    DBCC results for 'sys.sysdercv'.
    There are 0 rows in 0 pages for object "sys.sysdercv".
    DBCC results for 'sys.syssingleobjrefs'.
    There are 429 rows in 2 pages for object "sys.syssingleobjrefs".
    DBCC results for 'sys.sysmultiobjrefs'.
    There are 13309 rows in 113 pages for object "sys.sysmultiobjrefs".
    DBCC results for 'sys.sysguidrefs'.
    There are 0 rows in 0 pages for object "sys.sysguidrefs".
    DBCC results for 'sys.sysfoqueues'.
    There are 0 rows in 0 pages for object "sys.sysfoqueues".
    DBCC results for 'sys.syschildinsts'.
    There are 0 rows in 0 pages for object "sys.syschildinsts".
    DBCC results for 'sys.syscompfragments'.
    There are 0 rows in 0 pages for object "sys.syscompfragments".
    DBCC results for 'sys.sysftsemanticsdb'.
    There are 0 rows in 0 pages for object "sys.sysftsemanticsdb".
    DBCC results for 'sys.sysftstops'.
    There are 0 rows in 0 pages for object "sys.sysftstops".
    DBCC results for 'sys.sysftproperties'.
    There are 0 rows in 0 pages for object "sys.sysftproperties".
    DBCC results for 'sys.sysxmitbody'.
    There are 0 rows in 0 pages for object "sys.sysxmitbody".
    DBCC results for 'sys.sysfos'.
    There are 0 rows in 0 pages for object "sys.sysfos".
    DBCC results for 'sys.sysqnames'.
    There are 99 rows in 1 pages for object "sys.sysqnames".
    DBCC results for 'sys.sysxmlcomponent'.
    There are 100 rows in 1 pages for object "sys.sysxmlcomponent".
    DBCC results for 'sys.sysxmlfacet'.
    There are 112 rows in 1 pages for object "sys.sysxmlfacet".
    DBCC results for 'sys.sysxmlplacement'.
    There are 19 rows in 1 pages for object "sys.sysxmlplacement".
    DBCC results for 'sys.sysobjkeycrypts'.
    There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".
    DBCC results for 'sys.sysasymkeys'.
    There are 0 rows in 0 pages for object "sys.sysasymkeys".
    DBCC results for 'sys.syssqlguides'.
    There are 0 rows in 0 pages for object "sys.syssqlguides".
    DBCC results for 'sys.sysbinsubobjs'.
    There are 3 rows in 1 pages for object "sys.sysbinsubobjs".
    DBCC results for 'sys.syssoftobjrefs'.
    There are 2789 rows in 38 pages for object "sys.syssoftobjrefs".
    DBCC results for 'TelTellerTransfer'.
    There are 634 rows in 27 pages for object "TelTellerTransfer".
    DBCC results for 'gMSSQLFile'.
    There are 2 rows in 1 pages for object "gMSSQLFile".
    DBCC results for 'casaBatchImportTransaction'.
    There are 0 rows in 0 pages for object "casaBatchImportTransaction".
    DBCC results for 'tdBranchParameter'.
    There are 5 rows in 1 pages for object "tdBranchParameter".
    DBCC results for 'pawnInventories'.
    There are 0 rows in 0 pages for object "pawnInventories".
    DBCC results for 'casaGLGroup'.
    There are 2 rows in 1 pages for object "casaGLGroup".
    DBCC results for 'casaSignatories'.
    There are 16 rows in 1 pages for object "casaSignatories".
    DBCC results for 'wizReportType'.
    There are 25 rows in 1 pages for object "wizReportType".
    DBCC results for 'genSystemMessage'.
    There are 0 rows in 0 pages for object "genSystemMessage".
    DBCC results for 'pawnGroup1'.
    There are 0 rows in 0 pages for object "pawnGroup1".
    DBCC results for 'tdClient'.
    There are 7613 rows in 765 pages for object "tdClient".
    DBCC results for 'genPurgeDataHistory'.
    There are 0 rows in 0 pages for object "genPurgeDataHistory".
    DBCC results for 'casaOneDayClearingParam'.
    There are 1 rows in 1 pages for object "casaOneDayClearingParam".
    DBCC results for 'tdBankLetter'.
    There are 0 rows in 0 pages for object "tdBankLetter".
    DBCC results for 'genMessage'.
    There are 0 rows in 1 pages for object "genMessage".
    DBCC results for 'pawnGroup2'.
    There are 0 rows in 0 pages for object "pawnGroup2".
    DBCC results for 'cifEntityType'.
    There are 4 rows in 1 pages for object "cifEntityType".
    DBCC results for 'casaAccountNoRegister'.
    There are 0 rows in 0 pages for object "casaAccountNoRegister".
    DBCC results for 'pawnTag'.
    There are 0 rows in 0 pages for object "pawnTag".
    DBCC results for 'cifClient'.
    There are 3458 rows in 469 pages for object "cifClient".
    DBCC results for 'loanAmortization'.
    There are 62218 rows in 4397 pages for object "loanAmortization".
    DBCC results for 'cifWatchListType'.
    There are 3 rows in 1 pages for object "cifWatchListType".
    DBCC results for 'tdRegister'.
    There are 192 rows in 3 pages for object "tdRegister".
    DBCC results for 'tdLedger'.
    There are 121 rows in 37 pages for object "tdLedger".
    DBCC results for 'casaBatchIndividual'.
    There are 0 rows in 0 pages for object "casaBatchIndividual".
    DBCC results for 'loanAmortizationType'.
    There are 10 rows in 1 pages for object "loanAmortizationType".
    DBCC results for 'cifWatchList'.
    There are 0 rows in 1 pages for object "cifWatchList".
    DBCC results for 'rptReport'.
    There are 837 rows in 32 pages for object "rptReport".
    DBCC results for 'cifBarangay'.
    There are 1413 rows in 25 pages for object "cifBarangay".
    DBCC results for 'loanApplication'.
    There are 472 rows in 61 pages for object "loanApplication".
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 417 refers to child page (1:96936) and previous child (1:96592), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 418 refers to child page (1:96937) and previous child (1:96936), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 419 refers to child page (1:96938) and previous child (1:96937), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 420 refers to child page (1:96939) and previous child (1:96938), but they were not encountered.
    DBCC results for 'casaTransaction'.
    There are 43634 rows in 4380 pages for object "casaTransaction".
    CHECKDB found 0 allocation errors and 4 consistency errors in table 'casaTransaction' (object ID 219199881).
    DBCC results for 'genCASAPrintingParam'.
    There are 5 rows in 1 pages for object "genCASAPrintingParam".
    DBCC results for 'loanAutoTranEntry'.
    There are 18591 rows in 331 pages for object "loanAutoTranEntry".
    DBCC results for 'xlsQueryTemplate'.
    There are 0 rows in 0 pages for object "xlsQueryTemplate".
    DBCC results for 'genLoansPrintingParam'.
    There are 1 rows in 1 pages for object "genLoansPrintingParam".
    DBCC results for 'loanBankLetter'.
    There are 3 rows in 1 pages for object "loanBankLetter".
    DBCC results for 'loanBorrowerFirm'.
    There are 6 rows in 1 pages for object "loanBorrowerFirm".
    Msg 8914, Level 16, State 1, Line 1
    Incorrect PFS free space information for page (1:15707) in object ID 320772250, index ID 0, partition ID 72057594052542464, alloc unit ID 72057594065125376 (type In-row data). Expected value  80_PCT_FULL, actual value 100_PCT_FULL.
    DBCC results for 'tdTransaction'.
    There are 4412 rows in 149 pages for object "tdTransaction".
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'tdTransaction' (object ID 320772250).
    DBCC results for 'loanBorrowerMajorType'.
    There are 3 rows in 1 pages for object "loanBorrowerMajorType".
    DBCC results for 'smsIn'.
    There are 6 rows in 1 pages for object "smsIn".
    DBCC results for 'loanBorrowerSubType'.
    There are 3 rows in 1 pages for object "loanBorrowerSubType".
    DBCC results for 'smsInvalid'.
    There are 2 rows in 1 pages for object "smsInvalid".
    DBCC results for 'genTDPrintingParam'.
    There are 5 rows in 1 pages for object "genTDPrintingParam".
    Msg 8979, Level 16, State 1, Line 1
    Table error: Object ID 382624406, index ID 9, partition ID 2558350463467520, alloc unit ID 2558350463467520 (type In-row data). Page (1:20385) is missing references from parent (unknown) and previous (page (1:96925)) nodes. Possible bad root entry in system
    catalog.
    DBCC results for 'genPrimaryKeys'.
    There are 40459 rows in 489 pages for object "genPrimaryKeys".
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'genPrimaryKeys' (object ID 382624406).
    DBCC results for 'ReportDate'.
    There are 15 rows in 1 pages for object "ReportDate".
    DBCC results for 'smsMessage'.
    There are 5 rows in 1 pages for object "smsMessage".
    DBCC results for 'loanBranchParameter'.
    There are 5 rows in 1 pages for object "loanBranchParameter".
    DBCC results for 'genSessionLog'.
    There are 36 rows in 2 pages for object "genSessionLog".
    DBCC results for 'smsOut'.
    There are 6 rows in 1 pages for object "smsOut".
    DBCC results for 'genBranchOBO'.
    There are 0 rows in 0 pages for object "genBranchOBO".
    DBCC results for 'smsValid'.
    There are 4 rows in 1 pages for object "smsValid".
    DBCC results for 'TelleringSQLReport'.
    There are 0 rows in 0 pages for object "TelleringSQLReport".
    DBCC results for 'genTellerValidationPrintingParam'.
    There are 2 rows in 1 pages for object "genTellerValidationPrintingParam".
    DBCC results for 'loanCollateral'.
    There are 0 rows in 1 pages for object "loanCollateral".
    DBCC results for 'cifRiskAssessmentCriteria'.
    There are 0 rows in 0 pages for object "cifRiskAssessmentCriteria".
    DBCC results for 'genDocuments'.
    There are 30 rows in 1 pages for object "genDocuments".
    DBCC results for 'casaOutwardCheckSQLReport'.
    There are 0 rows in 0 pages for object "casaOutwardCheckSQLReport".
    DBCC results for 'glBranchGL'.
    There are 283108 rows in 4805 pages for object "glBranchGL".
    DBCC results for 'glOBOGL'.
    There are 0 rows in 0 pages for object "glOBOGL".
    DBCC results for 'loanCollateralLink'.
    There are 0 rows in 1 pages for object "loanCollateralLink".
    DBCC results for 'cifRiskAssessmentClient'.
    There are 0 rows in 0 pages for object "cifRiskAssessmentClient".
    DBCC results for 'genDocumentSubmitted'.
    There are 4178 rows in 47 pages for object "genDocumentSubmitted".
    DBCC results for 'cifProvince'.
    There are 88 rows in 1 pages for object "cifProvince".
    DBCC results for 'glBranchJournalEntry'.
    There are 17468 rows in 578 pages for object "glBranchJournalEntry".
    DBCC results for 'loanCollateralLocation'.
    There are 85 rows in 2 pages for object "loanCollateralLocation".
    DBCC results for 'genRateRange'.
    There are 5 rows in 1 pages for object "genRateRange".
    DBCC results for 'casaInwardCheckSQLReport'.
    There are 0 rows in 0 pages for object "casaInwardCheckSQLReport".
    DBCC results for 'casaInsurancePremium'.
    There are 0 rows in 0 pages for object "casaInsurancePremium".
    DBCC results for 'glBranchTranSummary'.
    There are 13056 rows in 239 pages for object "glBranchTranSummary".
    DBCC results for 'loanCollateralMajorStatus'.
    There are 6 rows in 1 pages for object "loanCollateralMajorStatus".
    DBCC results for 'genTermRange'.
    There are 9 rows in 1 pages for object "genTermRange".
    DBCC results for 'glChartOfAccount'.
    There are 1147 rows in 30 pages for object "glChartOfAccount".
    DBCC results for 'loanCollateralSubStatus'.
    There are 5 rows in 1 pages for object "loanCollateralSubStatus".
    DBCC results for 'REPORT_Layouts'.
    There are 25 rows in 11 pages for object "REPORT_Layouts".
    DBCC results for 'glClassificationOfAccount'.
    There are 6 rows in 1 pages for object "glClassificationOfAccount".
    DBCC results for 'loanCollectionSheet'.
    There are 5068 rows in 265 pages for object "loanCollectionSheet".
    DBCC results for 'genGLPrintingParam'.
    There are 1 rows in 1 pages for object "genGLPrintingParam".
    DBCC results for 'cifRegion'.
    There are 18 rows in 1 pages for object "cifRegion".
    DBCC results for 'REPORT_Properties'.
    There are 25 rows in 11 pages for object "REPORT_Properties".
    DBCC results for 'glDepartment'.
    There are 5 rows in 1 pages for object "glDepartment".
    DBCC results for 'loanComakerLink'.
    There are 433 rows in 5 pages for object "loanComakerLink".
    DBCC results for 'casaCheckBankSource'.
    There are 1 rows in 1 pages for object "casaCheckBankSource".
    DBCC results for 'genSDRL'.
    There are 2675 rows in 109 pages for object "genSDRL".
    DBCC results for 'glParameter'.
    There are 1 rows in 1 pages for object "glParameter".
    DBCC results for 'sys.filestream_tombstone_650537451'.
    There are 0 rows in 0 pages for object "sys.filestream_tombstone_650537451".
    DBCC results for 'casaLetter'.
    There are 3 rows in 1 pages for object "casaLetter".
    DBCC results for 'loanComputationSheet'.
    There are 1304 rows in 141 pages for object "loanComputationSheet".
    DBCC results for 'REPORT_Bands'.
    There are 172 rows in 19 pages for object "REPORT_Bands".
    DBCC results for 'sys.filetable_updates_665157515'.
    There are 0 rows in 0 pages for object "sys.filetable_updates_665157515".
    DBCC results for 'sys.syscommittab'.
    There are 0 rows in 0 pages for object "sys.syscommittab".
    DBCC results for 'glTicket'.
    There are 0 rows in 1 pages for object "glTicket".
    DBCC results for 'telSSSClientInfo'.
    There are 0 rows in 0 pages for object "telSSSClientInfo".
    DBCC results for 'casaLedger'.
    There are 954 rows in 206 pages for object "casaLedger".
    DBCC results for 'loanDeduction'.
    There are 1 rows in 1 pages for object "loanDeduction".
    DBCC results for 'cifClientNameSuffix'.
    There are 2 rows in 1 pages for object "cifClientNameSuffix".
    DBCC results for 'REPORT_Objects'.
    There are 980 rows in 61 pages for object "REPORT_Objects".
    DBCC results for 'glTicketDescription'.
    There are 337 rows in 9 pages for object "glTicketDescription".
    DBCC results for 'loanDiscountAmortization'.
    There are 11041 rows in 644 pages for object "loanDiscountAmortization".
    DBCC results for 'loanEconomicActivity'.
    There are 17 rows in 1 pages for object "loanEconomicActivity".
    DBCC results for 'cifCity'.
    There are 668 rows in 7 pages for object "cifCity".
    DBCC results for 'REPORT_Variables'.
    There are 183 rows in 20 pages for object "REPORT_Variables".
    DBCC results for 'loanExcelSource'.
    There are 366 rows in 5 pages for object "loanExcelSource".
    DBCC results for 'convertCheckDeposit'.
    There are 84 rows in 4 pages for object "convertCheckDeposit".
    DBCC results for 'loanFormula'.
    There are 32 rows in 1 pages for object "loanFormula".
    DBCC results for 'REPORT_Memos'.
    There are 0 rows in 0 pages for object "REPORT_Memos".
    DBCC results for 'genSystems'.
    There are 7 rows in 1 pages for object "genSystems".
    DBCC results for 'casaCheckImportTableRCBC'.
    There are 0 rows in 0 pages for object "casaCheckImportTableRCBC".
    DBCC results for 'loanConversationHistory'.
    There are 1 rows in 1 pages for object "loanConversationHistory".
    DBCC results for 'convertClient'.
    There are 157 rows in 6 pages for object "convertClient".
    DBCC results for 'loanFRPStatus'.
    There are 5 rows in 1 pages for object "loanFRPStatus".
    Msg 8978, Level 16, State 1, Line 1
    Table error: Object ID 857106144, index ID 1, partition ID 72057594042712064, alloc unit ID 72057594046775296 (type In-row data). Page (1:81030) is missing a reference from previous page (1:96840). Possible chain linkage problem.
    DBCC results for 'genLogFile'.
    There are 77529 rows in 2212 pages for object "genLogFile".
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'genLogFile' (object ID 857106144).
    DBCC results for 'rptReportGroup'.
    There are 61 rows in 1 pages for object "rptReportGroup".
    DBCC results for 'convertLedger'.
    There are 157 rows in 6 pages for object "convertLedger".
    DBCC results for 'REPORT_Images'.
    There are 0 rows in 0 pages for object "REPORT_Images".
    DBCC results for 'loanSubSystemTranCode'.
    There are 0 rows in 0 pages for object "loanSubSystemTranCode".
    DBCC results for 'loanGLGroup'.
    There are 42 rows in 4 pages for object "loanGLGroup".
    DBCC results for 'loanAPDSImport'.
    There are 0 rows in 0 pages for object "loanAPDSImport".
    DBCC results for 'gODBCFile'.
    There are 3 rows in 1 pages for object "gODBCFile".
    DBCC results for 'loanCreditLineTransaction'.
    There are 0 rows in 0 pages for object "loanCreditLineTransaction".
    DBCC results for 'loanGroup1'.
    There are 8 rows in 1 pages for object "loanGroup1".
    DBCC results for 'REPORT_DevMode'.
    There are 0 rows in 0 pages for object "REPORT_DevMode".
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 275 refers to child page (1:96880) and previous child (1:72804), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 276 refers to child page (1:96881) and previous child (1:96880), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 277 refers to child page (1:96882) and previous child (1:96881), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 278 refers to child page (1:96883) and previous child (1:96882), but they were not encountered.
    DBCC results for 'telTellerTransaction'.
    There are 53062 rows in 1891 pages for object "telTellerTransaction".
    CHECKDB found 0 allocation errors and 4 consistency errors in table 'telTellerTransaction' (object ID 935010412).
    DBCC results for 'loanGroup2'.
    There are 9 rows in 1 pages for object "loanGroup2".
    DBCC results for 'loanGroup3'.
    There are 434 rows in 7 pages for object "loanGroup3".
    DBCC results for 'genAMLATranCode'.
    There are 573 rows in 14 pages for object "genAMLATranCode".
    DBCC results for 'genPassbookPrinter'.
    There are 1 rows in 1 pages for object "genPassbookPrinter".
    DBCC results for 'loanIncome'.
    There are 19931 rows in 927 pages for object "loanIncome".
    DBCC results for 'tdAccount'.
    There are 13 rows in 2 pages for object "tdAccount".
    DBCC results for 'casaCheckImportTableBOC'.
    There are 0 rows in 0 pages for object "casaCheckImportTableBOC".
    DBCC results for 'loanInsurance'.
    There are 2 rows in 1 pages for object "loanInsurance".
    DBCC results for 'casaBatchGroup'.
    There are 1 rows in 1 pages for object "casaBatchGroup".
    DBCC results for 'tdParameter'.
    There are 1 rows in 1 pages for object "tdParameter".
    DBCC results for 'loanInterestType'.
    There are 3 rows in 1 pages for object "loanInterestType".
    DBCC results for 'glBranchUploadInfo'.
    There are 301 rows in 4 pages for object "glBranchUploadInfo".
    DBCC results for 'glAutoTranEntry'.
    There are 3887 rows in 60 pages for object "glAutoTranEntry".
    DBCC results for 'tdSignatories'.
    There are 4 rows in 1 pages for object "tdSignatories".
    DBCC results for 'loanLedger'.
    There are 2176 rows in 1090 pages for object "loanLedger".
    DBCC results for 'telTeller'.
    There are 290 rows in 6 pages for object "telTeller".
    DBCC results for 'loanLedgerDeleted'.
    There are 85 rows in 18 pages for object "loanLedgerDeleted".
    DBCC results for 'loanMenuButtonAccess'.
    There are 254 rows in 5 pages for object "loanMenuButtonAccess".
    DBCC results for 'loanMFAccountOfficer'.
    There are 0 rows in 0 pages for object "loanMFAccountOfficer".
    DBCC results for 'glTransactionDescription'.
    There are 0 rows in 1 pages for object "glTransactionDescription".
    DBCC results for 'loanMFCenter'.
    There are 0 rows in 0 pages for object "loanMFCenter".
    DBCC results for 'glTransactionRemarks'.
    There are 0 rows in 1 pages for object "glTransactionRemarks".
    DBCC results for 'loanMFGroup'.
    There are 0 rows in 0 pages for object "loanMFGroup".
    DBCC results for 'CASA_SQLReport'.
    There are 0 rows in 0 pages for object "CASA_SQLReport".
    DBCC results for 'misCOHCIBTran'.
    There are 2407 rows in 48 pages for object "misCOHCIBTran".
    DBCC results for 'loanMFOfficer'.
    There are 0 rows in 0 pages for object "loanMFOfficer".
    DBCC results for 'loanInsuranceRate'.
    There are 0 rows in 0 pages for object "loanInsuranceRate".
    DBCC results for 'wizTableBase'.
    There are 17 rows in 1 pages for object "wizTableBase".
    DBCC results for 'loanMFProject'.
    There are 0 rows in 0 pages for object "loanMFProject".
    DBCC results for 'wizTableJoin'.
    There are 271 rows in 5 pages for object "wizTableJoin".
    DBCC results for 'cifClientImage'.
    There are 3458 rows in 52 pages for object "cifClientImage".
    DBCC results for 'loanMFSourceOfFund'.
    There are 0 rows in 0 pages for object "loanMFSourceOfFund".
    DBCC results for 'secUserOverride'.
    There are 21 rows in 1 pages for object "secUserOverride".
    DBCC results for 'sys.queue_messages_1335011837'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1335011837".
    DBCC results for 'genTransactionCode'.
    There are 433 rows in 18 pages for object "genTransactionCode".
    DBCC results for 'wizTemplate'.
    There are 7 rows in 1 pages for object "wizTemplate".
    DBCC results for 'loanNewCategory'.
    There are 10 rows in 1 pages for object "loanNewCategory".
    DBCC results for 'cifapdsRegion'.
    There are 0 rows in 0 pages for object "cifapdsRegion".
    DBCC results for 'casaCheckImportTableAUB'.
    There are 0 rows in 0 pages for object "casaCheckImportTableAUB".
    DBCC results for 'loanAIR'.
    There are 10552 rows in 316 pages for object "loanAIR".
    DBCC results for 'tempsecUserGroup'.
    There are 1 rows in 1 pages for object "tempsecUserGroup".
    DBCC results for 'sys.queue_messages_1367011951'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1367011951".
    DBCC results for 'genAmountRange'.
    There are 91 rows in 2 pages for object "genAmountRange".
    DBCC results for 'loanNewSubCategory'.
    There are 25 rows in 1 pages for object "loanNewSubCategory".
    DBCC results for 'cifClientRelation'.
    There are 25 rows in 1 pages for object "cifClientRelation".
    DBCC results for 'cifapdsDivision'.
    There are 0 rows in 0 pages for object "cifapdsDivision".
    DBCC results for 'casaBatchTransaction'.
    There are 0 rows in 0 pages for object "casaBatchTransaction".
    DBCC results for 'webxlsReportFilter'.
    There are 0 rows in 0 pages for object "webxlsReportFilter".
    DBCC results for 'tdGroup1'.
    There are 2 rows in 1 pages for object "tdGroup1".
    DBCC results for 'sys.queue_messages_1399012065'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1399012065".
    DBCC results for 'webxlsReportType'.
    There are 16 rows in 1 pages for object "webxlsReportType".
    DBCC results for 'tdAIP'.
    There are 2576 rows in 156 pages for object "tdAIP".
    DBCC results for 'loanOldCategory'.
    There are 13 rows in 1 pages for object "loanOldCategory".
    DBCC results for 'cifapdsStation'.
    There are 0 rows in 0 pages for object "cifapdsStation".
    DBCC results for 'webxlsTableBase'.
    There are 12 rows in 1 pages for object "webxlsTableBase".
    DBCC results for 'tdAIPLedger'.
    There are 0 rows in 0 pages for object "tdAIPLedger".
    DBCC results for 'genHeader'.
    There are 1 rows in 1 pages for object "genHeader".
    DBCC results for 'tdAccountStatus'.
    There are 0 rows in 0 pages for object "tdAccountStatus".
    DBCC results for 'loanOldSubCategory'.
    There are 7 rows in 1 pages for object "loanOldSubCategory".
    DBCC results for 'casaAccruedInterest'.
    There are 9051 rows in 149 pages for object "casaAccruedInterest".
    DBCC results for 'cifapdsDeduction'.
    There are 0 rows in 0 pages for object "cifapdsDeduction".
    DBCC results for 'webxlsTableJoin'.
    There are 218 rows in 4 pages for object "webxlsTableJoin".
    DBCC results for 'tdInterestRate'.
    There are 18 rows in 1 pages for object "tdInterestRate".
    DBCC results for 'loanParameter'.
    There are 1 rows in 1 pages for object "loanParameter".
    DBCC results for 'genTables'.
    There are 93 rows in 1 pages for object "genTables".
    DBCC results for 'webxlsTemplate'.
    There are 0 rows in 0 pages for object "webxlsTemplate".
    DBCC results for 'genDummyTable'.
    There are 0 rows in 0 pages for object "genDummyTable".
    DBCC results for 'loanPurpose'.
    There are 44 rows in 1 pages for object "loanPurpose".
    DBCC results for 'casaInwardStatus'.
    There are 11 rows in 1 pages for object "casaInwardStatus".
    DBCC results for 'tdRenewalFile'.
    There are 0 rows in 0 pages for object "tdRenewalFile".
    DBCC results for 'genSQLCommand'.
    There are 0 rows in 0 pages for object "genSQLCommand".
    DBCC results for 'loanRate'.
    There are 34 rows in 2 pages for object "loanRate".
    DBCC results for 'casaInterestRateRange'.
    There are 0 rows in 0 pages for object "casaInterestRateRange".
    DBCC results for 'loanSchedule'.
    There are 11 rows in 1 pages for object "loanSchedule".
    DBCC results for 'casaCheckImportTableUCPB'.
    There are 0 rows in 0 pages for object "casaCheckImportTableUCPB".
    DBCC results for 'genParameter'.
    There are 1 rows in 1 pages for object "genParameter".
    DBCC results for 'dtproperties'.
    There are 0 rows in 0 pages for object "dtproperties".
    DBCC results for 'casaParameter'.
    There are 1 rows in 1 pages for object "casaParameter".
    DBCC results for 'loanSecurityType'.
    There are 15 rows in 1 pages for object "loanSecurityType".
    DBCC results for 'glCurrency'.
    There are 5 rows in 1 pages for object "glCurrency".
    DBCC results for 'genSubModule'.
    There are 9 rows in 1 pages for object "genSubModule".
    DBCC results for 'secUserUpdateHistory'.
    There are 11 rows in 1 pages for object "secUserUpdateHistory".
    DBCC results for 'loanSpecificPurpose'.
    There are 288 rows in 5 pages for object "loanSpecificPurpose".
    DBCC results for 'glCurrencyRateHistory'.
    There are 0 rows in 0 pages for object "glCurrencyRateHistory".
    DBCC results for 'genTransactionGroup'.
    There are 20 rows in 1 pages for object "genTransactionGroup".
    DBCC results for 'pawnAppraisers'.
    There are 0 rows in 0 pages for object "pawnAppraisers".
    DBCC results for 'casaCheckRegister'.
    There are 0 rows in 1 pages for object "casaCheckRegister".
    DBCC results for 'loanStatus'.
    There are 5 rows in 1 pages for object "loanStatus".
    DBCC results for 'loanLedgerPrintParam'.
    There are 1 rows in 1 pages for object "loanLedgerPrintParam".
    DBCC results for 'pawnCategories'.
    There are 0 rows in 0 pages for object "pawnCategories".
    DBCC results for 'loanSignatories'.
    There are 0 rows in 1 pages for object "loanSignatories".
    DBCC results for 'loanTermClassification'.
    There are 3 rows in 1 pages for object "loanTermClassification".
    DBCC results for 'secUser'.
    There are 18 rows in 2 pages for object "secUser".
    DBCC results for 'loanAPDSImportHistory'.
    There are 0 rows in 0 pages for object "loanAPDSImportHistory".
    DBCC results for 'genHoliday'.
    There are 59 rows in 1 pages for object "genHoliday".
    DBCC results for 'pawnLedgers'.
    There are 0 rows in 0 pages for object "pawnLedgers".
    DBCC results for 'casaAccountStatus'.
    There are 3 rows in 1 pages for object "casaAccountStatus".
    DBCC results for 'loanTransaction'.
    There are 10627 rows in 1487 pages for object "loanTransaction".
    DBCC results for 'LoanAPDSImportRAW'.
    There are 0 rows in 0 pages for object "LoanAPDSImportRAW".
    DBCC results for 'casaPassbookRegister'.
    There are 470 rows in 6 pages for object "casaPassbookRegister".
    DBCC results for 'pawnParameter'.
    There are 0 rows in 0 pages for object "pawnParameter".
    DBCC results for 'casaAccountType'.
    There are 6 rows in 1 pages for object "casaAccountType".
    DBCC results for 'loanType'.
    There are 5 rows in 1 pages for object "loanType".
    DBCC results for 'casaCheckDeposit'.
    There are 225 rows in 9 pages for object "casaCheckDeposit".
    DBCC results for 'wizCrystalReportTemplate'.
    There are 3 rows in 1 pages for object "wizCrystalReportTemplate".
    DBCC results for 'pawnPrintingParameter'.
    There are 0 rows in 0 pages for object "pawnPrintingParameter".
    DBCC results for 'tdProduct'.
    There are 1 rows in 1 pages for object "tdProduct".
    DBCC results for 'arapTransaction'.
    There are 1 rows in 1 pages for object "arapTransaction".
    DBCC results for 'casaTranSQLReport'.
    There are 0 rows in 0 pages for object "casaTranSQLReport".
    DBCC results for 'casaCheckBookletRegister'.
    There are 0 rows in 1 pages for object "casaCheckBookletRegister".
    DBCC results for 'wizFRPParameter'.
    There are 353 rows in 11 pages for object "wizFRPParameter".
    DBCC results for 'pawnProducts'.
    There are 0 rows in 0 pages for object "pawnProducts".
    DBCC results for 'arapTransactionCode'.
    There are 0 rows in 1 pages for object "arapTransactionCode".
    DBCC results for 'pawnTransactions'.
    There are 0 rows in 0 pages for object "pawnTransactions".
    DBCC results for 'casaCheckType'.
    There are 5 rows in 1 pages for object "casaCheckType".
    DBCC results for 'tdGLGroup'.
    There are 2 rows in 1 pages for object "tdGLGroup".
    DBCC results for 'casaGroup1'.
    There are 2 rows in 1 pages for object "casaGroup1".
    DBCC results for 'casaGroup2'.
    There are 0 rows in 1 pages for object "casaGroup2".
    DBCC results for 'genSQLFile'.
    There are 0 rows in 0 pages for object "genSQLFile".
    DBCC results for 'casaGroup3'.
    There are 0 rows in 1 pages for object "casaGroup3".
    DBCC results for 'casaHoldAmount'.
    There are 8 rows in 1 pages for object "casaHoldAmount".
    DBCC results for 'tdSQLTDReports'.
    There are 0 rows in 0 pages for object "tdSQLTDReports".
    DBCC results for 'cifParameter'.
    There are 1 rows in 1 pages for object "cifParameter".
    DBCC results for 'casaPostedInterest'.
    There are 2862 rows in 33 pages for object "casaPostedInterest".
    DBCC results for 'sysdiagrams'.
    There are 0 rows in 0 pages for object "sysdiagrams".
    DBCC results for 'loanGroup4'.
    There are 12 rows in 1 pages for object "loanGroup4".
    DBCC results for 'casaSPCheckRegister'.
    There are 0 rows in 1 pages for object "casaSPCheckRegister".
    DBCC results for 'genAMLATranGroup'.
    There are 13 rows in 1 pages for object "genAMLATranGroup".
    DBCC results for 'secUserBlockedHistory'.
    There are 0 rows in 0 pages for object "secUserBlockedHistory".
    DBCC results for 'genTranCodeMiscParameter'.
    There are 763 rows in 15 pages for object "genTranCodeMiscParameter".
    DBCC results for 'secUserAccessLink'.
    There are 18518 rows in 171 pages for object "secUserAccessLink".
    DBCC results for 'secOverride'.
    There are 10248 rows in 165 pages for object "secOverride".
    DBCC results for 'loanBranchMicroParam'.
    There are 4 rows in 1 pages for object "loanBranchMicroParam".
    DBCC results for 'cifEmployeeType'.
    There are 14 rows in 1 pages for object "cifEmployeeType".
    DBCC results for 'genCyber'.
    There are 1 rows in 1 pages for object "genCyber".
    DBCC results for 'casaProduct'.
    There are 2 rows in 1 pages for object "casaProduct".
    DBCC results for 'telSSSTransaction'.
    There are 0 rows in 0 pages for object "telSSSTransaction".
    DBCC results for 'cifEducation'.
    There are 0 rows in 1 pages for object "cifEducation".
    DBCC results for 'secUserAccess'.
    There are 764 rows in 15 pages for object "secUserAccess".
    DBCC results for 'cifOccupation'.
    There are 416 rows in 4 pages for object "cifOccupation".
    DBCC results for 'genBranch'.
    There are 4 rows in 1 pages for object "genBranch".
    DBCC results for 'casaCheckImportTable'.
    There are 0 rows in 0 pages for object "casaCheckImportTable".
    DBCC results for 'genVersion'.
    There are 58 rows in 1 pages for object "genVersion".
    DBCC results for 'secUserGroup'.
    There are 25 rows in 1 pages for object "secUserGroup".
    DBCC results for 'cifTitle'.
    There are 11 rows in 1 pages for object "cifTitle".
    DBCC results for 'casaInwardClearingBank'.
    There are 0 rows in 1 pages for object "casaInwardClearingBank".
    CHECKDB found 0 allocation errors and 11 consistency errors in database 'PDB01_20140811'.
    repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (PDB01_20140811).
    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

  • Question related to GetFile and GetPath of a URL

    Hello, i have the following code and i was wondering why GetFile and GetPath shall return the same output,
    e.g. my example here is http://wikis.sun.com/display/SunForums/Tips
    The GetPath returns : Get Path of URL /display/SunForums/Tips
    and the GetFile returns : Get file of URL /display/SunForums/Tips
    the same.
    Well it's just that i would like to use a method which is going to output only the File of a Path, in our example the output should be only Tips.
    CODE :
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.net.*;
    public class Main {
        public static void main(String[] args) throws MalformedURLException, IOException, Exception {
                        BufferedReader in = null;
                       try {                              //try
                              URL yahoo = new URL("http://wikis.sun.com/display/SunForums/Tips");
                             String url_string = yahoo.toString();  // Constructs a string representation of URL
                             URLConnection yc = yahoo.openConnection(); //
                             in = new BufferedReader(new InputStreamReader(yc.getInputStream()));
                             System.out.println("Get file of URL " + yahoo.getFile());                            *//it should return only Tips*
                             System.out.println("Get Path of URL " + yahoo.getPath());
                              catch (MalformedURLException ex) {
                                                                                  System.err.println("MalformedURLException" + ex);
             }Is there any method which returns only the file of a URL?
    Thanks in advance!

    new File("/display/SunForums/Tips").getName() will return "Tips".

  • How to get TreePath from TreeNode?

    I want to get treepath object of the jtree from one treenode of the jtree.
    But i do not find this method from api.
    If likes following :
    treeNode is the jTree's TreeNode object.
    then
    TreePath path=new TreePath(treeNode);
    Whether the "path" is the object of the jTree?(I think the "path" is not the object of the jTree's one treepath because the "new" .That will be a new object.)
    if not ,is there another method tosolve it?
    Thank's for help?

    just get the code from the DefaultMutableTreeNode object
          * Returns the path from the root, to get to this node.  The last
          * element in the path is this node.
          * @return an array of TreeNode objects giving the path, where the
          *         first element in the path is the root and the last
          *         element is this node.
        public TreeNode[] getPath() {
         return getPathToRoot(this, 0);
         * Builds the parents of node up to and including the root node,
         * where the original node is the last element in the returned array.
         * The length of the returned array gives the node's depth in the
         * tree.
         * @param aNode  the TreeNode to get the path for
         * @param depth  an int giving the number of steps already taken towards
         *        the root (on recursive calls), used to size the returned array
         * @return an array of TreeNodes giving the path from the root to the
         *         specified node
        protected TreeNode[] getPathToRoot(TreeNode aNode, int depth) {
         TreeNode[]              retNodes;
         /* Check for null, in case someone passed in a null node, or
            they passed in an element that isn't rooted at root. */
         if(aNode == null) {
             if(depth == 0)
              return null;
             else
              retNodes = new TreeNode[depth];
         else {
             depth++;
             retNodes = getPathToRoot(aNode.getParent(), depth);
             retNodes[retNodes.length - depth] = aNode;
         return retNodes;
        }

  • Get the form module version using JDAPI program

    Hi
    I have one problem to find the verison of form module using java (JDAPI) programming.
    To the JDAPI program i am just passing the form name. by reading the form it has to say the form version.
    Is there any method to get this...
    Thanks in advance.
    Madhava

    I solved my problem...
    first of all.
    Versioning was enabled for the folder but apparently it didnt work so i disabled it and enabled it again. Then I got the correct reource instead of null.
    second thing
    later in mycode I used this to get the path of the resource
    resource.getRID().getPath();
    but this gives the path to where the version of the document can be found... something like /documents/~System/xx/xxxxx/xxxx
    where x is numbers
    after doing a little debugging I found out that
    resource.getAccessRID().getPath()
    returns the path to where in CM the resource is stored.
    I hope My experience here can help others.
    I am glad that I solved my problem, but I find it extremely worrying that some settings in CM apparently stops working without any apparent reason.
    We have experienced this with other properties like Manual Ordering, Approval process, have any one else had these problems and found the cause then I would like to hear about it

  • Get the latest approved version of a content management resource

    Hi I am using EP 6 with Content management.
    I my application I need to get resources form content management, approval process is enabled for the content items.
    I use this code
    RID rid = RID.getRID(path);
              if (rid != null) {
                   try {
                        resource = rf.getResource(rid, context);
    } catch (ResourceException e1) {
         //errorhandling
    where rf is a com.sapportals.wcm.repository.IResourceFactory
    created from a service user and a service context
    which work fine, When the resource has been approved.
    however if I change the specified content Item and do not approve it, the above code returns null as resource.
    I would expect the api to return the latest approved version of the resource.
    Have I misunderstood soemthing here or should I use another API?

    I solved my problem...
    first of all.
    Versioning was enabled for the folder but apparently it didnt work so i disabled it and enabled it again. Then I got the correct reource instead of null.
    second thing
    later in mycode I used this to get the path of the resource
    resource.getRID().getPath();
    but this gives the path to where the version of the document can be found... something like /documents/~System/xx/xxxxx/xxxx
    where x is numbers
    after doing a little debugging I found out that
    resource.getAccessRID().getPath()
    returns the path to where in CM the resource is stored.
    I hope My experience here can help others.
    I am glad that I solved my problem, but I find it extremely worrying that some settings in CM apparently stops working without any apparent reason.
    We have experienced this with other properties like Manual Ordering, Approval process, have any one else had these problems and found the cause then I would like to hear about it

Maybe you are looking for