identify the user who lock the table or index
Hi, i have face error "245: Could not position within a file via an index.144: ISAM error: key value locked" in informix 11.70 time to time so it's taking time find exact locked user so can i write a...
View ArticleRE: identify the user who lock the table or index
Hello. If you are trying to make some administrative operation, that may require some lock on that table, you could set IFX_DIRTY_WAIT, in your command line, before executing the script/app. If this...
View ArticleRE: identify the user who lock the table or index
Ow... there is a technote regarding exactly what you asked for.... just in case.... http://www-01.ibm.com/support/docview.wss?uid=swg21226344 Regards. Alexandre Marini IBM Informix Certified...
View ArticleRe: identify the user who lock the table or index
List all locks in the database for a specific table: database sysmaster; set isolation to dirty read; select type ,owner ,a.username[1,8] lock_owner ,uid ,pid ,hostname ,tty from syslocks, syssessions...
View ArticleRe: How to connect Java/JDBC with Connection Manag
Hi Art, I dont think that JDBC is part of windows CSDK, I have installed (Informix CSDK 4.10 TC1DE) and I am unable to find the JDBC driver. Also, after installing the CSDK, I am unable to find the...
View ArticleRe: How to connect Java/JDBC with Connection Manag
To use dbaccess you need to define the server using setnet32. My understanding is that JDBC uses the ODBC driver which is included in the CSDK. Art Art S. Kagel Advanced DataTools...
View ArticlePERL trusted connection
Hi, Folks, [informix@stephanie ontape]$ onstat -version Program Name: onstat Build Version: 11.70.FC7 Build Number: N011 Build Host: hans Build OS: Linux 2.6.18-128.el5 Build Date: Tue Nov 27 21:54:02...
View ArticleRE: PERL trusted connection
If you run dbaccess from that account, do you get the same error? Something like: Echo "select * from systables" | dbaccess sysmaster - When you updated the server, did you update the Client SDK as...
View Article.rhosts and PAM authentication
I have a mach11 cluster that is configured for PAM authentication using a custom PAM module. Now, I'm trying to get transparent remote logins to work from another host, but the auth isn't working. If I...
View ArticleRe: PERL trusted connection
Justin, dbaceess is perfectly working fine. I guess the reason could be that the old PERL CPAN libray needs recompiled and installed against the IDS 11.70 library? Thanks, Frank On Thu, Jul 11, 2013 at...
View ArticleRe: Server Install Weirdness:
Final result: No one and nothing is using the 10.242.254.100 address. No even an entry in arp cache on any of the routers. Change the IP back to 10.242.254.100 and BANG - start getting "shared memory...
View ArticleRE: PERL trusted connection
Sorry, I'm not familiar enough with how the module works to know if there are version dependencies that would need a re-compile. I guess it's worth a shot trying it since it's already broken. It seems...
View ArticleRE: Server Install Weirdness:
I'd suggest going back to Cesar's post and double checking the results from: nslookup <hostname from sqlhosts> to make sure that's the right ip. Also, when you say you're changing the IP - what...
View ArticleRe: PERL trusted connection
There is/was a bug in CSDK such that the meaning of a flag bit changed, triggering that problem (the error message is quite distinctive). I seem to remember it was encountered 2-3 years ago now (Gmail...
View ArticleRe: PERL trusted connection
Thanks Jonathan! Yes, we recompiled the PERL DBI driver and it works perfectly !! Frank On Thu, Jul 11, 2013 at 8:00 PM, Jonathan Leffler < jonathan.leffler@gmail.com> wrote: > There is/was a...
View ArticleRe: Server Install Weirdness:
Ben, If you don't have any other alternative... I suggest open a PMR or start play with "strace" command and try figure out what's happen. Regards Cesar 2013/7/11 Ben Duncan <linux4ms@aim.com>...
View ArticleRe: Server Install Weirdness:
Didn't matter, since the network engineers found nothing, but to satisfy everyone's curiosity: SQLHOSTS: sup02111:~ # cat /opt/informix/etc/sqlhosts ## ## Primary Server ## pdc61103_ecf onsoctcp...
View ArticleRe: Server Install Weirdness:
I guess Monday I will track down thems that have the keys to submit a PMR. On 07/12/2013 09:55 AM, Cesar Inacio Martins wrote: > Ben, > > If you don't have any other alternative... I suggest...
View Articleconnection issues on 12.10 32bit
This concerns IDS 12.10.TC1IE on Windows server 2008 R2. I find that c# programs using IfxConnection fail to connect unless the INFORMIXSQLHOSTS environment variable is set to the server name or...
View ArticleRe: recover SQLHOSTS file
Determine the servernames and port numbers for each server and rewrite the sqlhosts file manually or shutdown (ie kill) all of the servers and create a new sqlhosts file with possibly new ports and...
View Article