Need help in MWS Configuration

Hi,

As per our requirement we have separate DB for IS and TN. Could you please help me in understanding which JDBC pool (IS DB or TN DB) has to be configured for central users?

The isse we are facing is, since we made this change we are getting the below error is IS Log and we are not able to view the Business Process Models in MWS - getting “Access Denied” Error. Also, We are not able to view TN related items in MWS as we configured Central Users to IS DB.

Currently our Central Users is configured with IS DB.

Error in IS logs:

5974 [ISS.0024.1] 2012-04-30 03:56:39 EDT ERROR: Could not initialize User Manager.
5973 [ISS.0024.10] 2012-04-30 03:56:39 EDT FATAL: Central User Manager initialization failed with error : null
5972 [CommonLib.MWS.002] 2012-04-30 03:56:39 EDT WARN: Should have positive integer specified for com.webMethods.sc.mws.db.max.waittime. The current value is null
5971 [CommonLib.MWS.002] 2012-04-30 03:56:39 EDT WARN: Should have positive integer specified for com.webMethods.sc.mws.db.cleanup.period. The current value is null

Could you please help us on this?

Thanks
Satish

Hi Satish,

Was thi issue ever resolved? We are also facing the same issue. If yes, kindly let us know the steps.

Hi Ninad,

Yes. The issue is resolved for us. Intially we were using two different databases for MWS and IS. Later we realized we cannot use separate Database for MWS, hence we created the MWS tables in IS DB itself which resolved our issue.

Are you using diffferent Database for MWS & IS or same database?

Thanks
Satish

Thanks Satish for the response,

We have both in thesame database but we have different schema/user for MWS and IS.

Do you have same schema/user for both IS and MWS or they are seperate?

Thanks in advance,
Ninad

Yes Ninad… We do tried having it in different schema, but it didn’t helped… so we have them in same IS schema which should resolve the issue.

So please try configuring the MWS tables in IS schema itself which will resolve the issue.

Thanks
Satish

Thanks a lot Satish,

Will definitely try this.