[SOLVED] TeXLive: Installing font package and updating font map fails

I am trying to install the newtx package, which is available here at CTAN [1].
Since I don't want to mess with my TeXLive installation, I am trying to do that as a local user only.
So I placed the package into ~/texmf/tex/latex/. , ran texhash on texmf/ to update my local ls-R, and so far everything works nicely; for example, the .sty files in that package can be seen:
$ texhash texmf
texhash: Updating /home/$USER/texmf/ls-R...
texhash: Done.
$ kpsewhich newtxmath.sty
/home/$USER/texmf/tex/latex/newtx/newtxmath.sty
Now, following the packages README [2], I need to update the my TeX font maps. Seems like 'updmap' is the right tool to do that for my user only:
$ updmap --enable Map=ntx.map
copy /etc/texmf/web2c/updmap.cfg => /home/$USER/.texlive/texmf-config/web2c/updmap.cfg
Config file: "/home/$USER/.texlive/texmf-config/web2c/updmap.cfg"
dvips output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pdftex/updmap"
dvipdfm output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvipdfm/updmap"
pxdvi output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pxdvi/updmap"
/usr/bin/updmap is creating new map files
using the following configuration:
LW35 font names : URWkb
prefer outlines : true
texhash enabled : true
download standard fonts (dvips) : true
download standard fonts (pdftex) : true
create a mapfile for pxdvi : false
Scanning for LW35 support files [ 3 files]
Scanning for MixedMap entries [ 36 files]
Scanning for KanjiMap entries [ 0 files]
Scanning for Map entries [129 files]
ERROR: The following map file(s) couldn't be found:
ntx.map
Did you run mktexlsr?
You can delete non-existent map entries using the option
--syncwithtrees.
That's my problem: it can't find ntx.map, although I ran mktexlsr (which is texhash). So what to do?
1: http://www.ctan.org/pkg/newtx
2: http://ftp.uni-erlangen.de/mirrors/CTAN … wtx/README
SOLUTION: The trick consists in placing all files into the necessary folders: *.map goes to fonts/map/newtx/, *.vf to fonts/vf/newtx/, and *.tfm to fonts/tfm/newtx/. Also, *.pfb needs to be placed in fonts/pfb/newtx/. *.enc files go to fonts/enc/newt/, and everything else remains in tex/latex/newtx/.
Last edited by Stalafin (2012-06-20 12:32:16)

