Search ODIN Technical Support by Chirayu Software Solutions Blog

Thursday 19 June 2014

The application has failed to start because its side-by-side configuration is incorrect

If Below error is coming

"the application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail."


A quick answer is that according to Note 684106 - Microsoft runtime DLLs, SAP used different releases of the Visual Studio Compiler for Windows x86 to produce the executables for different releases of SAP. Normally, this would be irrelevant as the appropriate files would be copied on to your system via the SAPINST tool, but in my case I wanted to use my new SAPCAR before I started installing anything 

The note provides instructions on where and how to download the appropriate Microsoft Visual C++  Redistributable Package. I have found, depending on your release of Windows and / or Netweaver, that you may need to download the  Microsoft Visual C++ 2008 SP1 Redistributable Package and / or Microsoft Visual C++ 2010 SP1 Redistributable Package. I imagine that sooner or later, as SAP migrate to later releases of the Visual Studio Compiler, you may' end up having to download a 2012 Redistributable Package.

To get these files, go to the Microsoft Download Centre and search for Microsoft Visual C++ 2008 Redistributable Package and / or Microsoft Visual C++ 2010 Redistributable Package. There will be separate downloads for IA64 (vcredist_IA64.exe), X64 (vcredist_x64.exe) and X86 (vcredist_x86.exe). Find the appropriate Microsoft Visual C++ 20NN SP1 Redistributable Package and download and execute it.

For a much longer answer on why this is necessary, including some useful links, check out Resolving Side-by-Side Configuration Issues.

Solution 2 :

Remove all Microsoft Visual C++ 200X from (Control Panel-Programs-Uninstall a Program)
Re-Install ODIN from setup Again.
Restart PC .
Now it will work.
Note : 
-The file can also be found in c:\ODIN\Diet\vcredist_New_x86.exe


Tuesday 10 June 2014

Show extensions of files in Windows XP

For Windows 2000, Windows XP, and Windows Server 2003

  1. Start Windows Explorer, you can do this by opening up any folder.
  2. Click Tools, and then click Folder Options.
  3. Scroll down and then click Folder and search options.
  4. Click the View tab.
  5. Scroll down until you notice Hide extensions for known file types, un-check this line by clicking the check box.

    Note To hide file name extensions, check this line.
  6. Click OK

Saturday 7 June 2014

System error (10055) setsockopt error while login in Windows 7

Make the following changes in registry to solve the problem
Windows Registry Editor Version 5.00
For 32-bit
[HKEY_LOCAL_MACHINE\SOFTWARE\ODIN\ODIN6\ODIN Manager\Client TCP-IP]
"UDP-Remote-Addr"="127.0.0.1:7777:0"
"UDP-Local-Addr"="127.0.0.1:5553:0"

For 64-bit
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODIN\ODIN6\ODIN Manager\Client TCP-IP]
"UDP-Remote-Addr"="127.0.0.1:7777:0"
"UDP-Local-Addr"="127.0.0.1:5553:0"