Internal Website Search

41-50 of 200 resultsRefresh

Get activation code for a server with no Internet connection

Hello, We bought a license, but the server is not connected ... on that server. It does not require an Internet connection. The output of the activation console application is a url that you can open on another computer that is connected to the Internet

multiple connection using share folder

> <server > <connection port="6136" max="3" /> < ... to connect to server       prateek Prateek gupta Access the database using a full url connection including host and port

Many connections possible? and will it makes problem in future?

My questions is about : 1-) Can objectdb server handle 200.000+ connections at the same time concurrently ? Does it have queue and cache ? 2-) is it dangerous to use ... > ObjectDB doesn't limit the maximum number of allowed concurrent connections, but they are limited by

connect with server

how to connect the data base on a remote server and share odbc in object db eng.ahmed ahmed how to publish the JPA database on  server and make client in the network can share the data base i want to know the right connection string.

unable to connect to remote server using VPN

I am trying to connect to remote server using VPN using user1 However, the server terminated the connection and  emitted below in the server log.  --------------------- [2018-04-14 13:13:33 #2 server] java.lang.ClassCastException: java.base

Retrieving Metamodel without connection

Hello! I use Spring Data JPA. It uses the Metamodel to create repository beans. This triggers a connection to the ObjectDB server. It happens on every start ... the Metamodel without connecting to the DB. I would appreciate it very much if you could change

Close() Method of EMF throwing "PersistenceException: Connection is closed" on first attempt to close.

> com.objectdb.o._PersistenceException: Connection is closed due to UserException: Connection is closed com.objectdb.o._PersistenceException:45 com.objectdb.o.JPE:145 com ... , because if the database connection is closed, further attempts to close it are not necessary. support Support

Retrieving Metamodel without Connection

beans. This triggers a connection to the ObjectDB server. It happens on every start of the Context ... the Metamodel without connecting to the DB. I would appreciate it very much if you could change ... ="code">getMetmodel works. If invoked before first connection to the server

Database Replication and Clustering

: <server>     <connection port="6001 ... user and password attributes. The slave server uses these details to connect ... side. Connecting to the Database Cluster The configuration above demonstrates

Step 4: Add a Servlet Class

a database connection: EntityManagerFactory emf = (EntityManagerFactory ... ") .forward(request, response); } finally { // Close the database connection ... > (representing a database connection) is constructed. If a new guest has registered (using a JSP