|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm trying to install the messaging plugin into the server. I've opened
nxServer and the nxdmServer form and added the TpsnxServerMessagingPlugin and TpsnxMessagingPluginCmdHandler. But trying to connect the RemoteMessagingCmdHandler properties there is no plugin engine to connect it to and I can't find any plugin engine in the tool palette...what am I missing? Thanks! GC |
|
#2
|
|||
|
|||
|
Here are my instructions to myself for adding the RFS and messaging plugins
to the server... Hope it helps. PhillipH Changes to Nexus DB Server Make sure the components are installed. 1. Compile and install the RFSPlugin project from the "NexusDB2\Bonus\RFS Plugin" directory. 2. Compile and install the MsgPlugin project from the "NexusDB2\Bonus\Messaging Plugin" 3. Ensure the library path for Delphi contains the following . C:\Program Files\NexusDB2\Bonus\RFS PlugIn C:\Program Files\NexusDB2\Bonus\Messaging Plugin C:\Program Files\NexusDB2\Delphi9 C:\Program Files\NexusDB2\ Make changes to the data module nxdmserver. 1.. Add a RFSPluginCmdHandler and a ServerRFSPlugin. 2.. On the RFSPluginCmdHandler, - CommandHandler = ServerCommandHandler - EventLog = EventLog - PluginEngine = psnxServerRFSPlugin1 - ActiveRunTime = True 3.. On the ServerRFSPlugin, - EventLog = EventLog - ActiveRunTime = True 4.. Add a TpsnxServerMessagingPlugin and a TpsnxMessagingPluginCmdHandler. 5.. On the psnxMessagingPluginCmdHandler1 - CommandHandler = ServerCommandHandler - EventLog = EventLog - PluginEngine = psnxServerMessagingPlugin1 - ActiveRunTime = True 6.. On the psnxServerMessagingPlugin1 - EventLog = EventLog - ActiveRunTime = True 7.. Add the nxuiRFSSettings unit to the server. 8.. On the ServerInfoPluginCommandHandler and the ServerInfoPlugin - ActiveRunTime = True; 9.. Build the server it should be ready to go. |
|
#3
|
|||
|
|||
|
Thanks for the help! It took several tries to get the plugins installed
correctly, but it finally worked. "PhillipH" <pherries@tasc.co.nz> wrote in message news:48f93ebd@77-37-8-25.... > Here are my instructions to myself for adding the RFS and messaging > plugins to the server... > > Hope it helps. > > PhillipH > > > Changes to Nexus DB Server > > > Make sure the components are installed. > > > > 1. Compile and install the RFSPlugin project from the > "NexusDB2\Bonus\RFS Plugin" directory. > > > > 2. Compile and install the MsgPlugin project from the > "NexusDB2\Bonus\Messaging Plugin" > > > > 3. Ensure the library path for Delphi contains the following . > > C:\Program Files\NexusDB2\Bonus\RFS PlugIn > > C:\Program Files\NexusDB2\Bonus\Messaging Plugin > > C:\Program Files\NexusDB2\Delphi9 > > C:\Program Files\NexusDB2\ > > > > > > Make changes to the data module nxdmserver. > > > > 1.. Add a RFSPluginCmdHandler and a ServerRFSPlugin. > > > 2.. On the RFSPluginCmdHandler, > - CommandHandler = ServerCommandHandler > > - EventLog = EventLog > > - PluginEngine = psnxServerRFSPlugin1 > > - ActiveRunTime = True > > > > 3.. On the ServerRFSPlugin, > - EventLog = EventLog > > - ActiveRunTime = True > > > > 4.. Add a TpsnxServerMessagingPlugin and a > TpsnxMessagingPluginCmdHandler. > > > 5.. On the psnxMessagingPluginCmdHandler1 > - CommandHandler = ServerCommandHandler > > - EventLog = EventLog > > - PluginEngine = psnxServerMessagingPlugin1 > > - ActiveRunTime = True > > > > 6.. On the psnxServerMessagingPlugin1 > - EventLog = EventLog > > - ActiveRunTime = True > > > > 7.. Add the nxuiRFSSettings unit to the server. > > > > > 8.. On the ServerInfoPluginCommandHandler and the ServerInfoPlugin > - ActiveRunTime = True; > > > > 9.. Build the server it should be ready to go. > > |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Messaging Plugin | Marc Alverez | nexusdb.public.support.thirdparty | 0 | 7th February 2008 07:23 AM |
| Messaging Plugin | Karsten Lehnart | nexusdb.public.support.thirdparty | 7 | 19th October 2007 04:55 AM |
| Q regarding Messaging Plugin on V1.08 | Rafe Aldridge | nexusdb.public.support.thirdparty | 2 | 9th February 2007 09:18 PM |
| Messaging Plugin | Anders Gustavsson | nexusdb.public.support | 0 | 1st July 2005 06:59 AM |
| Messaging Plugin | Eric Hill | nexusdb.public.support.thirdparty | 5 | 20th November 2003 04:49 AM |