Re: [U2] IBM U2 UniData ODBC sample working program

2006-06-14 Thread Symeon Breen
HI - it is the MyODBC drivers that come with MySQL - The latest version
(version 5) have what may be called a bug in it, which means when you close
it it can give a seg fault. There are ways round it if you are using it from
c or perl, but obviously we can not change hgow udt uses it so it is a
problem. Version 2.x works fine tho and this is what i use. I can use it to
connect to MySql anywhere on the network, including linux, unix and windows
machines.
If you want to connect to a datasource on a windows box, then there is not
always a unix odbc driver available (e.g. MS SQL) so you have to use an odbc
to odbc bridge such as provided by easysoft. I have used this as well and
again it works well.

Rgds
Symeon.


On 12/06/06, Angelo Collazo [EMAIL PROTECTED] wrote:

 Symeon,

 1- What vendor are you using for the ODBC libraries/driver running under
 UNIX?
 2- Are you happy with them
 3-

 Cheers,

 Angelo Collazo
 System Administrator
 Silver Line Windows

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Symeon Breen
 Sent: Friday, June 02, 2006 9:48 AM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] IBM U2 UniData ODBC sample working program

 Angelo - I have lots - i will send one on to you off list if that is ok
 


 Symeon.

 On 02/06/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  Angelo
 
  Do you mean ODBC from UniData (BCI) or into UniData (UniODBC?)
 
  For BCI, check the (new) knowledge base at:
  www.mvopen.org/kb/
 
  There is an article on there Accessing SQL Data through BCI.
  This takes you through the steps and there is demo data/programs
  available.
 
  For ODBC, I have a similar article - but I can't post it yet! (I'm still
  waiting for the official publication before I'm allowed to do that). But
 if
  you email me offlist I can send you a copy.
 
  Brian
 
  After searching the archive and to no avail, I would like to know if
  anyone
  has a sample working program or (BCI.DEMO) working that could share a
  copy
  of it.
  
  Cheers,
  
  Angelo
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] CREATE.BFILE filetype

2006-06-14 Thread john reid

LONGNAMES ON in the account seemed to help us.
j

On 6/13/06, gerry-u2ug [EMAIL PROTECTED] wrote:

Stupid brainfart question (?) :

we had things configured so that CREATE.BFILE created type 19 files.
sometime recently the command has reverted to creating type 1 files.

I can't remember how we got the type 19 behaviour so I'm not sure where
to look for the culprit or how to change it back.
Can anyone point me in the right direction on this ?

The problem surfaced when UV.VI stopped working for items with long
names - again :(
I fixed the issue here by changing CREATE.BFILE to CREATE.FILE 19 to
force the file type to 19.

Gerry
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/




--
john
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [AD] UV Developer needed in Arizona-USA

2006-06-14 Thread Mark Eastwood
AFS Technologies is the leading provider of fully integrated ERP
software solutions to the food processing and distribution industries.
AFS is the only solutions provider serving the food industry to offer a
feature rich, second generation, Windows-based software application that
is platform and operating system independent offering a choice of
relational databases. Solutions available include ERP, warehouse
management, customer relationship management, supply chain management,
eBusiness/eCommerce, business intelligence, production and managed
services.



We are currently seeking an experienced PICK BASIC Developer to help
support/develop our legacy application in the UniVerse programming
environment.  Job requirements include:



*   Over 4 years of UniVerse, UniData, or PICK BASIC programming
experience required
*Wholesale Distribution and Accounting knowledge a plus
*   The ability to multi-task and maintain organization in a hectic
environment
*   Team player, contributes to a positive work environment
*   Excellent communication and interpersonal skills, especially
with customers
*   Knowledge of Visual Basic .NET or an object oriented language a
plus



Working with great people, in an exciting industry, creating cutting
edge products and solutions - all in sunny Phoenix, AZ makes joining our
team an attractive career proposition.  Please send resume with salary
requirements via email, fax or mail. No phone calls please.

Human ResourcesPam Cooper
AFS Technologies, Inc. (EOE)
2141 E. Highland Ave, Suite 100
Phoenix, AZ 85016  Fax (602) 522-1856

EMAIL: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects security in an applet

2006-06-14 Thread Jeff Powell
Thanks everyone.

This is my first applet so I'm in a steep learning curve. My applet now
signed but now I'm having trouble with starting the proxy server on my
Linux boxes (FC5  RHEL ES4) .

Any suggestions?

Thanks,

Jeff

Here is my java command

java -cp ./asjava_p.zip:./asjava.zip:/usr/lib/jvm/java/jre
asjava.uniproxy.UniProxyAdminClient -config=/opt/udproxy/uniproxy.config
-command=start -access_token=myPasswd
Starting proxy server...
Proxy server started.
[EMAIL PROTECTED] udproxy]#

