Hello all,
we just try to to implement a remote Windows system into KM using a File system repository and the W2KSecurityManager (according to the online help herehttp://help.sap.com/saphelp_nw70/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/content.htm">here> )
The W2KSecurityManager seems to need a user mapping in the form of "<b>domain\user</b>". We do not have a domain, so i can not provide one.
When saving the user mapping only with "<b>user</b>", in the defaultTrace i find the following:
Failed to check W2K file system access (user XXXXX, permission node_list_children, resource /server1w, W2K path \111.111.11.111global com.sapportals.wcm.repository.manager.generic.security.w2k.W2kException: User XXXXX does not have a domain
When trying to setup a network share from the portal server to the remote Windows filesystem in question using the following command in a DOS box, it works fine:
net use X: \Servershare password /user:Username
So the restriction of having to provide a domain seems to be needed (senseless ?)
only by the W2KSecurityManager.
Does anybody know how to use a mapping in the form of the "<b>user</b>" instead of "<b>domain\user</b>" with the W2KSecurityManager ?
Thank you !