TimeFormat() statement that worked now fails

I've been using the statement below to create a date/time
string like "2007-10-17T11:26:01Z".
<cfset strDateTime = DateFormat(Now(), "YYYY-MM-DD") &
"T" & TimeFormat(Now(), "HH:mm:ssZ")>
This has always worked correctly but suddenly on one of our
production servers it generates the following error:
"{ts '2007-10-17 13:36:32'}" is an invalid time format.
I'm guessing it has something to do with the Z in the format
mask so I'm trying the following as a fix:
<cfset strDateTime = DateFormat(Now(), "YYYY-MM-DD") &
"T" & TimeFormat(Now(), "HH:mm:ss") & "Z">
(which produces the correct string on the dev server - but
then so does the original version).
Does anyone know why this would suddenly break? Is it related
to different versions of CF?
Ken

Version: 6,1,0,hf53398_61A
This may or may not have anything to do with the problem. It
is important that you guys apply the
ColdFusion
MX 6.1 Updater and then the
MX
6.1 Updater Hotfixes
...this has always worked and still does on all but one prod
server. This will be a minor nightmare if I need to hunt down all
occurrences of this in numerous files on several servers.
No, not pleasant. It's rather odd that the error message says
nothing about the mask. The suddenness of the message
"{ts '2007-10-17 13:36:32'}" is an invalid time format leads
me to believe that something has changed. It can be the server, the
code or localization issues.
Do you have more on the error? Put the offending code within
the following block, and tell us what you get.
<cftry>
<!--- offending code --->
<cfcatch type="Any">
<cfdump var="#cfcatch#">
</cfcatch>
</cftry>

