The OSI Soft RtWebparts add rich data visualisation capabilities to plant monitoring and Manufacturing Execution Systems. SharePoint Server provides the ideal application framework to host these parts and integrate LOB applciations with real-time plant information.
These parts Initially when we started testing with Windows Server 2008, we ran into the following issue which was reported in the application event log.
"Unable to access SCM Manager. 5 in AFManager::OnThreadStart”
The Pi services are not configured with sufficient rights to execute on a Server 2008 environment. Run the following commands at the command prompt with Administrator privileges to resolve the issue:
To query the current service permissions use the following command line option:
sc sdshow SCMANAGER
sc sdshow PINETMGR
Replace with the following settings:
NOTE: The entry for sdset must be on a single line in order for the changes to be made. Applying the security acl in the incorrect format can render the service unusable.
sc sdset PINETMGR D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA) (A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
sc sdset SCMANAGER D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPRC;;;IU)(A;;CCLCRPRC;;;SU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
Monday, March 8, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment