Import Resources - ...
 
Notifications
Clear all

Import Resources - failing

11 Posts
3 Users
0 Likes
1,294 Views
Posts: 115
Topic starter
(@jimjams)
Estimable Member
Joined: 8 years ago

Hi,
I have a new install of SolidCP on Win2008 R2.
The server has many existing websites.
I created the service, virtual server, hosting plans etc.
I created my first end user, assigned him a package.

When I go to import resources under his plan, it does show the existing websites and allows me to select it and click import.
It just returns to the space homepage with no error, but the website was not imported..
There are no errors in the audit or on the servers event viewer > solidcp.

Any ideas where I can find a log of what's wrong?

Thanks for any help.

10 Replies
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Hello,

Usually when i see this happening there's a double record inside the database: domain table which prevents the system to import properly.

Can you do a mssql management --> select 1000 --> then edit query with:

where [DomainName] like 'yourdomain.com'

then make sure it only returns 1 single result (one without WebsiteID filled in)

Regards,

Marco

Reply
Posts: 115
Topic starter
(@jimjams)
Estimable Member
Joined: 8 years ago

Still can't get it working.
Its a new install. I added the domain first in case it needs that.

It does show the existing websites and FTP and allows me to select them and click import.
But nothing happens once it completes.
No errors messages are shown in either logs.

PS: I thought there used to be a progress bar on the import? That's not showing either.

Please help, thanks 🙂

Reply
Posts: 115
Topic starter
(@jimjams)
Estimable Member
Joined: 8 years ago

Actually I am getting an error in the server logs for it now:

-----

[10/5/2016 2:03:30 AM] ERROR: 'Internet Information Services 7.0' GetSite

System.Runtime.InteropServices.COMException (0x80070490): Filename: ?C:windowssystem32inetsrvconfigadministration.config

Error: The configuration section 'system.webServer/management/authorization' cannot be read because it is missing a section declaration

But if I switch the enterprise and server app pool to 64bit I get this error when I load their landing pages to test the service:
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:windowsMicrosoft.NETFrameworkv4.0.30319aspnet_filter.dll" failed

What am I doing wrong here please?

Reply
1 Reply
Admin
(@m-tiggelaar)
Joined: 8 years ago

Noble Member
Posts: 1964

Error: The configuration section ‘system.webServer/management/authorization’ cannot be read because it is missing a section declaration is usually a result of an issue with your base IIS config , in some cases their caused by for example installing 2x different version of web deploy, in most cases their just corrupt config files, you can try and copy + replace them from the backup / history directory on your server. Do note that SolidCP is technically designed for 64bit asp.net 4.5 (portal + enterprise)

Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Looks like the design changes broke the import function.

I will make a fix for this shortly and keep you posted.

Reply
Page 1 / 2
Share: