[Solved] Fsck Maximum mount count set to -1

I just noticed that fsck has not been running on my system and found the following:
dumpe2fs -h /dev/sda2 | grep -i 'mount count'
dumpe2fs 1.42.12 (29-Aug-2014)
Mount count: 110
Maximum mount count: -1
and
dumpe2fs -h /dev/sda3 | grep -i 'mount count'
dumpe2fs 1.42.12 (29-Aug-2014)
Mount count: 110
Maximum mount count: -1
My fstab is as follows:
/ ext4 rw,noatime,data=ordered,discard 0 1
/home ext4 rw,noatime,data=ordered,discard 0 2
My understanding is that the "-1" for the maximum mount count means the file system doesn't get checked at all.
What would cause the maximum mount count to be set to -1?
One thing that I did do in the past was to remove the fsck hook from mkinitcpio and copy the appropriate systemd files per the wiki on quiet boot.
Last edited by Gumper (2014-11-23 15:01:28)

I marked this post as solved, but I'm seeing this when I check my boot partition.
dumpe2fs -h /dev/sda1 | grep -i 'mount count'
dumpe2fs 1.42.12 (29-Aug-2014)
dumpe2fs: Bad magic number in super-block while trying to open /dev/sda1
NAME FSTYPE SIZE LABEL
sda 477G
├─sda1 vfat 512M
├─sda2 ext4 25G
└─sda3 ext4 451.4G
Do I need to be concerned with this, or is this normal for an EFI system boot partition?