It returns control to bash and it does not show up in the process table
(ps -ef | grep -in java). It also does not respond to connection
requests.

[EMAIL PROTECTED] udproxy]# java
-cp ./asjava_p.zip:./asjava.zip:/usr/lib/jvm/java/jre
asjava.uniproxy.UniProxyAdminClient -config=/opt/udproxy/uniproxy.config
-command=status -access_token=myPasswd 
Error: Invalid combination of -port, -config and -command.
Usage: UniProxyAdminClient -config=configPath -command=start
[-access_token=xx]
   UniProxyAdminClient -port=x -command=xx [-server=xx]
[-access_token=xx]
   UniProxyAdminClient -help

Currently supported commands are:
   start, suspend, restart, shutdown, shutdown:fast, reconfigure, status

[EMAIL PROTECTED] udproxy]# java
-cp ./asjava_p.zip:./asjava.zip:/usr/lib/jvm/java/jre
asjava.uniproxy.UniProxyAdminClient -port=31458 -command=status
-access_token=myPasswd
Connecting to proxy admin server.
java.net.ConnectException: Connection refused

[EMAIL PROTECTED] udproxy]# java
-cp ./asjava_p.zip:./asjava.zip:/usr/lib/jvm/java/jre
asjava.uniproxy.UniProxyAdminClient -port=31448 -command=status
-access_token=myPasswd
Connecting to proxy admin server.
java.net.ConnectException: Connection refused

uniproxy.config
PROXY_PORT=31448
ADMIN_PORT=31458
ADMIN_ACCESS_TOKEN=myPasswd
BUFFER_SIZE=4096
DEBUG_LEVEL=0
MAX_CONNECTIONS=75
MAX_MULTIPLEXED_SERVERS=12
NAME_LOG=testLog
PATH_LOG=/opt/udproxy/
NETWORK_TIMEOUT=12
ACCESS_TOKEN=myPasswd
ACCESS_TOKEN_SERVER=localhost
ACCESS_SERVER=localhost
ACCESS_SERVER=myUdServer

contents of /opt/udproxy
-rw-r--r-- 1 jpowell jpowell 32805 Nov 13  2002 asjava_p.zip
-rw-r--r-- 1 jpowell jpowell 93237 Nov 13  2002 asjava.zip
-rw-r--r-- 1 rootroot  298 Jun 14 10:48 uniproxy.config



On Tue, 2006-06-13 at 17:20 -0700, John Hester wrote:

 An applet is a little bit of a different animal because it can't get out 
 of the java VM sandbox on the client machine.  The applet's only allowed 
 to connect back to the server that served it up, which is a problem if 
 the UV server you need data from is not the same box as your web server. 
   You don't have this issue with server-side java since its code never 
 leaves home.  As for VB, well, let's just say its architects prioritized 
 convenience over security.
 
 -John
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Re: [UV] Formating a XML string

2006-06-14 Thread Jacques G.
Does Universe have a software tool to format a XML
string so that is nicely indented ? Ei from:

?xml version=1.0 encoding=utf-8
?FooFoobarXXX/Foobar/Foo

To:

?xml version=1.0 encoding=utf-8 ? 
Foo
  FoobarXXX/Foobar
/Foo
   

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects security in an applet

2006-06-14 Thread John Hester

Jeff Powell wrote:

Here is my java command

java -cp ./asjava_p.zip:./asjava.zip:/usr/lib/jvm/java/jre
asjava.uniproxy.UniProxyAdminClient -config=/opt/udproxy/uniproxy.config
-command=start -access_token=myPasswd
Starting proxy server...
Proxy server started.
[EMAIL PROTECTED] udproxy]#

It returns control to bash and it does not show up in the process table
(ps -ef | grep -in java). It also does not respond to connection
requests.


This is uncharted territory for me since I've only used UOJ with 
servlets, but you might try:


netstat -a | grep 314*8

to see if the service is actually listening on those ports.  If nothing 
shows up, see if the ports are defined in /etc/services and grep for the 
name instead.  If you do find that the service is listening, you can use:


fuser 31448/tcp
fuser 31458/tcp

