To use a PowerBuilder automation server, you need to deploy the following files:
The PBD or DLL containing the implementation of the automation server
The generated type library file if you chose to create one or, if you built a named server, the PBAEN105.TLB file that provides type library information for PowerBuilder.Application
A copy of the registry update (.REG) file generated in the Project painter, edited to reference the directory where you will deploy the PBD or DLL and the type library file
The PowerBuilder runtime and database connectivity files required by the server as described in “PowerBuilder COM servers”
After deploying the files listed above, run the registry update file to register the server on the target computer. For more information about using automation servers, see “Deploying an application that uses the automation server”.