Good morning,
I am writing to comment on a situation with our applications we have developed and tested in a development environment but have problems when passing to production.
We have the following configuration:
Production | Development |
---|
Dades: Administrator 6.0 | DAPRD Document: Document Manager 6.0 |
CSDES: Content Server 6.0 SP1 | CSPRD: Content Server 6.0 SP1 |
BDDES: Oracle 10.2.0.1 | BDPRD: Oracle 10.2.0.1 |
WebLoader: Application in Windows. NET 3.5 | |
WebQuery: Web Application. NET 3.5 | |
As I commented the applications in the development environment function properly allowing the massive load of documents - the first - and then view them from the web application. all the settings concerning the server are defined in the config files of weach application. Included is part of the file below
<configuration>
<appSettings>
<add key="mapfre.documentum.web.service.context.root" value="
http://scl002001-007vp:9080/services"/>
<add key="mapfre.documentum.web.service.module" value="core"/>
<add key="mapfre.documentum.repository.name" value="RCL001"/>
<add key="mapfre.documentum.repository.user.name" value="user"/>
<add key="mapfre.documentum.repository.user.password" value="password"/>
</ appSettings>
<connectionStrings/>
The production environment has been implemented by copying from development to a virtual image of CSDES to create CSPRD. Then we deleted the broker and docbase in CSPRD to point to the database BDPRD.
After all the tests we have doubts about the possibility that the virtual image of CDPRD could still have a "pointer" to the original machine CSDES.
For example the web application gives us the following error:
Server Error in '/ WebQuery.
________________________________________
Problem with the content server:
Service method "Execute" invocation failed.
Description: An unhandled exception when you run the current web request. Review the stack trace for more information about the error and where it originated in the code.
Exception Details: cl.mapfre.paperless.store.StoreException: Problem with the content server:
Service method "Execute" invocation failed.
Also, the load application gives us an error:
invocation failed.
Error storing file 00000017.tif: Service method "CreatePath" invocation failed.
What we seek:
• We would appreciate any hints or advice that will allows us to identify the cause of this problem.
• How can we administer DFS Server (WAS?), Configuration, permissions, logs, etc..
Sincerely,
Ruben Valenzuela