Hi All, I am not able to start the MWS in trial 10.7, while using DB Component Configurator for windows I am getting exceptions.
So I am trying to use command prompt and executing the below command
dbConfigurator.bat -a catalog -d oracle -l jdbc:wm:oracle://localhost:1521;serviceName=xe;-u system -p tiger
to list the catalog of existing components I am getting the exception as below
C:\SoftwareAG\common\db\bin>dbConfigurator.bat -a catalog -d oracle -l jdbc:wm:oracle://localhost:1521;serviceName=xe;-u system -p tiger
user log: C:\SoftwareAG\common\db\logs\dcc.log
developer log: C:\SoftwareAG\common\db\logs\log-20210525035849.txt
dcc version: 10.7.0.0000-0034
action: catalog
products:
(none specified)
components:
(none specified)
error: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver]Unable to connect. Invalid URL. If you are using an IPv6 address, please ensure that the address is bounded by left and right brackets. Ex: jdbc:datadirect:driver://[fe70::201:54ff:fe87:afd2%ce1]:50000;databaseName=DBNAME
error.message: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver]Unable to connect. Invalid URL. If you are using an IPv6 address, please ensure that the address is bounded by left and right brackets. Ex: jdbc:datadirect:driver://[fe70::201:54ff:fe87:afd2%ce1]:50000;databaseName=DBNAME
report 0: java.sql.SQLException: [SoftwareAG][Oracle JDBC Driver]Unable to connect. Invalid URL. If you are using an IPv6 address, please ensure that the address is bounded by left and right brackets. Ex: jdbc:datadirect:driver://[fe70::201:54ff:fe87:afd2%ce1]:50000;databaseName=DBNAME
Can you try the below command ,I believe you missed the quote and space after xe
dbConfigurator.bat -a catalog -d ‘oracle -l jdbc:wm:oracle://localhost:1521;serviceName=xe’ -u system -p tiger
Thank you for your correction, it seems it is working with minor changes to your command…i have just removed the quote ’ and it is working…
In my actual command I used the ; I thing that caused an issue.
when I am trying to install/ execute the MWS component scripts Iam getting an exception, please find the below full statement, please suggest what scripts to be executed to avoid this exception
FYI… I tried to run these below 5 scripts manually over SQL developer I don’t see any issue but still not able to start the wM MWS.
c:\SoftwareAG\common\db\bin>dbConfigurator.bat -a create -d oracle -c MywebMethodsServer -v latest -pr MWS -l jdbc:wm:oracle://localhost:1521;serviceName=xe -u system -p tiger
user log: c:\SoftwareAG\common\db\logs\dcc.log
developer log: c:\SoftwareAG\common\db\logs\log-20210525062740.txt
dcc version: 10.7.0.0000-0034
generally, the user system should not be used to create custom dataobjects in it.
It should only be used to create another custom user/schema to hold the custom objects.
Please have a look at webMethods Installation Guide for how to provide additional admin user and password to the command line interface of DCC.