Home
TeamSite
iwsyncdb -dbschemagen Error
Developer
I'm running the follwoing command to generate a dbschema file based on a custom dtd, however the script gives me no dyd found eventhough the dtd file is there in the folder
iwsyncdb -dbschemagen -dtdfile Interwoven/OpenDeployNG/examples/conf-dd/tutorial/conf/employee.dtd
Generates an error: Can not generate dbschema becasue the file
od-home/examples/conf-dd/tutorial/conf/employee.dtd
However the file is there... what I have done to the file prior to running the script is open it with notepad and then Wordpad which may have changes it is original file type can anyone please help as how to reestablsih the file type prior to opening.
thanks to you all
Find more posts tagged with
Comments
Developer
Never mine the issue has been resolved.
nakumar
I could able to generate the dbschema.cfg
C:\Interwoven\OpenDeployNG\bin>iwsyncdb.bat -dbschemagen -dtdfile C:\Interwoven\OpenDeployNG\examples\conf-dd\tutorial\conf\employee.dtd
DD Home : C:\Interwoven\OpenDeployNG
DD Home : C:\Interwoven\OpenDeployNG
DeployAll flag: false
Force flag: false
Custom DTD File on local filesystem : C:/Interwoven/OpenDeployNG/examples/conf-d
d/tutorial/conf/employee.dtd
Generating dbschema.cfg for Custom DTD
[C:/Interwoven/OpenDeployNG/examples/conf-dd/tutorial/conf/employee.dtd] exists
[C:/Interwoven/OpenDeployNG/examples/conf-dd/tutorial/conf/dbschema.cfg] does no
t exist
Parsing DTD ...
------------------------------------------
Generated [C:/Interwoven/OpenDeployNG/examples/conf-dd/tutorial/conf/dbschema.cfg]
------------------------------------------
=========
Finished
=========
Done executing iwsyncdb-dbschemagen