I'm new to ubuntu...
I'm currently running Lubuntu latest version on my PC and RDP to windows server 2008 r2 works pretty well. But I can't detect any local printer on the network. I'm using Remmina 1.1.0 .
I have tried enable local sound which in some forums are the problem. But still doesn't work for me.
If I run RDP windows 7 to windows server 2008 R2, all printers on network are detected well.
Is there any packages to be installed to fix this problem? Please help... Thankyou
Related
I have an old machine with Windows XP OS. It has VS 2008 / SQL Server 2008 R2 installed on that. We have a SSIS package that we are using on the machine.
Now we want to migrate that application to a newer machine. I don't want to change the VS / SQL Server versions.
What is the best machine to migrate this combination to ?
Can I use Windows 10 or should I stick with Windows 8.1 or Windows 7?
Any ideas?
Do you mean you want to migrate all SSIS packges from Sql server 2008 to higher version?
If so you don't need to do anything cause the SSIS packages in sql server is backward compatible
If you want to migrate from VS2008 to VS2012 or higher, you could simply open all package from newer version of VS, VS could automatically upgrade the package for you. NOTE some of the tasks may not be upgraded successfully based on the tasks themselves
AND DO BACK UP ALL YOU PACKAGES BEFORE OPENNING IN HIGHER VERSION OF VS!!!
once they have been opened in higher version of VS, most time they could not been opened from lower version of VS anymore, be VERY CAREFUL
And that has nothing to do with the OS, you could either use windows 7,8.1 or 10, and remember VS only has 32 bit version.
I am getting an error while installing SQL Server 2008. The error is like
SQLServer SetUp requires .NetFramework 3.5 to be installed
But .NET framework 3.5,SP1,VS2008 sp1 is already installed. I have checked in control panel also.
Because of this error I am not able to do daily tasks.
Please help me, where am going wrong?
Even though you install .NET Framework 3.5
sql server installer still ask you to install .NET Framework 3.5.
If you install sql server 2008 Standard ed in windows -server 2008 R2, .NET Framework 3.5 is already built in with windows.
Just go to server manager, click Add Feature and enable it. After that, you can install SQL Server 2008.
This bug had already reported to microsoft see here.
http://connect.microsoft.com/SQLServer/feedback/details/354980/sql-server-2008-setup-requires-microsoft-net-framework-3-5
and solution that helped was
The setup has been successfully completed after installation of .NET 3.5 Service Pack 1 (BETA) and Windows Installer 4.5. It was also nessary to install PowerShell after that.
Go ahead and download the required software and then try again installing.
I had the same problem.
In the installation folder you have some files and three folder (ia64, x64, x86). When I copied the installation folder of SQL Server 2008 I excluded the ia64 and x64 folder.
The solution that worked for me was to not exclude the x64 folder. Maybe it is possible you have missing files. I would download or copy the installation files again!
I created a windows 2008 r2 server instance in amazon EC2. I downloaded MySQL installer but I'm facing a problem in the configuration. I have successfully installed and configured MySQL before but on Win7 and I did not do any special settings. I can not figure out what do I need to do in the current situation with 2008 server. The following are screen shots for the problem.
The details:
I need to install Sql Server Express 2008 on my PC which has Windows XP SP2 (32 bit). But while installing Sql Server, the Windows PowerShell installation fails. This ceases the Sql Server installation.
What shall I do now? I found that there's no PowerShell for XP SP2 available , so i need to upgrade to XP SP 3.
Is there any way to install Sql Server 2008 without upgrading to SP3?
If you have Windows XP, you can't download SQL Server 2012 [Express], so to fix, you must install Windows PowerShell. Then install SQL Server 2008 R2 [Express] again.
http://download.cnet.com/Microsoft-Windows-PowerShell-1-0-for-Windows-XP/3000-2070_4-75450849.html
Here is a discussion on a MS forum about this very issue. There is a post from Mike Wachal about half way down that may very well solve this issue for you.
I've got a client that I wrote an asp front end application 2 yrs ago, which connects to a access 2007 database. All the files sat on a windows server 2000 machine 2 yrs ago. They recently upgraded their server to a windows server 2008 machine (64bit). Now the asp can't connect to the Access database via the ODBC connection. I tried using a dsnless connection, as well as, a manually created dsn connection (the manual dsn was created on the server 2008 machine using the 32bit .exe wizard to create dsn connections)...but that didn't work. I get an error that basically says the database odbc couldn't connect.
I've read that this is a problem between a 64bit 2008 server and a 32bit application (access 2007), but I can't seem to find any solutions to fix this problem.
Can anyone point me in the right direction, or offer some help? I'm really clueless how to solve this for them and they really don't have any other people to help.
Thanks for your help.
On a Windows 2008 x64 the following can be done to enable 32 bit applications in IIS:
Open IIS (inetmgr command)
Locate the application pool that your application is using
In the pool's advanced settings, set Enable 32-bit Applications to true
If that doesn't work, try enabling 32 bit compatibility mode by using the following command:
cscript c:\inetpub\adminscripts\adsutil.vbs SET /w3svc/AppPools/Enable32BitAppOnWin64 True
Hope it helps!