When you get below error message, “Alter failed for server ‘’ The execute permission was denied on the object ‘xp_instance_regwrite’, database ‘mssqlsystemresource’, schema ‘sys’. (Microsoft SQL Server, Error:229)” If you are login as SQL Server authentication mode and trying to change the server authentication mode in the server properties. Solution: How to avoid this error, if you want to change the server authentication mode to Windows authentication, first you have to login as windows authentication and then go to server properties and change the mode. Make sure always login as windows authentication mode to change the server authentication mode properties.
We can generate the Date Time dimension table in SAP HANA very easily by existing feature. In the Quick Launch option you can able to see “Generate Date Time Dime” Follow the options and create a table either fiscal or Gregorian. The created tables will be reside under _SYS_BI schema.If the you are chosen Gregorian option then the table name will be “"M_TIME_DIMENSION”. Table name may change based on the granularity that you selected. If you are choose week as granularity then table name will be “M_TIME_DIMENSION_WEEK”. If the option is Fiscal then table name will be “M_FISCAL_CALENDAR”
I got the error message saying that “Rule Same architecture installation failed” while installing business intelligence tools for visual studio 2012. Then after few minutes of surfing I found the solution in online. The root cause of this error is, you probably selected add additional features to the existing instance. You need to change to new installation and do the installation steps and this time you won’t get any error.
Comments
Post a Comment