Running ISA Server 2004 which requires authentication, getting error
0x80190197 when i do a bitsadmin.exe /geterror jobname in command prompt.
Could anyone tell me if i'm even remotely close to getting the syntax correct:
bitsadmin.exe /setcredentials grc PROXY BASIC "Username" "pw"
Do I need the quotes around the user/pw? Haven't tried with DIGEST or
PASSPORT. Haven't been able to find a good source for examples, for batch
files or vb.net source code. Guess I'll keep digging and trial & error
learning. =)
Something I'm not sure about in your context is whether you actually need to
set the credentials at all - your implicit logged-on user's credentials
might be adequate if the ISA Server just requires integrated Windows
authentication.
--
Phil Wilson [MVP Windows Installer]
----
"gordonmytuba" <gordon...@discussions.microsoft.com> wrote in message
news:41822951-1D40-4747...@microsoft.com...
Now, to try and figure this out for using in VS 2005 with vb.net using this
article by Duncan Mackenzie
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/WinXP_BITS.asp
2. This uses BITS too, the downloader part, source in C#, VB:
--
Phil Wilson [MVP Windows Installer]
----
"gordonmytuba" <gordon...@discussions.microsoft.com> wrote in message
news:A67481E7-87A4-42C2...@microsoft.com...
And yes, don't see that zip file here. But thanks for the help and I'll keep
on tinkering with it, maybe stumble across a breakthrough. =)
Now regarding Scott's managed wrapper for BITS -- while it is certainly
better than other solutions it is not officially tested by Microsoft. You
have to pretty much use it at your own risk. That being said, we can still
answer any BITS questions arising from the usage of this and other managed
code wrappers. An official managed code solution is being planned but the
schedule is not finalized yet.
--
Narayana Mahankali
Microsoft, BITS
This posting is provided "As Is" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"gordonmytuba" <gordon...@discussions.microsoft.com> wrote in message
news:A13C33B7-6F5B-4049...@microsoft.com...
Using the command line bitsadmin.exe was just me trying to get familiar with
BITS and what it does. Then moving onto trying to create an vb.net app that
sits in background of a server that transfers NTBackup files offsite to other
servers in our VPN WAN.
I have built an app (not using that interop.vb file mentioned) instead using
that bitsmanager.dll file i think. I can transfer files to and from other
computers on the LAN as well as download files off the internet. But that's
not as sophisticated as what is needed in my situation. That wrapper that
Scott wrote in that "Updater Application Block version 2.0" is beyond my
comprehension at this point in time. Not sure how to use it. Maybe I bit off
more than I can chew, but I enjoy programming and want to learn BITS and .Net.
Is there any reference document/website on how to use this wrapper for a
complete newbie that is trying to get a grasp on it? If I had several years
of programming with .net under my belt i'm sure it would make alot more sense.
Thank you to everyone for any and all time spent on answering my questions!
It really does help me alot.
gordo
--
Narayana Mahankali
Microsoft, BITS
This posting is provided "As Is" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"gordonmytuba" <gordon...@discussions.microsoft.com> wrote in message
news:F1740FFD-CE50-4532...@microsoft.com...