ConnorBehan wrote:Oh it's part of the mlocate package. It will search your entire filesystem for a filename but there are other programs that do the same. I just meant, can you find ntx.map yourself? If so, you could put it in a new directory or let tex know with the TEXINPUTS environment variable.
I really don't think that this makes a lot of sense as regards TeXlive; I have checked (with kpsewhich --var-value) if indeed all variables TEXMFHOME, TEXMFVAR, and TEXMFCONFIG are pointing to reasonable places, and indeed they do.
I have found this guide:
http://people.debian.org/~preining/TeX/ … n/ch4.html
Although it is Debian, I figure one can easily adapt it. So I tried that, and placed ntx.map in TEXMFHOME/fonts/map/$SYNTAX/newtx/ntx.map . I wasn't sure about $SYNTAX, so I just tried it with dvips. This time, $ updmap --enable Map=ntx.map did actually work, and there were not errors:
$ updmap --enable Map=ntx.map
copy /etc/texmf/web2c/updmap.cfg => /home/janis/.texlive/texmf-config/web2c/updmap.cfg
Config file: "/home/$USER/.texlive/texmf-config/web2c/updmap.cfg"
dvips output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pdftex/updmap"
dvipdfm output dir: "/home/$USER/.texlive/texmf-var/fonts/map/dvipdfm/updmap"
pxdvi output dir: "/home/$USER/.texlive/texmf-var/fonts/map/pxdvi/updmap"
/usr/bin/updmap is creating new map files
using the following configuration:
LW35 font names : URWkb
prefer outlines : true
texhash enabled : true
download standard fonts (dvips) : true
download standard fonts (pdftex) : true
create a mapfile for pxdvi : false
Scanning for LW35 support files [ 3 files]
Scanning for MixedMap entries [ 36 files]
Scanning for KanjiMap entries [ 0 files]
Scanning for Map entries [130 files]
Generating output for dvipdfm...
Generating output for ps2pk...
Generating output for dvips...
Generating output for pdftex...
Files generated:
/home/$USER/.texlive/texmf-var/fonts/map/dvips/updmap:
11493 2012-06-19 21:57:22 builtin35.map
15956 2012-06-19 21:57:22 download35.map
523074 2012-06-19 21:57:22 psfonts_pk.map
747564 2012-06-19 21:57:22 psfonts_t1.map
747559 2012-06-19 21:57:22 ps2pk.map
14 2012-06-19 21:57:24 psfonts.map -> psfonts_t1.map
/home/$USER/.texlive/texmf-var/fonts/map/pdftex/updmap:
747566 2012-06-19 21:57:23 pdftex_dl14.map
745992 2012-06-19 21:57:23 pdftex_ndl14.map
15 2012-06-19 21:57:24 pdftex.map -> pdftex_dl14.map
/home/$USER/.texlive/texmf-var/fonts/map/dvipdfm/updmap:
339 2012-06-19 21:57:22 kanjix.map
Transcript written on "/home/$USER/.texlive/texmf-var/web2c/updmap.log".
/usr/bin/updmap: Updating ls-R files.
There indeed now is a 'Map ntx.map' at ~/.texlive/texmf-config/web2c/updmap.cfg . However, compilation of a document containg `\usepackage{newtx}` still fails (see the bttom of this wall of text):
pdflatex test.tex
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Arch Linux)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2011-07-01, ngerman-x-2011-07-01, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
h, french, galician, german, ngerman, swissgerman, monogreek, greek, hungarian,
icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, or
iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji,
lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, pol
ish, portuguese, romanian, russian, sanskrit, serbian, serbianc, slovak, sloven
ian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded
(/usr/share/texmf-dist/tex/latex/base/minimal.cls
Document Class: minimal 2001/05/25 Standard LaTeX minimal class
) (/usr/share/texmf-dist/tex/latex/libertine/libertine.sty
(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
(/usr/share/texmf-dist/tex/latex/lettrine/lettrine.sty
Loading lettrine.cfg
(/usr/share/texmf-dist/tex/latex/lettrine/lettrine.cfg))
(/usr/share/texmf-dist/tex/latex/tools/calc.sty)
(/usr/share/texmf-dist/tex/latex/libertine/fxl.inc)
(/usr/share/texmf-dist/tex/latex/libertine/fxb.inc)
(/usr/share/texmf-dist/tex/latex/libertine/fxk.inc)
(/usr/share/texmf-dist/tex/latex/libertine/fxi.inc))
(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texmf-dist/tex/latex/base/t1enc.def))
(/usr/share/texmf-dist/tex/latex/mh/mathtools.sty
(/usr/share/texmf-dist/tex/latex/mh/mhsetup.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)))
(/home/janis/texmf/tex/latex/newtx/newtxmath.sty
`newtxmath' v0.96, 2012/06/05 Math macros based on txfonts (msharpe)
(/usr/share/texmf-dist/tex/generic/kastrup/binhex.tex)
(/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex))) (./test.aux)
(/home/janis/texmf/tex/latex/newtx/omlntxmi.fd)
(/home/janis/texmf/tex/latex/newtx/omsntxsy.fd)
(/home/janis/texmf/tex/latex/newtx/omxntxex.fd)
(/home/janis/texmf/tex/latex/newtx/untxexa.fd)
(/usr/share/texmf-dist/tex/latex/libertine/t1fxl.fd)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg)
(/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def
(/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
(/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)
(/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
))) (/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty))
(/usr/share/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
(/usr/share/texmf-dist/tex/latex/oberdiek/grfext.sty
(/usr/share/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty))
(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
(/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
(/usr/share/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))
(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)))
kpathsea: Running mktextfm ntxmi
/usr/share/texmf/web2c/mktexnam: Could not map typeface abbreviation tx for ntxmi.
/usr/share/texmf/web2c/mktexnam: Need to update /usr/share/texmf-dist/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ntxmi
This is METAFONT, Version 2.718281 (TeX Live 2012/dev/Arch Linux)
kpathsea: Running mktexmf ntxmi
! I can't find file `ntxmi'.
<*> ...e:=ljfour; mag:=1; nonstopmode; input ntxmi
Please type another input file name
! Emergency stop.
<*> ...e:=ljfour; mag:=1; nonstopmode; input ntxmi
Transcript written on mfput.log.
grep: ntxmi.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ntxmi' failed to make ntxmi.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font OML/ntxmi/m/it/10=ntxmi at 10.0pt not loadable: Metric (TFM) file not fo
und.
<to be read again>
relax
l.13 \begin{equation*}
EDIT: Of course, everything else from the newtx pacakge was still in TEXMFHOME/tex/latex/newtx/ .
Last edited by Stalafin (2012-06-19 20:08:30)

Similar Messages

  • Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exact

    Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exactly same word file on exporting it from its pdf counterpart?

    I was testing the preciseness & efficiency of Adobe acrobat x professional's doc conversion capabilities. As i have to take a document editing project in future which is going to need lot of pdf to word and vice versa conversions . What I did was I created a test word document converted into a pdf using a pdf maker in my word 2007 , Acrobat did convert the document from word to pdf keeping everything in the source file intact , However when i tried the other way round and attempted to convert the same pdf to word 2007 file format I lost my formatting ?So the font that I used to create the pdf are the ones taken from word 2007 which i believe is using the fonts that are installed in my computer. Any suggestions on how to preserve the formatting of the document after converting it from pdf to word file format?
    Regards
    Mike

  • FAQ: How do I clear out my font cache to fix font style and duplicate font style issues?

    We have a Script availabe for CS6 beta users who are experiencing particular font related issues.
    This script will help by clearing the font cache and will test for corrupted fonts.
    This will solve some of the type issues with duplicate font names and some of the other font errors.
    This script is to help to find corrupted fonts. The script itself doesn’t solve the problem.
    This script doesn’t solve duplicate font name, but clears out your font cach .  It it will solve some duplicate font style name issues such as the one  in the link below.
    http://forums.adobe.com/message/4306828#4306828
    There is a pdf file explaining how to use the script and what it will do.
    See attached files.

    Monica, I know the Normal Character Style in Illustrator must be defined. But my question is about the Normal Paragraph Style, not the Normal Character Style. As Larry just said, in most of my documents, and in my New Document Profiles, these fields in the Normal Paragraph Style are blank (undefined), so I know this is possible. In a few older documents I'm converting, the Normal Paragraph Style has a defunct font, and even though my Normal Character Style is correctly defined with the current font, it's creating some weird behavior.
    Larry, it doesn't appear to be the document itself, it just appears to be not knowing what the right keystroke combo is to clear it. Just make a new file from a Document Profile where the Normal Paragraph Style does not define one of those font fields, define a font and/or font size, save, then reopen the paragraph style settings and try to clear any field that has been set. I can't clear it, I can only change the font.

  • [SOLVED] Cannot install any package thru pacman

    I cannot install any package thru pacman
    when i try to install the package with pacman -S,
    I started getting error when my sytem crashed and i have to forcefully switch off my laptop through power button
    after that when i install anything from pacman i got following error:
    [tan@ARCH ~]$ sudo pacman -S shotwell
    Password:
    warning: shotwell-0.9.3-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): shotwell-0.9.3-1
    Total Download Size: 0.00 MB
    Total Installed Size: 9.12 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [##########] 100%
    (1/1) checking for file conflicts [##########] 100%
    (1/1) upgrading shotwell [##########] 100%
    ldconfig: File /usr/lib/libgexiv2.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2.0.1 is empty, not checked.
    Thanks in advance
    Last edited by tan (2011-05-29 05:45:28)

    Thank God, everything is fixed now:
    First, I deleted all these files, then i follows the following procedure
    1. For libgexiv2 file i upgraded 'xorg-server, xorg-xinit, xorg-utils, xorg-server-utils' from pacman
    # pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils
    2. For libraw file i upgraded 'libraw' from pacman
    # pacman -S libraw
    There will be some conflicting files
    After deleting some conflicting files it solves the problem and restore all the 'lib' file.

  • [Solved] Coreutils 7.5-1 and update problem.

    Hello.
    Today I want update my system (I build packages and install it).
    But I have problem with coreutils package:
    coreutils: /usr/share/info/dir are installed on your system.
    And coreutils package didin't update.
    I was thinking about -f (force option) but someone before said that -f option is not good Idea what should I do , Mabe remove configcting dir?
    Last edited by SpeedVin (2009-08-26 10:36:53)

    Allan wrote:Mine is the default from the pacman-3.3 package (apart from PACKAGER being assign my details).
    Maybe I will rebuild Pacman and resintall it's package I will have makepkg.pacnew
    Edit
    Still no luck
    Last edited by SpeedVin (2009-08-26 08:49:06)

  • Install new hardware and update imac g3  os 9.2 to os 10 or get a pc

    My dad owns an IMAC g-3 year (2000 or 2001) running os 9.2 that wont run his new scanner--"requires 10.1 os or later".
    He is also not able to install the DSL modem program from Verizon as it also requires "10.1 mac os or later" to install---so he cannot download any firmware updates using the mac. He currently has 128 mb ram installed on this mac. By using his other computer--a pc--he and I were able to browse page after page of discussions and "support" etc on the MAC site but nowhere does it say--- how to play a dvd installation disk or even if this particular problem computer ever had a dvd capability--(if it ever did-- it does not work now)
    --how much ram is required for os 10 (any version) for os 10 to work well with
    --and even if he kicks out the 190.00 plus for the os 10 software and additional cdroms--if needed--that he will be able to use the discs purchased to update the firmware and software.
    Other computer manufacturers offer on line profiling to get the computers capability and offer upgrade choices or a real person that walks you thru the process online or on phone--why not mac?
    Anyone out there that wants to work for mac support?

    Welcome To Discussions dying on the "service" pages!
    Mac OS X Versions 10.1, 10.2, 10.3, and 10.4, are complete system upgrades that must be purchased.
    The point upgrades, such as 10.1.x to 10.1.5 (Final) 10.2.x to 10.2.8 (Final), 10.3.x to 10.3.9 (Final), and 10.4.x to 10.4.8 (Pending), can be downloaded for free.
    Tiger is available for purchase at The Apple Store (U.S.).
    Jaguar and Panther, are no longer available directly from the Apple Online Store, as Tiger 10.4.x is the most up to date OS.
    If you know what to look for, Jaguar Full Retail CDs, a Full Retail Version, of the Panther Install CDs, or a Full Retail Version, of the Tiger Install DVD, can also be purchased rather inexpensively, at some online Apple retailers, Amazon, eBay, AppleRescue, FastMac, etc.
    Be sure not to purchase grey, upgrade or machine specific CDs or DVDs.
    Jaguar and Panther are only on CDs, not DVDs.
    The discs must look like the images in the above links.
    Additional info in these links.
    Using OS X Install CDs/DVDs On Multiple Macs
    What's A Computer Specific Mac OS X Release
    Software Update, Upgrade: What's The Difference?
    Before upgrading to any OS X version, check to see if your Mac needs a Firmware Update.
    If one is required, you must start the computer from a Mac OS 8 or Mac OS 9 System Folder on the computer's hard disk, not from a CD, in order to install it.
    Once Jaguar 10.2.x is installed, you can use the 10.2.8 Combo Update,
    or if Panther 10.3.x is installed, you can use the 10.3.9 Combo Update, to upgrade to the final version of either OS.
    If your Mac meets the System Requirements for Tiger, you could also consider installing that.
    And then use the PPC 10.4.8 Combo Update.
    Jaguar System Requirements
    -Power Mac G3 or G4, iMac, eMac, PowerBook G3 or G4, or iBook computer
    -128MB of physical RAM
    -Supports all video cards shipped by Apple on Mac OS X-compatible systems. Quartz Extreme functionality is supported by the following video cards: NVIDIA GeForce2 MX, GeForce3, GeForce4 MX, or GeForce4 Ti; Any AGP-based ATI RADEON card. A minimum of 16MB VRAM is required.
    -QuickTime Pro functionality requires a QuickTime 6 Pro key. The QuickTime 5 Pro key will not work after this software is installed.
    -DVD Player requires a DVD-ROM equipped Macintosh with built-in FireWire.
    Panther System Requirements
    Additional Panther System Requirements
    Tiger System Requirements
    Additionally, "Tiger ships on a DVD, but if your Mac doesn’t have a built-in DVD-ROM player, you’ll need CD media. When you buy Mac OS X Tiger, you qualify to purchase Tiger CDs for only $9.95."
    Download The Order Form Here. Media Exchange Program
    Orders must be mailed by March 19, 2007
    AppleRescue, also sells a Tiger installation set on CD
    Shop Carefully, Examine All Documentation, And Good Luck!
    P.S. We're all real people here in Discussions! And most of the information in this reply, is available on the Apple Website.
    ali b

  • Packagemaker - Installing Office 2008 and Updates

    Hiya,
    Is there anyway using PackageMaker to install Office 2008 and the 2 updates automatically?

    Just checked my Macbook as I have Office 2008 installed using the Student and Home version and it removed everything form older 2004 version BUT noticed on searching in Spotlight the file caled Ofice 2004 identies which is a database and is 18.1 MB size - Do need tis and should it not have been removed when I installed 2008 version ? Is it safe to remove and fre up the 18 MB space ?
    Office 2008 is good and faster than 2004

  • [solved]will installing multilib package change my 64bit installation?

    maybe the question is a bit dump, but currently I am running an 64bit version of arch. For running steam I need the multilib. Will installing that package make other applications run in 32bit mode and making slower the system or the multilib will only work for compatibility with just the applications that are not 64 bit.
    Last edited by bigboss (2013-11-09 16:28:26)

    You didn't stop reading at the word "system," did you? Those are just instructions on uninstalling any 32-bit packages you chose to install. You might want to read up a bit on the difference between 32-bit and 64-bit binaries and architectures; the two can't effect each other.  The reason Steam is in [multilib] is that the client is a 32-bit application, and nearly all PC games are developed for 32-bit architecture, because the majority of PCs in the world are running 32-bit installations of Windows.  If you want to play any game developed by a for-profit enterprise (and some that aren't, e.g. Dwarf Fortress), you'll almost certainly need [multilib] enabled.

  • Trouble finding all Installed Oracle packages and versions

    How do I quickly find ALL installed oracle packages - like OWA etc. I know that I can look at DBA_OBJECTS - but I need to compare installed packages between two different databases? If anyone has any ideas - they will be very much appreciated.
    Thanks

    You can do a MINUS on dba_objects in two different databases.
    SELECT obj1.*, 'In DB1 Not in DB2' from dba_objects@db1 obj1
    MINUS
    SELECT obj2.*,  'In DB1 Not in DB2' FROM dba_objects@db2 obj2
    UNION ALL
    SELECT obj2.* , 'In DB2 Not in DB1' from dba_objects@db2
    MINUS
    SELECT obj1.* , 'In DB2 Not in DB1' FROM dba_objects@db1

  • Check and update optimizer statistics failed

    Hellow Friends,
    After running job Check and update optimizer statistics each and every time from db13 in my BI production server it got failed please
    view the logs
    BR0301E SQL error -20000 at location stats_tab_collect-20, SQL statement:                                                                    
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BIC/B0000228000"', ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL
    ORA-20000: index "SAPSR3"."/BIC/B0000228000KE"  or partition of such index is in unusable state                                              
    ORA-06512: at "SYS.DBMS_STATS", line 13159                                                                               
    ORA-06512: at "SYS.DBMS_STATS", line 13179                                                                               
    ORA-06512: at line 1                                                                               
    BR0886E Checking/collecting statistics failed for table SAPSR3./BIC/B0000228000                                                              
    BR0280I BRCONNECT time stamp: 2009-05-19 18.17.19                                                                               
    BR0883I Table selected to collect statistics after check: SAPSR3./BIC/B0000229000 (161130/1480:0:0)                                          
    BR0280I BRCONNECT time stamp: 2009-05-19 18.17.19                                                                               
    BR0881I Collecting statistics for table SAPSR3./BIC/B0000229000 with method/sample E/P10 ...                                                 
    BR0280I BRCONNECT time stamp: 2009-05-19 18.17.21                                                                               
    BR0301E SQL error -20000 at location stats_tab_collect-20, SQL statement:                                                                    
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BIC/B0000229000"', ESTIMATE_PERCENT => 10, METHOD_OPT => 'FOR ALL C
    ORA-20000: index "SAPSR3"."/BIC/B0000229000KE"  or partition of such index is in unusable state                                              
    ORA-06512: at "SYS.DBMS_STATS", line 13159                                                                               
    ORA-06512: at "SYS.DBMS_STATS", line 13179                                                                               
    ORA-06512: at line 1                                                                               
    BR0886E Checking/collecting statistics failed for table SAPSR3./BIC/B0000229000                                                              
    BR0280I BRCONNECT time stamp: 2009-05-19 18.17.21                                                                               
    BR0883I Table selected to collect statistics after check: SAPSR3./BIC/B0000230000 (0/13545:0:0)                                              
    BR0280I BRCONNECT time stamp: 2009-05-19 18.17.21                                                                               
    BR0881I Collecting statistics for table SAPSR3./BIC/B0000230000 with method/sample E/P30 ...                                                 
    BR0280I BRCONNECT time stamp: 2009-05-19 18.17.21                                                                               
    BR0301E SQL error -20000 at location stats_tab_collect-20, SQL statement:                                                                    
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BIC/B0000230000"', ESTIMATE_PERCENT => 30, METHOD_OPT => 'FOR ALL C
    ORA-20000: index "SAPSR3"."/BIC/B0000230000KE"  or partition of such index is in unusable state                                              
    ORA-06512: at "SYS.DBMS_STATS", line 13159                                                                               
    ORA-06512: at "SYS.DBMS_STATS", line 13179                                                                               
    ORA-06512: at line 1                                                                               
    BR0886E Checking/collecting statistics failed for table SAPSR3./BIC/B0000230000                                                              
    Please help me to resolve the issue.

    some of your PSA tables are inconsistent - ex: /BIC/B0000228000 - check PSA partitioning in RSRV to correct the same or delete data from the same using SE14 and try running the same.

  • Upgrade to 10.1.0.4 owb and 10grl2 db - mapping fail

    Hi,
    Have recently upgraded owb from 10.1.02 to 10.1.0.4 and db from 9.2 to 10.2 and now am getting a mapping failing with ORA-00972: identifier is too long. The sql in the cursor being generated is failing, have tried to reduce operator field names but with no luck. Any ideas ????
    Cheers,
    Brandon

    I had the same problem.
    The problem is related the length of the database link
    for one of the test data tables.
    You have, for that test data, to use the button that creates a
    new database link, use a shorter name and use it.
    Regards,
    Joao Noronha

  • Has the issue with font licences and embedding fonts in a dynamic PDF been solved?

    Hi all,
    Can I check if this issue has been fixed in LiveCycle yet please?
    http://forums.adobe.com/message/3724557
    Issue is that although LC lets you specify what typeface should be used for the caption/value in a form, it cannot discern the corresponding licencing requirements.
    So in the case where even though a particular font isn’t used for any editable information – being set as the caption only – LC requires a font permitting embedding for editing, otherwise the font is not embedded at all and therefore is substituted for another typeface on a system where the font isn’t available.
    Seems LC needs it's embedding requirements to catch up with the usage of type in a dynamic PDF, as in cases where the fonts bundled with Reader or system fonts aren't suitable, such as when a visual standard needs to be met, the user may not be overly keen on paying a significant financial penalty for editable font licences.
    Thanks
    James

    Hi James,
    I don't think that it the case at all. If the font has a license for enbedding then that is what happens:
    I accept that some fonts come with expensive "embedding for editing" licenses, but Adobe's implementation is in line with the font industry's expectations.
    I don't think this is a "bug" that will be fixed.
    Niall

  • 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

  • I have OS10.6 and when I try to update I receive error message after validating packages and updates to not tke.

    I have OS10.6 and when I try to upload updates I receive an error message when validating the packages. No updates take place.

    Are you using Software Update? And what is the error message?
    You are on 10.6.0? Why don't you download the combo updater for 10.6.8 directly from Apple and try to install it from there:
    http://support.apple.com/kb/DL1399

  • XP,sp3 FireFox won't install. Removed , and updated, works on IE, not FireFox.

    Installed FireFox for Yahoo. Says need flash. Used auto installer, said would not install. Tried manual install. No luck. Shut down, Removed Flash with Revo-unistaller. Ran install again, no again. Repeated unistall, manually reinstalled from Adobe site. Same result. Flash works with IE8.

    There are 2 versions of Adobe Flash:
    *an '''ActiveX version''' for IE only
    *a '''Plugin version''' for most other browsers including Firefox
    *On a Windows system, you should always update both individually.
    '''''You do not appear to have the Plugin version for Firefox installed. ''''' If you did, in Add-ons > Plugins you would see "Shockwave Flash ''(version)''". If "Shockwave Flash" is there and is disabled, click the "Enable" button.
    Check your Plugins often --> http://www.mozilla.org/en-US/plugincheck/
    *only the most popular/used Plugins are known by this page
    *page will detect only installed, '''''enabled''''' Plugins
    '''<u>Install or update Adobe Flash</u>'''<br />
    #'''<u>Using Firefox</u>''', go to the following link and SAVE the download to your desktop so you can find it later. Un-check any items on that page that you do not want to download (i.e., "McAfee Security Scan Plus":
    #*http://get.adobe.com/flashplayer
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #To update/install the ActiveX version for IE '''''only''''', repeat the process, '''<u>but use IE to go to the above website</u>'''.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

Maybe you are looking for