AppM File Passivation SQL92 Flavor for DB2 and causes Pool connection Leaks

I am porting an ADF application to WebSphere and DB2 and noticed AM passivation goes from file to database. I have bc4j setup to use file passivation. When this happens I am noticing Connection are not being returned to pool. Has anyone experienced these 2 issues (Connection leaks and AM passivation to database)
bc4j settings below are in place.
-Djbo.doconnectionpooling=true
-Djbo.txn.disconnect_level=1
ADF Version: 11.1.1.59.23 ::: JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
Server Info: IBM WebSphere Application Server/7.0
Host Operating System is AIX, version 7.1
Java version = JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr9-20110624_85526 (JIT enabled, AOT enabled)
J9VM - 20110624_085526
JIT - r9_20101028_17488ifx17
GC - 20101027_AA_CMPRSS, Java Compiler = j9jit24, Java VM name = IBM J9 VM
BC4J is configured to perform file passivation instead of database. The temp files (BC59c10e3cBCD) are being created, but the application occasionally passivates to database.
ConsoleDiagno C Establish database connection
3 oracle.jbo.server.DBTransactionImpl establishNewConnection [15306] Before getNativeJdbcConnection='com.ibm.ws.rsadapter.jdbc.WSJccSQLJConnection
3 oracle.jbo.server.DBTransactionImpl establishNewConnection [15307] After getNativeJdbcConnection='com.ibm.db2.jcc.am.gf
3 oracle.jbo.pcoll.JDBCPersistManager handleControlTableExists [15308] **createControlTable** tabname=PCOLL_CONTROL already exists
3 oracle.jbo.pcoll.JDBCPersistManager holdTableName [15309] **holdTableName** tabName=PS_IDMKRAppMod locked in controltab
3 oracle.jbo.pcoll.PCollManager resolveName [15310] **PCollManager.resolveName** tabName=PS_IDMKRAppMod
3 oracle.jbo.server.DBTransactionImpl closeTransaction [15311] *** closing jdbc connection now **** (com.ibm.db2.jcc.am.gf@4cb14cb1)