Similar Messages

  • Maximum Row Count - dynamically change

    Hi,
    How can I change dynamically (eg. from some item) value "Maximum Row Count" in "Report Attributes -> Layout and Pagination"?
    Is this possible?
    best regards,
    Jarek

    Thank you for your answer, but I want to do something else.
    I want to show all rows from my query in report with pagination.
    The number of rows increases.
    According to documentation, field "Number of Rows" sets the number of rows which I can see on one page and field "Maximum Row Count" sets the maximum number of rows which I can see on all pages (number of rows to query).
    I thougth, that when I set (before page is shown) a variable from eg. query "SELECT count(*) FROM table", I will be able to put this variable name in "Maximum Row Count" field, to see all rows from my query. However this field is the numeric field and I can't put any variable name there :(
    The only way to always show all records from my query is to set "Maximum Row Count" field to very high number? Is this natural way in apex? Is this only way?
    best regards,
    Jarek

  • Dynamically set maximum row count in Interactive Report

    Hi,
    Has anyone worked out a way of dynamically setting (e.g. via select list) the maximum row count value for an Interactive Report, taking into account issues with order by when the report is filtered. I'm aware of solutions like this: http://www.talkapex.com/2010/10/apex-reports-no-limit-downloads.html but as far as I can tell this doesn't work when the report is filtered and the IR is rewritten in the background. Data sets then become unreliable because they are reordered.
    Thanks,
    Mike

    Hi Mike,
    You can do that with javascript
    gReport.search('SEARCH',100)the 100 you can replace for any number you like.I have a report with filter,sorting and groups and it is gives no problem there.
    any number means any number but not higher than the number you set at Maximum Rows Per Page.
    You probably can mix the solution from Martin and the above code.
    Regards,
    Kees Vlek
    <tt>Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66</tt>
    If the question is answered please change it to answered and mark the appropriate post as correct/helpfull.
    Edited by: kvlek on 24-apr-2013 12:29
    Edited by: kvlek on 24-apr-2013 12:35

  • How to set maximum redelivery count

    hi,
    Within my JCD I am throwing an exception to roll back a message so that it will be redelivered in case of an error. From the log I can see that the message is redelivered.
    Now, I'm trying to find a way to set the maximum redelivery count within the JCD. Or a better way maybe find out how many times the message has been redelivered, so I can send it to a dead message/error queue when it reaches a certain number.
    Is this possible? Has anyone done similar thing?
    thanks
    Ari

    For JCAPS 5.1.1 see
    <CAPSInstallRoot>/lofgicalhost/extra/JMSJCA-readme.html, section named
    Redelivery Handling (deadletter queue).
    Thanks Frederic :-)

  • How to find Maximum Record Count in a particular section

    Hi ALL
    My report has  3 detail sections. I am showing different set of data in each section.
    Example:
    Details a
    Details b
    Details c
    In the Details c section  I have 5 columns.
    I want to find out MAXIMUM RECORD COUNT in  only Details c.
    Actually I have done a running total on column1 field which gives me the records number in that section only. But I am not able to find the MAXIMUM record count.
    Rtotal   Colum1   Column 2 Column3
    1          Data1     Data2      Data3
    2          Data1     Data2      Data3
    3          Data1     Data2      Data3
    4          Data1     Data2      Data3
    Now I need the Maximum record count=4
    Thanks.

    If I have understood correctly you want to count the amount of records in each section.
    In this case, go to "Insert > Summary", choose your ID field, and choose "Count" in "Calculate this summary:". You can put the summary in your group footer.
    If you want the maximum (the highest number value in that column), you can choose "Maximum" instead of "Count".

  • Execute queue thread count set back?

    I have a script which automatically sets up execute queues (and their thread counts) for either an admin server or two managed servers in a cluster (depending on whether it's a standalone deployment). Upon building a domain, the script connects to a temporary server and sets everything up, at this point it appears all the queues and thread counts are set correctly. However once the build has completed and the generated config.xml is checked, three queues don't have any thread counts associated with them at all; these queues are:
    ThreadQueue (Count)
    wli.internal.ProcessInstanceInfo (15)
    wli.internal.ProcessTracking (15)
    wli.process.event.thread.pool (15)
    The other queues have all their thread counts set correctly. Does anybody know how these queues are used and if this will have an impact on the above problem?

    No worries about this post, the reason has been solved.
    Reason
    The default thread count for execute queues in development mode is 15 threads, therefore if a queue is specified with this value it won't be set in the config.xml (when an execute queue doesn't have a ThreadCount attribute, the default is used instead). The trouble is that when the server is started we enter production mode where the default thread count is 25 threads instead.

  • Maximum lock count exceeded - Details to debug

    Hello ,
    I have a site that is developed on Jdeveloper using jspx pages . This site is deployed on WLS but occassionaly I am seeing that the pages show up blank . After a short while refresh of the page brings the page back to normalcy as in shows the details , images etc .
    During the period when the page goes blank following error stack is captured in the server logs :
    Caused By: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /_intradoc_/wcm/app/groups/sgsitedesignasset/@hmc/documents/sitedesignasset/mdaw/mdaw/~edisp/st_mainkv5.jspx
    Exception occurred while processing '/_intradoc_/wcm/app/groups/sgsitedesignasset/@hmc/documents/sitedesignasset/mdaw/mdaw/~edisp/st_mainkv5.jspx'java.lang.Error: Maximum lock count exceeded
    at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryAcquireShared(ReentrantReadWriteLock.java:395)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1260)
    at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:594)
    at oracle.stellent.wcm.server.content.spi.fs.FileSystemLoader$SingleLockStrategy.lockShared(FileSystemLoader.java:116)
    at oracle.stellent.wcm.server.content.spi.fs.FileSystemLoader$MultiLockStrategy.lockShared(FileSystemLoader.java:185)
    at oracle.stellent.wcm.server.content.spi.fs.FileSystemLoader.readAndStoreOnlineContent(FileSystemLoader.java:349)
    at oracle.stellent.wcm.server.content.spi.fs.FileSystemLoader.readAndStoreStream(FileSystemLoader.java:311)
    at oracle.stellent.wcm.server.content.spi.fs.FSContentAdapter.loadContent(FSContentAdapter.java:163)
    at oracle.stellent.wcm.server.content.spi.fs.FSLocalModifiedContentAdapter.loadContent(FSLocalModifiedContentAdapter.java:123)
    at oracle.stellent.wcm.javaee.shared.jsp.IdcJspProvider.fromStream(IdcJspProvider.java:86)
    at oracle.adf.library.webapp.ADFJspResourceProvider.fromStream(ADFJspResourceProvider.java:328)
    at weblogic.jsp.wlw.util.filesystem.mds.MDSFileSystem.getInputStream(MDSFileSystem.java:78)
    at weblogic.jsp.wlw.util.filesystem.FS.getInputStream(FS.java:224)
    at weblogic.jsp.wlw.util.filesystem.FS.getReader(FS.java:246)
    at weblogic.jsp.internal.SourceFile.getReader(SourceFile.java:230)
    at weblogic.jsp.internal.SourceFile.getTokenStream(SourceFile.java:384)
    at weblogic.jsp.internal.SourceFile.getAst(SourceFile.java:533)
    at weblogic.jsp.internal.SourceFile.check(SourceFile.java:335)
    at weblogic.jsp.internal.ProxySourceFile.codeGen(ProxySourceFile.java:224)
    at weblogic.jsp.internal.SourceFile.codeGen(SourceFile.java:327)
    at weblogic.jsp.internal.client.ClientUtilsImpl$CodeGenJob.run(ClientUtilsImpl.java:599)
    at weblogic.jsp.internal.client.Job.performJob(Job.java:83)
    at weblogic.jsp.internal.client.SyncThreadPool.addJob(SyncThreadPool.java:31)
    at weblogic.jsp.internal.client.SyncThreadPool.addJob(SyncThreadPool.java:19)
    at weblogic.jsp.internal.client.ClientUtilsImpl.build(ClientUtilsImpl.java:348)
    at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:153)
    at weblogic.servlet.jsp.ResourceProviderJavelinxJspStub.compilePage(ResourceProviderJavelinxJspStub.java:78)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
    at weblogic.servlet.jsp.ResourceProviderJspStub.execute(ResourceProviderJspStub.java:48)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
    at oracle.stellent.wcm.javaee.ServletRequestContext.executePath(ServletRequestContext.java:243)
    at oracle.stellent.wcm.client.RequestContext.process(RequestContext.java:189)
    at oracle.stellent.wcm.client.RequestContext.include(RequestContext.java:144)
    at oracle.stellent.wcm.client.invokers.ResponseHandler.evaluateScript(ResponseHandler.java:217)
    at oracle.stellent.wcm.javaee.taglib.BaseTag$1.evaluateScript(BaseTag.java:114)
    at oracle.stellent.wcm.client.invokers.ResponseHandler.handleResponse(ResponseHandler.java:146)
    at oracle.stellent.wcm.client.invokers.ResponseHandler.handleResponse(ResponseHandler.java:111)
    at oracle.stellent.wcm.javaee.taglib.BaseTag$1.handleResponse(BaseTag.java:121)
    at oracle.stellent.wcm.client.invokers.RequestInvoker.handleResponse(RequestInvoker.java:222)
    at oracle.stellent.wcm.client.invokers.impl.ContributableInvoker.handleResponse(ContributableInvoker.java:53)
    at oracle.stellent.wcm.client.invokers.impl.PlaceholderInvoker.handleResponse(PlaceholderInvoker.java:70)
    at oracle.stellent.wcm.client.invokers.RequestInvoker.invokeRequest(RequestInvoker.java:145)
    at oracle.stellent.wcm.javaee.taglib.BaseTag.doTag(BaseTag.java:127)
    at jsp_servlet._intradoc._wcm._app._groups._sgsitedesignasset.__64_hmc._documents._sitedesignasset._mdaw._mdaw.__126_edisp.__pt_pip_jspx._jspService(__pt_pip_jspx.java:704)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.jsp.ResourceProviderJspStub.execute(ResourceProviderJspStub.java:48)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.stellent.wcm.javaee.servlet.filter.WCMSiteFilter.doFilter(WCMSiteFilter.java:156)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at oracle.stellent.wcm.javaee.ServletRequestContext.executePath(ServletRequestContext.java:247)
    at oracle.stellent.wcm.client.RequestContext.process(RequestContext.java:189)
    at oracle.stellent.wcm.client.RequestContext.forward(RequestContext.java:157)
    at oracle.stellent.wcm.client.invokers.ResponseHandler.evaluateScript(ResponseHandler.java:215)
    at oracle.stellent.wcm.client.invokers.ResponseHandler.handleResponse(ResponseHandler.java:146)
    at oracle.stellent.wcm.client.invokers.ResponseHandler.handleResponse(ResponseHandler.java:111)
    at oracle.stellent.wcm.client.invokers.RequestInvoker.handleResponse(RequestInvoker.java:222)
    at oracle.stellent.wcm.client.invokers.impl.PageInvoker.handleResponse(PageInvoker.java:75)
    at oracle.stellent.wcm.client.invokers.RequestInvoker.invokeRequest(RequestInvoker.java:145)
    at oracle.stellent.wcm.javaee.servlet.filter.WCMSiteFilter.handlePageInvocation(WCMSiteFilter.java:326)
    at oracle.stellent.wcm.javaee.servlet.filter.WCMSiteFilter.doFilter(WCMSiteFilter.java:174)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    I am not able to figure out what / how to go about troubleshooting this issue .
    Can someone shed some light on the error mentioned above and let me know how to proceed with debugging this issue ?
    Site is deployed on WLS 10.3.5 on a separate managed server .
    Any inputs will be highly appreciated .
    Thanks
    Srinath

    Code put in st_mainkv5.jspx is :
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:fn="http://java.sun.com/jsp/jstl/functions"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:wcm="http://www.oracle.com/jsp/wcm">
    <script type='text/javascript'>
    //<![CDATA[
    var country = "${siteCode}";
    var cubeList = new Array();
    var firstCube = 2;
    cubeList = ["home","gallery", "experience", "mostlike", "talkntalk"];
    //]]>
    </script>
    <wcm:placeholder name="Cube Setting"/>
    <jsp:useBean id="map" class="java.util.HashMap"/>
    <jsp:scriptlet>
    String tmpCube = request.getParameter("Cube");
    map.put("ssCube", tmpCube);
    </jsp:scriptlet>
    <c:set var="ssCube" value="${map.ssCube}"/>
    <c:choose>
    <c:when test="${ssCube eq 'keyvisual'}">
    <script>var firstCube = 1;</script>
    </c:when>
    <c:when test="${ssCube eq 'gallery'}">
    <script>var firstCube = 2;</script>
    </c:when>
    <c:when test="${ssCube eq 'experience'}">
    <script>var firstCube = 3;</script>
    </c:when>
    <c:when test="${ssCube eq 'mostlike'}">
    <script>var firstCube = 4;</script>
    </c:when>
    <c:when test="${ssCube eq 'talkntalk'}">
    <script>var firstCube = 5;</script>
    </c:when>
    <c:otherwise>
    <script>var firstCube = 1;</script>
    </c:otherwise>
    </c:choose>
    <script type='text/javascript'>
    //<![CDATA[
    var cubeList = new Array();
    cubeList = ["home","gallery", "experience", "mostlike", "talkntalk"];
    function cubeStart(va) {
    // 소셜큐브의 ì‹¤ì œ ì»¨í…ì¸ ëŠ” 이 함수에서 ajax 함수를 실행 시켜서 ë¿Œë ¤ì£¼ë„ë¡ 해주세요.
    // 드래그하거나 버튼을 클ë¦í•˜ì—¬ 큐브가 좌우 스크롤이 되면, 해당하는 큐브의 숫자(1~5)를 인수로 받아 이 함수가 실행됩니다.
    // 숫자와 큐브가 í•ìƒ 1:1 대응인 것은 아닙니다.
    // 큐브는 최대 5개까지 ì¶œë ¥ë˜ê³ , 소셜 사용 여부/pip인지 general인지에 따라 3개만 ì¶œë ¥ë˜ëŠ” 경우도 있습니다.
    //alert("Cube"va" is Ready.");
    if (va==1) { // main
    // 처리 내용 없음, HTML에서 ì¶œë ¥ë˜ë„ë¡ 해 주시면 됩니다.
    } else if (va==2) { // gallery
    cubeGalleryCustomiz('1','All')
    } else if (va==3) { // experience
    cubeExterienceCustomiz('exterior','0','');
    } else if (va==4) { // mostlike
    executeArea4();
    // 최초 로딩시 뿐만 아니라, 각 1/2/3위 링크 클ë¦í• 때 에도 다시 실행되어야 합니다.
    // cubeMostLikeCate()는 ì¹´í…Œê³ ë¦¬ë¥¼ ì¶œë ¥í•˜ëŠ” 함수입니다.
    // 1) ì„ íƒëœ 번호, 1~3 중 하나.
    // 2) 첫번째 프로필 이미지
    // 3) 두번째 프로필 이미지
    // 4) 세번째 프로필 이미지
    // 5) 첫번째 이름
    // 6) 두번째 이름
    // 7) 세번째 이름
    //cubeMostLikeCate(1,'/img_tmp/profile30.jpg','/img_tmp/profile30.jpg','/img_tmp/profile30.jpg','Jeff','Antonio','Jane');
    // cubeMostLike 버튼은 오른쪽 내용이 바뀌는 함수입니다.
    // 1) 자동차 이름
    // 2) Trim (아마도..)
    // 3) ì„ íƒí•œ 익스테리어 이미지 (아이콘 이미지 경로)
    // 4) ì„ íƒí•œ 인테리어 이미지 (아이콘 이미지 경로)
    // 5) 자동차 이미지
    // 6) See More 링크
    // 7) Car Builder 링크
    // 8) Link버튼 코드
    // cubeMostLike('ABC','Test','/img_tmp/exterior_gray.png','/img_tmp/interior_brown.png','/img_tmp/car_mostlike.png','#','#','<img src="/img_tmp/like.gif" alt="" />');
    } else if (va==5) { // talk n talk
    executeArea5();
    // 초기화 시키는 함수
    //cubeTalknTalkInit();
    // 각각의 텍스트를 ë¿Œë ¤ 줍니다.
    // 1) 번호 1~6
    // 2) facebook or twitter
    // 3) 프로필 이미지
    // 4) 이름
    // 5) 내용
    //cubeTalknTalk(1,'facebook','/img_tmp/profile25.jpg','Dabby whistler','I can\'t belive my eyes. AZERA is so nice');
    //cubeTalknTalk(2,'twitter','/img_tmp/profile25.jpg','Dabby whistler','I can\'t belive my eyes. AZERA is so nice');
    //cubeTalknTalk(3,'facebook','/img_tmp/profile25.jpg','Dabby whistler','AZERA has a good performance to drive. It\'s really interesting for me');
    //cubeTalknTalk(4,'twitter','/img_tmp/profile25.jpg','Dabby whistler','I can\'t belive my eyes. AZERA is so nice');
    //cubeTalknTalk(5,'facebook','/img_tmp/profile25.jpg','Dabby whistler','AZERA has a good performance to drive. It\'s really interesting for me');
    //cubeTalknTalk(6,'facebook','/img_tmp/profile25.jpg','Dabby whistler','I can\'t belive my eyes. AZERA is so nice');
    //]]>
    </script>
    <!-- 960*436 -->
    <wcm:placeholder name="CUBE MAIN"/>
    <wcm:placeholder name="CUBE GALLERY"/>
    <wcm:placeholder name="CUBE EXPERIENCE"/>
    <wcm:placeholder name="CUBE MOST LIKE"/>
    <wcm:placeholder name="CUBE TALK TALK"/>
    <img src="/es/images/common/bg/blank.gif" alt="previous" />
    <img src="/es/images/common/bg/blank.gif" alt="next" />
    <!--
    <div class="facebook">
    <img src="/img_tmp/tmp_facebook.png" alt="" />
    </div>
    -->
    </jsp:root>

  • Y/t chart stops showing data depending on Maximum Display Range setting

    The y/t graph will not display any data if I increase the Maximum Display Range setting to .8000s or higher.  The data in the file is at 5000 Hz, is this part of the problem?  I have played around with the Time Base and Measurement setting to no avail. The data is arbirary in length, but will not be longer than 3 seconds.
    Solved!
    Go to Solution.

    Here's the scoop...
    You have 145 blocks of data in the file. Fewer than that are sent through the Relay00.
    When you configure the Y/t Chart for more blocks than you have, then it waits for the rest of the blocks to come in. And they are not going to come in.
    One workaround is to use the "Fast Recorder" mode of the Y/t Chart, but your block size is too small (50 vs 128 minimum).  
    I'd suggest switching to the Chart Recorder module - configure it like this... and then, because you want the trigger to reset the time to 0, use an Action module. 
    Configure the Action like this... it will reset the Chart to start at 0 each time the trigger opens the Relay.
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.

    Hi,
    database : 10.2.0.4.0
    Below is the error i am getting while inserting data using sqlldr.
    Record 1619784: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.
    Table "INCA"."UP_STRUC_VALU":
    1619733 Rows successfully loaded.
    51 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 6400 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 1619808
    Total logical records rejected: 51
    Total logical records discarded: 0
    Run began on Thu Aug 09 20:36:54 2012
    Run ended on Thu Aug 09 20:46:23 2012
    Elapsed time was: 00:09:29.10
    CPU time was: 00:00:32.36
    ======================================================
    type INCASHADOW_DIR:[LOAD.CTL]T440.CTL
    Load data
    Infile 'INCASHADOW_DIR:[DATA]T440.DAT'
    Replace
    -- * The only NOT NULL columns are the primary key.
    -- * By default, fields that are all spaces will be set to NULL.
    -- * Preserve blanks
    Into table UP_STRUC_VALU
    When (1:3) = '440'
    -- * Use sorted indexes for direct path loads
    UP_STRUC_VALU_CODE POSITION(4: 11) CHAR
    ,VIEW_SUBJ_GRP_CODE CHAR(3)
    ,VIEW_UP_STRUC_NAME_ABBR CHAR(8)
    ,CLAS_INSTC_UP_STRUC_DOM_CODE CHAR(3)
    ,UP_STRUC_VALU_INSTC_CODE CHAR(8)
    ,RECORD_STATUS CHAR(2)
    ,CREATION_DATE CHAR(8)
    ,UPDATE_USER CHAR(8)
    ,EFFECTIVE_DATE CHAR(8) NULLIF (EFFECTIVE_DATE = "00000000")
    ,UPDATE_DATE CHAR(8) NULLIF (UPDATE_DATE = "00000000")
    ,UPDATE_TIME CHAR(8) NULLIF (UPDATE_TIME = "00000000")
    ,RECORD_TYPE CHAR(2)
    ============================================================================
    T440_aougust092012.txt
    SQL*Loader: Release 10.2.0.4.0 - Production on Thu Aug 9 20:36:54 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Control File: T440.CTL
    Data File: INCASHADOW_DIR:[DATA]T440.DAT
    Bad File: T440.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table "INCA"."UP_STRUC_VALU", loaded when 1:3 = 0X343430(character '440')
    Insert option in effect for this table: REPLACE
    Column Name Position Len Term Encl Datatype
    UP_STRUC_VALU_CODE 4:11 8 CHARACTER
    VIEW_SUBJ_GRP_CODE NEXT 3 CHARACTER
    VIEW_UP_STRUC_NAME_ABBR NEXT 8 CHARACTER
    CLAS_INSTC_UP_STRUC_DOM_CODE NEXT 3 CHARACTER
    UP_STRUC_VALU_INSTC_CODE NEXT 8 CHARACTER
    RECORD_STATUS NEXT 2 CHARACTER
    CREATION_DATE NEXT 8 CHARACTER
    UPDATE_USER NEXT 8 CHARACTER
    EFFECTIVE_DATE NEXT 8 CHARACTER
    NULL if EFFECTIVE_DATE = 0X3030303030303030(character '00000000')
    UPDATE_DATE NEXT 8 CHARACTER
    NULL if UPDATE_DATE = 0X3030303030303030(character '00000000')
    UPDATE_TIME NEXT 8 CHARACTER
    NULL if UPDATE_TIME = 0X3030303030303030(character '00000000')
    RECORD_TYPE NEXT 2 CHARACTER
    Record 113825: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619734: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619735: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619736: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619737: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619738: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619739: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619740: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619741: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619742: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619743: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619744: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619745: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619746: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619747: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619748: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619749: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619750: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619751: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619752: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619753: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619754: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619755: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619756: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619757: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619758: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619759: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619760: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619761: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619762: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619763: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619764: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619765: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619766: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619767: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619768: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619769: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619770: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619771: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619772: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619773: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619774: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619775: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619776: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619777: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619778: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619779: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619780: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619781: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619783: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    Record 1619784: Rejected - Error on table "INCA"."UP_STRUC_VALU".
    ORA-00001: unique constraint (INCA.UP_STRUC_VALU_I1) violated
    MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.
    Table "INCA"."UP_STRUC_VALU":
    1619733 Rows successfully loaded.
    51 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 6400 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 1619808
    Total logical records rejected: 51
    Total logical records discarded: 0
    Run began on Thu Aug 09 20:36:54 2012
    Run ended on Thu Aug 09 20:46:23 2012
    Elapsed time was: 00:09:29.10
    CPU time was: 00:00:32.36
    please help me to resolve the porblem.

    The errors are occurring due to a unique constraint (i.e. duplicate values being loaded)
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    ...And your error limit is set to 50, so sqlldr will quit after 50 errors. See the docs on how to set this parameter
    http://docs.oracle.com/cd/B19306_01/server.102/b14215/ldr_params.htm#sthref573
    HTH
    Srini

  • Max Query Count setting

    Hello colleagues,
    Probably you many know there is Max Query Count setting in MII.
    Does any of you experience performance concerns by dealing with large number of query count?  or does any of you have a recommendation for how to set max query count, e.g. not exceeding memory size to avoid memory swapping? 
    my customer want to increase this max count due to fluctuating record count.  but they have concerns on such disadvantage in performance.
    any of your experiences are welcome.  Thank you,
    Shiroh Kinoshita, SAP Japan

    Shiroh,
    Good to hear from you.
    All queries have the RowCount setting, but we typically discourage people from just setting it to a high number.  In some cases the data servers will limit this number to a max (something like 250000) but that doesn't mean that from a memory standpoint, or a customer patience level (especially in the browser) would ever get to that number of records.
    Where is it that you are seeing the record count fluctuate, applets in the browser, query actions in a transaction?
    What is it that makes the customer want to increase this to a high number?
    Regards,
    Jeremy

  • Maximum record counts and property counts

    Hello,
    I am looking for the document/link that mentions maximum record counts and maximum property counts for each record.
    let say there are 1.5million records and each record has 2000 properties. Not sure if it can be handled nicely.
    Mdex version is 6.2.1 at this point. but can upgrade if higher version can handle more.
    Thanks,

    Jeremy is pretty much correct. There are no limitations except by performance.
    Start with the Performance Tuning Guide - here is a link to the 6.4.1 document:
    http://docs.oracle.com/cd/E41223_01/Mdex.641/pdf/PerfTuningGuide.pdf
    For your questions, start with Chapter 5 and read how properties/dimensions affect performance and this will help drive how you architect your queries and pipeline configuration/index setup to be most efficient.

  • How to increase maximum channel count?

    Hi,
    i have a big problem with my director app.
    I create for a game(dots and boxes) 300 objects by using a
    parent skript. Each generated Sprite takes his own channel. But
    director offers only 150 channels so i can only add 150 Sprites.
    Does anybody have an idea to increas the maximum channel
    count.
    -- Edit
    Oh, sorry. I have found the option in the settings. 1000 is
    the highest.

    modity>movie>properties
    In the property inspector at the movie tab there will be an
    entry for
    channels. Change this number.
    Craig Wollman
    Word of Mouth Productions
    phone 212 928 9581
    fax 212 928 9582
    159-00 Riverside Drive West #5H-70
    NY, NY 10032
    www.wordofmouthpros.com
    "megabook" <[email protected]> wrote in
    message
    news:e80f92$7h9$[email protected]..
    > Hi,
    > i have a big problem with my director app.
    >
    > I create for a game(dots and boxes) 300 objects by using
    a parent skript.
    > Each
    > generated Sprite takes his own channel. But director
    offers only 150
    > channels
    > so i can only add 150 Sprites.
    >
    > Does anybody have an idea to increas the maximum channel
    count.
    >
    >

  • SCOM 2007 - SharePoint 2007: Maximum connections counter

    Hello,
    I am trying to locate the "Maximum connections counter" for SharePoint 2007 using SCOM 2007. I don't see it so far!!!
    "Web Service - Maximum Connections" does not show anywhere any idea?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    The object is Web Service, which then has several different counters, which then might have several instances.
    If this performance object is something you want to monitor for, and it is not included in the mp, then you just need to create a performance monitor or collection rule, depending on what you want to do with the data.
    The Exchange 2013 MP, for example, has no performance collection rules.  So it's very possible, while the product group wanted to include everything most people need, they could have forgotten or were just not able to do so before they had to release
    the mp.  The MOSS 2007 MP has been around for years, was never updated, and isn't one of the better mps from MSFT.  So if you want to extend it with a custom management pack, or just add something via the console, then you should be fine.
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • Maximum activation  count (1 user) already reached on a new install

    I just installed a new Adobe Acrobat XI Standard package ordered from a third party. The first time I invoked the application, I received an error message that the maximum activation count (1 user) had been reached. I had 30 days to deactivate one user and activate this computer, What has to be done to overcome this problem?
    I have contacted the seller, but have yet to hear from him.

    contact adobe support and ask for an activation count reset, http://www.adobe.com/support/chat/ivrchat.html

  • Maximum install count error - dreamweaver mx

    My hard drive crashed and I had to replace it. I had a
    dreamweaver install file backed up that I used to download my old
    version of Dreamweaver MX. It seems to download the file but I get
    the error message at the end:
    MAXIMUM INSTALL COUNT
    (1116) The maximum install count for this product has been
    reached. Contact Macromedia to resolve.
    After 1.5 hours on the phone, a web case that has been open
    for over a week, and a call to the managers at customer service
    that hasn't been returned - I still can't use my software.
    I thought that product activation was going to be supported
    forever, even if the company goes out of business, yada yada.
    Is there anything that I can do on my end or do they have to
    reset some flag somewhere?
    Thanks in advance.

    Yes- it fixes a ton of bugs in MX2004
    https://www.adobe.com/support/dreamweaver/downloads_updaters.html#dwmx2004
    Here's list of what it fixes:
    http://kb2.adobe.com/cps/193/tn_19368.html

Maybe you are looking for

  • How do I transfer Photoshop to my new laptop without install CD?

    My laptop is ancient and about to die. I have a new one and I want to transfer Photoshop onto my new one. I know I can deactivate Photoshop on my old laptop but how do I get it on my new one? I can't remember 100% but I'm sure I installed it via down

  • Firefox Browser Version 32 alerted me to an update which installs a gruesome malware plug-in

    As a mac user, I have Firefox browser version 32 (for MacBook) installed on my Macbook Pro for at least a year. I get the browser updated every once in a while when Mozilla alerts me on any new versions releases. Today, I was alerted to an update on

  • Looking for an external USB CD/DVD burner

    Hello all, I just got my MacBook Air 13" and I'm in need of an external USB CD/DVD burner.  I've read on Newegg and Amazon that certain drives require two USB plugs just to get sufficient power.  With the MBA, however, this isn't really feasible beca

  • Safari won't close windows

    I work in a music technology lab and on 3 of G4 Imacs, Safari can not close its windows. What I mean is that when you click on the red circle or use command W, the windows won't close. The Imacs are using 10.4.2 and have 512megs of ram. The windows d

  • Viewing Jar File - How?

    Hi....I hope this is the right place to ask. My professor sent me a JAR file, but I have no idea how to open it. I have JarInspector, and it lists all these other files. When I doubleclick on the JAR file, IMPVIEWER opens, I get the first page, and t