Re: [U2] fnuxi problem

2010-05-14 Thread Martin Phillips
Hi all, Thanks for the various suggestions. Research has shown that fnuxi sometimes hangs on the DATA.30 files but conversion of the directory representing the dynamic file appears to work ok. Because of the directory hierachy used by this site, some of the suggestions simply don't work but

[U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Ben Souther
Is anyone using Redback 4.4 with JNI (as opposed to the gateway) on a Windows 64bit system? If so, did you need to get a separate copy of jrgw.dll? I'm unable to initialize com.ibm.redback.redbeans.RgwJni and I am assuming it's because I've got a jrgw.dll that was compiled for Win32 systems.

Re: [U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Dan Goble
I have not used redback in windows before, but other 32bit dll issues I have had with windows I corrected by doing the following: %systemroot%\SysWoW64\regsvr32.exe file.dll This takes the dll and registers it in the system for you and lets windows know it is a 32bit and how to work with it.

Re: [U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread John J. Wahl
I've run into exactly the same issue, it's the windows 64 often has 32 AND 64 bits ways of dealing with everything, including registration, Program Files (x32) folder, ODBC DSNs, etc. I have done the same as Dan for most DLL issues and they seem to go away :)

Re: [U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Ben Souther
Thanks guys. I tried and got an error about there being no entry point and that the dll was loaded but can't be registered. There is a version of WDE for Win2003. That's probably what the difference is. I'll have to install that and see if jrgw.dll still ships with it. Thanks again. -Ben