MessageContext of Webservice during the action of the legend of Java

Hello! I have a web service that accepts the user name in the parameters and adds to the ws-security headers according to the username parameter.

-----

@HandlerChain (file = "Manager - chain.xml")
@WebService (portName = "SecuritySignerPort", serviceName = "SecuritySignerWS", targetNamespace = "http://ru.a3.a3tv/")
public class SignerImpl {}

@Resource
context WebServiceContext private;

@WebMethod (operationName = "addWsSecHeader")
public void addWsSecHeader (@WebParam (name = "username") String username) {}
MessageContext ctx = context.getMessageContext ();
CTX.put ("username", username);
return;
}
}

-----

/ public class CustomSOAPHandler implements SOAPHandler < SOAPMessageContext > {}

@Override
public boolean handleMessage (SOAPMessageContext context) {}

Boolean out = context.get (Boolean) (MessageContext.MESSAGE_OUTBOUND_PROPERTY);
If (! outgoing) {/}
Returns true;
}
SOAPEnvelope envelope = context.getMessage () .getSOAPPart () .getEnvelope ();

SOAPHeader header = envelope.getHeader ();
SOAPElement = security
header.addChildElement ("security", "WSSE", "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd");

SOAPElement usernameToken =
security.addChildElement ("UsernameToken", "WSSE");
usernameToken.addAttribute (new QName("xmlns:wsu"), "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd");

SOAPElement = username
usernameToken.addChildElement ("Username", "WSSE");

username.addTextNode ((String) context.get ("username")); +
Returns true;
}

}

Service works fine if I run outside the OSB. But if I call him through service legend action context.get("username") is always Null. Please help me. Thanks in advance.

It doesn't matter what is your web service client. Just compare the request message that suits you with the request message sent by OSB.

Tags: Fusion Middleware

