Recipe management and sharing app/website?

I'm looking for a recipe management Mac application and/or a website (and preferably an iPad app) that will allow me to share recipes directly with friends and them with me.
I have YummySoup and would recommend it to friends except that it requires a MobileMe account to share recipes (it allows you to publish 'recipe casts' and subscribe to other peoples 'recipe casts').
Any suggestions?

I quite like the way YummySoup works. Someone can publish recipes via MobileMe and then you can subscribe to their receipecast and any new recipes just appear directly in YummySoup. Far less hassle than email.
Here's an example receipecast: http://homepage.mac.com/kenhumbard/KensFavorites/

Similar Messages

  • Task manager and calendar App that syncs with Outlook

    Hi all,
    I've been looking for a very user-friendly task manager and calendar (some sort of an organizer) that synchs with Outlook. The regular iphone 3g calendar only has calendar function and the warnings don't have the snooze function. I found SmartTasks but it seems in only synchs with Google Calendar. Any ideas?
    Thanks in advance, best regards,
    Miguel Caldeira Proenca

    I've searched through the app store and tested several calendar apps but none seem to work. I don't even see an "add-on" to the resident calendar app that adds some color or themes. Has anybody found anything to make the calendar appearance a bit spiffier?

  • Management and Shared Code

    I�m Microsoft .NET Developer and I use the Microsoft Visual Source Safe to share and to manager code in team projects. I would like of know if exist a similar Software to Java Environment?

    Your source control is irrelevent to .net or java. Source save, CVS, PVCS and many other source control systems can be used on files, whatever type they are.
    Your .net tools are probably integrated with source safe, and some java, c++ or whatever tools are integrated with source control systems, including source safe.

  • Problem with Gourmet Recipe Manager and Python

    Hi everyone.
    I am using Arch with openbox. I've installed gourmet from the repository, but unfortunately it doesn't work. Python is installed, too. When I start gourmet I get a lot of error messages:
    [mario@krynn ~]$ gourmet
    ** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
    ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
    ** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
    WARNING: Plugin module import failed
    PATH: ['/usr/bin', '/usr/lib/python26.zip', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages', '/usr/lib/python2.6/site-packages/PIL', '/usr/lib/python2.6/site-packages/gst-0.10', '/usr/lib/python2.6/site-packages/gtk-2.0', '/usr/share/gourmet', '/usr/lib/python2.6/site-packages/gourmet/plugins', '/usr/lib/python2.6/site-packages/gourmet/plugins/import_export', '/usr/share/gourmet/']
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 243, in get_module
    self._loaded = __import__(self.module)
    File "/usr/lib/python2.6/site-packages/gourmet/plugins/import_export/pdf_plugin/__init__.py", line 1, in <module>
    import pdf_exporter_plugin,print_plugin
    File "/usr/lib/python2.6/site-packages/gourmet/plugins/import_export/pdf_plugin/print_plugin.py", line 4, in <module>
    import poppler
    ImportError: No module named poppler
    WARNING: Failed to load plugin pdf_plugin
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 93, in load_active_plugins
    self.active_plugins.extend(self.available_plugin_sets[p].plugins)
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 256, in __getattr__
    if attr == 'plugins': return self.get_plugins()
    File "/usr/lib/python2.6/site-packages/gourmet/plugin_loader.py", line 262, in get_plugins
    return self.get_module().plugins
    AttributeError: 'NoneType' object has no attribute 'plugins'
    /usr/lib/python2.6/site-packages/gourmet/backends/db.py:294: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
    Column('image',Binary(),**{}),
    /usr/lib/python2.6/site-packages/gourmet/backends/db.py:295: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
    Column('thumb',Binary(),**{}),
    /usr/lib/python2.6/site-packages/gourmet/gtk_extras/mnemonic_manager.py:312: GtkWarning: Invalid input string
    widget.set_text_with_mnemonic(txt[0:index] + '_' + txt[index:])
    /usr/lib/python2.6/site-packages/gourmet/GourmetRecipeManager.py:1011: GtkWarning: Invalid input string
    self.main.add(self.main_notebook)
    Gourmet starts but I can't create a new recipe. I've already tried to change the first line in /usr/bin/gourmet to
    #!/usr/bin/python2.6
    but it doesn't make any difference. Does anyone know what to do.
    Thanks, mario.

    I'm experiencing the same issues with Arch and Openbox using gourmet and gourmet-dev.  Sorry I don't have anything to add.  I installed python-poppler from AUR and that got rid of the errors on startup, but when trying to create a new recipe I get
    [mbynum@m1330 ~]$ gourmet
    Problem adding recipe with dictionary...
    KEY: deleted of type <type 'str'> VALUE: False of type <type 'bool'>
    KEY: last_modified of type <type 'str'> VALUE: 1286338412.47 of type <type 'float'>
    KEY: title of type <type 'str'> VALUE: New Recipe of type <type 'unicode'>
    Traceback (most recent call last):
    File "/usr/lib/python2.6/site-packages/gourmet/GourmetRecipeManager.py", line 1132, in show
    rc=reccard.RecCard(self)
    File "/usr/lib/python2.6/site-packages/gourmet/reccard.py", line 69, in __init__
    recipe = self.rg.rd.new_rec()
    File "/usr/lib/python2.6/site-packages/gourmet/backends/db.py", line 1416, in new_rec
    return self.add_rec(blankdict)
    File "/usr/lib/python2.6/site-packages/gourmet/backends/db.py", line 1179, in add_rec
    ret = self.do_add_rec(dic)
    File "/usr/lib/python2.6/site-packages/gourmet/backends/db.py", line 1304, in do_add_rec
    select = self.recipe_table.select(self.recipe_table.c.id==insert_statement.execute(**rdict).lastrowid)
    File "/usr/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 2310, in lastrowid
    return self.cursor.lastrowid
    AttributeError: 'NoneType' object has no attribute 'lastrowid'
    I don't know any python, so I'm not sure what these errors are pointing to.  Hopefully someone else can give us some insight.

  • Recipe Management: Some Questions

    Hi,
    Currently I'm working on the recipe management and have some questions, hope you can help.
    I could solve most of my previous questions, but now there's a new one.
    If I click in the formula view, register (i. e.) composition on the button "Transfer to Spec. of Pr. Output" or "Calculate Template Values" I'm getting a dump:
    "When calling the function module "FRML565_WRITE_PO_TO_EHS", one of the parameters needed according to the interface description was not specified. This parameter was "IO_OBJECT"."
    Any idea what's going wrong?
    Thanks,
    Tan
    Edited by: Tan Yildiz on Mar 22, 2010 4:50 PM

    Hi All,
    Please give me some examples to explain FILLPV. so that it can help me to understand easily.
    and how many ore there origin statuses are there in SAP.
    What is the INTKY operation why we are using that?
    How we can delete the Time Evaluation Results?.
    Thanks.

  • Metadata Management and CMS

    Hello
    I have installed BO XIR 3.1 sp3 and Metadata Mangement on a window 2008 sp2 platform. Everything was going well. After a server problem I had to redeploy the Metadata Manager and BOMM  apps on tom Cat (5.5).
    After the redeployment of the two apps, the BOMM console worked well but it's impossible to view Metadata Management in the cms. Here's the message that I get:
    http 404 and :
    MetadataManagement/jsp/Integrator_List/list.faces
    When I try to configure the repository via the application options of the cms here's what I get:
    http 404 :
    Management/jsp/Repository_Properties/properties.faces
    Do I have to redeploy? refresh a property file ? copy a war file?
    Thanks

    Hi Harpreet,
    Thanks for the reply!
    The current architecture is:
    PeopleSoft -> SAP ECC -> SAP BI -> BOE -> WebI
    We are trying to perform mappings from field names on reports in WebI back to their SAP BI technical name / description, and even into ECC if possible. I was able to run Metadata Integrator in DS to collect lineage information from the BOE server, but this doesn't give me anything further back than BOE. I assumed that I would need to add the remaining steps manually, yet it sounds like you have a better idea.
    How can we go about doing this? Are you saying that if I use:
    SAP ECC -> DS -> SAP BI -> BOE -> WebI
    Then it will show my lineage from WebI all the way to ECC automatically? Do you have any examples of this? If that is the case, then I would like to test it out.
    Thanks,
    Brian

  • Websites I've loaded onto my home screen won't delete. I press the icons. Wobbles then freezes and homescreen uploads flash off and on (apps too but I can delete them from manage storage)

    Websites I've loaded onto my home screen using the + to home screen option won't delete. I press the icons. Wobbles then freezes and homescreen uploads flash off and on (apps too but I can delete them from manage storage)
    i need to reboot to stop it and I'm stuck with loads of homescreen icons on my iPad

    You're welcome. Glad to hear you got it sorted out. If you like using website icons you can bookmark them as Favorites and they'll be on your Safari page instead of your homescreen and they're much easier to get rid of. Also you could turn on Favorites bar by going to settings> Safari> show Favorites bar> on. See screenshot.

  • Seeking a document management and file sharing solution for an online client portal

    Hi
    Late last year our developers created a Member’s Portal for a client’s website (built with WordPress) enabling Members to have a secure area for a discussion forum and crucially, secure
    document storage and access, and file-sharing. The WordPress plugin chosen for the Portal was WP-Client.
    We have a problem though and I wonder if you or anyone can help?
    Basically, the solution was supposed to be like Dropbox or Google Drive but within the Portal but with slight differences. The problem is that the current solution we have isn’t like either
    and has various flaws which make it unpopular with most members. It uses free software called kcfinder – see
    http://kcfinder.sunhater.com/ as the basis for the file management systems.
    So we are seeking to change the file management system. This system must do the following:
    It’s got to be intuitive e.g. the action open or download must be ‘typical’ (it is not so in kcfinder you have to right click to download for instance
    You must be able open an Office document (especially Word, Excel and Powerpoint) online in situ within the portal. Currently in kcfinder you have to download it. 
     You must be able to edit it online. Currently you have to download it, open it, edit it, re-upload it and overwrite it.
    The client uses Sharepoint (I think that’s part of MS Office 365) and wants to be able to I think drag docs from there straight into the Portal file management system (I think at the moment they have to download a file from Sharepoint to their hard drive
    and then upload to kcfinder.
    We are currently investigating using a WP plugin for Google Drive
    https://wp-glogin.com/drive/ and Google Apps for work to create some sort of file management system that meets the requirements.
    However having loaded the plugin, the developer has found that two issues remain that so far defeat us:
    Firstly, and this seems to be applicable to using Google Drive outside the portal as well as in it - you can’t edit Word docs online in Google Drive without creating a Google Doc. This means we get duplicate docs which we don’t want – and they’re in
    the wrong format. We want Word and no duplication. The members/users don’t have time to delete and change the format back to Word. I guess the same applies to other Office docs.
    Second, apparently you can’t create a new folder in Google Drive in the portal.
    So my question for this forum is really what can you suggest, either as a fix to the Google Drive solution or is there a totally different plugin or set up we can use? Ideally it should
    be Office-based or friendly since most of our users use Microsoft Office.
    The other proviso is that it must be affordable. We/client cannot afford the $10 per user per month that some systems charge. The attractiveness of the Google option is not only the wide
    use of Google Docs (notwithstanding the fact that you can't open Word in GD instead it creates a duplicate in GD) but the fact that the plugin is cheap.
    Thanks in anticipation. 

    Hi,
    Why don't you take a look at Office Web App server which provides browser-based file viewing and editing services for Office files:
    https://technet.microsoft.com/en-us/library/jj219435.aspx
    It can be integrated with your customized website, and provide the ability to online view/editing Office documents..
    Hope it helps.
    Aravindhan Battepati

  • Application Manager (6.2all) fails to Install (-60) Apps and Update Apps (U43M1D207)

    I have searched the forums for weeks and have yet to find a solution that works. I am currently running WIndows 7 Pro 64 Bit in a corporate environment. I orginally installed all my apps from the Application Manager and then one day about a month ago, it stopped working. I know I have read posts that you can download the trials but there are certain products that you cannot get in a trial like Edge Animate. I have done the following things to resolve: (in no paticular order, just everything I have tried thus far). I really need to get Edge Animate installed. I have spent over a week trying to solve this so hopeuflly someone out there can see something I am not.
    Read all my logs and compared them to other forum issues.
    Uninstalled every Adobe App and ran the Cleaner Tool.
    Re-Installed the AAM Manager 6.2all (the newest AAM).
    Created a new admin account on my computer and tried from there.
    Tried on a different computer.
    Renamed my OOBE folder.
    Turned off all my antivirus and firewall software. I tested to make sure that I could get to the https license site and I could.
    Made sure I had access to outgoing ports for the activation server.
    Rebuilt my machine from scratch. NO ADOBE SOFTWARE, ANIT-VIRUS etc. Still the same issues. For installing new software I get: The download appears corrupt, Press Cancel -(60)
    And for updates I get: Update Failed: The download appears corrupt. ...... (U43M1D207).
    Here is the weird part. I watch step by step what it does. I open up Applicaiton Manger. Click on Install (say for Edge Animate). Go to my Users\AppData\Local\Temp folder and see that it creates a temporary folder with letters and numbers. I can see 4 files being downloaded fully.
    Edge_Animate_1_0_1_CCM_LS17.exe.aamdownload  145730 KB
    Edge_Animate_1_0_1_CCM_LS17.exe.aamdownload.aamd 2 KB
    Manifest.xml 1 KB and
    validation.xml 6 KB
    It fully downloads them and then they disappear and that's when the error appears. I made sure that the proper rights were on that folder and set to Full Access.
    Here is my PDAPP.log: I cleared out the log and ran the install for a new app and an update so you can see both errors.
    02/05/13 12:01:12:611 | [INFO] | | ASU | RunMeFirst | RunMeFirst | | | 6248 | Build Version - 7.0.0.230
    02/05/13 12:01:12:611 | [INFO] | | ASU | RunMeFirst | RunMeFirst | | | 6248 | Logging Level verbosity Set to 4
    02/05/13 12:01:12:611 | [INFO] | | ASU | RunMeFirst | RunMeFirst | | | 6248 | Launching the Bootstrapper in elevated mode
    02/05/13 12:01:12:611 | [INFO] | | ASU | RunMeFirst | Utilities | | | 6248 | Path to Process :C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\Set-up.bin Process Directory :C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2 arguments being passed :"C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\Set-up.bin"
    02/05/13 12:01:12:611 | [INFO] | | ASU | RunMeFirst | Utilities | | | 6248 | Success in CreateProcess
    02/05/13 12:01:13:079 | [INFO] | | ASU | Setup | Setup | | | 6256 | Build Version - 7.0.0.233
    02/05/13 12:01:13:079 | [INFO] | | ASU | Setup | Setup | | | 6256 | Logging Level verbosity Set to 4
    02/05/13 12:01:13:095 | [INFO] | | ASU | Setup | Setup | | | 6256 | Start Adobe Setup
    02/05/13 12:01:13:095 | [INFO] | | ASU | Setup | Setup | | | 6256 | TimeLog: Bootstrapper Start
    02/05/13 12:01:13:095 | [INFO] | | ASU | Setup | Setup | | | 6256 | TimeLog: Start initial checks
    02/05/13 12:01:13:095 | [INFO] | | ASU | Setup | Setup | | | 6256 | Dictionary Path: C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\resources\Dictionary\en_US\stringTable.zdct
    02/05/13 12:01:13:095 | [INFO] | | ASU | Setup | PIM | | | 6256 | XML is valid
    02/05/13 12:01:13:095 | [WARN] | | ASU | Setup | PIM | | | 6256 | Failed to find Node
    02/05/13 12:01:13:173 | [INFO] | | ASU | Setup | Utilities | | | 6280 | Semaphore is not locked
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | PIM | | | 6280 | Build Version - 7.0.0.233
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | PIM | | | 6280 | Logging Level verbosity Set to 4
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | Utilities | | | 6280 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | Utilities | | | 6280 | File 'C:\Users\a01gassu\AppData\Local\Temp\\asuap.txt' does not exist
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | PIM | | | 6280 | Build Version - 7.0.0.233
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | PIM | | | 6280 | Logging Level verbosity Set to 4
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | PIM | | | 6280 | CREATE PIM Instance ...
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | Utilities | | | 6280 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | Utilities | | | 6280 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db' does not exist
    02/05/13 12:01:13:204 | [INFO] | | ASU | PIM | PIM | | | 6280 | trying to createOrUpdatePIMDbSchema.
    02/05/13 12:01:13:298 | [INFO] | | ASU | PIM | PIM | | | 6280 | SUCCESS Created Tables.
    02/05/13 12:01:13:298 | [INFO] | | ASU | PIM | PIM | | | 6280 | PIM Database is Up To Date.
    02/05/13 12:01:13:298 | [INFO] | | ASU | PIM | PIM | | | 6280 | Updater Inventory location:C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\resources\updaterinventory.dll
    02/05/13 12:01:13:298 | [INFO] | | ASU | PIM | PIM | | | 6280 | Acquired System level ACF lock ...
    02/05/13 12:01:13:313 | [INFO] | | ASU | Setup | Setup | | | 6256 | TimeLog: End initial checks
    02/05/13 12:01:13:313 | [INFO] | | ASU | Setup | Setup | | | 6284 | TimeLog: Begin Installing
    02/05/13 12:01:13:313 | [INFO] | | ASU | PIM | PIM | | | 6284 | Current OS version is: Major:6, Minor:1, ServicePack:1
    02/05/13 12:01:13:313 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:313 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:407 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:407 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:438 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:438 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:469 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:469 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:485 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:485 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:516 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:516 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:547 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:547 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:641 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:641 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 122563823
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Executing Adobe Genuine Validation for all the AAM packages
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pimx'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pima'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pimx'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pima'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pimx'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pima'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pimx'
    02/05/13 12:01:13:672 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pima'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pimx'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pima'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pimx'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pima'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pimx'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pima'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pimx'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pima'
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | Adobe Genuine Validation PASSED for all the AAM packages
    02/05/13 12:01:13:688 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pimx
    02/05/13 12:01:13:703 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:13:703 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:953 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:13:953 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:13:953 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:15:279 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\PDApp.pimx' does not exist
    02/05/13 12:01:15:654 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pimx.
    02/05/13 12:01:15:763 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pimx
    02/05/13 12:01:15:763 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:15:778 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:15:919 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:15:919 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:16:434 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\D6\D6.pimx' does not exist
    02/05/13 12:01:17:026 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pimx.
    02/05/13 12:01:17:104 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pimx
    02/05/13 12:01:17:104 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:17:104 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:17:229 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:17:229 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:17:229 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:18:914 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DECore\DECore.pimx' does not exist
    02/05/13 12:01:19:226 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pimx.
    02/05/13 12:01:19:366 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pimx
    02/05/13 12:01:19:366 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:19:366 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:19:819 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:19:819 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:19:819 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:20:365 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DWA\DWA.pimx' does not exist
    02/05/13 12:01:20:739 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pimx.
    02/05/13 12:01:21:176 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pimx
    02/05/13 12:01:21:176 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:21:176 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:21:316 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:21:316 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:24:327 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\P6\P6.pimx' does not exist
    02/05/13 12:01:25:435 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pimx.
    02/05/13 12:01:25:825 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pimx
    02/05/13 12:01:25:825 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:25:825 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:26:121 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:26:121 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:26:121 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:28:306 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\LWA\LWA.pimx' does not exist
    02/05/13 12:01:28:742 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pimx.
    02/05/13 12:01:29:491 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pimx
    02/05/13 12:01:29:491 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:29:491 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:29:881 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:29:881 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:31:582 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\UWA.pimx' does not exist
    02/05/13 12:01:32:206 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pimx.
    02/05/13 12:01:32:299 | [INFO] | | ASU | PIM | PIM | | | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pimx
    02/05/13 12:01:32:299 | [INFO] | | ASU | PIM | PIM | | | 6284 | XML is valid
    02/05/13 12:01:32:299 | [WARN] | | ASU | PIM | PIM | | | 6284 | Failed to find Node
    02/05/13 12:01:32:455 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:32:455 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:33:750 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\CCM.pimx' does not exist
    02/05/13 12:01:34:561 | [INFO] | | ASU | PIM | Utilities | | | 6284 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeApplicationManager(URIHand ler).exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeApplicationManager(URIHand ler).exe" --register=true --createShortcut=true
    02/05/13 12:01:34:561 | [INFO] | | ASU | PIM | Utilities | | | 6284 | Success in CreateProcess
    02/05/13 12:01:35:092 | [INFO] | | ASU | PIM | Utilities | | | 6284 | Sucessfully launched and executed process...
    02/05/13 12:01:35:092 | [INFO] | | ASU | PIM | PIM | | | 6284 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeApplicationManager(URIHand ler).exe'
    02/05/13 12:01:35:092 | [INFO] | | ASU | PIM | PIM | | | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pimx.
    02/05/13 12:01:35:841 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\PDAppFlex.swf' does not exist
    02/05/13 12:01:35:919 | [INFO] | | ASU | PIM | Utilities | | | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\PDAppFlex-app.xml' does not exist
    02/05/13 12:01:35:965 | [INFO] | | ASU | PIM | PIM | | | 6284 | Processing ... _pimCreateOrUpdateAAMInventory
    02/05/13 12:01:35:981 | [INFO] | | ASU | PIM | PIM | | | 6284 | Inventory Already present on the machine...
    02/05/13 12:01:35:981 | [INFO] | | ASU | Setup | Setup | | | 6284 | TimeLog: End Installing. Now launching PDApp
    02/05/13 12:01:36:558 | [INFO] | | ASU | Setup | Setup | | | 6256 | Bootstrapping successful. PDApp launched. Quitting Bootstrapper
    02/05/13 12:01:36:558 | [INFO] | | ASU | PIM | PIM | | | 6256 | PIMSqlite closeDB status 0
    02/05/13 12:01:36:558 | [INFO] | | ASU | PIM | PIM | | | 6256 | FREE PIM Instance ...
    02/05/13 12:01:36:558 | [INFO] | | ASU | Setup | Setup | | | 6256 | ================= End Adobe Setup. Exit code: 0 =================
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | Build Version - 7.0.0.233
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | Logging Level verbosity Set to 4
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp.CommandLineParser | | | 6544 | Parsing the command line provided. Number of command line arguments is 4
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | Detecting Applet Database Library file...
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | Fetching Applet registeration information...
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | AppletManager initialize...
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | Applet database path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | PIM library path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    02/05/13 12:01:49:210 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | Loading PIM library...
    02/05/13 12:01:49:226 | [INFO] | | ASU | PIM | PIM | | | 6544 | Build Version - 7.0.0.233
    02/05/13 12:01:49:226 | [INFO] | | ASU | PIM | PIM | | | 6544 | Logging Level verbosity Set to 4
    02/05/13 12:01:49:226 | [INFO] | | ASU | PIM | PIM | | | 6544 | CREATE PIM Instance ...
    02/05/13 12:01:49:226 | [INFO] | | ASU | PIM | Utilities | | | 6544 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\pim.db-journal' does not exist
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | trying to createOrUpdatePIMDbSchema.
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | Current db schema version on machine 1.
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | Current db schema version to install 1.
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | PIM DB Schema is up to date. Current schema version is 1.
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | PIM Database is Up To Date.
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | Getting applet data from Applet database
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCM:7.0.0.237|D6:7.0.0.235|DECore:7.0.0.235|DWA:3.0.97.0|LWA:3.0.97.0 |P6:7.0.0.125|PDApp:7.0.0.235|UWA:7.0.0.235
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | PIMSqlite closeDB status 0
    02/05/13 12:01:49:288 | [INFO] | | ASU | PIM | PIM | | | 6544 | FREE PIM Instance ...
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | Registering Applets...
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | DWA AppletID argument not specified on command line. Trying to find the existing instance
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | This is the first instance so creating a thread for listening to the created pipe
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PipeThread | | | 6556 | Pipe thread started
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp | | | 6544 | Starting AsyncMessageProcessor
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.AsyncMsgProcessor | | | 6544 | AsyncMsgProcessor initialized...
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.AsyncMsgProcessor | | | 6544 | AsyncMsgProcessor started. on thread id = 6564
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.WindowManager | | | 6544 | Initializing native WindowManager
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.WindowManager | | | 6544 | Creating window instance
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.WindowManager | | | 6544 | Checking for appletID and appletVersion given in CommandLineOptions
    02/05/13 12:01:49:288 | [INFO] | | ASU | PDApp | PDApp.WindowManager | | | 6544 | Creating APE stage instance
    02/05/13 12:01:50:349 | [INFO] | | ASU | PDApp | PDApp.ExternalGateway | | | 6544 | MessageHandler initialized...
    02/05/13 12:01:50:349 | [INFO] | | ASU | PDApp | PDApp.ExternalGateway | | | 6544 | ExternalGateway initialized...
    02/05/13 12:01:50:349 | [INFO] | | ASU | PDApp | PDApp.ExternalGateway | | | 6544 | NativeCommandHandler initialized...
    02/05/13 12:01:50:365 | [INFO] | | ASU | PDApp | PDApp.StartupCommand | | | 6544 | Logging Level verbosity Set to INFO
    02/05/13 12:01:50:365 | [INFO] | | ASU | PDApp | PDApp.StartupCommand | | | 6544 | Processing the startup Command
    02/05/13 12:01:50:365 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Starting Applet registeration...
    02/05/13 12:01:50:380 | [INFO] | | ASU | PDApp | PDAPP.MainDisplayMediator | | | 6544 | Looking up for the Exact versioned applet for ID :CCM_UI
    02/05/13 12:01:50:380 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading Applet: CCM_UI Version = 1.0
    02/05/13 12:01:50:396 | [INFO] | | ASU | PDApp | PDApp.ZStringLoader | | | 6544 | PDAPP SWF - locale set to - en_US
    02/05/13 12:01:50:411 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 0 out of 1481767
    02/05/13 12:01:50:411 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 65536 out of 1481767
    02/05/13 12:01:50:411 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 131072 out of 1481767
    02/05/13 12:01:50:411 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 196608 out of 1481767
    02/05/13 12:01:50:411 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 262144 out of 1481767
    02/05/13 12:01:50:411 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 327680 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 393216 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 458752 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 524288 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 589824 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 655360 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 720896 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 786432 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 851968 out of 1481767
    02/05/13 12:01:50:427 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 917504 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 983040 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1048576 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1114112 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1179648 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1245184 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1310720 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1376256 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1441792 out of 1481767
    02/05/13 12:01:50:443 | [INFO] | | ASU | PDApp | PDAPP.AppletManager | | | 6544 | Loading progress 1481767 out of 1481767
    02/05/13 12:01:50:864 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = ApplicationStartupCommand, type = null
    02/05/13 12:01:50:864 | [INFO] | | ASU | PDApp | CCM.AppStartup | | | 6544 | Processing the application startup command
    02/05/13 12:01:50:864 | [INFO] | | ASU | PDApp | PDApp.ExternalGateway | | | 6544 | Recieved Applet Loading Completion
    02/05/13 12:01:50:864 | [INFO] | | ASU | PDApp | CCM.AppStartup | | | 6544 | DPI values are 96,96 and DPIType is set to 1
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBasePopup WindowMediator | | | 6544 | onRegister
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | CCM.AppStartup | | | 6544 | Going to start the workflow
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = bootEXECUTE_CCM_WORKFLOW, type = null
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = initCCMNativeSignal, type = null
    02/05/13 12:01:50:879 | [INFO] | | ASU | PDApp | CCM.InitializeCCMNativeCommand | | | 6544 | inside initial windows show
    02/05/13 12:01:50:895 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | Loading Applet - CCM_Native for WindowID - 1
    02/05/13 12:01:50:911 | [INFO] | | ASU | PDApp | CCMNativeApplet | | | 6544 | startApplet
    02/05/13 12:01:50:911 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:911 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = initZstringSignal, type = null
    02/05/13 12:01:50:942 | [INFO] | | ASU | PDApp | ZStringLoader | | | 6544 | Trying to load ZString for preferred locale - en_US
    02/05/13 12:01:50:942 | [INFO] | | ASU | PDApp | ZStringLoader | | | 6544 | Locale set to - en_US
    02/05/13 12:01:50:942 | [INFO] | | ASU | PDApp | CCM.InitializeZstringCommand | | | 6544 | Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans'
    02/05/13 12:01:50:957 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = zstringLoadCompleteSignal, type = null
    02/05/13 12:01:50:957 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:50:957 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:957 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = initAppletViewSignal, type = null
    02/05/13 12:01:50:973 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = ShowScreen, type = null
    02/05/13 12:01:50:973 | [INFO] | | ASU | PDApp | AAMShared.DynamicViewMediator | | | 6544 | Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::CCMMainView
    02/05/13 12:01:51:067 | [INFO] | | ASU | PDApp | CCM.PrepareInitialAppletView | | | 6544 | Going to show the window now!!!
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = RegisterMediatorCommand, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.CCMMainViewMedi ator | | | 6544 | onRegister
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator | | | 6544 | onRegister
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = CCM_CONTENT_REFRESH_DATA, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator | | | 6544 | handleNotification : CCM_CONTENT_REFRESH_DATA
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMNavigationPanelMediat or | | | 6544 | onRegister
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMNavigationPanelMediat or | | | 6544 | handleNotification : CCM_NAVIGATION_PANEL_REFRESH_DATA
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = ccmInitialViewCompleteSignal, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator | | | 6544 | handleNotification : CCM_MAIN_CONTENT_IS_BUSY
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:51:238 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = preprocess_ccm_applet, type = null
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = populateSystemInfoDataSignal, type = null
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | SystemUtilities | | | 6544 | Current system is a windows system
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | SystemUtilities | | | 6544 | Current system is 64 bit
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = initNativeSessionsSignal, type = null
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | CCMNativeApplet | | | 6544 | createSession
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | CCMNativeApplet | | | 6544 | dlmAppletSessionProxy.sessionId = {76C89C44-B9B1-47A2-9A71-3CB13E3C36C5}
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = initGlobalUpdateSession, type = null
    02/05/13 12:01:51:254 | [INFO] | | ASU | PDApp | CCMNativeApplet | | | 6544 | createSession
    02/05/13 12:01:51:316 | [INFO] | | ASU | PDApp | CCMNativeApplet | | | 6544 | dlmAppletSessionProxy.sessionId = {5621E9AD-39EA-4686-B443-DA3AB4C158F6}
    02/05/13 12:01:51:332 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:51:332 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = readGlobalPrefSignal, type = null
    02/05/13 12:01:51:332 | [INFO] | | ASU | OPM | OPM | | | 6544 | Build Version - 7.0.0.237
    02/05/13 12:01:51:332 | [INFO] | | ASU | OPM | OPM | | | 6544 | Logging Level verbosity Set to 4
    02/05/13 12:01:51:332 | [INFO] | | ASU | OPM | OPM | | | 6544 | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:52:003 | [INFO] | | ASU | OPM | OPM | | | 6544 | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:52:003 | [INFO] | | ASU | OPM | OPM | | | 6544 | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:52:003 | [INFO] | | ASU | OPM | OPM | | | 6544 | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:52:003 | [INFO] | | ASU | OPM | OPM | | | 6544 | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:52:003 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:52:003 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = readUpdatesPrefSignal, type = null
    02/05/13 12:01:52:065 | [INFO] | | ASU | PDApp | PDApp.MessageQuequeManager | | | 6544 | Message Queue Manager initialized...
    02/05/13 12:01:52:569 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = handleNativeDataSignal, type = null
    02/05/13 12:01:52:569 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = readUpdatesPrefResultSignal, type = null
    02/05/13 12:01:52:569 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = GetUpdaterPreferencesCompleteSignal, type = null
    02/05/13 12:01:52:569 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:52:569 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:52:569 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = check_new_aam_version, type = null
    02/05/13 12:01:52:579 | [INFO] | | ASU | OPM | Utilities | | | 6640 | File 'C:\Users\a01gassu\AppData\Local\Temp\{2C77F8A3-4149-4CB9-8AEF-CF29B6 E39246}AAMVersion.xml' does not exist
    02/05/13 12:01:52:579 | [INFO] | | ASU | OPM | Utilities | | | 6640 | File 'C:\Users\a01gassu\AppData\Local\Temp\{2C77F8A3-4149-4CB9-8AEF-CF29B6 E39246}\AAMVersion.xml' does not exist
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | Build Version - 7.0.0.233
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | Logging Level verbosity Set to 4
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | CREATE PIM Instance ...
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | Utilities | | | 6640 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | trying to createOrUpdatePIMDbSchema.
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | Current db schema version on machine 1.
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | Current db schema version to install 1.
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | PIM DB Schema is up to date. Current schema version is 1.
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | PIM Database is Up To Date.
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | PIMSqlite closeDB status 0
    02/05/13 12:01:55:847 | [INFO] | | ASU | PIM | PIM | | | 6640 | FREE PIM Instance ...
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = handleNativeDataSignal, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = aamVersionCheckCompleteSignal, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = parseInputXmlForDownloadRequestSignal, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = showAdobeLogInSignal, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = initProvCommonSignal, type = null
    02/05/13 12:01:56:206 | [INFO] | | ASU | PDApp | PDApp.AppletManager | | | 6544 | Loading Applet - LWA_Native for WindowID - 1
    02/05/13 12:01:56:237 | [INFO] | | ASU | LWANative | LWANative | | | Build Version - 7.0.0.124
    02/05/13 12:01:56:237 | [INFO] | | ASU | LWANative | LWANative | | | Logging Level verbosity Set to 4
    02/05/13 12:01:56:237 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = INIT_PROV_COMMON_NOTIFICATION, type = null
    02/05/13 12:01:56:237 | [INFO] | | ASU | PDApp | ProvCommon.ZStringLoader | | | 6544 | Applet locale set to - en_US
    02/05/13 12:01:56:237 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = FetchDefaultUserCommand, type = null
    02/05/13 12:01:56:253 | [INFO] | | ASU | LWANative | LWANative | | | Performing openIMSLibSession...
    02/05/13 12:01:56:253 | [INFO] | | ASU | LWANative | LWANative | | | pwa_openIMSLibSession Session key : {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:56:268 | [INFO] | | ASU | IMSLib | IMSLib | | | Build Version - 7.0.0.11
    02/05/13 12:01:56:268 | [INFO] | | ASU | IMSLib | IMSLib | | | Logging Level verbosity Set to 4
    02/05/13 12:01:56:268 | [INFO] | | ASU | IMSLib | IMSLib | | | Creating IMSLib instance ...
    02/05/13 12:01:56:268 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:01:56:268 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:01:56:268 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | OPM | | | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | IMSLib_OPMWrapper | | | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | IMSLibHelper | | | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | IMSLib | | | Failed get proxy credentials from local store while creating IMSLib instance ...
    02/05/13 12:01:56:487 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Done opening IMSSession, session key - {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:56:487 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Fetching default user profile for requested ClientID...
    02/05/13 12:01:56:487 | [INFO] | | ASU | LWANative | LWANative | | | Performing fetch default user for clientID...
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | IMSLib | | | Performing fetchDefaultUserInfoForClientId...
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:01:56:487 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:56:689 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:57:937 | [INFO] | | ASU | OPM | OPM | | | returning size of value as:33 in opm_getValueForKey
    02/05/13 12:01:57:937 | [INFO] | | ASU | OPM | OPM | | | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_getValueForKey
    02/05/13 12:01:57:937 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:57:937 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:01:57:937 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:01:57:937 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:58:421 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:58:421 | [INFO] | | ASU | OPM | OPM | | | returning size of value as:1166 in opm_getValueForKey
    02/05/13 12:01:58:421 | [INFO] | | ASU | OPM | OPM | | | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_getValueForKey
    02/05/13 12:01:58:421 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:58:421 | [INFO] | | ASU | OPM | IMSLib | | | Performing releaseData...
    02/05/13 12:01:58:421 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Retrieved default user profile successfully
    02/05/13 12:01:58:421 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Closing IMSSession: {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:58:421 | [INFO] | | ASU | LWANative | LWANative | | | Performing closeIMSLibSession...
    02/05/13 12:01:58:421 | [INFO] | | ASU | OPM | IMSLib | | | Releasing IMSLib instance ...
    02/05/13 12:01:58:421 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Done closing IMSSession: {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:58:421 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = FetchAccessTokenCommand, type = null
    02/05/13 12:01:58:421 | [INFO] | | ASU | PDApp | CCM.FetchAccessTokenCommand | | | 6544 | Fetching access token for the requested user...
    02/05/13 12:01:58:421 | [INFO] | | ASU | LWANative | LWANative | | | Performing openIMSLibSession...
    02/05/13 12:01:58:421 | [INFO] | | ASU | LWANative | LWANative | | | pwa_openIMSLibSession Session key : {BD969FC5-445B-49A9-AEF9-ECA298FC59E2}
    02/05/13 12:01:58:421 | [INFO] | | ASU | IMSLib | IMSLib | | | Build Version - 7.0.0.11
    02/05/13 12:01:58:421 | [INFO] | | ASU | IMSLib | IMSLib | | | Logging Level verbosity Set to 4
    02/05/13 12:01:58:421 | [INFO] | | ASU | IMSLib | IMSLib | | | Creating IMSLib instance ...
    02/05/13 12:01:58:437 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:01:58:437 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:01:58:437 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | OPM | | | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | IMSLib_OPMWrapper | | | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | IMSLibHelper | | | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | IMSLib | | | Failed get proxy credentials from local store while creating IMSLib instance ...
    02/05/13 12:01:58:640 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Done opening IMSSession, session key - {BD969FC5-445B-49A9-AEF9-ECA298FC59E2}
    02/05/13 12:01:58:640 | [INFO] | | ASU | PDApp | ProvisioningNativeAppletBase | | | 6544 | Performing fetchAccessToken...
    02/05/13 12:01:58:640 | [INFO] | | ASU | LWANative | LWANative | | | Performing fetch Access token for user...
    02/05/13 12:01:58:640 | [INFO] | | ASU | OPM | IMSLib | | | Performing fetch accessToken...
    02/05/13 12:01:58:655 | [INFO] | | ASU | OPM | IMSLib | | | Using environment:ims-na1.adobelogin.com
    02/05/13 12:01:58:655 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:01:58:655 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:01:58:655 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | returning size of value as:1166 in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | returning size of value as:65 in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Successfully retreived value from opm domain:IMSLib subdomain:Default key:deviceID in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | IMSLibHelper | | | setting authproxy credentials in fetchAccessTokenForDeviceToken
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:01:58:796 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | OPM | | | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | IMSLib_OPMWrapper | | | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | IMSLibHelper | | | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | IMSLibHelper | | | Failed to get proxyCredentials from local store in setProxyCredentialsForHTTPRequest
    02/05/13 12:01:59:026 | [INFO] | | ASU | OPM | IMSLibHelper | | | Failed in setting authproxy credentials in fetchAccessTokenForDeviceToken
    02/05/13 12:01:59:036 | [INFO] | | ASU | OPM | HTTPConnector | | | GetIEProxyInfo - No default proxy present on the user machine
    02/05/13 12:02:01:308 | [INFO] | | ASU | OPM | HTTPConnector | | | GetIEProxyInfo - Failed to get proxy for the url, error:12180
    02/05/13 12:02:01:308 | [INFO] | | ASU | OPM | HTTPConnector | | | GetIEProxyInfo - proxy Url is
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | HTTPConnector | | | WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE...
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | HTTPConnector | | | HTTP Request Status code 200.
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | HTTPConnector | | | The http request returned response code:0
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | IMSLibHelper | | | user has not selected 'Remember Me', proxy data is not saved in local store
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:02:01:698 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:02:447 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:02:447 | [INFO] | | ASU | OPM | OPM | | | returning size of value as:1166 in opm_getValueForKey
    02/05/13 12:02:02:447 | [INFO] | | ASU | OPM | OPM | | | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_getValueForKey
    02/05/13 12:02:02:525 | [INFO] | | ASU | OPM | OPM | | | Successfully updated opm.db for fields domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_setValueForKey
    02/05/13 12:02:02:525 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:02:525 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:02:02:525 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:02:02:525 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:02:650 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:02:728 | [INFO] | | ASU | OPM | OPM | | | Successfully updated opm.db for fields domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_setValueForKey
    02/05/13 12:02:02:728 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:02:728 | [INFO] | | ASU | OPM | OPM | | | Build Version - 7.0.0.11
    02/05/13 12:02:02:728 | [INFO] | | ASU | OPM | OPM | | | Logging Level verbosity Set to 4
    02/05/13 12:02:02:728 | [INFO] | | ASU | OPM | OPM | | | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:03:086 | [INFO] | | ASU | OPM | OPM | | | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:03:445 | [INFO] | | ASU | OPM | OPM | | | Successfully updated opm.db for fields domain:IMSLib subdomain:Default key:deviceID in opm_setValueForKey
    02/05/13 12:02:03:445 | [INFO] | | ASU | OPM | OPM | | | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:03:445 | [INFO] | | ASU | OPM | IMSLib | | | Invoking client callback function with response and status : 0
    02/05/13 12:02:03:445 | [INFO] | | ASU | LWANative | LWANative | | | Proceeding with fetchAccessToken callback...
    02/05/13 12:02:03:492 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = FetchAccessTokenStatusCommand, type = null
    02/05/13 12:02:03:492 | [INFO] | | ASU | PDApp | CCM.FetchAccessTokenCommand | | | 6544 | Received FetchAccessToken response with status : success
    02/05/13 12:02:03:492 | [INFO] | | ASU | PDApp | CCM.FetchAccessTokenCommand | | | 6544 | AccessToken generated successfully.
    02/05/13 12:02:03:492 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = ADOBEID_SIGNIN_ACCESSTOKEN_RESPONSE, type = null
    02/05/13 12:02:03:492 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = adobeLogInDoneSignal, type = null
    02/05/13 12:02:03:492 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = sendAnalyticsSignal, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = adobeLogInCompleteSignal, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = showPostAdobeIdScreenSignal, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator | | | 6544 | handleNotification : CCM_MAIN_CONTENT_IS_BUSY
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMNavigationPanelMediat or | | | 6544 | handleNotification : CCM_NAVIGATION_PANEL_REFRESH_DATA
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = loadUserPrefSignal, type = null
    02/05/13 12:02:03:508 | [INFO] | | ASU | OPM | OPM | | | 6544 | Build Version - 7.0.0.237
    02/05/13 12:02:03:508 | [INFO] | | ASU | OPM | OPM | | | 6544 | Logging Level verbosity Set to 4
    02/05/13 12:02:03:508 | [INFO] | | ASU | OPM | OPM | | | 6544 | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:03:679 | [INFO] | | ASU | OPM | OPM | | | 6544 | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:05:255 | [INFO] | | ASU | OPM | OPM | | | 6544 | returning size of value as:339 in opm_getValueForKey
    02/05/13 12:02:05:255 | [INFO] | | ASU | OPM | OPM | | | 6544 | Successfully retreived value from opm domain:OOBE subdomain:CCM_Pref key:1b8ec8539d00c8de37ed1903f379b493 in opm_getValueForKey
    02/05/13 12:02:05:255 | [INFO] | | ASU | OPM | OPM | | | 6544 | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:05:255 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:05:255 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = prefetchProductsIcons, type = null
    02/05/13 12:02:05:271 | [INFO] | | ASU | OPM | Utilities | | | 6688 | File 'C:\Users\a01gassu\AppData\Local\Temp\{2C77F8A3-4149-4CB9-8AEF-CF29B6 E39246}\{9AC7DB7C-67B4-4AC4-BD10-97E94251ED00}.xml' does not exist
    02/05/13 12:02:05:832 | [INFO] | | ASU | PDApp | CCM.ETSCommunicator | | | 6544 | Response: SUCCESS
    02/05/13 12:02:09:498 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = handleNativeDataSignal, type = null
    02/05/13 12:02:09:498 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = IconsPrefetchResult, type = null
    02/05/13 12:02:09:529 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = productsIconsFetchedSignal, type = null
    02/05/13 12:02:09:529 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:02:09:529 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:09:529 | [INFO] | | ASU | PDApp | DLM.ApplicationFacade | | | 6544 | sendNotification = fetchAvailableUpdatesSignal, type = null
    2/5/2013 12:02:10 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:10 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:10 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:10 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:10 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:11 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:11 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:11 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:11 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:11 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:11 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:12 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:12 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:12 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:12 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:12 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:12 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:12 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:12 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:12 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:13 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:13 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:13 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:13 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:13 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:13 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:13 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:13 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:13 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:13 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:13 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:13 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:13 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:13 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:13 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:13 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:13 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:13 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:13 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:13 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:14 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:14 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:14 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:14 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:14 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:14 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:14 [INFO] OPM - Logging Level verbosity Set to 4
    2/5/2013 12:02:14 [INFO] OPM - Schema version and schema compatibility version are same or greater than cu

    DyNamic I agree that is sounds like you may be facing a network configuration issue.  Please let your network people know that you need access to the following servers and ports to download Adobe applications through the Adobe Application Manager:
    ccmdls.adobe.com:443
    ims-na1.adobelogin.com:443
    na1r.services.adobe.com:443
    prod-rel-ffc-ccm.oobesaas.adobe.com:443
    lm.licenses.adobe.com:443
    In addition for updates to download properly you will also need access to the following servers:
    http://www.adobe.com/:80
    htttp:///swupmf.adobe.com/:80
    http://swupdl.adobe.com/:80
    http://crl.adobe.com/:80

  • Application Manager (6.2all) fails to Install Apps and Update Apps

    I have searched the forums for weeks and have yet to find a solution that works.  I am currently running WIndows 7 Pro 64 Bit in a corporate environment.  I orginally installed all my apps from the Application Manager and then one day about a month ago, it stopped working.  I know I have read posts that you can download the trials but there are certain products that you cannot get in a trial like Edge Animate.  I have done the following things to resolve: (in no paticular order, just everything I have tried thus far).  I really need to get Edge Animate installed.  I have spent over a week trying to solve this so hopeuflly someone out there can see something I am not.
    Read all my logs and compared them to other forum issues.
    Uninstalled every Adobe App and ran the Cleaner Tool.
    Re-Installed the AAM Manager 6.2all.
    Created a new admin account on my computer and tried from there.
    Tried on a different computer.
    Renamed my OOBE folder.
    Turned off all my antivirus and firewall software.  I tested to make sure that I could get to the https license site and I could. 
    Rebuilt my machine from scratch.  NO ADOBE SOFTWARE, ANIT-VIRUS etc.  Still the same issues.  For installing new software I get:  The download appears corrupt, Press Cancel -(60)
    And for updates I get: Update Failed: The download appears corrupt.  ...... (U43M1D207).
    Here is the weird part.  I watch step by step what it does.  I open up Applicaiton Manger.  Click on Install (say for Edge Animate).  Go to my Users\AppData\Local\Temp folder and see that it creates a temporary folder with letters and numbers.  I can see 4 files being downloaded fully.  Edge Animate.exe (2), Manifest.xml and info.  It fully downloads them and then they disappear and that's  when the error appears.  I made sure that the proper rights were on that folder and set to Full Access. 
    Here is my PDAPP.log:  I cleared out the log and ran the install for a new app and an update so you can see both errors.
    02/05/13 12:01:12:611 | [INFO] |  | ASU | RunMeFirst | RunMeFirst |  |  | 6248 | Build Version - 7.0.0.230
    02/05/13 12:01:12:611 | [INFO] |  | ASU | RunMeFirst | RunMeFirst |  |  | 6248 | Logging Level verbosity Set  to 4
    02/05/13 12:01:12:611 | [INFO] |  | ASU | RunMeFirst | RunMeFirst |  |  | 6248 | Launching the Bootstrapper in elevated mode
    02/05/13 12:01:12:611 | [INFO] |  | ASU | RunMeFirst | Utilities |  |  | 6248 | Path to Process :C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\Set-up.bin Process Directory :C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2 arguments being passed :"C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\Set-up.bin"
    02/05/13 12:01:12:611 | [INFO] |  | ASU | RunMeFirst | Utilities |  |  | 6248 | Success in CreateProcess
    02/05/13 12:01:13:079 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | Build Version - 7.0.0.233
    02/05/13 12:01:13:079 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | Logging Level verbosity Set  to 4
    02/05/13 12:01:13:095 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | Start Adobe Setup
    02/05/13 12:01:13:095 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | TimeLog: Bootstrapper Start
    02/05/13 12:01:13:095 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | TimeLog: Start initial checks
    02/05/13 12:01:13:095 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | Dictionary Path: C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\resources\Dictionary\en_US\stringTable.zdct
    02/05/13 12:01:13:095 | [INFO] |  | ASU | Setup | PIM |  |  | 6256 | XML is valid
    02/05/13 12:01:13:095 | [WARN] |  | ASU | Setup | PIM |  |  | 6256 | Failed to find Node
    02/05/13 12:01:13:173 | [INFO] |  | ASU | Setup | Utilities |  |  | 6280 | Semaphore is not locked
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | Build Version - 7.0.0.233
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | Logging Level verbosity Set  to 4
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | Utilities |  |  | 6280 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | Utilities |  |  | 6280 | File 'C:\Users\a01gassu\AppData\Local\Temp\\asuap.txt' does not exist
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | Build Version - 7.0.0.233
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | Logging Level verbosity Set  to 4
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | CREATE PIM Instance ...
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | Utilities |  |  | 6280 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | Utilities |  |  | 6280 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db' does not exist
    02/05/13 12:01:13:204 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | trying to createOrUpdatePIMDbSchema.
    02/05/13 12:01:13:298 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | SUCCESS Created Tables.
    02/05/13 12:01:13:298 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | PIM Database is Up To Date.
    02/05/13 12:01:13:298 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | Updater Inventory location:C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\resources\updaterinventory.dll
    02/05/13 12:01:13:298 | [INFO] |  | ASU | PIM | PIM |  |  | 6280 | Acquired System level ACF lock ...
    02/05/13 12:01:13:313 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | TimeLog: End initial checks
    02/05/13 12:01:13:313 | [INFO] |  | ASU | Setup | Setup |  |  | 6284 | TimeLog: Begin Installing
    02/05/13 12:01:13:313 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Current OS version is: Major:6, Minor:1, ServicePack:1
    02/05/13 12:01:13:313 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:313 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:407 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:407 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:438 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:438 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:469 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:469 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:485 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:485 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:516 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:516 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:547 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:547 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:641 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:641 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 122563823
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Executing Adobe Genuine Validation for all the AAM packages
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pimx'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pima'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pimx'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pima'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pimx'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pima'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pimx'
    02/05/13 12:01:13:672 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pima'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pimx'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pima'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pimx'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pima'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pimx'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pima'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pimx'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Validating package file: 'C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pima'
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Adobe Genuine Validation PASSED for all the AAM packages
    02/05/13 12:01:13:688 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pimx
    02/05/13 12:01:13:703 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:13:703 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:953 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:13:953 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:13:953 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:15:279 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\PDApp.pimx' does not exist
    02/05/13 12:01:15:654 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\core\PDApp.pimx.
    02/05/13 12:01:15:763 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pimx
    02/05/13 12:01:15:763 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:15:778 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:15:919 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:15:919 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:16:434 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\D6\D6.pimx' does not exist
    02/05/13 12:01:17:026 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\D6\D6.pimx.
    02/05/13 12:01:17:104 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pimx
    02/05/13 12:01:17:104 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:17:104 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:17:229 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:17:229 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:17:229 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:18:914 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DECore\DECore.pimx' does not exist
    02/05/13 12:01:19:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DECore\DECore.pimx.
    02/05/13 12:01:19:366 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pimx
    02/05/13 12:01:19:366 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:19:366 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:19:819 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:19:819 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:19:819 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:20:365 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DWA\DWA.pimx' does not exist
    02/05/13 12:01:20:739 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\DWA\DWA.pimx.
    02/05/13 12:01:21:176 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pimx
    02/05/13 12:01:21:176 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:21:176 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:21:316 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:21:316 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:24:327 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\P6\P6.pimx' does not exist
    02/05/13 12:01:25:435 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\P6\P6.pimx.
    02/05/13 12:01:25:825 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pimx
    02/05/13 12:01:25:825 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:25:825 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:26:121 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:26:121 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:26:121 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:28:306 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\LWA\LWA.pimx' does not exist
    02/05/13 12:01:28:742 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\LWA\LWA.pimx.
    02/05/13 12:01:29:491 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pimx
    02/05/13 12:01:29:491 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:29:491 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:29:881 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:29:881 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:31:582 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\UWA.pimx' does not exist
    02/05/13 12:01:32:206 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\UWA\UWA.pimx.
    02/05/13 12:01:32:299 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | START installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pimx
    02/05/13 12:01:32:299 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | XML is valid
    02/05/13 12:01:32:299 | [WARN] |  | ASU | PIM | PIM |  |  | 6284 | Failed to find Node
    02/05/13 12:01:32:455 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertPackageUpdateList.
    02/05/13 12:01:32:455 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS insertAppletRegInfoList.
    02/05/13 12:01:33:750 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\CCM.pimx' does not exist
    02/05/13 12:01:34:561 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeApplicationManager(URIHandler).exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeApplicationManager(URIHandler).exe" --register=true --createShortcut=true
    02/05/13 12:01:34:561 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | Success in CreateProcess
    02/05/13 12:01:35:092 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | Sucessfully launched and executed process...
    02/05/13 12:01:35:092 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeApplicationManager(URIHandler).exe'
    02/05/13 12:01:35:092 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | SUCCESS installPackage at file C:\Users\a01gassu\Desktop\Adobe Application Manager 6.2\packages\CCM\CCM.pimx.
    02/05/13 12:01:35:841 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\PDAppFlex.swf' does not exist
    02/05/13 12:01:35:919 | [INFO] |  | ASU | PIM | Utilities |  |  | 6284 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\PDAppFlex-app.xml' does not exist
    02/05/13 12:01:35:965 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Processing ... _pimCreateOrUpdateAAMInventory
    02/05/13 12:01:35:981 | [INFO] |  | ASU | PIM | PIM |  |  | 6284 | Inventory Already present on the machine...
    02/05/13 12:01:35:981 | [INFO] |  | ASU | Setup | Setup |  |  | 6284 | TimeLog: End Installing. Now launching PDApp
    02/05/13 12:01:36:558 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | Bootstrapping successful. PDApp launched. Quitting Bootstrapper
    02/05/13 12:01:36:558 | [INFO] |  | ASU | PIM | PIM |  |  | 6256 | PIMSqlite closeDB status 0
    02/05/13 12:01:36:558 | [INFO] |  | ASU | PIM | PIM |  |  | 6256 | FREE PIM Instance ...
    02/05/13 12:01:36:558 | [INFO] |  | ASU | Setup | Setup |  |  | 6256 | =================  End Adobe Setup. Exit code: 0  =================
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | Build Version - 7.0.0.233
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | Logging Level verbosity Set  to 4
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp.CommandLineParser |  |  | 6544 | Parsing the command line provided. Number of command line arguments is 4
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | Detecting Applet Database Library file...
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | Fetching Applet registeration information...
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | AppletManager initialize...
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | Applet database path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | PIM library path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    02/05/13 12:01:49:210 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | Loading PIM library...
    02/05/13 12:01:49:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | Build Version - 7.0.0.233
    02/05/13 12:01:49:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | Logging Level verbosity Set  to 4
    02/05/13 12:01:49:226 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | CREATE PIM Instance ...
    02/05/13 12:01:49:226 | [INFO] |  | ASU | PIM | Utilities |  |  | 6544 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\pim.db-journal' does not exist
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | trying to createOrUpdatePIMDbSchema.
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | Current db schema version on machine 1.
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | Current db schema version to install 1.
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | PIM DB Schema is up to date. Current schema version is 1.
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | PIM Database is Up To Date.
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | Getting applet data from Applet database
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCM:7.0.0.237|D6:7.0.0.235|DECore:7.0.0.235|DWA:3.0.97.0|LWA:3.0.97.0|P6:7.0.0.125|PDApp: 7.0.0.235|UWA:7.0.0.235
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | PIMSqlite closeDB status 0
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PIM | PIM |  |  | 6544 | FREE PIM Instance ...
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | Registering Applets...
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | DWA AppletID argument not specified on command line. Trying to find the existing instance
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | This is the first instance so creating a thread for listening to the created pipe
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 6556 | Pipe thread started
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp |  |  | 6544 | Starting AsyncMessageProcessor
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 6544 | AsyncMsgProcessor initialized...
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 6544 | AsyncMsgProcessor started. on thread id = 6564
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 6544 | Initializing native WindowManager
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 6544 | Creating window instance
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 6544 | Checking for appletID and appletVersion given in CommandLineOptions
    02/05/13 12:01:49:288 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 6544 | Creating APE stage instance
    02/05/13 12:01:50:349 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 6544 | MessageHandler initialized...
    02/05/13 12:01:50:349 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 6544 | ExternalGateway initialized...
    02/05/13 12:01:50:349 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 6544 | NativeCommandHandler initialized...
    02/05/13 12:01:50:365 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 6544 | Logging Level verbosity Set to  INFO
    02/05/13 12:01:50:365 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 6544 | Processing the startup Command
    02/05/13 12:01:50:365 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Starting Applet registeration...
    02/05/13 12:01:50:380 | [INFO] |  | ASU | PDApp | PDAPP.MainDisplayMediator |  |  | 6544 | Looking up for the Exact versioned applet for ID :CCM_UI
    02/05/13 12:01:50:380 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading Applet: CCM_UI Version = 1.0
    02/05/13 12:01:50:396 | [INFO] |  | ASU | PDApp | PDApp.ZStringLoader |  |  | 6544 | PDAPP SWF - locale set to - en_US
    02/05/13 12:01:50:411 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 0 out of 1481767
    02/05/13 12:01:50:411 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 65536 out of 1481767
    02/05/13 12:01:50:411 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 131072 out of 1481767
    02/05/13 12:01:50:411 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 196608 out of 1481767
    02/05/13 12:01:50:411 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 262144 out of 1481767
    02/05/13 12:01:50:411 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 327680 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 393216 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 458752 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 524288 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 589824 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 655360 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 720896 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 786432 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 851968 out of 1481767
    02/05/13 12:01:50:427 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 917504 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 983040 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1048576 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1114112 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1179648 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1245184 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1310720 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1376256 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1441792 out of 1481767
    02/05/13 12:01:50:443 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 6544 | Loading progress 1481767 out of 1481767
    02/05/13 12:01:50:864 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = ApplicationStartupCommand, type = null
    02/05/13 12:01:50:864 | [INFO] |  | ASU | PDApp | CCM.AppStartup |  |  | 6544 | Processing the application startup command
    02/05/13 12:01:50:864 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 6544 | Recieved Applet Loading Completion
    02/05/13 12:01:50:864 | [INFO] |  | ASU | PDApp | CCM.AppStartup |  |  | 6544 | DPI values are 96,96 and DPIType is set to 1
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBasePopupWindowMediator |  |  | 6544 | onRegister
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | CCM.AppStartup |  |  | 6544 | Going to start the workflow
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = bootEXECUTE_CCM_WORKFLOW, type = null
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = initCCMNativeSignal, type = null
    02/05/13 12:01:50:879 | [INFO] |  | ASU | PDApp | CCM.InitializeCCMNativeCommand |  |  | 6544 | inside initial windows show
    02/05/13 12:01:50:895 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | Loading Applet - CCM_Native for WindowID - 1
    02/05/13 12:01:50:911 | [INFO] |  | ASU | PDApp | CCMNativeApplet |  |  | 6544 | startApplet
    02/05/13 12:01:50:911 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:911 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = initZstringSignal, type = null
    02/05/13 12:01:50:942 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 6544 | Trying to load ZString for preferred locale - en_US
    02/05/13 12:01:50:942 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 6544 | Locale set to - en_US
    02/05/13 12:01:50:942 | [INFO] |  | ASU | PDApp | CCM.InitializeZstringCommand |  |  | 6544 | Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans'
    02/05/13 12:01:50:957 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = zstringLoadCompleteSignal, type = null
    02/05/13 12:01:50:957 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:50:957 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:50:957 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = initAppletViewSignal, type = null
    02/05/13 12:01:50:973 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = ShowScreen, type = null
    02/05/13 12:01:50:973 | [INFO] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 6544 | Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::CCMMainView
    02/05/13 12:01:51:067 | [INFO] |  | ASU | PDApp | CCM.PrepareInitialAppletView |  |  | 6544 | Going to show the window now!!!
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = RegisterMediatorCommand, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.CCMMainViewMediator |  |  | 6544 | onRegister
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator |  |  | 6544 | onRegister
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = CCM_CONTENT_REFRESH_DATA, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator |  |  | 6544 | handleNotification : CCM_CONTENT_REFRESH_DATA
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMNavigationPanelMediator |  |  | 6544 | onRegister
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMNavigationPanelMediator |  |  | 6544 | handleNotification : CCM_NAVIGATION_PANEL_REFRESH_DATA
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = ccmInitialViewCompleteSignal, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator |  |  | 6544 | handleNotification : CCM_MAIN_CONTENT_IS_BUSY
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:51:238 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = preprocess_ccm_applet, type = null
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = populateSystemInfoDataSignal, type = null
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | SystemUtilities |  |  | 6544 | Current system is a windows system
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | SystemUtilities |  |  | 6544 | Current system is 64 bit
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = initNativeSessionsSignal, type = null
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | CCMNativeApplet |  |  | 6544 | createSession
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | CCMNativeApplet |  |  | 6544 | dlmAppletSessionProxy.sessionId = {76C89C44-B9B1-47A2-9A71-3CB13E3C36C5}
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = initGlobalUpdateSession, type = null
    02/05/13 12:01:51:254 | [INFO] |  | ASU | PDApp | CCMNativeApplet |  |  | 6544 | createSession
    02/05/13 12:01:51:316 | [INFO] |  | ASU | PDApp | CCMNativeApplet |  |  | 6544 | dlmAppletSessionProxy.sessionId = {5621E9AD-39EA-4686-B443-DA3AB4C158F6}
    02/05/13 12:01:51:332 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:51:332 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = readGlobalPrefSignal, type = null
    02/05/13 12:01:51:332 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Build Version - 7.0.0.237
    02/05/13 12:01:51:332 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Logging Level verbosity Set  to 4
    02/05/13 12:01:51:332 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:52:003 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:52:003 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:52:003 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:52:003 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:52:003 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:52:003 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = readUpdatesPrefSignal, type = null
    02/05/13 12:01:52:065 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 6544 | Message Queue Manager initialized...
    02/05/13 12:01:52:569 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = handleNativeDataSignal, type = null
    02/05/13 12:01:52:569 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = readUpdatesPrefResultSignal, type = null
    02/05/13 12:01:52:569 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = GetUpdaterPreferencesCompleteSignal, type = null
    02/05/13 12:01:52:569 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:52:569 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:52:569 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = check_new_aam_version, type = null
    02/05/13 12:01:52:579 | [INFO] |  | ASU | OPM | Utilities |  |  | 6640 | File 'C:\Users\a01gassu\AppData\Local\Temp\{2C77F8A3-4149-4CB9-8AEF-CF29B6E39246}AAMVersion.xm l' does not exist
    02/05/13 12:01:52:579 | [INFO] |  | ASU | OPM | Utilities |  |  | 6640 | File 'C:\Users\a01gassu\AppData\Local\Temp\{2C77F8A3-4149-4CB9-8AEF-CF29B6E39246}\AAMVersion.x ml' does not exist
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | Build Version - 7.0.0.233
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | Logging Level verbosity Set  to 4
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | CREATE PIM Instance ...
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | Utilities |  |  | 6640 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | trying to createOrUpdatePIMDbSchema.
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | Current db schema version on machine 1.
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | Current db schema version to install 1.
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | PIM DB Schema is up to date. Current schema version is 1.
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | PIM Database is Up To Date.
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | PIMSqlite closeDB status 0
    02/05/13 12:01:55:847 | [INFO] |  | ASU | PIM | PIM |  |  | 6640 | FREE PIM Instance ...
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = handleNativeDataSignal, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = aamVersionCheckCompleteSignal, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = parseInputXmlForDownloadRequestSignal, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = showAdobeLogInSignal, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = initProvCommonSignal, type = null
    02/05/13 12:01:56:206 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 6544 | Loading Applet - LWA_Native for WindowID - 1
    02/05/13 12:01:56:237 | [INFO] |  | ASU | LWANative | LWANative |  |  | Build Version - 7.0.0.124
    02/05/13 12:01:56:237 | [INFO] |  | ASU | LWANative | LWANative |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:56:237 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = INIT_PROV_COMMON_NOTIFICATION, type = null
    02/05/13 12:01:56:237 | [INFO] |  | ASU | PDApp | ProvCommon.ZStringLoader |  |  | 6544 | Applet locale set to - en_US
    02/05/13 12:01:56:237 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = FetchDefaultUserCommand, type = null
    02/05/13 12:01:56:253 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing openIMSLibSession...
    02/05/13 12:01:56:253 | [INFO] |  | ASU | LWANative | LWANative |  |  | pwa_openIMSLibSession Session key : {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:56:268 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:56:268 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:56:268 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | Creating IMSLib instance ...
    02/05/13 12:01:56:268 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:56:268 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:56:268 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | OPM |  |  | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | IMSLib |  |  | Failed get proxy credentials from local store while creating IMSLib instance ...
    02/05/13 12:01:56:487 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Done opening IMSSession, session key - {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:56:487 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Fetching default user profile for requested ClientID...
    02/05/13 12:01:56:487 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing fetch default user for clientID...
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | IMSLib |  |  | Performing fetchDefaultUserInfoForClientId...
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:56:487 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:56:689 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:57:937 | [INFO] |  | ASU | OPM | OPM |  |  | returning size of value as:33 in opm_getValueForKey
    02/05/13 12:01:57:937 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_getValueForKey
    02/05/13 12:01:57:937 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:57:937 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:57:937 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:57:937 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:58:421 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:58:421 | [INFO] |  | ASU | OPM | OPM |  |  | returning size of value as:1166 in opm_getValueForKey
    02/05/13 12:01:58:421 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_getValueForKey
    02/05/13 12:01:58:421 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:58:421 | [INFO] |  | ASU | OPM | IMSLib |  |  | Performing releaseData...
    02/05/13 12:01:58:421 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Retrieved default user profile successfully
    02/05/13 12:01:58:421 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Closing IMSSession: {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:58:421 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing closeIMSLibSession...
    02/05/13 12:01:58:421 | [INFO] |  | ASU | OPM | IMSLib |  |  | Releasing IMSLib instance ...
    02/05/13 12:01:58:421 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Done closing IMSSession: {8DEAC40A-3487-4680-A7A9-3F9EECF19730}
    02/05/13 12:01:58:421 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = FetchAccessTokenCommand, type = null
    02/05/13 12:01:58:421 | [INFO] |  | ASU | PDApp | CCM.FetchAccessTokenCommand |  |  | 6544 | Fetching access token for the requested user...
    02/05/13 12:01:58:421 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing openIMSLibSession...
    02/05/13 12:01:58:421 | [INFO] |  | ASU | LWANative | LWANative |  |  | pwa_openIMSLibSession Session key : {BD969FC5-445B-49A9-AEF9-ECA298FC59E2}
    02/05/13 12:01:58:421 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:58:421 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:58:421 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | Creating IMSLib instance ...
    02/05/13 12:01:58:437 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:58:437 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:58:437 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | OPM |  |  | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | IMSLib |  |  | Failed get proxy credentials from local store while creating IMSLib instance ...
    02/05/13 12:01:58:640 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Done opening IMSSession, session key - {BD969FC5-445B-49A9-AEF9-ECA298FC59E2}
    02/05/13 12:01:58:640 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 6544 | Performing fetchAccessToken...
    02/05/13 12:01:58:640 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing fetch Access token for user...
    02/05/13 12:01:58:640 | [INFO] |  | ASU | OPM | IMSLib |  |  | Performing fetch accessToken...
    02/05/13 12:01:58:655 | [INFO] |  | ASU | OPM | IMSLib |  |  | Using environment:ims-na1.adobelogin.com
    02/05/13 12:01:58:655 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:58:655 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:58:655 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | returning size of value as:1166 in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | returning size of value as:65 in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully retreived value from opm domain:IMSLib subdomain:Default key:deviceID in opm_getValueForKey
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | setting authproxy credentials in fetchAccessTokenForDeviceToken
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:01:58:796 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | OPM |  |  | No Record found for the input fields in opm_getValueForKey
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | Failed to get proxyCredentials from local store in setProxyCredentialsForHTTPRequest
    02/05/13 12:01:59:026 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | Failed in setting authproxy credentials in fetchAccessTokenForDeviceToken
    02/05/13 12:01:59:036 | [INFO] |  | ASU | OPM | HTTPConnector |  |  | GetIEProxyInfo - No default proxy present on the user machine
    02/05/13 12:02:01:308 | [INFO] |  | ASU | OPM | HTTPConnector |  |  | GetIEProxyInfo - Failed to get proxy for the url, error:12180
    02/05/13 12:02:01:308 | [INFO] |  | ASU | OPM | HTTPConnector |  |  | GetIEProxyInfo - proxy Url is
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | HTTPConnector |  |  | WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE...
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | HTTPConnector |  |  | HTTP Request Status code 200.
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | HTTPConnector |  |  | The http request returned response code:0
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | user has not selected 'Remember Me', proxy data is not saved in local store
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:02:01:698 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:02:447 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:02:447 | [INFO] |  | ASU | OPM | OPM |  |  | returning size of value as:1166 in opm_getValueForKey
    02/05/13 12:02:02:447 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_getValueForKey
    02/05/13 12:02:02:525 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully updated opm.db for fields domain:IMSLib subdomain:SignInUsers key:e58f52b002e54a2b37e40e58b8e8a057 in opm_setValueForKey
    02/05/13 12:02:02:525 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:02:525 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:02:02:525 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:02:02:525 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:02:650 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:02:728 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully updated opm.db for fields domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_setValueForKey
    02/05/13 12:02:02:728 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:02:728 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.11
    02/05/13 12:02:02:728 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    02/05/13 12:02:02:728 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:03:086 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:03:445 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully updated opm.db for fields domain:IMSLib subdomain:Default key:deviceID in opm_setValueForKey
    02/05/13 12:02:03:445 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:03:445 | [INFO] |  | ASU | OPM | IMSLib |  |  | Invoking client callback function with response and status : 0
    02/05/13 12:02:03:445 | [INFO] |  | ASU | LWANative | LWANative |  |  | Proceeding with fetchAccessToken callback...
    02/05/13 12:02:03:492 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = FetchAccessTokenStatusCommand, type = null
    02/05/13 12:02:03:492 | [INFO] |  | ASU | PDApp | CCM.FetchAccessTokenCommand |  |  | 6544 | Received FetchAccessToken response with status : success
    02/05/13 12:02:03:492 | [INFO] |  | ASU | PDApp | CCM.FetchAccessTokenCommand |  |  | 6544 | AccessToken generated successfully.
    02/05/13 12:02:03:492 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = ADOBEID_SIGNIN_ACCESSTOKEN_RESPONSE, type = null
    02/05/13 12:02:03:492 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = adobeLogInDoneSignal, type = null
    02/05/13 12:02:03:492 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = sendAnalyticsSignal, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = adobeLogInCompleteSignal, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = showPostAdobeIdScreenSignal, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMMainContentMediator |  |  | 6544 | handleNotification : CCM_MAIN_CONTENT_IS_BUSY
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.CCMNavigationPanelMediator |  |  | 6544 | handleNotification : CCM_NAVIGATION_PANEL_REFRESH_DATA
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = loadUserPrefSignal, type = null
    02/05/13 12:02:03:508 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Build Version - 7.0.0.237
    02/05/13 12:02:03:508 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Logging Level verbosity Set  to 4
    02/05/13 12:02:03:508 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Schema version and schema compatibility version are same or greater than current
    02/05/13 12:02:03:679 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Successfully opened opm session, db location:C:\Users\a01gassu\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    02/05/13 12:02:05:255 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | returning size of value as:339 in opm_getValueForKey
    02/05/13 12:02:05:255 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Successfully retreived value from opm domain:OOBE subdomain:CCM_Pref key:1b8ec8539d00c8de37ed1903f379b493 in opm_getValueForKey
    02/05/13 12:02:05:255 | [INFO] |  | ASU | OPM | OPM |  |  | 6544 | Released OPM refrence successfully in opm_freeLibRef
    02/05/13 12:02:05:255 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:05:255 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = prefetchProductsIcons, type = null
    02/05/13 12:02:05:271 | [INFO] |  | ASU | OPM | Utilities |  |  | 6688 | File 'C:\Users\a01gassu\AppData\Local\Temp\{2C77F8A3-4149-4CB9-8AEF-CF29B6E39246}\{9AC7DB7C-67 B4-4AC4-BD10-97E94251ED00}.xml' does not exist
    02/05/13 12:02:05:832 | [INFO] |  | ASU | PDApp | CCM.ETSCommunicator |  |  | 6544 | Response: SUCCESS
    02/05/13 12:02:09:498 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = handleNativeDataSignal, type = null
    02/05/13 12:02:09:498 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = IconsPrefetchResult, type = null
    02/05/13 12:02:09:529 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = productsIconsFetchedSignal, type = null
    02/05/13 12:02:09:529 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow, type = null
    02/05/13 12:02:09:529 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = execute_ccm_workflow_manager, type = null
    02/05/13 12:02:09:529 | [INFO] |  | ASU | PDApp | DLM.ApplicationFacade |  |  | 6544 | sendNotification = fetchAvailableUpdatesSignal, type = null
    2/5/2013 12:02:10 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:10 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:10 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:10 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:10 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:11 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:11 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:11 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:11 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:11 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:11 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:11 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:11 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:11 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:12 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:12 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:12 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:12 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:12 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:12 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5/2013 12:02:12 [INFO] OPM - Build Version - 6.0.281.0
    2/5/2013 12:02:12 [INFO] OPM - Logging Level verbosity Set  to 4
    2/5/2013 12:02:12 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    2/5/2013 12:02:12 [INFO] OPM - No Record found for the input fields
    2/5/2013 12:02:12 [INFO] OPM - Released OPM refrence successfully
    2/5

    Matt,
    I am glad (well not glad, it sucks but I'm glad I'm not alone)  to hear you are experiencing the same thing.  I have literally tried everything to get this to work.  I even took a brand new laptop out of the box and Adobe was the only thing I installed.  I can usually follow other posts and fix issues but I am stumped and WAY aggrivated.  I love the concept as does my editing team but I'm in charge of installing and updating 5 PC's and my team is now aggrivated that they can't get what they need to do their jobs.  Even if you download the trials, you don't get everything you need for the whole cloud process.  Not to mention we all  need updates badly and really need to start using Edge Animate. 

  • Issue with Family Sharing and unshareable apps

    My husband and I just upgraded to iPhone 6's with iOS 8.0.  Previously, we both used my Apple ID for all app purchases on our old phones.  With iOS 8.0, we turned on the Family Sharing feature.  We would both like to install the mobile app for our bank (TD (Canada)).  With Family Sharing turned on, this app is listed as one of my purchases.  However, it is also listed as "unshareable".  I can install the app on my phone, but when my husband tries to install the app, he gets a message saying that the app has already been purchased using a different Apple ID and cannot be installed on his phone.  Note that on his phone, he does not even see the app under my purchases when he goes to App Store | Updates | Purchased.  However, if he searches for the app in the App Store, instead of a "FREE" button, he sees the iCloud download icon.
    Has anyone else run into this problem and figured out how to fix it, or is this just an iOS 8.0/iTunes/App Store/iCloud bug?  It actually does not make sense that a free banking app would be "unshareable" under Family Sharing in the first place since several members of the same family will most likely use the same bank.
    Thanks for your help!

    I have the same issue.  I spent an hour on the phone with Apple and they don't have a clean fix for it.  The issue seems to be with apps that developers have not yet set the Family share-able flag as yes or no.  They said that when developers update the flag this will resolve itself.  Meanwhile, if in the app store the details of the app under Family Sharing it says "Not Available" it will be an issue. I found a reasonable workaround for this particular issue by hiding the original purchase and "re-purchasing" as follows:     Disclaimer/Note: Not all Apps are share-able, (even free ones.)  If the app you are trying to deal with is an actual paid for app, you will be buying it again!  Better to wait until the core issue gets fixed, unless you are willing to pay for it again.
    1.  On a PC or Mac, in iTunes, have the original purchaser log in to the iTunes store, then under Quick Links click on Purchased.  Click on Apps at the top and find the app that is at issue. (Hint:  The apps are not necessarily listed under the obvious app name.  I was looking for Colorspot from  SherwinWilliams, and found it under SherwinWlliams, not Colorspot.)  Once you find the app, hover over it and click on the X in the upper left corner to hide it.  Do this for all the apps that are at issue. (See Disclaimer/Note above)
    2.  On the iOS device that is having the problem, close the App Store app. (If you have many apps at issue you might make a list, or take a screenshot first)
    3.  On the same iOS device, find the app and delete it.  (not ideal but it works!).  Once you have all the apps at issue deleted, reboot, and make sure you are logged in to the iTunes store as the secondary "purchaser", (If you are logged in as the original purchaser you probably wouldn't have the issue in the first place, although to me that means going a bit backwards and not really using the Family Sharing program.)
    4.  Open the App store app, if you started the whole process with an app that wouldn't update, confirm that the app is no longer listed.
    5.  Search the store for the problem app as though it was a new purchase (at this point it is.)  Once found, it should be listed with the "Free" or a "price" icon. If it shows the cloud and download arrow icon the hiding you did in step 1 hasn't updated yet.  Wait awhile longer. (Reboot again? Re-log into store again?)  (Also note here, that a properly shared app will show the cloud/download arrow icon and would be download-able without issue.)  If it shows as Update, it hasn't actually been deleted from the device.  If all is well, you should be able to proceed with a typical "purchase" of the item.  (See Disclaimer/Note above) If the family member has multiple devices, repeat 2-5 for each device.
    If you have multiple family sharing members wanting the app you will have to repeat  step 1, hiding the purchase in each iTunes account until all family members have gone through the re-purchase process.  After fixing all of their devices, each person can go back into iTunes, click on Account under Quick Links, go to iTunes in the Cloud section, Hidden Purchases line, click Manage, and unhide the hidden apps.  This would be important for future sharing when the bugs get worked out.
    Good luck!

  • Stop iPhone sharing Apps and Contacts

    My mother's iphone 4s is sharing her contacts with mine. (This didn't happen before when she didn't have iOS 7) When I go to type a new message and put in a letter, all these contacts pop-up that are not in mine. Also, any time I download an app, her phone also downloads it..
    I deleted iCloud on my phone and her phone to get it to stop but the contacts are still showing up!
    Please, how do i get it to stop showing up and sharing?

    Without separate accounts and IDs, how would you imagine or manage different people?
    I assume that they all have their own separate login accounts for Mac OS. They should. But that isn't enough if all the household iTunes are under one ID, they would get mixed into one ID in the database.
    Was it though through far enough? probably not. Getting the cloud concept working seems as far as it went with more work to be done to handle devices, IDs, and accounts, and to avoid just this mess and mishmash.

  • I am trying to manage family sharing and I get a warning "invalid apple ID" that accounts can participate in one Family at a time.  How can I add my daughter when I can't even access my account?

    I am trying to manage family sharing and I get a warning "invalid apple ID"  accounts can participate in one Family at a time.  How can I add my daughter when I can't even access my account?

    Your best bet would be to try resetting the password to the account that you would like to use via iForgot
    Once you log in to that account change the email address to anything, it can even be fake its just a placeholder
    After you do that you will be free to change your old email address on your appleID to the new one that is now free to be used as it is no longer attached to the other account.

  • How to limit sharing apps to only two devices? because i have an iPod touch and an iPad. i just want to limit the sharing of apps to those two.

    how to limit sharing apps to only two devices? because i have an iPod touch and an iPad. i just want to limit the sharing of apps to those two. because my brother is using my apple id too on his ipod. i want to limit it to mine only. tnx!

    You can go into settings and turn sharing off in the programs on the device you don't want to share too.

  • App-V 5 sp2, Citrix user profile manager and Event IDs 19104

    Hi,
    the environment:
    Full Infrastructure, Appv 5 sp2 Client on server 2008r2, xenapp 6.5 and Citrix user profile manager.
    We get the event error 19104 on published packages. But not on all users. %APPDATA%\Microsoft\AppV\Client\VFS and %LOCALAPPDATA%\Microsoft\AppV\Client\VFS are excluded per
    http://blogs.technet.com/b/appv/archive/2013/10/01/support-tip-event-ids-19104-and-19105-are-logged-when-publishing-and-unpublishing-app-v-5-0-packages.aspx from my test GPO:
    List of directories to exclude:
    AppData\Local\Microsoft\AppV
    AppData\Roaming\Microsoft\AppV\Client
    Appdata\local
    appdata\locallow
    Still some users get app-v Applications, but some that are copies of the ones working does not get the Applications. I have tried to delete the profile. but still no closer to a solution. Anyone got this working?

    Thanks Nicke, I should have tried harder to get you to come and work with me in Oslo earlier this year ;)
    That thread does point on the Profile managment, and redirection of %appdata% and %localappdata% . Those to folders are not redirected. But when i run Procmon, i can see that a working user creates the c:\users\<username>\appdata\local\temp but non
    working does not even try.Non working users also does not query the registry as much as working. Ofcourse this all work in my lab so the settings should be sound. but i cannot find the smoking environment variable or setting that causes it.

Maybe you are looking for

  • Getting Time Machine back up to a Sparsebundle on external HDD (Drobo)

    Hey, I've been chasing this issue around for a while but can't seem to find the answer. There are a lot of resources out there describing how to get your Mac to backup to a Sparsebundle on a NAS, and more resources telling you how to write protect th

  • ODBC Error in OBIEE

    Hello there, Thanks for your help and sharing ideas. I installed OBIEE new version on my windows vista home premium, I created repository in OBI Administrator, I created ODBC data source withh Oracle driver and named as 'Test'. When Itried to import

  • User license reporting

    In CUCM 9.1, how can I find out who's taking up an Enhanced Plus license?  I'm trying to find out why I'm over allocated but I can't dig into that number in the ELM. thank you! -robyn

  • Windows 8.1 PPTP VPN error 734

    Hello, I am attempting to establish a VPN connection to a client site using Windows 8.1 Pro update 1.  I have two laptops running Windows 7 pro that work perfectly.  Trying to establish a new connection using the =exact same settings= on the Windows

  • Training & Event Management  - Integration with FI

    Hi, In the standard configurations Training & Event Management is integrated with Controlling(CO)but how to integrate Training & Event Management with FI.