GuideWire BC configuration with SQL Server database -


currently working on pc-bc integration. need configure studios sql server database, pc working fine, bc i'm getting error. if knows please me sort out.

  <database name="billingcenterdatabase" dbtype="sqlserver" autoupgrade="true">     <dbcp-connection-pool jdbc-url="jdbc:sqlserver://localhost:1433;databasename=billingcenterdatabase;user=username;password=pass#1121"/>     <upgrade defer-create-nonessential-indexes="false">       <versiontriggers dbmsperfinfothreshold="600" />     </upgrade>   </database> 
  • my username "username" , password "pass#1121"
  • database name : billingcenterdatabase

the error i'm getting

gw.pl.exception.gwlifecycleexception: no appropriate database found in configuration: env = 'null'

you should have mention environment name in tomcat.conf in tomcat config file if deploying application on tomcat.

java_opts="-dgw.server.mode=dev -dgw.bc.env=st"

above line st environment. need enter ut/st/st2 different environment.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -