scripting – epm.jonhwilliams.com http://epm.jonhwilliams.com i build custom EPM systems that work Tue, 04 Mar 2014 20:19:14 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 HFM Taskflows inaccessible to regular users http://epm.jonhwilliams.com/hfm-taskflows-inaccessible-regular-users/ http://epm.jonhwilliams.com/hfm-taskflows-inaccessible-regular-users/#comments Fri, 17 Jan 2014 02:53:48 +0000 http://epm.jonhwilliams.com/?p=258 Access to HFM Taskflows is restricted to users provisioned for Consolidation Administration

tested through PSU 11.1.2.2.305
3/4/2014

The README for Patch 17740222: Patch Set Update: 11.1.2.2.306 for Oracle Hyperion Financial Management indicates Defect fixed in this patch (“17328388: The Consolidation Administration menu is not available for users with the Run Taskflows role.”) Testing to follow…

Oracle Enterprise Performance Management Documentation for 11.1.2.2 indicates on page 232

Run Taskflows – Permits users to only run and view taskflows. Users with this role cannot create new taskflows or edit existing taskflows

As implemented, the placement of the Taskflows interface within Consolidation Administration effectively blocks all but HFM administrators from viewing or managing Taskflows. Until the application design catches up with the documentation one would need to provide access to Taskflows via EPMA rather than HFM.

steps

If you would like assistance with Taskflows in HFM 11.1.2.2+ please let me know as I can help you with your HFM-Planning automation processes.

description

None at this time

external links

None at this time


]]>
http://epm.jonhwilliams.com/hfm-taskflows-inaccessible-regular-users/feed/ 2
take ownership and add full control http://epm.jonhwilliams.com/take-ownership-and-add-full-control/ http://epm.jonhwilliams.com/take-ownership-and-add-full-control/#respond Sat, 29 Jun 2013 17:48:35 +0000 http://epm.jonhwilliams.com/?p=173 command line for taking ownership and adding full control of directory

An important part of non-standard locations with complicated products is appropriate control of the installation and temorary file directories. There are several ways to quickly validate file and folder permissions, especially when multiple users are involved in setting up installation or patching files on multiple environments. This works for making the service account an owner with full control:

TAKEOWN /s /f "C:\Temp" /r /d y
TAKEOWN /s /f "C:\Temp" /r /d y
TAKEOWN /s /f "C:\Temp" /r /d y
TAKEOWN /s /f "C:\Temp" /r /d y
TAKEOWN /s /f "C:\Temp" /r /d y
TAKEOWN /s /f "C:\Temp" /r /d y
TAKEOWN /s /f "C:\Temp" /r /d y
ICACLS \\\c$\Temp /grant domain.com\serviceaccountname:(OI)(CI)F
ICACLS \\\c$\Temp /grant domain.com\serviceaccountname:(OI)(CI)F
ICACLS \\\c$\Temp /grant domain.com\serviceaccountname:(OI)(CI)F

steps

Prerequisite: Local or Domain Administrator access
Begin by modifying the code above in a text editor for the target environment.
Execute via cut and paste to cmd, or as part of more complicated scripted process.

description

Take ownership and add full control on a directory in Windows 2008 R2 Server.
Next would be to turn off read-only.

external links

None at this time


]]>
http://epm.jonhwilliams.com/take-ownership-and-add-full-control/feed/ 0