cancel
Showing results for 
Search instead for 
Did you mean: 

Getting VFS manager for client SOL_HRSAP_D failed: Activity report (get op

Former Member
0 Kudos

Hello

We have problem on the Dev Inf, when we want get a inactive DC:

We get the Error:

Getting VFS manager for client SOL_HRSAP_D failed: Activity report (get open activities for current repository and user) failed: Internal Server Error

The System is on NetWeaver 7.0 SP12 and the Dev Infrastructure also.

Error we get after check in all change Source and we close all activity. After we want change again the source, we get the error. We have don't released the dc.

Regards paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the server logs (defaultTrace, etc.).

Former Member
0 Kudos

Hello

The Problem are fix with:

1. Hinweis 774339 - Internal Server Error in DTR

2. check defaultTrace Log

Message : Exception of type com.sap.sql.log.OpenSQLException caught: The SQL statement "SELECT "R"."RESOURCEID","R"."RESOURCETYPE","R"."OBJNAME","R"."PATHURI","R"."PATHID","R"."FULLPATHID","R"."DISPLAYNAME","R"."CREATORNAME","R"."CREATIONTIME","R"."MODIFICATIONTIME","R"."CONTENTTYPE","R"."CONTENTLENGTH","R"."CONTENTLANGUAGE","R"."ISMASTERLANGUAGE","R"."SOURCEURI","V"."ISDELETED","R"."DOCUMENTTYPE","R"."FORMATVERSION","R"."DOCTYPESTATUS","R"."CONTENTSTOREID","R"."FULLCONTSTOREID","R"."CHECKINFORK","R"."CHECKOUTFORK","R"."PATHDEPTH","R"."CONTENTMD5","R"."TOUCHEDPROPERTY","VSE"."OBJECTID","VSE"."OBJECTTYPE" "INTERNALTYPE" FROM "DAV_RESOURCE" "R" INNER JOIN "PVC_ACTVERSVIEW" "VSE" ON "R"."RESOURCEID" = "VSE"."VERSIONID" INNER JOIN "PVC_VERSION" "V" ON "VSE"."VERSIONID" = "V"."VERSIONID" WHERE "VSE"."VERSIONSETID" = ?" contains the semantics error[s]: - 1:489 - the table or view >>PVC_ACTVERSVIEW<< does not exist

.

[EXCEPTION]

com.sap.sql.log.OpenSQLException: The SQL statement "SELECT "R"."RESOURCEID","R"."RESOURCETYPE","R"."OBJNAME","R"."PATHURI","R"."PATHID","R"."FULLPATHID","R"."DISPLAYNAME","R"."CREATORNAME","R"."CREATIONTIME","R"."MODIFICATIONTIME","R"."CONTENTTYPE","R"."CONTENTLENGTH","R"."CONTENTLANGUAGE","R"."ISMASTERLANGUAGE","R"."SOURCEURI","V"."ISDELETED","R"."DOCUMENTTYPE","R"."FORMATVERSION","R"."DOCTYPESTATUS","R"."CONTENTSTOREID","R"."FULLCONTSTOREID","R"."CHECKINFORK","R"."CHECKOUTFORK","R"."PATHDEPTH","R"."CONTENTMD5","R"."TOUCHEDPROPERTY","VSE"."OBJECTID","VSE"."OBJECTTYPE" "INTERNALTYPE" FROM "DAV_RESOURCE" "R" INNER JOIN "PVC_ACTVERSVIEW" "VSE" ON "R"."RESOURCEID" = "VSE"."VERSIONID" INNER JOIN "PVC_VERSION" "V" ON "VSE"."VERSIONID" = "V"."VERSIONID" WHERE "VSE"."VERSIONSETID" = ?" contains the semantics error[s]: - 1:489 - the table or view >>PVC_ACTVERSVIEW<< does not exist

3. The database-schema needs to fit the DB version and needs probably to be deployed (again): DB schema can be deployed as "dbschema.sda" from the DTR SCA file.

Wolf Hengevoss