Copy link to clipboard
Copied
I just stated with a new organization and we recently [successfully] deployed Adobe Acrobat X Pro (10.1.0.534). However, we're receiving reports (from users and IT staff alike) that when launching the application, it runs for 30 seconds or so, quits then prompts the user to accept the Adobe Software License Agreement before they can actually use the application. Having just walked into the door, I can't confirm it was packaged with the Customization Wizard, but that is looking less & less likely.
So, having deployed this to about 2000 clients, how can we go about suppressing (read: accepting) this Acrobat Software License Agreement at an enterprise level? (We'll figure out how, I just want to know what setting needs to be in place to eliminate this prompt.)
In the past (e.g.: Acrobat 7, 8 & I think 9) we were able to suppress this via a registry like:
But I believe either in 9 or X (10.x) EULA changed to EULAAcceptedForBrowser and with this being a 64-bit version of Windows 7, I figured it would be in one of a few places:
I'm seeing EULAAcceptedForBrowser in the AdobeViewer key in locations 1 & 3 above so I exported both AdobeViewer keys & imported it elsewhere, but its still prompting.
So, on a whim, I added the three bulleted keys above and when launched, it worked fine. Yay!
After about 30 seconds or so, it behaves exactly as I described above: The application launches, you can work in it, but after at most 30 seconds, the application closes and launches the licensing agreement (PDApp.exe) again. What. The. Heck.
So, experts out there, what are we missing? How can we get this resolved without doing in place reinstalls or uninstalling/installing? We have to keep user interruption and fatigue to a minimum, and another 'deployment' is just not an option.
There are two other ways that you can attempt to do this.
1. Use the EULA_ACCEPT property at install time:
http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/properties.html
Installation 9.0 & later EULA_ACCEPT YES prevents the EULA from appearing the first time the viewer is invoked. For 10.1.4, see the release notes.
2. Use APTEE after installation for the applications already installed
4 Installation Workflows — Enterprise Administration Guide
adobe_prtk --tool=Type1Excepti
...Copy link to clipboard
Copied
The reg prefs haven't changed over time and are documented correctly in the Pref Ref.
If you don't see any mismatch wit the doc, export your registry and paste it here.
Ben
Copy link to clipboard
Copied
Thanks for the reply brogers_1.
That page will no doubt serve others who stumble across this page.
Now, for the record, if one searches for "EULA" on the page you linked, it will take them to AdobeViewer (PDF Viewer Settings) page here: http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/AdobeViewer.html?zoom_highlight=EU...
And that confirms that Acrobat uses 'EULAAcceptedForBrowser'. Although the path isn't specified there, its presumably:
Since this is a 64-bit machine, here's an export of the former registry location:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\10.0\AdobeViewer]
"EULAAcceptedForBrowser"=dword:00000001
"bLaunched"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\10.0\AdobeViewer]
"EULAAcceptedForBrowser"=dword:00000001
"bLaunched"=dword:00000001
Despite having set that, when I launch Acrobat, I get the Software License Agreement screen.
To be sure I even went as far as adding the above settings to the 32-bit location, but the problem persists.
So, if I'm missing something, kindly point it out!
Copy link to clipboard
Copied
There are two other ways that you can attempt to do this.
1. Use the EULA_ACCEPT property at install time:
http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/properties.html
Installation 9.0 & later EULA_ACCEPT YES prevents the EULA from appearing the first time the viewer is invoked. For 10.1.4, see the release notes.
2. Use APTEE after installation for the applications already installed
4 Installation Workflows — Enterprise Administration Guide
adobe_prtk --tool=Type1Exception --accept --serial=<serialNum> --responsecode=responseCode --leid=DriverLEID
Copy link to clipboard
Copied
Thanks for the reply Sabian Zildjian.
While the information you shared will likely prove helpful to others who find this post, it doesn't quite fit the bill.
Again, good information here, but unless I'm missing something, this isn't going to work for the current situation.
Copy link to clipboard
Copied
See if this helps:
Ben
Copy link to clipboard
Copied
Thanks again for the reply brogers_1 and many many thanks for the clarification!
To clarify, as I was not clear my last post: 'EULAAcceptedForBrowser' is in both the 32-bit and 64-bit (just to be sure) HKCU registry locations, yet I'm still prompted. Is this normal/expected behavior?
As for APTEE, I must be missing something critical. Maybe someone can help point that out?
There are two different versions of command line utility: one for CS5.5 and another for CS6.
What 'family' does Acrobat X Pro fall under: CS5/5.5 or CS6?
I'm using the LEID's from here http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/identify.html and here http://helpx.adobe.com/creative-cloud/packager/creative-cloud-licensing-identifiers.html.
Are those the correct LEID's for Acrobat X Pro?
I'm using the commands for adobe_prtk in the Adobe Provisioning Toolkit Enterprise Edition Tech Note for
The CS5 version doesn't have an option to suppress the EULA so I tried `adobe_prtk --tool=ReplaceSN --serialize=AcrobatPro-AS1-Win-GM --serial=super-long-serial-number` and that succeeded (return code 0) but I'm still prompted to accept the Adobe Software License Agreement. I don't see anything else in the documentation that suggests an EULA option for CS5/5.5.
The CS6 version just isn't working:
What am I doing wrong?
Copy link to clipboard
Copied
Better start at the beginning. What kind of license do you have?
Ben
Copy link to clipboard
Copied
This is a volume license; has been deployed to the entire organization (about 2000 seats).
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Standalone.
Copy link to clipboard
Copied
Check the values here:
HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\<version>\AdobeViewer\EULAAcceptedForBrowser
HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\<version>\AdobeViewer\bLaunched
HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\<version>\AVPrivate\bshowEULA
Should be 1, 1, 0.
Set them if not right and report back.
Ben
Copy link to clipboard
Copied
Thanks for this Ben.
I've never seen bshowEULA in the AVPrivate key before.
I imported the registry file:
Windows Registry Editor Version 5.00 [HKEU_CURRENT_USER\SOFTWARE\Adobe\Adobe Acrobat\10.0\AdobeViewer] "EULAAcceptedForBrowser"=dword:00000001 "bLaunched"=dword:00000001 [HKEU_CURRENT_USER\SOFTWARE\Adobe\Adobe Acrobat\10.0\AVPrivate] "bshowEULA"=dword:00000000
But the behavior is the same:
I tried being clever & renamed the exe to something else but instead of the EULA prompt I get the following popup:
[Title]Acrobat X Pro Adobe Application Manager, required to run your product, is missing or damaged. Please download a new copy of Adobe Application Manager from http://www.adobe.com/go/applicationmanager. [OK Button]
And when I acknowledge the dialog, it and Acrobat close.
Copy link to clipboard
Copied
Well at least we're gradually narrowing this down. Before you try the steps below, take a look at existing blogs/threads on a similar issue and see if they are related: Adobe Acrobat asking to accept EULA after updating 10.1.0 | InterWorks, Inc.
Next:
Your statement that "The CS5 version doesn't have an option to suppress the EULA" is incorrect though. See http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/Adobe_Provisioning_Toolkit...
However, the cmd line you used is right:
adobe_prtk --tool=EULA --leid=AcrobatPro-AS1-Win-GM --eulasuppress
Retry with the right aptee version.
I'm guessing it won't work. If so, do this:
If that info is correct, which I bet it is, install the product on a clean machine yourself. You don't need APTEE. . . . just use the Wizard and bootstrapper. It should succeed. If it doesn't, possibly you don't have the license you think you have. If it does, perhaps your predecessor serialized or installed incorrectly. What was the install method? Imaged OS, aip, boostrapper, other ????
If you think the base install is ok, then update to the latest version of 10.x and see if the problem goes away.
hth,
Ben
Copy link to clipboard
Copied
I also found an odd bug where for some users on 10x see the EULA after the product has been installed for 36 hours. It would be interesting to see if updating several of your users to the latest version resolves the problem.
Copy link to clipboard
Copied
For what its worth I spent quite a bit researching & testing before I came here. I'm not an expert that knows everything about everything, but I'm pretty good at what I do and I dig deep. At the moment I'm three-quarters the way to China on this one. About two weeks ago I ran Process Monitor and I noticed that several files and registry keys get created/updated when you accept the EULA. I recorded all those registry updates and imported them elsewhere but that didn't help which leaves me to believe one or more of those files is key. I haven't explored whether or not it would be possible to copy the files from machine to machine, as I'm concerned there may be some sort of machine specific token that'll trigger the EULA prompt again because something in that file doesn't match some other generated value, but that's the absolute last step. Unfortunately I've spent a tremendous amount of time on this and have bigger fish to fry at the moment so I'm not sure when I can get to it.
I don't have everything but I'm late for an engagement so I'll give you what I have:
Again, I'm just walking into this place and from what I've seen, I do not believe Acrobat was packaged with the Customization Wizard. I know that I can re-package it with the EULA suppressed and even add the property at run-time to be sure (unnecessary though) and re-deploy. But that's the problem: we cannot re-deploy!
I opened a case with Adobe and had one of their guys jump in. He added bshowEULA to the Original key in the same path above - something I had not ever seen either - and that produced the same results I mentioned before: Opens fine, closes, EULA prompt. He then went for CS6 version of the prtk and when that wasn't working, got the CS5/5.5 version and tried to execute the same commands for version 6, which naturally failed. I sat back and watched for more than an hour and 15 minutes as he went through the same process I did; God bless this man. He was sort of at a loss at the end of our call. I asked him to go back to the Adobe guys to get their take on what he was seeing.
To me, this is either an Adobe problem (issue with prtk or Acrobat 10 or something else) or an impossible-to-fix situation. (Or it can be fixed but they'll never tell me/us how.)
Everyone's help has been appreciated and I'm open to other potential tests.
Copy link to clipboard
Copied
Yes, like I said earlier: I believe the reg pref and aptee solutions won't work for you as I believe you've done everything right. Since very few admins have ever seen this issue, there is either a bug or a bad install.
After you've checked that the "CR" filename and 36 hour bug issue is not in play, then my earlier question becomes more important:
Ben
Copy link to clipboard
Copied
This is truly bonkers.
Here is what seems to be happening:
Surely with all this information, there must be some sort of audit trail of what's happening; some sort of validation that's failing or not taking place. In my free time (hah!) I'll whip out process explorer & process monitor to see exactly whats happening during that period.
I imaged 4 machines today and accepted the EULA only on one of them. I'll see what they look like on Monday.
Ah yes the old CR bug. Good one! I had no issues opening a PDF called "CRunchy.pdf" on the one machine I accepted the EULA. I tried the same PDF on one of the other machines where I'm still getting the prompt and it opens without issue then terminates.
As for your other questions:
Copy link to clipboard
Copied
I still don't understand the existing deployment details. In case this is relevant: 4 Installation Workflows — Enterprise Administration Guide (imaged OS constraints).
Anyway, without a test on a clean machine you're probably spinning your wheels. The original deployment method was likely flawed.
hth,
Ben
Copy link to clipboard
Copied
Thanks again Ben for the reply! I don't care what those other people say about you, you're alright in my book. (Just kidding! Obviously no one's saying anything about you, but you are alright in my book! Thanks for hanging in there.)
I won't be able to do an install on a clean machine for a while, but from what I've seen, I'm not hopeful the problem won't exist there. But I will try when I can come up for air.
Sorry about the sparse details above on how this was 'distributed'. Was rushing out the door and just spewed out some babble. The reference machine was built as follows:
From there, sysprep the machine & capture a WIM. So Acrobat Pro X is baked into the gold image.
Without a shadow of a doubt, the creation of prov.xml was not done prior to sysprep.
Maybe I'm missing something, but I generated the prov.xml on the 13th (see above) but only using the CS6 version of the adobe_prtk, which is the only version that supports the commands from the link you sent:
adobe_prtk --tool=VolumeSerialize --generate --serial= --leid= [--regsuppress=ss] [--eulasuppress] [--locales=limited list of locales in xx_XX format or ALL>] [--provfilepath=]
So this is what happens when runing the above with the CS5/5.5 version of the adobe_prtk.exe:
C:\Adobe Provisioning Toolkit Enterprise Edition>adobe_prtk.exe --tool=VolumeSerialize --generate --serial=uuuu-vvvv-wwww-xxxx-yyyy-zzzz --leid=AcrobatPro-AS1-Win-GM --regsuppress=ss --eulasuppress --locales=ALL --provfilepath=C:\windows\prov.xml Copyright 2010 Adobe Systems Incorporated All rights reserved. usage: adobe_prtk --tool=MakeReplacementSN --old=oldSN --new=newSN Returns a pseudo serial number Pseudo SN can be used with the ReplaceSN tool to replace an existing serial number with this new serial number. adobe_prtk --tool=ReplaceSN --serialize=LEID --serial=SN This is to apply a serial number to the specified product. LEID is the licensing identifier, SN is the serial number. adobe_prtk --tool=ReplaceSN --reserialize=LEID --replacement=PseudoSN This is to replace serial information of an existing serialized product with new serial information contained in the specified pseudoSerial. adobe_prtk --tool=ReplaceSN --unserialize=LEID [ --locale=locale ] This is to remove all existing non-trial serializations applied to the product with the given LEID. Specifying the --locale argument removes serialization for that specific locale. Return Code = 1
We know that doesn't work.
So now the same with the CS6 version of the prtk:
C:\Adobe Provisioning Toolkit Enterprise Edition CS6>adobe_prtk.exe --tool=VolumeSerialize --generate --serial=uuuu-vvvv-wwww-xxxx-yyyy-zzzz --leid=AcrobatPro-AS1-Win-GM --regsuppress=ss --eulasuppress --locales=ALL Copyright 2012 Adobe Systems Incorporated All rights reserved. Return Code = 0
As expected, the prov.xml is created in the same directory as the utility.
So now its time to create a permanent activation exception for Acrobat on the machines:
C:\Adobe Provisioning Toolkit Enterprise Edition CS6>adobe_prtk --tool=VolumeSerialize --provfile="C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\prov.xml" --stream Copyright 2012 Adobe Systems Incorporated All rights reserved. Return Code = 25 C:\Adobe Provisioning Toolkit Enterprise Edition CS6>adobe_prtk --tool=VolumeSerialize --stream Copyright 2012 Adobe Systems Incorporated All rights reserved. Return Code = 25
According to this document that means "If no product is installed on the target machine or enigma data of serial number could not be decoded".
To me, its clearly a case of using the wrong version of adobe_prtk.exe. But as we can see from the CS5 version of the utility itself (above) and the CS5 documentation, no such commands exist to generate the prov.xml and volume serialize:
Log details for CS5:
2014-10-17 21:51:54 [3740] Adobe PRTK: __OOBELIB_LOG_FILE__ 2014-10-17 21:51:54 [3740] Adobe PRTK: *** Adobe PRTK tool START *** 2014-10-17 21:51:54 [3740] Adobe PRTK: Adobe PRTK tool VolumeSerialize invoked 2014-10-17 21:51:54 [3740] Adobe PRTK: Unsupported tool name specified through tool command-line argument 2014-10-17 21:51:54 [3740] Adobe PRTK: Return code 1 2014-10-17 21:51:54 [3740] Adobe PRTK: *** Adobe PRTK tool END ***
Log details for CS6:
2014-10-17 21:25:57 [18712] PCDService: PCD Service in non-threaded mode 2014-10-17 21:25:57 [18712] OPMWrapper: Failed in getting value for key in OPMGetValueForKey 2014-10-17 21:25:57 [18712] OOBELib: Failed to get Proxy username in OPM DB 2014-10-17 21:25:57 [18712] AXFBLicensing: Failed to load axlib.dll, trying again 2014-10-17 21:25:57 [18712] AXFBLicensing: Failed to load axlib.dll, trying again with axlib in ACF 2014-10-17 21:25:57 [18712] AXFBLicensing: Failed to load axlib.dll from ACF 2014-10-17 21:25:57 [18712] OOBELib: Received Params for Online Validation : Driver : AcrobatPro-AS1-Win-GM, Caller : 3 2014-10-17 21:25:57 [18712] OOBELib: received LEID : AcrobatPro-AS1-Win-GM 2014-10-17 21:25:57 [18712] OOBELib: Supported Locales : ALL 2014-10-17 21:25:57 [18712] OOBELib: OOBELib ValidateSerialOnline 2014-10-17 21:25:57 [18712] OOBELib: Validate using Driver LEID : AcrobatPro-AS1-Win-GM, App LEID : , SN : 970786721452622579289964 2014-10-17 21:25:57 [18712] OOBELib: Failed to get system default proxy in setProxyCredentialsForIALSession 2014-10-17 21:25:57 [18712] OOBELib: Failed to set proxy credentials for IAL session while validating serial number 2014-10-17 21:25:57 [18712] OOBELib: HTTPCommunicationAgent::processMessage is https://lm.licenses.adobe.com/aes/aes/v1/serialInfo (extURL=) 2014-10-17 21:25:58 [18712] OOBELib: HTTP Request Status code 200. 2014-10-17 21:25:58 [18712] OOBELib: HTTPCommunicationAgent- Return Code:[0] response size-[3024] time taken-[1112.32]ms. 2014-10-17 21:25:58 [18712] OOBELib: Validate Serial status-[0] took-[1122.04]ms. 2014-10-17 21:25:58 [18712] OOBELib: OOBELib No associated locales returned by IAL 2014-10-17 21:25:58 [18712] OOBELib: checking LEID AcrobatPro-AS1-Win-GM 2014-10-17 21:25:58 [18712] OOBELib: LEID : AcrobatPro-AS1-Win-GM qualifies for install 2014-10-17 21:25:58 [18712] OOBELib: IAL Serial Number Attributes LOCALE:ALL OEMID:1 OEMREL:1 PRODATTR:8193 PRODPLAT:2 2014-10-17 21:25:58 [18712] OOBELib: SN validated for AAMEE mode 2014-10-17 21:25:58 [18712] OOBELib: OOBELib stat = 0 2014-10-17 21:25:59 [18712] Adobe PRTK: Successfully validated serial number 2014-10-17 21:25:59 [18712] OOBELib: OOBELibImpl::CommitPCD STARTED 2014-10-17 21:25:59 [18712] ServiceLoader: looking for library C:\Adobe Provisioning Toolkit Enterprise Edition\adobe_upgrade.dll 2014-10-17 21:25:59 [18712] ServiceLoader: Failed to find adobe_upgrade.dll 2014-10-17 21:25:59 [18712] ServiceLoader: Symbol AULOpenSession can't be found in library adobe_upgrade.dll because the library has not been added to the loader 2014-10-17 21:25:59 [18712] OOBELib: OOBELib CommitPCD : Using backed-up Enigma data 2014-10-17 21:25:59 [18712] PCDService: Failed to get enigma data from hive : 769 2014-10-17 21:25:59 [18712] PCDService: Failed to read value for key [LeidLocaleForSNValidation] in hive [970786721452622579289964{|}BACKUP] from cache : 769 2014-10-17 21:25:59 [18712] PCDService: Failed to remove key [VPASS] in hive [970786721452622579289964]from cache : 769 2014-10-17 21:25:59 [18712] ServiceLoader: Symbol AULCloseSession can't be found in library adobe_upgrade.dll because the library has not been added to the loader 2014-10-17 21:25:59 [18712] OOBELib: OOBELibImpl::CommitPCD ENDED 2014-10-17 21:25:59 [18712] OOBELib: Closing AdobeIALClient 1.0 Release (build 1.0.6.3) session. 2014-10-17 21:25:59 [18712] OOBELib: *************OOBELib Session Ends************* 2014-10-17 21:25:59 [18712] Adobe PRTK: Return code 0 2014-10-17 21:25:59 [18712] Adobe PRTK: *** Adobe PRTK tool END *** 2014-10-17 21:31:12 [13788] Adobe PRTK: *** Adobe PRTK tool START *** 2014-10-17 21:31:12 [13788] Adobe PRTK: Adobe PRTK tool VolumeSerialize invoked 2014-10-17 21:31:12 [13788] Adobe PRTK: File for Exception C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\prov.xml 2014-10-17 21:31:12 [13788] OOBELib: *************OOBELib Session Starts************* 2014-10-17 21:31:12 [13788] OOBELib: Version 6.2.0.43,6.2 2014-10-17 21:31:12 [13788] PCDService: PCD Service in non-threaded mode 2014-10-17 21:31:12 [13788] OPMWrapper: Failed in getting value for key in OPMGetValueForKey 2014-10-17 21:31:12 [13788] OOBELib: Failed to get Proxy username in OPM DB 2014-10-17 21:31:12 [13788] AXFBLicensing: Failed to load axlib.dll, trying again 2014-10-17 21:31:12 [13788] AXFBLicensing: Failed to load axlib.dll, trying again with axlib in ACF 2014-10-17 21:31:12 [13788] AXFBLicensing: Failed to load axlib.dll from ACF 2014-10-17 21:31:12 [13788] OOBELib: OOBELib LoadActivationGrace Started. 2014-10-17 21:31:12 [13788] SLCoreService: Starting up SLCore 2.0 Release (build 2.0.1.360321). 2014-10-17 21:31:12 [13788] SLCoreService: Service construction took 0.0 ms and succeed. 2014-10-17 21:31:12 [13788] PCDService: Failed to read value for key [PayloadCode] in hive [AcrobatPro-AS1-Win-GM] from master : 5 2014-10-17 21:31:12 [13788] OOBELib: Product locale combination not installed on the machine. Cannot load the activation grace 2014-10-17 21:31:12 [13788] SLCoreService: Shutting down SLCore 2.0 Release (build 2.0.1.360321). 2014-10-17 21:31:12 [13788] SLCoreService: Service destruction took 0.0 ms and succeed. 2014-10-17 21:31:12 [13788] Adobe PRTK: Cannot load the license for a product that is not installed in the specifc locale 2014-10-17 21:31:12 [13788] OOBELib: OOBELibImpl::CommitPCD STARTED 2014-10-17 21:31:12 [13788] ServiceLoader: looking for library C:\Adobe Provisioning Toolkit Enterprise Edition\adobe_upgrade.dll 2014-10-17 21:31:12 [13788] ServiceLoader: Failed to find adobe_upgrade.dll 2014-10-17 21:31:12 [13788] ServiceLoader: Symbol AULOpenSession can't be found in library adobe_upgrade.dll because the library has not been added to the loader 2014-10-17 21:31:12 [13788] OOBELib: SN not validated in this session 2014-10-17 21:31:12 [13788] OOBELib: No SN to be remembered 2014-10-17 21:31:12 [13788] OOBELib: User hasn't registered 2014-10-17 21:31:12 [13788] ServiceLoader: Symbol AULCloseSession can't be found in library adobe_upgrade.dll because the library has not been added to the loader 2014-10-17 21:31:12 [13788] OOBELib: OOBELibImpl::CommitPCD ENDED 2014-10-17 21:31:12 [13788] OOBELib: *************OOBELib Session Ends************* 2014-10-17 21:31:12 [13788] ServiceLoader: using logging service now 2014-10-17 21:31:12 [13788] PCDService: PCD Service in non-threaded mode 2014-10-17 21:31:12 [13788] Adobe PRTK: Checking if the product is installed 2014-10-17 21:31:12 [13788] PCDService: Failed to read value for key [PayloadCode] in hive [ ] from master : 5 2014-10-17 21:31:12 [13788] Adobe PRTK: Unable to locate adobecode for , treating as not installed 2014-10-17 21:31:12 [13788] Adobe PRTK: Product is not installed on the machine 2014-10-17 21:31:12 [13788] Adobe PRTK: Return code 25 2014-10-17 21:31:12 [13788] Adobe PRTK: *** Adobe PRTK tool END *** 2014-10-17 21:32:46 [10348] Adobe PRTK: *** Adobe PRTK tool START *** 2014-10-17 21:32:46 [10348] Adobe PRTK: Adobe PRTK tool VolumeSerialize invoked 2014-10-17 21:32:46 [10348] Adobe PRTK: No file specified for offline exception, trying default 2014-10-17 21:32:46 [10348] Adobe PRTK: No file specified, falling back to default .\prov.xml 2014-10-17 21:32:46 [10348] OOBELib: *************OOBELib Session Starts************* 2014-10-17 21:32:46 [10348] OOBELib: Version 6.2.0.43,6.2 2014-10-17 21:32:46 [10348] PCDService: PCD Service in non-threaded mode 2014-10-17 21:32:46 [10348] OPMWrapper: Failed in getting value for key in OPMGetValueForKey 2014-10-17 21:32:46 [10348] OOBELib: Failed to get Proxy username in OPM DB 2014-10-17 21:32:46 [10348] AXFBLicensing: Failed to load axlib.dll, trying again 2014-10-17 21:32:46 [10348] AXFBLicensing: Failed to load axlib.dll, trying again with axlib in ACF 2014-10-17 21:32:46 [10348] AXFBLicensing: Failed to load axlib.dll from ACF 2014-10-17 21:32:46 [10348] OOBELib: OOBELib LoadActivationGrace Started. 2014-10-17 21:32:46 [10348] SLCoreService: Starting up SLCore 2.0 Release (build 2.0.1.360321). 2014-10-17 21:32:46 [10348] SLCoreService: Service construction took 0.0 ms and succeed. 2014-10-17 21:32:46 [10348] PCDService: Failed to read value for key [PayloadCode] in hive [AcrobatPro-AS1-Win-GM] from master : 5 2014-10-17 21:32:46 [10348] OOBELib: Product locale combination not installed on the machine. Cannot load the activation grace 2014-10-17 21:32:46 [10348] SLCoreService: Shutting down SLCore 2.0 Release (build 2.0.1.360321). 2014-10-17 21:32:46 [10348] SLCoreService: Service destruction took 0.0 ms and succeed. 2014-10-17 21:32:46 [10348] Adobe PRTK: Cannot load the license for a product that is not installed in the specifc locale 2014-10-17 21:32:46 [10348] OOBELib: OOBELibImpl::CommitPCD STARTED 2014-10-17 21:32:46 [10348] ServiceLoader: looking for library C:\Adobe Provisioning Toolkit Enterprise Edition\adobe_upgrade.dll 2014-10-17 21:32:46 [10348] ServiceLoader: Failed to find adobe_upgrade.dll 2014-10-17 21:32:46 [10348] ServiceLoader: Symbol AULOpenSession can't be found in library adobe_upgrade.dll because the library has not been added to the loader 2014-10-17 21:32:46 [10348] OOBELib: SN not validated in this session 2014-10-17 21:32:46 [10348] OOBELib: No SN to be remembered 2014-10-17 21:32:46 [10348] OOBELib: User hasn't registered 2014-10-17 21:32:46 [10348] ServiceLoader: Symbol AULCloseSession can't be found in library adobe_upgrade.dll because the library has not been added to the loader 2014-10-17 21:32:46 [10348] OOBELib: OOBELibImpl::CommitPCD ENDED 2014-10-17 21:32:46 [10348] OOBELib: *************OOBELib Session Ends************* 2014-10-17 21:32:46 [10348] ServiceLoader: using logging service now 2014-10-17 21:32:46 [10348] PCDService: PCD Service in non-threaded mode 2014-10-17 21:32:46 [10348] Adobe PRTK: Checking if the product is installed 2014-10-17 21:32:46 [10348] PCDService: Failed to read value for key [PayloadCode] in hive [ ] from master : 5 2014-10-17 21:32:46 [10348] Adobe PRTK: Unable to locate adobecode for , treating as not installed 2014-10-17 21:32:46 [10348] Adobe PRTK: Product is not installed on the machine 2014-10-17 21:32:46 [10348] Adobe PRTK: Return code 25 2014-10-17 21:32:46 [10348] Adobe PRTK: *** Adobe PRTK tool END ***
Copy link to clipboard
Copied
It seems like your trying to hack a broken install to avoid redeploying. Again without a test on a clean machine we can't know anything. The instructions work for the general population. So: