• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Error creating domain through CLI

jorfermo

Regular Pleskian
I'm trying to create a domain through CLI and I'm getting this error:

"C:\Program Files (x86)\Parallels\Plesk\admin\bin\domain.exe" -c diepacpa.webs.upv.es -clogin diepacpa -ip 158.42.250.160 -hosting true -hst_type phys -www true -login diepacpa -passwd ****** -service-plan paspdi
An error occurred during domain creation: Unable to accept the template: the following limitations are exceeded.
Description Requested Allowed
Microsoft FrontPage support switched on switched off
Remote Microsoft FrontPage authoring switched on switched off

However, FrontPage is Allowed in that service-plan

Any Idea why?
 
But how many allowed maximum number of Microsoft FrontPage accounts that the subscriber can create within the subscription?
 
I added 1 Frontpage account to the template and I'm still getting this message:

An error occurred during domain creation: Unable to accept the template: the following limitations are exceeded.
Description Requested Allowed
Microsoft FrontPage support switched on switched off
Remote Microsoft FrontPage authoring switched on switched off
 
Having same issue

I am also having this issue in my service plans the all of the front page options are set to off. Here is the log of the error. If it helps another issue I had was it was not allowing users to transfer domains from the CLI it was only allowing them to add a domain and they would have to edit the DNS to forward. After saving the properties for the domains without making changes (because they were already set) the CLI forms worked correctly.

<log><mbapi>
<header>
<success>0</success>
<errorCount>2</errorCount>
<errors>
<error>
<title>Panel Error</title>
<message>ProcessPanelCommand: pleskunix: Unable to accept the template: the following limitations are exceeded.
Description Requested Allowed
FrontPage support switched on switched off
FrontPage authoring switched on switched off</message>
</error>
<error>
<title>Panel Error</title>
<message>ProcessPanelCommand: Panel Error pleskunix: Unable to accept the template: the following limitations are exceeded.
Description Requested Allowed
FrontPage support switched on switched off
FrontPage authoring switched on switched off"pleskunix"</message>
</error>
</errors>
<timestamp>1310094005</timestamp>
<numResults>0</numResults>
<numTotalRecords>0</numTotalRecords>
<numAffectedRows>0</numAffectedRows>
<sortColumnName/>
<sortColumn/>
<sortDir/>
</header>
<results><paginationLinks>
<paginationStats>
<rowsPerPage>-1</rowsPerPage>
<startingRowNum>1</startingRowNum>
<stoppingRowNum>-1</stoppingRowNum>
<totalRows>0</totalRows>
<totalPages>1</totalPages>
</paginationStats>
<prevNextLinks>
<previousLinkOffset>0</previousLinkOffset>
</prevNextLinks>
<pageLinks>
<pages>
<pageNumber>1</pageNumber>
<pageOffset>0</pageOffset>
</pages>
<beginningLinkOffset>0</beginningLinkOffset>
<currentPageNumber>1</currentPageNumber>
<endLinkOffset>0</endLinkOffset>
</pageLinks>
</paginationLinks>
</results>
</mbapi>
<queueRules>
<clientID>28</clientID>
<clientStatus>0</clientStatus>
<clientActive>1</clientActive>
<hasBalance>0</hasBalance>
<packageID>84</packageID>
<packageStatus>1</packageStatus>
<parentItem>
<parentQueueID></parentQueueID>
<completed></completed>
<errors></errors>
</parentItem>
<willItRun>yes</willItRun>
<queueMessage>Active Client and this invoice is paid, going to run.</queueMessage>
</queueRules></log>
 
Try to completely disable FP support in service plan with

C:\Program Files (x86)\Parallels\Plesk\bin>service_plan.exe --update <service_plan_name> -fp false -fp_ssl false -fp_auth false
 
Back
Top