Re: [U2] Business ?

2014-03-31 Thread Ben Souther
To add to the other good replies We are a Unidata shop. Our core product is currently written in SB+ with a Java Servlet/JSP web interface that uses Redback (and some UniObjects). This app is being re-written in DesignBais but will still have a section (Employee Self Service) written in Java

Re: [U2] Consuming web services

2012-10-03 Thread Ben Souther
base? Are there tools for this or am I > going to just open a socket, read, and parse 'till I'm blue in the face? -- Ben Souther Manager, Web and Web Service Development bsout...@fwdco.com | 508.927.8147 FWDavison & Company, Inc. 50 Resnik Road, Suite 200 Plymouth, MA 02360-722

[U2] Unidata Encrypt Function

2011-04-15 Thread Ben Souther
Hello, I'm trying to get Unidata's DIGEST function (using SHA1) to match the output of a Java program using the same algorithm. In the Unidata Commands Reference it states that the output of DIGEST can be either binary or hex. It doesn't tell you how to specify which one you want. The line: "Th

Re: [U2] U2UG Elections 2010 - Request For Comment - The I-Beam

2011-03-22 Thread Ben Souther
or the person to > whom it is addressed. If you are not the intended recipient ,you are not > authorized to read, print, retain, copy, disseminate, distribute, or use this > message or any part thereof. If you receive this message in error, please > notify the sender immediately

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

2010-05-14 Thread Ben Souther
gisters it in the system for you and lets windows > know it is a 32bit and how to work with it. > > Good luck, > -Dan > ___________ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > -- Ben Souther Manager

[U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Ben Souther
roller.java:247) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) com.fwdco.server.monitor.UsageTrackingFilter.doFilter(UsageTrackingFilter.java:156) com.fwdco.server.sysadmin.AppStatusFilter.doFilter(AppStatusFilter.java:42)

Re: [U2] as.java.unirpc.UniRPCException

2010-05-06 Thread Ben Souther
a particular application only, then it should go in the application's WEB-INF/lib directory. And, as mentioned in a earlier email, Tomcat does not recognize *.zip files as libraries. You need to rename it to asjava.jar. -- Ben Souther Manager, Web and Web Service Development

Re: [U2] as.java.unirpc.UniRPCException

2010-05-06 Thread Ben Souther
rmalConnect(Database.java:296) > > ... 36 more > > Caused by: java.lang.NoClassDefFoundError: asjava/unirpc/UniRPCException > > at > > com.ibm.u2.jdbc.UniJDBCConnectionImpl.(UniJDBCConnectionImpl.java:137) > > at com.ibm.u2.jdbc.UniJDBCDriver.connect(UniJDBCDriver.java:1

Re: [U2] as.java.unirpc.UniRPCException

2010-05-06 Thread Ben Souther
is something to be enthusiastic > about.' > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > -- Ben Souther Manager, Web and Web Service Development bsout...@fwd

Re: [U2] as.java.unirpc.UniRPCException

2010-05-06 Thread Ben Souther
27; > > ___ > > U2-Users mailing list > > U2-Users@listserver.u2ug.org > > http://listserver.u2ug.org/mailman/listinfo/u2-users > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://l

Re: [U2] as.java.unirpc.UniRPCException

2010-05-06 Thread Ben Souther
ents of life, > when all that we need to make us happy is something to be enthusiastic > about.' > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > -- Ben Souther M

Re: [U2] REDBACK NOT RESPONDING

2010-05-05 Thread Ben Souther
o go away. Some have status of ESTABLISHED, > TIME_WAIT. Some also show WAIT_CLOSE. > > Any ideas ? > > > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2

Re: [U2] Viewing HTTP headers when using UniData submitRequest()

2010-04-22 Thread Ben Souther
s about to be sent out of the HTTP(s) port though - > that 'raw' text would go a long way to settling disputes like this one. > > -F > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Viewing HTTP headers when using UniData submitRequest()

2010-04-22 Thread Ben Souther
m hoping that looking at the header as they would receive it will give > me something to work with. > > > > Fred > > > > > > _______ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.or

Re: [U2] Quick poll - how many use 3-tier or N-tier Architecture

2010-04-12 Thread Ben Souther
On Apr 12, 2010, at 12:48 PM, John Hester wrote: > > a. How many have a middle-tier application server? Yes > b. How many use IBM Websphere? No > c. How many use some other? Please give product name if you can. We use Tomcat http://tomcat.apache.org It's free as in choice and a

Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Ben Souther
_ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > __ > ___________

Re: [U2] nt to unix

2010-03-26 Thread Ben Souther
Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > -- Ben Souther Manager, Web and Web Service Development bsout...@fwdco.com | 508.927.8147 FWDavison & Company, Inc. 10 Cordage Park Circle, Suite 200 Plymouth, MA 02360-7318 CONFIDENTIALITY NOTICE: This

Re: [U2] JDBC - Finally - Hitch

2010-03-24 Thread Ben Souther
> } > catch (SQLException e ) { > System.out.println(e); > } > finally{ > try{ > con.close(); > } > catch(Exception ignored){} > } > } > > } > > ---

