SS3 SDK: VBScript: Can't IRS::Put() Integer PropertiesThe information in this article applies to:
SYMPTOMSThe following scripts, RollbacksToKeep and Port, get set incorrectly in the registry:
WORKAROUNDTo work around this problem, you must force VBScript to set these parameters as type VT_I4. (VBScript defaults integer parameters to VT_I2, which the Content Replication System does not support.) IReplicationServer::Put() on integer properties can set invalid values when called from VBScript. Set integer properties as type VT_I4. This can be done in VBScript by using the CLng() function on the value.
|
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |