How to copy and paste text into workflow nodes on RSA Identity Management & Governance 6.9.1
2 years ago
Originally Published: 2016-09-30
Article Number
000056716
Applies To
RSA Product Set: Identity Management and Governance
RSA Product/Service Type: Any
RSA Version/Condition: 6.9.1
Platform: Linux
Issue
Unable to copy and paste text from/to workflow nodes in RSA IMG 6.9.1
Tasks
Modify the local Java security policy installed on your PC, and grant it permission to the clipboard.
Resolution
1.    Search for and open <JRE_INSTALL_DIR>\lib\security\java.policy
add the following line under // "standard" properies that can be read by anyone
permission java.awt.AWTPermission "accessClipboard";

2.    Search for and open <JAVA_DEPLOYMENT_DIR>\deployment.properties
Then add the following line at the end
deployment.security.use.user.home.java.policy=true

Can either be:
C:\Users\<Username>\AppData\Roaming\Sun\Java\Deployment
C:\Windows\system32\config\systemprofile\AppData\LocalLow\Sun\Java\Deployment