Yes there are nested AMs in this case. I have a SQL92 flavor with Type Map set to Java, and running against a DB2 database. I have used reference site
http://www.oracle.com/technetwork/developer-tools/jdev/multidatabaseapp-085183.html
to properly configure my projects and setting and jbo options. What I am looking for is verification on the correct setting when this combination is used. I have dumped the runtime setting below. Are there any obvious problems below that may cause this behavior?
[1135] {{ begin Loading BC4J properties
[1136] -----------------------------------------------------------
[1137] BC4J Property jbo.default.language='en' -->(MetaObjectManager) from System Default
[1138] BC4J Property jbo.default.country='US' -->(MetaObjectManager) from System Default
[1139] Skipping empty Property jbo.default.locale.variant from System Default
[1140] BC4J Property DeployPlatform='LOCAL' -->(SessionImpl) from Client Environment
[1141] Skipping empty Property ConnectionMode from System Default
[1142] Skipping empty Property HostName from System Default
[1143] Skipping empty Property ConnectionPort from System Default
[1144] BC4J Property jbo.locking.mode='optimistic' -->(MetaObjectManager) from Client Environment
[1145] BC4J Property jbo.txn.disconnect_level='1' -->(SessionImpl) from System Property
[1146] Skipping empty Property ApplicationPath from System Default
[1147] BC4J Property AppModuleJndiName='oracle.documaker.idocumaker.model.shared.app.IDMKRAppModuleAM' -->(SessionImpl) from Client Environment
[1148] Skipping empty Property java.naming.security.principal from System Default
[1149] Skipping empty Property java.naming.security.credentials from System Default
[1150] Skipping empty Property jbo.user.principal from System Default
[1151] BC4J Property jbo.simulate.remote='false' -->(SessionImpl) from System Default
[1152] BC4J Property jbo.security.context='oracle.security.jazn' -->(MetaObjectManager) from System Default
[1153] Skipping empty Property jbo.object.marshaller from System Default
[1154] BC4J Property jbo.use.pers.coll='true' -->(SessionImpl) from Client Environment
[1155] BC4J Property jbo.pers.max.rows.per.node='70' -->(SessionImpl) from System Default
[1156] BC4J Property jbo.pers.max.active.nodes='30' -->(SessionImpl) from System Default
[1157] BC4J Property jbo.validation.threshold='10' -->(SessionImpl) from System Default
[1158] BC4J Property jbo.sparse.array.threshold='20' -->(SessionImpl) from System Default
[1159] BC4J Property jbo.pcoll.mgr='oracle.jbo.pcoll.pmgr.DB2PersistManager' -->(SessionImpl) from System Property
[1160] BC4J Property jbo.txn_table_name='PS_TXN' -->(SessionImpl) from System Default
[1161] BC4J Property jbo.txn_seq_name='PS_TXN_seq' -->(SessionImpl) from System Default
[1162] BC4J Property jbo.txn_seq_inc='50' -->(SessionImpl) from System Default
[1163] BC4J Property jbo.control_table_name='PCOLL_CONTROL' -->(MetaObjectManager) from System Default
[1164] BC4J Property jbo.stringmanager.factory.class='use_default' -->(SessionImpl) from System Default
[1165] BC4J Property jbo.domain.date.suppress_zero_time='true' -->(MetaObjectManager) from System Default
[1166] BC4J Property jbo.domain.bind_sql_date='true' -->(MetaObjectManager) from System Default
[1167] BC4J Property jbo.domain.string.as.bytes.for.raw='false' -->(MetaObjectManager) from System Default
[1168] BC4J Property jbo.fetch.mode='AS.NEEDED' -->(MetaObjectManager) from System Default
[1169] BC4J Property jbo.323.compatible='false' -->(MetaObjectManager) from System Default
[1170] BC4J Property jbo.903.compatible='false' -->(MetaObjectManager) from System Default
[1171] Skipping empty Property JBODynamicObjectsPackage from System Default
[1172] BC4J Property MetaObjectContextFactory='oracle.jbo.mom.xml.DefaultMomContextFactory' -->(MetaObjectManager) from System Default
[1173] BC4J Property jbo.load.components.lazily='false' -->(MetaObjectManager) from System Default
[1174] BC4J Property MetaObjectContext='oracle.jbo.mom.xml.XMLContextImpl' -->(MetaObjectManager) from System Default
[1175] BC4J Property java.naming.factory.initial='oracle.jbo.common.JboInitialContextFactory' -->(SessionImpl) from Client Environment
[1176] BC4J Property IsLazyLoadingTrue='true' -->(MetaObjectManager) from /oracle/jbo/server/jboserver.properties resource
[1177] BC4J Property oracle.jbo.usemds='true' -->(MetaObjectManager) from System Default
[1178] BC4J Property oracle.adfm.usemds='true' -->(MetaObjectManager) from System Default
[1179] BC4J Property ActivateSharedDataHandle='false' -->(MetaObjectManager) from System Default
[1180] Skipping empty Property HandleName from System Default
[1181] Skipping empty Property Factory-Substitution-List from System Default
[1182] BC4J Property jbo.project='oracle.documaker.idocumaker.model.SQL92Model' -->(Configuration) from Client Environment
[1183] BC4J Property jbo.max.cursors='50' -->(MetaObjectManager) from System Default
[1184] WARNING: Property jbo.dofailoverset to null
[1185] Skipping empty Property jbo.dofailover from null
[1186] WARNING: Property jbo.envinfoproviderset to null
[1187] Skipping empty Property jbo.envinfoprovider from null
[1188] Skipping empty Property jbo.rowid_am_conn_name from System Default
[1189] BC4J Property jbo.rowid_am_datasource_name='jdbc/xxxxxxx' -->(MetaObjectManager) from Client Environment
[1190] WARNING: Property jbo.ampool.writecookietoclientset to null
[1191] Skipping empty Property jbo.ampool.writecookietoclient from null
[1192] BC4J Property jbo.doconnectionpooling='true' -->(Configuration) from System Property
[1193] WARNING: Property jbo.recyclethresholdset to null
[1194] Skipping empty Property jbo.recyclethreshold from null
[1195] WARNING: Property jbo.ampool.dynamicjdbccredentialsset to null
[1196] Skipping empty Property jbo.ampool.dynamicjdbccredentials from null
[1197] BC4J Property jbo.ampool.resetnontransactionalstate='true' -->(SessionImpl) from System Default
[1198] WARNING: Property jbo.ampool.sessioncookiefactoryclassset to null
[1199] Skipping empty Property jbo.ampool.sessioncookiefactoryclass from null
[1200] WARNING: Property jbo.ampool.connectionstrategyclassset to null
[1201] Skipping empty Property jbo.ampool.connectionstrategyclass from null
[1202] WARNING: Property jbo.ampool.maxpoolsizeset to null
[1203] Skipping empty Property jbo.ampool.maxpoolsize from null
[1204] WARNING: Property jbo.ampool.initpoolsizeset to null
[1205] Skipping empty Property jbo.ampool.initpoolsize from null
[1206] WARNING: Property jbo.ampool.monitorsleepintervalset to null
[1207] Skipping empty Property jbo.ampool.monitorsleepinterval from null
[1208] WARNING: Property jbo.ampool.minavailablesizeset to null
[1209] Skipping empty Property jbo.ampool.minavailablesize from null
[1210] WARNING: Property jbo.ampool.maxavailablesizeset to null
[1211] Skipping empty Property jbo.ampool.maxavailablesize from null
[1212] WARNING: Property jbo.ampool.maxinactiveageset to null
[1213] Skipping empty Property jbo.ampool.maxinactiveage from null
[1214] WARNING: Property jbo.ampool.timetoliveset to null
[1215] Skipping empty Property jbo.ampool.timetolive from null
[1216] WARNING: Property jbo.ampool.doampoolingset to null
[1217] Skipping empty Property jbo.ampool.doampooling from null
[1218] WARNING: Property jbo.ampool.issupportspassivationset to null
[1219] Skipping empty Property jbo.ampool.issupportspassivation from null
[1220] BC4J Property jbo.ampool.isuseexclusive='true' -->(SessionImpl) from System Default
[1221] BC4J Property jbo.passivationstore='file' -->(MetaObjectManager) from Client Environment
[1222] BC4J Property jbo.saveforlater='false' -->(SessionImpl) from System Default
[1223] BC4J Property jbo.snapshotstore.undo='persistent' -->(SessionImpl) from System Default
[1224] BC4J Property jbo.maxpassivationstacksize='10' -->(SessionImpl) from System Default
[1225] BC4J Property jbo.txn.handleafterpostexc='false' -->(SessionImpl) from System Default
[1226] BC4J Property jbo.connectfailover='true' -->(SessionImpl) from System Default
[1227] BC4J Property jbo.datasource_naming_factory='oracle.jbo.server.DataSourceContextFactory' -->(MetaObjectManager) from System Default
[1228] WARNING: Property jbo.maxpoolcookieageset to null
[1229] Skipping empty Property jbo.maxpoolcookieage from null
[1230] WARNING: Property PoolClassNameset to null
[1231] Skipping empty Property PoolClassName from null
[1232] BC4J Property jbo.maxpoolsize='4096' -->(MetaObjectManager) from System Default
[1233] BC4J Property jbo.initpoolsize='0' -->(MetaObjectManager) from System Default
[1234] BC4J Property jbo.poolrequesttimeout='30000' -->(MetaObjectManager) from System Default
[1235] BC4J Property jbo.poolmonitorsleepinterval='600000' -->(MetaObjectManager) from System Default
[1236] BC4J Property jbo.poolminavailablesize='5' -->(MetaObjectManager) from System Default
[1237] BC4J Property jbo.poolmaxavailablesize='25' -->(MetaObjectManager) from System Default
[1238] BC4J Property jbo.poolmaxinactiveage='600000' -->(MetaObjectManager) from System Default
[1239] BC4J Property jbo.pooltimetolive='-1' -->(MetaObjectManager) from System Default
[1240] BC4J Property jbo.qcpool.monitorsleepinterval='1800000' -->(SessionImpl) from System Default
[1241] BC4J Property jbo.qcpool.maxinactiveage='900000' -->(SessionImpl) from System Default
[1242] BC4J Property RELEASE_MODE='Stateful' -->(MetaObjectManager) from System Default
[1243] BC4J Property jbo.assoc.consistent='true' -->(MetaObjectManager) from System Default
[1244] BC4J Property jbo.viewlink.consistent='DEFAULT' -->(MetaObjectManager) from System Default
[1245] BC4J Property jbo.finder.range.size='DEFAULT' -->(MetaObjectManager) from System Default
[1246] BC4J Property jbo.passivation.TrackInsert='true' -->(MetaObjectManager) from System Default
[1247] Skipping empty Property jbo.ViewCriteriaAdapter from System Default
[1248] BC4J Property jbo.SQLBuilder='SQL92' -->(MetaObjectManager) from Client Environment
[1249] BC4J Property jbo.ConnectionPoolManager='oracle.jbo.server.ConnectionPoolManagerImpl' -->(MetaObjectManager) from System Default
[1250] BC4J Property jbo.TypeMapEntries='Java' -->(MetaObjectManager) from Client Environment
[1251] Skipping empty Property jbo.sql92.JdbcDriverClass from System Default
[1252] BC4J Property jbo.sql92.LockTrailer='FOR UPDATE' -->(MetaObjectManager) from System Default
[1253] BC4J Property jbo.jdbc.trace='false' -->(MetaObjectManager) from System Default
[1254] BC4J Property jbo.abstract.base.check='true' -->(MetaObjectManager) from System Default
[1255] BC4J Property jbo.assoc.where.early.set='false' -->(MetaObjectManager) from System Default
[1256] BC4J Property jbo.use.findbykey.for.assoc='true' -->(MetaObjectManager) from System Default
[1257] BC4J Property jbo.sql92.DbTimeQuery='select sysdate from dual' -->(MetaObjectManager) from System Default
[1258] BC4J Property oracle.jbo.defineColumnLength='skipDefines' -->(MetaObjectManager) from System Default
[1259] BC4J Property jbo.jdbc_bytes_conversion='jdbc' -->(MetaObjectManager) from System Default
[1260] BC4J Property jbo.tmpdir='./' -->(MetaObjectManager) from Client Environment
[1261] Skipping empty Property jbo.server.internal_connection from System Default
[1262] BC4J Property SessionClass='oracle.jbo.server.SessionImpl' -->(SessionImpl) from System Default
[1263] Skipping empty Property TransactionFactory from System Default
[1264] Skipping empty Property jbo.def.mgr.listener from System Default
[1265] Skipping empty Property jbo.use.global.sub.map from System Default
[1266] BC4J Property jbo.debugoutput='console' -->(Diagnostic) from System Property
[1267] BC4J Property jbo.debug.prefix='DBG: ' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[1268] BC4J Property jbo.logging.show.timing='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[1269] BC4J Property jbo.logging.show.function='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[1270] BC4J Property jbo.logging.show.level='false' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[1271] BC4J Property jbo.logging.show.linecount='true' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[1272] BC4J Property jbo.logging.trace.threshold='6' -->(Diagnostic) from /oracle/jbo/common/Diagnostic.properties resource
[1273] BC4J Property jbo.jdbc.driver.verbose='false' -->(Diagnostic) from System Default
[1274] Skipping empty Property oracle.home from System Default
[1275] Skipping empty Property oc4j.name from System Default
[1276] Skipping empty Property jbo.shared.txn from System Default
[1277] BC4J Property jbo.ejb.txntimeout='1830' -->(SessionImpl) from System Default
[1278] BC4J Property jbo.ejb.txntype='global' -->(SessionImpl) from System Default
[1279] BC4J Property jbo.ejb.txn.disconnect_on_completion='false' -->(SessionImpl) from System Default
[1280] BC4J Property jbo.ejb.useampool='false' -->(SessionImpl) from Client Environment
[1281] Skipping empty Property oracle.jbo.schema from System Default
[1282] BC4J Property jbo.xml.validation='false' -->(MetaObjectManager) from System Default
[1283] BC4J Property ord.RetrievePath='ordDeliverMedia' -->(MetaObjectManager) from System Default
[1284] BC4J Property ord.HttpMaxMemory='102400' -->(MetaObjectManager) from System Default
[1285] Skipping empty Property ord.HttpTempDir from System Default
[1286] BC4J Property ord.wmp.classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' -->(MetaObjectManager) from System Default
[1287] BC4J Property ord.qp.classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' -->(MetaObjectManager) from System Default
[1288] BC4J Property ord.rp.classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' -->(MetaObjectManager) from System Default
[1289] BC4J Property ord.wmp.codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' -->(MetaObjectManager) from System Default
[1290] BC4J Property ord.qp.codebase='http://www.apple.com/qtactivex/qtplugin.cab' -->(MetaObjectManager) from System Default
[1291] Skipping empty Property ord.rp.codebase from System Default
[1292] 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
[1293] BC4J Property ord.qp.plugins.page='http://www.apple.com/quicktime/download/' -->(MetaObjectManager) from System Default
[1294] BC4J Property ord.rp.plugins.page='http://www.real.com/player/' -->(MetaObjectManager) from System Default
[1295] BC4J Property jbo.security.enforce='None' -->(SessionImpl) from System Default
[1296] BC4J Property jbo.security.loginmodule='oracle.security.jazn.oc4j.JAZNUserManager' -->(SessionImpl) from System Default
[1297] Skipping empty Property jbo.security.config from System Default
[1298] BC4J Property jbo.server.useNullDbTransaction='false' -->(SessionImpl) from System Default
[1299] BC4J Property jbo.domain.reopenblobstream='false' -->(MetaObjectManager) from System Default
[1300] BC4J Property jbo.server.retainAssocAccessor='false' -->(SessionImpl) from System Default
[1301] BC4J Property jbo.groovy.debug='false' -->(MetaObjectManager) from System Default
[1302] BC4J Property oracle.adfm.DefaultEventPolicy='NONE' -->(MetaObjectManager) from System Default
[1303] BC4J Property oracle.adfm.useRootFrameOnly='false' -->(MetaObjectManager) from System Default
[1304] Copying unknown Client property (java.naming.factory.url.pkgs='com.ibm.ws.naming:com.ibm.ws.runtime:weblogic.corba.j2ee.naming.url:weblogic.corba.client.naming:com.ibm.ws.naming') to session
[1305] Copying unknown Client property (jbo.applicationmoduleclassname='oracle.documaker.idocumaker.model.shared.app.IDMKRAppModuleAM') to session
[1306] Copying unknown Client property (name='IDMKRAppModuleAMLocal') to session
[1307] Copying unknown Client property (ApplicationName='oracle.documaker.idocumaker.model.shared.app.IDMKRAppModuleAM') to session
[1308] Copying unknown Client property (JDBCDataSource='jdbc/xxxxxxx') to session
[1309] Copying unknown Client property (java.naming.provider.url='corbaloc:rir:/NameServiceServerRoot') to session
[1310] Copying unknown Client property (DBconnection='jdbc/xxxxxx') to session
[1311] }} finished loading BC4J properties

