Query fails when large results are retrieved with Datacache enabled using Kodo 2.5.3.

This is the last message received from the Kodo trace. The machine
details are captured in the log files attached in the tar file. My kodo
properties settings are provided below.
2003-08-28 17:23:09,523 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] begin
rollback
2003-08-28 17:23:09,530 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] end
rollback 1ms
2003-08-28 17:23:09,539 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] begin
rollback
2003-08-28 17:23:09,544 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] end
rollback 1ms
2003-08-28 17:23:09,548 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] return
[com.solarmetric.datasource.PoolConnection@db14d4[identityHashCode:30332961,wrapped:com.solarmetric.datasource.PreparedStatementCache$CacheAwareConnection@db14d4[identityHashCode:13592751,wrapped:com.mysql.jdbc.Connection@db14d4]:
[requests=892;size=39;max=70;hits=852;created=40;redundant=0;overflow=0;new=40;leaked=0;unavailable=0]]]
to [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=0;
max=100; size=2; taken=1]]
2003-08-28 17:23:09,554 DEBUG [Thread-3] runtime.JDBCStoreManager
(JDBCStoreManager.java:858) - Invalid execution manager reference count.
Count should not be less than 0. Count was -1. Please contact
[email protected] for more information.
Kodo properties.
# Kodo JDO Properties configuration
# To evaluate or purchase a license key, visit http://www.solarmetric.com
com.solarmetric.kodo.LicenseKey=@LICENSE_KEY@
com.solarmetric.kodo.ee.ManagedRuntimeProperties=TransactionManagerName=java:/TransactionManager
javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver
javax.jdo.option.ConnectionUserName=@DB_USER@
javax.jdo.option.ConnectionPassword=@DB_PASSWORD@
javax.jdo.option.ConnectionURL=@DB_URL@?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
javax.jdo.option.MinPool=0
javax.jdo.option.MaxPool=100
javax.jdo.option.Optimistic=true
javax.jdo.option.RetainValues=false
javax.jdo.option.NontransactionalRead=false
javax.jdo.option.IgnoreCache=false
com.solarmetric.kodo.FlushBeforeQueries=true
com.solarmetric.kodo.DataCacheClass=com.solarmetric.kodo.runtime.datacache.plugins.CacheImpl
com.solarmetric.kodo.RemoteCommitProviderClass=com.solarmetric.kodo.runtime.event.impl.JMSRemoteCommitProvider
com.solarmetric.kodo.RemoteCommitProviderProperties=Topic=topic/KodoCacheTopic
com.solarmetric.kodo.PersistentTypes=com.ewarna.pdm.entities.IDCounter,\
com.ewarna.pdm.entities.AbstractEntity,\
com.ewarna.pdm.entities.achievability.AchievabilityResult,\
com.ewarna.pdm.entities.achievability.ActualCondition,\
com.ewarna.pdm.entities.achievability.Condition,\
com.ewarna.pdm.entities.achievability.ConditionGroup,\
com.ewarna.pdm.entities.achievability.ConditionLabel,\
com.ewarna.pdm.entities.achievability.DyeGroupPE,\
com.ewarna.pdm.entities.achievability.DyePairPE,\
com.ewarna.pdm.entities.achievability.DyeSetPE,\
com.ewarna.pdm.entities.achievability.DyeStuffPE,\
com.ewarna.pdm.entities.achievability.DyeloadPE,\
com.ewarna.pdm.entities.achievability.FormulationJobPE,\
com.ewarna.pdm.entities.achievability.FormulationJobTemplatePE,\
com.ewarna.pdm.entities.achievability.Material,\
com.ewarna.pdm.entities.achievability.ProcessPE,\
com.ewarna.pdm.entities.achievability.RecipeOutputCriteriaPE,\
com.ewarna.pdm.entities.achievability.RecipePE,\
com.ewarna.pdm.entities.achievability.SubstratePE,\
com.ewarna.pdm.entities.colorimetry.CIELabSearchIndexPE,\
com.ewarna.pdm.entities.colorimetry.ReflectancePE,\
com.ewarna.pdm.entities.colorimetry.ReflectanceSetPE,\
com.ewarna.pdm.entities.colorimetry.SpectroPE,\
com.ewarna.pdm.entities.management.CustomerPE,\
com.ewarna.pdm.entities.management.SupplierPE,\
com.ewarna.pdm.entities.storage.AccountPE,\
com.ewarna.pdm.entities.storage.BagPE, \
com.ewarna.pdm.entities.storage.DatasetPE,\
com.ewarna.pdm.entities.storage.EntityAttributeFieldPE,\
com.ewarna.pdm.entities.storage.EntityAttributeKeyPE,\
com.ewarna.pdm.entities.storage.EntityAttributePE,\
com.ewarna.pdm.entities.storage.EntityTemplatePE,\
com.ewarna.pdm.entities.storage.SessionPE,\
com.ewarna.pdm.entities.storage.SharedInfo2PE,\
com.ewarna.pdm.entities.storage.UserPE,\
com.ewarna.pdm.entities.storage.VirtualFolderPE

