Hi,
Can anyone please help me on the problem specified below?
I have a normal module running under ATG2006.3. I exported all the repositories that i have created or to which i have added new data.
I want a Versioned repository for the module. I have set everything accordingly. All the tables related to versioned have been set and the propeties file too.
I am able to bring up my bcc and see the repository names.
I am using Solid and DAS6.3.0
But when i try to do a import of the data taken earlier to the DB, the below exception is thrown after a set of data have been entered:
-- creating definition of contract:100002
-- creating definition of contract:100004
*** atg.repository.RepositoryException: current development line null is not an open workspace.
atg.repository.RepositoryException: current development line null is not an open workspace.
at atg.adapter.version.VersionRepository.createItem(VersionRepository.java:1618)
at atg.adapter.version.VersionRepository.createItem(VersionRepository.java:907)
at atg.adapter.gsa.xml.TemplateParser.createItem(TemplateParser.java:990)
at atg.adapter.gsa.xml.TemplateParser.importAddElements(TemplateParser.java:841)
at atg.adapter.gsa.xml.TemplateParser.processTransaction(TemplateParser.java:1815)
at atg.adapter.gsa.xml.TemplateParser.loadOperationElements(TemplateParser.java:802)
at atg.adapter.gsa.xml.TemplateParser.addDocumentToTemplate(TemplateParser.java:689)
at atg.adapter.gsa.xml.TemplateParser.addToTemplate(TemplateParser.java:494)
at atg.adapter.gsa.xml.TemplateParser.importFiles(TemplateParser.java:6127)
at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5235)
at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:4792)
**** info Tue Jan 22 13:30:23 IST 2008 1200988823875 /atg/dynamo/service/Scheduler Scheduler shutting down.
**** info Tue Jan 22 13:30:23 IST 2008 1200988823875 /atg/dynamo/service/Scheduler Scheduler stopped.
Any idea? I gave the option with -workspace and -comment too. but both resulted in the same.
Hope to get a suggestion soon
Vincy