| Using MSN Messenger over ICS |
|
 |
Index ‹ Information Technology ‹ Messanger
|
- Previous
- 1
- Money >> Money 2006 date formatHi,
I have bank accounts in the UK and in the US, and am trying to set up
Money 2006 Deluxe to allow importing of statements from both countries.
The UK banks use dd/mm/yyyy date format in their OFX files. The US
banks use mm/dd/yyyy. Money seems only to handle one format - the one
that the PC is set to use. As my PC is set to use US date format, the
statement from my UK bank gets entered incorrectly (day and month get
transversed).
Ideally there should be a setting for each account to specify the date
format that the bank uses, but according to Microsoft support there is
not.
Does anyone know of a way to correct this behaviour?
Many thanks!
Tim
- 2
- 3
- Compact >> Converting from one calendar type to anotherQuestion:
Is there a way to convert a date from one calendar
representation to another?
For example, I create a date using the system invariant
calendar and the current local time. Then I try to
create a new DateTime object using the above date and the
HebrewCalendar (after switching the thread locale to he-
IL). The CompactFramework throws an error that the year
param is out of bounds.
The conversion in Win32 NLS APIs works automatically to
switch a Gregorian date to the date in another calendar
type, so what's up with the CompactFramework? Is there
some hidden trick to use here?
Thanks for any help here.
Elisha Berns
- 4
- Messanger >> error 80048823Hello,
After this weekend, i get the error 80048823 when i try to connect on
Windows Live Messenger or Hotmail.fr...I dont know why i get this error.
I managed to change the password.
In MSN Messenger, it tells me that my Windows Live ID doesnt exist or is
incorrect.
Very boring and annoying..still wait for an answer from MS support.
It seems that my account is locked..so it must be easy to unlock.
If someone already got this issue, how had it been solved?
Thanks
PS:I've installed the newest version of Windows Live Messenger, and i can
connect with another Windows Live account.
- 5
- SBS >> SMTP Queue wont send emails with attachmentsI have a SBS2003 machine that refuses to send emails with attachments, it
sends email w/o attachments just fine. I have excluded all of the
recommended directories within Trend and I've loaded all MS updates (not
SP1).. We are using a SMTP connector to send emails. If I send the email
w/o using exchange as a middle man it goes through just fine. Please help..
If you need more info just let me know.
Court Myers
- 6
- SVCS >> Timeout deploying reportHi,
We are getting an error: "The operation timed-out" when deploying a report
to the report server. The .rdl file is larger than usual (0.5Mb) - all other
reports are deploying Ok. Is there a config setting for this?
Thanks,
Matt
- 7
- Messanger >> bigger contact list when msn messenger 7 final comes outthe msn beta team who are working on the final of msn
messenger 7 said that a larger contact list is coming out
when msn messenger 7 final comes out. even though contact
limit has nothing to do with the client(as its server
side) they're still going to increase it. not sure by how
much though. Be great if it is 250 contacts.
Tell the msn team what the maximum number of contacts on
ur contact list should be in msn messenger 7 final by
going here:
http://support.msn.com/contactus_emailsupport.aspx?
productkey=messenger&ct=eformfree
There is no mention of Offline messaging though. So email
the msn team and tell them u'd like an offline messaging
feature(like icq and yahoo have). Tell them why u want it
to. I would really like this. it'd be so much easier than
having to log into hotmail.
- 8
- SBS >> Global Exchange Rule/Mail FilterHi,
I just installed a spam filter application before the smtp on the SBS
exchange. The application re-writes the subject line on marked messages to
"SPAM:". How can I push out a Rule that will automatically transfer the
messages to a folder called Spam? I noticed in the Rules Wizard that you can
export a rule but I would like to figure out how to push this out so I don't
have to visit each workstation (35).
Thanks,
Jay
- 9
- Crm >> ALL emails end up in the usersAll users are seeing ALL their incoming outlook e-mail showing up in their
"My Work -> Assigned" queue's, even though their individual settings under
Personal Options are selected as "Email messages that contain a Microsoft
CRM tracking token".
can anybody lead us to a solution to this problem?
Thanks,
Gavin
- 10
- SBS >> Setting Security permissions on users personal foldersHi!
It might be a simple thing, but I seem not to be able to set it properly,
and need a help urgently!
I have users shared folder called 'users' and under are home directories for
each user. At the moment everyone can see everyone's folder. (that's how it
came out after installation as default).
I need to set that each users can see, r/w only his/hers home directory, and
not even read others.
Please, help me to set it up...
At the moment 'users shared folder' is shared and persmissions are:
Share: Domain Users, Domain Admins, SBS Folder Ops: FullCont, Change, Add
Permissions: Domain Admins - all (FMRLRW), Domain Users Read&Ex, List, Read.
On the users folder under this one, all permissions are inhereted and user
account is added with all permissions.
(that's all default settings)
I tried a few combinations, but none worked.....or user can't see anything,
or everything...
Thanks!!!
--
Nikki It Admin
- 11
- Money >> Microsoft: Unanswered problem with online quotesI seem to be having the same proboem as many others who have posted but have
not seen a response from MS. I have gone as far as removing both Norton
Personal Firewall and NAV but still it timeouts after many many minutes. It
always worked befoire October or so.
Microsoft will you please respond.
- 12
- Compact >> vb.net CF to vb.nethello,
i have a program that we had developed for win-ce 4.1 on vb.net CF
we need to convert the program to regular vb.net to run on a win-xp system
the program is basically a gui and uses sqlce as a database
is it a lot of work to convert a program like this to be able to run on
win-xp?
thanks for any input on the subject.
- 13
- 14
- SVCS >> SSRS and MOSS SharePoint 2007 IntegrationI am our SSRS admin, and we are looking to move to MOSS 2007 as our platform.
Are there any good resources of where to start for someone that is fairly
well versed in standard SSRS configuration, and is brand new to SharePoint
altogether?
If there is anyone here that has the knowledge and time, I would love an
email address or something to have a relatively short conversation about how
we can make use of the tools and processes that we currently use for
maintaining and deploying our reports currently in the SharePoint world.
We currently have 100 plus reports that I deploy via the command line RS.exe
utility to our various setups (can pass in servernames, and data source
connection info, etc). Will I still be using that to deploy report in the
MOSS world?
Thanks,
- 15
- Crm >> Calling a global function from another entityI hope someone can teel me what I'm doing wrong.
I have code in the SalesOrderDetail entity. My Co-worker wrote some Tax &
Freight calculation code in the SalesOrder entity. He put this code into a
Function declared in the OnLoad event thusly:
recalc = function()
{
// His Code
}
Now, I'm trying to call this function in my code on the Child
SalesOrderDetail record using "window.opener" thusly:
window.opener.crmForm.recalc();
But I'm getting errors when doing so. Am I missing something? Can I call a
function from another entity in this manner??
Any help is greatly appreciated.
--
MD
|
| Author |
Message |
Shyaam

|
Posted: Wed Aug 18 21:05:17 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
I have 2 XP machines - the main one connected to the internet (A), and
linked to the other one (B) through a crossover cable.
The problem is, I can't connect to Messenger on B. UPnP is automatically
enabled on both machines.
This is the first time I've ever networked 2 computers together, and AFAIK
everything else internet-related works from B (web browsing etc).
I've tried running a Socks 5 proxy on A, and setting Messenger up on B to
accept that - and it gives me a success message when I press the "Test
Connection" button (in options, connection), however it still doesn't
connect, giving me the general error.. "We were unable to sign you into .NET
Messenger service, blah blah.... error code 0x81000301"
Can anyone advise as to how to make it work?
TIA!
Rachel
Information Technology382
|
| |
|
| |
 |
anonymous

|
Posted: Wed Aug 18 21:05:17 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
u cud go here:
http://webmessenger.msn.com
it will let u sign into msn messenger using only ur
browser. It's FREE
>-----Original Message-----
>I have 2 XP machines - the main one connected to the
internet (A), and
>linked to the other one (B) through a crossover cable.
>The problem is, I can't connect to Messenger on B. UPnP
is automatically
>enabled on both machines.
>
>This is the first time I've ever networked 2 computers
together, and AFAIK
>everything else internet-related works from B (web
browsing etc).
>
>I've tried running a Socks 5 proxy on A, and setting
Messenger up on B to
>accept that - and it gives me a success message when I
press the "Test
>Connection" button (in options, connection), however it
still doesn't
>connect, giving me the general error.. "We were unable to
sign you into .NET
>Messenger service, blah blah.... error code 0x81000301"
>
>Can anyone advise as to how to make it work?
>
>TIA!
>Rachel
>
>
>.
>
|
| |
|
| |
 |
Stephen

|
Posted: Wed Aug 18 22:22:35 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
"Rachel" <EMail@HideDomain.com> wrote in message
news:7nPUc.1278$EMail@HideDomain.com...
>I have 2 XP machines - the main one connected to the internet (A), and
> linked to the other one (B) through a crossover cable.
> The problem is, I can't connect to Messenger on B. UPnP is automatically
> enabled on both machines.
>
> This is the first time I've ever networked 2 computers together, and AFAIK
> everything else internet-related works from B (web browsing etc).
>
> I've tried running a Socks 5 proxy on A, and setting Messenger up on B to
> accept that - and it gives me a success message when I press the "Test
> Connection" button (in options, connection), however it still doesn't
> connect, giving me the general error.. "We were unable to sign you into
> .NET
> Messenger service, blah blah.... error code 0x81000301"
>
> Can anyone advise as to how to make it work?
>
> TIA!
> Rachel
>
>
Are you using Internet Connection Sharing?
You may have configured the client improperly.
http://www.microsoft.com/windowsxp/using/networking/learnmore/ics.mspx
XP has a wizard. I once made a mistake and configured both as hosts.
I mention this because you have probably tried more common solutions.
Regards,
Stephen
|
| |
|
| |
 |
Stephen

|
Posted: Wed Aug 18 22:38:16 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
"Rachel" <EMail@HideDomain.com> wrote in message
news:7nPUc.1278$EMail@HideDomain.com...
>I have 2 XP machines - the main one connected to the internet (A), and
> linked to the other one (B) through a crossover cable.
> The problem is, I can't connect to Messenger on B. UPnP is automatically
> enabled on both machines.
>
> This is the first time I've ever networked 2 computers together, and AFAIK
> everything else internet-related works from B (web browsing etc).
>
> I've tried running a Socks 5 proxy on A, and setting Messenger up on B to
> accept that - and it gives me a success message when I press the "Test
> Connection" button (in options, connection), however it still doesn't
> connect, giving me the general error.. "We were unable to sign you into
> .NET
> Messenger service, blah blah.... error code 0x81000301"
>
> Can anyone advise as to how to make it work?
>
> TIA!
> Rachel
>
I finally switched to the AnalogX proxy server, it is free.
http://www.analogx.com/contents/download/network/proxy.htm
"Do you have several machines on a network, but only one connection to the
internet? Wish you could browse the net from the other machines, just like
you can from the machine that's connected? Then what you're looking for is
called a Proxy Server, and AnalogX has just what you want. AnalogX Proxy is
a small and simple server that allows any other machine on your local
network to route it's requests through a central machine. So what does that
mean in English? Simple, run Proxy on the machine with the internet
connection; configure the other machines to use a proxy (it's very easy,
there's a detailed description in the readme), and voila! You're surfing the
web from any other machine on your network! Supports HTTP (web), HTTPS
(secure web), POP3 (recieve mail), SMTP (send mail), NNTP (newsgroups), FTP
(file transfer), and Socks4/4a and partial Socks5 (no UDP) protocols! It
works great with Internet Explorer, Netscape, AOL, AOL Instant Messenger,
Microsoft Messenger, and many more!"
SH: I haven't tested this recently, it used to work great. When SBC
came out with a $27 dsl package with free dsl modem I upgraded to
a BEFSR41 dsl router which bypasses issues like an ICS client having
UPnP connectivity issues with another ICS client out yonder. A router
is so much easier plus hardware firewall protection rather than ICF.
Regards,
Stephen
|
| |
|
| |
 |
Stephen

|
Posted: Wed Aug 18 22:52:19 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
"Rachel" <EMail@HideDomain.com> wrote in message
news:7nPUc.1278$EMail@HideDomain.com...
>I have 2 XP machines - the main one connected to the internet (A), and
> linked to the other one (B) through a crossover cable.
> The problem is, I can't connect to Messenger on B. UPnP is automatically
> enabled on both machines.
>
> This is the first time I've ever networked 2 computers together, and AFAIK
> everything else internet-related works from B (web browsing etc).
>
> I've tried running a Socks 5 proxy on A, and setting Messenger up on B to
> accept that - and it gives me a success message when I press the "Test
> Connection" button (in options, connection), however it still doesn't
> connect, giving me the general error.. "We were unable to sign you into
> .NET
> Messenger service, blah blah.... error code 0x81000301"
>
> Can anyone advise as to how to make it work?
>
> TIA!
> Rachel
>
>
You can't connect at the same time from two compters with
the same passport ID. Did you try getting an alternate ID so
that you could log on with an alias from your second computer?
IIRC, computer A must be on and connected to the internet
in order for B to connect. If you have A set up to automatically
start and login, then if you try to login with the same ID on B,
one will disconnect. I've heard of a utility to fix that. Then there
seems to be some odd behavior from the passport server, too.
Hard to diagnose,
Stephen
|
| |
|
| |
 |
Rachel

|
Posted: Thu Aug 19 13:40:36 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
"Stephen Harris" <EMail@HideDomain.com> wrote in message
news:#EMail@HideDomain.com...
>
> "Rachel" <EMail@HideDomain.com> wrote in message
> news:7nPUc.1278$EMail@HideDomain.com...
> >I have 2 XP machines - the main one connected to the internet (A), and
> > linked to the other one (B) through a crossover cable.
> > The problem is, I can't connect to Messenger on B. UPnP is automatically
> > enabled on both machines.
> >
> > This is the first time I've ever networked 2 computers together, and
AFAIK
> > everything else internet-related works from B (web browsing etc).
> >
> > I've tried running a Socks 5 proxy on A, and setting Messenger up on B
to
> > accept that - and it gives me a success message when I press the "Test
> > Connection" button (in options, connection), however it still doesn't
> > connect, giving me the general error.. "We were unable to sign you into
> > .NET
> > Messenger service, blah blah.... error code 0x81000301"
> >
> > Can anyone advise as to how to make it work?
> >
> > TIA!
> > Rachel
> >
>
> I finally switched to the AnalogX proxy server, it is free.
> http://www.analogx.com/contents/download/network/proxy.htm
>
> "Do you have several machines on a network, but only one connection to the
> internet? Wish you could browse the net from the other machines, just like
> you can from the machine that's connected? Then what you're looking for is
> called a Proxy Server, and AnalogX has just what you want. AnalogX Proxy
is
> a small and simple server that allows any other machine on your local
> network to route it's requests through a central machine. So what does
that
> mean in English? Simple, run Proxy on the machine with the internet
> connection; configure the other machines to use a proxy (it's very easy,
> there's a detailed description in the readme), and voila! You're surfing
the
> web from any other machine on your network! Supports HTTP (web), HTTPS
> (secure web), POP3 (recieve mail), SMTP (send mail), NNTP (newsgroups),
FTP
> (file transfer), and Socks4/4a and partial Socks5 (no UDP) protocols! It
> works great with Internet Explorer, Netscape, AOL, AOL Instant Messenger,
> Microsoft Messenger, and many more!"
>
> SH: I haven't tested this recently, it used to work great. When SBC
> came out with a $27 dsl package with free dsl modem I upgraded to
> a BEFSR41 dsl router which bypasses issues like an ICS client having
> UPnP connectivity issues with another ICS client out yonder. A router
> is so much easier plus hardware firewall protection rather than ICF.
>
> Regards,
> Stephen
>
>
>
Hi Stephen,
That program made it all run fine! Very pleased.
Thank you very much for your help.
Rachel
|
| |
|
| |
 |
Stephen

|
Posted: Fri Aug 20 10:47:18 CDT 2004 |
Top |
Messanger >> Using MSN Messenger over ICS
"Rachel" <EMail@HideDomain.com> wrote in message
news:Eu6Vc.215$EMail@HideDomain.com...
>
> "Stephen Harris" <EMail@HideDomain.com> wrote in message
> news:#EMail@HideDomain.com...
>>
>> "Rachel" <EMail@HideDomain.com> wrote in message
>> news:7nPUc.1278$EMail@HideDomain.com...
>> >I have 2 XP machines - the main one connected to the internet (A), and
>> > linked to the other one (B) through a crossover cable.
>> > The problem is, I can't connect to Messenger on B. UPnP is
>> > automatically
>> > enabled on both machines.
>> >
>> > This is the first time I've ever networked 2 computers together, and
> AFAIK
>> > everything else internet-related works from B (web browsing etc).
>> >
>> > I've tried running a Socks 5 proxy on A, and setting Messenger up on B
> to
>> > accept that - and it gives me a success message when I press the "Test
>> > Connection" button (in options, connection), however it still doesn't
>> > connect, giving me the general error.. "We were unable to sign you into
>> > .NET
>> > Messenger service, blah blah.... error code 0x81000301"
>> >
>> > Can anyone advise as to how to make it work?
>> >
>> > TIA!
>> > Rachel
>> >
>>
>> I finally switched to the AnalogX proxy server, it is free.
>> http://www.analogx.com/contents/download/network/proxy.htm
>>
>> "Do you have several machines on a network, but only one connection to
>> the
>> internet? Wish you could browse the net from the other machines, just
>> like
>> you can from the machine that's connected? Then what you're looking for
>> is
>> called a Proxy Server, and AnalogX has just what you want. AnalogX Proxy
> is
>> a small and simple server that allows any other machine on your local
>> network to route it's requests through a central machine. So what does
> that
>> mean in English? Simple, run Proxy on the machine with the internet
>> connection; configure the other machines to use a proxy (it's very easy,
>> there's a detailed description in the readme), and voila! You're surfing
> the
>> web from any other machine on your network! Supports HTTP (web), HTTPS
>> (secure web), POP3 (recieve mail), SMTP (send mail), NNTP (newsgroups),
> FTP
>> (file transfer), and Socks4/4a and partial Socks5 (no UDP) protocols! It
>> works great with Internet Explorer, Netscape, AOL, AOL Instant Messenger,
>> Microsoft Messenger, and many more!"
>>
>> SH: I haven't tested this recently, it used to work great. When SBC
>> came out with a $27 dsl package with free dsl modem I upgraded to
>> a BEFSR41 dsl router which bypasses issues like an ICS client having
>> UPnP connectivity issues with another ICS client out yonder. A router
>> is so much easier plus hardware firewall protection rather than ICF.
>>
>> Regards,
>> Stephen
>>
>>
>>
>
> Hi Stephen,
> That program made it all run fine! Very pleased.
> Thank you very much for your help.
> Rachel
>
>
You are welcome and I'm pleased to see you are a techy.
Regards,
Stephen
|
| |
|
| |
 |
| |
 |
Index ‹ Information Technology ‹ Messanger |
- Next
- 1
- 2
- SBS >> Small Business Server to stand alone serverHello,
I have a customer that has outgrown their small business
server. We are going to move them up to 2003 Server.
What I want to know is if I can demote the 2000 Small
Business server and make it into a stand alone server?
If it is possible do I just use dcpromo to do this?
Thanks very much
Marc Rossenbach
- 3
- SVCS >> designing for excel1. Is there a way to enable the AutoFilter feature when exporting to excel
2. My margins set in the report is not being used when printing the excel
report
3. I have RepeatOnNewPage enabled but why do i still have to set it in Excel
if i want to print
thanks,
marv
- 4
- Money >> Importing CSV or xls dataI have an investment account that will only give me current positions in CSV
or xls format. I can enter these manually but the Account Summary->Account
Update option for investment accounts is painfully slow and actually quite
buggy (resets my data several times while I enter it).
Is there a way to convert these to a format that money 2007 can import?
Thanks,
Kevin
- 5
- Compact >> System.NotSupportedException was unhandledHi
My application was running till last monday...
Now suddenly i am getting the following exception...
System.NotSupportedException was unhandled
Message="System.Drawing.Bitmap"
StackTrace:
at System.Resources.ResourceReader.LoadObjectV2()
at System.Resources.ResourceReader.LoadObject()
at System.Resources.RuntimeResourceSet.GetObject()
I debugged the appicaion and found when it tries to execute
this.btnNext.Image =
((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
I am getting the error...
resources.GetObject("btnNext.Image") is giveing me an exeception
"resources.GetObject("btnNext.Image")' threw an exception of type
'System.NotSupportedException"
I am not able to understand why this is happening suddenly...
Please help me. its a show stopper for me..
Thanks in advance...
- 6
- Money >> Running Balance DisplayHello,
I am a new MS Money 2006 user and was wondering if there was a way to
display the running balance on any of my accounts that I have setup. Only the
bottom line balance is viewable.
Thanks In Advance.
- 7
- Messanger >> Contacts not displayed after upgrading to 0813After upgrading to the latest version when I open MSN Messenger my contacts
are not displayed, just a blank page. However if I look at the address book
they are still present.
What do I have to do get them to display when messenger opens?
--
Uncle John
- 8
- SBS >> SBS2K upgrade to SBS2003I have a client with a tired sbs 2000 server. They would like to move to SBS
2003 on new hardware. Currently on the sbs2000 server they are running a
large SQL db application that they need acces to for historical data. The
company that maintained this application is no longer around and
reinstalling the application on the new server is not a possibility.
My question is can I create a new domain with the new server and SBS 2003
perium and then demote the sbs 2000 server to a member server?
Thanks for your help.
Chris
- 9
- SBS >> Moving to new hardware....Can anyone point me to a document or documents that
explains the best to move a SBS install from a old machine
to a new machine keeping all Users, Computers, and
Exchange information intact?
Anyhelp would be greatly appreicated!
Thanks!
Dave
- 10
- SBS >> 12 companies, 1 SBS2003 server continued...After posting here - I also posted my question at a Novell Small Business
newgroup
see response below.
I've been given a Evaluation copy which I will be installing in the next few
hours!
>>>> Response from newgroup at (NNTP)
novell.support.netware.small-business.6x <<<<<
I think we need to be careful here. It IS possible to add Windows
servers to an SBS2003 network and they can be either member servers or
domain controllers; however, it is only possible to have ONE SBS2003
server and the SBS2003 server must be a domain controller at the root of
the Active Directory.
The usefulness of additional Windows servers in a SBS2003 network is
questionable. All of the applications bundled with SBS2003 have to be
installed on the SBS2003 server. It is not possible to install, say,
the bundled MS Exchange, MS SQL Server or MS ISA Server on a separate
Windows 2003 Server Standard Edition. This obviously has performance
and security implications, because of the overhead imposed by the server
being a domain controller and (if conected directly to the Internet
using ISA server) the issues of having a domain controller connected to
the 'net.
The only obvious use for a Windows 2003 Server in an SBS2003 network is
as a Terminal Server. MS has prevented the use of Terminal Services on
SBS2003 servers (apparently) because of 'security issues'.
With Novell SBS6.5, it is possible to install up to 5 servers in the
eDirectory tree. There are no additional server licences to buy, and
there is no restriction on how the bundled applications are deployed;
therefore it is possible to have separate file and print, email
(Groupwise), Database (MySQL) and Bordermanager servers if you wish. In
addition, up to 100 users are supported vs MS SBS2003 75 users. If you
want to have a Terminal Server, then a Windows 2003 Server Standard
Edition can be installed with the Novell client to provide remote access
to the Novell servers.
With regard to Chris's project, I would say that Novell SBS6.5 offers
far greater flexibility and capacity to provide the IT services to the
occupants of his units. Separate organisations can easily be set up in
eDirectory and, as has already been pointed out, each can have its own
Groupwise Postoffice and Internet domain (or several domains for that
matter). Each organisation could be granted rights over its own
organisation object in eDirectory enabling them to administer their own
users, printers, volumes and even their own server if necessary (this
may be possible in SBS2003 - I'm not that much of an expert with AD).
I have found this page a useful SBS2003 resource and since it is from
the horse's mouth, I assume the information is accurate:
http://www.microsoft.com/windowsserver2003/sbs/techinfo/overview/generalfaq.mspx
- 11
- SBS >> SBS login scriptI need help on the default SBS_LOGIN_SCRIPT.bat. The problem is with the
default gateway for machines in subnets other than the main one where
SBS2003 resides. Everytime a Win2K3 server (a domain controller) in the
second subnet boots, or an RDP connection is made to it, the DGW (say,
192.168.0.1) on the Win2K3 server changes to 192.168.16.1 (the main subnet
DGW).
The problem here is that the 192.168.16.1 DGW is hard-coded in config.dat,
which is used by SBS_LOGIN_SCRIPT.bat. So, is there any way to make this DGW
a variable, and assign different DGW for different subnets?
TIA,
Kyung
- 12
- Money >> Money 2004 StandardHas anyone had a problem with loading this particular
version on their computer? The program will not start up
autmoatically and when I go into run or add/remove
programs I am told that the cd is not formatted?!?!?!?!?!
Then I try to go online and call for support and they want
my product ID code, I can't even load it on to the
computer in order to go into the toolbar. Please tell me
what I should do.
Thank You,
Nicole Baker
- 13
- SBS >> Do I hve SQL Server installedSorry if this question seems stupid here but I am going to be installing an
application that requires I have SQL server installed first in my
environment. I am using SBS 2003 Premium so I know I am licensed for SQL
server. OK now thw stupid question. How do I know if it is installed or not?
Should there be a Program group of MMC I can access to manage it? Obviously
I am non literate when it comes to SQL and have had very little interaction
with the program so this is almost like French to me. Help please?
- 14
- SBS >> Applying Computer Settings too slowHi. I've got a new SBS network with 12 clients and the SBS server. When I
took on the customer, none of the service packs had been installed on the SBS
server. I applied them. Since then, every computer and profile takes about 15
minutes to apply the computer settings and apply the personal settings after
logging in.
In addition, when I added a new user and try to get Outlook working (on any
of the computers) she cannot get a connection with the Exchange Server. I'm
told that Exchange has to be online. It is of course, everybody else is
having no problems connecting.
Any ideas?
- 15
- Messanger >> MSN 6 & Windows 2003 Terminal SessionIs it possible to connect to MSN through a Terminal
session. So far I have been unsuccesfull. I am able to
connect with MSN if I have it installed on a normal
Workstation PC on the Domain, but am unable to connect on
our Windows 2003 Terminal Server. This is reguardless of
whether I try connect through a Terminal Session or if I
try connect having logged on locally to the server. I do
have normal Internet Access (IE6) which connects via our
PROXY server on the same network. Our Proxy does not use
either od the SOCKS ports (4 or 5).
Please Help. Thanks
|
|
|