Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This wiki page describes how to create a new unix hosted AIDA Data Provider. 

To create a new data provider on unix, we begin on an AFS unix node and use facilities in the Aida makefile system for creating the CORBA stubs and skeletons of a new Aida server:. This page goes through the steps for creating the new server called DpRdb (the Aida server for accessing a relational db).

First, create a development directory on AFS unix, and cvs checkout aida:

...

Code Block
$ gmake -f Makefile.sun4
jidl: couldn't open /u/cd/xxx/work2/package/aida/idl/dpSlcBpmdpRdb.idl
sed -e 's/THIS/dpRdb/g' ....
...

...