I have a t24 environment with oracle DB and jdls is started in ibs mode for 2 App servers.
* App1 starts the jdls as follows (Primary) * jdls -ibs50000,100* * App2 has the following environment variable and the locking works for oracle files. * export JDLS=SERVER=192.168.xx.xx,50002 <50002>* * All the T24 tables are in Oracle but I have a file in NFS (J4 file) and the locking is not working for that file. * On searching I found the following environment variable option for jdls to be setup, But dont know how to implement it in .profile. *BINARY * *The BINARY option can be used to intercept all binary type locks, i.e. locks other than record locks * *and redirect them to the Distributed Lock Service. Locks that would normally be taken on the local * *system will be intercepted and redirected to the Distributed Lock Service, such that they can be * *propagated and hence respected across multiple systems. This option should not be required except * *when using jBASE Hash files over NFS and/or File and Execution Locks. * ** * I tried using the following in app2 but its not working. Any help? export JDLS=SERVER=192.168.xx.xx,50002,BINARY -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
