RE: [U2] Universe to Web interface

2005-02-15 Thread Wendy Smoak
[EMAIL PROTECTED] wrote: Well see now that I'm a seasoned senior type programmer, I'm expected to know things like ASP and .NET and a hundred other tools I suppose. But I don't and really it hasn't hurt me any, but it's always nice to be able to say ASP? Oh yes I programmed an web-store

RE: [U2] Universe to Web interface

2005-02-15 Thread Tony Gravagno
Wendy Smoak Wendy.Smoak-at-asu.edu |U2UG| wrote: My point was that for free often isn't. If you can buy a packaged solution for a few thousand dollars, and not have to maintain and support it, [as long as it does what you need it to,] it's probably a better deal. I like working with Java

RE: [U2] Universe to Web interface

2005-02-15 Thread FFT2001
Tony: I have no objection to free exchange of information, but in forums like this we should be able to expect some base level of competence in the subject matter. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Universe to Web interface

2005-02-14 Thread FFT2001
Vance you sent some code that used asp to get information out of Universe, but is it missing something? When I load that page in my browser all I get is a blank page. You have a line that says TheCommand = request.form(uvcommand) but you don't have anywhere where you setup a form called

Re: [U2] Universe to Web interface

2005-02-14 Thread FFT2001
Vance your asp code is the simplest, most straightforward and easy to implement. After I realized that I also needed a form/form setting up what uvcommand was it worked perfectly. I then softcoded the username and password by asking for them in the form as well so now a malicious person

Re: [U2] Universe to Web interface

2005-02-14 Thread vforste
UVCommand.Response end if end if % /body /html - Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, February 14, 2005 3:25 PM Subject: Re: [U2] Universe to Web interface Vance you sent some code that used asp to get information out of Universe

RE: [U2] Universe to Web interface

2005-02-14 Thread Wendy Smoak
[EMAIL PROTECTED] wrote: I plan to post everything I learn to pickwiki with source code. Hopefully you are fine with me including what you sent me ? Oh, good. I was going to ask to post the ASP example on the Wiki, but it would be better if someone who can actually answer questions about

RE: [U2] Universe to Web interface

2005-02-14 Thread FFT2001
Wendy wrote: Careful you don't shoot yourself in the foot, there. Now that I have all these amazing webapps connecting to UniData through UOJ for free, nobody will even *consider* buying me any toys that cost real money. ;) Well see now that I'm a seasoned senior type programmer, I'm expected

Re: [U2] Universe to Web interface

2005-02-10 Thread Simon Lewington
Glen B... If you can truly pass a UV socket handle to another UV process, then there's no reason why anyone can't write a stable multi-threaded socket server directly in UV BASIC. Is this true? Kevin P Lynch... here is the appropriate manual :

RE: [U2] Universe to Web interface

2005-02-10 Thread George Gallen
affect UV (key word - shouldn't) George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Simon Lewington Sent: Thursday, February 10, 2005 11:42 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface here is the appropriate manual

RE: [U2] Universe to Web interface

2005-02-10 Thread Richard Taylor
- Montgomery Scott NCC-1701 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 1:30 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface In a message dated 2/9/2005 5:34:48 AM

RE: [U2] Universe to Web interface

2005-02-10 Thread Glen B
://picksource.com webmaster [at] mvdevcentral [dot] com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Simon Lewington Sent: Thursday, February 10, 2005 11:42 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface Glen B

RE: [U2] Universe to Web interface (Unclassified)

2005-02-10 Thread HENDERSON MIKE, MR
, but not otherwise passed from one program to another. Regards Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Friday, 11 February 2005 06:05 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface I seem

RE: [U2] Universe to Web interface (Unclassified)

2005-02-10 Thread George Gallen
, MR Sent: Thursday, February 10, 2005 2:31 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface (Unclassified) George, I'm afraid Simon is right, I struck a similar problem with BCI. IIRC, the socket handle must be a single variable (not an element in a static

RE: [U2] Universe to Web interface

2005-02-10 Thread Mike Randall
Seems that a lot of you guys are trying to reinvent the wheel. There are several products on the market that have solved everything I've seen mentioned in this thread and then some. Most notably Redback and Raining Data's Pick Data Provider. I can understand if you have absolutely zero

[U2] Re: U2 Universe to Web Interface SALES

2005-02-10 Thread FFT2001
Please let me know if you'd like to see applications using PixieWeb or if you'd like to evaluate PixieWeb. Do you have a demo disk? Thanks Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Universe to Web interface

2005-02-10 Thread David Beahm
, please contact me off-list. Best, David Beahm U2 Users Digest wrote: U2 Users Digest Thursday, February 10 2005 Volume 01 : Number 496 Re: [U2] Universe to Web interface --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Re: U2 Universe to Web Interface

2005-02-10 Thread FFT2001
First, that last message wasn't supposed to go to the whole group. So sorry about that. Second, I will be trying out the various examples I was sent, over the next few days and report back on what seems the easiest or best or whatever. Will --- u2-users mailing list

RE: [U2] Universe to Web interface

2005-02-09 Thread Adrian Matthews
] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 09 February 2005 02:49 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface Vance wrote: @REM Assuming this is a folder with a uv account @cd \ibm\uv @REM Execute the uv command @c:\ibm\uv\bin\uvsh LIST VOC I

Re: [U2] Universe to Web interface

2005-02-09 Thread Mats Carlid
Will, are You sure that Your .bat gets called at all ? You may have missed sthg basic. Details may be different under windows but normally you Set up a form round the button form method=post action= xxx.bat Then place the xxx.bat where the webserver expects scripts normally a directory

RE: [U2] Universe to Web interface

2005-02-09 Thread Alfke, Colin
Yes, from the Win2000 help: Call Calls one batch program from another without causing the parent batch program to stop. The call command now accepts labels as the target of the call. In this case UDT is in the path, so if the UV/UVSH isn't in your path you would need the full path. If you are

Re: [U2] Universe to Web interface

2005-02-09 Thread vforste
@listserver.u2ug.org Sent: Tuesday, February 08, 2005 9:49 PM Subject: Re: [U2] Universe to Web interface Vance wrote: @REM Assuming this is a folder with a uv account @cd \ibm\uv @REM Execute the uv command @c:\ibm\uv\bin\uvsh LIST VOC I don't know what the @ signs do, but when I try

RE: [U2] Universe to Web interface

2005-02-09 Thread Glen B
] Behalf Of Stewart Leicester Sent: Tuesday, February 08, 2005 11:37 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Thanks for the reply. I wasn't critiquing so much as I'm curious: I was called in to accomplish this in a quick and dirty fashion 5 or 6 years ago

RE: [U2] Universe to Web interface

2005-02-09 Thread Kevin P Lynch
09, 2005 12:04 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Stewart, Socket implementations don't work across flavors. I've written many socket apps for D3, but even the small differences in the socket designs between Win and *nix causes problems. Sockets

Re: [U2] Universe to Web interface

2005-02-09 Thread FFT2001
In a message dated 2/9/2005 5:34:48 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I still don't get why you want to use a BAT file to do this at all. IF you're using IIS, you should really be using ASP. I don't. Here is what I want From a web page, click on something, which in ANY

RE: [U2] Universe to Web interface

2005-02-09 Thread Glen B
Lynch Sent: Wednesday, February 09, 2005 1:19 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Glen, The UV socket server interface works the same in Unix and Windows, I have server programs running in both environments with no changes. Kevin Lynch The Systems

Re: [U2] Universe to Web interface

2005-02-09 Thread BobJ
- Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, February 09, 2005 10:08 AM Subject: Re: [U2] Universe to Web interface The @ in a bat file supresses the command from display. Like echo off. Write a simple MV program and call it Hello in your

RE: [U2] Universe to Web interface

2005-02-09 Thread Wendy Smoak
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 11:30 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface In a message dated 2/9/2005 5:34:48 AM Pacific Standard

RE: [U2] Universe to Web interface

2005-02-09 Thread Kevin P Lynch
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen B Sent: Wednesday, February 09, 2005 2:31 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Must be nice. I wish that capacity existed in every flavor. It would make the integration world

RE: [U2] Universe to Web interface

2005-02-09 Thread Dave Walker
Message- From: CDMI [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 2:27 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Will - this is what 'web servers' do. Good ones that are integrated with multivalue (that I know of) are typically

Re: [U2] Universe to Web interface

2005-02-09 Thread vforste
@listserver.u2ug.org Sent: Wednesday, February 09, 2005 1:30 PM Subject: Re: [U2] Universe to Web interface In a message dated 2/9/2005 5:34:48 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I still don't get why you want to use a BAT file to do this at all. IF you're using IIS, you should really

RE: [U2] Universe to Web interface

2005-02-09 Thread Wendy Smoak
Dave Walker wrote: Wouldn't a php interface to U2 be nice? PHP to U2 through Java... http://www.pickwiki.com/cgi-bin/wiki.pl?PhpJavaIntegration Once upon a time I made a very brief start on a PHP Module for U2 using InterCall, but I only know a little bit of C, and the highly preprocessed

RE: [U2] Universe to Web interface

2005-02-09 Thread Ken Hall
PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Will - this is what 'web servers' do. Good ones that are integrated with multivalue (that I know of) are typically not free. Steve T [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED

Re: [U2] Universe to Web interface

2005-02-09 Thread vforste
PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, February 09, 2005 3:53 PM Subject: RE: [U2] Universe to Web interface Wouldn't a php interface to U2 be nice? Then we could have LAUP instead of LAMP. Or some such. Python would be gravy too. -- Dave Walker 8..7 4

RE: [U2] Universe to Web interface

2005-02-09 Thread Robert Balousek
PROTECTED] Behalf Of Wendy Smoak Sent: Wednesday, February 09, 2005 4:03 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface [EMAIL PROTECTED] wrote: Here is what I want From a web page, click on something, which in ANY fashion reaches into Universe and displays the results

RE: [U2] Universe to Web interface

2005-02-09 Thread Chuck Mongiovi
Does the PHO interface work with UniData as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Hall Sent: Wednesday, February 09, 2005 4:35 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface If you are interested

RE: [U2] Universe to Web interface

2005-02-09 Thread Glen B
] [mailto:[EMAIL PROTECTED] Behalf Of Kevin P Lynch Sent: Wednesday, February 09, 2005 3:52 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface you manage the connections from basic, the whole interface is a set of basic extensions. basically you open a socket

Re: [U2] Universe to Web interface

2005-02-09 Thread vforste
] To: u2-users@listserver.u2ug.org Sent: Wednesday, February 09, 2005 5:37 PM Subject: RE: [U2] Universe to Web interface Does this work for both Windows and Linux? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 February 2005 8:45 AM To: u2

Re: [U2] Universe to Web interface

2005-02-09 Thread vforste
on my system and play since you don't have access to a UV box. For you no problem. Vance - Original Message - From: Glen B [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, February 09, 2005 5:21 PM Subject: RE: [U2] Universe to Web interface Kevin, I read through

RE: [U2] Universe to Web interface

2005-02-09 Thread Adrian Matthews
-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface Glen, I have'nt done extensive research on it, but from the samples provided by IBM using a dimensioned array, I believe UV would manage the forking off the sockets itself. Don't quote me on this though. I'll dig out the sample I

Re: [U2] Universe to Web interface

2005-02-09 Thread Christophe Marchal
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Walker Sent: Wednesday, February 09, 2005 2:53 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Universe to Web interface Wouldn't a php interface to U2 be nice? Then we could have LAUP instead of LAMP. Or some such. Python would

RE: [U2] Universe to Web interface

2005-02-08 Thread CDMI
To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface Thanks George for responding. The link appears to do something because A) If I make it a .txt file it brings it up B) If I make it a .bat file it executes it. I can make it print Hello a hundred times in a DOS window

RE: [U2] Universe to Web interface

2005-02-08 Thread Wendy Smoak
[EMAIL PROTECTED] wrote: What I can't make it do it seems is RUN a universe subroutine. But I'm wondering how it knows how to log into universe? Surely it's not just an open portal ? Maybe I have to setup a Universe account with *no* password for it to use? How exactly does that

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
I appreciate all the messages pointing me to this or that commercial product. However all I need is to know, how a .bat file (or any other type of file) running in Windows is able to log into Universe. I'm sure it can be done, but how is the question. Will --- u2-users mailing list

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page and see the output of a UV BASIC program, but I might be misunderstanding you. Yes Wendy that is exactly what I want to do. Now, how do I do it? All I want is a

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page and see the output of a UV BASIC program, but I might be misunderstanding you. Really it doesn't matter so much what I'm trying to do. I'm just looking for an

RE: [U2] Universe to Web interface

2005-02-08 Thread Ed Clark
: [U2] Universe to Web interface I appreciate all the messages pointing me to this or that commercial product. However all I need is to know, how a .bat file (or any other type of file) running in Windows is able to log into Universe. I'm sure it can be done, but how is the question

RE: [U2] Universe to Web interface

2005-02-08 Thread Ed Clark
] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:42 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page and see the output

RE: [U2] Universe to Web interface

2005-02-08 Thread Kevin P Lynch
:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:42 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page

RE: [U2] Universe to Web interface

2005-02-08 Thread Rex Gozar
I'm using a .bat file in the windows scheduler to run stuff at night, and it's working. You're first cd'ing into a directory that is a universe account, right? And you're using the correct slashes too? cd c:\someFolder\someAccount H:/something/something/something/uv.exe MYROUTINE *** should

Re: [U2] Universe to Web interface

2005-02-08 Thread vforste
] Universe to Web interface I appreciate all the messages pointing me to this or that commercial product. However all I need is to know, how a .bat file (or any other type of file) running in Windows is able to log into Universe. I'm sure it can be done, but how is the question

RE: [U2] Universe to Web interface

2005-02-08 Thread Glen B
. It will also determine who can access it. Glen http://picksource.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:43 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe to Web interface

Re: [U2] Universe to Web interface

