RE: [U2] -UV- HTTP secure logins

2007-11-08 Thread Symeon Breen
Firebug allows you to inspect the http headers as well as a whole host of other things - a very cool tool I could not live without. If you just want to look at headers a good one is Live http headers - http://livehttpheaders.mozdev.org/ Rgds Symeon -Original Message- From: [EMAIL

Re: [U2] -UV- HTTP secure logins

2007-11-08 Thread Rex Gozar
Baker, I use Firefox's Firebug and Live HTTP Headers plug-ins to see what's going on in web pages. rex --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Need detailed instrutions for querying from SQL Server 2005 Management Studio

2007-11-08 Thread Lettau, Jeff
If you have the linked server setup then use the openquery command. SELECT * FROM OPENQUERY (UniDataServer, SELECT * FROM vsgOrderView WHERE OrderID =''2921479''') I've found that when doing the setup if you click test it kind of hoses up the connection. Try doing it without checking it and

[U2] Need detailed instrutions for querying from SQL Server 2005 Management Studio

2007-11-08 Thread Victoria G. Carson
Looking for help with connecting via OLE DB to query a U2 database from SQL Server 2005 as the tool for sql queries and inserting data into a sql database. If anyone can point me to somewhere that I can obtain detailed instructions for how to troubleshoot a connection, I will really appreciate

[U2] Pushing csv

2007-11-08 Thread Charles Barouch
All, I am building CSV data and HTML data out of a database and pushing the results back to the browser which made the request. I have no problem building the data or pushing the HTML. The CSV data, however is tricky because it is in memory, not a file, and I need to know how to send it to

[U2] Domino and Unidata

2007-11-08 Thread Charles_Shaffer
Has anyone had experience accessing Unidata databases from Lotus Domino databases? Are the Uniobjects COM libraries callable from Domino Agents, or is there a better way? I need to populate Notes record's fields with data from Unidata. Documentation, etc would be greatly appreciated.

Re: [U2] Pushing csv

2007-11-08 Thread Rex Gozar
Charles, To have the browser treat your data stream as a download, you need to set the HTTP header Content-type: application/download. This needs to be set in the header, not the HEAD section. Universe has the setRequestHeader() function, but the documentation is not clear on how to set

RE: [U2] Pushing csv

2007-11-08 Thread Symeon Breen
To make the browser treat it as a download is a combination of the mime type set for the file extension on the web server and what the end users browser is set to do with that mime type. You may find that by default .csv is set to text/plain so you may want to configure your web server to

RE: [U2] -UV- HTTP secure logins

2007-11-08 Thread karlp
Me TOO! 8^} This is fun stuff! (now back to solving an EDI problem) Karl quote who=Baker Hughes Thanks Rex and Symeon. Got it. Trying it. -Baker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rex Gozar Sent: Thursday, November 08, 2007 9:52 AM

[U2] [UV] Installing UniObjects

2007-11-08 Thread Brutzman, Bill
I want to install UniObjects on the server side on our... HP-Ux v11i with UniVerse v10. I am unable to locate any installation instructions. I would like to do UniObjects for Java. Suggestions would be appreciated. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To

RE: [U2] -UV- HTTP secure logins

2007-11-08 Thread Baker Hughes
Thanks Rex and Symeon. Got it. Trying it. -Baker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rex Gozar Sent: Thursday, November 08, 2007 9:52 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] -UV- HTTP secure logins Baker, I use Firefox's

RE: [U2] Domino and Unidata [AD}

2007-11-08 Thread Janet Bond
Hello Charles, The FusionWare connectivity products have always worked with Lotus databases. I can setup a conference call for you with one of our developers if you are interested. Let me know. Janet Bond 1.866.266.2326 x159 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [U2] Domino and Unidata

2007-11-08 Thread robwills_u2list
I have done plenty of interfacing between Domino and UniObjects (in my case with UniVerse rather than Unidata). Yes you can access U2 databases from Domino agents. I'd be happy to send you some source code if you're interested although it might take me a day or two to dig it out. You could

RE: [U2] [UV] Installing UniObjects

2007-11-08 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Thursday, November 08, 2007 2:23 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] [UV] Installing UniObjects I want to install UniObjects on the server side on our...

RE: [U2] [UV] Installing UniObjects

2007-11-08 Thread karlp
I think I remember one other step I had to do last time I installed it. In /etc/services, add the line: 31438uvrpc or is that 31438unirpc I never can remember, but I think it's the former. HTH, Karl quote who=John Hester -Original Message- From: [EMAIL PROTECTED]

Re: [U2] [UV] Installing UniObjects

2007-11-08 Thread Ray Wurlod
As far as I'm aware (in version 10) it's just there - you don't need to install anything. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Installing UniObjects

2007-11-08 Thread Richard Nuckolls
The unirpcd is the only thing that is necessary on the server side, and this comes with 10 above. asjava.zip needs to be in the classpath on the client. You will ultimately be better off, I think, if you do two things: Create wrapper classes around the primary asjava classes so that you

RE: [U2] [UV] Installing UniObjects

2007-11-08 Thread Hona, David S
UniObjects is the client API. UniRPC Daemon the server component. It is installed and configured by default, unless you have a TCP port conflict. Check for a process executing called unirpcd on your HP-UX system. Unless you're running a web/app server on your HP-UX server and it will require