Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Troubleshoot and Support > Support issues and limitations > Database issues and limitations
IdMgrDBSetup exception
When running the commands related to IdMgrDBSetup to configure virtual member manager repositories, such as Entry Mapping and Property Extension, you might encounter a SOAPException.
If you receive the following exception:
wsadmin>$AdminTask setupIdMgrDBTables {-file c:\prop.txt} WASX7015E: Exception running command: "$AdminTask setupIdMgrDBTables {-file c:\prop.txt}"; exception information: com.ibm.websphere.management.exception.ConnectorException org.apache.soap.SOAPException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Read timed out; targetException=java.net.SocketTimeoutException: Read timed out]the soap client is timing out. You need to increase the timeout value in install_dir\profiles\profile-name\properties\soap.client.properties from the default value of 180 seconds.
Example
com.ibm.SOAP.requestTimeout=180
Parent topic: Database issues and limitations