Also, note that this is not necessarily a fatal condition -- it is merely
an unexpected one. Are you seeing any exceptions before or after this
message is printed out that are related to activity on Thread-3?
-Patrick
On Thu, 28 Aug 2003 18:48:14 +0800, Makas Tzavellas wrote:
This is the last message received from the Kodo trace. The machine
details are captured in the log files attached in the tar file. My kodo
properties settings are provided below.
2003-08-28 17:23:09,523 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] begin
rollback
2003-08-28 17:23:09,530 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] end
rollback 1ms
2003-08-28 17:23:09,539 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] begin
rollback
2003-08-28 17:23:09,544 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] end
rollback 1ms
2003-08-28 17:23:09,548 DEBUG [Thread-3] datasource.DataSourceImpl
(DataSourceImpl.java:313) - [ C:14357716; T:2310757; D:20217139 ] return
[com.solarmetric.datasource.PoolConnection@db14d4[identityHashCode:30332961,wrapped:com.solarmetric.datasource.PreparedStatementCache$CacheAwareConnection@db14d4[identityHashCode:13592751,wrapped:com.mysql.jdbc.Connection@db14d4]:
[requests=892;size=39;max=70;hits=852;created=40;redundant=0;overflow=0;new=40;leaked=0;unavailable=0]]]
to [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=0;
max=100; size=2; taken=1]]
2003-08-28 17:23:09,554 DEBUG [Thread-3] runtime.JDBCStoreManager
(JDBCStoreManager.java:858) - Invalid execution manager reference count.
Count should not be less than 0. Count was -1. Please contact
[email protected] for more information.
Kodo properties.
# Kodo JDO Properties configuration
# To evaluate or purchase a license key, visit http://www.solarmetric.com
com.solarmetric.kodo.LicenseKey=@LICENSE_KEY@
com.solarmetric.kodo.ee.ManagedRuntimeProperties=TransactionManagerName=java:/TransactionManager
javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver
javax.jdo.option.ConnectionUserName=@DB_USER@
javax.jdo.option.ConnectionPassword=@DB_PASSWORD@
javax.jdo.option.ConnectionURL=@DB_URL@?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
javax.jdo.option.MinPool=0
javax.jdo.option.MaxPool=100
javax.jdo.option.Optimistic=true
javax.jdo.option.RetainValues=false
javax.jdo.option.NontransactionalRead=false
javax.jdo.option.IgnoreCache=false
com.solarmetric.kodo.FlushBeforeQueries=true
com.solarmetric.kodo.DataCacheClass=com.solarmetric.kodo.runtime.datacache.plugins.CacheImpl
com.solarmetric.kodo.RemoteCommitProviderClass=com.solarmetric.kodo.runtime.event.impl.JMSRemoteCommitProvider
com.solarmetric.kodo.RemoteCommitProviderProperties=Topic=topic/KodoCacheTopic
com.solarmetric.kodo.PersistentTypes=com.ewarna.pdm.entities.IDCounter,\
com.ewarna.pdm.entities.AbstractEntity,\
com.ewarna.pdm.entities.achievability.AchievabilityResult,\
com.ewarna.pdm.entities.achievability.ActualCondition,\
com.ewarna.pdm.entities.achievability.Condition,\
com.ewarna.pdm.entities.achievability.ConditionGroup,\
com.ewarna.pdm.entities.achievability.ConditionLabel,\
com.ewarna.pdm.entities.achievability.DyeGroupPE,\
com.ewarna.pdm.entities.achievability.DyePairPE,\
com.ewarna.pdm.entities.achievability.DyeSetPE,\
com.ewarna.pdm.entities.achievability.DyeStuffPE,\
com.ewarna.pdm.entities.achievability.DyeloadPE,\
com.ewarna.pdm.entities.achievability.FormulationJobPE,\
com.ewarna.pdm.entities.achievability.FormulationJobTemplatePE,\
com.ewarna.pdm.entities.achievability.Material,\
com.ewarna.pdm.entities.achievability.ProcessPE,\
com.ewarna.pdm.entities.achievability.RecipeOutputCriteriaPE,\
com.ewarna.pdm.entities.achievability.RecipePE,\
com.ewarna.pdm.entities.achievability.SubstratePE,\
com.ewarna.pdm.entities.colorimetry.CIELabSearchIndexPE,\
com.ewarna.pdm.entities.colorimetry.ReflectancePE,\
com.ewarna.pdm.entities.colorimetry.ReflectanceSetPE,\
com.ewarna.pdm.entities.colorimetry.SpectroPE,\
com.ewarna.pdm.entities.management.CustomerPE,\
com.ewarna.pdm.entities.management.SupplierPE,\
com.ewarna.pdm.entities.storage.AccountPE,\
com.ewarna.pdm.entities.storage.BagPE, \
com.ewarna.pdm.entities.storage.DatasetPE,\
com.ewarna.pdm.entities.storage.EntityAttributeFieldPE,\
com.ewarna.pdm.entities.storage.EntityAttributeKeyPE,\
com.ewarna.pdm.entities.storage.EntityAttributePE,\
com.ewarna.pdm.entities.storage.EntityTemplatePE,\
com.ewarna.pdm.entities.storage.SessionPE,\
com.ewarna.pdm.entities.storage.SharedInfo2PE,\
com.ewarna.pdm.entities.storage.UserPE,\
com.ewarna.pdm.entities.storage.VirtualFolderPE--
Patrick Linskey
SolarMetric Inc.

