RE: [U2] Upgrading Universe

2005-08-16 Thread Philip Ellis
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete it and notify the sender immediately. Please note that there is no guarantee

[U2] SOAP requests from Universe

2005-08-16 Thread Kay, Malcolm
I'm trying to make a SOAP request from Universe 10.1.10, but can't work out exactly how to use the SOAPSetRequestHeader function (the other functions appear to be pretty obvious). I know what I need in the header, but am unsure how to put it into the necessary databasic. Does anyone have an

Re: FW: Re[2]: [U2] Connection Problems with Ud6 and UV10

2005-08-16 Thread David Tod Sigafoos
Anthony, thanks for the reply .. Tuesday, August 16, 2005, 2:58:24 AM, you wrote: AY I'm following this well out of date so somebody may have given you the AY answer ... nope .. no one has won the silver ring yet g AY Does the path to where the admin programs are stored contain a space? AY

RE: [U2] SOAP requests from Universe

2005-08-16 Thread Mike Dallaire
Malcolm, We do not specifically set header information in our SOAP interfaces. But, you should be able to add a line similar to: statusvalue = SOAPSetRequestHeader(Handle, SendValue) after the create request. Handle and SendValue should be able to be variables or hardcoded values. HTH, Mike

[U2] Windows Service Packs

2005-08-16 Thread Baruch Salamander
Has anyone experienced problems when Windows Service Packs were installed along with automatic security updates on W2000? If so, please explain what happened? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Windows Service Packs

2005-08-16 Thread Don Kibbey
Things broke! Look out for extra security settings that magically appear, new services, etc, etc. I have a personal vendetta against the automatic download and install of service packs. I turn it off. Nothing like having a server update itself overnight and come up in the morning with some new

RE: [U2] SOAP requests from Universe

2005-08-16 Thread Mike Dallaire
Malcolm, This is how we do it for callHTTP. HEADEROPTION = Content-Type DEFAULTSET = setHTTPDefault(HEADEROPTION,'text/html':CHAR(59):'charset=utf-8') HTH, Mike Dallaire Mortgage Builder Software Inc. (248) 208-3223 ext. 103 [EMAIL PROTECTED] www.mortgagebuilder.com -Original Message-

Re: [U2] Windows Service Packs

2005-08-16 Thread Baruch Salamander
When things broke, what was done in order to restore the system to its previous condition? u2-users@listserver.u2ug.org writes: Things broke! Look out for extra security settings that magically appear, new services, etc, etc. I have a personal vendetta against the automatic download and install

Re: [U2] Anyone here using Cold Fusion to access UniVerse?

2005-08-16 Thread Peter Ivanick
Hi Allen - I'm having problems with CFMX7 and UV/ODBC also and not having much luck. (UVpe 10.1) *Very* well known issue, unfortunately, no workarounds that I'm aware of, see the ff. thread @ the CF forums:

RE: [U2] Windows Service Packs

2005-08-16 Thread Allen E. Elwood
Always backup before doing a service pack install! Once you've gone down the oh no, what now batman? road a few times you'll *never* install *any* software without backing up first. You may be able to go into start_settings_control panel_Add/Remove Programs and find the service pack and

RE: [U2] Upgrading Universe {Unclassified}

2005-08-16 Thread HENDERSON MIKE, MR
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Ellis Sent: Tuesday, 16 August 2005 19:15 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Upgrading Universe Didn't the ODBC driver change between those versions? It certainly did, but

RE: [U2] Anyone here using Cold Fusion to access UniVerse?

2005-08-16 Thread GarryS
We are using CF with Universe. It took awhile to get it working. One of the problems was an issue in the /etc/inetd.conf file there were two lines referencing the rexec service. The line with the -c at the end is the line you want and there maybe an empty line after the good line in the file,