to determine the specific process that's listening on those ports.  If 
you determine that the proxy server is running like it's supposed to, 
maybe there's something else interfering with your connection (like a 
software firewall).  You could also:


telnet localhost 31448
telnet localhost 31458

to see if you can at least establish a connection.

-John
--
John Hester
System  Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] RE: VB6 UniObjects to VB.NET question

2006-06-14 Thread 49ERU2USER (sent by Nabble.com)
Man this bugs me because I have been working on a software program for about
2 years off on on for fun using VB6, I'd like to keep it in VB6 but if .net
work better will I have to re code?  I have 15 forms and at LEAST 25
moduals. I like VB6 cause I have my own custom ListView controls that
populate both my lookups  display any MV values, and it took ,e a long long
time to understand how to drop MV values in a List View subitem and item
props.  Plus I was using Crystal reports and my reporting tool.
--
View this message in context: 
http://www.nabble.com/RE%3A-VB6-UniObjects-to-VB.NET-question-t1606405.html#a4872311
Sent from the U2 - Users forum at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects security in an applet

2006-06-14 Thread Jeff Powell
Definitely nobody home there. I'm pretty sure that uniproxy is bombing
out. It does not give any helpful information or even a log. 

Thanks,

Jeff

On Wed, 2006-06-14 at 13:04 -0700, John Hester wrote:

 Jeff Powell wrote:
  Here is my java command
  
  java -cp ./asjava_p.zip:./asjava.zip:/usr/lib/jvm/java/jre
  asjava.uniproxy.UniProxyAdminClient -config=/opt/udproxy/uniproxy.config
  -command=start -access_token=myPasswd
  Starting proxy server...
  Proxy server started.
  [EMAIL PROTECTED] udproxy]#
  
  It returns control to bash and it does not show up in the process table
  (ps -ef | grep -in java). It also does not respond to connection
  requests.
 
 This is uncharted territory for me since I've only used UOJ with 
 servlets, but you might try:
 
 netstat -a | grep 314*8
 
 to see if the service is actually listening on those ports.  If nothing 
 shows up, see if the ports are defined in /etc/services and grep for the 
 name instead.  If you do find that the service is listening, you can use:
 
 fuser 31448/tcp
 fuser 31458/tcp
 
 to determine the specific process that's listening on those ports.  If 
 you determine that the proxy server is running like it's supposed to, 
 maybe there's something else interfering with your connection (like a 
 software firewall).  You could also:
 
 telnet localhost 31448
 telnet localhost 31458
 
 to see if you can at least establish a connection.
 
 -John
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Re: [UV] Formating a XML string

2006-06-14 Thread Stuart . Boydell
   Absolutely!  By using a stylesheet you can pretty-print your XML in U2
   (see  the  UniBasic  XDOMTransform() function -  Google `pretty-print
   xml' and you will get a plethora of hints on how to do this).

   __

   Does Universe have a software tool to format a XML
   string so that is nicely indented ? Ei from:
?xml version=1.0 encoding=utf-8
   ? Foo FoobarXXX /Foobar /Foo
   To:
?xml version=1.0 encoding=utf-8 ?
Foo
FoobarXXX /Foobar
/Foo

   **

   This  email message and any files transmitted with it are confidential
   and intended solely for the use of addressed recipient(s). If you have
   received  this  email  in  error please notify the Spotless IS Support
   Centre  (+61 3 9269 7555) immediately, who will advise further action.
   This  footnote  also confirms that this email message has been scanned
   for the presence of computer related viruses.

   **
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects security in an applet

2006-06-14 Thread John Hester

Jeff Powell wrote:

Definitely nobody home there. I'm pretty sure that uniproxy is bombing
out. It does not give any helpful information or even a log. 


This is a long shot, but you might try unzipping the asjava_p and asjava 
files and putting the paths to the resulting directory hierarchies in 
your classpath.  Seems like I ran into some oddball issue many years 
ago, and that fixed it.


-John
--
John Hester
System  Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects security in an applet

2006-06-14 Thread Adrian Merrall

John,



This is a long shot, but you might try unzipping the asjava_p and asjava
files and putting the paths to the resulting directory hierarchies in
your classpath.  Seems like I ran into some oddball issue many years
ago, and that fixed it.


No you mention it.  IIRC there was a change regarding zip files.  The
contents of zip files are no longer automatically added to the
classpath, only jars.  An easy fix is to rename asjava.zip to
asjava.jar.  I know this is the case for the tomcat class-loader, but
I don't know if this a tomcat thing or a jvm thing.

Regards,

Adrian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/