var fDesc=new Array(); fDesc[0] = "Autodesk Data Management Server 2008 Service Pack 1 fixes or addresses a variety of issues pertaining to Autodesk Vault 2008 and Productstream 2008. Refer to the Readme for installation instructions, what has been fixed, and how to download the update.
This service pack update only applies to the Autodesk Vault 2008 and Autodesk Productstream 2008 client and server products.
Important: Autodesk strongly recommends using the ADMS Console backup utility to backup all databases and necessary files prior to installing this service pack."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }