Questions tagged [metabase]
18 questions
5
votes
1 answer
Import IIS6 website configuration into IIS7
I have many websites hosted on IIS6 and I want to migrate them to IIS7. It is enough if the basic configuration (folder, virtual folders inside, hostheaders, ) is migrated. a great part of the configuration is in web.config anyway. It is even okay…

sinni800
- 263
- 2
- 11
2
votes
0 answers
Running Metabase jar file as a systems service on Ubuntu Server
I am trying to get the Metabase (v0.24.2) jar file running as a systemd service on Ubuntu Server 16.04 LTS with OpenJDK 1.8.0_131 installed
Running java -jar metabase.jar works perfectly, but I can't seem to get it going as a systemd service.
This…

simonlehmann
- 350
- 1
- 4
- 15
2
votes
2 answers
Enable ASP classic logging to event log
I thought my need was pretty simple, but I couldn't find a solution...
How can I make ASP-classic errors appear in Windows Event Log ?
I need it on Windows-server-2000 and Windows-Server-2003.
Regards,
Frédéric

fredlegrain
- 123
- 1
- 3
1
vote
1 answer
Microsoft Web Deployment Tool: "Only absolute paths are supported"
I get the following error when I try to use the Web Deployment Tool and a URL is the path of a virtual directory:
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:sync -source:metakey=lm/w3svc…

jlupolt
- 914
- 1
- 7
- 10
1
vote
1 answer
GZip on IIS6.0 - Some sites work, others don't?
I have a 2k3 server setup running iis6.0 and I've just enabled gzip compression successfully - for the most part. Most sites (eg: clickhips.co.uk) are coming up in YSlow as being compressed fine however the site I'm currently developing…

Wayners
- 21
- 2
1
vote
2 answers
IIS6 is leaking IP address in header
We are working on obtaining PCI compliance for our e-commerce website with securitymetrics.com One last item that keeps coming up is as follows:
Synopsis : This web server leaks a
private IP address through its HTTP
headers. Description :…
user16385
1
vote
3 answers
edit website "number" in the IIS Metabase
If you open the IISMetabase xml file you will see something like

rams
- 247
- 3
- 10
1
vote
3 answers
IIS Configuration changes break third party-app
I'm using a third party app build on asp.net. It runs on Server 2003/IIS6. I changed the way that app pools are recycled. After this happened the third party application stopped working. Specifically URLs that didn't correspond to files in the third…

paulmorriss
- 277
- 1
- 3
- 15
1
vote
1 answer
Moving IIS6 Metabase from one hard drive to another
I lost the primary hard drive on my web server, and am now faced with a readable hard drive with the old Windows 2003 installation and a virgin installation of IIS6. I need to figure out how to get the IIS6 metabase from the old OS installation to…

Dan Short
- 180
- 7
0
votes
1 answer
Failed to write metabase key
I'm running IIS7.5 on Windows 7, and it's got IIS6 Compatibility installed due to requirements from our current product installer.
After successfully installing our product, I realized I needed to reinstall some other software that it relies on. …

womp
- 133
- 7
0
votes
1 answer
Java service fails to start w/ SystemD while it works on the CLI
I've a metabase service that I used to manage with systemD. I can successfully start it by invoking it directly on the CLI:
/usr/bin/java -jar -Xmx512m /usr/local/sbin/metabase.jar
But when trying to start it through a systemD service, it get an…

Buzut
- 815
- 3
- 10
- 23
0
votes
1 answer
configure IIS 7.0 meta database issue
I am using IIS 7.0 + Windows Server 2008. Anyone has experience to configure the Timer_MinBytesPerSecond configuration items -- either programmatically or manually is fine? I also want to know how to check the current values for…

George2
- 1,137
- 6
- 22
- 41
0
votes
1 answer
Sync IIS Between Two Computers
I have Network Load Balancing setup to split the load between two IIS running Win2k3 boxes. Keeping the files in sync is trivial (we use rsync), but the IIS meta data is a pain. The current method we're using to get the metadata (the virtual…

Barrett Jacobsen
- 45
- 2
0
votes
1 answer
How do I import an IIS 6 metabase into iis7?
Before my Windows 2003 box died, I made backups of the Metabase history as well as exported a backup to an MDO file.
I would like to import the entire file into IIS7 so that I don't have to re-create all of the site/domains and app pools manually.…

nixkuroi
- 113
- 5
0
votes
1 answer
Rebuilding Exchange 2003 HTTP Virtual Directories in IIS grayed out
Google is bringing up nothing on this subject for me.
We had an administrator accidentally delete the "Default Web Site" rather than the virtual directories following these instructions http://support.microsoft.com/kb/883380. Now everything in ESM…

Ryan Mortier
- 498
- 3
- 8
- 19