2005-02-08 Thread vforste
\ibm\uv @REM Execute the uv command @c:\ibm\uv\bin\uvsh LIST VOC Vance - Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, February 08, 2005 12:42 PM Subject: Re: [U2] Universe to Web interface In a message dated 2/8/2005 9:33:25 AM Pacific

RE: [U2] Universe to Web interface

2005-02-08 Thread Wendy Smoak
[EMAIL PROTECTED] wrote: All I want is a web page where you click on a button and it says Hello World, you're on port xxx Where it's getting *something* (anything) out of the Universe environment Which is running on Windows I think the simplest solution is having UV listen on a socket and

RE: [U2] Universe to Web interface

2005-02-08 Thread Lance Jahnke
: [U2] Universe to Web interface In a message dated 2/8/2005 9:33:25 AM Pacific Standard Time, [EMAIL PROTECTED] writes: It sounds like you want to visit a web page and see the output of a UV BASIC program, but I might be misunderstanding you. Really it doesn't matter so much what I'm trying

RE: [U2] Universe to Web interface

2005-02-08 Thread Stewart Leicester
The spooler broadcasts the presence of a new queue item, by writing an empty file in the main spool dir using the ID. At this point, the spooler waits for a response in a separate response directory. Server-side, our HTTP phantom runs and waits until new item IDs show up in a local directory

RE: [U2] Universe to Web interface

2005-02-08 Thread Glen B
@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface The spooler broadcasts the presence of a new queue item, by writing an empty file in the main spool dir using the ID. At this point, the spooler waits for a response in a separate response directory. Server-side, our HTTP

RE: [U2] Universe to Web interface

2005-02-08 Thread David Jordan
If you trying to do authentication, but don't want to store the universe user name and password in the ASP code, then look as Microsoft Single-Sign On services. This allows a user that has logged on to the web site to be authenticated by some method, from this you can then from ASP code access an

RE: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
Colin Alfke wrote: The .bat file simple changes to the correct directory and then does a: CALL UD PHANTOM CALL is a Dos command ? I've never heard of it. Or did you leave something out ? Remembering that my problem is getting INTO the Uv environment in the first place. Thanks Will ---

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
Vance wrote: @REM Assuming this is a folder with a uv account @cd \ibm\uv @REM Execute the uv command @c:\ibm\uv\bin\uvsh LIST VOC I don't know what the @ signs do, but when I try this fromthe DOS command prompt window c:\something\uvsh LIST VOC it just kinda blinks and returns to the DOS

RE: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
If I've pieced this together right, you're telling IIS to run a .bat file that runs a UV program. Now how do you intend to get the output back to the web browser? I have no idea. How ? That's what I'm asking. How do you run make a web page, run a UV program and output the results back to

RE: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
Hold everything ... I just got output. Now to figure out what I did differnt. Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe to Web interface

2005-02-08 Thread Stewart Leicester
Not continuous, but the directory is polled. The only other sensible way around this is to use IPC or pipes, which is not portable. open the dir, select, and then readnext to see if there's a file item present. If so, delete it and process the request based on that ID. You're basically

Re: [U2] Universe to Web interface

2005-02-08 Thread FFT2001
In a message dated 2/8/2005 4:53:42 PM Pacific Standard Time, [EMAIL PROTECTED] writes: If you trying to do authentication, but don't want to store the universe user name and password in the ASP code, then look as Microsoft Single-Sign It's not really a question of not *wanting* to, but

RE: [U2] Universe to Web interface

2005-02-07 Thread George Gallen
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, February 04, 2005 10:27 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface OK I did a search on my system for where the UNIRPC32.dll lives and figured out how to add

RE: [U2] Universe to Web interface

2005-02-07 Thread FFT2001
using to push the HTML to IIS? George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, February 04, 2005 10:27 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe to Web interface OK I did a search on my system

Re: [U2] Universe to Web interface

2005-02-07 Thread Craig Bennett
What I can't make it do it seems is RUN a universe subroutine. But I'm wondering how it knows how to log into universe? Surely it's not just an open portal ? Maybe I have to setup a Universe account with *no* password for it to use? How exactly does that work? Alternatively perhaps you

RE: [U2] Universe to Web interface

2005-02-04 Thread FFT2001
I have never done this before so I'm likely making some horrible blunder. I have IIS running and I have a Universe database on top of Windows XP. I have a Hello page in HTML with a form and the submit action a name that I have in the same directory as the Hello page is in. So the hello page

RE: [U2] Universe to Web interface

2005-02-04 Thread FFT2001
OK I did a search on my system for where the UNIRPC32.dll lives and figured out how to add a PATH variable to the .bat file. So now it doesn't complain about not being able to find the dll but it still doesn't run the universe routine. Now I get an error in the event log that says The