Re: [U2] JDBC - ClassPath - Victory

2010-03-23 Thread Ben Souther
Glad it's working. Tip: You should always put the con.close() statement in a finally block. The close method itself can throw an exception so it needs to be in a nested try/catch. Putting in in a finally block insures that come Hello or high water the connection gets closed. One of the most co

Re: [U2] JDBC - ClassPath

2010-03-22 Thread Ben Souther
ll > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ben Souther > Sent: Monday, March 22, 2010 12:52 PM > To: U2 Users List > Subject: Re: [U2] Using JDBC - Source Code > > This doesn

Re: [U2] Using JDBC - Source Code

2010-03-22 Thread Ben Souther
tatement stmt = con.createStatement(); > > String sql = "SELECT @ID from PACKSLIPS.X"; > > ResultSet rs = stmt.executeQuery(sql); > > } > > catch (SQLException e ) { > > System.out.println("Messa

Re: [U2] Where do print/crt statements go when using UniObjects?

2009-11-24 Thread Ben Souther
etCommandStatus ( ) returns > UniObjectsTokens.UVS_COMPLETE, and you can get any output > generated by the command using the response ( ) method." > > Regards, > Dan > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.o

[U2] Where do print/crt statements go when using UniObjects?

2009-11-24 Thread Ben Souther
Until now we've been using Redback for communicating with Unidata from our Java apps. I've just started playing around with UOJ and can't seem to find in the manual, what log (if any) the print/crt statements go. -- Ben Souther Manager, Web and Web Service Development bso

[U2] ignore

2009-10-28 Thread Ben Souther
. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Count tab characters

2009-10-26 Thread Ben Souther
Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users -- Ben Souther Manager, Web and Web Service Development bsout...@fwdco.com | 508.927.8147 FWDavison & Company, Inc. 10 Cordage Park Circle, Suite 200 Plymouth, MA 02360-7318 CONFIDENTIALITY NOTICE: Th

Re: [U2] Software Test

2009-09-22 Thread Ben Souther
t; >U2-Users mailing list > >U2-Users@listserver.u2ug.org > >http://listserver.u2ug.org/mailman/listinfo/u2-users > > > Ken Hall > www.old-scholls.com > mailto:k...@old-scholls.com > phone: 503-702-7841 > > _______ >

[U2] XML Escape function

2009-02-25 Thread Ben Souther
Years ago, I thought I saw an XML escape function in Unibasic but I can't seem to find it now. I thought it was mentioned in the Unidata Extensions PDF but I'm not able to find it. Does anyone know if such a function exists? Thanks, -Ben --- u2-users mailing list u2-users@listserver.u2ug.org