startSQLRepository Console output
C:\ATG\ATG10.0.3\home\bin>startSQLRepository -m EmployeeRegistration -repository /empRegistration/repositories/EmployeeRegistrationRepository -outputSQL
Application Server: jboss
The following installed ATG components are being used to launch:
ATGPlatform version 10.0.3 installed at C:\ATG\ATG10.0.3
Created ".\.\startDynamo.jar" in 84,640ms.
-------------------
JAVA_ARGS: -Djava.security.policy=lib/java.policy -Datg.dynamo.home="." -Datg.dynamo.root=".\.." -Datg.dynamo.display= -Djava.protocol.handler.pkgs=atg.net.www.
-------------------
DYNAMO_MODULES: @@atg/env/Startup.modules@@
-------------------
CONFIGPATH: @@atg/env/Startup.configPath@@;.\.\PublishingAgent\deploymentconfig\live\config;..\DAS\config\dtmconfig.jar;localconfig;..\DAF\config\dafconfig.jar
-------------------
CLASSPATH: .\locallib;C:\ATG\ATG10.0.3\EmployeeRegistration\classes;C:\ATG\ATG10.0.3\home\startDynamo.jar
-------------------
PATH: C:\Oracle\product\11.1.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\ATG\ATG10.0.3\MySQL\win32\bin;C:\Program Files\Java\
**** info Mon Feb 06 10:15:23 CET 2012 1328519723906 /empRegistration/repositories/EmployeeRegistrationRepository SQL Repository startup complete
Nucleus running
-- drop table emp_info;
CREATE TABLE emp_info (
id VARCHAR(254) NOT NULL,
emp_id INTEGER NULL,
emp_name VARCHAR(254) NULL,
emp_dept VARCHAR(254) NULL,
PRIMARY KEY(id)
);
**** info Mon Feb 06 10:15:24 CET 2012 1328519724562 /atg/dynamo/service/Scheduler Scheduler shutting down.
**** info Mon Feb 06 10:15:24 CET 2012 1328519724578 /atg/dynamo/service/Scheduler Scheduler stopped.
open any client tool to connect your database server,
execute the create table command,Done !!.
see also how to configure ATG to run startSQLRepository
Comments
Post a Comment