Invalid local project path error message is shown in the IntegrityClient.log when opening a Visual FoxPro project stored in Integrity
Betrifft
- Integrity 2009-10
- Microsoft Visual FoxPro
Beschreibung
- Invalid local project path error message is shown in the IntegrityClient.log when opening a Visual FoxPro project stored in Integrity
- SCC API: Invalid file path error message is being shown when opening a Visual FoxPro project that is being stored in Integrity
- The following error message is shown in the IntegrityClient.log when opening a Visual FoxPro project stored in Integrity
MSSCCI(10): Starting mks.integrations.scc.commands.OpenProject
MSSCCI(10): Command Option: --localprojpath=c:\development\oldproject
MSSCCI(10): Command Option: --auxprojpath=_mks_sandbox_exists
MSSCCI(10): Command Option: --projname=c:\development\oldproject\project.pj
MSSCCI(10) mks.integrations.scc.SccException: mks.integrations.scc.SccException: SCC Open Project: Invalid local project path.
at mks.integrations.scc.commands.OpenProject.execute(OpenProject.java:60)
at mks.integrations.scc.SccCommand.execute(SccCommand.java:97)
at mks.ic.api.commands.CAFIntegrationCommand.execute(CAFIntegrationCommand.java:137)
at com.mks.api.ext.SimpleIntegrationCommand.execute(SimpleIntegrationCommand.java:276)
at mks.ic.api.commands.ApiCommand.executeAPICommand(ApiCommand.java:519)
at mks.ic.api.commands.ApiCommand.execute(ApiCommand.java:445)
at mks.ic.common.commands.SadCommand.doCommandActions(SadCommand.java:144)
at mks.frame.app.commands.Command.internalInvoke(Command.java:644)
at mks.frame.app.commands.Command.invoke(Command.java:278)
at mks.frame.app.ui.Interactor.invokeCommandWithException(Interactor.java:77)
at mks.frame.app.ui.cli.CliInteractor.runCommand(CliInteractor.java:324)
at mks.ic.common.ui.xml.XMLInteractor.runCommand(XMLInteractor.java:166)
at mks.frame.app.ui.cli.CliCommandRunner.runCommand(CliCommandRunner.java:62)
at mks.frame.app.ui.SuspendableCommandRunner.run(SuspendableCommandRunner.java:398)
at java.lang.Thread.run(Thread.java:745)