Posts

Showing posts from December, 2013

SAP: Alternate way to approve downloads in Download Basket

As refer to here: http://scn.sap.com/thread/2121038 Method 1: There's a trick to approve packaged without calling MOPZ. Go to SE37 -> /TMWFLOW/MO_UI_BASKET_AUTHORIZ -> Process -> SAP-OSS -> Execute. OR SE38 and program /TMWFLOW/RMOBASKETAPPROVAL Method 2: An alternative to approve the download basket without Maintenance Optimizer is to create a support message under component SV-SMG-MAI-APR. //alak

Installing .Net Framework in Windows Server 2012

As per the topic, Micorosft has a dedicated page for this here : http://technet.microsoft.com/en-us/library/hh831809.aspx#BKMK_dotnetcmdlet But basically this works for me. 1. share the DVD drive 2. Open elevated powershell 3. PS C:\Windows\system32> DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:\\1.100.7.40\win\Sources\SxS\ //alak