By default, reply to a status update doesn't have add a file option.
After installing CR4,run the following configuration task to be enable "Add a File"
Configuration
To enable, please add this generic property into LotusConnections-Config.xml:
5. LCConfigService.checkInConfig("C:/temp",AdminControl.getCell())
After installing CR4,run the following configuration task to be enable "Add a File"
Configuration
To enable, please add this generic property into LotusConnections-Config.xml:
- 1. Navigate to C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01\bin
- 2. Run wsadmin -lang jython -user admin_user_id -password admin_password -port SOAP_CONNECTOR_ADDRESS_PORT
- Run execfile("connectionsConfig.py")
- Run LCConfigService.checkOutConfig("C:/temp",AdminControl.getCell()).In LotusConnections-config.xml,add the following files.
<properties>
<genericProperty name="com.ibm.connections.ublog.attachmentCommentEnabled">enabled</genericProperty>
</properties>
<genericProperty name="com.ibm.connections.ublog.attachmentCommentEnabled">enabled</genericProperty>
</properties>
5. LCConfigService.checkInConfig("C:/temp",AdminControl.getCell())
No comments:
Post a Comment