I'm looking for a way to use multiple symbol servers at the same time.
- SymServ1 = Microsoft Symbol Server
- SymServ2 = our own product symbol server
Now I've tried two different versions of _NT_SYMBOL_PATH
_NT_SYMBOL_PATH = SRV*<downstore>*SymServ1*SymServ2
and
_NT_SYMBOL_PATH = SRV*<downstore>*SymServ1;SRV*<downstore>*SymServ2
> symchk.exe" /ob /ip %1 /s %_NT_SYMBOL_PATH%
cannot find the symbols. Only if I access each symbol server
individually, then the symbols are found and downloaded.
Is there a way to concatenate the symbol server strings?
What am I doing wrong here?
Thanks for your help,
Andreas
Thanks,
Andreas
srv*store1*store2
The same is true with three symbol stores. The files are always copied to
store1.
srv*store1*store2*store3
If any store other than the rightmost store is read-only, then the cascading
will not work. If your own product symbol server store is read-only from
the debugger client, you must use separate symbol path elements.
srv*store1*YourProductSymbolServer;srv*store1*http://msdl.microsoft.com/download/symbols
You also have the option to declare the download cache globally.
cache*store1;srv*YourProductSymbolServer;srv*http://msdl.microsoft.com/download/symbols
Hope this helps.
.pat styles [microsoft]
"Andreas" wrote in message
news:be3c5a89-88da-4d26...@w31g2000yqb.googlegroups.com...
.pat styles [microsoft]
"Andreas" wrote in message
news:aae1a698-7f25-40aa...@y4g2000yqy.googlegroups.com...
Cheers,
Andreas
.pat styles
"Andreas" wrote in message
news:dc9a0b62-b013-4c7d...@d37g2000yqm.googlegroups.com...