Title Import Device Properties Purpose Device properties can be imported from XML files using this program.The data is stored in database tables MOB_DEVCFG, MOB_DEVCAP andMOB_DEVPFE. Integration The XML files can be accessed via HTTP or accessed directly via thefile system. If they are accessed via the file system, the files mustbe located on a share that has been released. The file that is spe cified in 'URL' must have the format described by the DTD devcfg.dtd.This includes references to other files that contain the properties forthe individual devices. These files must be located in the samedirectory as the main file. They are automatically loaded by theprogram. Prerequisites All files must be in the same directory. The URL can not be longer than 132 characters. The main file named in the URL must satisfy the DTD devcfg.dtd. The device files must satisfy the DTD devcap.dtd. Free access tio the files from the application server must be ensured. Features Selection URL: Describes the location of the main file with the list of devices.This can be an 'http://' or 'file://' type URL. Port: Http port as an extension of an 'http://' -type URL. Proxy: Address of the proxy server that ensures access through thefirewall. Delete Previous: Tables are deleted before the import. If you do notchoose this, obsolete data from earlier imports may remain. However, itmay also be useful not to choose this, for example, if only a fewdevices should be added. Example URL for access using http: http://www.mydomain.com/devices/devices.xml URL for access using the file system: file://\\mymachine\share\devices.xml |