Similar Messages

  • I am trying to get a good copy of my home video on DVD using IDVD.  On editing the video all the viewing screens show the video perfectly in HD.  When I burn the video to DVD all the end results are buzzy with squiggly lines.  Any fix?  Thanks?

    I am trying to get a good copy of my home video on DVD using IDVD.  On editing the video all the viewing screens show the video perfectly in HD.  When I burn the video to DVD all the end results are buzzy with squiggly lines.  Any fix?  Thanks?

    Hi
    There are several layers to this Q
    A. There are no HD in DVD - DVD is as standard only SD-Video what ever tools used to produce it !
    iDVD or DVD-Studio Pro or Roxio Toast™ - will only make SD-Video on DVD
    B. DVD can be better or worse
    • Using "Share to iDVD" is no good way - Better is Share to Media Browser and as Large (NOT HD as result will be worse)
    • Using iMovie'08 or 09 or 11 - are not tools to chose if highes quality is of importance - iMovie up to HD6 or FinalCut any version is far better as they send over all lines to iDVD and not only every second one.
    • Using Right encoder quality depending on movie and Manu duration is very important
    • Use of high quality brand of DVD - is important - I use Verbatim DVD-R
    • Type of DVD - DVD-R plays on more DVD-Players (even old ones)
    • Burn speed - I set it down to x4 - resulting in less burn errors - plays on more players
    • I secure a minimum of 25Gb free space on Start-Up Mac OS hard disk as iDVD and Mac OS needs this and it can not be taked from other hard disks - has to be here.
    • What You feed iDVD does matter
    Video codecs
    Audio file formats
    Photo file formats
    Yours Bengt W

  • CSCul66951 LDAP routing query fails when user name is the same (6 july 2014)

    in the case CSCul66951 LDAP routing query fails when user name is the same it is mentionned that the version 8.0.2-055 correct this bug ? How come i don't see this version on my menu Available upgrades from my IronPort C370 ?
    Is there someone on the support team that have try this LDAP query on a IronPort C370 with this version in the development lab ?
    Do i have to open a support Case to have this version of AsyncOS ?
    Best regards,
    Benoit Belair
    University of Quebec in Montreal

    Yes - CSCul66951 - this was included w/ the 8.0.1-HP1, and is rolled into 8.5.6-074 GA release.
    See release notes, resolved issues:
    http://www.cisco.com/c/dam/en/us/td/docs/security/esa/esa8-0/release_notes/ESA_8-0-1_HP1_Release_Notes.pdf
    CSCun02766 - 8.5.6-063, which was superseded by the 8.5.6-074 GA release.  
    See release notes, resolved issues:
    http://www.cisco.com/c/dam/en/us/td/docs/security/esa/esa8-5-6/ESA_8-5-6_Release_Notes.pdf

  • Everytime when i connect 3g internet with my laptop using USB (Windows 7) it creats new connection trailing network1, network2, network3.........

    Everytime when i connect 3g internet with my laptop using USB (Windows 7) it creats new connection trailing network1, network2, network3.........
    It does not recognise my old connection.
    Same case with wifi connection as well.
    Also after updating new IOS-5, whenever i make USB connection it does not display my name under my computer.
    But before it use to display my name now it is coming as Apple I-phone.
    Anyone who can help on this, how to get it resolved.
    - I have update my phone with backup (OLD version of IOS) but issue still presists.
    This is the same issue somone mention on below.
    http://www.sevenforums.com/network-sharing/193123-iphone-network-location-doesnt -save-when-disconnected.html
    Kind Regards
    @ru..

    If the message that is displaying is "Network connection timed out", disable any Anti-Virus or Firewall software on the comptuer or check with the company that supports the product on how to modify it to allow iTunes to connect to the Internet.

  • AddNode.sh fails when Voting Disks are placed in ASM

    Hi Forum, adding a node with addNode script throws an error when Voting disks are placed on ASM. Did anyone else had this issue or any ideas ?
    Thanks a lot for your help.
    [grid@host02 bin]$ sh -x ./addNode.sh -silent "CLUSTER_NEW_NODES={host01}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={host01-vip}"
    + OHOME=/u01/app/11.2.0/grid
    + INVPTRLOC=/u01/app/11.2.0/grid/oraInst.loc
    + ADDNODE='/u01/app/11.2.0/grid/oui/bin/runInstaller -addNode -invPtrLoc /u01/app/11.2.0/grid/oraInst.loc ORACLE_HOME=/u01/app/11.2.0/grid -silent CLUSTER_NEW_NODES={host01} CLUSTER_NEW_VIRTUAL_HOSTNAMES={host01-vip}'
    + '[' '' = Y -o '!' -f /u01/app/11.2.0/grid/cv/cvutl/check_nodeadd.pl ']'
    + CHECK_NODEADD='/u01/app/11.2.0/grid/perl/bin/perl /u01/app/11.2.0/grid/cv/cvutl/check_nodeadd.pl -pre -silent CLUSTER_NEW_NODES={host01} CLUSTER_NEW_VIRTUAL_HOSTNAMES={host01-vip}'
    + /u01/app/11.2.0/grid/perl/bin/perl /u01/app/11.2.0/grid/cv/cvutl/check_nodeadd.pl -pre -silent 'CLUSTER_NEW_NODES={host01}' 'CLUSTER_NEW_VIRTUAL_HOSTNAMES={host01-vip}'
    + '[' 1 -eq 0 ']'
    [grid@host02 bin]$
    Output from /u01/app/11.2.0/grid/cv/log/cvutrace.log.0:
    <snipped>
    TaskVotingDisk:Voting Disk:TASK_SUMMARY:FAILED:CRITICAL:VERIFICATION_FAILED
    ERRORMSG(GLOBAL): PRVF-5430 : Voting disk configuration does not meet Oracle's recommendation of three voting disk locations
    ERRORMSG(GLOBAL): PRVF-5431 : Oracle Cluster Voting Disk configuration check failed
    ERRORMSG(host01): PRVF-5449 : Check of Voting Disk location "ORCL:SPT_OCRVOTE01(ORCL:SPT_OCRVOTE01)" failed on the following nodes:
    ERRORMSG(host01): No such file or directory
    ERRORMSG(host01): PRVF-5449 : Check of Voting Disk location "ORCL:SPT_OCRVOTE02(ORCL:SPT_OCRVOTE02)" failed on the following nodes:
    ERRORMSG(host01): No such file or directory
    <snipped>
    Edited by: user12857528 on 14/11/2010 18:39

    Thanks Sebastian, brilliant - setting of IGNORE_PREADDNODE_CHECKS=Y did the trick !
    The only thing is that my neat 3 Voting disks are reduced to two only now:
    Before it was:
    [grid@host02 bin]# ./crsctl query css votedisk
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 4dea88bcf2fa4f11bfdbcca6e3aade14 (ORCL:SPT_OCRVOTE01) [SPT_OCRVOTE]
    2. ONLINE 71e395e6e30e4febbf907305dc7827c6 (ORCL:SPT_OCRVOTE02) [SPT_OCRVOTE]
    3. ONLINE 187d3474f0fe4fe0bf5cec1bb35203ae (ORCL:SPT_OCRVOTE03) [SPT_OCRVOTE]
    Located 3 voting disk(s).
    where now it is:
    [grid@host01 bin]$ ./crsctl query css votedisk
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 4dea88bcf2fa4f11bfdbcca6e3aade14 (ORCL:SPT_OCRVOTE01) [SPT_OCRVOTE]
    2. ONLINE 71e395e6e30e4febbf907305dc7827c6 (ORCL:SPT_OCRVOTE02) [SPT_OCRVOTE]
    Located 2 voting disk(s).
    and third disk is in mount_status closed after adding node host01.

  • Waiting for the results and when the results are available show them...

    I have an input page, where the user gives an input. When the user submits this input page, the input is submitted to the server side component which does its processing (which is a time consuming process)....till the results are available i need to show a message that the query is being processed and once the results are available i have to show the results. How do i implement this? How will the page come to know when the query is processed and the results are available? please help..

    j2eeprofessional wrote:
    I have an input page, where the user gives an input. When the user submits this input page, the input is submitted to the server side component which does its processing (which is a time consuming process)....till the results are available i need to show a message that the query is being processed and once the results are available i have to show the results. How do i implement this? How will the page come to know when the query is processed and the results are available? please help..Following is the URL for ajax support.
    [ http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?c=status&tab=usage|http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?c=status&tab=usage]

  • SCCm 2012 R2 - OSD fails when multiple computers are getting built

    Hi everyone,
    I ran into a weird issue with my SCCM 2012 R2. I noticed when I build one computer with SCCM OSD, it works fine. But when I try to run more than one built at a time, only one usually works. The rest usually doesn't get apps installed in the task sequence,
    some don't get added to the domain etc. Any idea what it might be? Could it be that simultaneous connections to the distribution point are getting terminated and imaging fails?
    Appreciate your help! 

    Ok guys, this seems to be a false alarm here. It turns out I was missing a driver for ethernet card on my Dell T1600. I kicked off 3 Dell Optiplex 9020 and they all worked flawlessly. This is weird though, since I did install OS on some T1600 before and
    they all worked fine...
    Anyway, I downloaded the driver and added it to SCCM. I will kick off the install again today and see if that solved it.

  • MPR testing is passed, but failed when upload Result Package to verify.

    Hi,
    I am attempting to certify our application using MPR-Test-Tool v4.6 for Windows Server 2012 R2.
    The MPR tool shows the testing Pass, and generated a .zip Result Package.
    But it's failed when uploads the .zip Result Package to verify in MPR web-site "Test My Apps" page, both Silver and Gold level are failed.
    In the "Test My Apps" page, I couldn't find the reason, error message or some hint for the failure.
    I am appreciate any help,
    Regards.
    Regards,

    Hello,
    Please check if you import the certificate into the Exchange server "Trusted Root Certificates".
    If there is a CA server in your domain, you also need to import your certificate into the trusted root certificates on the CA server.
    Cara Chen
    TechNet Community Support

  • SSO failing when sap transactions are accessed in portal thru internet

    Hi,
    We are accessing portal through internet on reverse proxy(Apache) but the SSO is failing when accessing sap transactions in portal but other screens(ESS) are accessible. Please let me know does this require any config settings in portal or apache side.
    thanks i advance.
    Marcus

    Hi Rajender,
    I tried doing the same in the ECC system but the iview is throwing error"resource not available".
    We have given just an Apache Ip address in the format  <ipaddress>:80 as we doesn't have FQDN for the apache in the place of WebAs and ITS Host name.
    Also the WEBAS path is /sap/bc/bsp/sap and ITS path is /sap/bc/gui/sap/its/webgui. Does this require any modifications.
    Please also let me know for any changes need to be done on the httpd.config file on Apache server.
    portal.xxxxx.xxx.xx  - Our External URL
    hostname:port/irj/portal - Our Intranet URL
    Please let me know the exact format of the entries to be made in ITS and Web As settings with the apache details.
    Web AS Host Name :   Hostname:port
    ITS Host Name :   Hostname:port
    ITS Path  : /sap/bc/gui/sap/its/webgui
    thanks in advance
    Marcus

  • How to stop PO output when the indicators are updated with a prog. **URGENT

    Hi,
    I have developed a update prg which will update the Final invoice indicator and Goods reciept indicator in SRM as well as in R/3 only for 'ORDERED' PO's. This was done using BBP_PO_PD_UPDATE FM. Everything is working fine, all the indicators are getting updated as expected both in SRM and R/3.
    Only problem is that when the indicators are updated in SRM, PO Output is getting generated which should not happen.
    Do you have any idea how to stop the OUTPUT.
    This is very urgent.
    BR,
    Parvez.

    PO output
    PO Output problems
    disable PO output on po change in SRM

  • Why is my ipad still using battery power when switched off & locked away with no one using it?

    Why is my IPad still discharging battery when switched off and locked away - with no one using it?  Charged it to 100% on holiday and locked in safe.  2 days later it was at 76%!

    How is it "switched off"? Are you pressing the button on the top so the screen goes black? If so, that isn't shut off, but put to sleep. I will still be doing things in the background and using battery power.
    To shut it fully off, press and hold the button on top, you will get a notification on the screen that says "Slide to power off". Slide the button and it will turn completly off.
    If this is how you switched it off, let us know and we will see what else we can figure out.

  • Strange black areas rendered with gpu enabled

    Hello
    we have application wich runs on Windows XP and it runs fine with prism=j2d but with d3d it renders some regions of graphics strangely with black areas.
    graphic card and driver looks ok.
    below output of prism initialisation:
    2013-08-30 21:24:06.313|||QuantumRenderer-0|INFO |com.sun.prism.impl.PrismSettings|log|62|Prism pipeline init order: d3d j2d
    2013-08-30 21:24:06.313|||QuantumRenderer-0|INFO |com.sun.prism.impl.PrismSettings|log|62|Using t2k for text rasterization
    2013-08-30 21:24:06.313|||QuantumRenderer-0|INFO |com.sun.prism.impl.PrismSettings|log|62|Using dirty region optimizations
    2013-08-30 21:24:06.313|||QuantumRenderer-0|INFO |com.sun.prism.GraphicsPipeline|log|62|Prism pipeline name = com.sun.prism.d3d.D3DPipeline
    2013-08-30 21:24:06.313|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62|Loading D3D native library ...
    2013-08-30 21:24:06.329|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| succeeded.
    2013-08-30 21:24:06.344|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62|Direct3D initialization succeeded
    2013-08-30 21:24:06.344|||QuantumRenderer-0|INFO |com.sun.prism.GraphicsPipeline|log|62|(X) Got class = class com.sun.prism.d3d.D3DPipeline
    2013-08-30 21:24:06.360|||QuantumRenderer-0|INFO |com.sun.prism.GraphicsPipeline|log|62|Initialized prism pipeline: com.sun.prism.d3d.D3DPipeline
    2013-08-30 21:24:06.532|||QuantumRenderer-0|ERROR|com.sun.prism.d3d.D3DResourceFactory|log|84|Maximum supported texture size: 4096
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62|OS Information:
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| Windows XP build 2600
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62|D3D Driver Information:
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| Intel(R) Q45/Q43 Express Chipset
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| \\.\DISPLAY1
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| Driver igxprd32.dll, version 6.14.10.5420
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| Pixel Shader version 3.0
    2013-08-30 21:24:06.532|||QuantumRenderer-0|INFO |com.sun.prism.d3d.D3DPipeline|log|62| Device : ven_8086, dev_2E12, subsys_304817AA
    Does anybody experienced such issues?
    Thanks
    Janusz

    This was using a Medium VBR, 2048 kbps.
    These are really big areas - not like usual compression artifacts. Image 1cm by 2cm wide kind of areas, made of big black blocks. Like 8bit sprites from some ancient video game started flying around in the sky
    Hmm... incidentally I've noticed the black blocks tend to happen in large bright areas like skies - what could that mean?

  • What TV's are compatible with Macbook pro using HDMI in the capacity off a monitor?

    What TV's are compatatable with Macbook pro to use as a monitor using HDMI?

    Hi Ralph,
    More information about using HDMI displays with your MacBook Pro is available here -
    Mac computers: Frequently asked questions about using HDMI
    http://support.apple.com/kb/HT4214
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Webi Report Against SAP BW Query Fails When Scheduled

    Hi all,
    I'm facin a problem with all my Web intelligence Reports. When i refresh them on demand from view or design mode, everything works fine, but when i schedule them all instances fails with this error:
    A database error occured. The database error text is: The MDX query SELECT { [Measures].[DF4LK70NQJ0KRU6XHODIE9TGA], [Measures].[3EG3OC7QZBODSE9J2JI4OLOPI], [Measures].[CXDGYOWE9FJFHS72KIO78WGTT], [Measures].[12C28AI1LLXSDEHMWCDUMJWCW], [Measures].[E2OE5J39YBUPP4IPZCX1HNHZX], [Measures].[5X2TIT4FSFEBHYFDEFACO2DCF], [Measures].[E6WGO3AACYBZ20ZIHZF28Y9TT], [Measures].[CB1PAR1H2KF21CWAY6G3NP2WK], [Measures].[8GZAGANUUZA7B2V59A5FBB5BO] } ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [ZSOLTYPE].[LEVEL01].MEMBERS, [0CALMONTH].[LEVEL01].MEMBERS ), [0MATL_GROUP].[LEVEL01].MEMBERS ), [0MATERIAL__0MATL_TYPE].[LEVEL01].MEMBERS ), [0COMPL_DEL].[LEVEL01].MEMBERS ), [0BBP_STATUS].[LEVEL01].MEMBERS ), [0PLANT].[LEVEL01].MEMBERS ) ON ROWS FROM [CUBE_NAME/QUERY_NAME] SAP VARIABLES [ENTFINAL] INCLUDING X [0I_CALZ2] INCLUDING ENE 2008 : MAR 2008 failed to execute with the error FUNCTION_NOT_FOUND. (WIS 10901) .
    BO is XI3.0, BW 3.5, Universe made from a SAP BW Query.
    Thanks in advance!

    Hi Ingo,
    All the authorizations for crystal report to fetch data is in place, and crystal report refresh and schedule runs success fully. The issue is only in Web Intelligence.
    If it is same as crystal report we should see similar results for crystal report, which is not the case as of now. Crystal report refreshes without any error and we can able to schedule it without any problem.
    As it is said earlier, SAP secuirty guy doesnt find any missing authorizations. It is very difficult to say which authorization is missing.
    Edited by: Raghavendra Barekere on Nov 7, 2008 6:42 PM

  • Excel 2010 Freezes while saving and computing when large files are opened.

    Hi
    The issue with with MS Office Excel 2010, where in if i open big files like greater than 40 or 50 mb file while saving or computing it takes lot of time
    like say 10 to 15 seconds and some times more also.
    This file i am referring is having around 5,000 row data and with around 15 sheets and has formula's and functions built into it.
    As and when i try to delete or update one of the same the status bar show processing message and starts processing from 0 to 100% this takes
    lot of time and during i feel my excel is frozen or system hanged kind of situation.
    The query is what is the limitation of file size which can be opened in Excel 2010 where i can work with the same without any freeze or hanging.
    need the same for Excel 2007 and 2013 versions also.
    Note : other office products like work, power point works fine without any issue.

    Hi,
    I didn't find the exact size of the limitation of size for Excel 2010, but as for Excel 2013, I can tell you this:
    32-bit environment is subject to 2 gigabytes (GB) of virtual address space, shared by Excel, the workbook, and add-ins that run in the same process. A data model’s share of the address space might run up to 500 – 700 megabytes (MB), but could be less if
    other data models and add-ins are loaded.
    64-bit environment imposes no hard limits on file size. Workbook size is limited only by available memory and system resources.
    I think the articles below will be very helpful to you:
    Excel specifications and limits
    For 2007:http://office.microsoft.com/en-001/excel-help/excel-specifications-and-limits-HP010073849.aspx?CTT=1
    For 2010:http://office.microsoft.com/en-001/excel-help/excel-specifications-and-limits-HP010342495.aspx?CTT=1
    For 2013:http://office.microsoft.com/en-001/excel-help/excel-specifications-and-limits-HA103980614.aspx?CTT=1
    Anyway, many factors may cause the freeze, such as hardware and add-ins, you may try starting Excel in Safe Mode to determine if it's add-ins related:
    Press Win + R and type “excel /safe” in the blank box, then press Enter.
    If there’s no problem in Safe Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • To decide save site as a template, web template or site definition

    hi, I have to create a generic site template which has few tabs in the home page and on click of these links/tabs in this site template it will navigate to the sub sites created under that[this generic site template shud contain 3 sub sites - [1 blog

  • MM_XSLTransform.class.php br / vs br

    Hi, I manged to fix a bug in the MM_XSLTransform.class.php server behavior as noted from David Powers book "The Essential Guide to DW..." this was to stop the error "XML Parsing Error: XML declaration allowed only at the start of the document" It wor

  • LR2 Export Dialog- is there a way to automate the name of a subfolder?

    Hello All, I wonder if anyone knows a way to do this- I am trying to export an image out of Lightroom 2 (Mac), and have it saved in a dated folder on my desktop. I can manually input the name of the folder in the "Put in Subfolder" field to (for exam

  • Timeout when calling long running Oracle Apps Adapter API calls

    When making a Oracle Apps Based adapter from ESB, Transactions are getting timedout for running calls (~ > 5 mins) 1) Created a Oracle Apps Adapter to execute a API call that returns, in our case, customer data. 2) Created a BPEL Which invokes this A

  • Problem in external process using process flow

    Hi All, I want to execute a batch file ( which is appending 2 text files ) using OWB process flow. For this i am using external process in OWB process flow and giving the parameters for external process as below: COMMAND --- VALUE as c:\winnt\system3