After installing webMethods 10.4 version on Windows 10 (Home Edition), I am trying to configuring database, but the DB Configurator is not loading. Not much info in corresponding logs file too.
C:\SoftwareAG\webMethods\common\db\bin\setEnv.bat
C:\SoftwareAG\webMethods\common\db\bin>dbConfigurator.bat
user log: C:\SoftwareAG\webMethods\common\db\logs\dcc.log
developer log: C:\SoftwareAG\webMethods\common\db\logs\log-20190502011804.txt
dcc version: 10.4.0.0000-0171
Please suggest, if I am doing something wrong or need to do it differently.
Regards,
Manoj
Complete Logs File:
Environment # 31 | c.s.d.a.Environment . | installDir : C:\SoftwareAG\webMethods\common\db
Main # 95 | c.s.d.a.Main . ββ | dcc version : 10.4.0.0000-0171
ββ # 99 | ββ . ββ | installDir : C:\SoftwareAG\webMethods\common\db
ββ # 102 | ββ . ββ | argList : ()
ββ # 110 | ββ . ββ | result : ()
ββ # 113 | ββ . ββ | corrid : null
Hi Manoj ,
You have to pass the parameters along with dbConfigurator.bat. Below is an example for SQL Server :
dbConfigurator.bat -a create -d SQLServer -c all -v latest -u -p -l jdbc:wm:sqlserver://<db_host>:1433;databaseName= -au <admin_user> -ap <admin_password> -n <database_name>
Please check this document for more info
https://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite10-4/SysReqs_Installation_and_Upgrade/10-4_Installing_Software_AG_Products.pdf
Thanks,
Harsh
Thanks Harsh for the quick reply.
I compared the latest installation 10.4 with old one 10.2 and found out that few files are missing in directory: C:\SoftwareAG\webMethods\common\db\bin\dbConfiguratorUI.bat.
And thatβs what i am looking for a UI wizard to configure database components. I think itβs missing as part of image distributed for version 10.4.
Maybe someone who has successfully installed and configured the free version can confirm if they too have these files missing.
Regards,
Manoj
Hi Manoj ,
dbConfiguratorUI.bat is not missing but has been removed from 10.4 .
Thanks,
Harsh
Hi Harsh,
is there any chance that the graphical DB Configurator UI is coming back?
I considered this a useful tool, even when running on Unix, as its was easier to just fill out the UI instead of passing the complex commandline, esp. when you have to set up several user/schemas in a short period of time.
It was a bit difficult to redirect the X11-Output to my local box, but it is possible.
Regards,
Holger
Hi Holger ,
As of now there is no plan to include GUI but not sure about in future.
Thanks,
Harsh
Thanks Harsh for the sharing the info!
Harsh,
What is the rationale behind this, SAG removing the GUI and keeping only CMD? Do you have more details pls?
1 Like
hi everyone, the improvement work done on the DCC in 10.4 was so extensive that it was not possible to also provide a GUI for 10.4.
We plan to provide the GUI for 10.5.
thanks
Marianne Fuller
Senior Architect/PM Installation/Upgrade/DB
Software AG, Reston, Virginia USA
2 Likes
Thanks Marianne for the update and it would be great if GUI is back!
Thanks Marianne for clarification.
If it will be back in 10.5 (and all later LTS versions hopefully) I can live with this.
Regards,
Holger
I have downloaded the Trial version and installing the same.
I have Installed WM 10.4, like to understand Database Component Installation steps and how to create the database. Can someone guide the steps on how to go about on further installation.