Hi,
my current environment is SharePoint 2013. verbose logs are giving the below error.
error1:
User Profile Application: Unable to load satellite assembly for lcid 1033 specific culture 'en-US'. Trying parent culture 'en'. Exception details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)
at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(CultureInfo culture, Version version, StackCrawlMark& stackMark)
at System.Reflection.RuntimeAssembly.GetSatelliteAssembly(CultureInfo culture)
at Microsoft.Office.Server.Administration.UserProfileApplication.GetIntlDllFileVersionString(Int32 lcid) === Pre-bind state information === LOG: DisplayName = Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c (Fully-specified) LOG: Appbase = file:///C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/15/BIN/ LOG: Initial PrivatePath = NULL Calling assembly : Microsoft.Office.Server.intl, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\OWSTIMER.EXE.config LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Post-policy reference: Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c LOG: The same bind was seen before, and was failed with hr = 0x80070002.
Errro2:
User Profile Application: Unable to load satellite assembly for lcid 1033. Using neutral language assembly version. Exception details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)
at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(CultureInfo culture, Version version, StackCrawlMark& stackMark)
at System.Reflection.RuntimeAssembly.GetSatelliteAssembly(CultureInfo culture)
at Microsoft.Office.Server.Administration.UserProfileApplication.GetIntlDllFileVersionString(Int32 lcid) === Pre-bind state information === LOG: DisplayName = Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c (Fully-specified) LOG: Appbase = file:///C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/15/BIN/ LOG: Initial PrivatePath = NULL Calling assembly : Microsoft.Office.Server.intl, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\OWSTIMER.EXE.config LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Post-policy reference: Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c LOG: The same bind was seen before, and was failed with hr = 0x80070002.
My farm account is having all permissions.
could you please help me to fix this issue,
Thanks in advance!!