Connecting to SBS server 2008 from home PC
Reply:
How do you want to connect?
I personally manage all the remote SBS boxes via Remote Desktop, with port 3389 open only from my home IP address. Others use RWW/RWA and connect via a browser. Others connect via VPN.
It's all down to preference, choice and security.
Jim
------------------------------------
Reply:
------------------------------------
Reply:
It's still down to choice.
By far the quickest is simply Remote Desktop, as that gets you straight on. But you'll need a static IP address at home for that, as you will not want port 3389 to be open to the world. 1 Step.
If you don't have a static IP, or you want another level of security, the connect to the VPN and then use RDP. 2 Steps.
If you don't like that option, fire up Internet Explorer, browser to remote.yourdomain.com and login, then choose to connect to the server. 2 Steps.
"easiest" isn't necessarily the most secure, so it's down to preference. No point making something trivially easy for you but which is also trivially easy to be hacked.
Jim
------------------------------------
Reply:
I understand what you are saying. I do not have a static IP at home so that option is gone. I think I will try VPN first them try remote login going through IE. I just was not sure what I had to do on the server end in order to accept log-ins from the outside world. I think there is a wizard on the server to allow remote access correct? Thanks for the help Jim.
------------------------------------
Reply:
Yes there's a wizard for it, from the SBS console.
VPN uses port 1723, so make sure that's open on the router that the SBS server sits behind (unless of course you already have a VPN in place).
Good luck. If you get stuck, come back here.
Jim
------------------------------------
Reply:
------------------------------------
SBS 2011 "Seems" to drop network connection at server
On a brand new install of Windows 2011 SBS, when I attempted to set up WSUS it passed an error 80072efe and refused connectivity to the Microsoft servers. When I start IE and connect to a site out on the Internet, it drops the connection also. I have run the "Connect to Internet" wizard and all was well. All of my setup ran just fine when installing the new systems, so I was not sure where to start. I can set up a continuous ping to www.yahoo.com, or any other site on the internet, and the ping runs just fine, but when I use IE to connect to something, after about 1 to 2 minutes, the connection is dropped and I cannot connect to anything again for another minute or 2. I know now that it is not my router and not my NIC, since the continuous ping keeps ticking along without any loss of packets. Any suggestions would be appreciated.
- Changed type Tiger LiMicrosoft employee Monday, July 2, 2012 1:53 AM
Reply:
--
Cris Hanna [SBS - MVP] (since 1997)
Co-Contributor, Windows Small Business Server 2008 Unleashed
http://www.amazon.com/Windows-Small-Business-Server-Unleashed/dp/0672329573/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1217269967&sr=8-1
Owner, CPU Services, Belleville, IL
A Microsoft Registered Partner
------------------------------------
MVPs do not work for Microsoft
Please do not submit questions directly to me.
Cris Hanna, Microsoft SBS MVP, Owner-CPU Services, Belleville, IL
------------------------------------
Reply:
------------------------------------
Reply:
Hi RickMac2001,
If there is any update on this issue, please feel free to let us know.
Regards,
Tiger Li
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tnmff@microsoft.com.
Tiger Li
TechNet Community Support
------------------------------------
Reply:
Rick MacDonald
------------------------------------
Reply:
Hi,
I "unchecked" as you suggested and still have the problem. No proxy, no scripts, nothing. I am at a loss. Any more suggestions?
Thanks,
Rick
Rick MacDonald
------------------------------------
I Am A Windows Developer And I Need To Know As Much About The Win phone 8 Functions As You Know!
I Am A Windows Developer And I Need To Know As Much About The Win phone 8 Functions As You Know! Someone At Microsoft Please Help Me!!!!
I Am Getting A Windows 8 Phone When It Comes Out So I Can Develop Apps; I need to know all the new functions anybody ever knows So I Can Make Great Apps!
I Found All The Functions There Were Online Public, But Someone Who Can Access Internal Sites On Microsoft; Could You Please Get All Of The Functions You Can Find!
Please Update This Often And Kudos To You!!!!!!!!
Reply:
You're post is confusing. You will be able to read everything you need to know about Windows Phone 8 when the SDK is released however it has not been released. It should be available soon.
------------------------------------
Reply:
I Am A Windows Developer And I Need To Know As Much About The Win phone 8 Functions As You Know! Someone At Microsoft Please Help Me!!!!
I Am Getting A Windows 8 Phone When It Comes Out So I Can Develop Apps; I need to know all the new functions anybody ever knows So I Can Make Great Apps!
I Found All The Functions There Were Online Public, But Someone Who Can Access Internal Sites On Microsoft; Could You Please Get All Of The Functions You Can Find!
Please Update This Often And Kudos To You!!!!!!!!
Hi
This forum is for questions and information about the Windows 8 Operating System Preview, not Windows Phone 8.
The developers who have access to the Windows 8 Phone SDK cannot reveal any information about that product.
You can keep up with the latest, public information at the following website.
Windows Phone Developer Blog:
http://windowsteamblog.com/windows_phone/b/wpdev/
Regards
------------------------------------
Queue messages with initialVisibilityDelay specified are never dequeued
This is a problem particular to the storage emulator - we have not yet attempted to reproduce it in production.
The issue is something like this:
- enqueue three messages with initialVisibilityDelay set to 30 seconds (TimeSpan.FromSeconds(30))
- the messages become visible at 30 seconds, and the first one is dequeued as you might expect
- the other two messages vanish and are never dequeued
We've played with staggering the visibility timeouts, so that the first is at 30 seconds, then second at two minutes, the third at four, and watch the whole thing in the debugger. The behavior is the same. The first is dequeued, and the others never are. By monitoring the QueueMessage table in the backing DevelopmentStorage database, you can actually watch as your app polls the queue, getting nothing out of it, and the messages sequentially vanish from the QueueMessage table without ever being dequeued (or showing up in, say, Cerebrata if you're watching the queue using other tools.)
This thread describes a similar (apparently unresolved) problem, though it doesn't play with initialVisibilityDelay.
We haven't built an app to test this in isolation. Is this a known issue with the emulator, queues in general, or something?
We're pretty confident in our code to enqueue/dequeue as its being used in production for lots of message handling. The only variable here is the initialVisibility variable, which definitely seems not to work as (we understand it to be) advertised in emulation.
At least for more than one message. One message at a time seems to work perfectly.
- Changed type Arwind - MSFT Thursday, May 31, 2012 8:38 AM
Reply:
Hi Brian - thanks for the question. Can you let us know what version of storage emulator you're using? Then we can look into this and see if we can reproduce the issue.
Thanks!
-Jeff
------------------------------------
Reply:
Hi, Do you have do some extra works with read and store queue messages? Or you can test the applicatin in other machines and looks if you can reproduce this problem. please post a test application in skydrive if convenient.
------------------------------------
Reply:
I'm sorry I never replied to this at the time. The emulator was the one prior to the latest release - I guess that was November 2011?
The issue seemed to be an interaction with TPL and enqueue/dequeue. In particular, our message loop would get a message off the queue, read it, and call a message handler which would invoke the actual code which would do the work.
The handler was wrapping the work in a new task (e.g. Task.Factory.StartNew, etc.).
The effect of this was what I described above. We never built a reproduction case, since removing two lines of code resolved the issue, and since the use of TPL in this case was logically incorrect for our scenario, anyway. I still don't understand why this would be the case - from the perspective of the message loop looking for messages on the queue, it seems like the only difference would be that in the failure case the handler would return much more quickly than in the success case.
The other thing to know was that the code being invoked in the task was itself dropping messages to a queue.
------------------------------------
CCleaner New Version
A new Version 3.21.1767 (http://www.piriform.com/ccleaner/download) of the free CCleaner system cleaning utility has been released. The changes in this version include improved Startup tool, Drive wiper and System Restore discovery, added support for Universal Extractor and Internet Download Manager, along with various minor improvements and bug fixes.
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
Reply:
------------------------------------
Reply:
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
- Edited by Drew1903 Thursday, July 26, 2012 10:37 AM
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
------------------------------------
Reply:
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
------------------------------------
Reply:
Then you must not read much on the TechNet or Answers forums; there are plenty of cases of people having problems after running CCleaner. I am not (nor is anyone else) saying that there's going to be a problem every time it's run, but how many unbootable or problematic PC's do you need before you quit using something? Your PC, your choice. After my problems with it years ago, and plenty of other posts in these forums and in the newsgroups I subscribe to, I've decided to not use it anymore. My PC, my choice :-)
SC Tom
------------------------------------
TCP receive window auto tuning effectiveness in windows 7 for HTTP downloads with mobile broadband connections
Hi,
I would like to discuss about TCP receive window auto tuning effectiveness in windows 7 for HTTP downloads with mobile broadband connections. i have experienced highly varying receive window when mobile broadband connection used for HTTP download.
1. initial receive window is very low and keep throughout the session without changing resulting low download speed.
2. sometimes receive window increase 64K with scaling factor 4.
DT
Microsoft poor practices on retiring exams!
I don't think it's fair to technology workers that Microsoft retires certification exams before the actual underlying product that the certification relates to reaches its end of support date. Employers still want their employees to obtain certifications in products that a company uses in the field.
For Example: The extended support end date for SQL 2008 R2 products is July, 2019 but Microsoft is already announcing that it is retiring the exams in July 2013. The R2 products may have been released in July, 2010 but not all the books, training materials, and training courses were even available from either MS &/or other vendors/publishers at that release date.
Personally, I think it should be left up to the individual to decide when to study and when to take the tests and Microsoft should change its policy and allow the tests to be taken as long as the product is in extended support or maybe even up to a year after extended support has ended since some consumers and companies are just not going to switch at MS timetable and thus still have a need for skilled workers. It seems as if MS is too overbearing, too controlling, and way too rigid in its ways as well as tone deaf to its primary customers (i.e. the people that keeps its products running in the field) and unresponsive. MS seems to set completely unrealistic policies on certification timetables and the retiring exams--as if--the people or "committee" determining this agenda are absolutely out-of-touch with outside world reality and totally out-of-sync with the real world of computers, companies, IT, and skilled IT workers and their needs. Perhaps they would do well by listening to their customers instead of being an insular monolith that is unreceptive to changes.
Additionally, Microsoft should not be running policies which unfortunately could be perceived as that which may result ultimately in the actual undermining of the computer industry by lowering the quality of its skilled workforce via barring people from taking required certification exams by retiring the necessary exams related to products that are still used by companies in the field and for which workers still need training and certifications throughout the full support life cycle. Retiring tests too early is counter-productive to having a high quality IT industry and the corresponding trained/certified qualified skilled workers. Microsoft should end its anti-education policy of retiring exams much too early and adopt a more favorable approach towards education & certification in the technology industry.
P.S. Microsoft People, let's not make a federal case out of this or some future EU action…just change the damn policy to one that's more workable and fair to all, as well, one that leads to quality improvements across the board per companies, workers, new rising technologies and new rising skill levels of the workforce—such which—requires changes to Microsoft's policies of retiring tests.
I don't see why Microsoft retires it's exams at all before a product. It doesn't make any sense!
- Changed type Max21c Thursday, June 28, 2012 1:18 AM
Reply:
------------------------------------
Reply:
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript
------------------------------------
Reply:
- Edited by Lukasz Rozmej Wednesday, July 25, 2012 9:19 AM
------------------------------------
Reply:
Why should certifications be linked to standard product support? You don't need a certification to support a product?
Yes certification in a product helps to get employment however if I was interviewing a candidate for a position (which I do frequently), I would be concerned if they only got their certification 6-8 years after a product was released. I'd also be concerned if they only got their certification a year before a products support was due to expire. This would indicate to me that they don't have the relevant experience in a product required to support it, especially if a products support lifecycle was about to expire.
I would also place a candidate with certifications in newer technologies (such as SQL Server 2012) over someone who has only just got their SQL Server 2008 certification as a 2012 certification indicates that a candidate keeps up with technology whist a candidate with a recently gained certification in 2008 would indicate that they don't keep up with technology or don't have the experience required to support a product.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript
------------------------------------
Reply:
Jeff,
Your comments are really funny to read, the way you discount SQL 2008 certifications as being old and useless in an interview compared to a SQL 2012 certified professional.
Especially since it seems you are still proud enough of your MCSD (.NET 1.1, VS 2003) and MCDBA (SQL 2000) certifications to still put them in your message footer.
Best wishes, Davin Mickelson
------------------------------------
Reply:
Jeff,
Your comments are really funny to read, the way you discount SQL 2008 certifications as being old and useless in an interview compared to a SQL 2012 certified professional.
Especially since it seems you are still proud enough of your MCSD (.NET 1.1, VS 2003) and MCDBA (SQL 2000) certifications to still put them in your message footer.
Best wishes, Davin Mickelson
Yes indeed I am however I'm not complaining that I only have 12 months to get my 2008 BI certification otherwise I'll miss out on getting MCSA: SQL Server 2008 and MCSE: SQL Server 2008 despite the fact that this requirement was only added a couple of months ago!
BTW, I have my DBD and DBA in 2005 and 2008, and the only reason I don't have 2012 is because I haven't got around to it (yet).
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript
- Edited by Mr. Wharty Wednesday, July 25, 2012 11:18 PM
------------------------------------
Reply:
Christine A. Piffat
------------------------------------
Reply:
Hi, Christy!
Please keep in mind that none of your past certifications are ever retired. Instead, the exams are retired so that no one can take them. You will take your .NET 1.0 certifications to the grave. You are certified for .NET 1.0 with VS 2002. I am (embarrassingly) certified in Microsoft FrontPage 98 for life.
I agree with you that Microsoft is really dropping the ball by retiring their .NET 4.0 exams so early. Microsoft just release VS2010/.NET 4.0 two years ago! It's naive for Microsoft to assume that companies instantly upgrade their development and server environments as soon as Microsoft releases their newer versions of their products. To add to the confusion, new releases of ASP.NET MVC and EF continue to come out of Microsoft every six months; how do you study for these topics which are not attached to a particular version of .NET?
Many companies are still using .NET 3.5 with VS 2008 because the newer tools haven't passed internal verification or been implementation by deployment teams. I see this first hand when asking students each week what they use.
This week, I am teaching SSIS 2008. My students told me they have SQL Server 2005, 2008, 2008 R2 in their environments and almost everthing I cover is available in all three versions, even 2012.
I passed my first developer exam in 1998. Since then, I've never seen Microsoft set retirement dates on the latest developer exams while newer exams were not yet available. Following this pattern, you can count on the .NET 4.5/VS 2012 developer exams to be announced for retirement in 2014, officially retiring in 2015. Unfortunately, you can also count on some people commenting on this forum stating, "There is nothing wrong with that. Microsoft can do no wrong."
It is something to think about.
Best wishes, Davin Mickelson
------------------------------------
INSTALLATION: FIM Synchronization Service Engine fails with 25009 error
All,
So recently I worked a case concerning the 25009 installation error. We have two TechNet Wiki's on these items. Here you go.
TROUBLESHOOTING: FIM Installation: 25009: CONDITIONAL failed because the following SET options have incorrect settings: 'ARITHABORT':
TROUBLESHOOTING: FIM INSTALLATION: Error 25009.The Forefront Identity Manager Synchronization Service setup wizard cannot configure the specified database. These workstations have sessions with open files on this server:
Please email me with any comments, questions and/or feedback.
Tim Macaulay Security Identity Support Team Support Escalation Engineer
Updates for Windows
Reply:
Isn't it would be better to make windows updates (for 7 and 8) with size about 50Mb (each) instead small fixes (500Kb) and large SPs?
Hi
I'm not sure what you mean?
An update is usually a fix for a known problem, a security update, etc.
The size of the update depends on the programming code needed to create and install the update.
A Service Pack (SP) is a collection of all updates since the last Service Pack was released or since Windows was first installed.
Regards
------------------------------------
Reply:
------------------------------------
Unable to open Lync Control Panel from Lync Server!
Hi,
I have installed LYNC Server 2010.
I am unable to access lync control panel from lync server.
But, its accessible from other domain machines through browser with admin.mydomain.local.
When I access from Lync Server itself, then it shows an error "Navigation the webpage was cancelled,"
Please suggest me what I need to do?
Reply:
Hi,
Had the same problem, but DoItFixIt has a solution here: http://www.doitfixit.com/index.php?option=com_content&view=article&id=79:lync-server-control-panel&catid=37:lync-server-2010&Itemid=53
Regards,
Bjørn
- Edited by Bjorn_F Monday, July 23, 2012 8:42 AM
------------------------------------
Reply:
Hi,
Do your browser has proxy configured?
And/Or try with "Run as Administrator". Also check your log on credentials to the lync server. (domain.com\csadmin)
Regards,
Damitha
- Edited by DammZ Wednesday, July 25, 2012 9:52 PM
------------------------------------
Reply:
Hi Digest, have you create DNS for admin lync control panel?
thanks
deby
------------------------------------
Reply:
@Deby - Check out Microsoft's documentation from page 17 to 23 here: http://www.microsoft.com/en-us/download/details.aspx?id=5317.
Regards,
------------------------------------
sbs2008 randomly shuts down once a weekish
not sure if this is posted in the right place,
but i have a sbs server (2008) that shutsdown randomly.
the event logs show nothing that would be of any concern.
The server is on a UPS and the logs on that show no power problems.
anyone have any suggestions as to where i can look to find what is causing this.
thanks
Clive
- Moved by Ben Cline1 Wednesday, March 7, 2012 5:20 AM Could not find an SBS forum, this is not related to BizTalk (From:BizTalk Server General)
Reply:
I am also having this problem Clive.
If you found a solution could you please let me know what it was asap.
Thanks in advance.
- Edited by Banlaw IT Monday, March 5, 2012 5:23 AM
------------------------------------
Reply:
Hello,
for SBS related questions please use http://social.technet.microsoft.com/Forums/en/smallbusinessserver/threads
Best regards
Meinolf Weber
MVP, MCP, MCTS
Microsoft MVP - Directory Services
My Blog: http://msmvps.com/blogs/mweber/
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
------------------------------------
Reply:
hi,
found the problem, i know its late to let you know.
my issue was caused by using the wrong ups. i have an apc ups attached, BUT IT MUST BE A SMARTUPS which mine wasn't.
------------------------------------
visual studio in linux
santy143all
- Moved by Lloyd Zhang Monday, July 23, 2012 8:03 AM (From:WebsitePanel - Development)
Reply:
Hello,
I already mentioned this in your previouse post: this forum has nothing to do with linux.
So please do not ask any more linux related questions in these forums.
To answer your question: Visual Studio is a development program which should not be installed on any linux server.
it's further more aimed for asp.net and mssql which is not well supported by linux neither.
So in short: no Linux and Visual Studio do not go together.
Regards,
Marco
Key4ce - IT professionals: www.key4ce.eu
------------------------------------
Reply:
you mean to say that sql and php are not suppoted by linux
santy143all
------------------------------------
Reply:
Linux supports mysql and php perfectly fine (mostlikely even better then Windows).
However Visual Studio is more made for developing asp.net if you ask me.
the files you make (php , sql etc) are however unrelated to visual studio --> that simply means the "host" has to support that scripting type (and has little to do with what program you created them).
Key4ce - IT professionals: www.key4ce.eu
------------------------------------
Reply:
Visual Studio can be installed and used only on Windows operating systems.
Bye.
Luigi Bruno
------------------------------------
How to find all the exchange server in a particular domain through LDAP in c++?
Hi
I am trying to find all the exchange server in a particular domain through LDAP but not get full success.
I have one parent domain and one child domain. When i tried to find the exchange server in child domain, i get all the exchange server in a parent and child domain.But not able to find out why belong to parent domain and which belong to child domain. I am doing this c++ through LDAP with "configuration naming context" and using this filter "msExchExchangeServer". If any one know how to find out exchange server in a child domain through LDAP or any other source but not powershell, please help me .
Thanks
Sandeep Gupta
Reply:
Hi
I have also tried with "Default naming context". Able to find all the machine in that domain, but don't now how to find which are exchange server machine. is their any way buy which i can exchange server from WMI in a particular domain. I anyone know , please reply. It will be really very helpful for me.
Thanks
Sandeep Gupta
------------------------------------
Reply:
On any Domain Controller server open ADUC
select domain and FIND for User,contacts and Groups
look for Security group by giving search " Exchange Servers". You will find all the servers under this group memberships
unless you are looking for LDAP Script to export all exchange servers list
Regards
Avinash Shitole
Avinash S. ITIL,PMP
------------------------------------
Reply:
Sandeep - Each server's distinguished name contains a reference to the active directory domain name that it belongs in. You could simply filter your results or your query to servers that contain "dc=company,dc=com" (or whatever works for your situation.) Or, if the objects you return via c++ have the DN as a property, you could filter in that method as well.
------------------------------------
Reply:
Hi,
If i have one parent domain "parent.com" and one child domain "child.parent.com". Using an LDAP query "ADsOpenObject(L"LDAP://child.parent.com/rootDSE" connecting to Domain controller in c++ code, then getting its "configuration naming context" . It will give the parent domain and then connection to it and using this filter "msExchExchangeServer", i get the list of exchange server of both child and parent domain. How to identify which belong to child and parent. The "cn" property give only the name of exchange server but not the name of domain to which belong.Is their any other property of the filter which will give me the domain name of fully qualified name of all the exchange server.
If you know anything please tell me.
Thanks
Sandeep Gupta
Sandeep Gupta
- Edited by Sandeep3012 Thursday, July 26, 2012 9:58 AM
------------------------------------
Anybody get any Translation Wiki Achievement medals yet?
Reply:
------------------------------------
Reply:
The translation wiki is not the same as the Technet wiki. Translation needs to be done on library articles from another language.
As to the list (re: Ed's question), we'll get them into the FAQ at some point here. In the mean time, I'll get them posted into the forums shortly.
------------------------------------
Reply:
At this moment, I've only the Bronze "Translation Contributor" achievement. I've just started to contribute to the Translation Wiki.
Is there something like that for the TechNet Library too?
Bye.
Luigi Bruno
------------------------------------
Reply:
------------------------------------
EXchange 2010 failed to run powershell scripts on 3 node DAG
I currently support a 3 node DAG 2 active 1 passive on Exchange 2010.
I am trying to run a some powershell scripts on the on a management console server that I have in the environment
When I run the scripts from the 2 CAS servers in the active environment it works fine.
However when I run the scripts in the passive node enviroment it fails. It connects to the CAS server in the passive environment and when i run the enable-mailbox command i get an error "load balancing failed to find a valid mailbox database"
Any ideas?
I have tried some fixes from several sites. I have also tried Connect-Exchange Server to point to one of the CAS servers on the Active enviroment. Ran the command and it fails.
Thanks
Reply:
Hi
What happens when you specify the database using Enable-Mailbox <user> -database <DatabaseName>?
Steve
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
Yes, if there are no online/active databases in that site the automatic provisioning (load balancing) will throw the error above.
More information on how this process selects mailbox databases here:
http://technet.microsoft.com/en-us/library/ff872148.aspx
Cheers, Steve
------------------------------------
Reply:
Many thanks for this explained in detail and customer is happy. This was the issue :)
------------------------------------
Reply:
No worries :)
Steve.
------------------------------------
IE9
Is anybody out there?
Reply:
------------------------------------
I have Windows 7. But, now that I am starting college, I can upgrade Windows 7 to "Microsoft Windows 7 Ultimate Upgrade 32/64-bit (English)". Will this be okay?
Reply:
Installing a different edition of Windows 7 allows you to use more or less fetures according to the edition you're going to install; as you know, the Ultimate Edition is the most complete and full featured edition of Windows 7.
Remember that you cannot upgrade a 32 bit operating system to a 64 bit one: you must verify that your computer can support the installation and the execution of a 64 bit operating system (i.e.: you must have a 64 bit CPU and 64 bit drivers for all the devices installed in your system) and you have to perform a full backup of your data, since you have to perform a full installtion of the operating system when moving to a different architecture (from 32 bit to 64 bit and viceversa).
Bye.
Luigi Bruno
------------------------------------
Reply:
Hi ,
Please refer to the following articles:
Upgrade to another edition of Windows 7
http://windows.microsoft.com/en-US/windows/shop/windows-anytime-upgrade
32-bit and 64-bit Windows: frequently asked questions
http://windows.microsoft.com/en-US/windows7/32-bit-and-64-bit-Windows-frequently-asked-questions
Best Regards.
Tracy Cai
TechNet Community Support
------------------------------------
intranet addresses are not accesible by name from the client system
Hi All,
i am facing issue with DNS server which is configured on windows server 2008 and Active directory is also installed on the same server. Some of the client pc's are not able to access intranet address of application servers by name ie:- myname.india.com(where myname is server name & india.com is domain name) but server is accessible thru IP address . I have already done entry in forward lookup zone and also created pointer in reverse lookup zone. All clients are taking IP from DHCP server which is on different server, DHCP server is providing right IP address of DNS server and gateway to the client. This problem comes to few of the users at a time and at same point of time another user is able to access the same address, ipconfig /release ipconfig /renew fixes the issue but its really irritating.
I don't want to put host entry on client system
Most of the application servers have Linux/centos & static IP addresses. We are using one IP for two or more intranet address ie-
10.0.0.1 for new.india.com & old.india.com for which cname has been create, but issue is still there.
we have made DNS entry in /etc/resolv.conf in linux based system and DNS entry in windows based system which is having static IP but issue is still there
- Edited by Anant_4 Wednesday, July 25, 2012 10:05 AM
- Changed type Tiger LiMicrosoft employee Tuesday, July 31, 2012 12:44 AM
Reply:
Hello,
please post an unedited ipconfig /all from the DC/DNS server and a client with problems.
What i do not complete understand, is the webserver located in the LAN or the internet?
Best regards
Meinolf Weber
MVP, MCP, MCTS
Microsoft MVP - Directory Services
My Blog: http://msmvps.com/blogs/mweber/
Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
------------------------------------
Reply:
Hi Anant 4,
Thanks for posting here.
> This problem comes to few of the users at a time and at same point of time another user is able to access the same address, ipconfig /release ipconfig /renew fixes the issue but its really irritating.
It sounds like we got rogue DHCP in our network which provided wrong DHCP options for clients . so could we verify the "DHCP server" value form the "ipconfig /all" results where generated form problematic client when issue occurred ? and compare it with same result's where form normal client .
Meanwhile, could we try to attach a dot at the end of the FQDN name when we attempt to access form clients , for example "myname.india.com." and see how is going .
Please provide the information Meinolf asked .
Thanks.
Tiger Li
Tiger Li
TechNet Community Support
- Edited by Tiger LiMicrosoft employee Thursday, July 26, 2012 6:51 AM
------------------------------------
select last one from table
Hai sir
i have a table..containing many filds like
id Question startdate enddate etc
many values are alredy there in table
i want to select last inserted Question starting date and end date only...
how i can write the Query...give me a query asap...
thank you sir
Reply:
Hi,
;with CTE as ( select id, question, row_number() over (order by id desc) as rn from table ) select * from CTE where rn = 1
This will give the last question based on ID..
If you want anything else please revert.
- Chintak (My Blog)
------------------------------------
why is metro cant play MKV files?
i installed codecs and i can run it using exploreer but the metro doesnt aware its a video... you need to fix it!!!
And please add the ability to read sortcuts we cant always put all our videos,music and photo in one folder or 1 Hard Disk..
make metro to be able to read sortcuts such as videos, music and photos....
that way we can watch all of our files spred around more than one hard disk in one folder
- Edited by Shlomi150 Wednesday, July 25, 2012 10:19 AM
- Changed type Matt SmallMicrosoft employee Wednesday, July 25, 2012 2:53 PM
- Moved by Rob Caplan [MSFT]Microsoft employee Thursday, July 26, 2012 6:08 AM (From:Building Metro style apps with C# or VB )
Reply:
Hi Shlomi,
This forum is for discussion by developers about writing their own Metro style apps. For discussion about using Windows 8 please post in the Windows 8 forums in http://answers.microsoft.com .
You will need a Media Foundation codec to play MKV files in your Metro style app. The codec you have is probably an older DirectShow codec. I am not aware of any existing MKV Media Foundation codecs, but it would be possible for somebody familiar enough with the MKV format to create one.
--Rob
------------------------------------
No comments:
Post a Comment