Anyone having problems printing portfolio?

Apparently, there is a bug.  Bug number: 4152874

".. Not enough free memory. »

Hello

We have today published a fix that solves the problem of print portfolio that was recently introduced (with May 10 release). If you're not already updated to the latest patch, simply open Acrobat and visit help > check for updates to apply this hotfix.

More details about this release and bug fixes is available here: help Acrobat | Release notes | DC Acrobat, Acrobat Reader DC | Update

Please give it a try and let us know.

Thank you

-ashu

Tags: Acrobat

Similar Questions

  • Is anyone having problems with their Apple Watch since the iOS 10 came to life?

    Is anyone having problems with their Apple Watch since the iOS 10 came to life?

    Hello

    If you have not already done so, it can also help update your Apple Watch to the latest version of the software:

    Update the software on your Apple Watch - Apple Support

  • Anyone having problems with iOS 9.2.1? Storage problems, apps not working?

    Anyone having problems with iOS 9.2.1? Storage problems, apps not working?

    No, not at all. Maybe if your were to describe the issues a little more in detail, someone might be able to help.

  • Siri free eyes - 2016 Jeep - anyone having problems?

    I just took delivery of a 2016 Jeep Grand Cherokee. One of the important reasons that I ordered it was the new command button "Siri eyes-free. As many of us know, iPhone users have not voice full of e-mail/text in some systems of the car. Until CarPlay becomes available, a button of Siri on the wheel is almost essential as far as I'm concerned. When he's not working, it works well. Unfortunately, it works some of the time to "send a message" when he decided to not to cooperate, it goes like this: Siri lights thanks to the system of reliable car with the familiar beep, but slow to type commands and hangs for command/response sequence. He doesn't seem to know when I stopped to talk. I. I called Chrysler support. They noted my report, and the rep mumbled something on the iPhone 6 and 9.2.x. anyone having problems with Uconnect and the Siri eyes new free?

    Yes, in my Jeep Cherokee I get where Siri crashes after that you dictate a message. Touch the screen to send it! Do not know if it is intermittent since we just got the car the other day. If we say the message in one sentence, it works. So frustrating.

  • anyone having problems with the junk e-mail filter in hotmail or msn Explorer

    anyone having problems with the junk e-mail filter in hotmail or msn Explorer

    Hello

    1. The issue is only with MSN mail?
    2. Have you tried using another web browser and check if you are faced with a similar question?

    Given that the problem is related to MSN I suggest you to contact MSN support for assistance.

    How to contact MSN customer service

    http://support.Microsoft.com/kb/940784

    Check also:

    https://support.MSN.com/default.aspx?&St=1&wfxredirect=1

    http://windowslivehelp.com/product.aspx?ProductID=1

     

    Hope this information is useful.

  • Is anyone having problems with the last lR? I can't do to apply effects to develop at all. I have to force to leave whenever I try to use it.

    Is anyone having problems with the last LR?

    I can't do the effects to apply to develop and I have to force to leave whenever I try to use it.

    I have absolutely nothing accomplished recently - it has worked so well.

    I created enough space on my hard drive thinking that this might be a cause of slow operation but he has not made the difference...

    Hi GKVsiuals,

    suggest make you in Lightroom preferences > performance > uncheck 'use graphics processor' and restart Lightroom to check again.

  • Anyone having problems with guides since the update?

    Anyone having problems with guides since the update?

    My guides are everywhere, since I updated my Illustrator last week. The guides are solid lines while they should be dotted (as defined in my preferences) when I'm zoomed out... and then disappear or become dotted but moved when I Zoom.

    It's so frustrating! I can't work like this!

    All the solutions out there?

    Thank you

    lyncylox,

    You can try to disable the GPU performance by clicking on the icon of the rocket in the bar of the App, or on the top of the menu bar, deselect the box Performance GPU; You may also uncheck performance GPU in your preferences.

    I think that the issue should be fixed with the 19.0.1 patch.

    Link to 19.0.1 release notes: https://helpx.adobe.com/illustrator/kb/illustrator-cc-2015-crash-bug-fixes-19-0-1.html

  • Why my hotspot does not connect to my iPhone6? I just used it on right Friday night before I downloaded the 9.2 IOS... Anyone having problems?

    Why my personal hotspot does not connect to my iPhone6? I just used it on right Friday night before I downloaded the IOS 9.2 update... Anyone else having problems?

    http://www.application.Update/9.0.2

  • Anyone having problems with the GENERATED_KEY in CF8 lately?

    Anyone else have problems with the GENERATED_KEY value returned by a cfquery when using ColdFusion 8 and MySQL?

    I'm inserting records in a MySQL 5.0 DB and then enter the result. GENERATED_KEY and assigning my ID of objects field. Nothing spectacular here.

    In my test harness, everything works fine but when I download files to my host I get this error;
    An error has occurred at the request:
    Error code: Server.Processing
    Details of the fault:
    Error string: cannot call CFC - element GENERATED_KEY is undefined in QCREATERESULT.

    I thought that there must be a bug I introduced so I check my code and ensured that it worked on my system and Uploaded the cfc again just to be sure there was nothing broken in transit.

    Always had problems.

    So, I checked the Web and found that the MySQL Connector/J version 5.1.5 has a problem with that. I contacted my provide my Site host and has asked to check the environment that I was for me.

    I was told it is ColdFusion 8 (as it should be.)

    At the beginning when I asked what version of Connector/J server on that I had used on me version 3.51. This is not a version of connector for all those of you who did not have to deal with it. (At least one that would have shipped with CF8.) That sounded more like the version of the MySQL server, but I was supposed to be on a 5.0 Server and my account information specify also the same, so I let this drop for now.

    After having to explain how to find a way to know what the version of the connector was attached their support they told me that it was 5.05 (has happened to the version that I already told him was the version I thought comes with CF8, if I'm wrong.)

    And I asked him to confirm that the DB was version 5.0.

    So assuming that told me the truth. I can't find a reason why the GENERATED_KEY are not returned.

    My CFQuery insert code looks like this;

    < cffunction name = "crΘer" output = "false" access = "private" returntype = 'Cancel' >
    < cfset var qCreate = "" >

    < cfset var local1 = Field1 () >
    < cfset var local2 = Field2 () >
    < cfset var local3 = Field3 () >
    < cfset var local4 = Field4 () >
    < cfset var local5 = Field5 () >
    < cfset var local6 = Field6 () >
    < cfset var local7 = Field7 () >
    < cfset var local8 = Field8 () >

    < cftransaction isolation = "read_committed" >
    < cfquery name = "qCreate" datasource = "datasource" username = "userName" password = "password" result = "qCreateResult" >
    Insert into myTable (Field1, Field2, Field3, Field4, sphere5, case Field6, Field7, Field8)
    values)
    < cfqueryparam value = "" #local1 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    < cfqueryparam value = "" #local2 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    < cfqueryparam value = "" #local3 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    "< cfqueryparam value =" "#local4 #" cfsqltype = "CF_SQL_INTEGER" = null "#iif ((local4 eq""), ("yes"), ("No.")) #" / >.
    < cfqueryparam value = "" # locale5 # "cfsqltype ="cf_sql_integer"/ >,"
    < cfqueryparam value = "" #local6 # "cfsqltype ="cf_sql_integer"/ >,"
    < cfqueryparam value = "" #local7 # "cfsqltype ="cf_sql_varchar"/ >,"
    < cfqueryparam value = "" # locale8 # "cfsqltype ="cf_sql_integer"/ >"
    )
    < / cfquery >
    < / cftransaction >
    < cfset variables.objectID = qCreateResult.GENERATED_KEY >
    < / cffunction >

    [No I am not really using Field1, 2, 3 in my code and my password is not actually password, but you get the point].

    Again, this works in my lab. (CF8, MySQL 5.0, Apache, standard Connector/j) That is what it is?

    Personally, I think that my environment is not what it was supposed to be regardless of what I was told. The rep that I was talking doesn't seem to know much about ColdFusion and at the end of the conversation, he said as well and opened a ticket. Not very useful, but at least not rude.

    However, I want to be fair and check all the possibilities. If you see something wrong with my Code let me know that I'm rather crazy eyes will then return to writing queries to get the id.

    Thanks in advance!

    -Joe

    PS: Just before posting this I tried to add < cfset var qCreateQuery = "" / > to the list of the variables just to see if it would change what anyone and it doesn't work. " Still works on my system, but not on them.

    Found the problem.
    The environment has been set up correctly, but the DSN apparently obtained the value a MySQL 3.51 Driver to the administrator.
    It's something that my hosting service, I have no control on however I also don't even think about asking them to check for me either. I forgot that CF has even a version 3 driver for MySQL.

    So my hats off to HostMySite technicians who concluded that, for me and for anyone having the same problem, I suggest you also check the same.

  • LaskerJet HP 1022: Having problems printing. Seeing flashes and does not turn off.

    I have problems printing.  I turned the printer on / off power several times to cancel the print job.  There is a red light flashing and I am unable to stop after pressing several buttons.  I apologize because I don't have a book.

    Here is your complete support page.

    http://support.HP.com/us-en/product/HP-LaserJet-1000-Printer-series/439424/model/439431/manuals

    Download your User Guide and read.  Here he also troubleshooting for you.  Good luck.

  • Anyone having problems with the BT Home Hub 5 since the firmware has been updated two weeks ago?

    Since the firmware has been updated a couple of weeks, my air 2 canned disconnection from the wifi ipad. And if she's not be disconnected it asks the router to renew the lease every few minutes. Sometimes I can't the internet connection, other times I have connection, but used to play embedded videos.  I have to turn the ipad works to recover.

    In addition, my ipad think that the ip address is 127, but my router it's 115!

    I tried BT, but British users will know it is terrible, they are.

    Anyone with problems and suggestions? I tried everything until and including resetting the network settings. I'm sure it's the router.

    Hello

    If you can afford to buy your own router this will work much better

    I use a Netgear without problems 6300rv & double speed

    Works even at the top of the long garden.

    If you are not bound to bt try Plusnet based in Sheffield

    Very good at solving problems.

    See you soon

    Brian

  • Is anyone having problems with the Times and the Sunday Times App

    Im having problems loading from the Times and the Sunday Times app. Before I launch into a major description (I have Parkinson's disease, and typing is slow) is there a known issue with the application at the present time

    There has been a lot of problems with this app as soon as they have a clear, the other seems to appear.    Take a look at this link and it followed in areas where you are affected by.

    http://www.thesundaytimes.co.UK/Sto/multimedia/archive/00258/Helpguide_stripped _ _258975a.pdf

  • Is anyone else having problems printing PDF files in Windows 10?

    Since the installation of Windows 10 I was unable to print PDF documents.  If someone has had this problem and is there a solution?

    Hi OnTheBooks,

    Please let me know the version of Acrobat/Reader & operating system installed on your computer?

    You are able to print using other applications?

    Is there an error message or error code when printing PDF files?

    See this KB document for solutions in the meantime Acrobat and Reader help / troubleshooting PDF printing | Adobe Acrobat, Adobe Reader.

    Kind regards

    Nicos

  • Photosmart 7520e: anyone having problems downloading drivers to fix their HP printer?

    First disable my Photosmart 7520e not working 90% of the time. Well-known problem. Only when I let off the power for hours it will power back.

    So I go to the HP website to download the drivers and he wants to check something, he says:

    HP is compile your results. It could take up to 3 minutes, depending on the speed of your computer and connection. Thank you for your patience.

    It never ends. It is most annoying. Now I know why work they give you special links for HP GL380 servers, because otherwise you could never them! I tried on 3 different laptops on 2 different networks, it just doesn't work.

    I just tried downloading and can confirm that it does not work.  There has been some recent problems download drivers HP, I will give an account of it.

    You can download the Windows 7 x 64 HP star driver:

    http://ftp.HP.com/pub/softlib/software12/COL43773/MP-108670-3/PS7520_1315-1.exe

  • Anyone having problems with the last Flash?

    Update of Flash and Java yesterday, and since then had problems with plugin container closure etc.

    Slowly began to disable add-on first and then this morning off Flash since Chrome was having a similar problem.

    No more problems and helped all add them we...

    Thoughts anyone?

    http://support.Mozilla.org/en-us/KB/reset-Firefox-easily-fix-most-problems

    Reset worked for me

Maybe you are looking for

  • Display Images

    I use Firefox under XP Pro SP3 10.0.2 to see my Gmail account. Selected e-mail messages display a banner stating "No Images." Is there a way to view all images by default in email (there is a link that allows me to always see images of this specific

  • Ignoring the posters

    I know it's probably extremely rude, but is there a way for us to ignore the answers from people especially on the various forums of support here?  I ask because there is a specific person who almost literally makes my blood boil, and I had to bite m

  • Impossible to uninstall the program, lack of msi

    I am trying to remove LogMeIn Server 2008 R2, we use more than the service, but I get an error "the feature you are trying to use is on an unavailable network resource.  We no longer have logmein, therefore I can't reinstall to remove and when I look

  • Use of PSEXEC for remote batch file processing

    We are moving a windows application for win 2008 r2. The application uses batch files. Calls from the source server to the Server 2008 r2 target do not run the command as expected file even if you use PSEXEC. The-d option works from the source in SQL

  • Windows Installer Error 1706 unloading

    I got an error message on my PC... Error 1706. No valid sources were found for the unloading of the product. Windows Installer cannot continue.  I am running Windows XP Professional Version 2002 Svs Pk 3. Any help? Thanks, Ski Euro