1

An object server is the component of an OnDemand system that holds the reports that are accessed by your users. An object server belongs to an OnDemand instance. An instance is a logical server environment consisting of a library server, one or more object servers, a database, and cache storage. link

Is it possible to pull data from IBM object server using JDBC?How to pull data from object server using Java JDBC? Actually I want to read data from alert.status table of Object Server. More info about Object server table

5
  • Looks like it: www-03.ibm.com/systems/i/software/toolbox/faqjdbc.html Commented Dec 3, 2011 at 9:43
  • @DarkStar1 this seems more about DB2 ?? Is DB2 == object Server?? Commented Dec 3, 2011 at 9:48
  • I haven't been in the dbase dev circle for long but my understanding is that your ORM is a framework layer in your application that connects with the database Look at Hibernate for example. Commented Dec 3, 2011 at 10:01
  • @Dark Star1 So is it same as connecting to general database? Commented Dec 3, 2011 at 10:12
  • Yeah except you let the ORM do all the work of connecting and managing your object persistence. Commented Dec 4, 2011 at 14:36

1 Answer 1

1

If I'm not mistaken, you want to access archived documents from an IBM OnDemand archiving system. The system consists of archived documents stored by the Object Server and associated index information stored by the Library Server.

While the Library Server uses a SQL database, the Object Server doesn't. So you cannot access it with JDBC.

However, there is a Java API called ODWEK (OnDemand Web Enablement Kit). You can find the Red Book on the net. And if you google for ODWEK, you can find more informatin about it.

Sign up to request clarification or add additional context in comments.

6 Comments

Do we access tables in object server using ODWEK The first chaper of documentations shows some file system ?
The Object Server has no tables. It stores just the documents. All the additional structured information is stored by the Library Server. But it should matter to you because ODWEK provides access to both parts of the overall system.
Actually I wanted to access alert.status table from object server and copy it's content to my local database. Could you suggest me some approch??
I've never come across a table called alert.status. Are you sure this is about the OnDemand archiving system?
this is about I have edited question too : publib.boulder.ibm.com/infocenter/tivihelp/v8r1/…
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.