I.E.6 divs not behaving

HI I am having
an issue with three div's appearing centred in i.e.6
I am aware of the margin doublling issue for floated divs, so I have not used any margins.
They appear to be centred! i have centre aligned the text but can't see how this would affect it?
Please help
thanks
Mark

Hi url is
http://www.sopasbeauty.co.uk
sorry about that
note rest of site inder construction

Similar Messages

  • Accordion not behaving properly

    Hi!
    I have an accordion that is not behaving properly, and can't understand why. As you see in the following link, when clicked, the accordion´s opening is not smooth but quite strange. The .css and .js controlling files are the same Adobe.com posted in the download section. Is quite frustrating: I have done other accordions and I thought I could control this thing. But somehow, there is something that I dont understand going on.
    Link:
    http://www.wedobanking.com/wedobanking2.asp
    code:
    <html>
    <head>
    <link REL="SHORTCUT ICON" HREF="images/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Wedobanking</title>
    <STYLE type="text/css">
    <!--
      A:link {COLOR: black; TEXT-DECORATION: none}
      A:visited {COLOR: black; TEXT-DECORATION: none}
      A:active {TEXT-DECORATION: none}
      A:hover {COLOR: black; TEXT-DECORATION: none} -->
    </STYLE>
    <script language="javascript">
    function loadTwo(iframe1URL, iframe2URL)
    parent.iframeTop.location.href=iframe1URL
    parent.iframe1.location.href=iframe2URL
    </script>
    <script language="JavaScript" type="text/javascript" src="spryassets/SpryAccordion.js"></script>
    <link href="spryassets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <table width="100%" height="100%" border="0" align="left">
      <tr>
        <td valign="top" align="left" width="160" height="100%">
            <table width="100%" border="0" BACKGROUND="images/LeftFrame.jpg">
              <tr>
                <td height="545">
               <div id="Accordion1" class="Accordion">
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab"><a href="home.asp" onClick="window.frames['iframe1'].location = this.href"style="text-decoration:none">  Home                     </a></div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Your Profile</div>
                  <div class="AccordionPanelContent"><a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      General</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      CV</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Account</a>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Create</div>
                  <div class="AccordionPanelContent"><a href="javascript:loadTwo('CreateBusiness/cBusinessTop.asp','CreateBusiness/cBusinessMain. asp')" style="text-decoration:none">      Business</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Offer</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Found</a>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Invest</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Businesses</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Offers</a>
                    <br>
                    <a href="YourProfile/YourProfile.asp" target="iframe1" style="text-decoration:none">      Founds</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Messages</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      New</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Received</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Sent</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab">  Help</div>
                  <div class="AccordionPanelContent"><a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      FAQs</a>
                    <br>
                    <a href="Invest/showinvest.aspx" target="iframe1" style="text-decoration:none">      Forum</a>
                    <br>
                    </div>
                  </div>
                <div class="AccordionPanel">
                  <div class="AccordionPanelTab"><a href="exit.asp" onClick="window.location = this.href" style="text-decoration:none">   Exit                                      </a></div>
                  </div>
              </div>  
                </td>
              </tr>
            </table>
        </td>
        <td valign="top" align="left">
              <table width="100%" height="100%" border="0">
                <tr height="100%">
                  <td valign="top"><iframe name="iframeTop" width="100%" height="100" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  <br>
                  <iframe name="iframe1" width="100%" height="490" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  <br>
                  <iframe name="iframeBottom" width="100%" height="25" src="" frameborder="0"> Error: your Internet Navigator doesnt support iframes! </iframe>
                  </td>
                </tr>
            </table>
       </td>
      </tr>
    </table>
    <script language="JavaScript" type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>
    </body>
    </html>

    The accordion behaves very well in all browsers with the exception of IE. When there is no DOCTYPE assigned to your document IE goes into Quirks mode.
    Just add the following to the very first line (no blank lines prior) of your document
    <!DOCTYPE html>
    Gramps

  • How can i control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?

    Sup buddies,
    How can I control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?
    As the project grows in size the load time increases. How does one control not loading all images ,divs,elements etc. until they're
    needed on the timeline? For example some sections are off and only become visible when recalled. My projects slowly grow in size so loading
    all images , is counter productive . My other option would be to create separate htmls but that breaks the seamless user experience .
    TY...Over N Out... 

    hello, kiwi
    quote: "Is there an easy way to burn a completed project to DVD, but keep only the (lo res, lo size) previews on my hard drive?"
    yes.
    maybe,...
    1. you might think of making DVD backups first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    or,
    2. bring in the photographs to hard drive first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    the low rez Previews will stay in Aperture but the high quality Versions will be exported onto DVDs and gone from the hard drive (if you delete the originals).
    another way would be to export small about 50-70 pixel wide high quality jpegs to a folder on your Desktop and import & keep these in Aperture Library as a reference. make metadata to show where the original Project DVDs are stored and DVD filing system used.
    victor

  • Bc4j not behaving correctly when details are repeatedly added/removed

    Hi,
         I'm having problems creating a form with a master detail relationship. Seems like bc4j is not behaving correctly when details with the same keys are repeatedly added and removed.
         I've 3 entities maintenance order, maintenance and maintenance type with the relationships maintenance order 1:n maintenance n:1 maintenance type. My application module data model has one view for each of these entities and a view link between maintenance order and maintenance.
         In the maintenance order form, I can choose which maintenance types apply to a maintenance order by marking checkboxes. The struts action that saves the maintenance order, I remove/add maintenance records base on the selected/unselected checkboxes.
    Sequence of events:
    1) Open maintenance order - Maintenance order shown with all maintenances selected
    2) Uncheck all maintenances and save order - all maintenances removed from db
    3) Open maintenance order - Maintenance order shown with no maintenances selected as expected
    4) Check all maintenances and save order - all maintenances saved to db
    5) Open maintenance order - Maintenance order shown with all maintenances selected as expected
    6) Uncheck all maintenances and save order - NO maintenances removed from db
    7) Open maintenance order - Maintenance order shown with NO maintenances selected, even thought there are maintenances in the db
    8) Check all maintenances and save order - bc4j tried to insert new maintenance records in the db and an exception was raised due to unique constraint violation
    My environment is: Sun JDK 1.4.1_01, JDeveloper 9.0.3.4 (build 1247), testing with the embedded server
    Server log produced with jbo.debugoutput=console:
    [17] BC4J Property jbo.default.language='pt' -->(MetaObjectManager) from System Default
    [18] BC4J Property jbo.default.country='BR' -->(MetaObjectManager) from System Default
    [19] BC4J Property DeployPlatform='LOCAL' -->(SessionImpl) from Client Environment
    [20] Skipping empty Property ConnectionMode from System Default
    [21] Skipping empty Property HostName from System Default
    [22] Skipping empty Property ConnectionPort from System Default
    [23] BC4J Property jbo.locking.mode='pessimistic' -->(MetaObjectManager) from System Default
    [24] Skipping empty Property ApplicationPath from System Default
    [25] BC4J Property AppModuleJndiName='br.com.cvrd.logistica.kitbordo.sinalizacao.model.service.CadastroDeManutencaoModule' -->(SessionImpl) from Client Environment
    [26] Skipping empty Property java.naming.security.principal from System Default
    [27] Skipping empty Property java.naming.security.credentials from System Default
    [28] Skipping empty Property jbo.user.principal from System Default
    [29] Skipping empty Property jbo.object.marshaller from System Default
    [30] BC4J Property jbo.use.pers.coll='false' -->(SessionImpl) from System Default
    [31] BC4J Property jbo.pers.max.rows.per.node='70' -->(SessionImpl) from System Default
    [32] BC4J Property jbo.pers.max.active.nodes='30' -->(SessionImpl) from System Default
    [33] Skipping empty Property jbo.pcoll.mgr from System Default
    [34] BC4J Property jbo.txn_table_name='PS_TXN' -->(SessionImpl) from System Default
    [35] BC4J Property jbo.txn_seq_name='PS_TXN_seq' -->(SessionImpl) from System Default
    [36] BC4J Property jbo.control_table_name='PCOLL_CONTROL' -->(MetaObjectManager) from System Default
    [37] BC4J Property jbo.stringmanager.factory.class='use_default' -->(SessionImpl) from System Default
    [38] BC4J Property jbo.fetch.mode='AS.NEEDED' -->(MetaObjectManager) from System Default
    [39] BC4J Property jbo.323.compatible='false' -->(MetaObjectManager) from System Default
    [40] Skipping empty Property JBODynamicObjectsPackage from System Default
    [41] BC4J Property MetaObjectContextFactory='oracle.jbo.mom.xml.DefaultMomContextFactory' -->(MetaObjectManager) from System Default
    [42] BC4J Property jbo.load.components.lazily='false' -->(MetaObjectManager) from System Default
    [43] BC4J Property MetaObjectContext='oracle.jbo.mom.xml.XMLContextImpl' -->(MetaObjectManager) from System Default
    [44] BC4J Property java.naming.factory.initial='oracle.jbo.common.JboInitialContextFactory' -->(SessionImpl) from Client Environment
    [45] BC4J Property IsLazyLoadingTrue='true' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [46] BC4J Property ActivateSharedDataHandle='false' -->(MetaObjectManager) from System Default
    [47] Skipping empty Property HandleName from System Default
    [48] Skipping empty Property Factory-Substitution-List from System Default
    [49] BC4J Property jbo.project='Sinalizacao' -->(Configuration) from Client Environment
    [50] BC4J Property jbo.max.cursors='50' -->(MetaObjectManager) from System Default
    [51] BC4J Property jbo.dofailover='true' -->(Configuration) from System Default
    [52] BC4J Property jbo.doconnectionpooling='false' -->(Configuration) from System Default
    [53] BC4J Property jbo.recyclethreshold='10' -->(Configuration) from System Default
    [54] BC4J Property jbo.ampool.dynamicjdbccredentials='true' -->(Configuration) from System Default
    [55] BC4J Property jbo.ampool.resetnontransactionalstate='true' -->(SessionImpl) from System Default
    [56] BC4J Property jbo.ampool.sessioncookiefactoryclass='oracle.jbo.http.HttpSessionCookieFactory' -->(Configuration) from Client Environment
    [57] BC4J Property jbo.ampool.connectionstrategyclass='oracle.jbo.common.ampool.DefaultConnectionStrategy' -->(Configuration) from System Default
    [58] BC4J Property jbo.ampool.maxpoolsize='2147483647' -->(Configuration) from System Default
    [59] BC4J Property jbo.ampool.initpoolsize='0' -->(Configuration) from System Default
    [60] BC4J Property jbo.ampool.monitorsleepinterval='600000' -->(Configuration) from System Default
    [61] BC4J Property jbo.ampool.minavailablesize='5' -->(Configuration) from System Default
    [62] BC4J Property jbo.ampool.maxavailablesize='25' -->(Configuration) from System Default
    [63] BC4J Property jbo.ampool.maxinactiveage='600000' -->(Configuration) from System Default
    [64] BC4J Property jbo.ampool.doampooling='true' -->(Configuration) from System Default
    [65] BC4J Property jbo.passivationstore='null' -->(MetaObjectManager) from System Default
    [66] BC4J Property jbo.saveforlater='false' -->(SessionImpl) from System Default
    [67] BC4J Property jbo.snapshotstore.undo='persistent' -->(SessionImpl) from System Default
    [68] BC4J Property jbo.maxpassivationstacksize='10' -->(SessionImpl) from System Default
    [69] BC4J Property jbo.txn.handleafterpostexc='false' -->(SessionImpl) from System Default
    [70] BC4J Property jbo.maxpoolcookieage='-1' -->(Configuration) from System Default
    [71] BC4J Property PoolClassName='oracle.jbo.common.ampool.ApplicationPoolImpl' -->(Configuration) from System Default
    [72] BC4J Property jbo.maxpoolsize='2147483647' -->(Configuration) from System Default
    [73] BC4J Property jbo.initpoolsize='0' -->(Configuration) from System Default
    [74] BC4J Property jbo.poolrequesttimeout='30000' -->(Configuration) from System Default
    [75] BC4J Property jbo.poolmonitorsleepinterval='600000' -->(Configuration) from System Default
    [76] BC4J Property jbo.poolminavailablesize='5' -->(Configuration) from System Default
    [77] BC4J Property jbo.poolmaxavailablesize='25' -->(Configuration) from System Default
    [78] BC4J Property jbo.poolmaxinactiveage='600000' -->(Configuration) from System Default
    [79] BC4J Property RELEASE_MODE='Stateful' -->(MetaObjectManager) from System Default
    [80] BC4J Property jbo.assoc.consistent='true' -->(MetaObjectManager) from System Default
    [81] BC4J Property jbo.viewlink.consistent='false' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [82] BC4J Property jbo.passivation.TrackInsert='true' -->(MetaObjectManager) from System Default
    [83] Skipping empty Property jbo.ViewCriteriaAdapter from System Default
    [84] BC4J Property jbo.SQLBuilder='Oracle' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [85] BC4J Property jbo.ConnectionPoolManager='oracle.jbo.server.ConnectionPoolManagerImpl' -->(MetaObjectManager) from System Default
    [86] BC4J Property jbo.TypeMapEntries='Oracle' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
    [87] Skipping empty Property jbo.sql92.JdbcDriverClass from System Default
    [88] BC4J Property jbo.sql92.LockTrailer='FOR UPDATE' -->(MetaObjectManager) from System Default
    [89] BC4J Property jbo.jdbc.trace='false' -->(MetaObjectManager) from System Default
    [90] BC4J Property jbo.sql92.DbTimeQuery='select sysdate from dual' -->(MetaObjectManager) from System Default
    [91] BC4J Property oracle.jbo.defineColumnLength='as_chars' -->(MetaObjectManager) from System Default
    [92] Skipping empty Property jbo.tmpdir from System Default
    [93] Skipping empty Property jbo.server.internal_connection from System Default
    [94] Skipping empty Property SessionClass from System Default
    [95] Skipping empty Property TransactionFactory from System Default
    [96] BC4J Property jbo.debugoutput='console' -->(Diagnostic) from System Property
    [97] BC4J Property jbo.debug.prefix='DBG: ' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [98] BC4J Property jbo.logging.show.timing='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [99] BC4J Property jbo.logging.show.function='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [100] BC4J Property jbo.logging.show.level='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [101] BC4J Property jbo.logging.show.linecount='true' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [102] BC4J Property jbo.logging.trace.threshold='6' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
    [103] BC4J Property jbo.jdbc.driver.verbose='false' -->(Diagnostic) from System Default
    [104] Skipping empty Property oracle.home from System Default
    [105] Skipping empty Property oc4j.name from System Default
    [106] BC4J Property jbo.ejb.txntimeout='1830' -->(SessionImpl) from System Default
    [107] BC4J Property jbo.ejb.txntype='global' -->(SessionImpl) from System Default
    [108] BC4J Property jbo.ejb.txn.disconnect_on_completion='false' -->(SessionImpl) from System Default
    [109] Skipping empty Property oracle.jbo.schema from System Default
    [110] BC4J Property jbo.xml.validation='false' -->(MetaObjectManager) from System Default
    [111] BC4J Property ord.RetrievePath='ordDeliverMedia' -->(MetaObjectManager) from System Default
    [112] BC4J Property ord.HttpMaxMemory='102400' -->(MetaObjectManager) from System Default
    [113] Skipping empty Property ord.HttpTempDir from System Default
    [114] BC4J Property ord.wmp.classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' -->(MetaObjectManager) from System Default
    [115] BC4J Property ord.qp.classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' -->(MetaObjectManager) from System Default
    [116] BC4J Property ord.rp.classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' -->(MetaObjectManager) from System Default
    [117] BC4J Property ord.wmp.codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' -->(MetaObjectManager) from System Default
    [118] BC4J Property ord.qp.codebase='http://www.apple.com/qtactivex/qtplugin.cab' -->(MetaObjectManager) from System Default
    [119] Skipping empty Property ord.rp.codebase from System Default
    [120] BC4J Property ord.wmp.plugins.page='http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&' -->(MetaObjectManager) from System Default
    [121] BC4J Property ord.qp.plugins.page='http://www.apple.com/quicktime/download/' -->(MetaObjectManager) from System Default
    [122] BC4J Property ord.rp.plugins.page='http://www.real.com/player/' -->(MetaObjectManager) from System Default
    [123] BC4J Property jbo.security.enforce='None' -->(SessionImpl) from System Default
    [124] BC4J Property jbo.security.loginmodule='oracle.security.jazn.tools.Admintool' -->(SessionImpl) from System Default
    [125] BC4J Property jbo.server.useNullDbTransaction='false' -->(SessionImpl) from System Default
    [126] Copying unknown Client property (DBconnection='jdbc:oracle:thin:@cdsvandromeda:1521:dctm') to session
    [127] Copying unknown Client property (password='kitbordo') to session
    [128] Copying unknown Client property (JDBCName='Kitbordo') to session
    [129] Copying unknown Client property (jbo.jndi.use_default_context='true') to session
    [130] Copying unknown Client property (user='kitbordo') to session
    [131] Copying unknown Client property (jbo.applicationmoduleclassname='br.com.cvrd.logistica.kitbordo.sinalizacao.model.service.CadastroDeManutencaoModule') to session
    [132] Copying unknown Client property (ApplicationName='br.com.cvrd.logistica.kitbordo.sinalizacao.model.service.CadastroDeManutencaoModule') to session
    [133] WARNING: Unused property: LC='Calling Function' found in /oracle/jbo/common/Diagnostic.properties resource
    [134] }} finished loading BC4J properties
    [135] -----------------------------------------------------------
    Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    [136] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    [137] JavaVMVersion: 1.4.1_01-b01
    [138] JavaVMVendor: Sun Microsystems Inc.
    [139] JavaVMName: Java HotSpot(TM) Client VM
    [140] OperatingSystemName: Windows 2000
    [141] OperatingSystemVersion: 5.0
    [142] OperatingSystemUsername: Lbueno
    [143] Jbo323Compatible Flag: false, str: false
    [144] Loading from Sinalizacao.jpx file
    [145] Loading from indvidual XML files
    [146] Loading the Containees for the Package 'Sinalizacao.Sinalizacao'.
    [147] Connected to Oracle JBO Server - Version: 9.0.3.11.88
    [148] BC4J: Instrumentation disabled
    [149] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/service/service.xml file
    [150] Loading from indvidual XML files
    [151] Loading the Containees for the Package 'br.com.cvrd.logistica.kitbordo.sinalizacao.model.service.service'.
    [152] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/service/CadastroDeManutencaoModule.xml file
    [153] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/view.xml file
    [154] Loading from indvidual XML files
    [155] Loading the Containees for the Package 'br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.view'.
    [156] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/TipoManutencaoBoiaView.xml file
    [157] ViewObjectImpl's default fetch mode = 0
    [158] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/entity.xml file
    [159] Loading from indvidual XML files
    [160] Loading the Containees for the Package 'br.com.cvrd.logistica.kitbordo.sinalizacao.model.entity.entity'.
    [161] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/TipoManutencaoBoiaEntity.xml file
    [162] Loading Typemap entries from oracle.jbo.common.OracleTypeMapEntries
    [163] Stringmanager using default locale: 'pt_BR'
    [164] CSMessageBundle (language base) being initialized
    [165] OracleSQLBuilder reached getInterface
    [166] Oracle SQL Builder Version 3.2.0.0.0
    [167] ViewRowSetImpl's jbo.viewlink.consistent = false (0)
    [168] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/BoiasPorCanalView.xml file
    [169] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/BoiaEntity.xml file
    [170] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/HistoricoManutencaoBoiaView.xml file
    [171] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/HistoricoManutencaoBoiaEntity.xml file
    [172] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/ManutencaoBoiaView.xml file
    [173] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/ManutencaoBoiaEntity.xml file
    [174] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/ManutencaoBoiaViewLink.xml file
    [175] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/ManutencaoBoiaAssociation.xml file
    [176] Using DatabaseTransactionFactory implementation oracle.jbo.server.DatabaseTransactionFactory
    [177] mUsePersColl is false
    [178] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    [179] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    [180] DBTransactionImpl Max Cursors is 50
    [181] Created root application module: 'br.com.cvrd.logistica.kitbordo.sinalizacao.model.service.CadastroDeManutencaoModule'
    [182] Locale is: 'pt_BR'
    [183] DefaultConnectionStrategy is establishing an application module connection
    [184] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [185] Creating a new pool resource
    [186] Trying connection/2: url='jdbc:oracle:thin:@cdsvandromeda:1521:dctm' info='{user=kitbordo, password=kitbordo}' ...
    [187] Successfully logged in
    [188] JDBCDriverVersion: 9.0.1.4.0
    [189] DatabaseProductName: Oracle
    [190] DatabaseProductVersion: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.1.0 - Production
    [191] **PCollManager.resolveName** tabName=PS_TXN
    [192] **retrieve** id=-1, collid=6838, keyonly=falseGetting a connection for internal use...
    [193] Creating internal connection...
    [194] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [195] Creating a new pool resource
    [196] Trying connection/2: url='jdbc:oracle:thin:@cdsvandromeda:1521:dctm' info='{user=kitbordo, password=kitbordo, dll=ocijdbc9, protocol=thin}' ...
    [197] , parid=0, ret=oracle.jdbc.driver.OracleBlobInputStream
    [198] stmt: select parentId, content from "PS_TXN" where id=:1 and collid=:2
    [199] **retrieve** id=1, collid=6838, keyonly=false, parid=-1, ret=oracle.jdbc.driver.OracleBlobInputStream
    [200] stmt: select parentId, content from "PS_TXN" where id=:1 and collid=:2
    [201] Clearing VO cache for TipoManutencaoBoiaView
    [202] Clear QueryCollection in cache...
    [203] Clearing VO cache for BoiasPorCanalView
    [204] Clear QueryCollection in cache...
    [205] Clearing VO cache for HistoricoManutencaoBoiaView
    [206] Clear QueryCollection in cache...
    [207] Getting a connection for internal use...
    [208] Creating internal connection...
    [209] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [210] Clearing VO cache for BoiasPorCanalView
    [211] Clear QueryCollection in cache...
    07/09/2004 12:07:51 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.actions.LocalStrings', returnNull=true
    [212] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/view/HistoricoManutencaoViewLink.xml file
    [213] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/HistoricoDeManutencaoDeBoiaAssociation.xml file
    [214] Column count: 23
    [215] ViewObject : Created new QUERY statement
    [216] SELECT Boia.H55SCANA, Boia.H55CODBO, Boia.H55LATGR, Boia.H55LATMI, Boia.H55LATSE, Boia.H55INDLA, Boia.H55VALEX, Boia.H55LONGR, Boia.H55LONMI, Boia.H55LONSE, Boia.H55INDLO, Boia.H55VALEY, Boia.H55CORLP, Boia.H55REMOV, Boia.H55NRORD, Boia.H55PROJE, Boia.H55PINTU, Boia.H55CARAC, Boia.H55EQLUM, Boia.H55FOLUM, Boia.H55EQFUN, Boia.H55EQMON FROM H55BOIAT Boia WHERE Boia.H55SCANA = :1
    [217] Binding param 1: 21
    [218] Clearing VO cache for TipoManutencaoBoiaView
    [219] Clear QueryCollection in cache...
    [220] Column count: 2
    [221] ViewObject : Created new QUERY statement
    [222] SELECT TipoManutencaoBoiaEntity.H5PSTPMB, TipoManutencaoBoiaEntity.H5PNOMAN FROM H5PTPMBT TipoManutencaoBoiaEntity ORDER BY TipoManutencaoBoiaEntity.H5PNOMAN ASC
    07/09/2004 12:07:52 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
    07/09/2004 12:07:52 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    07/09/2004 12:07:52 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    07/09/2004 12:07:52 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    07/09/2004 12:07:52 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    [223] Application Module failover is enabled
    [224] Getting a connection for internal use...
    [225] Creating internal connection...
    [226] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [227] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" im="1" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    07/09/2004 12:07:52 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [228] **insert** id=1, parid=-1, collid=6844, keyArr.len=-1, cont.len=1043
    [229] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [230] **commit** #pending ops=1
    [231] **insert** id=-1, parid=0, collid=6844, keyArr.len=-1, cont.len=665
    [232] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [233] **commit** #pending ops=1
    [234] Getting a connection for internal use...
    [235] Creating internal connection...
    [236] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [237] **deleteAll** collid=6838
    [238] stmt: delete "PS_TXN" where collid=:1
    [239] **commit** #pending ops=1
    [240] Reusing a cached session application module instance
    [241] Getting a connection for internal use...
    [242] Creating internal connection...
    [243] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [244] Column count: 5
    [245] ViewObject : Created new QUERY statement
    [246] SELECT HistoricoManutencaoBoia.H56CODBO, HistoricoManutencaoBoia.H56DTMAN, HistoricoManutencaoBoia.H56DESCR, HistoricoManutencaoBoia.H56SCANA FROM H56HIMAT HistoricoManutencaoBoia WHERE HistoricoManutencaoBoia.H56CODBO = ? and HistoricoManutencaoBoia.H56SCANA = ?
    [247] Binding param 1: XPPP
    [248] Binding param 2: 21
    [249] Clearing VO cache for HistoricoManutencaoBoiaView
    [250] Clear QueryCollection in cache...
    [251] Column count: 5
    [252] ViewObject : Reusing defined prepared Statement
    [253] Binding param 1: XPPP
    [254] Binding param 2: 21
    [255] Application Module failover is enabled
    [256] Getting a connection for internal use...
    [257] Creating internal connection...
    [258] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [259] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [260] **insert** id=1, parid=-1, collid=6847, keyArr.len=-1, cont.len=1036
    [261] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [262] **commit** #pending ops=1
    [263] **insert** id=-1, parid=0, collid=6847, keyArr.len=-1, cont.len=665
    [264] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [265] **commit** #pending ops=1
    [266] Getting a connection for internal use...
    [267] Creating internal connection...
    [268] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [269] **deleteAll** collid=6844
    [270] stmt: delete "PS_TXN" where collid=:1
    [271] **commit** #pending ops=1
    [272] Reusing a cached session application module instance
    [273] Getting a connection for internal use...
    [274] Creating internal connection...
    [275] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [276] Column count: 6
    [277] ViewObject close prepared statements...
    [278] ViewObject : Created new QUERY statement
    [279] SELECT ManutencaoBoiaEntity.H6ASCANA, ManutencaoBoiaEntity.H6ACODBO, ManutencaoBoiaEntity.H6ADTMAN, ManutencaoBoiaEntity.H6ASTPMB, TipoManutencaoBoiaEntity.H5PSTPMB AS CODIGO_TIPO_MANUTENCAO_BOIA1, TipoManutencaoBoiaEntity.H5PNOMAN FROM H6AMABOT ManutencaoBoiaEntity, H5PTPMBT TipoManutencaoBoiaEntity WHERE (ManutencaoBoiaEntity.H6ASCANA = :1 AND ManutencaoBoiaEntity.H6ACODBO = :2 AND ManutencaoBoiaEntity.H6ADTMAN = :3)
    [280] Binding param 1: 21
    [281] Binding param 2: XPPP
    [282] Binding param 3: 2004-06-02
    07/09/2004 12:08:19 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    [283] Application Module failover is enabled
    [284] Getting a connection for internal use...
    [285] Creating internal connection...
    [286] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [287] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDAT07/09/2004 12:08:19 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    07/09/2004 12:08:20 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    A[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [288] **insert** id=1, parid=-1, collid=6849, keyArr.len=-1, cont.len=1036
    [289] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [290] **commit** #pending ops=1
    [291] **insert** id=-1, parid=0, collid=6849, keyArr.len=-1, cont.len=665
    [292] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [293] **commit** #pending ops=1
    [294] Getting a connection for internal use...
    [295] Creating internal connection...
    [296] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [297] **deleteAll** collid=6847
    [298] stmt: delete "PS_TXN" where collid=:1
    [299] **commit** #pending ops=1
    [300] Reusing a cached session application module instance
    [301] Getting a connection for internal use...
    [302] Creating internal connection...
    [303] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [304] OracleSQLBuilder Executing Select on: H56HIMAT (true)
    [305] Built select: 'SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity'
    [306] Executing LOCK...SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity WHERE H56CODBO=:1 AND H56DTMAN=:2 AND H56SCANA=:3 FOR UPDATE NOWAIT
    [307] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/RelatoriosSetorSinalizacaoNauticaBoiaAssociation.xml file
    [308] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/RelatorioSetorSinalizacaoNauticaEntity.xml file
    [309] OracleSQLBuilder Executing Select on: H55BOIAT (true)
    [310] Built select: 'SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity'
    [311] Executing LOCK...SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity WHERE H55SCANA=:1 AND H55CODBO=:2 FOR UPDATE NOWAIT
    [312] Loading from /br/com/cvrd/logistica/kitbordo/sinalizacao/model/entity/TipoManutencaoBoiaAssociation.xml file
    [313] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [314] Built select: 'SELECT H6ASCANA, H6ACODBO, H6ADTMAN, H6ASTPMB FROM H6AMABOT ManutencaoBoiaEntity'
    [315] Executing LOCK...SELECT H6ASCANA, H6ACODBO, H6ADTMAN, H6ASTPMB FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4 FOR UPDATE NOWAIT
    [316] QueryCollection: afterRemove(0)
    [317] ViewRowCache: removeReference
    [318] ViewRowCache: removeReference
    [319] QueryCollection: afterRemove(5)
    [320] ViewRowCache: removeReference
    [321] ViewRowCache: removeReference
    [322] QueryCollection: afterRemove(10)
    [323] ViewRowCache: removeReference
    [324] ViewRowCache: removeReference
    [325] QueryCollection: afterRemove(15)
    [326] ViewRowCache: removeReference
    [327] ViewRowCache: removeReference
    [328] QueryCollection: afterRemove(20)
    [329] ViewRowCache: removeReference
    [330] ViewRowCache: removeReference
    [331] QueryCollection: afterRemove(25)
    [332] ViewRowCache: removeReference
    [333] ViewRowCache: removeReference
    [334] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [335] Reusing prepared LOCK statement
    [336] QueryCollection: afterRemove(0)
    [337] ViewRowCache: removeReference
    [338] ViewRowCache: removeReference
    [339] QueryCollection: afterRemove(4)
    [340] ViewRowCache: removeReference
    [341] ViewRowCache: removeReference
    [342] QueryCollection: afterRemove(8)
    [343] ViewRowCache: removeReference
    [344] ViewRowCache: removeReference
    [345] QueryCollection: afterRemove(12)
    [346] ViewRowCache: removeReference
    [347] ViewRowCache: removeReference
    [348] QueryCollection: afterRemove(16)
    [349] ViewRowCache: removeReference
    [350] ViewRowCache: removeReference
    [351] QueryCollection: afterRemove(20)
    [352] ViewRowCache: removeReference
    [353] ViewRowCache: removeReference
    [354] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [355] Reusing prepared LOCK statement
    [356] QueryCollection: afterRemove(0)
    [357] ViewRowCache: removeReference
    [358] ViewRowCache: removeReference
    [359] QueryCollection: afterRemove(3)
    [360] ViewRowCache: removeReference
    [361] ViewRowCache: removeReference
    [362] QueryCollection: afterRemove(6)
    [363] ViewRowCache: removeReference
    [364] ViewRowCache: removeReference
    [365] QueryCollection: afterRemove(9)
    [366] ViewRowCache: removeReference
    [367] ViewRowCache: removeReference
    [368] QueryCollection: afterRemove(12)
    [369] ViewRowCache: removeReference
    [370] ViewRowCache: removeReference
    [371] QueryCollection: afterRemove(15)
    [372] ViewRowCache: removeReference
    [373] ViewRowCache: removeReference
    [374] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [375] Reusing prepared LOCK statement
    [376] QueryCollection: afterRemove(0)
    [377] ViewRowCache: removeReference
    [378] ViewRowCache: removeReference
    [379] QueryCollection: afterRemove(2)
    [380] ViewRowCache: removeReference
    [381] ViewRowCache: removeReference
    [382] QueryCollection: afterRemove(4)
    [383] ViewRowCache: removeReference
    [384] ViewRowCache: removeReference
    [385] QueryCollection: afterRemove(6)
    [386] ViewRowCache: removeReference
    [387] ViewRowCache: removeReference
    [388] QueryCollection: afterRemove(8)
    [389] ViewRowCache: removeReference
    [390] ViewRowCache: removeReference
    [391] QueryCollection: afterRemove(10)
    [392] ViewRowCache: removeReference
    [393] ViewRowCache: removeReference
    [394] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [395] Reusing prepared LOCK statement
    [396] QueryCollection: afterRemove(0)
    [397] ViewRowCache: removeReference
    [398] ViewRowCache: removeReference
    [399] QueryCollection: afterRemove(1)
    [400] ViewRowCache: removeReference
    [401] ViewRowCache: removeReference
    [402] QueryCollection: afterRemove(2)
    [403] ViewRowCache: removeReference
    [404] ViewRowCache: removeReference
    [405] QueryCollection: afterRemove(3)
    [406] ViewRowCache: removeReference
    [407] ViewRowCache: removeReference
    [408] QueryCollection: afterRemove(4)
    [409] ViewRowCache: removeReference
    [410] ViewRowCache: removeReference
    [411] QueryCollection: afterRemove(5)
    [412] ViewRowCache: removeReference
    [413] ViewRowCache: removeReference
    [414] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [415] Reusing prepared LOCK statement
    [416] QueryCollection: afterRemove(0)
    [417] ViewRowCache: removeReference
    [418] ViewRowCache: removeReference
    [419] QueryCollection: afterRemove(0)
    [420] ViewRowCache: removeReference
    [421] ViewRowCache: removeReference
    [422] QueryCollection: afterRemove(0)
    [423] ViewRowCache: removeReference
    [424] ViewRowCache: removeReference
    [425] QueryCollection: afterRemove(0)
    [426] ViewRowCache: removeReference
    [427] ViewRowCache: removeReference
    [428] QueryCollection: afterRemove(0)
    [429] ViewRowCache: removeReference
    [430] ViewRowCache: removeReference
    [431] QueryCollection: afterRemove(0)
    [432] ViewRowCache: removeReference
    [433] ViewRowCache: removeReference
    [434] OracleSQLBuilder Executing DML on: H56HIMAT (Atualizar)
    [435] BEGIN UPDATE H56HIMAT HistoricoManutencaoBoiaEntity SET H56CODBO=:1,H56DTMAN=:2,H56DESCR=:3 WHERE H56CODBO=:4 AND H56DTMAN=:5 AND H56SCANA=:6 RETURNING H56CODBO INTO :7; END;
    [436] OracleSQLBuilder Executing DML on: H6AMABOT (Deletar)
    [437] DELETE FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4
    [438] OracleSQLBuilder Executing DML on: H6AMABOT (Deletar)
    [439] DELETE FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4
    [440] OracleSQLBuilder Executing DML on: H6AMABOT (Deletar)
    [441] DELETE FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4
    [442] OracleSQLBuilder Executing DML on: H6AMABOT (Deletar)
    [443] DELETE FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4
    [444] OracleSQLBuilder Executing DML on: H6AMABOT (Deletar)
    [445] DELETE FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4
    [446] OracleSQLBuilder Executing DML on: H6AMABOT (Deletar)
    [447] DELETE FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4
    [448] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [449] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [450] TipoManutencaoBoiaView notify COMMIT ...
    [451] BoiasPorCanalView notify COMMIT ...
    [452] HistoricoManutencaoBoiaView notify COMMIT ...
    [453] ManutencaoBoiaEntity_ManutencaoBoiaAssociation_ManutencaoBoiaView notify COMMIT ...
    [454] EntityCache close prepared statement
    [455] EntityCache close prepared statement
    [456] EntityCache close prepared statement
    [457] Clearing VO cache for BoiasPorCanalView
    [458] Clear QueryCollection in cache...
    [459] Column count: 23
    [460] ViewObject : Reusing defined prepared Statement
    [461] Binding param 1: 21
    [462] Clearing VO cache for TipoManutencaoBoiaView
    [463] Clear QueryCollection in cache...
    [464] Column count: 2
    [465] ViewObject : Reusing defined prepared Statement
    [466] Application Module failover is enabled
    [467] Getting a connection for internal use...
    [468] Creating internal connection...
    [469] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [470] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [471] **insert** id=1, parid=-1, collid=6850, keyArr.len=-1, cont.len=1036
    [472] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [473] **commit** #pending ops=1
    [474] **insert** id=-1, parid=0, collid=6850, keyArr.len=-1, cont.len=665
    [475] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [476] **commit** #pending ops=1
    [477] Getting a connection for internal use...
    [478] Creating internal connection...
    [479] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [480] **deleteAll** collid=6849
    [481] stmt: delete "PS_TXN" where collid=:1
    [482] **commit** #pending ops=1
    [483] Reusing a cached session application module instance
    [484] Getting a connection for internal use...
    [485] Creating internal connection...
    [486] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [487] Application Module failover is enabled
    [488] Getting a connection for internal use...
    [489] Creating internal connection...
    [490] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [491] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [492] **insert** id=1, parid=-1, collid=6851, keyArr.len=-1, cont.len=1036
    [493] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [494] **commit** #pending ops=1
    [495] **insert** id=-1, parid=0, collid=6851, keyArr.len=-1, cont.len=665
    [496] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [497] **commit** #pending ops=1
    [498] Getting a connection for internal use...
    [499] Creating internal connection...
    [500] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [501] **deleteAll** collid=6850
    [502] stmt: delete "PS_TXN" where collid=:1
    [503] **commit** #pending ops=1
    [504] Reusing a cached session application module instance
    [505] Getting a connection for internal use...
    [506] Creating internal connection...
    [507] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [508] OracleSQLBuilder Executing Select on: H56HIMAT (true)
    [509] Built select: 'SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity'
    [510] Executing LOCK...SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity WHERE H56CODBO=:1 AND H56DTMAN=:2 AND H56SCANA=:3 FOR UPDATE NOWAIT
    [511] OracleSQLBuilder Executing Select on: H55BOIAT (true)
    [512] Built select: 'SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity'
    [513] Executing LOCK...SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity WHERE H55SCANA=:1 AND H55CODBO=:2 FOR UPDATE NOWAIT
    [514] OracleSQLBuilder Executing DML on: H56HIMAT (Atualizar)
    [515] BEGIN UPDATE H56HIMAT HistoricoManutencaoBoiaEntity SET H56CODBO=:1,H56DTMAN=:2,H56DESCR=:3 WHERE H56CODBO=:4 AND H56DTMAN=:5 AND H56SCANA=:6 RETURNING H56CODBO INTO :7; END;
    [516] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [517] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [518] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [519] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [520] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [521] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [522] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [523] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [524] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [525] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [526] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [527] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [528] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [529] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [530] TipoManutencaoBoiaView notify COMMIT ...
    [531] BoiasPorCanalView notify COMMIT ...
    [532] HistoricoManutencaoBoiaView notify COMMIT ...
    [533] ManutencaoBoiaEntity_ManutencaoBoiaAssociation_ManutencaoBoiaView notify COMMIT ...
    [534] EntityCache close prepared statement
    [535] EntityCache close prepared statement
    [536] Clearing VO cache for BoiasPorCanalView
    [537] Clear QueryCollection in cache...
    [538] Column count: 23
    [539] ViewObject : Reusing defined prepared Statement
    [540] Binding param 1: 21
    [541] Clearing VO cache for TipoManutencaoBoiaView
    [542] Clear QueryCollection in cache...
    [543] Column count: 2
    [544] ViewObject : Reusing defined prepared Statement
    [545] Application Module failover is enabled
    [546] Getting a connection for internal use...
    [547] Creating internal connection...
    [548] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [549] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [550] **insert** id=1, parid=-1, collid=6853, keyArr.len=-1, cont.len=1036
    [551] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [552] **commit** #pending ops=1
    [553] **insert** id=-1, parid=0, collid=6853, keyArr.len=-1, cont.len=665
    [554] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [555] **commit** #pending ops=1
    [556] Getting a connection for internal use...
    [557] Creating internal connection...
    [558] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [559] **deleteAll** collid=6851
    [560] stmt: delete "PS_TXN" where collid=:1
    [561] **commit** #pending ops=1
    [562] Reusing a cached session application module instance
    [563] Getting a connection for internal use...
    [564] Creating internal connection...
    [565] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [566] Application Module failover is enabled
    [567] Getting a connection for internal use...
    [568] Creating internal connection...
    [569] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [570] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [571] **insert** id=1, parid=-1, collid=6854, keyArr.len=-1, cont.len=1036
    [572] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [573] **commit** #pending ops=1
    [574] **insert** id=-1, parid=0, collid=6854, keyArr.len=-1, cont.len=665
    [575] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [576] **commit** #pending ops=1
    [577] Getting a connection for internal use...
    [578] Creating internal connection...
    [579] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [580] **deleteAll** collid=6853
    [581] stmt: delete "PS_TXN" where collid=:1
    [582] **commit** #pending ops=1
    [583] Reusing a cached session application module instance
    [584] Getting a connection for internal use...
    [585] Creating internal connection...
    [586] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [587] OracleSQLBuilder Executing Select on: H56HIMAT (true)
    [588] Built select: 'SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity'
    [589] Executing LOCK...SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity WHERE H56CODBO=:1 AND H56DTMAN=:2 AND H56SCANA=:3 FOR UPDATE NOWAIT
    [590] OracleSQLBuilder Executing Select on: H55BOIAT (true)
    [591] Built select: 'SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity'
    [592] Executing LOCK...SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity WHERE H55SCANA=:1 AND H55CODBO=:2 FOR UPDATE NOWAIT
    [593] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [594] Built select: 'SELECT H6ASCANA, H6ACODBO, H6ADTMAN, H6ASTPMB FROM H6AMABOT ManutencaoBoiaEntity'
    [595] Executing LOCK...SELECT H6ASCANA, H6ACODBO, H6ADTMAN, H6ASTPMB FROM H6AMABOT ManutencaoBoiaEntity WHERE H6ASCANA=:1 AND H6ACODBO=:2 AND H6ADTMAN=:3 AND H6ASTPMB=:4 FOR UPDATE NOWAIT
    [596] QueryCollection: afterRemove(0)
    [597] ViewRowCache: removeReference
    [598] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [599] Reusing prepared LOCK statement
    [600] QueryCollection: afterRemove(0)
    [601] ViewRowCache: removeReference
    [602] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [603] Reusing prepared LOCK statement
    [604] QueryCollection: afterRemove(0)
    [605] ViewRowCache: removeReference
    [606] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [607] Reusing prepared LOCK statement
    [608] QueryCollection: afterRemove(0)
    [609] ViewRowCache: removeReference
    [610] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [611] Reusing prepared LOCK statement
    [612] QueryCollection: afterRemove(0)
    [613] ViewRowCache: removeReference
    [614] OracleSQLBuilder Executing Select on: H6AMABOT (true)
    [615] Reusing prepared LOCK statement
    [616] QueryCollection: afterRemove(0)
    [617] ViewRowCache: removeReference
    [618] OracleSQLBuilder Executing DML on: H56HIMAT (Atualizar)
    [619] BEGIN UPDATE H56HIMAT HistoricoManutencaoBoiaEntity SET H56CODBO=:1,H56DTMAN=:2,H56DESCR=:3 WHERE H56CODBO=:4 AND H56DTMAN=:5 AND H56SCANA=:6 RETURNING H56CODBO INTO :7; END;
    [620] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [621] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [622] TipoManutencaoBoiaView notify COMMIT ...
    [623] BoiasPorCanalView notify COMMIT ...
    [624] HistoricoManutencaoBoiaView notify COMMIT ...
    [625] ManutencaoBoiaEntity_ManutencaoBoiaAssociation_ManutencaoBoiaView notify COMMIT ...
    [626] EntityCache close prepared statement
    [627] EntityCache close prepared statement
    [628] EntityCache close prepared statement
    [629] Clearing VO cache for BoiasPorCanalView
    [630] Clear QueryCollection in cache...
    [631] Column count: 23
    [632] ViewObject : Reusing defined prepared Statement
    [633] Binding param 1: 21
    [634] Clearing VO cache for TipoManutencaoBoiaView
    [635] Clear QueryCollection in cache...
    [636] Column count: 2
    [637] ViewObject : Reusing defined prepared Statement
    [638] Application Module failover is enabled
    [639] Getting a connection for internal use...
    [640] Creating internal connection...
    [641] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [642] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [643] **insert** id=1, parid=-1, collid=6855, keyArr.len=-1, cont.len=1036
    [644] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [645] **commit** #pending ops=1
    [646] **insert** id=-1, parid=0, collid=6855, keyArr.len=-1, cont.len=665
    [647] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [648] **commit** #pending ops=1
    [649] Getting a connection for internal use...
    [650] Creating internal connection...
    [651] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [652] **deleteAll** collid=6854
    [653] stmt: delete "PS_TXN" where collid=:1
    [654] **commit** #pending ops=1
    [655] Reusing a cached session application module instance
    [656] Getting a connection for internal use...
    [657] Creating internal connection...
    [658] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [659] Application Module failover is enabled
    [660] Getting a connection for internal use...
    [661] Creating internal connection...
    [662] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [663] <AM MomVer="0">
    <cd/>
    <TXN Def="0" New="0" Lok="1"/>
    <VO>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.TipoManutencaoBoiaView" Name="TipoManutencaoBoiaView"/>
    <VO It="1" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.BoiasPorCanalView" Name="BoiasPorCanalView">
    <args ct="1">
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    <VO It="1" Sz="10" St="0" ac="0" Def="br.com.cvrd.logistica.kitbordo.sinalizacao.model.view.HistoricoManutencaoBoiaView" Name="HistoricoManutencaoBoiaView">
    <args ct="2">
    <arg>
    <![CDATA[XPPP ]]>
    </arg>
    <arg>
    <![CDATA[21]]>
    </arg>
    </args>
    </VO>
    </VO>
    </AM>
    [664] **insert** id=1, parid=-1, collid=6856, keyArr.len=-1, cont.len=1036
    [665] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [666] **commit** #pending ops=1
    [667] **insert** id=-1, parid=0, collid=6856, keyArr.len=-1, cont.len=665
    [668] stmt: begin insert into "PS_TXN" values (:1, :2, :3, empty_blob(), sysdate) returning content into :4; end;
    [669] **commit** #pending ops=1
    [670] Getting a connection for internal use...
    [671] Creating internal connection...
    [672] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [673] **deleteAll** collid=6855
    [674] stmt: delete "PS_TXN" where collid=:1
    [675] **commit** #pending ops=1
    [676] Reusing a cached session application module instance
    [677] Getting a connection for internal use...
    [678] Creating internal connection...
    [679] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [680] OracleSQLBuilder Executing Select on: H56HIMAT (true)
    [681] Built select: 'SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity'
    [682] Executing LOCK...SELECT H56CODBO, H56DTMAN, H56DESCR, H56SCANA FROM H56HIMAT HistoricoManutencaoBoiaEntity WHERE H56CODBO=:1 AND H56DTMAN=:2 AND H56SCANA=:3 FOR UPDATE NOWAIT
    [683] OracleSQLBuilder Executing Select on: H55BOIAT (true)
    [684] Built select: 'SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity'
    [685] Executing LOCK...SELECT H55SCANA, H55CODBO, H55LATGR, H55LATMI, H55LATSE, H55INDLA, H55VALEX, H55LONGR, H55LONMI, H55LONSE, H55INDLO, H55VALEY, H55CORLP, H55REMOV, H55NRORD, H55PROJE, H55PINTU, H55CARAC, H55EQLUM, H55FOLUM, H55EQFUN, H55EQMON FROM H55BOIAT BoiaEntity WHERE H55SCANA=:1 AND H55CODBO=:2 FOR UPDATE NOWAIT
    [686] EntityCache:add WARNING - a new row with a key equal to a removed row
    [687] EntityCache:add WARNING - a new row with a key equal to a removed row
    [688] EntityCache:add WARNING - a new row with a key equal to a removed row
    [689] EntityCache:add WARNING - a new row with a key equal to a removed row
    [690] EntityCache:add WARNING - a new row with a key equal to a removed row
    [691] EntityCache:add WARNING - a new row with a key equal to a removed row
    [692] OracleSQLBuilder Executing DML on: H56HIMAT (Atualizar)
    [693] BEGIN UPDATE H56HIMAT HistoricoManutencaoBoiaEntity SET H56CODBO=:1,H56DTMAN=:2,H56DESCR=:3 WHERE H56CODBO=:4 AND H56DTMAN=:5 AND H56SCANA=:6 RETURNING H56CODBO INTO :7; END;
    [694] OracleSQLBuilder Executing DML on: H6AMABOT (Inserir)
    [695] BEGIN INSERT INTO H6AMABOT(H6ASCANA,H6ACODBO,H6ADTMAN,H6ASTPMB) VALUES (:1,:2,:3,:4) RETURNING H6ACODBO INTO :5; END;
    [696] OracleSQLBuilderImpl.doEntityDML failed...
    [697] X/Open SQL State is: 23000
    [698] java.sql.SQLException: ORA-00001: restrição exclusiva (KITBORDO.PK_H6AMABOT) violada
    ORA-06512: em line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:187)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:241)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1477)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:888)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2004)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1924)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2562)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:452)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:526)
         at oracle.jbo.server.OracleSQLBuilderImpl.doEntityDML(OracleSQLBuilderImpl.java:370)
     

    Hi Sung, Thanks for your reply.
    Leonardo:
    If I understand your msg correctly, I'm wondering if
    the data model as you described is complete.
    You state that you have MaintenanceType, Maintenance,
    and MaintenanceOrder, but don't you need
    MaintenanceOrderLine?MaintenanceOrderLine is what I'm calling Maintenance. A Maintenace record is used just to link a MaintenanceOrder to a MaintenanceType
    >
    Otherwise, you say that you removed all Maintenance's
    in step 2). How did you form a list of all
    Maintenance's in step 4)? How do you form this
    list?
    was raised due to unique constraint violationAt step 3) I'm using a view object, MaintenanceTypeView, to create a list of checkboxes, one for each MaintenanceType.
    At step 4), for each MaintenanceType selected in the form, I'm creating a new Maintenance using:
    //All codes of maintenance types, that already have a
    //respective maintenance record in the db, have already
    //been remove from the maintenancesToInsert list at this
    //point
    for (Iterator iter = maintenancesToInsert.iterator(); iter.hasNext();) {
    MaintenanceViewRow maintenanceRow = (MaintenanceViewRow) maintenanceView.createRow();
    maintenanceRow.setMaintenanceTypeCode(Integer.valueOf((String)iter.next()));
    maintenanceView.insertRow(maintenanceRow);
    >
    Sung

  • My Ifone 4 was not behaving properly. I pressed "Reset all settings" now it has

    My Ifone 4 was not behaving properly. I pressed "Reset all settings" now it has been more than 1 hour my ifone is still working in background and white circle is moving in the center of the screen. None of the button including Power works may you press it for any time

    Enter DFU Mode.
    Connect the iPhone to your computer and launch iTunes
    Turn the iPhone off (hold down the power button at the top of the iPhone)
    Hold down the sleep/power button and home button together for exactly 10 seconds, then release the power button
    Continue to hold down the Home button until a message appears in iTunes telling you an iPhone in recover mode has been detected
    Do a restore

  • Preset Not Behaving Properly

    I have a preset which tweaks clarity, vibrance, sharpening and lens correction.  I recently applied it to a new photo and it didn't seem to do much.  I went in to edit it ( right clicked on preset and selected UPDATE WITH CURRENT SETTINGS).  Only white balance was checked.  Is there a way to recover my previous settings?
    Thanks.

    You probably goofed up the preset permanently by updating it with only white balance selected (try recovering from backup).
    But here is an important note:
    Lightroom does NOT do a good job at handling process version in presets (and some presets included with Lightroom specify a process version when they shouldn't).
    If the preset had a process version which did not match the process version of the photo, the preset may not behave properly.
    If I used presets much, I would load all presets into a text editor, and check for process version specific stuff. If yes, then make sure there is a proper process version in it. Then, store in a PV20XX folder so as not to use it on the wrong photos. If no, then make sure you strip the process version out of the file, and re-save. Restart Lightroom afterward. Let me know if you need help determining which items are PV specific.
    If you want to know which settings were in a previously applied preset, you can search for photos that have it applied, and compare the settings before and after applying the preset. ChangeManager makes the comparison easier and less error prone.
    Rob

  • Div not recognised in template

    Hi, first ever question.
    I have a template page with standard divs, Header, Nav, Content, Footer all are contained in a wrapper div and all working as expected.
    I have inserted a new div to sit in between the content and footer, The box properties are set so that they only take up 2/3 of the area and I have put a 2 px border around it.
    When vewing it in Dreamweaver it looks exactly as I was expecting to see it.  However when I upload and view in a browser the text I have inserted appears across the entire length of the page and the border is missing.
    I would really appreciate some direction.
    Thanks

    OK, I get it, common sense stuff, should have known better.
    Platform:                 MAC
    OS:                         10.6.8 Snow Leopard
    Software:                Dreamweaver - CS5.5
    New Div:                "wordDoc"
    Test page URL:     file:///Users/ralphharpur/My%20Clients/Bambach%20Cables/bambach%20website%20files/bambach _website/testPages/testIndex.html
    This file shows the problem as the "wordDoc" div appearing underneath existing div's, however this was not the original problem. Original problem was div not appearing at all.
    I have already tried inserted "clear-both" before and after the div as well as a class "clear" (since removed).
    Code:                   
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Welcome to Bambach Cables</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="../css/bambach.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="../css/pagelayout.css" rel="stylesheet" type="text/css" media="screen" />
    <style type="text/css">
    <!--
    #cable-montage {
        height: 469px;
        width: 139px;
        float: right;
    a:link {
        text-decoration: none;
        color: #FFF;
    a:visited {
        text-decoration: none;
        color: #FFF;
    a:hover {
        text-decoration: none;
        color: #FFF;
    a:active {
        text-decoration: none;
        color: #FFF;
    -->
    </style>
    <link href="../css/print.css" rel="stylesheet" type="text/css" media="print" />
    </head>
    <body>
    <div id="wrapper">
      <div id="header"></div>
      <div id="navigation">
        <ul>
          <li><a href="index.html">HOME</a></li><li><a href="../about-us.html">ABOUT US</a><li><a href="flexible-earths.html">PRODUCTS</a></li><li><a href="../equipment-manufacturer.html">INDUSTRIES</a><a href="../custom.html">CUSTOM </a></li>
          <li><a href="../contact.html">CONTACT</a></li>
        </ul>
      </div>
      <div class="indent" id="content">
        <h4 class="indent">Established in 1936, Bambach Wires &amp; Cables are an Australian owned and operated manufacturer of specialist industrial cables. Whether you need new or unique wire and cable technology, or just someone to deliver the basics,     Bambach is there for you.<br />
        </h4>
      </div>
      <div class="wordDoc" id="wordDoc">
        <p>As you may or may not be aware, Bambach has been asked to test for non-transmission of internal ignition for the following cables    19285BES, 40670BES, 30308BES, 42505BES, 19290BES &amp; 15790BES.</p>
        <p>Test Safe, Londonderry are to conduct the tests and are scheduled to start this Saturday 17th March. An order has been placed. </p>
        <p>The work will be done over weekends using paid overtime otherwise work could not start before the end of April at the earliest.</p>
        <p>Many of the cables have been in use without any problems for more than 12 years without any problems. Unfortunately the DII Gazette Notice dated 25th January 2008  escaped our attention due to staff changes. Otherwise tests would have been carried out then.</p>
        <p>Although the above tests are to be conducted I do emphasize that no cable, including the above, leaves these premises without rigorous routine and sample testing.</p>
        <p>The cables listed above are the only Bambach product that require testing for <br />
          non-transmission of internal ignition. No other product is effected </p>
        <p>W M Gale<br />
          MD<br />
          14/03/12</p>
      </div>
      <div id="col1">
        <h4>Products</h4>
        <ul>
          <li class="ul"><a href="../pvc-flexible.html">        PVC Flexibles      </a></li>
          <li class="ul">        <a href="../emc.html">EMC Cable </a></li>
          <li class="ul">        <a href="../control.html">Control Cable </a></li>
          <li class="ul"><a href="../mining.html">        Mining Cables      </a></li>
          <li class="ul"><a href="../rubber-h07-rn-f.html">        HO7 Rubber      </a></li>
        </ul>
      </div>
      <div id="column2"></div>
      <div id="col3">
        <h4>Industries</h4>
        <ul>
          <li>        <a href="../equipment-manufacturer.html" class="ul"> <span class="ul">Equipment Manufacturers</span></a>      </li>
          <li class="ul">        <a href="../wholesalers.html"> Wholesalers </a>      </li>
          <li class="ul">        <a href="../mining.html"> Mining &amp; Resources </a>      </li>
          <li class="ul">        <a href="../defence-navy.html"> Navy/Defence </a>      </li>
          <li class="ul">        <a href="../switchboard.html"> Switchboard Builders </a>      </li>
        </ul>
      </div>
      <div id="cable-montage"></div>
      <div id="footer">
        <table width="960" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td colspan="2" valign="top">Sydney Head Office</td>
            <td colspan="2" valign="top" class="tableCollapse">Brisbane</td>
            <td colspan="2" valign="top" id="tables">Melbourne</td>
            <td colspan="2" valign="top">Newcastle</td>
            <td width="198" valign="top" class="footerRight">© Bambach Wires &amp; Cables   2010</td>
            <td width="59" rowspan="4" valign="top"> </td>
          </tr>
          <tr>
            <td width="24" valign="top">Ph: </td>
            <td width="141" valign="top">02 9938 5622</td>
            <td width="24" valign="top">Ph: </td>
            <td width="146" valign="top">07 3277 5811</td>
            <td width="24" valign="top">Ph: </td>
            <td width="155" valign="top">03 9335 2600</td>
            <td width="24" valign="top">Ph: </td>
            <td width="128" valign="top">02 4956 2044</td>
            <td width="198" valign="top" class="footerRight"><a href="../terms-conditions.html">Click here to view Terms &amp; Conditions</a></td>
          </tr>
          <tr>
            <td colspan="2" valign="top">Fax: 02 9938 3973</td>
            <td colspan="2" valign="top">Fax: 07 3274 0080</td>
            <td colspan="2" valign="top">Fax: 03 9330 3903</td>
            <td colspan="2" valign="top">Fax: 02 4950 1983</td>
            <td width="198" rowspan="2" valign="top" class="footerRight"><a href="../privacy.html">Click here to view Privacy Policy</a></td>
          </tr>
          <tr>
            <td colspan="2" valign="top"><script type="text/javascript">
    //<![CDATA[this is the code for Hivelogic Email Enkoder - [email protected] (Sydney)
    function hiveware_enkoder(){var i,j,x,y,x=
    "x=\"783d223738336432323362336233613362333733633364336233353337333633623638" +
    "33383337333733643337336133623339336333653362333733633363336336613337333933" +
    "63366133623361336236393362336133633338336236623362333933623237343237643563" +
    "32323364373833373362333633623338336233643362333833623336336233373362363933" +
    "62333633623337336233353339333833633361336236383362333633623338336336363338" +
    "36623362333933633638336233653362333633623639336233373337363833613639333836" +
    "38333833653363336133623661336233393362336533633338336133353337333833633361" +
    "33623638336233363362333833613661333833373337363833613361336333363362366133" +
    "37363933623662336233383362366133373338336333613362363833623330376533323332" +
    "32353265333734323330366534303664373936633733366137313333376434313665343033" +
    "35343236653264373737343662343032633263343237653430323736373338333533383637" +
    "33383365333733373337366133383336336236623337336232393738323836353730363136" +
    "33373336353665373533643738336232373237336437393362356332323765323434303265" +
    "32653337333136653264373737393738363737613738333337643330326332613263326436" +
    "61373536363638373836613733376134323239333233333363366132383636363933623335" +
    "32643239363932383734343136353634366634333732363136383633326537383364366137" +
    "62323932623262363933623638373436373665363536633265373833633639336233303364" +
    "36393238373236663636373937643239366132383635363436663433373236313638343336" +
    "64366637323636326536373665363937323734353333643262373933623334333933643262" +
    "36613232336237393364323732373362363636663732323836393364333033623639336337" +
    "38326536633635366536373734363833623639326233643335333232393762363636663732" +
    "32383661336434643631373436383265366436393665323837383265366336353665363737" +
    "34363832633639326233353332323933623264326436613365336436393362323937623739" +
    "32623364373832653633363836313732343137343238366132393362376437643739336222" +
    "3b793d27273b666f7228693d303b693c782e6c656e6774683b692b3d32297b792b3d756e65" +
    "7363617065282725272b782e73756273747228692c3229293b7d79\";y='';for(i=0;i<x." +
    "length;i+=2){y+=unescape('%'+x.substr(i,2));}y";
    while(x=eval(x));}hiveware_enkoder();
    //]]>
    </script></td>
            <td colspan="2" valign="top"><script type="text/javascript">
    //<![CDATA[this is the code for Hivelogic Email Enkoder - [email protected]
    function hiveware_enkoder(){var i,j,x,y,x=
    "x=\"783d227b402532357c41267e43283538372939677e6c39436228353839392144403a29" +
    "36393d693a3b3d373a6d3d692936393a3e422532323c3d442e6b3d2e423c3d6d766c3e792f" +
    "3b3970446c3e37423e3e7043393d2135403e736c3b3d756e3c397b6f3f394270393a32446a" +
    "3d3930383924253232373d32443f3e7c75393d6c7a3c3d6a683d3a776c6b3c2f2e6a392c2e" +
    "393d32216b3d357a383d7c69403d7a7b6a3e792f3b3d70336d3a3930683e30423a3d293636" +
    "253232383d62283538416a3d21433c3e2d2d3a3d417e393e437b393d746b403e79693a3d67" +
    "76393d6b2e383d7e2f6c3d416c3c3b7578373d2e6f393d4336383d416f6b3d427e393d3472" +
    "383d6b743a3d6d7a3f3d6e413a3d6f31383d312f393d23706a3d437e3c3e34693a396e676c" +
    "3d78493a3d756a6d3d6b476b397a2e6c3d6f2f383e33373c3c416f6a396c2e393a70426c3c" +
    "39383a3d2f70383d31436a3d3f3a3c3e41213a393143373b597a393e786f393d746d403e34" +
    "6c3a3d7875393d7349383d6e676c3d78493c3a756a6a396b2e6d3d702f383a283535212835" +
    "384170436b7c67722e7e34696e6778477a2e362f2f417e437e34797b68797a782e372f4121" +
    "432d2d416c75782e6f4336416f427e34726b746d7a6e416f31433a2f232131437e34797b68" +
    "797a782e6f32382f412835356c75782e6f4338416f427e34726b746d7a6e416f31433a2f23" +
    "2131437e34797b68797a782e6f32382f4128353521432134797b68797a782e702f41263f7d" +
    "412b2b3f7c4179726977676574692c7c2d3f6a73762c6d41343f6d407c327069726b786c3f" +
    "6d2f2f2d216e417c32676c65764773686945782c6d2d31363f6d6a2c6e4037362d6e2f413d" +
    "383f7d2f415778766d726b326a767371476c6576477368692c6e2d237d2532353e7c402a2a" +
    "3e7b4078716876666473682b7b2c3e6972752b6c40333e6c3f7b316f68716a776b3e6c2e2e" +
    "2c7e6d407b31666b64754672676844772b6c2c30343e6c692b6d3f36352c6d2e403c373e7c" +
    "2e405677756c716a3169757270466b6475467267682b6d2c2532327c223b793d27273b783d" +
    "756e6573636170652878293b666f7228693d303b693c782e6c656e6774683b692b2b297b6a" +
    "3d782e63686172436f646541742869292d333b6966286a3c3332296a2b3d39343b792b3d53" +
    "7472696e672e66726f6d43686172436f6465286a297d79\";y='';for(i=0;i<x.length;i" +
    "+=2){y+=unescape('%'+x.substr(i,2));}y";
    while(x=eval(x));}hiveware_enkoder();
    //]]>
    </script></td>
            <td colspan="2" valign="top"><script type="text/javascript">
    //<![CDATA[ this is the code for Hivelogic Email Enkoder - [email protected]
    function hiveware_enkoder(){var i,j,x,y,x=
    "x=\"783d22334577792b41783d303d5c223632324f36317e78756e3d5c5c65735c22336336" +
    "366664363664323636346170366665283632273165363633313736383337252735362b7864" +
    "352e3635633336323231363635737536656273373374326535366333363635343272286537" +
    "692c3731323736633332363565363732292936393b7d3737795c2233323b6a30343d653436" +
    "766135326c283864782e363563683663617232324174336328303636292932363b7866373d" +
    "7831322e733036756238357374373272283665312937323b7936353d273636273b3533666f" +
    "633272283633693d6435303b6366693c3631782e33656c6532326e673664746836323b6932" +
    "322b3d393331303136297b3936792b63623d7833302e73336275623734737436667228335c" +
    "5c692c5c223b3529793d3b7d2761666f373372283631693d273b353b666f693c7236782e63" +
    "366c6535376e67286974683d303b693b332b3d366431303635297b693c792b782e3d786c36" +
    "2e736336756232367374656e72286774692c6866352937353b7d3732793d3b69792e2b3d73" +
    "7532366273653674723534286a297b293b223b6a3d6576616c28782e636861724174283029" +
    "293b783d782e7375627374722831293b793d27273b666f7228693d303b693c782e6c656e67" +
    "74683b692b3d34297b792b3d782e73756273747228692c32293b7d666f7228693d323b693c" +
    "782e6c656e6774683b692b3d34297b792b3d782e73756273747228692c32293b7d793d792e" +
    "737562737472286a293b\";y='';for(i=0;i<x.length;i+=2){y+=unescape('%'+x.sub" +
    "str(i,2));}y";
    while(x=eval(x));}hiveware_enkoder();
    //]]>
    </script></td>
            <td colspan="2" valign="top"><script type="text/javascript">
    //<![CDATA[this is the code for Hivelogic Email Enkoder - [email protected] (newcastle)
    function hiveware_enkoder(){var i,j,x,y,x=
    "x=\"2LGx=2631\\\"3a34f2b62142c29c7226475d3876767\\\\\\\"=x7962386a7776393b" +
    "6977373a723c3a6a7f2b383b292f39663d2d383b2630396a3d6c393a2678393a7b37383b27" +
    "2d3d3a397b363b322d3b367360353a71633767637536366e653c367d383a3a6822393a7f66" +
    "363b6b393c3a2878343a256c386a6e2836367c3937696b3038673d393a6a2b2b383b296b37" +
    "6a38643d3a776e353a6571376a6863353a6e28373b7d3a35676b79353a2968363a24713438" +
    "4564373b6f63393a423c373a3a68353a2669363a6b34386a3d29376a7b34363a393d353a3b" +
    "2a373a69223c6a3327373a6e6939666274373b735d393a3b29393b4271353a686339664d6f" +
    "386a62763a3a6e\\\\\\\"373997d7396792a636368256376946f634363.x<373bi;0=393a" +
    "i(ro376af;''353a=y;n373au=+y3b3b{)2=393a+i;h3968tgne393altsb376aus.x383b+'" +
    "%'373b(epa3536csey3967};))353a2,i(3a66r\\\";y3767='';2667for(3437i=0;3667i" +
    "<x.3d36leng3673th;i7a6f+=183b2b){fo214dr(j=7f36Math3c70.min4d6f(x.l3431eng" +
    "t4d6ch,i+262d18);6f3c--j>687b=i;)6279{y+=6072x.ch7971arAt4f2d(j);712d}}y;\""+
    ";j=eval(x.charAt(0));x=x.substr(1);y='';for(i=0;i<x.length;i+=8){y+=x.subs" +
    "tr(i,4);}for(i=4;i<x.length;i+=8){y+=x.substr(i,4);}y=y.substr(j);";
    while(x=eval(x));}hiveware_enkoder();
    //]]>
    </script></td>
          </tr>
        </table>
      </div>
    </div>
    </body>
    </html>

  • DAQmxGetErrorString does not behave as documented

    First off information about my setup.
    NI-daq 8.1.0f1
    Windows XP SP2
    No National Instruments devices currently connected, for testing.
    The function DAQmxGetErrorString does not behave defined in the daqmxcfunc.chm file located in NI-DAQ\Docs folder.
    In the documentation it says for the return value:
    Name
    Type
    Description
    status
    int32
    The error code returned by the function in the event of an error
    or warning. A value of 0 indicates success. A negative value indicates an
    error.
    If you pass in a valid value for errorString and
    its bufferSize, this function returns as much of the available
    data as possible.
    If you pass NULL for errorString or 0
    for bufferSize, this function returns the number of bytes you
    need to allocate.
    However this is not what it returns.  Below I have example code to demonstrat this.
    #include <NIDAQmx.h>
    #include <iostream>
    int main(int argc, char *argv)
        int32 size;
        int32 error = -2147220712;
        char *msg = new char[100];
        char msg2[100];
        size = DAQmxGetErrorString(error, msg2, 100);
        std::cout << msg2 << std::endl;
        std::cout << size << std::endl;
        size = DAQmxGetErrorString(size, msg2, 100);
        std::cout << msg2 << std::endl;
        std::cout << size << std::endl;
        size = DAQmxGetErrorString(error, msg, 0);
        std::cout << size << std::endl;
        size = DAQmxGetErrorString(error, NULL, 100);
        std::cout << size << std::endl;
        size = DAQmxGetErrorString(error, NULL, 0);
        std::cout << size << std::endl;
        delete [] msg;
        return 0;
    Which when run prints out:
    Explanation could not be found for the requested status code.
    Verify that the requested status cod
    200026
    Requested string could not fit into the given buffer. Only the first part of the
     string was copied
    200026
    0
    0
    0
    Those zeros should be the size of the character array to properly recieve the message, not 0.

    Hello asdfwww,
    I was capable of reproducing the behavior you reported only when an invalid
    (unknown) error code was passed to the function.  If I pass error -200324
    I get a size returned of 586.  However, if I pass the error code you
    mentioned (-2147220712)
    I get 0 returned since it is not a valid DAQmx error code. 
    Sorry for the confusion.
    Jesse O.
    Applications Engineering
    National Instruments
    Jesse O. | National Instruments R&D

  • Wireless Keyboard Issues - Backspace not behaving

    this is driving me insane.
    Ive spent hoours lookign for a solution and it's making it almost impossible to get on with any work.
    Everything was fine, never had any problems.
    then I changed the batteries on the keyboard. I think i went from one set of recharageables to another.
    the biggest frustration is the behaviour of the backspace key, which does nopt backspace and delete as it should.
    It now deletes to the left!
    Also the arrows do not behave as they used to do and I'm unable to type a capital t.
    I've tried everything, i.e. turnign it on and off, re-pairing, going through the keyboard settings, resoring everything to default etc etc
    Keyboard operation reverts to normal operation if I turn it off and on , but only for a few minutes.
    I thoughth it might be something to do with the rechargeable batteries, so replaced them with alkaline. - no effect.
    HELP!!
    the only clue that something might be wrong is, when Ive done some kind of keyboard key test where you are shown a layoput of the keyboard and it highlights the key you are pressing. he keyboard map shows the arrow on the backspace key to be facing in the opposite way to the way it actually is!
    Also Ive noticed the bluetooth symbol at the top of the screen has the 3 dots horizontal  -  which i thought indicated low battery, but the battery is fine as Ive just replaced them.

    Hello cjb222,
    I would be concerned too some of the keys on my keyboard were not working.  I found an article that can assist with troubleshooting issues with the built in keyboard.  I recommend following the steps under the section titled, "Some keys don't work as expected" in the following article:
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/ts1381
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • Vbscript RegRead function not behaving consistently and/or returning correct values when they exist in the registry

    Hello.
    I seem to be having a problem using the RegRead function within vbscript to return a simple value from the registry. When I run it on my workstation (windows 7 x64 sp1), it seems to miss certain registry values that are indeed there (specifically, I am looking
    for instances of "Adobe" in the displayName value of HKLM\Software\wow6432node\microsoft\windows\uninstall). However, when I run on a test VM, it returns the values fine. I am hoping someone might be able to explain this inconsistency and why it
    is happening.
    The code is very simple:
    On Error Resume Next
    if wscript.arguments.count < 1 then
    wscript.echo "usage: regread.vbs <hostname> <appname>"
    wscript.quit
    end if
    AppName = wscript.arguments(1)
    strComputer = wscript.arguments(0)
    const HKEY_LOCAL_MACHINE = &H80000002
    Set WshShell = WScript.CreateObject("WScript.Shell")
    Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!//"& strComputer & "/root/default:StdRegProv")
    strKeyPath = "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
    objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
    For Each subkey In arrSubKeys
    'wscript.echo subkey
    InstalledAppName = ""
    InstalledAppName = WshShell.RegRead("HKLM\" & strKeyPath & "\" & subkey & "\DisplayName")
    wscript.echo vbtab&"DisplayName: "&InstalledAppName
    if instr(InstalledAppName,AppName) > 0 then
    wscript.echo vbcrlf&"found"&vbcrlf
    end if
    Next
    When I run "cscript regread.vbs remoteHost Adobe" on my local machine, it does not "find" any instance of Adobe within the registry of machine "remoteHost". However, when I run it from a test VM, it does find the existing instances
    of Adobe within the DisplayName value of the uninstall key of the registry, here is the output from both, first the non-working one, then the working test VM.
    Non-working:
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: GPL Ghostscript 8.60
    DisplayName: GPL Ghostscript Fonts
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft ASP.NET 2.0 AJAX Extensions 1.0
    DisplayName:
    DisplayName: Sybase PowerBuilder 12.0 Standard Runtime
    DisplayName: MSXML 4.0 SP3 Parser
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: MSXML 4.0 SP3 Parser (KB2758694)
    DisplayName: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Windows Journal Viewer
    DisplayName: Java Auto Updater
    DisplayName: VBA (2627.01)
    DisplayName: Microsoft Visual C++ 2005 Redistributable
    DisplayName:
    DisplayName: Apple Software Update
    DisplayName: SQL Anywhere 9 for Windows x64
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2553267) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2760631) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2494150)
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0011-0000-0000-0000000FF1CE}_Office14.PROPLUS_{9569DE03-1425-4D12-96EB-44D852AF759A}\DisplayName
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2553065)
    DisplayName:
    DisplayName: Security Update for Microsoft Office 2010 (KB2598243) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2825640) 32-Bit Edition
    DisplayName:
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2553371) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Security Update for Microsoft Office 2010 (KB2589320) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2596964) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2566458)
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Access MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Excel MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office PowerPoint MUI (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Publisher MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Outlook MUI (English) 2010
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Word MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Proof (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Proof (French) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Proof (Spanish) 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Proofing (English) 2010
    DisplayName:
    DisplayName: Microsoft Office InfoPath MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Shared MUI (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2553310) 32-Bit Edition
    DisplayName: Microsoft Office OneNote MUI (English) 2010
    DisplayName:
    DisplayName: Update for Microsoft OneNote 2010 (KB2553290) 32-Bit Edition
    DisplayName: Microsoft Office Groove MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Shared Setup Metadata MUI (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Access Setup Metadata MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Visio Viewer 2003 (English)
    DisplayName: Cardiff TeleForm
    DisplayName:
    DisplayName:
    DisplayName: CodeMax Runtime Installer
    DisplayName: Microsoft .NET Framework 1.1
    DisplayName:
    DisplayName:
    DisplayName: Microsoft XML Parser
    DisplayName:
    DisplayName: Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    Working:
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: DYMO Label v.8
    DisplayName:
    DisplayName: GPL Ghostscript 8.60
    DisplayName: GPL Ghostscript Fonts
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft ASP.NET 2.0 AJAX Extensions 1.0
    DisplayName: Adobe Flash Player 11 Plugin
    found
    DisplayName: Sybase PowerBuilder 12.0 Standard Runtime
    DisplayName: MSXML 4.0 SP3 Parser
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: MSXML 4.0 SP3 Parser (KB2758694)
    DisplayName: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    DisplayName: Cisco WebEx Meeting Center for Internet Explorer
    DisplayName: Configuration Manager Client
    DisplayName: Java 7 Update 51
    DisplayName: Citrix Online Launcher
    DisplayName: MSXML 4.0 SP3 Parser (KB2721691)
    DisplayName: Microsoft Windows Journal Viewer
    DisplayName: Java Auto Updater
    DisplayName: VBA (2627.01)
    DisplayName: Microsoft Visual C++ 2005 Redistributable
    DisplayName: Microsoft Visual C++ 2005 Redistributable
    DisplayName: Apple Software Update
    DisplayName: SQL Anywhere 9 for Windows x64
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName: Update for Microsoft Filter Pack 2.0 (KB2810071) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2826035) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2553267) 32-Bit Edition
    DisplayName: Update for Microsoft PowerPoint 2010 (KB2553145) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2589375) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2687276) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2760631) 32-Bit Edition
    DisplayName: Update for Microsoft OneNote 2010 (KB2810072) 32-Bit Edition
    DisplayName: Security Update for Microsoft InfoPath 2010 (KB2687422) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2494150)
    DisplayName: Security Update for Microsoft Office 2010 (KB2687423) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2597986) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2794737) 32-Bit Edition
    DisplayName: Update for Microsoft SharePoint Workspace 2010 (KB2589371) 32-Bit Edition
    DisplayName: Security Update for Microsoft Publisher 2010 (KB2553147) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2850016) 32-Bit Edition
    DisplayName: Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition
    DisplayName: Security Update for Microsoft InfoPath 2010 (KB2760406) 32-Bit Edition
    DisplayName: Update for Microsoft Visio Viewer 2010 (KB2810066) 32-Bit Edition
    DisplayName: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0011-0000-0000-0000000FF1CE}_Office14.PROPLUS_{9569DE03-1425-4D12-96EB-44D852AF759A}\DisplayName
    DisplayName: Update for Microsoft Office 2010 (KB2767886) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2597087) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2687510) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2553065)
    DisplayName: Update for Microsoft Access 2010 (KB2553446) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2598243) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2825640) 32-Bit Edition
    DisplayName: Security Update for Microsoft Visio 2010 (KB2810068) 32-Bit Edition
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2553371) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2826026) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2589298) 32-Bit Edition
    DisplayName: Security Update for Microsoft Excel 2010 (KB2826033) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2589320) 32-Bit Edition
    DisplayName: Security Update for Microsoft Word 2010 (KB2863902) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2826023) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2760598) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2596964) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2566458)
    DisplayName: Update for Microsoft Office 2010 (KB2589352) 32-Bit Edition
    DisplayName: Security Update for Microsoft Outlook 2010 (KB2837597) 32-Bit Edition
    DisplayName: Microsoft Office Access MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Excel MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office PowerPoint MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft PowerPoint 2010 (KB2553145) 32-Bit Edition
    DisplayName: Microsoft Office Publisher MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Outlook MUI (English) 2010
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName: Update for Microsoft Outlook 2010 (KB2687623) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Word MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Proof (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2850079) 32-Bit Edition
    DisplayName: Microsoft Office Proof (French) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2850079) 32-Bit Edition
    DisplayName: Microsoft Office Proof (Spanish) 2010
    DisplayName: Update for Microsoft Office 2010 (KB2850079) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Filter Pack 2.0 (KB2810071) 32-Bit Edition
    DisplayName: Update for Microsoft OneNote 2010 (KB2810072) 32-Bit Edition
    DisplayName: Update for Microsoft SharePoint Workspace 2010 (KB2589371) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2760598) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2589352) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Proofing (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office InfoPath MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Shared MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Security Update for Microsoft Office 2010 (KB2553284) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2553310) 32-Bit Edition
    DisplayName: Microsoft Office OneNote MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft OneNote 2010 (KB2553290) 32-Bit Edition
    DisplayName: Microsoft Office Groove MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Shared Setup Metadata MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Access Setup Metadata MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Visio Viewer 2003 (English)
    DisplayName: Cardiff TeleForm
    DisplayName: Adobe Acrobat XI Pro
    found
    DisplayName: QuickTime
    DisplayName: CodeMax Runtime Installer
    DisplayName: Microsoft .NET Framework 1.1
    DisplayName: WinZip 15.0
    DisplayName: McAfee VirusScan Enterprise
    DisplayName: Microsoft XML Parser
    DisplayName: McAfee Agent
    DisplayName: Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Apple Application Support
    Does anyone know why this might be happening? The only main difference is that the machine that the script does not work on, has visual studio 2013 installed.
    Please help

    Well I think we can agree that it is not supported remotely. Because while it did initially work remotely, it didnt behave consistently; that is, it worked on the VM, but not my desktop. That's the whole reason I created this thread. Sorry if you are confused,
    but I most certainly was not lying and not trying to troll the forum or whatever it is you are insuinuating. Chill out a little bit and maybe you might get that Microsoft MVP.
    I am trying to get you t understand why what you are saying is wrong.  You may have thought it worked but there were a number of things that make it impossible to actually work.
    You were enumerating a remote key.  You were using that key name with RegRead and it was looking up the local value.  That is why it could not find remote keys and values.  The local and remote machines will not match on all keys.
    The correct call is the "GetStringValue" of the registry provider because it is the only call that can read remote values. My point is that you were fooling yourself by thinking that it ever actually worked.  If anything it was just dumb luck
    that the keys would match. 
    So maybe you weren't actually lying but you were surely foolingyourself and confusing us.
    Anyway - glad you fixed it and just remember to not mix calls like you did.  Also don't use On Error Resume Next unless you plan on test every call for an error.
    ¯\_(ツ)_/¯

  • Another case of css not behaving properly

    this is the page as it is
    http://www.fourpawscatrescue.co.uk/tests.html
    it shows the html and css design of my lightbox, the green is where the content will go
    and it is working properly in that link
    I have put the code below will someone please explain to me why as soon as i change the height of  "middle" and/or "middle centre" to auto (they currently have fixed heights) the whole thing breaks?
    (note, it does not break if I dont put any content in the green box effectivly causing its auto height to be 0, but inserting a single letter breaks it)
    (second note, when using fixed heights it will accept any height and still work fine)
    I need thoes 2 DIVs to have auto heights so that can adjust since as this is a lightbox different conent will be placed in the green area at different times.
    this is what it looks like when broken
    THE CODE
    <title>Untitled Document</title>
    <style type="text/css">
    #container {
    height: auto;
    width: 520px;
    overflow: hidden;
    #top {
    width: 520px;
    height:10px;
    overflow:hidden
    #top #topleft {
    height: 10px;
    width: 10px;
    float:left;
    background-image: url(images/top_left_curve.gif);
    background-repeat: no-repeat;
    #top #topcentre {
    width: 500px;
    height: 10px;
    background-color:black;
    float:left;
    #top #topright {
    height: 10px;
    width: 10px;
    float:left;
    background-image: url(images/top_right_curve.gif);
    background-repeat: no-repeat;     
    #middle {
    width: 520px;
    height: 50px;
    #middleleft {
    width: 10px;
    height: 100%;
    background-color: black;
    float:left;
    #middlecentre {
    width: 500px;
    height: 100%;
    background-color: #0F0;
    float:left;
    #middleright {
    width: 10px;
    height: 100%;
    background-color: black;
    float:left;
    #bottom {
    width: 520px;
    height:10px;
    overflow:hidden
    #bottom #bottomleft {
    height: 10px;
    width: 10px;
    float:left;
    background-image: url(images/bottom_left_curve.gif);
    background-repeat: no-repeat;
    #bottom #bottomcentre {
    width: 500px;
    height: 10px;
    background-color:black;
    float:left;
    #bottom #bottomright {
    height: 10px;
    width: 10px;
    float:left;     
    background-image: url(images/bottom_right_curve.gif);
    background-repeat: no-repeat;
    </style>
    </head>
    <body>
    <div id="container">
    <div id="top">
    <div id="topleft"></div>
    <div id="topcentre"></div>
    <div id="topright"></div>
    </div>
    <div id="middle">
    <div id="middleleft"></div>
    <div id="middlecentre"></div>
    <div id="middleright"></div>
    </div>
    <div id="bottom">
    <div id="bottomleft"></div>
    <div id="bottomcentre"></div>
    <div id="bottomright"></div>
    </div>
    </div>
    </body>
    </html>

    Turn NIS 2005’s Personal Firewall OFF, (turn it OFF Permanently until your ready to turn it back on) then click CONFIGURE. ( Might be a good idea to disconnect from the Internet at this stage)
    Under the PROGRAMS tab remove any reference to Apple iTunes or iTunes or iTunes Helper Module or anything related. and reboot.
    After coming back go back to NIS 2005’s Personal Firewall, click CONFIGURE. Under the PROGRAMS tab click ADD at the bottom, a SELECT A PROGRAM window will pop up. Add the following files one at a time, iTunes.exe, iTunesHelper.exe, QuickTimePlayer.exe, qttask.exe, QTInfo.exe. The last 3 are found in your Quicktime folder where that is in your system. Click OK. Turn NIS 2005’s Personal Firewall ON, and try starting iTunes again.
    It seems the Quicktime files were never automatically entered into NIS 2005’s Personal Firewall allowable programs listing. Adding them manually should help. I also noticed that from my previous version of iTunes the program listed in the Firewall was named Apple iTunes and not iTunes after I upgraded to 6.

  • 500k Unique Limit not behaving as it should?

    Hoping to get an official "Adobe" answer here as results via Twitter were not too successful, plus this is just too detailed to be accurately articulated in 140 character chunks.  Anyways, the problem comes with an instance I am working on where unique page views for URLs that are well over 500K are not being bucketed in to the "low traffic" category as they should be per this adobe documentation:
    Uniques Exceeded (Low-Traffic) Logic
    I've attached a screenshot, these URLs all only have 1 view per the month, and are not previously recorded, so these should all be falling into the low bucket traffic, but they are not, and this number continues to grow.  Anyone experienced this before, and if you have, do you have insights on to why the software is behaving as such?
    Thanks!

    This forum section is for the analytics of Business Catalyst, One of Adobe's CMS's. IT is not the Adobe Marketing Cloud software forum.

  • Div not displaying correctly in FF or Opera

    Can someone have a look at my code, I have a divs called
    "breadcrumbs" and "croutons".
    All appears as it should with these two divs in IE7, but when
    previewed in Firefox and Opera only the top borders of these two
    divs are showing. I have made the CSS internal for posting here,
    but normally use an external style sheet.
    FYI there are 2 SSI's in the code with external Style Sheets
    - both for menus so I havent include the CSS for these.
    Code -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>test</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <!--[if IE 6]>
    <style>
    #backgroundcontent {zoom: 100%;}
    </style>
    <![endif]-->
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    <style>
    body {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    #background {
    background-color: #999999;
    background-repeat: repeat-x;
    min-width: 420px;
    border: 1px solid #BBB;
    #middletext {
    background-color: #FFFFFF;
    margin-left: 185px;
    margin-right: 185px;
    min-height: 500px;
    border: 1px solid #BBB;
    #footer {
    background-repeat: repeat-x;
    height: 100px;
    background-image: url(../images/gradient_footer.jpg);
    #banner {
    background-repeat: repeat-x;
    height: 70px;
    min-width: 552px;
    background-image: url(../images/gradient_banner.jpg);
    #right {
    float: right;
    width: 145px;
    background-color:#CCCCCC;
    height: 335px;
    margin-right: 20px;
    display: inline;
    border: 2px solid #BBB;
    #leftWrapper {
    float: left;
    width: 145px;
    margin-left: 20px;
    display: inline;
    background-color: #CCCCCC;
    border: 2px solid #BBB;
    #left {
    height: 225px;
    #date {
    float: right;
    width: 250px;
    border: 1px solid #BBB;
    text-align: center;
    background-color: #CCCCCC;
    font-weight: bold;
    #topmenu {
    padding: 10px 0;
    width: 100%;
    min-width: 760px;
    background-image: url(../images/gradient_topmenu.jpg);
    #bannerimage {
    float: left;
    height: 70px;
    width: 300px;
    background-repeat: no-repeat;
    text-align: left;
    background-color: #CCCCCC;
    #backgroundcontent {
    background-color: #EBEBEB;
    padding-bottom: 20px;
    padding-top: 20px;
    #content {
    background-color: #B9B9B9;
    #search {
    float: right;
    width: 250px;
    font-weight: bold;
    border: 1px solid #BBB;
    text-align: center;
    background-image: url(../images/chromebg.gif);
    background-repeat: repeat-x;
    background-position: center center;
    padding: 5px 0;
    margin-bottom: 10px;
    #footerbottom {
    background-color: #A0A0A0;
    height: 50px;
    border: 1px solid #000;
    margin-top: 10px;
    margin-right: 25%;
    margin-bottom: 10px;
    margin-left: 25%;
    padding: 0px;
    #chromemenuholder{
    float: left;
    width: 500px;
    font-weight: bold;
    margin-bottom: 10px;
    /*Credits: Dynamic Drive CSS Library */
    /*URL:
    http://www.dynamicdrive.com/style/
    #chromemenu{
    float: left;
    width: 500px;
    font-weight: bold;
    #chromemenu ul{
    border: 1px solid #BBB;
    padding: 5px 0;
    margin: 0;
    text-align: left; /*set value to "right" for example to align
    menu to
    the left of page*/
    background-image: url(../images/chromebg.gif);
    background-repeat: repeat-x;
    background-position: center center;
    #chromemenu ul li{
    display: inline;
    margin: 0;
    padding: 0;
    #chromemenu ul li a{
    color: #494949;
    padding: 5px;
    margin: 0;
    text-decoration: none;
    border-right: 1px solid #DADADA;
    #chromemenu ul li a:hover{
    background: url(../images/chromebg2.gif) center center
    repeat-x;
    #breadcrumbs {
    width: 250px;
    border: 1px solid #BBB;
    background-color: #B9B9EA;
    float: left;
    padding-left: 20px;
    #croutons {
    background-color: #B9B9EA;
    float: right;
    width: 250px;
    border: 1px solid #BBB;
    #contact {
    background-color: #8A8ADB;
    margin-top: 25px;
    height: 30px;
    border: 1px solid #BBB;
    #contact2 {
    background-color: #8A8ADB;
    margin-top: 25px;
    height: 30px;
    border: 1px solid #BBB;
    #test1_menu_css {
    background-color: #CCCCCC;
    width: 145px;
    height: 225px;
    #leftmenu{
    float: left;
    width: 135px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
    #leftmenu ul{
    padding: 5px 0;
    margin: 0;
    text-align: center; /*set value to "right" for example to
    align menu to
    the left of page*/
    background-image: url(../images/chromebg.gif);
    background-repeat: repeat-x;
    background-position: center center;
    margin-bottom: 10px;
    border-top-width: 1px;
    border: 1px solid #BBB;
    #leftmenu ul li{
    display: inline;
    margin: 0;
    padding: 0;
    #leftmenu ul li a{
    color: #494949;
    padding: 5px;
    margin: 0;
    text-decoration: none;
    #leftmenu ul li a:hover{
    background-image: url(../images/chromebg2.gif);
    background-repeat: repeat-x;
    background-position: center center;
    #left_ssi_wrapper {
    width: 145px;
    </style>
    </head>
    <body>
    <div id="background">
    <div id="content">Content for id "content" Goes Here
    <div id="banner">
    <div id="date">Content for &quot;date&quot;
    </div>
    <div id="bannerimage"></div>
    <br style="clear: both;">
    </div>
    <div id="topmenu">
    <div id="search">Content for id "search" Goes
    Here</div>
    <div id="chromemenuholder">
    <!--#include file="../ssi_divs/chromemenussi.shtml" -->
    </div>
    <br style="clear: both;">
    <div id="breadcrumbs">
    </div>
    <div id="croutons">t</div>
    <br style="clear: both;">
    </div>
    <div id="backgroundcontent">
    <div id="right">Content for id "right" Goes
    Here</div>
    <div id="leftWrapper">
    <div id="left">
    <!--#include file="../ssi_divs/test1ssi.shtml" -->
    </div>
    <div id="contact">Content for id
    &quot;Contact&quot;</div>
    <div id="contact2">Content for id
    &quot;Contact2&quot;</div>
    </div><!-- end leftWrapper -->
    <div id="middletext"> Content for id "middletext" Goes
    Here </div>
    <br style="clear: both;">
    </div>
    </div>
    </div>
    <div id="footer">Content for id "footer" Goes Here
    <br>
    <br>
    <div id="footerbottom">Content for id "footerbottom"
    Goes Here</div>
    </div>
    </div>
    </div>
    </body>
    </html>

    Try putting some content in the breadcrumbs <div> that
    will make it
    appear. I don't know if there is a color #BBB. Either there
    is not or
    its very similar to the background color of the <div>
    so it doesn't
    show. Changing the border to #000 results in it showing up.
    <div id="breadcrumbs">breadcrumbs</div>
    <div id="croutons">croutons</div>
    ~Billy~ wrote:
    > Can someone have a look at my code, I have a divs called
    "breadcrumbs" and
    > "croutons".
    >
    > All appears as it should with these two divs in IE7, but
    when previewed in
    > Firefox and Opera only the top borders of these two divs
    are showing. I have an
    > external CSS sheet, and when I make the CSS internal,
    just one of the divs
    > appears and the other doesnt. Whats going on?
    >
    > FYI there are 2 SSI's in the code with external Style
    Sheets - both for menus
    > so I wont include the CSS for those unless they are
    needed.
    >
    > Code -
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>test</title>
    > <!-- TemplateEndEditable -->
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <!--[if IE 6]>
    > <style>
    > #backgroundcontent {zoom: 100%;}
    > </style>
    > <![endif]-->
    > <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    > <style>
    > body {
    > background-color: #FFFFFF;
    > background-repeat: repeat-x;
    > font-family: verdana, arial, helvetica, sans-serif;
    > font-size: 11px;
    > }
    > #background {
    > background-color: #999999;
    > background-repeat: repeat-x;
    > min-width: 420px;
    > border: 1px solid #BBB;
    > }
    > #middletext {
    > background-color: #FFFFFF;
    > margin-left: 185px;
    > margin-right: 185px;
    > min-height: 500px;
    > border: 1px solid #BBB;
    > }
    > #footer {
    > background-repeat: repeat-x;
    > height: 100px;
    > background-image: url(../images/gradient_footer.jpg);
    > }
    > #banner {
    > background-repeat: repeat-x;
    > height: 70px;
    > min-width: 552px;
    > background-image: url(../images/gradient_banner.jpg);
    > }
    > #right {
    > float: right;
    > width: 145px;
    > background-color:#CCCCCC;
    > height: 335px;
    > margin-right: 20px;
    > display: inline;
    > border: 2px solid #BBB;
    > }
    > #leftWrapper {
    > float: left;
    > width: 145px;
    > margin-left: 20px;
    > display: inline;
    > background-color: #CCCCCC;
    > border: 2px solid #BBB;
    > }
    > #left {
    > height: 225px;
    > }
    > #date {
    > float: right;
    > width: 250px;
    > border: 1px solid #BBB;
    > text-align: center;
    > background-color: #CCCCCC;
    > font-weight: bold;
    > }
    > #topmenu {
    > padding: 10px 0;
    > width: 100%;
    > min-width: 760px;
    > background-image: url(../images/gradient_topmenu.jpg);
    > }
    > #bannerimage {
    > float: left;
    > height: 70px;
    > width: 300px;
    > background-repeat: no-repeat;
    > text-align: left;
    > background-color: #CCCCCC;
    > }
    > #backgroundcontent {
    > background-color: #EBEBEB;
    > padding-bottom: 20px;
    > padding-top: 20px;
    > }
    > #content {
    > background-color: #B9B9B9;
    > }
    > #search {
    > float: right;
    > width: 250px;
    > font-weight: bold;
    > border: 1px solid #BBB;
    > text-align: center;
    > background-image: url(../images/chromebg.gif);
    > background-repeat: repeat-x;
    > background-position: center center;
    > padding: 5px 0;
    > margin-bottom: 10px;
    > }
    > #footerbottom {
    > background-color: #A0A0A0;
    > height: 50px;
    > border: 1px solid #000;
    > margin-top: 10px;
    > margin-right: 25%;
    > margin-bottom: 10px;
    > margin-left: 25%;
    > padding: 0px;
    > }
    > #chromemenuholder{
    > float: left;
    > width: 500px;
    > font-weight: bold;
    > margin-bottom: 10px;
    > }
    > /*Credits: Dynamic Drive CSS Library */
    > /*URL:
    http://www.dynamicdrive.com/style/
    > #chromemenu{
    > float: left;
    > width: 500px;
    > font-weight: bold;
    > }
    > #chromemenu ul{
    > border: 1px solid #BBB;
    > padding: 5px 0;
    > margin: 0;
    > text-align: left; /*set value to "right" for example to
    align menu to
    > the left of page*/
    > background-image: url(../images/chromebg.gif);
    > background-repeat: repeat-x;
    > background-position: center center;
    > }
    > #chromemenu ul li{
    > display: inline;
    > margin: 0;
    > padding: 0;
    > }
    > #chromemenu ul li a{
    > color: #494949;
    > padding: 5px;
    > margin: 0;
    > text-decoration: none;
    > border-right: 1px solid #DADADA;
    > }
    > #chromemenu ul li a:hover{
    > background: url(../images/chromebg2.gif) center center
    repeat-x;
    > }
    > #breadcrumbs {
    > width: 250px;
    > border: 1px solid #BBB;
    > background-color: #B9B9EA;
    > float: left;
    > padding-left: 20px;
    > }
    > #croutons {
    > background-color: #B9B9EA;
    > float: right;
    > width: 250px;
    > border: 1px solid #BBB;
    > }
    > #contact {
    > background-color: #8A8ADB;
    > margin-top: 25px;
    > height: 30px;
    > border: 1px solid #BBB;
    > }
    > #contact2 {
    > background-color: #8A8ADB;
    > margin-top: 25px;
    > height: 30px;
    > border: 1px solid #BBB;
    > }
    > #test1_menu_css {
    > background-color: #CCCCCC;
    > width: 145px;
    > height: 225px;
    > }
    > #leftmenu{
    > float: left;
    > width: 135px;
    > font-weight: bold;
    > margin-left: 5px;
    > margin-top: 5px;
    > }
    > #leftmenu ul{
    > padding: 5px 0;
    > margin: 0;
    > text-align: center; /*set value to "right" for example
    to align menu to
    > the left of page*/
    > background-image: url(../images/chromebg.gif);
    > background-repeat: repeat-x;
    > background-position: center center;
    > margin-bottom: 10px;
    > border-top-width: 1px;
    > border: 1px solid #BBB;
    > }
    > #leftmenu ul li{
    > display: inline;
    > margin: 0;
    > padding: 0;
    > }
    > #leftmenu ul li a{
    > color: #494949;
    > padding: 5px;
    > margin: 0;
    > text-decoration: none;
    > }
    > #leftmenu ul li a:hover{
    > background-image: url(../images/chromebg2.gif);
    > background-repeat: repeat-x;
    > background-position: center center;
    > }
    >
    > #left_ssi_wrapper {
    > width: 145px;
    > }
    >
    > </style>
    > </head>
    >
    > <body>
    > <div id="background">
    > <div id="content">Content for id "content" Goes
    Here
    > <div id="banner">
    > <div id="date">Content for 'date' </div>
    > <div id="bannerimage"></div>
    > <br style="clear: both;">
    > </div>
    > <div id="topmenu">
    > <div id="search">Content for id "search" Goes
    Here</div>
    > <div id="chromemenuholder">
    > <!--#include file="../ssi_divs/chromemenussi.shtml"
    -->
    > </div>
    > <br style="clear: both;">
    > <div id="breadcrumbs">
    > </div>
    > <div id="croutons">t</div>
    > <br style="clear: both;">
    > </div>
    > <div id="backgroundcontent">
    > <div id="right">Content for id "right" Goes
    Here</div>
    > <div id="leftWrapper">
    > <div id="left">
    > <!--#include file="../ssi_divs/test1ssi.shtml" -->
    > </div>
    > <div id="contact">Content for id
    'Contact'</div>
    > <div id="contact2">Content for id
    'Contact2'</div>
    > </div><!-- end leftWrapper -->
    > <div id="middletext"> Content for id "middletext"
    Goes Here YES I KNOW THE
    > COLOURS ARE HORRIBLE! </div>
    > <br style="clear: both;">
    > </div>
    > </div>
    > </div>
    > <div id="footer">Content for id "footer" Goes Here
    <br>
    > <br>
    > <div id="footerbottom">Content for id
    "footerbottom" Goes Here</div>
    > </div>
    > </div>
    > </div>
    > </body>
    > </html>
    >
    >
    >

  • Header div not displaying correctly in Explorer

    Can someone help me with this IE browser problem?I have a
    header div inside the container div. The container is displaying
    correctly - center of page. The header div is not! It is off to the
    right and half the header is off the page. All other browser tests,
    Mac and PC display correctly. The header div should be centered as
    it is within the container, right? The header is suppose to stay at
    the top of the screen as viewer scrolls - which it does correctly.
    I started with the Dreamweaver code and made some changes. Here is
    my code:

    I can't see anything wrong with the table but I assume it has
    some css
    associated with it?
    You might try a simple test. Create another include file with
    just a
    single table at 762px and one cell, with nothing apart from a
    background
    color.
    Bring that into the original document and see what happens.
    If it shows
    correctly then it must be the other tables construction/css
    taht is
    causing the problem.
    aacjp wrote:
    > here is the include code:
    >
    > <table width="762" border="0" cellspacing="0"
    cellpadding="0">
    > <tr>
    > <td width="114" align="left" valign="top"
    bgcolor="#333333"><img
    > src="/images/main/cover_masthead.jpg" alt="current
    issue" width="113"
    > height="150" /></td>
    > <td align="center" valign="middle"
    bgcolor="#C7581B"><img
    > src="/images/main/masthead.gif" alt="Fabric Trends
    Magazine" width="309"
    > height="145" /></td>
    > <td width="159" align="center" valign="middle"
    bgcolor="#C7581B"><table
    > width="120" border="0" cellspacing="0"
    cellpadding="0">
    > <tr>
    > <td align="right"><a
    href="/information/subscribe.shtml"
    > class="nav">Subscribe</a></td>
    > </tr>
    > <tr>
    > <td align="right"><a
    href="/issues/current.shtml" class="nav">Current
    > Issue</a></td>
    > </tr>
    > <tr>
    > <td align="right"><a href="/issues/back.shtml"
    class="nav">Back
    > Issues</a></td>
    > </tr>
    > <tr>
    > <td align="right"><a href="/kits/index.shtml"
    class="nav">Quilt
    > Kits</a></td>
    > </tr>
    > <tr>
    > <td align="right"><a
    href="/information/shops.shtml" class="nav">Quilt
    > Shops</a></td>
    > </tr>
    > <tr>
    > <td align="right"><a
    href="/onlineproject/index.shtml"
    > class="nav">Online Projects</a></td>
    > </tr>
    >
    > </table></td>
    > </tr>
    > </table>
    >
    >
    >
    >

  • Overlapping DIV not displaying correctly

    HALP!  I have overlapped a DIV on purpose, the correct DIV is displayed on top on some computers but not on others and does not display correctly in Internet Explorer at all.
    My link is below.  I would like to display the DIV with the flash underneath the Bat DIV.
    http://batengineering.bdaonline.co.nz/
    Can anyone out there help me!

    I see in IE6 that transparency is not handled well at all. .pngs are dicey with IE6.
    If you want to make your Flash movie lie down behind the bat image, you need to give it a wmode="opaque". Otherwise, the Flash will always come to the front.
    In IE6, IE7, and IE8, your top menubar is breaking, the right hand end cap is falling to the second line. You might want to put a little ease into it somehow.
    On all IE and on Firefox on the Mac, there seems to be a nasty white vertical stripe on the right side...maybe a gap in width of the background image. Check to make sure you have a default background-color to make that go away.
    On Safari on the Mac and Firefox on the PC, the Flash does not seem to show up at all in BrowserLab, although I see it on my XP; could be an artefact of BrowserLab's process.
    W3c finds a few errors in the markup: http://validator.w3.org/check?uri=http://batengineering.bdaonline.co.nz/&charset=(detect+a utomatically)&doctype=Inline&group=0
    And the CSS throws a few warnings: http://jigsaw.w3.org/css-validator/validator?uri=http://batengineering.bdaonline.co.nz/&pr ofile=css21&usermedium=all&warning=1〈=en
    On the whole, though, the page is looking good.
    Beth

Maybe you are looking for

  • Printer friendly output does not print region borders

    I am using theme 10 i have set up a printer friendly template which has a report region in it. The printer friendly page displays correctly on the monitor, but when i print the page the region borders are not printed. I only seem to get the corners o

  • Can the KM be accessed by another non-sap portal?

    Company has portals based on Vignette. Also has SAP CRM, where a catalog is based in KM. Can the Vignette portal or Vignette Content Management System connect to KM? Can any other CMS's connect to KM? I would ask on a Vignette forum, but I haven't fo

  • Nokia 6085 dead battery? Does not charge! HELP!!!

    After the battery of a Nokia 6085 mobile phone was fully used, the phone turned off (display off; black). Now, the battery does not seem to recharge when connected to the mains. How to fix it? Any help most appreciated. Solved! Go to Solution.

  • ODBC Driver for Solaris

    I'm in need of an ODBC Driver for Oracle 8.1.6. We can't use Merant and Openlink doesn't support 8.1.6 yet. Any suggestions?

  • IPhone 3GS crashes with iTunes 9.0.2

    Hello, I have a iPhone 3GS with latest 3.1.2 firmware and on my Macbook Pro I have iTunes 9.0.2 installed. Every time I connect my iPhone to my Macbook and load iTunes, iTunes just seems to hang with the spinning beachball and says in the dock applic