Similar Questions

  • Exception occurred during the event dispatching: java.lang.NoSuchMethodError

    Hello

    We have upgraded to the latest Oracle Application Server version 10.1.2.3.0 and webutil version 1.0.6.

    But we are facing the following error while accessing the web link. Message captured from the Java Console.
    Please suggest if you have a solution/idea about this error. Thank you!

    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22- internal Java hotspot Client VM
    Maximum size: 50 MB
    Compression level: 0 -.
    c: clear console window
    f: finalize objects on the finalization queue
    g: garbage collection
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: Hide console
    S: dump system properties
    t: dump thread list
    x: delete the cache of class loaders
    0-5: set the level of trace to < n >
    ----------------------------------------------------
    Download http://si02938.in.irt.com:7778/forms/java/frmall_jinit.jar to JAR cacheDownloading http://si02938.in.irt.com:7778/forms/java/frmwebutil.jar to JAR cacheDownloading http://si02938.in.irt.com:7778/forms/java/jacob.jar to JAR cacheDownloading http://si02938.in.irt.com:7778/forms/java/FileInformation.jar to JAR cacheDownloading cacheproxyHost = nullproxyPort = 0connectMode = HTTP, native.
    Version forms cmdlet is: 10.1.2.3
    Exception occurred during the event dispatching: java.lang.NoSuchMethodError at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:281) at oracle.forms.handler.UICommon.instantiate (Unknown Source) at oracle.forms.handler.UICommon.onCreate (Unknown Source) at oracle.forms.handler.JavaContainer.onCreate (Unknown Source) at oracle.forms.engine.Runform.onCreateHandler (Unknown Source) at oracle.forms.engine.Runform.processMessage(Unknown Source) at oracle.forms.engine.Runform.processSet(Unknown Source) at oracle.forms.engine.Runform.onMessageReal(Unknown Source) at oracle.forms.engine.Runform.onMessage(Unknown Source) at oracle.forms.engine.Runform.processEventEnd(Unknown Source) at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source) at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (unknown Source) at java.awt.Container.dispatchEventImpl (unknown Source) at java.awt.Component.dispatchEvent (unknown Source) at the java.awt.EventQueue.dispatchEvent (Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (unknown Source) at the java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (unknown Source) at java.awt.EventDispatchThread.run (Unknown Source)

    Published by: user12233243 on November 16, 2009 22:28

    Published by: user12233243 on November 16, 2009 22:29

    Hello

    Your welcome, but you need to mark it as correct or relatively useful because other users will be able to solve their problems.

    Sarah

  • Error message: cannot access Windows Installer during the installation of Java SDK

    Original title: How To Install Windows Installer?

    OK, so I came to my laptop to do a writing in Word. Later, I tried to install the Java Development Kit, but he said something, of not being able to access Windows Installer. I ignored it and went to download a registry cleaner program to try to solve, but he also said "cannot access Windows Installer". Undertook research to install across the entire hard drive and the Windows registry and I found nothing. Not even the key MSIServer was there. I went to the Services and it was not there either. I opened my journal program, and he said that Microsoft Windows Installer has been deleted from the hard drive. The newspaper program that I use is open source and theres no script that writes, deletes, or replaces all files! So all I can do now is to install again, so I went to the Microsoft Download page: Windows Installer but when I tried to download mine)

    Windows6.0 - KB942288-v2 - x 86 .msu) he said first of all, "the search for updates...". "and then"update does not apply to your system. Any help would be appreciated!
    System Specs:
    -Windows Vista Home Premium SP1 32-bit
    -Inter Core 2 Duo Processor
    -3 GB RAM
    -220 GB hard drive
    -105 GB free HDD
    -Dell Inspiron 1525 laptop

    OK people! I found the answer myself. The only thing I did was to do a system restore to the nearest date when it started to happen and after a few minutes I got the key MSIServer and everything started working again! YAY!

  • How can I try again on the legend of Java

    Hello

    I have a scenario, im doing the service call one of the remote service using java code to java embedding. (as im not able to do it with the webservice component)

    and everything works fine.

    I want to start this action when I get my service remotely empty response.

    I can achieve this by policies or what I need to add some logic in the java code itself.

    I don't have how the retry policy works like im making a java embedding here.

    Please let me know if you guys need more information on this.

    Concerning

    Sujan

    Hello

    You mentioned before that you manipulated with a JSON webservice and REST... Here are a few references...

    JSON-Lib can do XML - JSON interface

    http://JSON-lib.sourceforge.NET/

    Blog of Biemond is also always a good reference...

    http://Biemond.blogspot.com.au/2009/05/OSB-rest-service-with-XML-JSON-output.html

    Blog of Raja has an example on how to call a REST service using the HTTP binding...

    http://rajbpelblog.blogspot.com.au/2010/10/HTTP-binding-in-soa11g.html

    There is a sample on JSON REST here...
    http://Java.NET/projects/oraclesoasuite11g/Downloads/Download/OSB/OSB-206-JSONREST.zip

    For other samples, see this...
    http://Java.NET/projects/oraclesoasuite11g/pages/OSB

    See you soon,.
    Vlad

  • TestStand 2014 freezes when I select a path from the project during an Action LabVIEW using LabVIEW TERM 2014

    In the company that I work, we have a solution that uses the two TestStand 2014 and 2014 LabVIEW.

    We work with the development version of the two, but we are deploying our automation using TestStand and Labview Runtime engine 2014.

    We tried to deploy a new station, but during the analysis of our project, the User Interface for Teststand (version Deploy) froze.

    I tried several things and decided to install a full version of TestStand 2014 and 2014 LabVIEW to try to debug the problem.

    What I've discovered is that when I create a new sequence in TestStand, add a VI Action and try to load the path to the project, the TestStand freezes if I use the adapter Runtime.

    If I go to the LabVIEW development system adapter in TestStand, it works. However, I need to use the Runtime since it's free while the LabVIEW Development is paid.

    We already use our solution in other places, and this is the first time, it never happened. The only post I found online that had something to do with this issue is this.

    If I remove the path of the project and call the VI himself, as "dvu", said in his second post, it works.

    However, it is something not good to do in our automation together, since we have several calls from LabVIEW.

    Any ideas on how to do this only works with 2014 DURATION and 2014 Runtime LabVIEW TestStand?

    Thank you!

    Thanks a lot Stop_Luke_and_Listen, but the guy where the deployment was made called the support NEITHER and they couldn't find the problem, so they formatted the PC.

    Now it works very well, so I won't be able to generate the report. It would have been a great idea.

    Thank you!

    SOLUTION: Format the PC and reinstall.

  • Questions for ODI scenario as a webservice of the framework of Action of OBIEE

    Hi gurus,

    I did the web service configuration in ODI and OBIEE according the A-team link http://www.ateam-oracle.com/integrating-odi-with-obiee-how-to-invoke-odi-scenarios-load-plans-from-obiee/

    The configuration is completed, however when I try to call an ODI of OBIEE scenario, he starts a session in ODI and - error with the message next-

    java.lang.Exception: ODI-17546: specified variable not found in the repository: null

    I tried to create a variable of the global model and passing by the service Web like Global.Dummy but still does not work.

    Has anyone met with such a problem. Any help appreciated

    The solution is-

    (1) create a Dummy Global in ODI and used as a Start Up parameter variable in your package and generate the scenario

    (2) place this dummy variable of the framework of Action of OBIEE when calling the service web - name - GLOBAL setting. MODEL / parameter value - model

    OBIEE during the call to the web service ODI, passes a start setting to default ODI (which is undocumented).

  • How to make a user to increase the default size of the disc during the action plan?

    I have the problem with the field of "Ability" to the default volume, which is gray, so users cannot change its value in the request. It is plan basis of creation of VM with only one disk configured (I don't need at all, but it took to fill to record the action plan) and 'Allow the user to view and change storage reservation strategies' is checked. Users can add new volumes, but they cannot change the size of it with ID = 0. There are screenshots of request and action plan in the attachment. vRA 7.0.

    Hello

    Its a bug that will be fixed in 7.1.

    If you are a user of the API, you can override the disk size by adding the custom property VirtualMachine.Disk0.size at the time of the request.

    Unfortunately through the user interface, currently there is no way to change the size of the disks added during the creation period.

  • Economy twice during an action as the same file extension possible with Photoshop without overwriting the first backup?

    Hello, first time submit a question to the Adobe communities.

    I would like to be able to record twice during an action with the same file extension; How is that possible? I tried a number of methods such as: save a JPEG as a copy, renaming jpeg in jpg format, adding a line to underscore the SMALL Word after it, etc., and it keeps overwriting my first recording. I'm still not recording "in copy" feature when saving a jpeg file. Sometimes it does, sometimes it doesn't. I think that if this box is not grayed out on my second record I would be able to add the copy at the end of my file name that would create my second jpeg.

    I need this is because when I save the little and the big jpeg for our company store, I would just create an action that saves as two different sizes and then closes the file to move to another. The site on what I download is Four51 and they take a reorganization of the files, so a single method, I tried was to save the second time into action as a png but it makes it transparent and I need a white Uni.

    Tried to go into the options and disabling transparency PNG but that only works with quick export that will not register within an action (even abroad). It is a dilemma for some time, and my only way to work around it is to create the action doesn't follow: resize to 300 px wide > save as Jpeg > end of action. I play action and hit the command option I have change my size to 100 px wide for the thumbnail, then click on control shift s to record success and right arrow to add details and then save, order q, tab, space.

    If it makes no sense to anyone, I would be grateful for your advice. The only thing I can think that I have not tried is to change my background from transparent to white and then create this action: command option I have 300 px wide > order s (jpeg) > command option I have 100 px wide > command shift s (png) > w command

    I guess the only way to change your default background to white instead of transparent is to create a new document and put in place without transparent background then go further, my new documents will have white backgrounds. Do not see under my preferences?

    Thank you

    Something like the following action could work.

    A couple of notes:

    Image adjustment is under file > Automate > Fit Image and resizes the image to fit the specified size.

    For example, if you enter 300 in the two fields, photoshop resizes the longer side at 300 and the other dimension including the size proportionally as when you use Image > Image size to maintain Proportions checked.

    Photoshop uses the copy to JPEG files if the image of your savings has one or more layers or is not 8-bit/channel, because do not support JPEGs of layers or say 16 bits/channel.

    If you have only a background layer, then photoshop uses a copy when saving a jpeg file

    Thus, during the recording of the action you probably want that one-step flatten so save the first does not include copy in the name.

    To get the action record adding copy to name, open any image, add a layer, and then record save as jpeg for copy adds the jpeg save as step

    Created the snapshot of the original image open, so the second resizing using the original instead of resizing the image already resized.

  • Sync has encountered an error during the synchronization. Unknow error

    I get the following error message: 'Sync has encountered an error during the synchronization. Unknown error. Synchronize automatically retrying this action. "In addition, currently, my favorites are useless: I lost all my favorites and I can't add any new.

    Problems with bookmarks and history does not properly can be caused by a corrupted database places.sqlite file.

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

  • 2013 SharePoint will not correctly configure IIS during the prior installation on Server 2012 R2 Datacenter

    I'm currently trying to install SharePoint 2013 on 2012 R2 Datacenter Server. I have SQL 2012 with SP1. I tried to install the prerequisite several times and continue to receive an error during the configuration of IIS. Here is the log file:

    2015-06-11 16:58:41 - processor architecture is (9)
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41 - common startup
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell folders
    2015 06-11 16:58:41 - the value is...
    2015-06-11 16:58:41 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2015-06-11 16:58:41 - try to remove the start task if there is place.
    2015-06-11 16:58:41 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2015-06-11 16:58:41 - error: there is no startup task. This is not a continuation after a reboot.
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /SQLNCli:c:\sharepoint2013bits\PrerequisiteInstallerFiles\sqlncli.msi
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - SQLNCli
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\sqlncli.msi
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /IDFX:c:\sharepoint2013bits\PrerequisiteInstallerFiles\Windows6.1-KB974405-x64.msu
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - IDFX
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\Windows6.1-KB974405-x64.msu
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /IDFX11:c:\sharepoint2013bits\PrerequisiteInstallerFiles\MicrosoftIdentityExtensions-64.msi
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - IDFX11
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\MicrosoftIdentityExtensions-64.msi
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /Sync:c:\sharepoint2013bits\PrerequisiteInstallerFiles\Synchronization.msi
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - Sync
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\Synchronization.msi
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /AppFabric:c:\sharepoint2013bits\PrerequisiteInstallerFiles\WindowsServerAppFabricSetup_x64.exe
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - AppFabric
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\WindowsServerAppFabricSetup_x64.exe
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /KB2671763:c:\sharepoint2013bits\PrerequisiteInstallerFiles\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - KB2671763
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
    2015-06-11 16:58:41 - analyze the following command-line argument:
    2015-06-11 16:58:41 - /MSIPCClient:c:\sharepoint2013bits\PrerequisiteInstallerFiles\setup_msipc_x64.msi
    2015-06-11 16:58:41 - found the following command-line option:
    2015-06-11 16:58:41 - MSIPCClient
    2015-06-11 16:58:41 - found the following custom file location:
    2015-06-11 16:58:41 - c:\sharepoint2013bits\PrerequisiteInstallerFiles\setup_msipc_x64.msi
    2015-06-11 16:58:41 - details of the current operating system:
    2015-06-11 16:58:41 - the operating system major version number: (6)
    2015-06-11 16:58:41 - minor version of the operating system number: (2)
    2015-06-11 16:58:41 - Build number of the operating system: (0X23F0 = 9200)
    2015-06-11 16:58:41 - the latest Service Pack major version number: (0)
    2015-06-11 16:58:41 - the latest Service Pack minor version number: (0)
    2015-06-11 16:58:41 - ID of the operating system platform: (2)
    2015-06-11 16:58:41 - suites of products available in the operating system: (0 X 190 = 400)
    2015-06-11 16:58:41 - operating system product type: VER_NT_SERVER
    2015-06-11 16:58:41 - product type: (8)
    2015-06-11 16:58:41 - type of OS: (0)
    2015-06-11 16:58:41 - configuration of the property sheet for the application.
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Windows Management Framework 3.0
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41 - PowerShellVersion
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2015 06-11 16:58:41 - the value is...
    2015-06-11 16:58:41-4.0
    2015-06-11 16:58:41 - a newer version of the above condition is already installed
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Microsoft .NET Framework 4.5
    2015-06-11 16:58:41 - read the following DWORD value name...
    2015-06-11 16:58:41 - install
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\Net framework Setup\NDP\V4\full
    2015-06-11 16:58:41 - the value is (1)
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41 - version
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\Net framework Setup\NDP\V4\full
    2015 06-11 16:58:41 - the value is...
    2015-06-11 16:58:41-4.5.51650
    2015-06-11 16:58:41 - mail .NET 4.5 release is installed
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Windows Identity Foundation (KB974405)
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41-
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\Windows identity Foundation\Setup\v3.5
    2015 06-11 16:58:41 - the value is...
    2015-06-11 16:58:41-6.1.7600.0
    2015-06-11 16:58:41 - the above condition is already installed
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Microsoft Sync Framework Runtime v1.0 (x 64) SP1
    2015-06-11 16:58:41 - reading version of the following file...
    2015-06-11 16:58:41 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2015-06-11 16:58:41 - GetFileVersionInfoSize failed (-2147024894)
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - client native Microsoft SQL Server 2008 R2 SP1
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41 - version
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Windows Server AppFabric
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41 - ProductVersion
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\AppFabric\V1.0
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Windows Identity Foundation (KB974405)
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41-
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\Microsoft identity Extensions\Setup\1.0
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015 06-11 16:58:41 - Microsoft Protection information and Control Client
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41-
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - Microsoft WCF Data Services 5.0
    2015-06-11 16:58:41 - read the following string value/name...
    2015-06-11 16:58:41 - version
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2015-06-11 16:58:41 - check if the following condition is installed:
    2015-06-11 16:58:41 - update Cumulative Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2015-06-11 16:58:41 - read the following DWORD value name...
    2015-06-11 16:58:41 - IsInstalled
    2015-06-11 16:58:41 - from the following registry location...
    2015-06-11 16:58:41 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2015-06-11 16:58:46 - start download/install
    2015-06-11 16:58:46 - created the thread for the installer
    2015-06-11 16:58:47 - "C:\Windows\system32\ServerManagerCmd.exe" - inputpath 'C:\Users\ADMINI~1\AppData\Local\Temp\1\PreF30A.tmp.XML '.
    2015-06-11 16:58:47 - error: cannot install (2)
    2015-06-11 16:58:47 - error: [in HRESULT format] (-2147024894)
    2015-06-11 16:58:47 - last return code (2)
    2015-06-11 16:58:47 - read the following DWORD value name...
    2015-06-11 16:58:47 - flags
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47 - PendingFileRenameOperations
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SYSTEM\CurrentControlSet\Control\Session Manager
    2015-06-11 16:58:47 - read the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2015-06-11 16:58:47 - error: the tool was unable to install the Application Server role (IIS) Web server role.
    2015-06-11 16:58:47 - last return code (2)
    2015-06-11 16:58:47 - options for other diagnostics: 1. find the value of return code 2. Download the prerequisite manually and check the size uploaded by prior Setup. 3. install the prerequisites manually from the location given without any command line options.
    2015-06-11 16:58:47 - can't start over
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Windows Management Framework 3.0
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47 - PowerShellVersion
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2015 06-11 16:58:47 - the value is...
    2015-06-11 16:58:47-4.0
    2015-06-11 16:58:47 - a newer version of the above condition is already installed
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Microsoft .NET Framework 4.5
    2015-06-11 16:58:47 - read the following DWORD value name...
    2015-06-11 16:58:47 - install
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Net framework Setup\NDP\V4\full
    2015-06-11 16:58:47 - the value is (1)
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47 - version
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Net framework Setup\NDP\V4\full
    2015 06-11 16:58:47 - the value is...
    2015-06-11 16:58:47-4.5.51650
    2015-06-11 16:58:47 - mail .NET 4.5 release is installed
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Windows Identity Foundation (KB974405)
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47-
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Windows identity Foundation\Setup\v3.5
    2015 06-11 16:58:47 - the value is...
    2015-06-11 16:58:47-6.1.7600.0
    2015-06-11 16:58:47 - the above condition is already installed
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Microsoft Sync Framework Runtime v1.0 (x 64) SP1
    2015-06-11 16:58:47 - reading version of the following file...
    2015-06-11 16:58:47 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2015-06-11 16:58:47 - GetFileVersionInfoSize failed (-2147024894)
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - client native Microsoft SQL Server 2008 R2 SP1
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47 - version
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Windows Server AppFabric
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47 - ProductVersion
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\AppFabric\V1.0
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Windows Identity Foundation (KB974405)
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47-
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\Microsoft identity Extensions\Setup\1.0
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Microsoft Information Protection and Control Client
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47-
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - Microsoft WCF Data Services 5.0
    2015-06-11 16:58:47 - read the following string value/name...
    2015-06-11 16:58:47 - version
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2015-06-11 16:58:47 - check if the following condition is installed:
    2015-06-11 16:58:47 - update Cumulative Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2015-06-11 16:58:47 - read the following DWORD value name...
    2015-06-11 16:58:47 - IsInstalled
    2015-06-11 16:58:47 - from the following registry location...
    2015-06-11 16:58:47 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2015-06-11 16:58:56 - opening the log file
    2015-06-11 16:58:56 - open for user action
    2015-06-11 16:58:56 - C:\Users\ADMINI~1\AppData\Local\Temp\1\PrerequisiteInstaller.2015.06.11-16.58.41.log

    I also looked for a solution of TechNet and found that there is a KB to install (2771431) (located here: https://support.microsoft.com/en-us/kb/2765260?wa=wsignin1.0 ), but when I try to install it I get the following error: "the update is not applicable to your computer. I also tried the second step, if the installation does not work and it has not yet. Any help would be greatly appreciated. Thank you.

    This issue is beyond the scope of this site and must be placed on Technet or MSDN
  • Error 1935.An error occurred during the installation of Assembly component {98CB24AD-52FB-DB5F-A01F-C8B3B9A1E18E}. HRESULT: 0X800736CC.

    Following error message encountered when installing SSO64 bits on Windows Server 2008 R2 Standard 64-bit edition.

    Error 1935.An error occurred during the installation of Assembly component {98CB24AD-52FB-DB5F-A01F-C8B3B9A1E18E}. HRESULT: 0X800736CC.
    [12:40:34 of Info] List MessageBox with text: Error 1935.An error occurred during the installation of Assembly component {98CB24AD-52FB-DB5F-A01F-C8B3B9A1E18E}. HRESULT: 0X800736CC. Return code: 1

    I tried to reinstall VC ++ 2005 SP1 Redistributable, but it did not work.

    I tried to rename a folder for vc ++ in the winsxs folder, but without permission to do so.

    Here's the Setup log:

    = Recording started: 01/03/2012-12:40:11 Build type: SHIP UNICODE 5.00.7600.00 appeal process: C:\Users\SA_KPN~1\AppData\Local\EBZ28334.tmp\Setup.exe =.
    MSI (c) (C0:58) [12:40:11:525]: Resetting cached policy values
    MSI (c) (C0:58) [12:40:11:525]: value of strategy Machine 'Debug' is 0
    MSI (c) (C0:58) [12:40:11:525]: * RunEngine:
    Product: SSO x64\SSO64\SSO64.msi
    Action:
    Command line:
    MSI (c) (C0:58) [12:40:11:525]: Client and UI is none or basic: full installation running on the server.
    MSI (c) (C0:58) [12:40:11:525]: grabbed execution mutex.
    MSI (c) (C0:58) [12:40:11:525]: Cloaking enabled.
    MSI (c) (C0:58) [12:40:11:525]: attempt of activation of all disabled privileges before calling install on server
    MSI (c) (C0:58) [12:40:11:525]: meter is incremented to disable the stop. Counter after increment: 0
    MSI (s) (C AC:3) [12:40:11:525]: running the installation inside the multi-package transaction \SSO x64\SSO64\SSO64.msi
    MSI (s) (C AC:3) [12:40:11:525]: grabbed execution mutex.
    MSI (s) (AC:64) [12:40:11:525]: Resetting cached policy values
    MSI (s) (AC:64) [12:40:11:525]: value of strategy Machine 'Debug' is 0
    MSI (s) (AC:64) [12:40:11:525]: * RunEngine:
    Product: SSO x64\SSO64\SSO64.msi
    Action:
    Command line:
    MSI (s) (AC:64) [12:40:11:540]: meter is incremented to disable the stop. Counter after increment: 0
    MSI (s) (AC:64) [12:40:11:540]: value of strategy Machine 'DisableUserInstalls' is 0
    MSI (s) (AC:64) [12:40:11:540]: meter is incremented to disable the stop. Counter after increment: 1
    MSI (s) (AC:64) [12:40:11:540]: SRSetRestorePoint is ignored for this transaction.
    MSI (s) (AC:64) [12:40:11:540]: disable the stop against the decrement. If counter > = 0, will be denied the stop.  Counter after decrement: 0
    MSI (s) (AC:64) [12:40:11:540]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3:2
    MSI (s) (AC:64) [12:40:11:571]: file will have the applied safety of OpCode.
    MSI (s) (AC:64) [12:40:11:587]: disable the stop against the decrement. If counter > = 0, will be denied the stop.  Counter after decrement:-1
    MSI (s) (AC:64) [12:40:11:587]: STRATEGY of RESTRICTION SOFTWARE: Verifying package--> 'SSO x64\SSO64\SSO64.msi' against the software restriction policy
    MSI (s) (AC:64) [12:40:11:587]: STRATEGY of RESTRICTION SOFTWARE: SSO x64\SSO64\SSO64.msi has a digital signature
    MSI (s) (AC:64) [12:40:21:603]: STRATEGY of RESTRICTION SOFTWARE: SSO x64\SSO64\SSO64.msi is allowed to run at the level of authorization 'unlimited '.
    MSI (s) (AC:64) [12:40:21:603]: dialogue of end not activated
    MSI (s) (AC:64) [12:40:21:603]: original ==> SSO x64\SSO64\SSO64.msi packing
    MSI (s) (AC:64) [12:40:21:603]: we're running out of ==> C:\Windows\Installer\1ebf5f91.msi package
    MSI (s) (AC:64) [12:40:21:619]: APPCOMPAT: replacements of compatibility mode properties found.
    MSI (s) (AC:64) [12:40:21:619]: APPCOMPAT: looking for entry with ProductCode '{F89B22BC-2768-4237-B300-5CFA52D9AC84}' appcompat database
    MSI (s) (AC:64) [12:40:21:619]: APPCOMPAT: no matching ProductCode found in the database.
    MSI (s) (AC:64) [12:40:21:619]: MSCOREE already loaded, using the loaded copy
    MSI (s) (AC:64) [12:40:21:619]: value of strategy Machine 'TransformsSecure' is 1
    MSI (s) (AC:64) [12:40:21:619]: value of strategy Machine 'DisablePatch' is 0
    MSI (s) (AC:64) [12:40:21:619]: value of strategy Machine 'AllowLockdownPatch' is 0
    MSI (s) (AC:64) [12:40:21:619]: value of strategy Machine 'DisableLUAPatching' is 0
    MSI (s) (AC:64) [12:40:21:619]: value of strategy Machine 'DisableFlyWeightPatching' is 0
    MSI (s) (AC:64) [12:40:21:619]: APPCOMPAT: looking for entry with ProductCode '{F89B22BC-2768-4237-B300-5CFA52D9AC84}' appcompat database
    MSI (s) (AC:64) [12:40:21:619]: APPCOMPAT: no matching ProductCode found in the database.
    MSI (s) (AC:64) [12:40:21:619]: transformations are not secure.
    MSI (s) (AC:64) [12:40:21:619]: PROPERTY CHANGE: adding MsiLogFileLocation property. Its value is ' C:\Users\acc\AppData\Local\Setup(030112 124011) .log.
    MSI (s) (AC:64) [12:40:21:619]: command line: ADDLOCAL = froot, server, SSOMMC, Admin, Pwdsync INSTALLDIR = c: Files\Enterprise Single Sign - dans\ FILESINUSEERROR = CURRENTDIRECTORY=C:\Users\acc\AppData\Local\EBZ28334.tmp CLIENTUILEVEL = 3 MSICLIENTUSESEXTERNALUI = 1 CLIENTPROCESSID = 3776
    MSI (s) (AC:64) [12:40:21:619]: PROPERTY CHANGE: adding PackageCode property. Its value is '{824AA89B-CCCC-4D40-A6D3-71DF21FEE110} '.
    MSI (s) (AC:64) [12:40:21:619]: Product Code passed to Engine.Initialize: "
    MSI (s) (AC:64) [12:40:21:619]: the Product Code of the table of properties before transformations: "{F89B22BC-2768-4237-B300-5CFA52D9AC84}".
    MSI (s) (AC:64) [12:40:21:619]: the Product Code of the table of properties after transformations: "{F89B22BC-2768-4237-B300-5CFA52D9AC84}".
    MSI (s) (AC:64) [12:40:21:619]: unregistered product: first start installation
    MSI (s) (AC:64) [12:40:21:619]: product {F89B22BC-2768-4237-B300-5CFA52D9AC84} is not supported.
    MSI (s) (AC:64) [12:40:21:619]: MSI_LUA: invites of credentials not required, the user is an administrator
    MSI (s) (AC:64) [12:40:21:619]: PROPERTY CHANGE: adding ProductState property. Its value is '-1'. '.
    MSI (s) (AC:64) [12:40:21:619]: entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (AC:64) [12:40:21:634]: value 'SearchOrder' user policy is 'nmu '.
    MSI (s) (AC:64) [12:40:21:634]: adding new sources is allowed.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding PackagecodeChanging property. Its value is '1 '.
    MSI (s) (AC:64) [12:40:21:634]: Package name extracted from package path: 'SSO64.msi '.
    MSI (s) (AC:64) [12:40:21:634]: package be registered: "SSO64.msi."
    MSI (s) (AC:64) [12:40:21:634]: Note: 2 1: 2262: AdminProperties 3:-2147287038
    MSI (s) (AC:64) [12:40:21:634]: Machine policy value 'DisableMsi' is 1
    MSI (s) (AC:64) [12:40:21:634]: value of strategy Machine 'AlwaysInstallElevated' is 0
    MSI (s) (AC:64) [12:40:21:634]: "AlwaysInstallElevated" user policy value is 0
    MSI (s) (AC:64) [12:40:21:634]: product installation will be high because the user is admin, and the product is to be installed by computer.
    MSI (s) (AC:64) [12:40:21:634]: the product '{F89B22BC-2768-4237-B300-5CFA52D9AC84}' is running with elevated privileges: product is affected.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding ADDLOCAL property. Its value is "froot, server, Admin, SSOMMC, Pwdsync.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding INSTALLDIR property. Its value is "C:\Program Files\Common Files\Enterprise Single sign-dans\ '."
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding CURRENTDIRECTORY property. Its value is 'C:\Users\acc\AppData\Local\EBZ28334.tmp '.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding MSICLIENTUSESEXTERNALUI property. Its value is '1 '.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding CLIENTPROCESSID property. Its value is "3776".
    MSI (s) (AC:64) [12:40:21:634]: value of strategy Machine 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (AC:64) [12:40:21:634]: MANAGER of REBOOT: disabled by the property MSIRESTARTMANAGERCONTROL. Windows Installer uses the built-in functionality of FilesInUse.
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding MsiSystemRebootPending property. Its value is '1 '.
    MSI (s) (AC:64) [12:40:21:634]: TRANSFORMS property is now:
    MSI (s) (AC:64) [12:40:21:634]: PROPERTY CHANGE: adding VersionDatabase property. Its value is "200".
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\Favorites
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\Network shortcuts
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\Documents
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\Printer shortcuts
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (AC:64) [12:40:21:634]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Local
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\Users\acc\Pictures
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative of Directors
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start start\program
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: Menu\Programs\Administrative C:\Users\acc\AppData\Roaming\Microsoft\Windows\Start of Directors
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\Users\acc\AppData\Roaming\Microsoft\Windows\Start start\program
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: Menu C:\Users\acc\AppData\Roaming\Microsoft\Windows\Start
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\Users\acc\Desktop
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (AC:64) [12:40:21:650]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (AC:64) [12:40:21:650]: Note: 1: 2898 2: MS without Serif 3: MS without Serif 4: 0 05:16
    MSI (s) (AC:64) [12:40:21:650]: MSI_LUA: the MsiRunningElevated of the parameter property to 1 because the installation is already running high.
    MSI (s) (AC:64) [12:40:21:650]: PROPERTY CHANGE: adding MsiRunningElevated property. Its value is '1 '.
    MSI (s) (AC:64) [12:40:21:650]: PROPERTY CHANGE: adding privileged property. Its value is '1 '.
    MSI (s) (AC:64) [12:40:21:650]: Note: 1: 1402 2: HKEY_CURRENT_USER Software Microsoft MS Setup (ACME) \User Info 3:2
    MSI (s) (AC:64) [12:40:21:650]: PROPERTY CHANGE: adding USERNAME property. Its value is 'KPN '.
    MSI (s) (AC:64) [12:40:21:650]: Note: 1: 1402 2: HKEY_CURRENT_USER Software Microsoft MS Setup (ACME) \User Info 3:2
    MSI (s) (AC:64) [12:40:21:650]: PROPERTY CHANGE: adding COMPANYNAME property. Its value is 'KPN '.
    MSI (s) (AC:64) [12:40:21:650]: PROPERTY CHANGE: adding a DATABASE property. Its value is 'C:\Windows\Installer\1ebf5f91.msi '.
    MSI (s) (AC:64) [12:40:21:650]: PROPERTY CHANGE: adding OriginalDatabase property. Its value is "SSO x64\SSO64\SSO64.msi.

    ..............................

    ................................

    Property (S): GPTSupport = 1
    Property (S): OLEAdvtSupport = 1
    Property (S): ShellAdvtSupport = 1
    Property (S): MsiAMD64 = 6
    Property (S): Msix64 = 6
    Property (S): Intel = 6
    Property (S): PhysicalMemory = 3840
    Property (S): VirtualMemory = 4312
    Property (S): AdminUser = 1
    Property (S): MsiTrueAdminUser = 1
    Property (S): LogonUser = acc
    Property (S): UserSID = S-1-5-21-1305377269-4159824490-449157577-297538
    Property (S): UserLanguageID = 1033
    Property (S): ComputerName = W1613
    Property (S): SystemLanguageID = 1033
    Property (S): ScreenX = 1024
    Property (S): ScreenY = 768
    Property (S): CaptionHeight = 19
    Property (S): BorderTop = 1
    Property (S): BorderSide = 1
    Property (S): TextHeight = 16
    Property (S): TextInternalLeading = 3
    Property (S): ColorBits = 32
    Property (S): TTCSupport = 1
    Property (S): Time = 12:40:37
    Property (S): Date = 01/03/2012
    Property (S): MsiNetAssemblySupport = 2.0.50727.4927
    Property (S): MsiWin32AssemblySupport = 6.1.7600.16385
    Property (S): RedirectedDllSupport = 2
    Property (S): MsiRunningElevated = 1
    Property (S): The privilege = 1
    Property (S): Name of USER = KPN
    Property (S): COMPANYNAME = KPN
    Property (S): basis of DATA = C:\Windows\Installer\1ebf5f91.msi
    Property (S): OriginalDatabase = SSO x64\SSO64\SSO64.msi
    Property (S): UILevel = 2
    Property (S): MsiUISourceResOnly = 1
    Property (S): Preselected = 1
    Property (S): ACTION = INSTALL
    Property (S): AccountAuthenticatedUsers = authenticated users
    Property (S): AccountCreatorOwner = CREATOR OWNER
    Property (S): AccountPowerUsers = power users
    Property (S): AccountUsers = Users
    Property (S): ROOTDRIVE = D:\
    Property (S): CostingComplete = 1
    Property (S): OutOfDiskSpace = 0
    Property (S): OutOfNoRbDiskSpace = 0
    Property (S): PrimaryVolumeSpaceAvailable = 0
    Property (S): PrimaryVolumeSpaceRequired = 0
    Property (S): PrimaryVolumeSpaceRemaining = 0
    Property (S): INSTALLLEVEL = 1
    Property (S): Complus_XML_Data =

    Property (S): SOURCEDIR = SSO x64\SSO64\
    Property (S): SourcedirProduct = {F89B22BC-2768-4237-B300-5CFA52D9AC84}
    Property (S): ProductToBeRegistered = 1
    MSI (s) (AC:64) [12:40:37:260]: Note: 1: 1708
    MSI (s) (AC:64) [12:40:37:260]: product: Microsoft Enterprise Single Sign-On - the Installation operation failed.

    MSI (s) (AC:64) [12:40:37:275]: Windows Installer installed the product. Product name: Microsoft Enterprise Single Sign-On. Product version: 6.0.0245.0. Product language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.

    MSI (s) (AC:64) [12:40:37:275]: see clean files/packages, if there
    MSI (s) (AC:64) [12:40:37:275]: MainEngineThread returned 1603
    MSI (s) (C AC:3) [12:40:37:275]: sequence number number for this installation system restore.
    = Logging stopped: 01/03/2012 12:40:37 =.
    MSI (s) (C AC:3) [12:40:37:275]: strategy user 'DisableRollback' is 0
    MSI (s) (C AC:3) [12:40:37:275]: policy value 'DisableRollback' Machine is 0
    MSI (s) (C AC:3) [12:40:37:275]: meter is incremented to disable the stop. Counter after increment: 0
    MSI (s) (C AC:3) [12:40:37:275]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3:2
    MSI (s) (C AC:3) [12:40:37:275]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3:2
    MSI (s) (C AC:3) [12:40:37:275]: disable the stop against the decrement. If counter > = 0, will be denied the stop.  Counter after decrement:-1
    MSI (s) (C AC:3) [12:40:37:275]: restoration of the environment variables
    MSI (s) (C AC:3) [12:40:37:275]: object to destroy RemoteAPI.
    MSI (s) (C AC:3) [12:40:37:275]: end of thread Custom Action Manager.
    MSI (c) (C0:58) [12:40:37:275]: disable the stop against the decrement. If counter > = 0, will be denied the stop.  Counter after decrement:-1
    MSI (c) (C0:58) [12:40:37:275]: MainEngineThread returned 1603
    = Recording stopped: 01/03/2012 12:40:37 =.

    Hello Philippe Gupta.

    Since the question you posted is on a Windows Server 2008-based computer, the question would be better suited on the TechNet support forum. Then I suggest you to post the question on the following link.

    http://social.technet.Microsoft.com/forums/en-us/newThread

  • How to set the name of the author and where I find all of the debug option token during the race or the creation of the application on QNX IDE?

    How to set the name of the author and where I find all of the debug option token during the race or the creation of the application on QNX IDE?

    Here is the error

    Failure of deployment: Info: request shipment: install and launch
    Info: Action: install and launch
    News: Native debugging: on
    Info: File size: 219949
    Info: Installing com.example.UIBB10AppTest1.testDev_B10AppTest15dd51c62...
    Info: Treatment 219949 bytes
    actual_dname:
    actual_id:
    actual_version:
    result::failure 881 the application author does not match the author token of debugging

    The author information is located in the bar - descriptor.xml in the tab "General". But the information must be defined automatically. In addition, you must install the token debug on your device.

    If everything is configured properly there is only one problem that happened to me. I had several chips debugging Momentics. I had to remove all chips debugging and leave alone the I want to use. Perhaps, you have also several debugging chips installed in Momentics. This seems to be a bug in Momentics who can't handle several chips debugging.

  • BlackBerry Z30, an error occurred during the installation of the software

    Hi all, hope someone can help. I have a new Z30 which does not seem device for Outlook synchronization. When I remove/open email on the device, it does not have the same on my Outlook on the PC, but it does not vice versa (i.e. When I remove/open an email on my Outlook on my PC's did the same thing on the device). In order to solve this problem, I thought download drivers/software may help, but when I try to do it I get an error "an error has occurred during the installion of the software. Some of the previous versions of the software installation files cannot be deleted. Make sure that no other application is using these files. I'm went into Control Panel and tried to remove the old version but cannot find all programs installed RIM or Blackberry. Am I missing something here? would be very grateful if someone could help that may have had a similar problem? Thank you, Hannah

    Starting from the hub, select the overflow menu down/right 3 points. Then settings > display and Actions. This screen offers a framework for "delete On". If this is set to 'Hub' only, then the behavior is as expected... change the setting you want.

    You can also try remove and reinsert the account from scratch... sometimes that helps things.

    Unless... you found "it is a working device"... If by that you mean that this is a BES compatible device, then you should work with your BES administrator.

    Good luck!

  • Loading screen is not animated, during the operation, but after

    Hi all!

    Here's my problem: I am display a gif animated using the class presented here.

    It is used in a specific class loader that perform an action, while the gif is displayed (the gif is a spinner). Only once the operation is completed, the LoadingScreen came out of the screen.

    Here's my class loader:

    public class LoadingScreen extends MainScreen {
    
        /**
         * The action to be processed during the loading.
         */
        Runnable action = null;
    
        private AnimatedGIFField _image;
    
        /**
         * Default constructor.
         *
         * @param action the action to manage.
         */
        public LoadingScreen(Runnable action)
        {
            super(FIELD_VCENTER);
            this.setTitle(CommonTools.initTitleBar());
            this.action = action;
    
            displayAnimation();
    
            if(this.action != null)
            {
                UiApplication.getUiApplication().invokeLater(this.action);
            }
        }
    
        /**
         * Display the animation during the loading process.
         */
        private void displayAnimation()
        {
            EncodedImage encImg =
                GIFEncodedImage.getEncodedImageResource("loading.gif");
            GIFEncodedImage img = (GIFEncodedImage) encImg;
    
            _image = new AnimatedGIFField(img);
    
            getMainManager().setBackground(BackgroundFactory.createSolidBackground(Color.BLACK));
    
            LabelField label = new LabelField("Connect..."){
                public void paint(Graphics g)
                {
                    g.setColor(Color.WHITE);
                    super.paint(g);
                    }
            };
    
            HorizontalFieldManager containerSpin = new HorizontalFieldManager(FIELD_HCENTER);
            HorizontalFieldManager containerLabel = new HorizontalFieldManager(FIELD_HCENTER);
            containerSpin.add(_image);
            containerLabel.add(label);
    
            containerSpin.setPadding(Display.getHeight()>>2, 0, 0, 0);
    
            this.add(containerSpin);
            this.add(containerLabel);
    
            KasualApplication.isLoading = true;
        }
    }
    

    The problem is that the gif is not animated, while the action runs. But if I have a popup appears at the end of the action to let the loading screen, I see that the gif is animated. As well as the animation starts when the action is complete.

    I think something is wrong in the clock of my son, but I don't see that.

    Could you please help me?

    Thanks in advance.

    It's ok, the solution is described here.

  • that occurred during the processing of this queue by creating problems (like to ignore these events)

    I think maybe I need to change my design and use more screens, but here's what I'm doing now and 2 challenges that he created.

    App starts - runs from the main screen - throw a box with instructions

    Trackball that I capture and trigger is clicked:

    (1) remove the case of the statement

    (2) display a countdown timer label field

    (3) start a timer to decrement the field job

    (4) audio recording start

    So we are always on our main screen, with just a timer showing at this stage

    Trackball is clicked when recording is finished:

    (5) app starts a job of decoding and analysis of your time

    What is happening on the user interface thread and I really don't want the user to be able to do something this afternoon

    Until the scan is finished the user starts hitting the keys... MENU, track ball, followed by the clicks of ball movements, enter etc.

    6) now that the analysis app is ready to draw a graph of the results, but start first transformation of these user actions and they could have carried off a menu and even blow close without realizing so the app could close

    In addition to potential problems of user interface events waiting, there is another major problem...

    * If a MENU is open - even empty - once the scan is complete the chart is not updated and my bitmap is empty.  I create an object to a bitmap and graphics, I use DrawLines to create a chart.  This code works great except the chart ends up empty if this menu is when he tried to view the chart.

    There are many potential problems here and not enough details for you guys to give the actual specific patches.  I tried ignoring the clicks in the analysis period and also to set the menu to be empty during the analysis period, and I even tried to close the menu after the analysis period by using the menu I have more drive with menu making.

    I guess the crux of the problem is all those waiting in line for the actions of the user... If there is a kind of pop events so you can ignore them that would probably be the best course of action for me.  Any suggestions?  or should I look to push another screen to display a message of 'treatment' in the audio analysis (I'm not sure it will solve the problem).

    Thanks in advance,
    Craig York

    I understand how to synchronize with the user interface thread, but slows the working thread already slow waiting for a lock is probably not a good idea.  Thanks if.

Maybe you are looking for