Similar Messages

  • Teststand error states that a vi failed to load in the Labview Run-Time Engine

    I am getting an error in teststand that states that a vi failed to load in the Labview Run-Time Engine version '14.0.1'
    If I look at the software loaded on my system with the NI Measurement and Automation Explorer I have Labview Run Time engines for version 2009, 2010, 2011, 2012, 2013, & 2014 on my system.
    How do I get this VI to run on this system when it is called by test Stand?
    Thank you

    The RTE 14.0 was loaded as part of my deployment and after I ran this I got an update notice for the F1 patch which I also loaded.
    I do not have labview loaded on this system, only the run time engines from running my deployment.
    When I launch t he teststand sequence, when it calls the labview VI, I get the following error moessage:
    Error: Failed to load VI 'C:\builds\RelayVoltageMeaure.vi' in the LabVIEW Run-Time Engine version '14.0.1'. LabVIEW: The VI is not executable. This error may occur because the VI is either broken or contains a subVI that LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it. VI Path: C:\builds\RelayVoltageMeaure.vi[Error Code: -17600, Failed to load a required step's associated module. ]
    I have attached the teststand sequence if this helps.
    Thanks
    Attachments:
    QuantumDigitalBd.seq ‏13 KB

  • Is there any Lyric widgets that work now for iTunes, old ones dont now..

    Is there any Lyric widgets that work now for iTunes, old ones dont now because f an issue with licensing and the API had to be stopped.
    I used the lyric widgets a lot for my iTunes saves copy and paste.
    Anyone have one please?
    cheers

    This is weird. It wont pick the playlist I want, it always goes one up from the list. I deleted and created a new playlist, but still chooses the one before?
    The list shows up in Lyrics>Search For Playlist, but when I select the one it wants it chooses the one before?
    .....this is strange renamed some playlist, but it sill doesnt show them all up in the list, restarted iClip and now it sees some but still not all of them. I had one playlist named _music so wonder if it doesnt like the underscore?
    please help

  • M475 Scan to folder/email. Was working now fails

    Hi,
    We have an M475 set up in an office that was behaving perfectly with regards to scanning but now fails 49 times out of 50.
    All staff in the office have a 'scan to folder' profile set up which scans to a 'Scans' folder in their domain home folder.
    This was working 100%. 
    If I get someone to powercycle the printer I can get one scan out of it. After that, if you physically try to scan, you can enter your pin, it scans the document, then hangs for a very long time.
    From the web interface, if I test one of the profiles it comes up with a box with a 'Cancel' button in it & sits there until I click it.
    The account being used for the profiles has full rights over the 'Scans' folders.
    I have tried with the domain administrator account - Still hangs.
    In the domain server logs I can see the successful validation of the account being used by the printer.
    I tried creating a new profile using the same credentials. It worked first time, then never again until I disabled Bonjour & WS, then it worked once.
    I don't get it - Nothing's changed in the domain. It works very occasionally. It definitely gets a green light on the folder access.
    UPDATE:
    Hmm... While I've been writing this it's decided to work (after 'several weeks' of refusing to (why do staff moan to each other about something not working but ALL fail to let IT know?).
    The immediately obvious difference is that when I test a scan profile, instead of the box just having a 'Cancel' button in it, it also has an animated 'working' graphic, and the words 'Testing [profile name]'
    Does anyone have any ideas as to what the problem was (& may well be again...) please?
    Many thanks

    Hello.
    I can see you are having some issues with scan to folder/email, I would like to see if I can help you on this issue.
    First, let me ask you, what is the operative system of the computer that you shared the folder for scan to folder?
    Now, one experiment you might want to try, is check if the computer that you shared the folder for "scan to folder" has any kind of antivirus, and if so, check your firewall settings. If you don't have any antivirus installed, check if you host operative system has any firewall installed and check the rights.
    Some times a firewall has some sort of policy to reject incoming connections from ports that are not port 80., and your printer is not using that port 80, which might be the root cause.
    The experiment is simple, try to disable your firewall and then reboot your printer and let them to connect again and try.
    This is not the solutions, but just an experiment to get to the root cause.
    Thanks.
    I work at HP.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • Tutorial that worked now complains "user not found"

    Hi, again.
    Sorry for another "newbie" problem, but the tutorial database that was
    running last night (thank you, Marc and Stephen) now gives the following
    error at "Run":
    891 INFO [main] kodo.jdbc.JDBC - Using dictionary class
    "kodo.jdbc.sql.HSQLDictionary".
    1344 INFO [main] kodo.MetaData - Parsing metadata resource
    "file:/C:/MBower/MyDocuments/src/eclipse_workspace/PetShop/Animal.mapping".
    kodo.util.DataStoreException: User not found: SA
         at
    kodo.jdbc.sql.DBDictionary.newDataStoreException(DBDictionary.java:3084)
         at
    kodo.jdbc.sql.HSQLDictionary.newDataStoreException(HSQLDictionary.java:188)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:77)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:63)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:43)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:159)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    NestedThrowablesStackTrace:
    java.sql.SQLException: User not found: SA
         at org.hsqldb.Trace.getError(Trace.java:226)
         at org.hsqldb.Trace.error(Trace.java:290)
         at org.hsqldb.UserManager.get(UserManager.java:309)
         at org.hsqldb.UserManager.getUser(UserManager.java:250)
         at org.hsqldb.Database.connect(Database.java:278)
         at org.hsqldb.jdbcConnection.openStandalone(jdbcConnection.java:2860)
         at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:2428)
         at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:176)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:348)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:392)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:242)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:257)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:329)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:129)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    Did running the program last night change something that prevents it from
    running now? Is there something different that needs to be done to get a
    running program to run subsequently?
    Mark

    Hi, Patrick.
    Thank you for your help! I deleted the database files, ran the mapping
    tool, and the tutorial ran. Great! Then, I added an animal and a price,
    hit "Create" and saw that my input was added to the list. I then exited
    the application (by hitting the "X" in the upper right) and tried to run
    the tutorial again; I wanted to see that the data I had entered would load
    up. I got the same error as before:
    906 INFO [main] kodo.jdbc.JDBC - Using dictionary class
    "kodo.jdbc.sql.HSQLDictionary".
    1359 INFO [main] kodo.MetaData - Parsing metadata resource
    "file:/C:/MBower/MyDocuments/src/eclipse_workspace/PetShop/Animal.mapping".
    kodo.util.DataStoreException: User not found: SA
         at
    kodo.jdbc.sql.DBDictionary.newDataStoreException(DBDictionary.java:3084)
         at
    kodo.jdbc.sql.HSQLDictionary.newDataStoreException(HSQLDictionary.java:188)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:77)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:63)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:43)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:159)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    NestedThrowablesStackTrace:
    java.sql.SQLException: User not found: SA
         at org.hsqldb.Trace.getError(Trace.java:226)
         at org.hsqldb.Trace.error(Trace.java:290)
         at org.hsqldb.UserManager.get(UserManager.java:309)
         at org.hsqldb.UserManager.getUser(UserManager.java:250)
         at org.hsqldb.Database.connect(Database.java:278)
         at org.hsqldb.jdbcConnection.openStandalone(jdbcConnection.java:2860)
         at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:2428)
         at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:176)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:348)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:392)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:242)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:257)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:329)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:129)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    If I try to run the Mapping Tool on "Animal.jdo", again (I'm just guessing
    here that I need to point things in the correct direction), I get an error:
    <error>-An error occurred running MappingTool
         kodo.util.DataStoreException: The database is already in use by another
    process
    <info>-Done.
    Thank you, again, for any assistance! I have no doubt that this problem
    is unique to my setup, so I doubt that much learned here will be of use to
    others. Sorry,
    Mark
    Patrick Linskey wrote:
    Mark Bower wrote:
    Did running the program last night change something that prevents it from
    running now? Is there something different that needs to be done to get a
    running program to run subsequently?
    Are you maybe in a different directory than you were in when you ran the
    tutorial before? HSQL is a file-based database; the default
    configurations for the tutorial list relative paths for the files that
    it uses.
    Also, maybe one of the files exists, but its contents were deleted?
    I'd suggest removing the tutorial database files, and running
    mappingtool again to get to a clean state.
    -Patrick

  • TimeMachine worked, now fails

    My Imac is connected to an external hard drive. I am only using 192.6 GB of my 500 GB internal hard drive. My external hard drive is also 500 GB. But when I go to back up, I get a message telling me that there are only 147.5 GB available on the external hard drive (because 279.36 are in use) and it needs more to back up. If TM backs up incrementally and deletes the earliest backups as the drive fills up theoretically this cannot be happening. So why is it? I only use this drive for TM backups. I want to back up my entire system as I have been used to in the past and not exclude files.

    Here's a copy of my last Console session, showing Time Machine deleting backups...
    +May 12 20:46:17 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: No pre-backup thinning needed: 2.37 GB requested (including padding), 236.91 GB available+
    +May 12 20:48:07 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Copied 1865 files (1.9 GB) from volume Macintosh HD.+
    +May 12 20:48:09 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: No pre-backup thinning needed: 100.0 MB requested (including padding), 234.99 GB available+
    +May 12 20:48:20 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Copied 907 files (8 KB) from volume Macintosh HD.+
    +May 12 20:48:25 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Starting post-backup thinning+
    +May 12 20:48:27 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-202341: 234.99 GB now available+
    +May 12 20:48:32 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-192455: 236.87 GB now available+
    +May 12 20:48:35 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-182346: 236.88 GB now available+
    +May 12 20:48:41 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-172506: 238.77 GB now available+
    +May 12 20:48:47 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-162527: 240.70 GB now available+
    +May 12 20:48:47 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Post-back up thinning complete: 5 expired backups removed+
    +May 12 20:48:47 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Backup completed successfully.+
    I presume it checked to see if it had redundant backups, and then deleted them...I don't know for sure, in this case,
    Bob

  • External optical drive that works?

    Hi,  I have had an Imac 27 i5, its 3 weeks old now, I did the free Lion os upgrade before realising that Lion seems to be buggy.
    I have had problems some of which I have got over thanks to this forum, some I have not  I still cant get my isp set-up working but a work-around is giving me service, the wireless connection drops out regularly but using ethernet works. Mail wont send my emails and Itunes is problematic.   The bluetooth trackpad, mouse and keyboard disconnects frequently but thankfully reconnects soon after. Neither of my two existing external hard drives or my external optical drive would work on this Imac,  I replaced one hard drive and that works now,  but tells me that I have 120gb free on a drive that is only 120gb and has a full Time machine backup on it?). I replaced the optical drive with a very cheap one and that works now.
    My old optical drive used Llitescribe and I really want to carry on using it with the Imac,  Can any of you guys recommend an optical drive with Litescribe that will work with the Imac and os Lion?  I am getting tired of having to spend out money replacing things I expected to work with the Mac and dont!
    I brought the Imac because I wanted a hassle free computer, I read and took in all the reasons for using Mac over Microsoft and to be hounest with you the Last 3 weeks have nearly driven me to send the Imac back!   I expected it to "just work"  and be easier to use but it has not turned out that way for me up to now,  I have contacted Apple about the problems and they dont seem to be of very much help - up to now, but thanks to you guys and this forum I am getting things sorted, slowly.  Apple need to get thier act together I think!  What hurts the most is that my 3 year old £600.00. HP PC with windows 7 worked "out of the box" and has "just worked" to this day!  I cannot say that about the £1650.00. Imac!

    The external Apple superdrives are compatible only with the Macs that did not come with an internal optical drive.  Take it back and get a 3rd party drive, preferably one with drawer loading.  I have an 2011 iMac and bought this external drive:  24X OWC Mercury Pro.  I do a lot of ripping of audiobooks for my iPhone so wanted one with a faster read throughput than USB 2 which is all my iMac has. So I use the FW port on the drive.
    OWC is a very well know Mac supplier and has excellent reputation both for item quality and customer support.

  • Merge statement not working over db link

    I have a merge statement that works fine when it's run against a local table, but when I try to run it against a table over a database link, I get the following error.
    ERROR at line 1:
    ORA-01008: not all variables bound
    ORA-02063: preceding line from REPOS
    ORA-06512: at "DBADMIN.PING_DB", line 6
    ORA-06512: at line 1
    Here is the code:
    create or replace procedure ping_db
    as
    begin
    merge into availability@repos A
    using (select trunc(sysdate) from dual)
    on (trunc(A.day) = trunc(sysdate))
    when matched then update set A.uptime = A.uptime + 1
    when not matched then insert (hostname,dbname,day,uptime) values
    (utl_inaddr.get_host_name,sys.database_name,trunc(sysdate),1);
    commit;
    end;
    /Code compiles fine, but gets the error when it's executed. Any help would be appreciated.

    9.2.0.x is the version (9.2.0.4,.5 and .6)

  • Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tri

    Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tried using the CC Cleaner Tool but nothing works? Any solution please. Was new computer and newly purchased CS6 software downloaded 2 days prior to the upgrade.

    make sure you follow all the steps here, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • I bought an iPhone while overseas, but I'm back living in the states now. It seems that FaceTime and iMessage is not enabled on it. How do I get it to work now that I'm back in the states?

    I bought an iPhone while overseas, but I'm back living in the states now. It seems that FaceTime and iMessage is not enabled on it. How do I get it to work now that I'm back in the states?

    I did buy it from someone in Jordan. So they might have got it from KSA, or UAE, or it even might be the same rules in Jordan. I don't think the imessage works even, every time someone sends me a message from their ipad it says "Not delivered". Maybe I am wrong?

  • I upgraded to 7.0.4 on my iphone 4s and now it isn't working and itunes states that it is recovery mode - help

    I upgraded to 7.0.4 on my iphone 4s and now it isn't working and itunes states that it is in recovery mode - help - I don't want to do a factory restore!!!!

    If you're phone is in recovery mode, then all your data is already wiped off.  you'll need to proceed if you want to use your phone.
    However after it is done recovering, you can restore back from your backp.
    You do backup on a regular basis right?
    http://support.apple.com/kb/HT1808

  • The print driver for HP Laserjet 3380 that was print only was removed from my iMac, and now when try to download driver, it states to contact manufacturer.  I have old driver on Time Machine, can I reinstall that old driver that worked?

    The print driver for HP Laserjet 3380 was for print only, was removed and when I went to download from apple, it stated to contact manufacturer. I have old driver in Time Machine, how do I reinstall from Time Machine that driver that worked?

    Hi,
    Trible post. Please use:
       http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/HP-solution-center/m-p/4790405
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • TS3212 I cannot get the new iTunes to start in Windows Vista. I get an error that states "This application has failed to start because MSVCR80.dll was not found". Reinstalling does not help.

    I get an error that states "This application has failed to start because MSVCR80.dll was not found". Reinstalling does not help.I have tried removing iTunes and reinstalling, I have tried "repairing" option at reinstall, nothing seems to work.

    Read this:
    iTunes 11.1.4 for Windows - Unable to install or open - MSVCR80 issue

  • I have had creative suite premium installed on my computer for a long time, but now it states that my computers configuration has changed and needs to be reactivated, but it cannot be activated by internet, and the phone number states that adobe no longer

    I have had creative suite premium installed on my computer for a long time, but now it states that my computers configuration has changed and needs to be reactivated, but it cannot be activated by internet, and the phone number states that adobe no longer activates by phone. What is the solution to continue to use my program that I have had working on this computer for a long time?

    You do not state which version... if CS2 read next
    CS2 (and earlier) Activation Server replacement software
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    When you install the special version of PPro2 on a Win7 or Win8 computer, you MAY need to right click the program icon and select WinXP compatibility from the option popup... AND Vista problems https://forums.adobe.com/thread/416347
    If not CS2, read next
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • I have an installation CD Adobe Acrobat 9 Pro with teh Serial No/key. Now I bought a tablet that has now CD drive. So I tried to download the Acrobat 9 Pro from the Adobe hoempage, but failed. I can only find the link to something like an extended version

    I have an installation CD Adobe Acrobat 9 Pro with teh Serial No/key. Now I bought a tablet that has now CD drive. So I tried to download the Acrobat 9 Pro from the Adobe hoempage, but failed. I can only find the link to something like an extended version. So how do I have to proceed , where can I find the proper link. My system has W 8.1 32 Bit.

    Try the download below...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

Maybe you are looking for