Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.db:createCopy
 
wm.ln.db:createCopy
This flows service creates a copy of a database. Programs running on a server or making remote (IIOP) calls to a server cannot create or access databases on other servers.
Input Parameters
database
Database The lotus.domino.Database object to make a copy from.
dbFileName
String The file name of the new copy. If a database with the specified file name already exists, an exception is thrown.
DateRange
DateRange Optional. The maximum size (in gigabytes) to assign to the new database. This parameter applies only to Release 4 databases or those created on a server that has not been upgraded to Release 5. Entering an integer greater than 4, generates a run-time error.
Output Parameters
copiedDatabase
Database An object representing the new created database.