Archive for the ‘Uncategorized’ Category

The requested OLE DB provider Microsoft.ACE.OLEDB.12.0 is not registered

Wednesday, February 6th, 2013

Download and Install Microsoft Office Access Database Engine 2007 and restart the system

SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available

Wednesday, February 6th, 2013

Method 1 : set the 32 bit runtime environment using Project Properties -> Debugging -> Run64BitRuntime = False (in Visual Studio)
Method 2 : Open up the Agent Job -> Go to Steps -> Double click and Open the Step -> Go to Execution Options and Select Use 32 bit Runtime

Cannot connect remotely to SSAS

Wednesday, December 12th, 2012

TS into the machine on which SSAS is installed using Admin priviledges
Navigate to Start -> Administrative Tools -> Windows Firewall
Then Create Inbound Rules -> New Rule -> Port -> All Local Ports -> Allow the Connections -> Name the Rule and Click Finish
Then Create Outbound Rules -> New Rule -> Port -> All Local Ports -> Allow the Connections -> Name the Rule and Click Finish

OR

Else create a Inbound Rule for Port 2383 and click on Finish

Command to copy the folders with all permissions in windows

Friday, November 2nd, 2012

1.Click Start, and then click Run.
2.In the Open box, type cmd, and then click OK.
3.Type xcopy sourcedestination /O /X /E /H /K and then press ENTER, where source is the source path for the files to be copied, and destination is the destination path for the files.

For Example :
xcopy D:\Src \\Server2\Dst /O /X /E /H /K –Different Server
xcopy D:\Src E:\Dst /O/X/E/H/K — Same server

SSRS service not starting

Monday, October 29th, 2012

1.Click Start, click Run, type regedit, and then click OK.
2.Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3.In the right pane, locate the ServicesPipeTimeout entry.
Note If the ServicesPipeTimeout entry does not exist, you must create it. To do this, follow these steps:
a.On the Edit menu, point to New, and then click DWORD Value.
b.Type ServicesPipeTimeout, and then press ENTER.
4.Right-click ServicesPipeTimeout, and then click Modify.
5.Click Decimal, type 60000, and then click OK.
This value represents the time in milliseconds before a service times out.
6.Restart the computer

Shift Key not working in Ubuntu

Thursday, June 14th, 2012

Start ubuntu
Click on System Settings
Under Personal, double click on Keyboard Layout
Click on (+) symbol in the keyboard Layout window and select English(US)
Remove if any other Layout is present by selecting that layout and clicking on (-) symbol on the keyboard layout page.

Excel 2007 : There was a problem sending the command to the program

Tuesday, February 7th, 2012

Open Start – > All Programs ->Microsoft Office -> Excel 2007

Go to Excel Options on the Menu. Click on Advanced and then go to General Section.

Uncheck the checkbox for “Ignore other applications that use Dynamic Data Exchange (DDE)”

Click on OK

How to Remove or Delete other’s workspace in TFS

Tuesday, June 28th, 2011

Open the Command prompt with administrator rights
Run the below command and prompted to deeleted ,enter Yes
tf workspace /delete [/server:servername] workspacename[;workspaceowner]

BACKUP LOG cannot be performed because there is no current database backup

Tuesday, June 14th, 2011

I changed my database Recovery model from simple to full. Then i tried to take the backup of the transaction log but got the above error.

Sol : Take the Full backup of the database and then try to take the backup of the log.

This installation is forbidden by system policy

Tuesday, June 14th, 2011

Click Start -> Control Panel
Open Administrative Tools
Open Local Security Settings
Click Software Restriction Policies
If no software restrictions are defined, right click the Software Restriction Policies node and     select New Software Restriction Policy
Double click Enforcement
Select “All users except local administrators”
Click OK
Reboot the machine