Hi, We are building a Web application and have to get access to the AS/400 database files 24 hours/day and our customer are not ready to pay the expensive cost for hardware mirroring. Software mirroring, journaling and save while active is not any option either, because of that the files have a lot of member handling. The connection to the database will be done with ODBC or JDBC. When the backup is running the object will be in lock status *SHRNUP. The read operation put the object in lock status *SHRRD. This two status should not make any conflict to each other. I've made some attempts to read files while the backup is running and it went well. Do anybody have any apprehension of doing this read operation while the backup is running? It have always be an unwritten law that the backup shall operate alone and that is why I ask before we start to development. TIA / Leif

Reply With Quote