SapDB

2001-12-15 Thread Namor Taror

How can I store a variable size string in sapdb. varchar has a limit of 8000 
which is a limit of all varchars in the raw of the table. SapDb 
documentation says that varchar(n) defines a variable length but it doesn't 
seem to work. I am getting exception when i use it while creating a table. 
What gives?

Roman


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx





RE: SapDB

2001-12-15 Thread Thomas Sundberg


 -Original Message-
 From: Namor Taror [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 15, 2001 9:40 AM
 To: Orion-Interest
 Subject: SapDB
 
 
 How can I store a variable size string in sapdb. varchar has 
 a limit of 8000 
 which is a limit of all varchars in the raw of the table. SapDb 
 documentation says that varchar(n) defines a variable length 
 but it doesn't 
 seem to work. I am getting exception when i use it while 
 creating a table. 
 What gives?
 
We found this ugly limitation this week. We tried to store an xml document
that was larger then 8k and got the exception Not yet implemented. 
The solution we have implemented is to divide the xml documents in about 7k
chunks and add them to another table. When they are needed later we have en
entitiy bean that puts them together in the corrrect order. Pretty much the
same thing as packets are handled in tcp/ip.

/Thomas

Thomas Sundberg
MatchProvider
Sergels Torg 14
111 57 Stockholm
Tel: 08 - 555 16 308
Fax: 08 - 555 16 301
Mobil: 070 - 421 03 88
http://www.matchprovider.com 




Re: Verisign cert + keytool issues (resend2)

2001-12-15 Thread Scott Farquhar

Shal and Bill,

We have recently put some instructions up on the Atlassian knowledge
base.  A search for versign returns this result:

 http://kb.atlassian.com/search.jsp?query=verisign

The direct link to the tutorial is here:

 http://kb.atlassian.com/content/atlassian/howto/verisigncertificate.jsp

Cheers,
Scott

-- 
Scott Farquhar :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
Supporting YOUR J2EE World


Bill Wichgers wrote:

   It has been several months since I set it up be we have been running
with a
   Verisign certificate on JDK 1.3/Orion on Red Hat 7.1.  The syntax of 
your
   command looks like what I used to import our certificate into the
keystore but
   as I said, it has been a while.  I just used what was in the man page
for the
   keytool command.   So it can work without issue.  At another company
I got it
   running on a Verisign certificate working on JDK 1.2/Orion under both
Red Hat
   6.2 and Windows 2000.
  
   Some issues that you may be running into.  The certificates are
generated for a
   specific server.  Or in other words a certificate generated for
Apache  or IIS
   will not work with a JDK 1.3 based server.
  
   We did not have to get an additional chain certificate with the 40 bit
   certificate but I recall needing to with the special 128 bit
certificate.  I
   don't know which one you ordered.
  
   Verisign's web site and documentation are not the easiest to use.
Good Luck!
  
  
   Bill
  
  
  
   Shal Jain wrote:
  
  
  I generated a 1024 bit CSR using keytool that comes with JDK 1.3
  I purchased a 128 bit cert from Verisign and have trouble importing
it using
  keytool
  when I use the following syntax
  
  keytool -import -trustcacerts -file xyz.cer -keystore keystore
  I get the following exception -
 Failed to establish chain from reply
  
  I tried importing root certificates for verisign from IE and keep 
getting
  the followin error
 Public keys in reply and keystore don't match
  
  Based on past archives it seems some folks have been able to import the
  Verisign certs correctly
  I would appreciate any help
  
  -shal
  
  
  
  








Axis

2001-12-15 Thread Namor Taror

Finally, I have solved the soap iiop problem. And the way to do it is to
move up to Axis. Just watch out, it's an alpha release. there will be some
changes in the package between now and than.

One question to those who deployed ejbs as web services using axis. I have a
couple of orions clustered on my system. There is also a load balancer
running on it. When I send a message to a web service implemented by a
ScheduleManager, for example, all ScheduleManager's (on every instance of
orion server) are invoked. Does anybody have the same problem?

Roman



_
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com





Port Number

2001-12-15 Thread Namor Taror

I am trying to implement a failover for my scheduler. If I have multiple 
orions running on a single machine then the only way to distinguish between 
them is to use a host name and a port number. My problem is in getting the 
port number of either orion or rmi server associated with a specific 
instance of the application server. I was trying to get to rmi registry 
through jndi service but I could not find rmi service binding in the initial 
context or in any of its subcontexts. Any thoughts on how to get the port 
number?


Roman


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx