Encryption is not possible in this installation! - in "Create Secure Store"

Hi,
We are in the middle of upgrade and While doing UNICODE conversion of SRM5 system, During IMPORT, one of the phase is "Create Secure Store". UNICODE import gives ERROR in "Create Secure Store" phase.
Below given is ERROR Detail:
[root@fsp67001] /unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS>
>cat SecureStoreCreate.log
SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
Usage:
SecStoreFS status <standard>
SecStoreFS exists <standard>
SecStoreFS create <standard> -noenc
SecStoreFS create <standard> -enc -p "<key phrase>" [-nostore]
SecStoreFS insert <standard> <key> <value>
SecStoreFS encrypt <standard> -p "<key phrase>" [-nostore]
SecStoreFS updatep <standard> -p "<key phrase>" [-nostore]
where <standard> is [-s <SID>] [-f <data filename> -k <key filename>]
Encryption is not possible in this installation!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Log Details:
When you look at command which gets executed in background(Which is
failing) is given below.
/usr/java14_64/bin/java -
classpath /unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/launcher.jar -Xmx256m -Xj9
com.sap.engine.offline.OfflineToolStart
com.sap.security.core.server.secstorefs.SecStoreFS /unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/lib/iaik_jce.jar:/unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/exception.jar:/unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/logging.jar:/unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar create -s RSP -
f /sapmnt/RSP/global/security/data/SecStore.properties -
k /sapmnt/RSP/global/security/data/SecStore.key -enc -p XXXXXX
Request  If anybody in the forum has faced similar problem, pls respond back.
Vijay

Hi
<b>Please go through the SAP OSS Notes, which will help -></b>
Note 501710 - Error when accessing the "secure storage"
Note 750779 - Safety and Security of User Mapping Data
Note 1071472 - FileSystem SecureStore connection issues
Note 914791 - SQL Command console does not work with automatic config
Related Notes
Note 520039 - Analysis report for "secure storage"
Note 516835 - Error SECSTORE023 with secure storage
Note 502422 - Long texts for error messages SECSTORE021 to SECSTORE031
Note 501486 - Work process termination when using the "secure storage"
Do let me know.
Regards
- Atul

Similar Messages

  • Pricing at time of goods receipt not possible for this item

    We're receiving error Message no. 06634 Pricing at time of goods receipt not possible for this item when trying to change the PO Pricing Date Category from No Control to 5 GR Date.
    The error message is clear and reads:
    Pricing at time of goods receipt not possible for this item
    Message no. 06634
    Diagnosis
    For this purchasing document item, you wish to specify that a new price determination process is to be carried out at the time of goods receipt.
    System Response
    Pricing cannot be carried out for the item at the time of goods receipt because the price was either entered manually or copied from the last purchasing document.
    The scenario is that we have a contract reference on a PO and the contract condition records are to be maintained as a new price is valid each day.  The problem without this is that the new pricing will not be reflected in the GR.
    What is the solution to overcome this issue?
    NOTE:  the Info Record conditions are not being read during GR as the PO references a contract.

    For further clarification the PO is referencing a contract and as such not pulling the pricing information from the info record and instead pulling the price from the conditions on the contract. 
    I want to change the pricing date category from " No Control" to "5 GR Date" however I'm receiving the error message stated and unsure of how to make this change.
    The intent is not to create a new PO each day the condition record is created and instead we are utilizing one PO referencing one contract with multiple date delimited condition records containing the daily pricing.

  • Adobe Offline Form - Parse method is not possible for this type

    Hi All,
    I have developed an application for the offline scenario of interactive adobe form. I tried to load the adobe form from my desktop. After pressing the button "Display form" it throws an error "Parse method is not possible for this type".
    If I include wdContext.getNodeInfo().getAttribute("pdfObject").getModifiableSimpleType() in the doInit() method of the view I receive this error -
    com.sap.tc.webdynpro.progmodel.context.ContextException: MappedAttributeInfo(UploadView.pdfObject): must not modify the datatype of a mapped attribute
    When I comment it out and upload I receive the error enclosed -
    Parse method is not possible for this type
    Can someone please help me with a step by step solution to this problem?
    Any help is highly appreciated.
    Many thanks,
    Divya

    Hi Divya,
    Please try to do it as stated below:
         IWDAttributeInfo attInfo = wdContext.getNodeInfo().getAttribute("pdfObject");
         ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
         IWDModifiableBinaryType binaryType = (IWDModifiableBinaryType)type;
    Try putting the code in wdInit() or wdDoModifyView().
    Let me know if you still face the issue.
    Regards,
    Arafat

  • Parse method is not possible for this type

    I have a file upload component and one button in a view.
    I have created a binary type context element and mapped it with fileupload component.while clicking the submit button I am getting " Parse method is not possible for this type" exception.
    help me out.
    Thanks In advance

    Hi,
    Thanks for your response. I have written the following code in wddoinit():     
    IWDAttributeInfo attributeinfo = wdContext.getNodeInfo().getAttribute(IPrivateSubstanceDocView.IFileUpload02Element.DATA);
        attributeinfo.getModifiableSimpleType();
    fileUpload02 is my context.
    but I am getting a null pointer exception over here.
    can ypu please help it.
    Actually the case is this is a window, which is opening on click of a hyperlink on another View.
    With the action method I am calling this View.
    Thus on click of a hyperlink just I am opening a new  View then here I am a browse button etc...
    PLease help if you can

  • Parse method is not possible for this type Exception in web dynpro

    I have a file upload component and one button in a view.
    I have created a binary type context element and mapped it with fileupload component.while clicking the submit button I am getting " Parse method is not possible for this type" exception.
    help me out.

    Hi sridhar,
    Use this code for Upload
    context u create one attribute(up),u assign the data type as "Resource"(which is dictionary type)
    InputStream text = null;
        int temp = 0;
        try
             File file = new File(wdContext.currentContextElement().getUp().getResourceName());
             FileOutputStream op = new FileOutputStream(file);
             if(wdContext.currentContextElement().getUp()!=null)
                  text = wdContext.currentContextElement().getUp().read(false);
                   while((temp=text.read())!=-1)
                                                                       op.write(temp);
             op.flush();
             op.close();
        catch(Exception e)
         e.printStackTrace();   

  • Idoc INVOIC - error Tax entry not possible in this item - Message no. FF724

    Hello, 
    I have an idoc in error with the following error message.
    In the idoc type INVOIC
    Segment E1EDK04:
    MWSKZ     N1     VAT indicator
    MSATZ     19.000     VAT rate
    MWSBT     20.52     Value added tax amount
    In OBCD
    Partn.Type PartnerNo Tax type Tax rate Cty Tx
    LI         FNISL     N1       19.000       V2
    Input tax N6 is defined in the system with rate 19.000%
    Direction         2     Inbox
    Current status    51        
    Basic type        INVOIC01  
    Extension                   
    Message type      INVOIC    
    Partner No.       FNISL     
    Partn.Type        LI        
    Tax entry not possible in this item
    Message no. FF724
    Diagnosis
    You can not enter a tax amount in this item since, due to the posting amount entered and the tax code, a total tax amount of zero has been calculated.
    This could either be due to the fact that the tax code has been defined with a value of 0%, or because the posting amount entered (that is, the tax base) is too small.
    Example:
    With a tax rate of 15%, a tax amount greater than zero will only be achieved with a base amount greater than 0.04. With values of 0.03 and less, it is therefore not possible to enter a tax amount.
    Procedure
    Only enter tax amounts in conjunction with tax codes for which a percentage rate not equal to zero has been defined. Make sure that in documents with several G/L account items you enter the total tax amount in an item with a sufficiently high posting amount.
    do you have an idea to solve it?
    Regards
    Arnaud

    Message no. FF724
    Check note 681538
    thanks
    G. Lakshmipathi

  • "This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.  This host does not support Intel VT-x"

    Hi, I have installed vmware 5.5 hypervisor on hp G8 microserver. I have created one vm as windows 2008 R2. I have also install vmware workstation 11 on this vm. In this workstation when I tried to run vmware 5.5 hypervisor I come across "This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.  This host does not support Intel VT-x" this statement. Which shows that the host machine does not support virtualization and for that you need to go in Bios and enable it but in present case as host machine is also a vm and you would not find much detail of Bios when you log into the Bios therefore, I am pretty much stuck here. I don't see any information in relation to this. Now my question is:
    1. Can we run ESXi inside a vm which is already sitting on ESXi?

    I moved the discussion from VMware Workstation to Nested Virtualization which contains several hints on what's possible and what needs to be configured to make things work.
    André

  • Error :The function upload is not possible for this documentu2019

    Hi,
    The users are using Solution manager Help Desk system.
    When a specific user tries to create a message from the satellite system, and tries to upload a  document, he is unable to do so.
    He is getting an error message : 'The function <upload> is not possible for this documentu2019
    The message number is BCOS024.
    The user is unable to attach word, note pads, excel etc. any types of documents.
    He is able to type a description/ title etc and save the message. And the message is reflected in the Solution manager help desk system.
    He comes across that message only if he tries to upload an attachment.
    Please advice.
    Thanks in advance.

    Hi Kase,
    What version of SAPGUI you use?
    We had the same problem.
    This problem was solved once we upgraded SAPGUI to 710 Patch Level 11.
    Regards,
    Sanjai

  • Sales order creation is not possible for this notification type

    Hello,
    I want to create Sales Order through following menu:
    Notification -- Functions - Sales order - CreateSelection of Order Type.
    But I get following message:
    'Sales order creation is not possible for this notification type'
    The message says: No sales order type is assigned to the notification type.
    But I did not find any such configuration where I can assign notification type to Sales Order document type.
    Please help.
    regards

    Transaction OIM9
    Menu Path
    Customizing > Plant Maintenance and Customer Service > Maintenance and Service Processing > Maintenance and Service Notifications > Notification Creation > Notification Types > Define Order Types and Special Notification Parameters
    Nomally CS (customer service) area use this function.
    Regards
    Luke

  • Capacity planning is not possible for this info structure

    Hi Gurus,
    When I create Rough cut planning profile, I am getting error message ""Capacity planning is not possible for this info structure""
    I am using info structure S994 copied copied from standard info structure.
    Please suggest to oversome this error.
    thanks  and regards
    Murugesan

    Hi,
    Make sure the capacity planning relevant field is maintained for the Infostructure config setttings in MC7F.
    regards
    Ratan
    Edited by: Ratan on Aug 10, 2009 7:49 PM

  • DRM-79819: Encryption error: Config file encryption is not valid for this m

    Hi ALL,
    Suddenly we got this error while running an export via batch utility. any ideas?
    Error: DRM-79819: Encryption error: Config file encryption is not valid for this machine.

    This could be an issue with your drm-config.xml file, the file that stores the DRM configuration information defined in the DRM Console. If a drm-config.xml was restored from an old backup or copied from another machine, this could well be the issue.
    In this case, you can run the DRM Console to update the file and correct it. You may see a one-time error reported when the DRM Console starts up, but the Console app should correct the file automatically after reporting the error to the user.
    If this does not resolve your issue, review the Windows App Event Log, to determine which DRM Server process(es) are also reporting this error (to narrow down any other potential issues with a config file for one of the DRM Server executables). I am guessing this error was observed in just the DRM Batch client, but related Event Log should also be present in the App Event Log.
    HTH.
    *** An additional note, if your issue proves to be the one above, you may need re-enter passwords on your defined Database Connections for defined DRM Apps. Try just re-running the DRM Console and re-saving the config initially, but be aware this may be a required additional step, re-entering the DB passwords after the updated encryption has been applied to the stored drm-config.xml file.
    Edited by: 680314 on Jan 19, 2013 11:52 AM

  • Since I downloaded iTunes 11, I get a message when syncing my iPod that some of my songs were not copied because they are not authorized on this computer,  I go to Store Authorize This Computer, a message pops up telling me that this computer is already.

    Since I downloaded iTunes 11, I get a message when syncing my iPod that some of my songs were not copied because they are not authorized on this computer,  I go to Store> Authorize This Computer, a message pops up telling me that this computer is already.

    So I am unclear, did you purchase these songs or import them from a cd?
    If you imported them and still have the CD try importing them again and see if they work the delete the others.
    Or if you purchased from itunes re-dowwnload and see if they work. Maybe they are corrupted files and this should resove it.

  • .csproj is not supported by this installation vs 2010 + 2013

    started this project at university on VS2010 now saying that .csproj files are not supported by this insatllation.. any ideas?

    Hello kierans2217,
    We need more details in order to help you troubleshoot this issue.
    Please clarify the installed Visual Studio 2010 version or Visual Studio 2013 version. csproj is the general C# project, in order to run this project, you have to install the proper C# templates. I guess you may only installed Visual Studio Express some
    versions. For example, in Visual Studio 2010, there is a version called Visual Basic 2010, It do not have C# templates.
    Or you may failed to install the C# templates on your system.
    To konw all of these, if you cannot describe them all, please upload your setup logs. Refer to this
    place and you will see the following steps:
    Download the
    Microsoft Visual Studio and .NET Framework Log Collection tool
          (http://www.microsoft.com/en-us/download/details.aspx?id=12493)    
    (collect.exe).
    Run the collect.exe tool from the directory where you saved the tool.
    The utility creates a compressed cabinet file of all the VS and .NET logs to %TEMP%\vslogs.cab.
    Post the vslogs.cab file with some descriptions of your issue to the forum.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Air 3: Installs files, app not functioning ERROR/This installation of this application is damaged.

    MAC OSX 10.6.8  /  iMAC Intel Core i7  /  ADOBE AIR 3
    1- Previously this configuartion of the AIR Installer and our application installed correctly from a CD we supply clients. We needed to update the signing certificate and now the install does not function as before.
    2- Recent Changes: Download AIR 3.0 installer, Recompiled our app with RoboHelp: added new signing certificate (.pfx) same name as old certificate, added time stamp.
    3- When we run the installer, both Air 3 and our app install onto the system, but this AIR error window appears and our app does not function:
    We have worked with several different copies of the app files in case one of them were damaged.
    4- Files on the install CD:
    5- Console Log data :
    Oct 10 08:35:27 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.6.8 x86
    Oct 10 08:35:27 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Commandline is: -psn_0_151589
    Oct 10 08:35:27 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: No installed runtime detected
    Oct 10 08:35:27 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Found sidecar config file at /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/.airinstall.cfg
    Oct 10 08:35:28 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Read Secret_Composer.air from sidecar file.
    Oct 10 08:35:28 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Using /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret_Composer.air as input file
    Oct 10 08:35:28 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Invoking Application Installer for combined install
    Oct 10 08:35:28 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Launching subprocess with commandline /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks" -withRuntime -url file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air
    Oct 10 08:35:30 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Application Installer begin with version 3.0.0.4080 on Mac OS 10.6.8 x86
    Oct 10 08:35:30 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Commandline is: -runtime "/Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks" -withRuntime -url file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air
    Oct 10 08:35:30 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: No installed runtime detected
    Oct 10 08:35:31 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Unpackaging file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air to /var/folders/V0/V0j7rjMBFfuuWSC1K0dJok+++TI/-Tmp-/FlashTmp.8X1BdK
    Oct 10 08:37:36 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Application signature verified
    Oct 10 08:37:36 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Unpackaging/validation complete
    Oct 10 08:38:09 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Converting unpackaged application to a native installation package in /var/folders/V0/V0j7rjMBFfuuWSC1K0dJok+++TI/-Tmp-/FlashTmp.skMeAh
    Oct 10 08:38:16 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Native installation package creation succeeded
    Oct 10 08:38:16 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Launching subprocess with commandline /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air
    Oct 10 08:38:16 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Relaunching with elevation
    Oct 10 08:38:20 creative-ny70 authexec[272]: executing /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer
    Oct 10 08:38:20 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Application Installer begin with version 3.0.0.4080 on Mac OS 10.6.8 x86
    Oct 10 08:38:20 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Commandline is: -runtime "/Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air
    Oct 10 08:38:20 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: No installed runtime detected
    Oct 10 08:38:21 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Unpackaging file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air to /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/FlashTmp.fxrnUg
    Oct 10 08:38:32 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Application signature verified
    Oct 10 08:38:32 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Unpackaging/validation complete
    Oct 10 08:38:32 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Converting unpackaged application to a native installation package in /var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/FlashTmp.Hmygrp
    Oct 10 08:38:37 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Native installation package creation succeeded
    Oct 10 08:38:37 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Oct 10 08:38:37 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /usr/sbin/chown -hfRP creativity "/Users/creativity/Library/Application Support/Adobe"
    Oct 10 08:38:37 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/creativity/Library/Application Support/Adobe"
    Oct 10 08:38:37 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /usr/sbin/chown -hfRP creativity "/Users/creativity/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Oct 10 08:38:37 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Starting silent combined runtime and app install.\n Installing runtime version 3.0.0.4080.\n Installing app 10101 version 1.1 to /Applications using the source file at file:///Volumes/SC_MAC_SCHOLASTIC/Secret%20Composer%20Scholastic%20MACOSX/Secret_Composer .air
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Subprocess chown succeeded
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Subprocess chown succeeded
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Oct 10 08:39:06 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Subprocess chown failed (-1)
    Oct 10 08:39:10 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/SECRET COMPOSER - Scholastic Edition.app"
    Oct 10 08:39:10 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Subprocess chown succeeded
    Oct 10 08:39:10 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Launching subprocess with commandline /bin/chmod -R ugo+rx "/Applications/SECRET COMPOSER - Scholastic Edition.app"
    Oct 10 08:39:10 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Subprocess chmod succeeded
    Oct 10 08:39:12 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[272]: Application Installer end with exit code 0
    Oct 10 08:39:12 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Elevated install completed
    Oct 10 08:39:12 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Launching subprocess with commandline /Applications/SECRET COMPOSER - Scholastic Edition.app
    Oct 10 08:39:14 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[263]: Application Installer end with exit code 0
    Oct 10 08:39:14 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Subprocess app installer succeeded
    Oct 10 08:39:14 creative-ny70 /Volumes/SC_MAC_SCHOLASTIC/Secret Composer Scholastic MACOSX/Secret Composer Installer.app/Contents/MacOS/Adobe AIR Installer[259]: Runtime Installer end with exit code 0
    Any help is very appreciated.
    Thank you,
    robert

    Hi,
    I suggest you to report a bug our bugbase, and then we can better folllow up the issue there.
    Thanks,
    Ru Wan

  • KH399 selection is not possible at this level

    Hi Experts,
    I am facing error while executing COPA Report KE30, which created by KE94 line item report.
    please help me on that.
    Regards,
    Ram

    Hi. Thanks for the rapid response. However I tried it and still no joy. This is the full message:
    Google Apps - Server error. We are unable to process your request at this time, please try again later.

Maybe you are looking for

  • Unsupported oracle release

    Hello, we are running netweaver 2004s on AIX and oracle 10.2.0.2. the netweaver system is monitored by solution manager 7, every week we get the early watch alert report. after upgrading the st-pi to version 2008_1_700 and st-a/pi to o1l_bco700 compo

  • How to change the value of root-context in application.xml

    Hi all, I want to deploy an 1.4 application to SAP NetWeaver CE server. Since the name of my web-project is pretty long, I prefer to change the context-root atribute in the deployment-descriptor. Is that right that the context-root entry only can be

  • Splitting long text in smartform

    Hi, I got a 'item description' field which is of 30 char wide. How split it into 2.

  • Is there an easy way to transfer PDFs from my computer to my iPad and then use Adobe to open them?

    Is there an easy way to transfer PDFs from my computer to my iPad and then use Adobe to open them?

  • Help to read log

    We have some problems with a Filemaker Server that resides on Mac Mini with OS X 10.4.8. The Console.log looks like this: Mac OS X Version 10.4.8 (Bygge 8L2127) 2007-01-29 10:10:59 +0100 2007-01-29 10:11:00.106 SystemUIServer[81] lang is:sv Jan 29 10