Sap UM connector 9.1.2 trouble with "SAP User Management User Recon" task

Hello All,
i have a problem with Sap UM Connector version 9.1.2.
OIM version 11.1.1.5
Windows 2008 R2
Problem is:
Then accounts in Sap are created through direct provisioning feature of connector everything works ok (subsequent update or delete an account).
But if a user account is created in Sap using Sap GUI, scheduled task "SAP User Management User Recon" of connector doesn't create reconciliation event to link user.
Sometimes it does though, but for one user account created using Sap GUI in OIM created two reconciliation events, so corrsponding user in oim have two records for resource SAP.
In this reconciliation events, one have full set of attributes (Login, First Name, Last Name, E Mail, etc), another one - just these 3 attributes: IT Resource, User ID, Lock.
"SAP User Management Delete Recon" scheduled task works ok then user account has been deleted using Sap Gui.
How one can troubleshoot such behavior?
Can anyone advise please?

resolved the issue by updating sap um connector to version 9.1.2.5

Similar Messages

  • SAP Certfied Dev Professional - ABAP System Interfaces with SAP Netweaver 7

    Hi all,
    Has any one here done this certification ?
    SAP Certfied Development Professional - ABAP System Interfaces with SAP NetWeaver 7.0
    Code - P_ABAP_SI_70
    If yes, how has been the value add for you post this certification ?
    Regards,
    Nikhil.

    Hi Nikhil,
    I have not appeared for it but am sure that SAP's professional certification has very much value in the market. The professional level exam not only captures your knowledge but it shows the practical experience as well.
    Regards,
    Subhash

  • SAP CERTIFIED DEVELOPMENT PROFESSIONAL - ABAP SYSTEM INTERFACES WITH SAP

    Hello Experts
    I am Atush Rohan, I have done my "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0" on 3rd April 2009.
    I want to appear for "SAP Certified Development Professional - ABAP System Interfaces with SAP NetWeaver 7.0". I have about 3 and half years or experience in SAP ABAP. And I plan to give this certificate exam in the coming 6 months.
    Could you please tell me how i apply for this exam, and whether SAP provides the certificate material for the exam "P_ABAP_SI_70". Waiting for a positive reply.
    Regards
    Atush Rohan
    Edited by: Atush Rohan on Jul 30, 2009 1:21 PM

    hi,
    actually you can find your sid on your certificate itself ... your sid will start with SXX .. ok now along with this you will receive an envelope in which there would be an letter where detalis regarding your sid and password for login access in sap market place will be stated... so you can login with that in server market place.... usually you get this along with the certificate and is being provided by the centres authority...   now if you have not received it so you need to contact your centre and tell them to give it to you... if they dont barged then you can ask them for the concern guy's email .... this guy is the one who receives all the documents relating with your certificate .. now this guy is someone from sap labs banglore ...  also if you have not received your id card so you can mail him or tell your centre authority in that case now usually the centre guys take the matters lightly ...
    ok and as far as your certification exams goes i did search the pearson website they really dont have that professional certification for the abap guys but they do have one for functionals and some other....
    ok now you need to approach yout nearest certification centre in that case and simply ask them that you need to appear for level 2 certification also you can contact the sap labs banglore in that case but i know that they are not responding .....
    so in that matter you tell your centre that you need to schedule the certification they will charge you the certification amount and then will  schedule the date..... yes they can do that.
    hope this will surely help you!!!
    thanks & regards,
    Punit Raval.

  • Trouble with SAP system installation GUI

    Hello all,
    I've installed SLES10 SP2 X86_64 without any problem. During the installation I marked "SAP desired" option to get SAPINIT package installed.
    After initial settings of environment variables and all the stuff, I ran the SAP installation via ./sapinst command (as root). The system displayed proper notice:
    guiengine: No GUI server connected; waiting for a connection on host server, port 21200 to continue with the installation
    but instead of displaying of SAPGUIInstallation on my local PC nothing happend. I use Putty with X11 forwarding option and Xming. Normally this works fine, but not now. I tried the XCLOCK - this works ok.
    So I ran the ./sapinst in X11 directly on the server in ptty7. The SAPGUIInstallation came up. So I shut it down and kept trying to start the installation remotely. After 2hours I came back to X11 to check the SAPGUIInstalltion is still working .. and guess what - even there the GUI haven't been starting since.
    Do you have any idea, what should be wrong or where should I look ?
    Thank you in advance for ANY hint.
    Rgds
    Tomas

    Hello Hannes,
    here are answers for you points:
    - java-1_4_2-ibm-1.4.2_sr11
    - sapinst (of SAP SolMan) from SAP Package official delivery (with SAP NetWeaver04S SP3)
    There is one more note to be mentioned:
    the true is, that when I try to run ./startInstGui.sh (from the same directory as sapinst binary - it comes togethere on Installation Master DVD) .. I get following error:
    Java Runtime found in SAPINST_JRE_HOME environment variable
    Path: /usr/lib64/jvm/jre/bin/java
    Start mode: gui (GUI only)
    Connection parameters:
    GUIServer host: localhost
    GUIServer port: 21212
    Starting...
    <<< frog.jar: version 5.4.5 10/19/05 sap.theme: null >>>
    Warning: Cannot convert string "--lucida-medium-r--------*-iso8859-1" to type FontStruct
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall .java:82)
    at com.sap.sdt.util.misc.BootStrapper.start(BootStrap per.java:107)
    at SDTGui.main(SDTGui.java:46)
    Caused by: java.lang.InternalError: java/langNullPointerException
    So if the "startInstGui.sh" is run on the background after the GUIserver initialization (previous post), it also probably dumps. I just can not find the log about that.
    I guess I should solve this exception first .. only thing is I dont know how
    Any ideas ?
    Thank you !
    Tomas

  • Trouble with java security manager

    I have set up a security manager for my webapp running on Tomcat. The application enables the user to write his own scripts using Javascript, that's why I need to set up a security manager.
    Using Rhino as script interpreter, it is possible to use the standard java security mechanisms, e.g. using the security manager to handle the scripts' rights.
    I've added the following lines to my policy file:
    // give server all rights
    grant codeBase "file:webapp/WEB-INF/-" {
         permission java.security.AllPermission;
    //rights granted to scripts
    grant codeBase "file:restrictedClient" {
         permission java.io.FilePermission "webapp/WEB-INF/lib/js.jar", "read";
    I've assigned the scripts to the "restrictedClient" code base. However, the script execution fails as the script does not have the permission to access or define classes of any package (even standard java packages like java.lang or java.math).
    In java.security, I have found the following comment:
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageDefinition unless the
    # corresponding RuntimePermission ("defineClassInPackage."+package) has
    # been granted.
    # by default, no packages are restricted for definition, and none of
    # the class loaders supplied with the JDK call checkPackageDefinition.
    #package.definition=
    I now wonder, why the checkPackageDefinition is checked though there's no entry for any package to be checked.
    Extending the policy file like
    grant codeBase "file:restrictedClient" {
         permission java.lang.RuntimePermission "accessClassInPackage.webapp/WEB-INF/classes/org/mozilla/javascript";
         permission java.io.FilePermission "webapp/WEB-INF/lib/js.jar", "read";
         permission java.lang.RuntimePermission "defineClassInPackage.java.io";
         permission java.lang.RuntimePermission "defineClassInPackage.java.util";
         permission java.lang.RuntimePermission "defineClassInPackage.java.net";
         permission java.lang.RuntimePermission "defineClassInPackage.java.sql";
         permission java.lang.RuntimePermission "defineClassInPackage.java.lang";
         permission java.lang.RuntimePermission "defineClassInPackage.java.math";
         permission java.lang.RuntimePermission "de.methodpark.pkit.facade.impl";
    works, but an unpleasant feeling remains :-).
    Rhino creates an own classloader for script execution. Could that be the source of the strange behaviour?
    Any help would be appreciated!
    Regards,
    Matthias

    David,
    I was glad to see your post regarding WLS 9.2 and the troubles with enabling Java Security Manager.
    Were you able to learn any more on things like - why doesn't the admin console work when the security manager is enabled with the default policy file. Also, why is it so difficult to add permissions for your own applications and get them to actually work.
    I'd be curious to see if you were able to get it to work or if you have any insights or resources that can help with this as we are really struggling to get a restrictive policy file that works.
    Thanks,
    D

  • SAP Crystal Report 2013 SP03 - Connection error with SAP ECC tables, clusters

    Hi,
    I'm trying to connect SAP Crystal Report 2013 with SAP ECC but I'm getting below error. I've read some where that We need to install SAP integration kit but SAP BI 4.1 it comes default, also had to install the ABAP cystal report transport - How to do Install this on SAP side -
    and on the ECC side we had to develop Crystal Authorization - how to develop this?
    Can someone screenshot of these steps and please suggest if something else can be done.

    Hi Pawan,
    Search for the error and you should see many threads for this issue.
    Anyway, this is what I found:
    logon failed. you do not have the necessary rights to design reports
    Crystal Reports 2008 and BW - Installation and Configuration - Business Intelligence (BusinessObjects) - SCN Wiki
    The wiki should have answers to all your questions regarding Transports, Authorization et al.
    -Abhilash

  • Trouble with photoshop(cs4) manages colours

    Hello there. I have callibrated my printer, and have callibrated my monitor monthly over the three months since I purchased my Color Munki. I have set up a printer profile that I want to use.  I have CS4 and using a "two up view" for soft- proofing, the copy to be printed (on screen) was at first rather  dull with a green cast and with blacks greyed off compared to the master copy and very difficult to match the master even closely. The prints were passable after a lot of fiddling but not as good as I had hoped even compared to prints I produced  before I used my own printer- paper profile .. However recently  the prints have got even worse. They are really, really dark when printed even though they dont look so on screen.They also still have the colour cast etc. I have been selecting "no color management' in the printer dialogue along with the printer- paper profile. I have had to resort to using "Printer manages colour" and a generic printer paper profile  again as I used to do.  I am  getting far better prints with  good colour matches this way so it would seem that there is nothing wrong with the printer.  I have concluded that it must be a problem with the colour management in my CS4 Photoshop. I have an Epson Stylus photo 1410 printer, a Dell flat screen U2410 monitor and a nikon D90 camera. I feel so disappointed after forking out for the Color Munki etc hoping to get really top class prints. .I would really appreciate some advice.

    You have to make sure you have configured everything to work together - i.e., to make the printer driver expect that Photoshop is going to do the color transform.
    However, there were some posts last year implying people with Epson printers were seeing "double profiling" - meaning somehow two color transforms were being invoked, and they couldn't turn the behavior off.  I think at least some people just broke down and bought new printers, as Epson apparently would not fix the drivers to work properly with Photoshop CS5.
    I don't know whether yours might fall under the same issue, but you could double check with Epson.com and see if there have been any newer drivers released for your model.
    -Noel

  • Trouble with some custom SystemD/User unit files

    Good evening all,
    I'm trying to move programs out of my .xinitrc file and my window manager's startup hooks into systemd user unit files for ease of management, and hopefully more resilient.  I have followed the setup on the wiki page for SystemD/User session (https://wiki.archlinux.org/index.php/Sy … asic_setup) and already have some services already running:
    ╭─vendion@tyre ~
    ╰─➤ systemctl --user status
    ● tyre
    State: degraded
    Jobs: 0 queued
    Failed: 4 units
    Since: Fri 2014-08-08 20:23:47 EDT; 4 days ago
    CGroup: /user.slice/user-1000.slice/[email protected]
    ├─3200 /usr/lib/systemd/systemd --user
    ├─3202 (sd-pam)
    ├─dbus.service
    │ ├─ 3623 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
    │ ├─ 3711 /usr/lib/at-spi2-core/at-spi-bus-launcher
    │ ├─ 3728 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
    │ ├─ 3996 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
    │ ├─ 4184 /usr/lib/GConf/gconfd-2
    │ └─29638 /usr/bin/dunst
    ├─udiskie.service
    │ └─3389 /usr/bin/python /usr/bin/udiskie
    ├─spideroak.service
    │ ├─3394 /opt/SpiderOak/lib/SpiderOak
    │ └─3993 /opt/SpiderOak/lib/SpiderOak --spider
    ├─skype.service
    │ └─3396 /usr/lib32/skype/skype
    ├─mpd.service
    │ ├─3386 /usr/bin/mpd --no-daemon
    │ ├─3959 /usr/bin/pulseaudio --start --log-target=syslog
    │ └─4178 /usr/lib/pulse/gconf-helper
    ├─mpdscribble.service
    │ └─3544 /usr/bin/mpdscribble
    └─google-musicmanager.service
    └─3638 /usr/bin/google-musicmanager
    Some of them are using unit files provided by the package, others I wrote the unit file for.  The services that are failing that are causing the state to be degraded are:
    ╭─vendion@tyre ~
    ╰─➤ systemctl --user --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    ●clipit.service loaded failed failed Clipboard manager
    ●pasystray.service loaded failed failed Pulseaudio system tray icon
    ●pidgin.service loaded failed failed Pidgin IM client
    ●redshift.service loaded failed failed Redshift display colour temperature adjustment
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    4 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    I had to write the unit files for each of these.
    clipit.service unit file: http://sprunge.us/Qjfd
    When I check the status for this here is what I get:
    ● clipit.service - Clipboard manager
    Loaded: loaded (/home/vendion/.config/systemd/user/clipit.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:04 EDT; 4 days ago
    Main PID: 3619 (code=exited, status=1/FAILURE)
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service: main process exited, code=exited, status=1/FAILURE
    Aug 08 20:24:04 tyre systemd[3200]: Unit clipit.service entered failed state.
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service holdoff time over, scheduling restart.
    Aug 08 20:24:04 tyre systemd[3200]: Stopping Clipboard manager...
    Aug 08 20:24:04 tyre systemd[3200]: Starting Clipboard manager...
    Aug 08 20:24:04 tyre systemd[3200]: clipit.service start request repeated too quickly, refusing to start.
    Aug 08 20:24:04 tyre systemd[3200]: Failed to start Clipboard manager.
    Aug 08 20:24:04 tyre systemd[3200]: Unit clipit.service entered failed state.
    pasystray.service unit file: http://sprunge.us/BWWR
    Status output
    ● pasystray.service - Pulseaudio system tray icon
    Loaded: loaded (/home/vendion/.config/systemd/user/pasystray.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:12 EDT; 4 days ago
    Main PID: 3769 (code=killed, signal=TRAP)
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service: main process exited, code=killed, status=5/TRAP
    Aug 08 20:24:12 tyre systemd[3200]: Unit pasystray.service entered failed state.
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service holdoff time over, scheduling restart.
    Aug 08 20:24:12 tyre systemd[3200]: Stopping Pulseaudio system tray icon...
    Aug 08 20:24:12 tyre systemd[3200]: Starting Pulseaudio system tray icon...
    Aug 08 20:24:12 tyre systemd[3200]: pasystray.service start request repeated too quickly, refusing to start.
    Aug 08 20:24:12 tyre systemd[3200]: Failed to start Pulseaudio system tray icon.
    Aug 08 20:24:12 tyre systemd[3200]: Unit pasystray.service entered failed state.
    pidgen.service unit file: http://sprunge.us/KgKV
    Status output
    ● pidgin.service - Pidgin IM client
    Loaded: loaded (/home/vendion/.config/systemd/user/pidgin.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:24:04 EDT; 4 days ago
    Main PID: 3620 (code=exited, status=1/FAILURE)
    Redshift.service unit file: http://sprunge.us/IDCC
    Status output:
    ● redshift.service - Redshift display colour temperature adjustment
    Loaded: loaded (/home/vendion/.config/systemd/user/redshift.service; enabled)
    Active: failed (Result: start-limit) since Fri 2014-08-08 20:23:58 EDT; 4 days ago
    Docs: http://jonls.dk/redshift/
    Main PID: 3517 (code=exited, status=1/FAILURE)
    Aug 08 20:23:57 tyre systemd[3200]: redshift.service: main process exited, code=exited, status=1/FAILURE
    Aug 08 20:23:57 tyre systemd[3200]: Unit redshift.service entered failed state.
    Aug 08 20:23:58 tyre systemd[3200]: redshift.service holdoff time over, scheduling restart.
    Aug 08 20:23:58 tyre systemd[3200]: Stopping Redshift display colour temperature adjustment...
    Aug 08 20:23:58 tyre systemd[3200]: Starting Redshift display colour temperature adjustment...
    Aug 08 20:23:58 tyre systemd[3200]: redshift.service start request repeated too quickly, refusing to start.
    Aug 08 20:23:58 tyre systemd[3200]: Failed to start Redshift display colour temperature adjustment.
    Aug 08 20:23:58 tyre systemd[3200]: Unit redshift.service entered failed state.
    I know that my unit files for these services work because if I manually start them with "systemctl --user start <service>" then they work just fine, but when systemD is trying to start them when I login they fail.  I have dbus setup like the wiki says to, and "DBUS_SESSION_BUS_ADDRESS" is defined.  I also have the DISPLAY environment variable set in /etc/systemd/system/[email protected]/display.conf like the wiki suggests as well.  I know that SystemD user sessions still may not be ready for prime time but I could use a better way to manage these startup programs than the .xinitrc file.
    Thanks in advance for any help

    i suppose there is a code whitch resets the default bounds when
    the component is beeing added to the JTable.Technically, the Component returned by the getCellRendererComponent() is not added to the JTable, it's just used as a rubber stamp.Mmm, I was wrong: at least with the basic L&F, the Component is (temporarily) added to a CellRendererPane, which is a children of the JTable.
    Moreover, I witnessed that both setBounds() and doLayout() are called before the component is actually painted...
    I've never used a compound component as a renderer, but I assume the issue is common (did not have time to search nor try it myself). You may investigate whether the JPanel is appropriately laid out, by inserting some breakpoints/logs at appropriate places (setBounds, doLayout,...)Did this on an extra-short example, and it did render correctly...
    somehow the textfield's bounds where not set anymore.Note that the Javadoc for Cellrendererpane states that +"After the component is painted it's bounds are reset to -w, -h, 0, 0 so that, if it's the last renderer component painted, it will not start consuming input"+.
    That does not explain why the w and h are 0, but at least it's clear that depending on where you put your logging statement makes a big difference about the accuracy of the bounds logged

  • SAP PI FTP sender adapter not working with SAP ECC over Itanium

    Hi,
    We have been running normally SAP PI 7.0 SP14 with no issue for a while.
    We are now in the process of migrate the SAP ECC system from PA risc to IA platform. We are performing some tests between SAP PI and SAP ECC to check that the platform migration is not affecting us in any way and we have found that FTP adapter sender is not working anymore (receiver is working as usual).
    We place some files in the new ECC system and when PI goes to retreive the files it is like it can not read anything. It gives no error but it does not pick any file. This is not happening with the old platform.
    Does anyone have any idea?
    Thanks a lot for your help
    Diana

    Hi,
    I am using FTP connection and for the receiver it is working fine.
    Thanks
    Diana

  • Trouble with Component Wizard and User Database

    Hello,
    I am a user of Circuit Design v.13.0 Power Pro Edition (Windows 8 Pro x64, intel Core i7 3GHz, 4GB memory, 500GB HDD).
    On MultiSim, I tried to create a 324-pin component via the Component WIzard, and had this component listed in the User Database.
    I failed, however, to register the symbol (ANSI Y32.2) created on the Symbol Editor, receiving an error saying something like:
    "The ANSI symbol for component ......... cannot be found or is invalid. The symbol is saved in the database. Check if the symbol is correct."
    (This is an English intepretation of the original Japanese, so may not be the exact English error message.)
    Actually, no symbol appears on the Database Manager.
    I have found that this error does not occur for pin counts equal to or fewer than 144.
    Furthermore, other 324-pin and 256-pin components created on MultiSim v.12.0 caused an error when I tried to edit these components in the User Database, with a message like:
    "A trouble occurred in reading the symbol data of component ..."
    Could anyone tell me how I can resolve these problems?
    I will greatly appreciate your help.
    Regards,
    Akira

    I have the same problem. I am using Multisim 13.0.1 (13.0.1059) with database version 13.0.c, Win7 x64
    I found that when you have a component symbol with 146 pins, it works, but when you add one more pin, you get an error saying, "The ANSI symbol for component [my component name] in family [component family name] is missing or invalid. The symbol will still be saved to the database. Check to ensure the symbol is correct.
    Multisim will not allow opening the component in the database for editing. If you try to place the component on a schematic, you get the error "There was a problem reading symbol data for component [component family name]/[my component name]

  • Trouble with ä,ö,ü in Music Manager after updating...

    Hi, it seems there is a bug in the Nokia Music Manager after updating the PC Suite to version 7.1.26.0. The german special characters (Umlaute) like ä, ö, ü, ß are no more correctly saved or displayed in the file names and tags.
    Can you help?
    Kind regards
    netdog63

    Quote from: NovJoe on 23-March-09, 14:53:31
    Why don't you want to follow up with your previous thread?
    It'll be confusing when you started multiple threads linking to the issue.
    Sorry, I haven't posted here much so I'm not familiar with the protocols. I just thought it would be less confusing to make this a separate issue. I linked them to avoid duplicating info on my config & h/w

  • Trouble with Filemaker Installation Package-User Issue

    I'm have an issue with a downloaded update from Filemaker (.dmg). When I open the file the Installation Package that we all see is a blank icon. Says it wants to open with Adobe PageMaker. If I change user to another I have set up, the package icon is correct and I can install the program. Unfortunately it is for the wrong user. Filemaker tech guy said it had to do with permissions. So I repaired disk permissions with Disk Utility. No good. What else can I do? Any ideas. I don't want to create a whole new user/administrator, since I have hundreds of programs linked to it.
    mikkbrick
    G5   Mac OS X (10.4.7)  
    G5   Mac OS X (10.4.4)  

    Hard Drive went down within hours. Explains unusual behavior.

  • Troubles with opening attachments when user have restristed priviledge to run executable code only from ProgramFiles and Windows folders.

    I try to restrict users from executing any potentialy dangerous files. So according to Windows policies I set. Users can run any application from Program Files, Program Files (x86), Windows and all users' desktop folder. Users have no permission to write anything in this folders. When user duble clicks for example *.doc document on his desktop - document opens with MS Word just fine. But when user try to open this document from e-mail attachment directly (selecting open with MS Word, instead of saving) - he sees an error - "This action is restricted by local policy. Ask your system administrator." (not exact text).
    So I want, users able to open attachments from Thunderbird automatically, but not able to run any application or link, except Program Files, Program Files (x86), Windows and all users' desktop folder. How can I get this result?
    Thanks in advance.
    Serious Diman.
    P.S. Sorry for my bad english. It's not my native language.

    Thanks for answering.
    I found out what was happening.
    This strange "bug" affects several computers with Windows 7 Ultimate in my case.
    When you create SRP (software restriction policies) it creates two default rules for running programs: windows folder and Program Files folder. Manually I add "C:\Program Files (x86)" in unrestricted locations. BUT Windows and Program Files folder linked in default rules not directly, but through registry keys. And this part seems tricky. You CAN run executables from Program Files. You CAN run executables from Program Files (x86). But if Thunderbird or Firefox try to run MSword, or excel or writer for opening *.doc or *.odt or some other downloaded file - running from Program Files blocked by SRP.
    So to resolve this problem you just need to replace rules for undirect paths like %HKLM/software/microsoft/windows ... etc% with direct ones, such as "C:/Windows" and "C:/Program Files/". After this all works fine. Attachments and downloaded files opens automatically without problems.

  • Trouble with itunes on different user name

    ok I went to upload itunes and it froze so I canceled it. Then when I went to do it again a window popped up. It says "please wait while windows configures itunes" then get all done loading and says problem with shortcut "Fatal error during installation" and I have uninstalled it and re-installed it. It still won't work for me. The funny thing is it works fine on the main user name, but not on mine. Is there anything I can do to have it work on my user name. I am getting very frustrated can someone please help me out?

    Same here.  I cannot search iTunes from my iPad gen. 1.  Again, everything worked fine until I updated to ios5. My iPad is much slower now, too :(
    Anyone out there with a fix?

  • Trouble with Adobe Application Manager

    I'm getting the above error whenever I try to update any adobe applications.  It claims I have more than one iteration of it open, but my dock claims I only am trying o open the one instance.  Help.  (I'm running cc on a windows 7 laptop.)

    press ctrl-alt-del > click task manager > processes and check for aam.

Maybe you are looking for

  • ICal doesn't show delegation, and generates date and time error messages in /var/log/system.log

    I have a problem with my iCal, when I use my caldav account, I can only see my own calendar on my MBA, on my co-workers MBP it works fine with both my account and his. My co-worker can't see other calendars than his own when he uses iCal on my laptop

  • How to make form text box field display name or instructions?

    Using form tools, I have added text boxes in my PDF that I would like to have the field name display. So the user would understand what kind of info they need to fill in. For example, [Type organization name here] in one box and [type address] in ano

  • CS 5 Freezing: set a breakpoint in malloc_error_break to debug

    Been using CS 3 for a while and upgraded to CS 5 and it's been BUGGY to the point I can't rely upon it for my work.  Recently had the application freeze and checking the console I found: 10/13/10 5:08:17 PM [0x0-0x27027].com.adobe.Photoshop[277] ***

  • OutputStreamWriter doesn't seem to obey flush()

    I'm writing characters to a BufferedWriter whose underlying OutputStream is a TCP socket connection. At the other end of the socket, I see each full buffer of data, but I don't see the last (partial) buffer of data. On the client side, I verify with

  • How to find candidate disks in the ASM?

    Hi, all, My oracle db is 10g running on a linux rh9 server. I want to know how to check the candidate disks in the ASM? If there are no any candidate disks, how could I add some logical partitions as candidate disks? Thanks!! Qian