Similar Messages

  • I started to download a movie for rent and lost internet connection. Now it tells me to go to my downloads but I can't find them where should I look.

    I started to download a movie for rent and lost internet connection. Now it tells me to go to my downloads but I can't find them where should I look.

    Me too!!! It says check your Downloads, but unable to find Downloads...

  • Where do I find the long text for Damage and Cause in Notifications (IW21)

    Hi ppl,
    Can anyone let me know where the long text for Damage and Cause is stored (can be seen in IW21)?
    Can I retrieve it through FM READ_TEXT? If yes, what are the values of the parameters to be passed?
    Thanks,
    David.

    Hi!
    It is easy to check whether some text is read by "READ_TEXT" or not.
    1) Create text in dialogue mode and save it.
    2) Place brake-point in READ_TEXT FM
    3) go to view this text in transaction again
    If the program is switched to debug mode, it means u can use this FM. Have u tried do this stuff?

  • %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure

    Hi,
    I have an ASA5510 running version 8.2(5). I have set up a new network on interface Ethernet0/1.777 of the fwl. The firewall works perfectly with remote access VPNs but has now given me the error with the new network that has been set up:
    %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure
    The difference between the other networks and the new one that I have set up is that this is the first one using a private addressing scheme. I understand that NAT is not allowing something along the way but I cant figure out what needs to change in order to get it to work. My config is as follows:
    interface Ethernet0/1.777
    description TRU 777
    vlan 777
    nameif tru777
    security-level 50
    ip address 10.1.34.17 255.255.255.240 standby 10.1.34.18
    access-list acl_tru777 remark * ALLOW ALL OUTBOUND *
    access-list acl_tru777 extended permit ip any any
    access-list RA-VPN extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 10.0.0.0 255.0.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 172.16.0.0 255.240.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list acl_ra-lock-tru777 extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_ra-lock-tru777 extended permit ip 10.159.159.0 255.255.255.0 10.1.34.16 255.255.255.240
    ip local pool ra-pool 10.159.159.0-10.159.159.254 mask 255.255.255.0
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    global (outside) 2 x.x.x.x
    crypto isakmp nat-traversal 20
    I think that is everything you should need, if not please just ask.
    Thank you very much in advance,
    Chris

    Hi Julio,
    Here you go:
    FWL01# sh nameif
    Interface                Name                     Security
    Ethernet0/0              outside                    0
    Ethernet0/1              CLIENTS                 50
    Ethernet0/1.314        tru01                      50
    Ethernet0/1.313        dmz01                    50
    Ethernet0/1.316        tru02                      50
    Ethernet0/1.776        dmz776                  50
    Ethernet0/1.777        tru777                     50
    Management0/0       management           100
    FWL01#  sh run nat
    nat (tru02) 1 192.168.3.0 255.255.255.240
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    FWL01#    sh run glob
    global (outside) 1 interface
    global (outside) 2 x.x.x.x
    Thanks,
    Chris

  • Why can't I connect to my shared computers for file sharing;I have 3 Macs and I can connect the other 2 but not my new Macbook air.

    I have a black Macbook 4,1 running 10.7.5, an iMac 11,3 running 10.7.5 and a new Macbook Air 6,2 running 10.9.5., I have file sharing turned on on all machines. All machines are visible and I can connect all machines except for the Macbook Air. The Macbook air can see the other 2 Macs but does not connect to either of them or even give me the option to connect as a guest or a registered user. The other Macs connect to the Macbook Air but it will not connect with them. Any help is appreciated. Thank You.

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • What is the maximum size the of files we can use for reading and writing

    Hi
    i have attached a vi which i use to read and write reports.
    My system would run continuosly for more than 2 days, typically i expect a file size of 30MB per day. I keep on appending the data in the file.
    The VI everytime opens the file appends it and closes.
    Does this affect the performance as the file size increases?
    What is the effective way to do it?
    Is there any file size restriction in windows?
    Attachments:
    Read_or_Write_Current_Cycle's_Data.zip ‏27 KB

    First: The performance by increasing file size depends from the file system (FAT32 or NTFS) you are using. NTFS will be better if the file size increases. Also the size of the partition will have an effect on this.
    Second: The effective way will be not to close and reopen the file. Use "File I/O > Advanced File Functions > Flush File" to write the file to the system instead of File Close and File Open. Flush File will force the file system driver to write the file to disk and update the file information on disk. On NT based systems this will be done with a latency time of 4 seconds. This is even true if you close the file and the time cannot be changed.
    Third: There are file restriction to the lenght which do not depend on Windows, they depend on
    the file system. FAT32 can handle files until 4 GByte (2^32) and NTFS can handle 2^64 Bytes. Since LV is platform independent the LV file functions can handle only 4 GByte. The offset parameter in the file functions has a I32 data type.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Sat here for hours and still cannot connect to the internet

    Hi there,
    I have been sat here now about around 6 hours trying to figure this out. I just bought a Philips SNA6500 ADSL Wireless Base Station to connect to the internet. I am at present using my speedtouch usb modem to connect. I have tried and tried to connect to no avail. I am on BT Broadband and put in all my details on Internet Connect, but it continuously states that it can not connect to the PPP Server. It connects via Ethernet, but wont load any websites at all.
    Sorry if this has been posted before, I have checked through most of the posts and couldn't find anything.
    Thank you for any help if anyone knows - I really hope they can!
    Helen
    eMac   Mac OS X (10.4.3)  

    I dont know the Philips SNA6500 but from a brief Google it would appear that it has an ADSL modem built in. Why are you using the Speedtouch? Where have you got it plugged in? Disconnect the Speedtouch, plug the Philips into a filter, then plug the filter into your phone socket. Follow the set up wizard and it should work.
    Good luck.

  • Data source for application using both pooled and non pooled connections

    Hi guys.
    I am integrating Oracle's connection pooling into an existing application that had formerly used dbConnectionBroker. It looks like this task should be quite straightforward. However, for consistency, I would also like to replace other Connection logic within the application to use Oracle classes. This will involve using OracleDataSource to obtain a Connection object. ( without pooling ).
    So in this case, the application will use both pooled and non pooled Oracle connections. They will be connecting to the same database. The question I have is in regard to the use of data-sources.xml.
    Are there any special considerations for the required attribute values within data-sources.xml under this scenario ?
    Help will be greatly appreciated.
    Regards.
    Steve.

    Hi Steve -
    It should be feasible for you to define a single datasource using multiple location entries to indicate what sort of pooling behaviour you wish to use.
    If you lookup and use the "location" attribute, you will receive a javax.sql.DataSource object which will not provide connection pooling.
    If you lookup and use the "ejb-location" attribute you will receive a DataSource object that will support connection pooling operations.
    Note that this is using the emulated datasource approach, and transaction support is limited to a single resource (one database) for these datasources - you won't get 2PC support for transactions.
    If you need a transaction to span two separate resources (ie two databases in same tx) then you will need to use the non-emulated datasource approach.
    There is a chapter in the J2EE Services Guide which describes the datasource model we have with OC4J. This might provide you with some more useful information. See Chapter 11 - http://otn.oracle.com/docs/products/ias/doc_library/903doc_otn/generic.903/a97690/ds3.htm#1004903
    cheers
    -steve-

  • How to use an external hard drive and copy files to the disk for mac and windows??

    please tell me how to copy files to external hard disk and use it for both mac and windows. there is the fat32 formatting bt i dont wanna use formatting because i already have a lot of content on the exteral hard disk. thank you.

    It is simplest to have the HDD formatted to noe common to both Mac an PC.  ExFAT is one.  But to do that will erase all data on the HDD.
    If the HDD id formatted NTFS, Mac can read but not write to it.  The solution then is to use a third party application such as Paragon or Tuxera which will overcome that obstacle.  These applications do have mixed reviews.
    Ciao.

  • Best File Format to use for iTunes and MAC

    I have always used the AAC Encoder set to 256 kbps to import my CDs to iTunes. In preparation for moving to a music server system in the future I want to re-import my CDs at the highest quality (uncompressed) format that I can.
    Is my understanding correct that AIFF was developed for use with MAC and basically WAV for Windows? Would it be best for me to use AIFF? Should the settings be left at automatic or set to 16 bit, 44 khz and stereo?
    I understand there is a way to take these uncompressed files and compress them later for transfer to my iPod. How is that done? If there are tutorials or other directions on this site or others please feel free to direct me to those. At this point I have not been able to find an answer to my specific questions.
    Any other recommendations or suggestions is appreciated.
    Thank You
    Mike

    Macs and iTunes will recognize and play both AIFF and WAV formats. If you want to play the files on Windows machines as well, I'd say use WAV encoding. In order to ensure the quality you want, change the setting from 'Automatic' to 16 Bit, 44.1khz stereo (this is industry standard).
    When you want to compress the high quality WAVs, change the import settings to the desired format (mp3/aac etc). Then select the tracks you wish to compress and in the 'Advanced' menu, chose 'Convert selection to mp3/aac'. iTunes will then create duplicate tracks encoded to the desired format.
    Hope this answers your question.

  • What file does ipod use for library and how do i access it?

    Hi.
    I almost put this in the ipod discussion but the question has to do with itunes as well...
    I have learned that itunes uses an xml file for the library, containing all song information and playlists (not sure about id3 tags for .wav, mp3) but when i looked at my data for the ipod i found no .xml files.
    Heres what happened and why i need this:
    unplugged the ipod after an osx reboot to winxp bootcamp hung. then i noticed the ipod was erased (or so i thought)
    Couldn't access any of the data on the ipod and hadnt a spare 80 gigs to back up my ipod.
    I didn't give up and after trying so many data recovery programs i got one to work and now i have what looks like all the songs back - with song titles and filenames - on my comp.
    I want my library back too. I want my hard wrought playlists and i want to know what songs i may be missing; I need to rebuild my 'library'.
    with the data i retrieved there is a folder called root, and if you follow and go to ipod control>Itunes there are a bunch of temp files and a large file called ipodcontrol and a couple files called playlist but those two were umm, empty. I dont know what any of this stuff is but if i knew how the ipod makes its library that would be a start in seeing if i can somehow get the library back. I know there is a way. I also am sure there are tons of people out there whose tracks have been erased after an auto update or unplug. You can get your music back! It would be so sweet to figure out how to reconstruct the library file too.

    I forgot to mention that for you people who have inadvertently erased your ipods, the data recovery program that worked the best for me was called R-Studio.
    So anyone know what file ipod uses for its internal library?

  • Deleting files keeps prompting me for password and deleted files don't appear in trashbin

    When I delete files from my macbook, it keeps prompting me for my password everytime.
    And when I delete to file, it does not go into the trash. Somehow it deletes completely.
    Does anyone know how to fix this?

    Ok. Found the answers from the community. Thanks a bunch!

  • PCUI_GP.sca file -compatible SP level for ESS and MSS

    Hi all
    we were in the process of deploying ESS, initially a std implementation and I need a clarification on this.The ECC system is of the version ERP 6.0 Sp 24 with no EHPs currently. The NW stack is EP7.0 sp 15.
    1)       According to the compatibility matrix  at https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni, we downloaded BPERP5ESSSp11  and ESS6.0sp11 sca files and deployed thru the JSPM .we were looking to deploy PCUI_GP sp11.
    2)       There is an MSS implementation already on the portal connected to a diff backend system . they have deployed MSS Sp14 version, hence already deployed PCUI_GP SP14. There  hasnt been any MSS customization yet using NWDI .
    3)       Well, I checked the SAP Notes which say that for compatibility for ESS/MSS customization I follow the matrix attached here. Since PCUI_GP sp 14 is already deployed n running  ,I cannot deploy sp11 file again for ESS.hence am not sure how I can proceed now. The general requirement for ESS/MSS is all these 3 sca files be maintained at same SP levels.
    Well, I could think of 2 ways, not sure which way to go..
    1)Can we go ahead with JCO s and systems and c if this works with ess sp11 and pcui_gp sp14 as its going to b a std impl only.?
    2) Patch up ESS also to SP14?
    Would like to know ur inputs on this.
    Best Regards
    Uma

    As NW portal stack is SP 15. Try all the component pcui , JEE,BUILD and JTECH version 15.
    Koti Reddy

  • Drive with Offline Files folder not available for 2 minutes after being connected to the network.

    Hi
    We use Windows SP1 with one folder from the User HomeDirectory set to be available offline.
    The problem we encounter is that when going from Offline to Online via VPN, there is a 2 minutes delay for the drive where the offline folder is located to be available again. Other drives mapped at VPN connection time are available immediately
    after we applied KB2705233. Only the drive that contains the folder that we make available offline has this delay issue.
    I found out KB2663418 but it does not apply as we have Windows 7 SP1. However the symptoms are the same:
    < This issue occurs because the client-side caching (CSC) interface tries to reconnect to the source before the network is actually available. This behavior causes the SMB cache to enter a negative state. In this situation, the CSC interface tries to
    reconnect to the source on the next 2-minute retry interval.>
    Does one know how to force a check of the connectivity or if there is another fix available ?
    thanks in advance
    bruno

    Hi,
    Why KB2663418 didn't applied to your computer? It applied to
    Windows 7 Service Pack 1, when used with:
    Windows 7 Enterprise
    Windows 7 Professional
    Windows 7 Ultimate
    Did you use Windows 7 Home Basic or Home Premium?  However, Windows 7 Home Basic and Premium does not support Offline Files.
    Thus please try that hotfix.
    Karen Hu
    TechNet Community Support

  • How to validate prerequisite for ODP and Oracle Client connection

    Hi.
    I have a very simple application on .Net that connect to Oracle using ODP (was compiled with Oracle.DataAccess dll 10.2).
    I want to check "connection prerequisite" (application will be able to connect to DB) before installing this aplication on other computers?
    How can I check that ODP.NET version 10.2 or higher is installed on target host (registry check is not enopugh)?
    I know that I can check ODP entries in registry - but this will not check Oracle Client and compatibility between client and ODP.
    Also, if ODP was installed by ODAC XCopy installation - registry may be not updated by new ODP entry.
    And - if I am installing on the computer, DB was installed on, Oracle Client can be not installed separately.
    And one more issue: When I tried to run "test connection" method from installation, that use referenced dll on machine, that has only ODAC (with ODP) 11, - "Oracle.DataAccess.Client.OracleException The provider is not compatible with the version of Oracle client at Oracle.DataAccess.Client.OracleInit.Initialize()
    at Oracle.DataAccess.Client.OracleConnection..cctor()" error message was thrown (policies for both ODAC 10.2 and 11 are exists in GAC (assembly), pointing to Oracle.DataAccess 11 from ODP 2x bin).
    So, How and which components can I check to ensure appropriate versions of ODP and Oracle Client were installed and application will be connected?
    Thank you in advance!

    Hi,
    You could check for the presense of Oracle.DataAccess.dll in the GAC. Bear in mind you'd also want to check the version and whether a policy files exists as well as a newer version + policy file will work too (but not without the policy file).
    That wouldn't confirm the install is valid and works though, and I don't know of a way you could easily check that, apart from perhaps simply trying to run a small exe that attempts a connection to the database.
    With respect to the type initializer exception, that occurs when ODP cant find the right oraops*.dll or oci.dll, usually due to the wrong one being found, but can also occur if one is not found at all. Quite often this is due to the application including ODP in its bin directory rather than letting ODP get picked up out of the gac. Prior to 10.2.0.2.20, ODP loads the dependencies based in PATH so multiple homes can cause it as well. 10.2.0.2.20 and higher ODP loads dll's based on DLLPATH registry entry.
    Hope it helps,
    Greg

