Quantcast
Viewing all articles
Browse latest Browse all 4767

Lotus Domino MA and provisioning roaming user (no dbs)

Hi,

I try to provision roaming user on a Domino System (8.5.3 FP2) with the Lotus Domino MA (Build 5.3.721.0).
Everything looks fine, except that the "roaming dbs on the server will not be created"

Here a snipit from the provisioningcode:

 ' Set the property values to provision the object.
                csentry.DN = connectedma.EscapeDNComponent(DNNAme + "/O=TEST-RG").Concat("NAB=names.nsf")

                csentry("LastName").Value = mventry("sn").Value
                csentry("_MMS_Certifier").Value = DNCertifier
                csentry("_MMS_IDRegType").IntegerValue = 1  ' US User

                csentry("_MMS_IDStoreType").IntegerValue = 1 ' ID File as a file

                csentry("_MMS_UseAdminP").BooleanValue = False

                ' The next two properties must have a value for a user with an
                ' identification file.
                csentry("_MMS_IDPath").Value = mventry("employeeID").Value
                csentry("_MMS_Password").Value = "Testnotes1"
                csentry("HTTPPassword").Value = "Testnotes1"

                ' The next two properties must have a value for a user to access
                ' e-mail through the Lotus Notes client or Web browser.
                csentry("MailServer").Value = "CN=testnotes1/O=test-brg/C=AT"
                csentry("MailFile").Value = "mail\" & mventry("employeeID").Value

                'csentry("_MMS_Roaming_Files_InBackground").BooleanValue = True

                csentry("shortName").Value = mventry("employeeID").Value
                csentry("InternetAddress").Value = mventry("givenName").Value + "." + mventry("sn").Value + "@test-rg.local"

                csentry("RoamAB").Value = "names.nsf"
                csentry("RoamingUser").Value = "1"
                csentry("RoamMode").Value = "0"
                csentry("RoamSrvr").Value = "CN=testnotes1/O=test-rg/C=local"
                csentry("RoamSubdir").Value = "roaming\" & mventry("employeeID").Value
                csentry("RoamExtFiles").Values.Add("localfeedcontent.nsf")
                csentry("RoamExtFiles").Values.Add("roamingdata.nsf")
                csentry("RoamCleanPer").IntegerValue = 0


                ' Finish creating the new connector.
                csentry.CommitNewConnector()
    
Any ideas?

thanks for help

Axel


axel ciml


Viewing all articles
Browse latest Browse all 4767

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>