Auto Createapplication.dat for serverlist
dbdmora
Posts: 50
How can we create a application.dat with out server list automatically?
multiple users use multiscript and we would like to auotmatically create the application.dat file on a daily basis when new SQL servers are online. This way anyone can copy the application.dat file to their local folder and get an upto date server list.
It used to work but something in the new version broke it.
multiple users use multiscript and we would like to auotmatically create the application.dat file on a daily basis when new SQL servers are online. This way anyone can copy the application.dat file to their local folder and get an upto date server list.
It used to work but something in the new version broke it.
Comments
Are you talking about the List Manager application? That's the only thing I know that could import a list of SQL Servers automatically. Is it because you're trying to connect to SQL Server 2012?
I also have a utility, although a bit clunky, which will detect all the databases you have access to on a network and add them to your dat file.
ftp://support.red-gate.com/utilities/mu ... export.zip
P.S this is what I see
Is it possible the SSIS package encoding output is wrong? Sometimes if we copy the contents inside the app.dat file we create into the one that Multiscript creates, it works.
What type of file encoding does multiscript use to create application.dat. that might be the issue because all the XML is correct. If we ouput as plain text and just rename the file extension to .dat, multiscript re-encodes but blanks out the inside content, if that makes sense.