N1 SPS ブラウザインタフェースの「Application Deployment」セクションで「Components」をクリックします。
フォルダを /com/sun/n1aa/GDS に変更します。
「Create」リンクをクリックしてコンポーネントを作成します。
コンポーネント名を入力します。
「type」に「untyped」を選択します。
終了コンポーネント要素 </component> の前に次のテキストを挿入します。
<extends> <type name="com.sun.sap#GDSResourceType"></type> </extends> <installList> <installSteps name="createDependency" access="PROTECTED"> <paramList> <param name="grpInstallPath"/> </paramList> <try> <block> <!-- Replace dependency name, RunLevel1, with your desired run-level. --> <!-- Following are the pre-defined dependency names --> <createDependency name="RunLevel1"> <installedComponent name="Group" path="/com/sun/sap/resourcetypes" installPath=":[grpInstallPath]"></installedComponent> </createDependency> </block> <catch> <raise message="Error in creating dependency: :[grpInstallPath]"/> </catch> </try> </installSteps> </installList>
<createDependency> 要素を含む行の、依存関係の名前を変更します。
有効な依存関係名は、次のとおりです。
RunLevel1 through RunLevel5
NFSMount2Group
RunLevel7 through RunLevel11
HAStoragePlus2Group
RunLevel13 through RunLevel17
LogicalHost2Group
RunLevel19 through RunLevel23
Oracle2Group
RunLevel25 through RunLevel29
CentralInstance2Group
RunLevel31 through RunLevel35
EnqueueServer2Group
RunLevel37 through RunLevel41
MessageServer2Group
RunLevel43 through RunLevel47
AppServerWithExceptionFile2Group
RunLevel49 through RunLevel53
AppServer2Group
RunLevel55 through RunLevel59
NFSShare2Group
RunLevel61 through RunLevel65
「Check In」をクリックします。
「Continue to Check In」をクリックします。