RE: callFTP?

2004-04-26 Thread Daly, Mark
Thanks everyone. I appreciate the pointers.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


callFTP?

2004-04-23 Thread Daly, Mark
Anyone know if there's been talk about a callFTP function? That would be
nice to have.

Currently we're executing unix commands to ftp files around. But parsing the
output to determine whether or not the transfer was successful seems a bit
hap-hazard to me.

If anyone would care to share their ftp tricks and tips, I'd greatly
appreciate it.

Thanks,

Mark.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Database decoupling (Was: Future of U2)

2004-04-16 Thread Daly, Mark


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 16, 2004 11:28 AM
To: [EMAIL PROTECTED]
Subject: Re: Database decoupling (Was: Future of U2)


In a message dated 4/15/2004 4:37:24 AM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


 Without this ability, I see no reason why anyone would commence new 
 application development on the U2 platform. Since you will always 
 require another application server (Websphere, Tomcat, Bea, Jboss, 
 etc.) to talk to the U2 server, that would in-turn interact with the 
 database.
 

I'm sure Mark you mean New application development that must have a web 
presence.  Unless you feel that all application development must have a web

presence.
Will
-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Database decoupling (Was: Future of U2)

2004-04-16 Thread Daly, Mark
Well no, not really. I was thinking more in the line of New application
development that would like to provide the ability to utilize modern
Internet protocols. A web presence would be included in that - but was
actually furthest from my mind.

B2B interaction for example. Or even internal application integration. Being
able to publish web services etc. etc.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 16, 2004 11:28 AM
To: [EMAIL PROTECTED]
Subject: Re: Database decoupling (Was: Future of U2)


In a message dated 4/15/2004 4:37:24 AM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


 Without this ability, I see no reason why anyone would commence new 
 application development on the U2 platform. Since you will always 
 require another application server (Websphere, Tomcat, Bea, Jboss, 
 etc.) to talk to the U2 server, that would in-turn interact with the 
 database.
 

I'm sure Mark you mean New application development that must have a web 
presence.  Unless you feel that all application development must have a web

presence.
Will
-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Database decoupling (Was: Future of U2)

2004-04-15 Thread Daly, Mark
With Database decoupling, the U2 platform basically becomes an application
server. 

What would be REALLY cool, is if the U2 application server provided the same
functionality as Tomcat, for example. This would allow Http requests to be
sent to the U2 server for a response. Allow it to act as a Soap server, etc.
etc. etc.

Without this ability, I see no reason why anyone would commence new
application development on the U2 platform. Since you will always require
another application server (Websphere, Tomcat, Bea, Jboss, etc.) to talk to
the U2 server, that would in-turn interact with the database. 

Now, I know IBM are not going to start re-inventing the wheel. I believe
this could be fairly easily accomplished (who am I kidding) by embedding
some lite form of webSphere in the U2 environment. Or creating a U2 pluggin
for webSphere.

Just a thought..

Mark.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UOJ - UniSession Timeout

2004-04-14 Thread Daly, Mark
Thanks Wendy. I appreciate your help.

Mark.


-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 5:57 PM
To: U2 Users Discussion List
Subject: RE: UOJ - UniSession Timeout


On Behalf Of Daly, Mark
 I've tried using the UniSession setTimeout() method. But it
 doesn't seem to have any effect.

Dave Meeks posted in April'02 suggesting setTimeout(), so I assume it was
working then.  No telling whether IBM broke it after that, though! Have you
tested it outside your webapp?

Check, and possibly increase, the timeout in the
/usr/unishared/unirpc/unirpcservices file.

http://www.indexinfocus.com/dl/u2list/200204/29998.html
http://www.indexinfocus.com/dl/u2list/200110/21548.html

What about trying the latest and greatest UOJ code, I don't *think* there
were enough changes to cause the newest version to not work against an old
version of U2.  It comes with the Personal Edition if you don't have a newer
version of U2 around.

