Set a default LDAP domain if the user does not specify one during logon

We are using LDAP authentication. We have setup the repository to have 3 LDAP servers, with the following domain identifiers: PUBLIC, AGENT, CORPORATE. We would like to default the domain to PUBLIC for external users, so they do not need to provide a domain. AGENT and CORPORATE users would still specifiy the domain. Is there a way to do this? I've tried setting the USER variable in an init block using the following sql.
Init block 1 - populates the USER session variable to prepend with PUBLIC if not specified
select (CASE WHEN substr(':USER',1,instr(':USER','/')-1) is NULL then 'PUBLIC/'||':USER'
ELSE ':USER'
END)
from dual
Init block 2 - LDAP authentication - populates the EMAIL and UID session variables
mail = EMAIL
uid = UID
Because I've defined the USER variable in the previous init block, I can't return the uid into the USER variable. This caused it to think that authentication was successful, and it allows you to login with valid LDAP users, but it will take any password you provide.
ideas?

Yes, I have done that. I have removed all other init blocks, and now have just the two. Init block 1 - set the value of the USER_TEMP variable, and init block 2 - the authentication init block. The authentication init block is marked as required for authentication, and the other init block must precede it. It is still allowing a user to login successfully under PUBLIC, when they are not a public user. If I explicitly login as PUBLIC/<user> it fails, as I would expect. But when I login as <user> it is successful. Which is not correct. I've checked in Answers that the variable USER_TEMP is being set to PUBLIC/<user>. So, I'm still confused as to why the LDAP init block is allowing it to go through.
Edited by: user10603068 on Jun 9, 2010 7:26 AM

