Unable to install WebDav

I am attempting to install the XML starter kit.

I am using Windows XP Pro with IIS.

I get the message “Setup is installing WebDav now…” and get no further.

Any ideas?

Hi,
The WebDav installation should create a log file called XSV<v.v.v.v>Inst.log in your Tamino install directory, where <v.v.v.v> is most likely ‘4.1.4.2’.
If you take a look into this it might give you an idea what’s wrong, or you could zip and post the log file to the forum in a reply.
HTH

The version number is actually 4.1.4.1. This is the XML Starter Kit off the xmlstarterkit.com website. The log file does not seem to be getting updated - the one I see was last updated yesterday, yet I just tried to reinstall.

One clue, the installation seems to have hung up within tomcat.exe. Why is Tomcat being installed?

Just looked again and something must have been wrong with my eyes - it is indeed 4.1.4.1. Still, I see no issues within that file. Here are the last few lines:

22:50:32 SAGRegDBGetKeyV szName = Folder_Group
22:50:32 SAGRegDBGetKeyV size(Folder_Group) = 82
22:50:32 RegDBGetKeyValueEx( “SOFTWARE\Software AG\Tamino\4.1.4.1”, “Folder_Group”, REGDB_STRING, “C:\Documents and Settings\All Users\Start Menu\Programs\Software AG Tamino 4.1.4.1”, 82 )
22:50:32 SAGRegDBGetKeyV <— END <—
22:50:32 GetTaminoFolder szFolderGroup=C:\Documents and Settings\All Users\Start Menu\Programs\Software AG Tamino 4.1.4.1
22:50:32 GetTaminoFolder <— END <—
22:50:32 SAGAddFolderIco → BEGIN →
22:50:33 SAGAddFolderIco SAGAddFolderIcon( C:\Documents and Settings\All Users\Start Menu\Programs\Software AG Tamino 4.1.4.1\Tamino Tools, Schema Editor, cmd /c “C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1\X_Tools\Tamino_Schema_Editor\inoschema.cmd”, C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1\X_Tools\Tamino_Schema_Editor, C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1\X_Tools\Tamino_Schema_Editor\tse3.ico, 0, , 3 );
22:50:33 SAGAddFolderIco <— END <—
22:50:33 CreateProgramGr <— END <—
22:50:33 Disable( STATUSEX )
22:50:33 SAGInstFinish → BEGIN →
22:50:33 SAGRegDBSetDefa → BEGIN →
22:50:33 RegDBSetDefaultRoot( HKEY_LOCAL_MACHINE )
22:50:33 SAGRegDBSetDefa <— END <—
22:50:33 Disable( LOGGING )
22:50:33 SAGRegDBSetKeyV → BEGIN →
22:50:33 RegDBSetKeyValueEx( “Software\Software AG\Install\XSC”, “BATCH_INSTALL”, REGDB_STRING, “FALSE”, -1 )
22:50:33 SAGRegDBSetKeyV <— END <—
22:50:33 SAGRegDBSetKeyV → BEGIN →
22:50:33 RegDBSetKeyValueEx( “Software\Software AG\Install\XSC”, “Reboot_needed”, REGDB_STRING, “FALSE”, -1 )
22:50:33 SAGRegDBSetKeyV <— END <—
22:50:33 SAGRegDBSetKeyV → BEGIN →
22:50:33 RegDBSetKeyValueEx( “Software\Software AG\Install\XSC”, “ReturnCode”, REGDB_STRING, “0”, -1 )
22:50:33 SAGRegDBSetKeyV <— END <—
22:50:33 SAGRegDBSetKeyV → BEGIN →
22:50:33 RegDBSetKeyValueEx( “Software\Software AG\Install\XSC”, “ReturnText”, REGDB_STRING, “”, -1 )
22:50:33 SAGRegDBSetKeyV <— END <—
22:50:33 SAGInstFinish # nRetCode = 0 (SAGI_RC_OK), Reboot needed = FALSE
22:50:33 SAGInstFinish <— END <—
22:50:33 OnFirstUIAfter <— END <—
22:50:33 OnEnd → BEGIN →
22:50:33 OnEnd <— END <—
22:50:33 SAGLogSetTarget new target = C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1<BR>22:50:33 SdShowMsg(“Setup is saving the installation log file …”, TRUE)
22:50:33
22:50:33 2-17-2005 **** log closed ****

As far as I know, the version of Tamino WebDav Server released with the Starter Kit is 4142. The version of Tamino in the same kit is 4141. So what we need to see is the XSV install log which really should be called XSV4.1.4.2Inst.log. I think your log excerpt is from the XSC (Schema Editor) install log so it doesn’t really help. A normal Tamino WebDAV server installation creates a standalone instance of Tomcat which listens on port 4000, hence the URL of the webdav server is:
http://localhost:4000/taminowebdavserver
HTH