I discarded connection pooling very early on in favor of a simple Factory
class.  It's just not that hard to create a new session compared with all
the trouble of keeping them alive and hanging around.  So I'd take a hard
look at whether connection pooling really is worth it for
your app.   (See http://www.pickwiki.com for UniSessionFactory.)

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 


-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


UOJ - UniSession Timeout

2004-04-13 Thread Daly, Mark
We are running UV 9.4. And I am hoping that is the cause of my problem

I have developed a connection pooling mechanism for our Java apps. Pretty
standard stuff (java wise). Just a bunch of UniSession objects in a Stack.

When the application fires up, it logs in 10 sessions and pushes them on the
stack. The problem I'm seeing is that after less than 30 seconds they all
'expire'.

I've tried using the UniSession setTimeout() method. But it doesn't seem to
have any effect.

Has any one else experienced anything like this. It may well be that I'm on
9.4, and a lot has changed with the RPC side of things.

Any pointers would be greatly appreciated.

Mark.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UOJ - UniSession Timeout

2004-04-13 Thread Daly, Mark
Follow up:

It turns out, if I leave 'them' alone. i.e. Don't run PORT.STATUS,
everything is fine.

It's as though PORT.STATUS triggers some kind of clean up.

I can live with that. But if anyone can give some insight into what
PORT.STATUS may be doing behind the scenes I'd be curious to hear about it.

Thanks,

Mark.



-Original Message-
From: Daly, Mark 
Sent: Tuesday, April 13, 2004 5:37 PM
To: 'U2 Users Discussion List'
Subject: UOJ - UniSession Timeout


We are running UV 9.4. And I am hoping that is the cause of my problem

I have developed a connection pooling mechanism for our Java apps. Pretty
standard stuff (java wise). Just a bunch of UniSession objects in a Stack.

When the application fires up, it logs in 10 sessions and pushes them on the
stack. The problem I'm seeing is that after less than 30 seconds they all
'expire'.

I've tried using the UniSession setTimeout() method. But it doesn't seem to
have any effect.

Has any one else experienced anything like this. It may well be that I'm on
9.4, and a lot has changed with the RPC side of things.

Any pointers would be greatly appreciated.

Mark.

-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: callHTTP

2004-04-05 Thread Daly, Mark
In the past, I have avoided short comings of callHTTP by sending the request
to my own java servlet - which in turn uses the power of Java to send the
final request on to the vendor.

It puts an extra link in the chain, but did the job.


-Original Message-
From: Mike Dallaire [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 9:47 AM
To: U2 Users List (E-mail)
Subject: callHTTP


UV 10.1

Hello all,
We are trying to use callHTTP to submit and retrieve data to a vendor that
requires the use of multipart/form-data as the MIME type.  We have hit a
snag with the boundaries because char(13)'s appear to be stripped out by
callHTTP and boundaries need to begin with a crlf. IBM is looking into the
issue, but we are under time constraints with this one.  So we are hoping
someone out there has dealt with this issue before and has a resolution or
work around for it. Any help would be greatly appreciated.

As a side note, we are glad to hear this list will continue and look forward
to learning from it and contributing our thoughts to it.

Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]

-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Writing a RPC Service

2004-03-26 Thread Daly, Mark
I use UOJ Not sure if the same approach can be done with Uniobjects.

But an idea that jumps to mind is to provide your developers with a suite of
classes other than the Uniobjects. In other words, put an abstract layer
around uniobjects that provides just the functionality you are going to
allow.

Now, the only way you can prevent developers from utilizing the actual
uniobjects is to perform some kind of code review, since anyone can get
their hands on them.

-Original Message-
From: Michael McRae [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 26, 2004 1:30 AM
To: [EMAIL PROTECTED]
Subject: Writing a RPC Service


A customer has asked how he could implement some stringent security on the
'unirpc' services.  In particular, he wants to only allow certain 'Requests'
(like the 'Subroutine' method, etc.) from any users out there writing
UniVerse Objects front-ends.
 
To me, this means he wants unirpc to fire off uvserver when requested by
UniObjects, but to have uvserver only forward on his allowed Methods (and no
other).  This would keep developers from writing code that could .Read,
.Write, .Delete, etc, and force them to obey his security standards.
 
1) The first option I can think is to 'intercept' the uvserver executable.
Has anyone any experience with writing their own Services for unirpc?
 
2) Next, how about distributing a cut-down version of the DLL (or is it
OCX?) that his users will bind into their app?
 
Hoping there's a chance...
 
Michael McRae
-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: How to Add Triggers on Dicts

2004-03-02 Thread Daly, Mark
Well.. It wouldn't surprise me if the CREATE TRIGGER command doesn't
recognize the 'DICT' keyword. Triggers generally deal with data updates.

I guess you could create a dummy file pointer that points to the dictionary
as though it were a data file. Then reference that pointer when creating the
trigger. BUT - I haven't tried it. Not sure I would try it. 

Good luck!


-Original Message-
From: Dennis Bartlett [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 02, 2004 9:20 AM
To: 'U2 Users Discussion List'
Subject: RE: How to Add Triggers on Dicts


The trigger is currently working fine on DATA files. It's
just the
adding of it to DICT files that's boggling me at present.
Once I've got
that right, I'll have to think of some way to monitor Type
1/19 files,
but that's another day.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: [OT] Looking for U2 owners in northern suburbs PA, USA

2004-02-20 Thread Daly, Mark
pickjobs.net

-Original Message-
From: Mark Johnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 11:20 PM
To: U2 Users Discussion List
Subject: Re: [OT] Looking for U2 owners in northern suburbs PA, USA


go to pickjobs.com. there's one in wilkesbarre.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Text Editor

2004-01-27 Thread Daly, Mark
Thanks everyone for the comments.  I've installed Dynamic Connect and
Unidebugger - and will give it a spin. Initial reaction is that it looks
pretty nice.


-Original Message-
From: Ian Renfrew [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 24, 2004 9:45 AM
To: [EMAIL PROTECTED]
Subject: Re: Text Editor


I find the latest wIntegrate editor very useful. I've enhanced the
wIntegrate editor upload and download scripts to utilize various U2Object
library functions and subroutines. With the modified scripts you can access
items in directory and hashed files almost instantly using UniObject
technology. No need to deal with traditional wIntegrate file transfer
processes. At the moment, I've ignored the processing involved in the newly
added EditCheck, ItemExists functions.

Regards,  Ian Renfrew


- Original Message - 
From: Daly, Mark [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 11:31 AM
Subject: Text Editor


 Am I right in thinking there is some kind of Windows/GUI text editor 
 available for BASIC authoring??? Is anything included on the client 
 CD?  I don't have it handy.

 Thanks.

 --
 
 Unsubscribe: mailto:[EMAIL PROTECTED]
  or  mailto:[EMAIL PROTECTED]
 Moderator  : mailto:[EMAIL PROTECTED]
 Web-site   : http://www.oliver.com/lists/u2




___
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users