RE: Orion can't find Cloudscape database

2001-06-16 Thread Dvornikov Victor

this is an example of .bat file for orion  cloudscape

java  -Dcloudscape.system.home=C:\YOUR\DATABASE -Djdbc.connection.debug=true
-jar orion.jar 

 -Original Message-
 From: Lou Farho [SMTP:[EMAIL PROTECTED]]
 Sent:   14  2001 18:49
 To:   Orion-Interest
 Subject:  Orion can't find Cloudscape database
 
 How do I tell Orion where to find my Cloudscape database?
 Here is what I have for the data source:
  data-source
   class="com.evermind.sql.DriverManagerDataSource"
   name="Cloudscape"
   location="jdbc/CloudscapeCoreDS"
   xa-location="jdbc/xa/CloudscapeXADS"
   ejb-location="jdbc/myDS"
   connection-driver="COM.cloudscape.core.JDBCDriver"
   username=""
   password=""
   url="jdbc:cloudscape:myDB"
   inactivity-timeout="30"
  /
  
  
 Lou Farho
 Certes Solutions, Inc.
 2485 W MAIN ST
 SUITE 205
 Littleton, CO 80120
 303.798.8079
File: Louis Farho.vcf  




Re: Orion can't find Cloudscape database

2001-06-15 Thread Ray Harrison

Try putting the cloudscape.jar into the orion\lib directory...it will be able to find 
it there...


--- Lou Farho [EMAIL PROTECTED] wrote:
 How do I tell Orion where to find my Cloudscape database?
 Here is what I have for the data source:
  data-source
   class=com.evermind.sql.DriverManagerDataSource
   name=Cloudscape
   location=jdbc/CloudscapeCoreDS
   xa-location=jdbc/xa/CloudscapeXADS
   ejb-location=jdbc/myDS
   connection-driver=COM.cloudscape.core.JDBCDriver
   username=
   password=
   url=jdbc:cloudscape:myDB
   inactivity-timeout=30
  /
 
 
 Lou Farho
 Certes Solutions, Inc.
 2485 W MAIN ST
 SUITE 205
 Littleton, CO 80120
 303.798.8079
 
  BEGIN:VCARD
 VERSION:2.1
 N:Farho;Louis
 FN:Louis Farho
 ORG:Certes Solutions
 TITLE:Consultant
 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;303.798.8079;2485 W Main St.=0D=0ASuite
 205;Littleton;CO;80120
 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:303.798.8079=0D=0A2485 W Main St.=0D=0ASuite
 205=0D=0ALittleton, CO 80120
 URL:
 URL:http://certes-solutions.com
 EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
 REV:20010611T170823Z
 END:VCARD
 


__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/




Re: Orion can't find Cloudscape database

2001-06-15 Thread Sergei Batiuk



Iuse Rmi-Jdbc framework to connect to 
cloudscape. I have RmiJdbc.jar, cloudscape.jar and client.jar in orion/lib 
directory. my datasource.xml looks like:


data-sourceclass="com.evermind.sql.DriverManagerDataSource"name="Cloudscape"location="jdbc/CloudscapeCoreDS"xa-location="jdbc/xa/CloudscapeXADS"ejb-location="jdbc/myDS"connection-driver="COM.cloudscape.core.JDBCDriver"username=""password=""url="jdbc:rmi:jdbc:cloudscape:myDB"inactivity-timeout="30"/

Sergei

  - Original Message - 
  From: 
  Lou 
  Farho 
  To: Orion-Interest 
  Sent: Thursday, June 14, 2001 7:48 
  PM
  Subject: Orion can't find Cloudscape 
  database
  
  How do I tell 
  Orion where to find my Cloudscape database?
  Here is what I 
  have for the data source:
  data-sourceclass="com.evermind.sql.DriverManagerDataSource"name="Cloudscape"location="jdbc/CloudscapeCoreDS"xa-location="jdbc/xa/CloudscapeXADS"ejb-location="jdbc/myDS"connection-driver="COM.cloudscape.core.JDBCDriver"username=""password=""url="jdbc:cloudscape:myDB"inactivity-timeout="30"/
  
  
  Lou Farho
  Certes Solutions, Inc.
  2485 W MAIN ST
  SUITE 205
  Littleton, CO 80120
  303.798.8079
  


Orion can't find Cloudscape database

2001-06-14 Thread Lou Farho



How do I tell Orion 
where to find my Cloudscape database?
Here is what I have 
for the data source:
data-sourceclass="com.evermind.sql.DriverManagerDataSource"name="Cloudscape"location="jdbc/CloudscapeCoreDS"xa-location="jdbc/xa/CloudscapeXADS"ejb-location="jdbc/myDS"connection-driver="COM.cloudscape.core.JDBCDriver"username=""password=""url="jdbc:cloudscape:myDB"inactivity-timeout="30"/


Lou Farho
Certes Solutions, Inc.
2485 W MAIN ST
SUITE 205
Littleton, CO 80120
303.798.8079


BEGIN:VCARD
VERSION:2.1
N:Farho;Louis
FN:Louis Farho
ORG:Certes Solutions
TITLE:Consultant
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;303.798.8079;2485 W Main St.=0D=0ASuite 205;Littleton;CO;80120
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:303.798.8079=0D=0A2485 W Main St.=0D=0ASuite 205=0D=0ALittleton, CO 80120
URL:
URL:http://certes-solutions.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010611T170823Z
END:VCARD