As I said a while ago I moved SYDI, my network documentation project, to a new domain. Now I’m beginning to add information about SYDI and network documentation in general. The first article is under the best practices section and is titled How to use SYDI Server with Login Scripts.
If you have any requests, please let me know.
Regarding my stories I am going to write more of them and the next installment of The Broken NDA is coming, sorry for the delay!
[tags]sydi,network documentation[/tags]
Scooter says
I was wondering if there are any options to document using sydi by using IP ranges instead of domains or active directory.
Athif says
Hi,
Many thanks for the great script.
On my server, I have installed Microsoft WORD VIEWER and ran the SYDI-SERVER.vbs script and it throws the following error;
Start subroutine: PopulateWordfile()
429 — ActiveX component can’t create object (.)
Could not open Microsoft Word, verify that it is correctly installed on the computer you are scanning from.
Is this a limitation? As a policy, I can’t install MS Word on the web server – I can only install WORD VIEWER.
Please advice. I will be glad if the script can work with word viewer or atleast if the script can save the result to a .doc file which I can copy to my workstation and open it.
Thanks again.
Athif – http://www.msmvps.com/athif
Patrick Ogenstad says
Scooter: No, however if you list all the ip addresses in a textfile you can run SYDI-Wrapper against that textfile and the result will be the same.
Athif: If you are using the Word output you have to have Word installed on the computer you are running the script from. However you can also write output to an XML file and convert it to a Word document with ss-xml2word.vbs. Check the guide here; How to use SYDI-Server.
Mats Larsson says
Hi !
This is realy a great script.
I like to convert my xml file to Swedish but I ran into problems
C:\sydi\tools\ss-xml2word.vbs(1249, 3) Microsoft VBScript runtime error: Type mismatch: ‘oWord.Selection.TypeText’
I have specifed the path to all files and tried different things
Patrick Ogenstad says
Mats: This might be a bug in SYDI but I would still guess it is related to paths (I have to include some more error handling in the next version).
Could you describe how you run ss-xml2word, ie the parameters you use and where the files reside?
Patrik says
Make a startupscript that echoes the computername/ipadress to a textfile in a shared folder.
Then use wrapper to schedule a job that checks the if the file exists and then moves it, scans the computers in it and then delete the file.
Have been using this for a year now and it works perfect. Only computers that recently have been restarted are scanned and the user don´t see any delays.
Michael Capozzi says
I get the following error when running sydi-wrapper.vbs.
C:\sydi\tools>cscript sydi-wrapper.vbs -tc:\sydi\tools\computers.txt
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.
C:\sydi\tools\sydi-wrapper.vbs(117, 2) Microsoft VBScript runtime error: ActiveX
component can’t create object: ‘Scripting.FileSystemObject’
korre says
I generated local xml files on two servers,
then afterwords I used my local Windows 7 w/ Office 2007 box to convert xml to doc:
1) Server 2003 – conversion fr xml to doc worked file
2) Small Business Server 2008 – conversion to doc failed:
Reading SYDI-Server Source File: SBS-sydioutput.xml
Reading Written Documentation:
Creating new document
Opening Empty document
Setting styles
Reading Language File: lang_english.xml
Inserting Table Of Contents
Writing Section: System Information
Writing Section: Hardware Platform
Writing Sub-Section: General Information
Writing Section: Software Platform
Writing Sub-Section: General Information
Writing Section: Storage
Writing Sub-Section: General Information
Writing Section: Network Configuration
Writing Sub-Section: IP Configuration
Writing Section: Miscellaneous Configuration
C:\Users\Jaan\Desktop\Sydi-project\Sydi-files\sydi-server-2.3\ss-xml2word.vbs(1281, 3) Microsoft VBScript runtime error: Type mismatch: ‘oWord.Selection.TypeText’
Patrick says
korre Make sure the xml file is a valid xml file. Can you open it with Internet Explorer?
Dilson Fernandes says
Hi,
I´m a problemam witch sydi-server-2.3 script.
Win 7 and XP, Office 2003 and 2007
I´m return erro:
C:\sydi-server-2.3\tools\ss-xml2word.vbs(1281, 3) Microsoft VBScript Erro de tempo de execução do Microsoft VBScript: Tipos incompatÃveis: ‘oWord.Selection.TypeText’
I need that script for iventory my workstations.
Please, contact-me !!!
Vali says
Hello,
I have a problem, since Microsoft Word is not installed on our servers and I’d like to run the sydiscript using a pocket USB version of MS Word. How can I use this? I don’t want to use the XML option. Is it possible to run the Word application from an USB stick to create the Sydi server documentation?
For example the Wordfile is on U:\Wordpocket\Winword.exe.
regards,
Valiant
Sten says
I am getting an error when running sydi-server version 2.3 on a Windows Server 2003 R2 system. The script errors out (2663, 3) VBScript runtime error: object required: ‘objDbrWindowsComponents’. This is occuring in the populatexmlfile sub-routine. I notice a warning in the script before this that Win32_Product class is not installed; I am not sure if this is related, just adding as much information as possible. Because of change control restrictions and the way I am forced to access this system (local administrator), I cannot install anything, nor do I believe that I can run the script from another server that has Word installed.
Great product. This is the first issue I have run into having “documented” around 80 Windows servers before.
Peter says
hi, when I run sydi it only outputs the sub contents under table of contents, is there any way of getting it to produce the main contents along with sub contents.
my table of contents all start with 2.1 general information instead of stating at
1. System summary
2. Hardware Platform
2.1 General information