Similar Messages

  • Error: The user does not exist or is not unique - when setting permission programmatically

    Hi,
    I am custom Sequential workflow in which I am breaking the permission and setting permission to list item.
    I have used the below code for setting Permission:
    SPRoleDefinition oSPRoleDefinition = oSPWeb.RoleDefinitions["RoleName"];
    //Grant permission to Manager
    SPRoleAssignment oSPRoleAssignmentManager = new SPRoleAssignment(strManagerLanID, strManagerEmail, "", "");
    oSPRoleAssignmentManager.RoleDefinitionBindings.Add(oSPRoleDefinition);
    CurrentListItem.RoleAssignments.Add(oSPRoleAssignmentManager);
    I am getting the error as :
    Error: The user does not exist or is not unique.
    How to fix this?
    Thanks

    I think you misunderstood the solution proposed by frederic, what he is suggesting is that the error doesn't come from your code but from the user account
    have you tried with another account ? (maybe the one you are using to log to your environment)
    With this information, it will help us to know if the problem comes from your code or from the user account
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • Feedback: Infering the user does not use Libraries

    Infering the user is not actually using Libraries in Windows 10 - greatly optimizing the experience of opening Explorer
    Feedback: If user does not have a collection of folders in any Library on install an algorithm in Windows 10 should automatically disable Libraries.
    In that case Explorer > Folder Options > General > Navigation Pane > Show libraries should be automatically set to off when creating the user profile for the Windows 10 user for the first time.

    I was facing the very same, when trying to sync my MS Project with SharePoint. On first sync between MSP and SP all the names I had assigned in the Project plan were not transferred to the SP list.
    I tried to enter the names manually in the SP list (Current View: "Project Task"), but always got the message "The User does not exist or is not unique. Permissions to the SP site are ok and I tried users from different domains, all the same result.
    When switching to the view "All Tasks" and edit the list item manually, it works w/o any issue. Not sure why, but at least a workaround for the 1st issue, even though one more step to add a user.
    Now I added a few names which were not in my MSP plan before and syncing back did not work. Reason here is the differences of Regional settings. On SP name fields do apear e.g. like this: "Klick, Heiko ; Simpson, Bart". In MSP "Heiko Klick, Bart Simpson".
    So in SP the field delimiter is ";" and per default in MSP ",". Once changing this in my local regional settings, the names are getting synced back.
    The way you setup resources in MSP is important. When picking names from the Outlook Adress book they occur as e.g. "Bart Simpson" and I can not sync between MSP and SP. When picking the names from Active Directory they get added as "Simpson, Bart"
    and everything works well.
    I hope this will help others with the same issue.

  • The user does not have permission to perform the operation

    Hi,
    Configuration: JES Q405. Solaris 10 x86.
    My customer initially installed JES (Portal + AM + DS) on the same box.
    Now, they have a change in their requirement. They want DS to run dedicatedly in another box.
    I have successfully installed a fresh instance of DS in the new box with the same domain name (thus maintaining the same dn). I have copied over 99user.ldif and exported all the data from the original DS in the old box.
    Everything is running fine. DS in the new box is able to function properly.
    On the Portal and AM side, I have changed the following file:
    1. AMConfig.properties
    2. serverconfig.xml
    3. PSConfig.properties
    I have also changed the Primary LDAP entry in iPlanetAMAuthLDAPService, iPlanetAMAuthMembershipService, and iPlanetAMPolicyConfigService.
    However, when I started AM (which is running on Sun Web Server), I got the following error message:
    ------------------- in /var/opt/SUNWam/debug/amSDK ---------------------------
    05/01/2006 04:46:43:324 PM SGT: Thread[main,5,main]
    ConfigManager->Constructor: root DN dc=sg,dc=com
    05/01/2006 04:46:43:403 PM SGT: Thread[main,5,main]
    Invoking _ldapPool.getConnection()
    05/01/2006 04:46:43:403 PM SGT: Thread[main,5,main]
    Got Connection : LDAPConnection {ldap://sg-dsq405.sg.com:389 ldapVersion:3 bindDN:"cn=puser,ou=DSAME
    Users,dc=sg,dc=com"}
    05/01/2006 04:46:43:410 PM SGT: Thread[main,5,main]
    Invoking _ldapPool.close(conn) : LDAPConnection {ldap://sg-dsq405.sg.com:389 ldapVersion:3 bindDN:"c
    n=puser,ou=DSAME Users,dc=sg,dc=com"}
    05/01/2006 04:46:43:411 PM SGT: Thread[main,5,main]
    Released Connection : LDAPConnection {ldap://sg-dsq405.sg.com:389 ldapVersion:3 bindDN:"cn=puser,ou=
    DSAME Users,dc=sg,dc=com"}
    05/01/2006 04:46:43:411 PM SGT: Thread[main,5,main]
    ERROR: ConfigManager->Constructor: Caught exception Message:The user does not have permission to per
    form the operation.
    ------------------------------------ end --------------------------------------------------
    -------------------------- in /var/opt/SUNWam/debug/amAuth ---------------------
    05/01/2006 04:47:21:252 PM SGT: Thread[main,5,main]
    Directory Host: sg-dsq405.sg.com
    Directory PORT : 389
    05/01/2006 04:47:21:298 PM SGT: Thread[main,5,main]
    AuthD initializing
    05/01/2006 04:47:21:610 PM SGT: Thread[main,5,main]
    ERROR: AuthD failed to get auth session
    05/01/2006 04:47:21:688 PM SGT: Thread[main,5,main]
    ERROR: AuthD init()
    com.iplanet.dpro.session.SessionException: AuthD failed to get auth session
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:709)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    ----------------------------------------- end --------------------------------------------------
    Any idea how to solve this problem? Thanks in advance!
    justCheeChong
    Message was edited by:
    justCheeChong

    check if the new DS instance has all the AM required ACI's.

  • Hr_maintain_masterdata showing an infotype that the user does not have auth

    subject: hr_maintain_masterdata showing an infotype that the user does not have authorisation for
    Hi all,
    I've a user account that's meant to perform staffing, based on the actual HR role.  The system is also set up with an infogroup that contains infotypes 0000, 0001, 0006, 0185, XYZ and other infotypes; XYZ representing an actual infotype.  The HR role is not supposed to have this infotype XYZ.
    When PA40 is used, infotype XYZ will be skipped, as the user account do not have authorisation for it.  I could then proceed to create the record.
    When the fm: hr_maintain_masterdata is used, I was prompted that I do not have authorisation for infotype XYZ.
    I have setup my fm with the mininum amount of values, as indicated below.
    I did not populate a table for "proposed_values" so the infotypes called were due to the actions of the infogroup.
    fm: hr_maintain_masterdata
    pernr = 01234567
    massn = 01          (new staff)
    actio = INS          (insert record)
    tclas = A          (master record)
    begda = 01.09.2010
    endda = 31.12.9999
    werks = myCompanyPlant
    dialog_mode = 2     (online)
    luw_mode = 1          (commit, if no errors encountered)
    no_existance_check = X
    Q. Is there any way to let the function module call the infotypes, with authorisation checks, as what PA40 is doing?
    Your guidance would be appreciated.
    Thank you,
    James Wong

    A behaviour that has been observed was that, after infotype 0185 was saved, the function module throws me back to infotype 0000, citing, "No authorization to maintain XYZ exists".  Data that I had populated to the screen, either via the FM or by manual input were cleared.  If I skip the next 4 screens, I'll arrive at the Infotype after XYZ, with the data populated.  Subsequent infotypes also have their data filled in.
    Once I complete the sequence, the personnel record will be created.  Upon examination, the frist 4 screens that were skipped in the 2nd pass contains data that were entered in the 1st pass.
    My question, as posted in the original post, is why infotype XYZ is triggered by the function module, as the staffing account does not hae access for it.  If I repeat the process using PA40, the infotype is skipped accordingly.
    Any help would be appreciated.
    Thank you,
    James Wong,

  • The user does not exist or is not unique - workflow problem

    I am using Solution Starters Dynamic Management workflow on my Project Server 2010.  I was working fine for a year now, but today all workflows were broken when someone tried to submit them to a next stage. "Workflow terminated. An error has occurred
    in the workflow."
    I tried debbuging the workflow and it seems to be OK, but the problem appears when it needs to assign tasks to the approvers (they are in the Approvers group). When I remove users from the group that represents approvers (and leave that group empty), it
    works fine, so I am guessing that users (who need to approve the stage) are the problem. My administrators are saying that there were no updates or changes on AD machine.
    I don't have problem with users in any of people picker fields or anywhere else on the site. I am using claims auth.
    What could be the reason for this behavior??
    These are main errors from the log:
    Failed to persist workflow instance: 7dc2e035-cd02-4284-b851-a829e372a809 with error code: 5, instance data size: 29578, internal state: Running, processing id: 1e2211d2-ef7b-4416-90ef-ac041396c200    2f83db27-34da-4275-a42e-0625240af921
    The user does not exist or is not unique.
    WinWF Internal Error, terminating workflow Id# 7dc2e035-cd02-4284-b851-a829e372a809   
    System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.  Parameter name: additionalNodes     at Microsoft.Office.Workflow.Actions.OfficeTask.ProcessTaskError(Object sender, EventArgs e)    
    at System.Workflow.ComponentModel.ActivityExecutorDelegateInfo`1.ActivityExecutorDelegateOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)     at System.Workflow.Runtime.Scheduler.Run()

    It appears that this isn't the problem with users, but it is a problem with Office Tasks. This is the main error in ULS logs (same as in the previous post):
    "Specified argument was out of the range of valid values.  Parameter name: additionalNodes"
    I noticed that all content types are gone from my pwa site. Is it possible that my workflow is causing problems when adding tasks because somebody deleted all content types??

  • List the items the user does not have access to.

    I have a requirement to show the user a list of all the libraries of a site with the number of items in each even if the user does not have rights to the library. (the link or button will be grayed out if the user has no access)  
    I am looking for opinions on how to do it with the best performance possible.
    The first candidate is to first enumerate all the items in all the libraries with elevated then do the same as the logon user and compare the collections.
    The drawback is performance so maybe rely on the assumption that the overall content of the site does not change often so keep the collection from the elevated run in cache (with configurable lifetime) and only run as user on page load and compare with the
    cache.
    I am sure there is probably a better way so let's here it. can we take advantage of search?
    This is on SP2013 but we are not using apps for unrelated reasons. We can use server object model.
    Thank you all.
    Ofer Gal

    Hi,
    I believe Search cant be used since Search is Security Trimmed. Search will not return the result if user dosent have the permission. 
    Thanks! Best Regards, Prasham Sabadra http://prashamsabadra.blogspot.in

  • Can't install Adobe Flashplayer 12. The user does not have sufficient privileges to install Adobe Fl

    I'm trying to install Adobe Flash Player 12.  I have tried it on Internet Explorer, Google Chrome and Mozilla Firefox. 
    I continually get the message "The user does not have sufficient privileges to install Adobe Flash Player"  
    How can I install Adobe Flash Player?? 
    Any help is appreciated!!

    March 12, 2014
    Hi Pat,
    Thank you so much for your reply.  Yes I am the Administrator. Nothing worked until I went into my security and disabled my firewall and my security tab.  Then Flash Player 12 downloaded without a hitch.  Then I quickly re-enabled both my firewall and security settings.   I have no idea why it worked but it did.
    Thank you so much for your assistance!!
    I wish you a great week!
    Sincerely,
    Lori

  • Really? Again? "The user does not have sufficient privileges to install Adobe Flash Player"

    My browser is firefox.
    "The user does not have sufficient privileges to install Adobe Flash Player" is the incessant problem I've had many times updating Flash.
    Come on guys, this is getting beyond ridiculous. The install always stops at 55% exactly, and never completes, leaving me to abandon Firefox for Chrome. I mucked about the last half a dozen times this happened during the update and just by sheer accident it managed to install, but it's been 2 hours of similar mucking about and I'm now getting nowhere.
    This has been a persistent problem and affected many firefox users for years now, as I've seen both by my own experience and by searching google. Isn't there a way you all can provide a single SIMPLIFIED solution to this issue, either by coordinating with firefox or by providing a Firefox "unique" installer? Really it's too infuriating.
    Anyway, before anyone asks, yes I'm logged on as the admin, and yes I've run the installer "as the admin" by right clicking. I've also gone ahead and completely uninstalled flash (and emptied the folders as requested in other threads here) and reinstalled, only to watch the progress bar halt at 55% as per usual and leave me clicking that stupid Chrome icon to have a working flash program.
    Honestly folks, why, after years, does this continue to be a persistent issue? Fix it for the love of God! Are you lot the guys doing the ObamaCare website or what? We firefox folks are loyal to our browser, and installing new versions of flash on this browser is an unnecessary bloody pain in the you know what.
    Sorry for the visible frustration, but if someone could please provide a universal working solution I wouldn't need to be on here whinging and moaning.

    I have had the same problem, but found that doing it this way, eradicated the issue for me-
    I am no computer expert and have experimented over time until i found what has worked for myself. 
    I hope this helps others to resolve this problem.
                                                If you are unsure, then please get somebody that has an idea what they are doing to prevent any accidental deletion of system files!!!!!!!
    This is a Microsoft windows 7 PC, not Apple Mac.
    slightly lengthy, but has stopped me pulling hairs out and stopped swearing at the computer.
    Allowed for me to open e learning that needed adobe to continue with learning.
    Firstly:
    Download the current uninstallerUninstaller for Windows
    Close all browser windows and run the uninstaller
    Restart Windows.
    Delete all remaining files and folders located in the following directories. (these directories are probably hidden away from sight)
        (tip: copy and paste ONE of these paths into the path/search bar in an Explorer window)
    C:\Windows\system32\Macromed\Flash
    C:\Windows\SysWOW64\Macromed\Flash (if you are using a 64-bit system)
    which should then display a white page with a top line in bold letters saying something like:-
    "Index of C:\Windows\system32\Macromed\Flash\" as shown below:
    This INFORMATION is only needed for the location as to where these files are hidden so DO NOT !!!!! click on any of the folders within this browser, as they will download into the download folder and cause more problems.
    THIS WILL SHOW  WHERE THE FOLDERS ARE HIDING WITHIN THE COMPUTER ITSELF, BUT THEY ARE PROBABLY HIDDEN, UNTIL YOU UNHIDE THE FOLDER(S) THAT YOU NEED.
    MINIMIZE THIS SCREEN TO ONE HALF OF THE SCREEN, AND HAVE THE FOLDER OF THE COMPUTER ON THE OTHER SIDE OF THE SCREEN, SO THAT YOU CAN FOLLOW WITHOUT HAVING TO REMEMBER WHAT IS NEEDED TO BE DONE NEXT
    Secondly:
    Go onto DESKTOP
    double click on computer
    then double click on "C"
    go to organize on top left corner under backwards arrow,
    click on "folder and search options"
    click on "view" tab,
    look for heading "Hidden files and folders"
    click on "show hidden files, folders, and drives"
    click "Apply"
    CLICK "OK"
    Most folders will be a bright yellow folder, whereas the hidden folders that you have now made reappear will be a shaded yellow.
    You should still have the operating system IDE (C) folder open.
    Thirdly:
    Look for:
    Open folder "Windows"
    Open Folder "System32"
    Find Folder "Macromed"
    Right Click on folder and look down for "Delete" left click which will then put the folder into the waste basket on the computer.
    Empty the wastebin if it is on desktop by right clicking and choosing "Empty Recycle Bin"
    close all explorer/Google pages.
    then repeat the process as near top of page from Computer --> C Drive --> all the way to
    Hidden files and folders
    Forthly:
    THEN !!!!!
    click on "DON'T show hidden files, folders, or drives"
    click "apply"
    click "OK"
                                       THAT WILL HIDE THE SYSTEM FOLDERS
    Fifthly:
    CLOSE ANY FOLDER OR BROWSER ON THE  COMPUTER SO THAT YOU ARE BACK TO THE DESKTOP.
    FINALLY:
    OPEN BROWSER
    YOU SHOULD THEN BE ALLOWED  TO INSTALL ADOBE WHEN OPENING A FRESH BROWSER

  • The user does not have sufficient privileges to install Adobe Flash Player

    Hi, I'm having a very hard time installing the newest version of Adobe Flash player.  When I run the installer I get the error message "The user does not have sufficient privileges to install Adobe Flash Player".  This all started after Flash had given me several popups about a new update, but the update wouldn't install correctly.  Eventually I uninstalled Adobe Flash and I've been unable to reinstall it at all since.
    I'm running Windows 7 64 bit, and I do have an administrator account.  I'm trying to isntall the Flahs plugin for Firefox, but it also wont work in IE.  So far I've tried running the instaler as an administrator, doing a clean install and running the installer from another user account (also an administrator).  None of these things have worked, and I can't find any other suggestions.
    Thanks in advance for your assistance!

    Download the offline installers from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header and save them to disk, then right-click on each installer and select 'Run As Administrator'.

  • Error: The user does not have sufficient privileges to install Adobe Flash Player

    I get an error when the system tries to install Flash Player 11. It forced me to install when running a publish in captivate.
    The user does not have sufficient privileges to install Adobe Flash Player
    I tried to the advice from http://forums.adobe.com/message/4970296 to download and install offline version. I get this error:
    A required file (C:\Windows\system32\Macromed\Flash\FlashPlayerUpdateService.exe:5) could not be written due to insufficient permissions.

    Try a clean install as described in http://forums.adobe.com/thread/928315

  • Export failing with "The user does not have the required rights to perfrom

    We are testing an upgrade to BOXI 3.1.  We use the CrystalReportViewer .net web control to view the report.  When the export button is clicked and the Crystal Reports file format is selected, the following error message is displayed:
    "The user does not have the required rights to perfrom this operation. Please contact your administrator. "
    Notice that perfrom is not spelled correctly.  This is what actually gets displayed.
    I'm not too concerned about the spelling, but I do want to fix the error.  So I checked the security on the folder and the user does have full control.  Both advanced security options are selected:
    -View document instances that the user owns
    -Export the report's data
    So what else could be causing this?

    I had applied the full control access to the wrong group.  Once I applied that access to the user that actually generates the report, it worked.

  • Install flash Player error Message:the user does not have suffucient privilages to install flash pl

    I have tried it all: clean install, de-activated virus program, run as administrator. Still same message "the user does not have suffucient privilages to install flash player". Using windows 7, 64-bit mozilla 24.0. Please help.
    TIA 

    C:\Windows\System32\Macromed\Flash
    =O====== M/11.9.900.117 2013-10-20+00-30-13.104 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{3645AE40-5A7B-4282-9D4D-89BB84123E9E}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0012 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0013 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0014 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0015 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+00-30-24.959 ========
    =O====== M/11.9.900.117 2013-10-20+00-42-24.477 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{144CB2BF-17F9-4EBC-8036-A2530AB94FE9}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 0
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+00-42-37.074 ========
    =O====== M/11.9.900.117 2013-10-20+00-48-05.461 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{4CCDA36F-A8AF-4444-89A4-43B3438CEB33}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 0
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+00-48-20.070 ========
    =O====== M/11.9.900.117 2013-10-20+00-57-35.239 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{F62D46AF-3AFB-476C-9A41-F3EECE64951C}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 0
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+00-57-45.641 ========
    =O====== M/11.9.900.117 2013-10-20+01-08-37.577 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{9F129C9D-29C9-4709-BA49-414DB1786651}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [F] 00001041
    =X====== M/11.9.900.117 2013-10-20+01-08-41.689 ========
    =O====== M/11.9.900.117 2013-10-20+01-09-04.552 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{0EDB7E38-BE52-4B1A-80C7-A2FD89401A3A}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+01-09-14.189 ========
    =O====== M/11.9.900.117 2013-10-20+02-09-06.555 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{96FC46A7-B89B-428E-857F-DF7FB8F6E2E1}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+02-09-25.437 ========
    =O====== M/11.9.900.117 2013-10-20+02-15-14.729 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{9DED1BAC-1BD8-479B-9A35-0709B70D31AF}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+02-15-28.759 ========
    =O====== M/11.9.900.117 2013-10-20+02-21-12.886 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{9758D9CC-9552-4494-BC76-35039D5B6491}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0003 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0006 [W] 00001036 Software\Opera Software/Plugin Path 2
    0007 [W] 00001036 Software\Opera Software/Plugin Path 2
    0008 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF64_11_9_900_117.dll
    0009 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_Plugin.exe
    0010 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0011 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0012 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+02-21-26.384 ========
    =O====== M/11.9.900.117 2013-10-21+04-47-35.202 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Temp\{B8243ABE-FAAD-4536-AD99-FF433D99A1F8}\InstallFlashPla yer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash64_11_9_900_117.ocx
    0006 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_ActiveX.exe
    0007 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil64_11_9_900_117_ActiveX.dll
    0008 [I] 00000023 C:\Windows\system32\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [I] 00000012
    =X====== M/11.9.900.117 2013-10-21+04-47-47.770 ========
    =O====== M/11.9.900.117 2013-10-22+21-52-48.047 ========
    0000 [I] 00000010 "C:\Users\nutnut\AppData\Local\Temp\{2F742732-39EA-4399-9D88-71B6BC052EB4}\InstallFlashPl ayer.exe" -install -skipARPEntry -iv 8 -au 1
    0001 [F] 00001041
    =X====== M/11.9.900.117 2013-10-22+21-52-55.215 ========
    =O====== M/11.9.900.117 2013-10-22+22-02-40.301 ========
    C:\Windows\Syswow64\Macromed\Flash:
    =O====== M/11.9.900.117 2013-10-20+00-29-59.546 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0017 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0018 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0019 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+00-30-30.765 ========
    =O====== M/11.9.900.117 2013-10-20+00-42-13.527 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+00-42-43.227 ========
    =O====== M/11.9.900.117 2013-10-20+00-47-54.274 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+00-48-26.982 ========
    =O====== M/11.9.900.117 2013-10-20+00-57-24.025 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+00-57-51.752 ========
    =O====== M/11.9.900.117 2013-10-20+01-08-28.389 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [E] 00001041
    =X====== M/11.9.900.117 2013-10-20+01-08-41.749 ========
    =O====== M/11.9.900.117 2013-10-20+01-08-55.935 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+01-09-19.237 ========
    =O====== M/11.9.900.117 2013-10-20+02-08-49.807 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+02-09-36.730 ========
    =O====== M/11.9.900.117 2013-10-20+02-15-03.110 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+02-15-35.790 ========
    =O====== M/11.9.900.117 2013-10-20+02-20-59.971 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-20+02-21-32.828 ========
    =O====== M/11.9.900.117 2013-10-21+04-47-19.055 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.a94e601883d676c526a90c1c321d6ea048c0fe47\install_ flash_player_ax.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_9_900_117.ocx
    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_ActiveX.exe
    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_ActiveX.dll
    0009 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0010 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\activex.vch:5
    =X====== M/11.9.900.117 2013-10-21+04-47-54.161 ========
    =O====== M/11.9.900.117 2013-10-22+21-52-36.104 ========
    0000 [I] 00000010 "C:\Users\nutnut\AppData\Local\Adobe\AIH.fadff808ef68abc467f97a8a1edb6baf2637d497\install _flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [E] 00001041
    =X====== M/11.9.900.117 2013-10-22+21-52-55.471 ========
    =O====== M/11.9.900.117 2013-10-22+22-02-29.829 ========
    0000 [I] 00000010 "C:\Users\nutnut\AppData\Local\Adobe\AIH.fadff808ef68abc467f97a8a1edb6baf2637d497\install _flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-22+22-02-57.498 ========
    =O====== M/11.9.900.117 2013-10-22+22-12-37.302 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-22+22-13-01.133 ========
    =O====== M/11.9.900.117 2013-10-23+01-03-51.031 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-23+01-04-34.267 ========
    =O====== M/11.9.900.117 2013-10-23+01-54-49.889 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.68d8c3aa340533740b548aaf64f9e6a853cb322f\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-23+01-55-16.870 ========
    =O====== M/11.9.900.117 2013-10-26+23-54-56.408 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.ac1f66266b3a1ed15e6854de7e879da6668923ee\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [E] 00001041
    =X====== M/11.9.900.117 2013-10-26+23-55-17.018 ========
    =O====== M/11.9.900.117 2013-10-26+23-55-32.451 ========
    0000 [I] 00000010 "C:\Users\Donut\AppData\Local\Adobe\AIH.ac1f66266b3a1ed15e6854de7e879da6668923ee\install_ flash_player.exe" -install -iv 8 -au 1
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0014 [W] 00001045 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_9_900_117_Plugin.exe/ 2
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [E] 00001031 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch:5
    =X====== M/11.9.900.117 2013-10-26+23-56-07.233 ========

  • To set a default role according to the user.

    Hi,
    I would like to set different default roles according to users. For example, we have the following prerequisites:
    1) 3 roles: roleA | roleB | roleC (in this order).
    2) 3 differents users: user1, user2, user3.
    So, if I log-in with the user1, the default role should be the roleA; if I log-in with the user2, the default role should be the roleB; and so on.
    But I don't want to change the order of the roles using "sort priority" property.
    How can I do this?
    Thanks,
    Samantha.

    Hello Samantha,
    Does each of the users need to have each of the roles? If not you could just not assign the other roles except the one you want to display as default role (a assume you mean the role that is displayed first after logon).
    If each of your users need every role, I am afraid your requirement is not realizable unless you use the sort priority property. Why don't you want to use it in the first place?
    On possible yet circuitous way to meet your requirements would be the following:
    Create another role for each of your user(-group)s. Say in your case Role 1, Role 2 and Role 3 which are not defined as entry points.
    Assign roleA, roleB and roleC to Role 1 where roleA has the lowest sort priority; and assign user1 to role 1.
    Assign roleA, roleB, roleC to Role 2 where roleB has the lowest sort priority; and assign user 2 to Role 2
    and so on.
    Of course you need to use sort priority for that and I think thats hard to maintain. (probably not even what you are looking for)
    Maybe you can get a litle more concrete what you are trying to achieve.
    best regards
    Stefan

  • How do I run a script so that the user does not have to click into and out of a read-only calculated numeric field?

    Hi all
    I have a read-only calculated field, and I want to build actions on it, dependent on what the answer to the calculated field is.
    I have used action builder, and it works, but only if the form filler clicks in and out ("exits") the field, which they didn't have to enter in the first place, because it populates as a result of a previous script.
    To be more precise, The questions asked before this field are:
    Date of submission (submitdate):
    Date of event (eventdate):
    Calculation occurs (days between event and submission), and answer is populated in a field called 'daysbetween'
    Now I have a set of conditions:
    If the daysbetween is < or = 14, then I want a message to come up saying ineligible to apply
    If the daysbetween is >14 and < or = 28, then I want a message to come up saying a fast track fee will be applied, and I want the fast track fee box to be populated, and I want the fast track fee box to appear.
    I used the action builder to get all of this to work, except that it only works if the user then clicks in and out of  the 'daysbetween' field, which they shouldn't have to, because it's already calculated for them
    I feel like I have to put this script in an earlier field...but I don't know where - action builder won't let me do it in the 'eventdate' field
    Thanks in advance

    Put a shift register on the border of your loop. Have a case statement that contains the "Get time" function in one case of the case statement. Make that case = 3 and wire the loop iteration to the case selector. Have the time value loaded onto the shift register in the "2" case (interations count from zero), have the shift register passed through on all others ("Default"). Then subtract this time from current to get elapsed time. You probably want to put the subtraction/comparison in a "sub-case" in the "default" that only is valid for interations > 3 or you will get some really ugly "times" until the shift register is loaded, or you could initialize it from outside the loop with the time, but this will cause it to show elapsed times from the beginning that suddenly jump back to a low number after iteration 2.
    P.M.
    @ Corning? Which one? I was doing LabVIEW at Corning back in '96
    Message Edited by LV_Pro on 09-23-2005 10:07 AM
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion
    Attachments:
    elapsed time.vi ‏24 KB

Maybe you are looking for

  • My ringer is not working.

    I have the ringer button on the side set to ring...no ring. both the buttons are switched to on in the sounds section. shouldnt it ring and vibrate>?

  • Dreamweaver Not Displaying Properly

    Hello, I'm not a Dreamweaver expert by any stretch of the imagination, so this might not make sense, but I've got to try anyway. Several of my webpages on my website are displaying properly online, but in dreamweaver I can only see the template in th

  • Help Outgoing Payment

    Dear All Experts, I want to write a Transaction Notification that if a particular Outgoing Payment is being added by cheque (Vendor or On Account) then a field in table OVPM should not be blank. Otherwise it should be added. Plz help me to do this.

  • Windows 7 Pro will not restart if printer on.

    Hello, When clicking restart, Windows 7 Pro will not restart with either hp printer (L7680 or C309a) powered on.  The screen just stays on 'Starting Windows'.  Windows will continue to load after powering down which ever printer is powered on. This p

  • Kernel panics, airport on

    Seeing strange kernel panics with an emac and PB G4 1.33. PM G5 Late '05 also having KP's and mouse lockup sporadic movements with Airport on. Turn off Airport, works fine. Did clean install x.4.6 and x.4.x1 combo update on the PB and the same occurs