Maybe you are looking for

  • My HP 8250 will no tprint photos from iphoto

    Hi, I am a new Mac owner and waited until the new dual core imac came out because I wanted the best computer Apple offered. I also purchased a new HP Photosmart 8250 to go along with it because the imac would not work with my older HP photo printer.

  • Facebook export from Aperture 3.0.2

    Very simply - Aperture resizes uploaded photos to 604 x 403 while Facebook accepts photos 720 x 540. Photos uploaded by Aperture on Facebook look much worse than those uploaded with Facebook's own uploader. This needs to be addressed in the next upda

  • Dinamic query on 8.0.5 db

    Hi. I4m traying to make a dinamic query as: "select ec_ctnt.filename from ec_ctnt, ec_prditm_ctntlst where ec_ctnt.ctntid = ec_prditm_ctntlst.ctntid and ec_prditm_ctntlst.prditmid = ?" using thin jdbc driver, but compiling it with JDeveloper obtain t

  • Choppy movie play back-everything working slow!!!

    I have an external hard drive, lots of space, but with only about 35 min of video in my I-movie 4 program I am getting a choppy playback that skips along without smooth play! I have the playback set to the standard setting (Smooth Playback) and still

  • Downloaded ios7 today. Can't access gmail. Help!

    I downloaded ios7 today and now I can't access my gmail. I've tried rebooting my phone, and deleting my gmail account and re-adding it. I'm getting an error message that says" imap.gmail.com" is not responding.  Help!