remove_Wireless 程序在 Portal Server 的 unconfigure 作業 (psconfig 與 unconfigurewithscrubds) 期間失敗。
解決方案:編輯 remove_Wireless 檔案,為空 if 敘述加上註釋。以下所示的是一個範例:
#Perform web container specific un-config
#
#if [ “$DEPLOY_TYPE” == “IWS” ]; then
#elif [ “$DEPLOY_TYPE” = “SUNONE” ]; then
#fi