User Profile
Shree2280
Brass Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Install Util.exe error
Hi Expert, I am getting error in installing exe files D:\windowPart1Service>InstallUtil.exe windowPart1Service.exe Microsoft (R) .NET Framework Installation utility Version 4.0.30319.18408 Copyright (C) Microsoft Corporation. All rights reserved. Running a transacted installation. Beginning the Install phase of the installation. See the contents of the log file for the D:\windowPart1Service\windowPart1Service.exe assembly's progress. The file is located at D:\windowPart1Service\windowPart1Service.InstallLog. Installing assembly 'D:\windowPart1Service\windowPart1Service.exe'. Affected parameters are: logtoconsole = assemblypath = D:\windowPart1Service\windowPart1Service.exe logfile = D:\windowPart1Service\windowPart1Service.InstallLog An exception occurred during the Install phase. System.ArgumentException: *** ERROR: You must specify '/env=<filename>' as a parameter to the InstallUtil.exe command *** The Rollback phase of the installation is beginning. See the contents of the log file for the D:\windowPart1Service\windowPart1Service.exe assembly's progress. The file is located at D:\windowPart1Service\windowPart1Service.InstallLog. Rolling back assembly 'D:\windowPart1Service\windowPart1Service.exe'. Affected parameters are: logtoconsole = assemblypath = D:\windowPart1Service\windowPart1Service.exe logfile = D:\windowPart1Service\windowPart1Service.InstallLog An exception occurred during the Rollback phase of the windowPart1Service.windowPart1ServiceInstaller installer. System.ArgumentException: The savedState dictionary does not contain the expected values and might have been corrupted. An exception occurred during the Rollback phase of the installation. This exception will be ignored and the rollback will continue. However, the machine might not fully revert to its initial state after the rollback is complete. The Rollback phase completed successfully. The transacted install has completed. The installation failed, and the rollback has been performed. D:\windowPart1Service>1.6KViews0likes1Commentfind and replace from folders, subfolders
Hi Expert, I am trying to find and replace from folders and subfolders files etc .presently i can do it to one folder only Get-ChildItem D:\Check\*.config | Foreach {(Get-Content $_) -replace '22.10.','SQL1'| Set-Content $_} how i can i do it for multiple subfolders.i.e afolder-afolder,bfolder--cfolder so on Regards Shree2.1KViews0likes1CommentWindows Server 2012 standard edition 2012
Hi Team, Windows Server 2012 standard edition 2012 I already have Windows Standard 2012 and SQL Server 2012 Dev. Edition, why can't I enable this feature? can i upgrade the Windows Server 2012 standard edition 2012 toWindows Server 2012 standard edition 2012 r2637Views1like2CommentsError number 2812 Store procedure not found
Hi Expert, Have migrated database 'northwind' from Server A to Server B Server A Configuratioun- ms sql server 2012 developer edition 64 bit windows nt 6.1 build 9200 Server b configuration -ms sql server 2012 standard edition 64 bit windownt 6.2 service pack 1 hypervisor I am able to run the store procedure on server B exec sp_northwind_test but unable to pull into application getting error Error number 2812 Store procedure sp_northwind_test not found Regards Shree3.1KViews0likes5Commentssql server migration
Hi Expert, I am doing migration of sql server 2012 from server A to server B. There is no connectivity between server A to server B. so will be doing backup and restore . we have availability group name called group1,group2group3. so while migrating, can we use the same availability group 'name' as it is to server B or it suppose to be different Regards Shree626Views0likes1Commentsql server migration
Hi Expert, I am doing migration of sql server 2012 from server A to server B. There is no connectivity between server A to server B. so will be doing backup and restore . we have availability group name called group1,group2group3. so while migrating, can we use the same availability group 'name' as it is to server B or it suppose to be different Regards Shree799Views0likes2Commentsgetting data from multilple folders
Hi Expert, I am trying to get data from particular folder but not from multiple folders and sub folders specially Get-ChildItem -Path C:\check\two -recurse | Select-String -Pattern "http://" | ` Select-Object -Property Path,LineNumber,Line | ` Export-CSV "C:\check\ResultFile.csv" Shree738Views0likes1Commentextract http data
Hi expert, I am trying to extract http:// URL from given file but getting empty file in export here is the code $items = Get-ChildItem -LiteralPath "E:\Backup_Testinstance\" | Where-Object {$_.Extension -eq "http://"} $array = New-Object System.Collections.ArrayList foreach ($item in $items) { foreach ($item in $items) { $array.Add([pscustomobject]@{ "Name File" = $item.name "Path" = $item.FullName }) | Out-Null } $array | Export-csv E:\Backup_Testinstance\test2.csv sdfadsfdsafadsf http:// Google.com/search/fddggddfadfdsfdfdfadsfgdadsfdsfdsfd 99999999 sdfadsfdsafadsf http:// van.com/search/fddggddfadfdsfdfdfdsfgdadsfdsfdsfd 99999999 sdfadsfdsafadsf http:// gem.com/search/fddggddfadfdsfdfadsfgdadsfdsfdsfd 99999999 sdfadsfdsafadsf http:// cart.com/search/fddggdfdsfdfdfadsfgdadsfdsfdsfd 999999991.8KViews0likes10Comments\Optimize Start Menu Cache Files-S-1-5-21-...-1001
Hi Expert, These are scheduler tasks available in windows serve 2012 and i wanted to replicate the same in 2016.How can i do this and what is purpose of these tasks \Optimize Start Menu Cache Files-S-1-5-21-...-1001" is a scheduled task on Windows 8 system added as part of Windows installation. http://windows.fyicenter.com/4349_Optimize_Start_Menu_Cache_Files-S-1-5-21-...-1001_Scheduled_Task_on_Windows_8.html Roemeshdatabase encryption
Hi Expert, I have enabled the database encrytption https://www.sqlshack.com/how-to-set-and-use-encrypted-sql-server-connections/ do i have to write further codes to do further below encryption or database will take care Cell-level encryption ,Column-level encryption,Row-level encryption ,Table space-level encryption Shree1.1KViews0likes0Comments
Groups
Recent Blog Articles
No content to show