• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Parent domain not found error while taking backup

deepa

Basic Pleskian
we had removed a few domaisn recently without any errors h
however recently teh backup whole server or per domain backup failes. here is psabackup log error.

any ideas whcih parent domain setting its failing at..



--

Log : Load table cf_dsn_params
Log : Load table wsb_param
End: Loading database...
Start: Resolving links...
Exec 'C:\Program Files\SWsoft\Plesk\admin\bin\sbmng' '--get-host'
End: Resolving links...
Start: Starting Plesk control panel.
End: Starting Plesk control panel.
Start: Starting services of domains
End: Starting services of domains
psabackup.InternalErrorException: Parent domain not found
at psabackup.wsb_param.GetDomain(XMLRow row, DumpEnv env)
at psabackup.wsb_param.onPreDumpOperation(XMLRow row, DumpEnv env, DumpOperation operation)
at psabackup.DumpEnv.resolveLinks()
at psabackup.DumpEnv.start()
at dump.Progress.runAsync()
at dump.Progress.timer_Tick(Object sender, EventArgs e)
 
Ok. Try to run following sql queries:

select * from (select distinct dom_id from dom_param) dp left join (select distinct id from domains) d on dp.dom_id=d.id where d.id IS NULL;

You will find extra records in dom_param table for already removed domains. So, for fixing this problem you should delete these records from this table. For the same issue for clients you can use following query:

select * from (select distinct cl_id from cl_param) clp left join (select distinct id from clients) cl on clp.cl_id=cl.id where cl.id IS NULL;

Please inform me with results.
 
hi

I did replace the file with the one at http://kb.odin.com/en/2175

backup runs fine now. However If a select site bulider backup ... as well for any domain it gives following warning.
--

Unable to retrieve plan for SiteBuilder user
No plans for user

--
 
to give it atry I have replaced the psabackup.dll file .The backup ran fine .
**We is it good to keep 'replaced' file or not?
*** while sleecting SB backup with any domain backup, backup utility gives warning ..


---


Unable to retrieve plan for SiteBuilder user
No plans for user


--
 
Go to Sitebuilder > Users and make sure that specifeid user has a plan assigned and that such plan exists in the list of Sitebuilder plans.
 
Back
Top