R12- system profile values

Hello
I want to know which user got some profile.
for example- which users have the Profile Option Name "Session Timeout"?
thank you :)

login user, who is having 'system administrator' responsiblity and you can check profile options.. refer this below link
http://docs.oracle.com/cd/E18727_01/doc.121/e13492/T274658T274670.htm
thanks

Similar Messages

  • APPLICATION에 접속하지 않고 SYSTEM PROFILE VALUE를 SETTING 하는법

    제품 : AOL
    작성날짜 : 2006-05-23
    APPLICATION에 접속하지 않고 SYSTEM PROFILE VALUE를 SETTING 하는법
    ================================================================
    PURPOSE
    Application에 접속하지 않고 profile option value를 setting 하는 방법을
    알아본다.
    (11.5.4 ~ 11.5.10)
    Explanation
    Application에 접속하지 않고 profile option 값을 setting 하기 위해서는
    FND_PROFILE package의 SAVE function을 이용해야 한다.
    그러나 "update" 문장을 이용하여 직접 table을 update하는 것은 지원되지
    않는다.
    Test case로 아래는 "Guest User Password" profile option 값을 'GUEST/
    ORACLE'로 변경하는 자세한 절차이다.
    Application 화면에서 보여지는 name은 user가 알기 쉬운 name이긴 하지만,
    function은 profile option의 internal name을 취해야 하므로 internal name
    을 먼저 확인해야 한다.
    1.Apps user로 접속하여 아래 select 문을 이용하여 profile option의
    internal name을 확인한다.
    SQL> select profile_option_name
    from fnd_profile_options_tl
    where user_profile_option_name like
    '<Your Profile Option User Name or Part of it>';
    e.g. "Guest User Password" profile option에 대한 internal name이
    'GUEST_USER_PWD' 임을 아래 select 문으로 확인 할 수 있다.
    SQL> select profile_option_name
    from fnd_profile_options_tl
    where user_profile_option_name like 'Guest%';
    PROFILE_OPTION_NAME
    GUEST_USER_PWD
    위 userr profile option name을 대소문자 구분하여 적어 놓는다.
    2.Profile option에 필요한 값을 setting 하기 위해 아래 sample code를
    이용한다.
    ===========
    Sample Code
    ===========
    DECLARE
    stat boolean;
    BEGIN
    dbms_output.disable;
    dbms_output.enable(100000);
    stat := FND_PROFILE.SAVE('GUEST_USER_PWD', 'GUEST/ORACLE', 'SITE');
    IF stat THEN
    dbms_output.put_line( 'Stat = TRUE - profile updated' );
    ELSE
    dbms_output.put_line( 'Stat = FALSE - profile NOT updated' );
    END IF;
    commit;
    END;
    ===============
    End of Sample Code
    ===============
    SAVE function parameters에 대한 설명은 아래와 같다.
    function SAVE(
    X_NAME in varchar2,
    /* Profile name you are setting */
    X_VALUE in varchar2,
    /* Profile value you are setting */
    X_LEVEL_NAME in varchar2,
    /* Level that you're setting at: 'SITE','APPL','RESP','USER', etc. */
    X_LEVEL_VALUE in varchar2 default NULL,
    /* Level value that you are setting at, e.g. user id for 'USER' level.
    X_LEVEL_VALUE is not used at site level. */
    X_LEVEL_VALUE_APP_ID in varchar2 default NULL,
    /* Used for 'RESP' and 'SERVRESP' level; Resp Application_Id. */
    X_LEVEL_VALUE2 in varchar2 default NULL
    /* 2nd Level value that you are setting at. This is for the 'SERVRESP'
    hierarchy. */
    ) return boolean;
    Reference Documents
    Note 364503.1

  • System Profile Values

    Hello ,
    under system profiles >> Profile Option Name , Site , Application , Responsibility , User ,.....etc
    lets say i have this respo. named "xxx_payroll_US"
    and profile named : HR:Business Group
    is there anyway i can get the values under responsibility from sql query
    if not what is the related tables??
    thanks in adavnce
    Message was edited by:
    ALJazzar

    Thanks Guys, but it seems that the answer is not what i exepected
    Step By Step Senario>>
    1 -login to the oracle app
    2- use the sysadmin resp.
    3- under profile choose system
    4-a window pop -up named " find system profile values"
    5-check resp and type xxx_payroll_USA
    6-next to profile textfiled typr HR:BusinessGroup
    the case is
    if i press find it will give me the profile option value under the respobility name
    is that clear????
    in the given script it shows 0 ( nothing)
    thanks and regards,

  • How to create a profile value at user level programatically

    Dear all,
    I want to create a profile value at user level programatically, I refer to the developer guide and try to use fnd_profile.put() to create a new value.
    But I find out the value is just created in session level, not be inserted into base table.
    So is there anyone know how to realize this function in PL/SQL?
    Any idea is appreciated.
    Best Regards,
    Kenny

    Check Note: 364503.1 - How to Set a System Profile Value Without Logging in to the Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364503.1

  • Need to get profile value defined at responlibility level

    Hi I have a procedure which have to get the profile value defind at responsibility level.
    I will be passing resp id as in parameter to that procedure.
    The thing here is, I will not be creating a concurrent program for this. And this procedure will be accessed by some other application by connecting to apps database and executing
    SO this is completly a procedure which is runned from back end.
    Now to get that profile value I used
    fnd_profile.value_specific('XXPROFILE',NULL,RESP_ID,NULL,NULL,NULL)
    BUt it is not getting any value.
    Please let me know for any other solutions.
    Thanks

    Hi;
    Please check below which could be helpful for your issue:
    How To Set A System Profile Value Without Logging In To The Applications [ID 364503.1]
    Script To List The Values Of A Profile Option At All Levels [ID 803587.1]
    How to Change Profile Option Value Without Forms [ID 943710.1]
    Regard
    Helios

  • Partner profile value for XI system

    I got a outbound message with partner profile value as
    <SAP:SNDPOR>XIDEV</SAP:SNDPOR>
      <SAP:SNDPRN>XiALE01</SAP:SNDPRN>
      <SAP:SNDPRT>LS</SAP:SNDPRT>
    Where do I go and change the SNDPRN value in SLD? or is it SLD I change it. SAP R3 is looking for sender partner profile in caps. How to change this value in XI
    thanks

    Hi,
    Please update few things.
    1. Since it is an outbound from XI into another R/3 machine, I would first suggest you to check IDOC posted in R/3 which has an error message tagged to it. This is applicable only when Message went from XI into R/3 and we see an error in the SXMB_MONI as RFC destination not found etc.,.
    In such a case, IDOC error message with 53/51 etc, will post an error message like "SENDER NOT IDENTIFIED". This SENDER and RECEIVERs can be seen in the CONTROL RECORD of the IDOC.
    From R/3, use transaction WE02/WE05 and locate your IDOC (normally in the OUTBOUND folder on left, look at last few messages which have RED TRAFFIC SIGNAL and match the partners).
    To resolve this, create the RFC PORT first. XIDEV using WE21 referring to your XI client. The prerequisite for this is to have a RFC destination already created to port XI and a logical system (BD54 transaction).
    Create a Logical System (Business Partner) of type LS using WE20 and (Logical system you have created or identified in BD54) should be configured as you want.
    This should resolve your issue.
    2. If the issue is with XI and message is not seen in R/3, make sure you have assigned proper logical system in the SLD for your technical landscape. If this is pointing to a different logical system, then probaboy you may want to change to suitable logical system.
    Suggest you to look for the definitions using SM59 and IDX1 in R/3.
    Hope this answers, please let us know your findings.
    Thanks,
    Srini.

  • API for inserting/updating system profile option values

    Hi,
    Is there any API that I can use to insert/update system profile option values via PL/SQL?
    Regards,
    Santhosh Jose

    Hi Santosh,
    You can think of using the FNDLOAD utility to download the values from one instance and upload to other instance.
    ## Now lets have a look at the profile option using oracle's FNDLOAD
    FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct POR_ENABLE_REQ_HEADER_CUST.ldt PROFILE PROFILE_NAME="POR_ENABLE_REQ_HEADER_CUST" APPLICATION_SHORT_NAME="ICX"
    ## Note that
    ## POR_ENABLE_REQ_HEADER_CUST is the short name of profile option
    ## We aren't passing the user profile option name in this case. Validate using ...
    ########----->select application_id, PROFILE_OPTION_NAME || '==>' || profile_option_id || '==>' ||
    ########----->USER_PROFILE_OPTION_NAME
    ########----->from FND_PROFILE_OPTIONS_VL
    ########----->where PROFILE_OPTION_NAME like '%' || upper('&profile_option_name') || '%'
    ########----->order by PROFILE_OPTION_NAME
    ########----->/
    ## Now to upload
    FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct POR_ENABLE_REQ_HEADER_CUST.ldt
    For other config components download and upload you can refer the link- http://www.apps2fusion.com/apps/scripts/19-oracle-fndload-script-examples
    Thanks,
    Sanjay

  • User Personal Profile Values

    Hello,
    We have a custom profile to set up the default printer at a user level for our shipping program (in R12).  Currently, our users do not have access to the Personal Profile Values form and I would like to give them the ability to change this themselves.
    The issue I have is allowing them to change other profiles.  I'd like to limit them only to the one profile for changing their default printer.
    Is it feasible to run an update statement like the one below to set this up:
    update applsys.fnd_profile_values
    set user_visible_flag = 'N',
    user_visible_flag = 'N'
    where profile_option_id <> 11632;
    Or is there a better script that we should run to update this.
    Regards,
    Matt

    You can use the above update to change the visibility of your custom profile option (or you can achieve the same from the application -- Application Developer or System Administrator > Define Profile Option).
    You may also see the docs in this thread https://forums.oracle.com/thread/2569789
    Btw, why are you setting user_visible_flag twice in your above update? And, I think you need to change "profile_option_id <> 11632;" to be "profile_option_id = 11632;" -- Assuming 11632 is the profile option if of your custom profile option.
    Thanks,
    Hussein

  • 802.1x System Profile HELP, Please!!!

    Server : Xserve, 10.8.5
    Clients : Mix, 10.6.8, 10.8.5
    To who ever may be able to help me,
    I am the tech director for a school district and manage about 800 Apple laptops ranging from old MacBooks to the latest MacBook Pro. We utilize the LDAP service on our Apple server for authentication via 802.1x. Our entire district uses Aruba Network controllers and access points to privde wireless to our clients. For termination we use PEAP and EAP-GTC. Please don't ask me why we are using those methods, it was set up like that before I started and I am not very familiar with all these protocols and authentication methods. All of our students have network only accounts, nothing is ever saved to the client devices, so they require the system profile to be configured in order for the wireless to be active at the log-in window. I have preconfigured each of our 10.6 clients to authenticate this way with a preconfigured user name and password stored in a profile that I exported from the network preferences, because you used to be able to do that.
    Now I am sitting on a pile of newly shipped MacBookPros that, guess what, have 10.8 on them and I am dealing with profiles made by profile manager. Obviously I am here because this is not going well.
    I have created a profile in Profile Manager that has all the information I can provide.
    Interface is set to WiFi
    SSID is set properly
    It is a hidden network, so that box is checked
    Auto Join is checked
    I have no Proxy
    Security type is WPA2
    I have checked, to Use as a log in window configuration
    PEAP is checked
    Password is entered
    I have also added the certificate that the wireless network asks for when manually connecting
    Additionally, I have looked at the profile in Text Edit and confirmed all of the key values are correct.
    The profile will successfully install but it will never connect to the network, it will just sit there authenticating. I can manually connect just fine using the same user name and password I used in the profile. I am stuck. If anyone has any tips for me, I would greatly appreciate it.

    I am experiencing exactly the same issue in my environment. Same setup: System-level profile configured via Casper, with 802.1x authentication at the loginwindow enabled. Users are able to log in using directory based accounts, but the connection then drops and the profile seems to disappear completely! It is no longer visible in the profiles preference pane, and the network will not function again until the user selects the SSID manually and reauthenticates.
    Did you ever find a resolution for this issue? Please help!
    -Andy

  • No Serial No in System Profiler

    Last year we had a new midplane and power unit installed for the iMac and affter doing that, there was no serial number listed in the System Profiler, it's just blank.
    Is there a way to update the machine to the new serial number?

    741/3187
    Hi Stephanie,
    There is a way to change the serial number in the About this Mac window, by editing this file:
    /System/Library/CoreServices/loginwindow.app/Contents/Resources/English.lproj/AboutThisMac.strings
    (I don't know about opening it with Xcode or TextEdit, but it works with Property List Editor).
    - in ABOUTBOX_SERIAL_NUMBER_FORMATSTRING, replace the value "Serial Number %@" with your "Serial Number XXXXXXXXXXX".
    You'll have to enable root first, and most probably change the ownership & permissions. Don't forget to then disable root and repair Permissions.
    IMO it is not worth the hassle, because as the others say, the one really important info is the one saved at Apple Support, along with your proofs of purchase, bills and dates.
    Also because:
    The really important place where you need it (System Profiler, along with the Sales Order Number), can be updated only using a special Apple "Set Serial Number" bootable CD.
    Have fun with the file-editing...
    or just forget about it if your Support page at Apple is OK
    Axl

  • EDM Profile values

    Hi all,
    Could someone tell me what is the industry standard of profile values under Profile value Category "Quantity", whether it is readings or consumption.
    As of now when we compute the billed quantity it is calculated as sum of the profile values, indicating the profile values are consumption values.
    Are there also scenarios where meter readings (instead of consumption) are used in profile values. If so what is the procedure to compute the consumption
    With thanks & regards,
    Vinodh

    Profile values are typically consumption (electricity or gas, resp. kWh and m3) or demand (electricity, kW).
    I have not seen a scenario where the profile contained the readings. However if the meter (or metering system) would provide this information on a periodic time basis it would be no problem to store it in a profile.
    Consumption would then have to be derived in the RTP interface from the readings in the period billed.

  • Please help !! Adobe Captivate CS4 Installer stuck at 90% " Checking system profile"

         I had installed Adobe Captivate CS4 previously. .For some reason, I used Adobe CS4 cleanup tool..and it removed captivate installers..and I was not able to uninstall captivate CS4 thro' Add/remove programs and removed Captivate using revo uninstaller.. Now if I try to install Captivate CS4 the installer is stuck at 90% checking system profile..Please help!!
    P.S tried all the possible methods including all the methods listed in the KB atricle

    I'm attaching the log file.. pls go through it
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Install Bootstrapper Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Install Properties:
        AddRemoveInfoAboutURL=http://www.adobe.com
        AddRemoveInfoDisplayName=Adobe Captivate 4
        AddRemoveInfoDisplayVersion=4
        AddRemoveInfoSupportURL=http://www.adobe.com/support/Captivate
        AddRemoveInfoUpdatesURL=http://www.adobe.com/support/Captivate/downloads.html
        AdobeCode={07CD1281-D5ED-4BB4-8964-7B4F1F36315D}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload0={092DF7B0-6E10-4718-9763-9704CC4E6EF9}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload1={4A3E802F-A221-465C-A1A7-E4AF92FFB393}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload2={50F104C6-DA8A-4C07-8DAE-819CA09BBF8B}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload3={6BE35082-8D96-45BD-B1D6-1B394BC70089}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload4={716E0306-8318-4364-8B8F-0CC4E9376BAC}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload5={9D1CA210-C2FC-46BA-B833-099FFFCACBF0}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload6={A9A71A55-3C8A-4DCD-8291-1F4B749627C9}
        CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.TotalPayloads=7
        ConfiguringBootstrapper=1
        INSTALLDIR=C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1
        Installed=00:00:00
        LanguageIndependent=1
        ProductCode={2B6F6771-46DA-4DEB-B738-E809A81B17F7}
        REINSTALL=ALL
        REINSTALLMODE=pvoums
        UpgradeCode={12ACA7CF-6514-4E99-974B-C1EECECDCA00}
        defaultLanguage=en_US
        driverAdobeCode={6BE35082-8D96-45BD-B1D6-1B394BC70089}
        installSourcePath=\\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4
        platform=Win32
        productName=Adobe Captivate 4
        record=0
        sessionID=1e92effc954e788ad49a56b24f4bcf1
        setupVersion=2.0.133.0
    [    3248] Fri Apr 29 14:36:12 2011  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Manipulating bootstrapper.  MSI version check enabled.
    Source media path: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4
    Current MSI Version:4.5.6001.22317
    MSI service already meets minimum version: 3.1.4000.2435
    Setting AFLPath C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1
    [    3248] Fri Apr 29 14:36:13 2011  INFO
    Installing payload
    Attempting to install package from:\\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\WinBootstrapper.msi
    Payload is already installed with MSI
    MsiSourceListAddSource for  \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\WinBootstrapper.msi is 0
    MsiSourceListSetInfo with updated name: WinBootstrapper.msi, Result: 0
    Payload source is not removable so not updating media info
    Command line arguments:  ADOBE_SETUP=1 MSIRESTARTMANAGERCONTROL=Disable  PROPERTY_FILE="D:\DOCUME~1\kra\LOCALS~1\Temp\adb2C.tmp" REINSTALL=ALL REINSTALLMODE=pvoums
    [    3248] Fri Apr 29 14:36:16 2011  INFO
    1: 0 2: 0 3: 1252
    [    3248] Fri Apr 29 14:36:17 2011  INFO
    1: 0 2: 0 3: 0
    === Logging started: 4/29/2011  14:36:17 ===
    Message type: 0, Argument: 0
    Message type: 1, Argument: Adobe Setup
    Action 14:36:17: INSTALL.
    Action start 14:36:17: INSTALL.
    Action 14:36:17: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action start 14:36:17: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action ended 14:36:17: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    Action 14:36:17: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action start 14:36:17: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    Action ended 14:36:17: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    Action 14:36:17: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action start 14:36:17: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action ended 14:36:17: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    Action 14:36:17: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action start 14:36:17: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    Action ended 14:36:17: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    Action 14:36:17: LaunchConditions. Evaluating launch conditions
    Action start 14:36:17: LaunchConditions.
    Action ended 14:36:17: LaunchConditions. Return value 1.
    Action 14:36:17: FindRelatedProducts. Searching for related applications
    Action start 14:36:17: FindRelatedProducts.
    Action ended 14:36:17: FindRelatedProducts. Return value 0.
    Action 14:36:17: AppSearch. Searching for installed applications
    Action start 14:36:17: AppSearch.
    [    3248] Fri Apr 29 14:36:18 2011  INFO
    Property: sessionID, Signature: Adobe_ID0EHC
    Action ended 14:36:18: AppSearch. Return value 1.
    Action 14:36:18: ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017.
    Action start 14:36:18: ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017.
    [    3248] Fri Apr 29 14:36:25 2011  INFO
    9:6:25:77 -(Adobe)- -*-*-*-*-*-*-*-*-*-*-*-*- BEGIN - Adobe_ProcessPropertyFile -*-*-*-*-*-*-*-*-*-*-*-*-      
    9:6:25:343 -(Adobe)- Requesting property: PROPERTY_FILE       
    9:6:25:343 -(Adobe)- Value D:\DOCUME~1\kra\LOCALS~1\Temp\adb2C.tmp       
    9:6:25:343 -(Adobe)- Processing property file        
    9:6:25:593 -(Adobe)- AFLPATH = C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1      
    9:6:25:593 -(Adobe)- AddRemoveInfoAboutURL = http://www.adobe.com      
    9:6:25:609 -(Adobe)- AddRemoveInfoDisplayName = Adobe Captivate 4      
    9:6:25:609 -(Adobe)- AddRemoveInfoDisplayVersion = 4      
    9:6:25:609 -(Adobe)- AddRemoveInfoSupportURL = http://www.adobe.com/support/Captivate      
    9:6:25:609 -(Adobe)- AddRemoveInfoUpdatesURL = http://www.adobe.com/support/Captivate/downloads.html      
    9:6:25:609 -(Adobe)- AdobeCode = {07CD1281-D5ED-4BB4-8964-7B4F1F36315D}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload0 = {092DF7B0-6E10-4718-9763-9704CC4E6EF9}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload1 = {4A3E802F-A221-465C-A1A7-E4AF92FFB393}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload2 = {50F104C6-DA8A-4C07-8DAE-819CA09BBF8B}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload3 = {6BE35082-8D96-45BD-B1D6-1B394BC70089}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload4 = {716E0306-8318-4364-8B8F-0CC4E9376BAC}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload5 = {9D1CA210-C2FC-46BA-B833-099FFFCACBF0}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.Payload6 = {A9A71A55-3C8A-4DCD-8291-1F4B749627C9}      
    9:6:25:609 -(Adobe)- CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.TotalPayloads = 7      
    9:6:25:609 -(Adobe)- ConfiguringBootstrapper = 1      
    9:6:25:609 -(Adobe)- INSTALLDIR = C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1      
    9:6:25:609 -(Adobe)- Installed = 00:00:00      
    9:6:25:609 -(Adobe)- LanguageIndependent = 1      
    9:6:25:609 -(Adobe)- ProductCode = {2B6F6771-46DA-4DEB-B738-E809A81B17F7}      
    9:6:25:609 -(Adobe)- REINSTALL = ALL      
    9:6:25:609 -(Adobe)- REINSTALLMODE = pvoums      
    9:6:25:609 -(Adobe)- UpgradeCode = {12ACA7CF-6514-4E99-974B-C1EECECDCA00}      
    9:6:25:609 -(Adobe)- adobeCode =       
    9:6:25:624 -(Adobe)- defaultLanguage = en_US      
    9:6:25:624 -(Adobe)- driverAdobeCode = {6BE35082-8D96-45BD-B1D6-1B394BC70089}      
    9:6:25:624 -(Adobe)- installSourcePath = \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4      
    9:6:25:624 -(Adobe)- platform = Win32      
    9:6:25:624 -(Adobe)- productName = Adobe Captivate 4      
    9:6:25:624 -(Adobe)- record = 0      
    9:6:25:624 -(Adobe)- sessionID = 1e92effc954e788ad49a56b24f4bcf1      
    9:6:25:624 -(Adobe)- setupVersion = 2.0.133.0      
    9:6:25:843 -(Adobe)- Requesting property: AdobeCode       
    9:6:25:843 -(Adobe)- Value {07CD1281-D5ED-4BB4-8964-7B4F1F36315D}       
    9:6:25:843 -(Adobe)- Getting CAPS install session data for payload:  {07CD1281-D5ED-4BB4-8964-7B4F1F36315D}       
    9:6:25:843 -(Adobe)- No CAPS payload data available.  Looking for session data.  CAPS return value: 8       
    9:6:25:843 -(Adobe)- Initializing from sessionID properties.  SessionID: 1e92effc954e788ad49a56b24f4bcf1       
    9:6:25:843 -(Adobe)- - Updating session properties -        
    9:6:25:843 -(Adobe)- Setting property (wchar_t): AFLPATH       
    9:6:25:843 -(Adobe)- Value was set properly        
    9:6:25:843 -(Adobe)- Setting property (wchar_t): AddRemoveInfoAboutURL       
    9:6:25:843 -(Adobe)- Value was set properly        
    9:6:25:843 -(Adobe)- No property value for key: AddRemoveInfoComments       
    9:6:25:843 -(Adobe)- Setting property (wchar_t): AddRemoveInfoDisplayName       
    9:6:25:843 -(Adobe)- Value was set properly        
    9:6:25:843 -(Adobe)- Setting property (wchar_t): AddRemoveInfoDisplayVersion       
    9:6:25:859 -(Adobe)- Value was set properly        
    9:6:25:859 -(Adobe)- No property value for key: AddRemoveInfoEstimatedSize       
    9:6:25:859 -(Adobe)- No property value for key: AddRemoveInfoSupportPhoneNumber       
    9:6:25:859 -(Adobe)- Setting property (wchar_t): AddRemoveInfoSupportURL       
    9:6:25:859 -(Adobe)- Value was set properly        
    9:6:25:859 -(Adobe)- Setting property (wchar_t): AddRemoveInfoUpdatesURL       
    9:6:25:859 -(Adobe)- Value was set properly        
    9:6:25:859 -(Adobe)- No property value for key: CAPS_28B98837_8526_4159_B4E7_D0FD5E235960.BootstrapperPackage       
    9:6:25:859 -(Adobe)- No property value for key: CLE       
    9:6:25:859 -(Adobe)- No property value for key: EULA_LANGUAGE       
    9:6:25:859 -(Adobe)- No property value for key: ExitWorkflow       
    9:6:25:859 -(Adobe)- No property value for key: ExtensionFamily       
    9:6:25:859 -(Adobe)- No property value for key: ExtensionParentAdobeCode       
    9:6:25:859 -(Adobe)- No property value for key: ExtensionProduct       
    9:6:25:859 -(Adobe)- No property value for key: ExtensionVersion       
    9:6:25:859 -(Adobe)- Setting property (wchar_t): INSTALLDIR       
    9:6:25:859 -(Adobe)- Value was set properly        
    9:6:25:859 -(Adobe)- No property value for key: IsExtensionPayload       
    9:6:25:859 -(Adobe)- No property value for key: MEDIATAG       
    9:6:25:859 -(Adobe)- No property value for key: OS64Bit       
    9:6:25:859 -(Adobe)- No property value for key: StartMenuSubFolder       
    9:6:25:859 -(Adobe)- No property value for key: UPGRADEQUALSN       
    9:6:25:874 -(Adobe)- Setting property (wchar_t): defaultLanguage       
    9:6:25:874 -(Adobe)- Value was set properly        
    9:6:25:874 -(Adobe)- Setting property (wchar_t): driverAdobeCode       
    9:6:25:874 -(Adobe)- Value was set properly        
    9:6:25:874 -(Adobe)- No property value for key: eula_EPIC_EULA_ACCEPTED       
    9:6:25:874 -(Adobe)- No property value for key: eula_EPIC_EULA_SELECTED       
    9:6:25:874 -(Adobe)- No property value for key: installLanguage       
    9:6:25:874 -(Adobe)- Setting property (wchar_t): installSourcePath       
    9:6:25:874 -(Adobe)- Value was set properly        
    9:6:25:874 -(Adobe)- No property value for key: mediaName       
    9:6:25:874 -(Adobe)- No property value for key: mediaPath       
    9:6:25:874 -(Adobe)- No property value for key: mediaType       
    9:6:25:874 -(Adobe)- No property value for key: mediaVolumeIndex       
    9:6:25:874 -(Adobe)- No property value for key: mostRecentSessionID       
    9:6:25:874 -(Adobe)- No property value for key: overrideFile       
    9:6:25:874 -(Adobe)- No property value for key: pers_EPIC_SERIAL       
    9:6:25:874 -(Adobe)- Setting property (wchar_t): record       
    9:6:25:874 -(Adobe)- Value was set properly        
    9:6:25:874 -(Adobe)- No property value for key: removeUserPrefs       
    9:6:25:874 -(Adobe)- Setting property (wchar_t): sessionID       
    9:6:25:874 -(Adobe)- Value was set properly        
    9:6:25:874 -(Adobe)- Setting property (wchar_t): setupVersion       
    9:6:25:890 -(Adobe)- Value was set properly        
    9:6:25:890 -(Adobe)- Setting property (wchar_t): WinAdministratorsSid       
    9:6:25:890 -(Adobe)- Value was set properly        
    9:6:25:890 -(Adobe)- Setting property (wchar_t): WinAnonymousSid       
    9:6:25:890 -(Adobe)- Value was set properly        
    9:6:25:890 -(Adobe)- Setting property (wchar_t): WinAuthenticatedUserSid       
    9:6:25:890 -(Adobe)- Value was set properly        
    9:6:25:890 -(Adobe)- Setting property (wchar_t): WinBatchSid       
    9:6:25:890 -(Adobe)- Value was set properly        
    9:6:25:890 -(Adobe)- No account found for Well Known SID WinBuiltinAccountOperatorsSid       
    9:6:25:890 -(Adobe)- Setting property (wchar_t): WinBuiltinAdministratorsSid       
    9:6:25:890 -(Adobe)- Value was set properly        
    9:6:25:906 -(Adobe)- Setting property (wchar_t): WinBuiltinBackupOperatorsSid       
    9:6:25:906 -(Adobe)- Value was set properly        
    9:6:25:906 -(Adobe)- Setting property (wchar_t): WinBuiltinDomainSid       
    9:6:25:906 -(Adobe)- Value was set properly        
    9:6:25:906 -(Adobe)- Setting property (wchar_t): WinBuiltinGuestsSid       
    9:6:25:906 -(Adobe)- Value was set properly        
    9:6:25:906 -(Adobe)- Setting property (wchar_t): WinBuiltinNetworkConfigurationOperatorsSid       
    9:6:25:906 -(Adobe)- Value was set properly        
    9:6:25:906 -(Adobe)- Setting property (wchar_t): WinBuiltinPowerUsersSid       
    9:6:25:906 -(Adobe)- Value was set properly        
    9:6:25:906 -(Adobe)- No account found for Well Known SID WinBuiltinPreWindows2000CompatibleAccessSid       
    9:6:25:937 -(Adobe)- No account found for Well Known SID WinBuiltinPrintOperatorsSid       
    9:6:25:937 -(Adobe)- Setting property (wchar_t): WinBuiltinRemoteDesktopUsersSid       
    9:6:25:937 -(Adobe)- Value was set properly        
    9:6:25:937 -(Adobe)- Setting property (wchar_t): WinBuiltinReplicatorSid       
    9:6:25:937 -(Adobe)- Value was set properly        
    9:6:25:937 -(Adobe)- No account found for Well Known SID WinBuiltinSystemOperatorsSid       
    9:6:25:937 -(Adobe)- Setting property (wchar_t): WinBuiltinUsersSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:952 -(Adobe)- Setting property (wchar_t): WinCreatorGroupServerSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:952 -(Adobe)- Setting property (wchar_t): WinCreatorGroupSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:952 -(Adobe)- Setting property (wchar_t): WinCreatorOwnerServerSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:952 -(Adobe)- Setting property (wchar_t): WinCreatorOwnerSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:952 -(Adobe)- Setting property (wchar_t): WinDialupSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:952 -(Adobe)- Setting property (wchar_t): WinEnterpriseControllersSid       
    9:6:25:952 -(Adobe)- Value was set properly        
    9:6:25:968 -(Adobe)- Setting property (wchar_t): WinEveryoneSid       
    9:6:25:968 -(Adobe)- Value was set properly        
    9:6:25:968 -(Adobe)- Setting property (wchar_t): WinInteractiveSid       
    9:6:25:968 -(Adobe)- Value was set properly        
    9:6:25:968 -(Adobe)- Setting property (wchar_t): WinLocalServiceSid       
    9:6:25:968 -(Adobe)- Value was set properly        
    9:6:25:968 -(Adobe)- Setting property (wchar_t): WinLocalSid       
    9:6:25:968 -(Adobe)- Value was set properly        
    9:6:25:968 -(Adobe)- Setting property (wchar_t): WinLocalSystemSid       
    9:6:25:968 -(Adobe)- Value was set properly        
    9:6:25:968 -(Adobe)- No SID found for Well Known SID WinLogonIdsSid       
    9:6:25:968 -(Adobe)- Setting property (wchar_t): WinNetworkServiceSid       
    9:6:25:984 -(Adobe)- Value was set properly        
    9:6:25:984 -(Adobe)- Setting property (wchar_t): WinNetworkSid       
    9:6:25:984 -(Adobe)- Value was set properly        
    9:6:25:984 -(Adobe)- Setting property (wchar_t): WinNtAuthoritySid       
    9:6:25:984 -(Adobe)- Value was set properly        
    9:6:25:984 -(Adobe)- Setting property (wchar_t): WinNullSid       
    9:6:25:984 -(Adobe)- Value was set properly        
    9:6:25:984 -(Adobe)- Setting property (wchar_t): WinProxySid       
    9:6:25:999 -(Adobe)- Value was set properly        
    9:6:25:999 -(Adobe)- Setting property (wchar_t): WinRemoteLogonIdSid       
    9:6:25:999 -(Adobe)- Value was set properly        
    9:6:25:999 -(Adobe)- Setting property (wchar_t): WinRestrictedCodeSid       
    9:6:25:999 -(Adobe)- Value was set properly        
    9:6:25:999 -(Adobe)- Setting property (wchar_t): WinSelfSid       
    9:6:25:999 -(Adobe)- Value was set properly        
    9:6:25:999 -(Adobe)- Setting property (wchar_t): WinServiceSid       
    9:6:25:999 -(Adobe)- Value was set properly        
    9:6:25:999 -(Adobe)- Setting property (wchar_t): WinTerminalServerSid       
    9:6:25:999 -(Adobe)- Value was set properly        
    [    3248] Fri Apr 29 14:36:26 2011  INFO
    9:6:25:999 -(Adobe)- Setting property (wchar_t): WinWorldSid       
    9:6:26:15 -(Adobe)- Value was set properly        
    9:6:26:77 -(Adobe)- -*-*-*-*-*-*-*-*-*-*-*-*- END   - Adobe_ProcessPropertyFile -*-*-*-*-*-*-*-*-*-*-*-*-      
    Action ended 14:36:26: ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017. Return value 1.
    Action 14:36:26: EvalScript.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017.
    Action start 14:36:26: EvalScript.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017.
    Action ended 14:36:26: EvalScript.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017. Return value 0.
    Action 14:36:26: ValidateProductID.
    Action start 14:36:26: ValidateProductID.
    Action ended 14:36:26: ValidateProductID. Return value 1.
    Action 14:36:26: OEMSupportBlindCopy.E35C3ECB_5FDA_49E1_AB1F_D472B7CB90171.
    Action start 14:36:26: OEMSupportBlindCopy.E35C3ECB_5FDA_49E1_AB1F_D472B7CB90171.
    [    3248] Fri Apr 29 14:36:27 2011  INFO
    9:6:27:734 -(Adobe)- -*-*-*-*-*-*-*-*-*-*-*-*- BEGIN - Adobe_OEMSupportBlindCopy -*-*-*-*-*-*-*-*-*-*-*-*-      
    9:6:27:796 -(Adobe)- CAAdobeOEMSupportBlindCopy::DoCustomAction        
    Action 14:36:27: AdobeBlindCopyOperations. Creating OEM operations
    9:6:27:890 -(Adobe)- Requesting property: OriginalDatabase       
    9:6:27:890 -(Adobe)- Value \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\WinBootstrapper.msi       
    9:6:27:890 -(Adobe)- Requesting property: INSTALLDIR       
    9:6:27:890 -(Adobe)- Value C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1       
    9:6:27:890 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4       
    9:6:27:890 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\       
    9:6:27:890 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EBF0_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:905 -(Adobe)- Value was set properly        
    9:6:27:905 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EBF0_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:905 -(Adobe)- Value was set properly        
    9:6:27:905 -(Adobe)- FileKey Adobe__bc_ID0EBF0       
    9:6:27:905 -(Adobe)- Component_ Adobe_8bd7024b3e9505073505d9f94ed51339_adobe_personalization.dll       
    9:6:27:905 -(Adobe)- SourceName Setup.exe       
    9:6:27:905 -(Adobe)- SourceFolder Adobe__bc_ID0EBF0_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:905 -(Adobe)- DestFolder Adobe__bc_ID0EBF0_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:905 -(Adobe)- Options 0       
    9:6:27:921 -(Adobe)- Requesting property: OriginalDatabase       
    9:6:27:921 -(Adobe)- Value \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\WinBootstrapper.msi       
    9:6:27:921 -(Adobe)- Requesting property: INSTALLDIR       
    9:6:27:921 -(Adobe)- Value C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1       
    9:6:27:921 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads       
    9:6:27:921 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads       
    9:6:27:921 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG0_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:921 -(Adobe)- Value was set properly        
    9:6:27:921 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG0_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:921 -(Adobe)- Value was set properly        
    9:6:27:937 -(Adobe)- FileKey Adobe__bc_ID0EGXBG0       
    9:6:27:937 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:27:937 -(Adobe)- SourceName *.proxy.xml       
    9:6:27:937 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG0_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:937 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG0_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:937 -(Adobe)- Options 0       
    9:6:27:937 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\*.*       
    9:6:27:937 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul       
    9:6:27:937 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul       
    9:6:27:937 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul       
    9:6:27:937 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG1_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:952 -(Adobe)- Value was set properly        
    9:6:27:952 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG1_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:952 -(Adobe)- Value was set properly        
    9:6:27:952 -(Adobe)- FileKey Adobe__bc_ID0EGXBG1       
    9:6:27:952 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:27:952 -(Adobe)- SourceName *.proxy.xml       
    9:6:27:952 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG1_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:952 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG1_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:952 -(Adobe)- Options 0       
    9:6:27:952 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\*.*       
    9:6:27:968 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR       
    9:6:27:968 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR       
    9:6:27:968 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR       
    9:6:27:968 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG2_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:968 -(Adobe)- Value was set properly        
    9:6:27:968 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG2_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:968 -(Adobe)- Value was set properly        
    9:6:27:968 -(Adobe)- FileKey Adobe__bc_ID0EGXBG2       
    9:6:27:968 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:27:968 -(Adobe)- SourceName *.proxy.xml       
    9:6:27:968 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG2_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:968 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG2_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:968 -(Adobe)- Options 0       
    9:6:27:984 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\*.*       
    9:6:27:984 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions       
    9:6:27:984 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions       
    9:6:27:984 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions       
    9:6:27:984 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG3_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:984 -(Adobe)- Value was set properly        
    9:6:27:984 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG3_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:984 -(Adobe)- Value was set properly        
    9:6:27:984 -(Adobe)- FileKey Adobe__bc_ID0EGXBG3       
    9:6:27:984 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:27:984 -(Adobe)- SourceName *.proxy.xml       
    9:6:27:984 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG3_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:984 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG3_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:984 -(Adobe)- Options 0       
    9:6:27:999 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\*.*       
    9:6:27:999 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0       
    9:6:27:999 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0       
    9:6:27:999 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0       
    9:6:27:999 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG4_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:999 -(Adobe)- Value was set properly        
    9:6:27:999 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG4_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:999 -(Adobe)- Value was set properly        
    9:6:27:999 -(Adobe)- FileKey Adobe__bc_ID0EGXBG4       
    9:6:27:999 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:27:999 -(Adobe)- SourceName *.proxy.xml       
    9:6:27:999 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG4_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:999 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG4_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:27:999 -(Adobe)- Options 0       
    [    3248] Fri Apr 29 14:36:28 2011  INFO
    9:6:28:15 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\*.*       
    9:6:28:15 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:15 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:15 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:15 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG5_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:15 -(Adobe)- Value was set properly        
    9:6:28:15 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG5_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:15 -(Adobe)- Value was set properly        
    9:6:28:15 -(Adobe)- FileKey Adobe__bc_ID0EGXBG5       
    9:6:28:15 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:15 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:15 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG5_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:15 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG5_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:30 -(Adobe)- Options 0       
    9:6:28:30 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources\*.*       
    9:6:28:30 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeALMAnchorService2-mul       
    9:6:28:30 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeALMAnchorService2-mul       
    9:6:28:30 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeALMAnchorService2-mu l       
    9:6:28:30 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG6_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:30 -(Adobe)- Value was set properly        
    9:6:28:30 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG6_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:30 -(Adobe)- Value was set properly        
    9:6:28:30 -(Adobe)- FileKey Adobe__bc_ID0EGXBG6       
    9:6:28:46 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:46 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:46 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG6_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:46 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG6_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:46 -(Adobe)- Options 0       
    9:6:28:46 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeALMAnchorService2-mul\*.*       
    9:6:28:46 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAUM6.0All       
    9:6:28:46 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAUM6.0All       
    9:6:28:46 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAUM6.0All       
    9:6:28:46 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG7_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:46 -(Adobe)- Value was set properly        
    9:6:28:62 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG7_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:62 -(Adobe)- Value was set properly        
    9:6:28:62 -(Adobe)- FileKey Adobe__bc_ID0EGXBG7       
    9:6:28:62 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:62 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:62 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG7_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:62 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG7_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:62 -(Adobe)- Options 0       
    9:6:28:62 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAUM6.0All\*.*       
    9:6:28:62 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivate4en_US       
    9:6:28:77 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivate4en_US       
    9:6:28:77 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivate4en_US        
    9:6:28:77 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG8_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:77 -(Adobe)- Value was set properly        
    9:6:28:77 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG8_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:77 -(Adobe)- Value was set properly        
    9:6:28:77 -(Adobe)- FileKey Adobe__bc_ID0EGXBG8       
    9:6:28:77 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:77 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:77 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG8_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:77 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG8_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:77 -(Adobe)- Options 0       
    9:6:28:77 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivate4en_US\*.*       
    9:6:28:93 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul       
    9:6:28:93 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul       
    9:6:28:93 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivateReviewer-mu l       
    9:6:28:93 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG9_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:93 -(Adobe)- Value was set properly        
    9:6:28:93 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG9_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:93 -(Adobe)- Value was set properly        
    9:6:28:93 -(Adobe)- FileKey Adobe__bc_ID0EGXBG9       
    9:6:28:93 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:93 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:93 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG9_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:93 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG9_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:93 -(Adobe)- Options 0       
    9:6:28:109 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\*.*       
    9:6:28:109 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR       
    9:6:28:109 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR       
    9:6:28:109 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivateReviewer-mu l\Adobe AIR       
    9:6:28:109 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG10_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:109 -(Adobe)- Value was set properly        
    9:6:28:109 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG10_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:109 -(Adobe)- Value was set properly        
    9:6:28:109 -(Adobe)- FileKey Adobe__bc_ID0EGXBG10       
    9:6:28:109 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:109 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:109 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG10_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:109 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG10_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:109 -(Adobe)- Options 0       
    9:6:28:124 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\*.*       
    9:6:28:124 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions       
    9:6:28:124 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions       
    9:6:28:124 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivateReviewer-mu l\Adobe AIR\Versions       
    9:6:28:124 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG11_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:124 -(Adobe)- Value was set properly        
    9:6:28:124 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG11_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:124 -(Adobe)- Value was set properly        
    9:6:28:124 -(Adobe)- FileKey Adobe__bc_ID0EGXBG11       
    9:6:28:124 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:124 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:124 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG11_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:124 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG11_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:124 -(Adobe)- Options 0       
    9:6:28:140 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\*.*       
    9:6:28:140 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\1.0       
    9:6:28:140 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\1.0       
    9:6:28:140 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivateReviewer-mu l\Adobe AIR\Versions\1.0       
    9:6:28:140 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG12_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:140 -(Adobe)- Value was set properly        
    9:6:28:140 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG12_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:140 -(Adobe)- Value was set properly        
    9:6:28:140 -(Adobe)- FileKey Adobe__bc_ID0EGXBG12       
    9:6:28:140 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:140 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:155 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG12_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:155 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG12_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:155 -(Adobe)- Options 0       
    9:6:28:155 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\1.0\*.*       
    9:6:28:155 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:155 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:155 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivateReviewer-mu l\Adobe AIR\Versions\1.0\Resources       
    9:6:28:155 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG13_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:155 -(Adobe)- Value was set properly        
    9:6:28:155 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG13_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:171 -(Adobe)- Value was set properly        
    9:6:28:171 -(Adobe)- FileKey Adobe__bc_ID0EGXBG13       
    9:6:28:171 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:171 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:171 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG13_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:171 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG13_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:171 -(Adobe)- Options 0       
    9:6:28:171 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul\Adobe AIR\Versions\1.0\Resources\*.*       
    9:6:28:171 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeSuiteSharedConfiguration-mul       
    9:6:28:171 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeSuiteSharedConfiguration-mul       
    9:6:28:171 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeSuiteSharedConfigura tion-mul       
    9:6:28:187 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG14_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:187 -(Adobe)- Value was set properly        
    9:6:28:187 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG14_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:187 -(Adobe)- Value was set properly        
    9:6:28:187 -(Adobe)- FileKey Adobe__bc_ID0EGXBG14       
    9:6:28:187 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:187 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:187 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG14_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:187 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG14_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:187 -(Adobe)- Options 0       
    9:6:28:187 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeSuiteSharedConfiguration-mul\*.*       
    9:6:28:202 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\MSXML4.0       
    9:6:28:202 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\MSXML4.0       
    9:6:28:202 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\MSXML4.0       
    9:6:28:202 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG15_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:202 -(Adobe)- Value was set properly        
    9:6:28:202 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0EGXBG15_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:202 -(Adobe)- Value was set properly        
    9:6:28:202 -(Adobe)- FileKey Adobe__bc_ID0EGXBG15       
    9:6:28:202 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:202 -(Adobe)- SourceName *.proxy.xml       
    9:6:28:202 -(Adobe)- SourceFolder Adobe__bc_ID0EGXBG15_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:202 -(Adobe)- DestFolder Adobe__bc_ID0EGXBG15_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:202 -(Adobe)- Options 0       
    9:6:28:218 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\MSXML4.0\*.*       
    9:6:28:218 -(Adobe)- Requesting property: OriginalDatabase       
    9:6:28:218 -(Adobe)- Value \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\WinBootstrapper.msi       
    9:6:28:218 -(Adobe)- Requesting property: INSTALLDIR       
    9:6:28:218 -(Adobe)- Value C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1       
    9:6:28:218 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads       
    9:6:28:218 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads       
    9:6:28:218 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG0_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:218 -(Adobe)- Value was set properly        
    9:6:28:218 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG0_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:218 -(Adobe)- Value was set properly        
    9:6:28:234 -(Adobe)- FileKey Adobe__bc_ID0ENXBG0       
    9:6:28:234 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:234 -(Adobe)- SourceName *.data       
    9:6:28:234 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG0_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:234 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG0_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:234 -(Adobe)- Options 0       
    9:6:28:234 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\*.*       
    9:6:28:234 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul       
    9:6:28:234 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul       
    9:6:28:234 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul       
    9:6:28:234 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG1_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:249 -(Adobe)- Value was set properly        
    9:6:28:249 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG1_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:249 -(Adobe)- Value was set properly        
    9:6:28:249 -(Adobe)- FileKey Adobe__bc_ID0ENXBG1       
    9:6:28:249 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:249 -(Adobe)- SourceName *.data       
    9:6:28:249 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG1_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:249 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG1_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:249 -(Adobe)- Options 0       
    9:6:28:249 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\*.*       
    9:6:28:249 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR       
    9:6:28:249 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR       
    9:6:28:265 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR       
    9:6:28:265 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG2_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:265 -(Adobe)- Value was set properly        
    9:6:28:265 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG2_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:265 -(Adobe)- Value was set properly        
    9:6:28:265 -(Adobe)- FileKey Adobe__bc_ID0ENXBG2       
    9:6:28:265 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:265 -(Adobe)- SourceName *.data       
    9:6:28:265 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG2_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:265 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG2_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:265 -(Adobe)- Options 0       
    9:6:28:265 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\*.*       
    9:6:28:280 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions       
    9:6:28:280 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions       
    9:6:28:280 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions       
    9:6:28:280 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG3_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:280 -(Adobe)- Value was set properly        
    9:6:28:280 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG3_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:280 -(Adobe)- Value was set properly        
    9:6:28:280 -(Adobe)- FileKey Adobe__bc_ID0ENXBG3       
    9:6:28:280 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:280 -(Adobe)- SourceName *.data       
    9:6:28:280 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG3_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:280 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG3_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:280 -(Adobe)- Options 0       
    9:6:28:296 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\*.*       
    9:6:28:296 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0       
    9:6:28:296 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0       
    9:6:28:296 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0       
    9:6:28:296 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG4_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:296 -(Adobe)- Value was set properly        
    9:6:28:296 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG4_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:296 -(Adobe)- Value was set properly        
    9:6:28:296 -(Adobe)- FileKey Adobe__bc_ID0ENXBG4       
    9:6:28:296 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:296 -(Adobe)- SourceName *.data       
    9:6:28:296 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG4_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:296 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG4_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:296 -(Adobe)- Options 0       
    9:6:28:312 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\*.*       
    9:6:28:312 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:312 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:312 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources       
    9:6:28:312 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG5_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:312 -(Adobe)- Value was set properly        
    9:6:28:312 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG5_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:312 -(Adobe)- Value was set properly        
    9:6:28:312 -(Adobe)- FileKey Adobe__bc_ID0ENXBG5       
    9:6:28:312 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:312 -(Adobe)- SourceName *.data       
    9:6:28:312 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG5_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:312 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG5_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:312 -(Adobe)- Options 0       
    9:6:28:327 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAIRHelp-mul\Adobe AIR\Versions\1.0\Resources\*.*       
    9:6:28:327 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeALMAnchorService2-mul       
    9:6:28:327 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeALMAnchorService2-mul       
    9:6:28:327 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeALMAnchorService2-mu l       
    9:6:28:327 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG6_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:327 -(Adobe)- Value was set properly        
    9:6:28:327 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG6_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:327 -(Adobe)- Value was set properly        
    9:6:28:327 -(Adobe)- FileKey Adobe__bc_ID0ENXBG6       
    9:6:28:327 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:327 -(Adobe)- SourceName *.data       
    9:6:28:343 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG6_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:343 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG6_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:343 -(Adobe)- Options 0       
    9:6:28:343 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeALMAnchorService2-mul\*.*       
    9:6:28:343 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAUM6.0All       
    9:6:28:343 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAUM6.0All       
    9:6:28:343 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeAUM6.0All       
    9:6:28:343 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG7_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:343 -(Adobe)- Value was set properly        
    9:6:28:343 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG7_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:359 -(Adobe)- Value was set properly        
    9:6:28:359 -(Adobe)- FileKey Adobe__bc_ID0ENXBG7       
    9:6:28:359 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:359 -(Adobe)- SourceName *.data       
    9:6:28:359 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG7_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:359 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG7_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:359 -(Adobe)- Options 0       
    9:6:28:359 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeAUM6.0All\*.*       
    9:6:28:359 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivate4en_US       
    9:6:28:374 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivate4en_US       
    9:6:28:374 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivate4en_US        
    9:6:28:374 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG8_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:374 -(Adobe)- Value was set properly        
    9:6:28:374 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG8_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:374 -(Adobe)- Value was set properly        
    9:6:28:374 -(Adobe)- FileKey Adobe__bc_ID0ENXBG8       
    9:6:28:374 -(Adobe)- Component_ Adobe_cae8f59264c8414853b3fa117b2ce301_main.html       
    9:6:28:374 -(Adobe)- SourceName *.data       
    9:6:28:374 -(Adobe)- SourceFolder Adobe__bc_ID0ENXBG8_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:374 -(Adobe)- DestFolder Adobe__bc_ID0ENXBG8_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:374 -(Adobe)- Options 0       
    9:6:28:374 -(Adobe)- Wildcard search: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivate4en_US\*.*       
    9:6:28:390 -(Adobe)- Child OEM directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul       
    9:6:28:390 -(Adobe)- Processing blind copy source directory: \\135.250.26.219\General\SetupFiles\Adobe Captivate\Adobe Captivate 4\Adobe Captivate 4\payloads\AdobeCaptivateReviewer-mul       
    9:6:28:390 -(Adobe)- Target directory: C:\Program Files\Common Files\Adobe\Installers\1e92effc954e788ad49a56b24f4bcf1\payloads\AdobeCaptivateReviewer-mu l       
    9:6:28:390 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG9_src.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017       
    9:6:28:390 -(Adobe)- Value was set properly        
    9:6:28:390 -(Adobe)- Setting property (wchar_t): Adobe__bc_ID0ENXBG9_dest.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017     

  • System Profile Option: Applications Global Idle Time

    Hi to All,
    I have been searching for more information about System Profile Option: "Applications Global Idle Time" in ML and Web but havent come across any documentation on this.
    Does anyone have incite on this profile and the default parameter.
    Thanks

    Srini Chavali wrote:
    Pl check the ROW WHO information in FND_PROFILE_OPTIONS table for this profile - most likely this is a custom profile created at your site.
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_PROFILE_OPTIONS&c_owner=APPLSYS&c_type=TABLE
    HTH
    SriniThis profile option exists in 11i and R12, it is a seeded one and not a custom one as you mentioned above.
    It is even mentioned in (R12.0.6+ : Oracle Application Object Library Profile Options Data Collection Test [ID 471675.1]).
    Thanks,
    Hussen

  • Reading system profile parameters programatically in ABAP

    Hi,
    Does anyone know how to read system profile parameters like icm/host_name_full using ABAP?
    Thanks in advance!
    Regards
    Erick

    You can use the following code to get the values.  Really it is just reading a file which is stored on the application server.
    report zrich_0001.
    types: begin of tpar,
           status type sy-index,
           name(60) type c,
           user_wert(60) type c,
           default_wert(60) type c,
           end of tpar.
    data: par_usub type table of tpar  with header line.
    data: par_sub  type table of tpar  with header line.
    call 'C_SAPGALLPARAM' id 'PAR_USUB' field par_usub-*sys*
                          id 'PAR_SUB'  field par_sub-*sys*.
    loop at par_usub.
      write:/ par_usub-name(30), par_usub-user_wert(20),
              par_usub-default_wert(20).
    endloop.
    Regards,
    RIch Heilman

  • ISU-EDM Profile Value Import

    Hi all,
    While importing profile values from MS-Excel file (in transaction "Change profile header") the system is giving error "Error Importing Date, Check import file". I would like to know if any specific date format, different than exported file, is to be used. How do we import the profile values for test purposes i.e. without using BAPI/IDoc?

    Hi,
    If the format in SAP is dd.mm.yyyy, you should also be having format dd.mm.yyyy in your OS. If your OS is Windows, then under Control Panel, you have to make the necessary changes under u201CChange the format of numbers, dates and timesu201D.  This is likely to solve your problem.
    With thanks & regards,
    Vinodh

Maybe you are looking for

  • Profit center and GL number length

    Hi Dave, Ferry and all, Just like cost center I would like to know the digit lenght of profit center and GL account. Can you tell what Table to go or any other tcode to see the specific requirement my company has created for GL's or Profit center

  • Issue while generating Field catalog using LVC_VARIANT_SELECT

    Hello Folks,   When i passed the default field catalog to the function module LVC_VARIANT_SELECT... for which the field name that is passed is standard field and the table name i was passing is Internal table ( Which is mandatory for my Req). As i am

  • Failed to establish Screen Sharing

    Hi, I'm in India on my home wifi network. Following is the setting of my macbook. OS 10.5.8 iChat 4.0.8(619) Firewall: Allow all incoming connections Screen Sharing: On for all users (Any one can request screen sharing is checked) My bro is is VA, US

  • Disc error when I install Panther

    I have a powerbook G4 that is really acting up. It has come to the point I had to reinstall my original software. Now when I go too upgrade to Panther it tells me disc error at the end of the installation of the first disc. Also I can not get on the

  • Creating Data Source

    Hi Experts, While creating datasource,i am assigning it a view ( ZV_ZFT_CASHFLOW ) but following is error: Invalid extract structure template ZV_ZFT_CASHFLOW of DataSource ZFT_CASHFLOW      Message no. R8359 Diagnosis     You tried to generate an ext