Implementing 3.5 and compatibility issues

Hi,
How can I check the compatibility of Netweaver 2004s to somehting in SAP R3? There are still suggestions out there to implement 3.5 and not BI 7.0? Is there still anyone implementing 3.5?
Thanks
"<i>You can only be young once. But you can always be immature.</i>" ~ Dave Barry, US columnist & humorist (1947 - )
"<i>Utterly vulgar to the bone and no shame in sight.</i>" ~ Anonymous

Hi Ellen,
Some how in my project decision has been taken to implement BW 3.5 Content and not BW 7.0.
I was looking for the answer for the same question you posted.
So can anyone comment on the best practice, about what to install 3.5 content or 7.0 Content. Here in my project Client doent really understands the difference, may be thats why this decision was taken.(To avoid delay in implementation ,as 7.0 version is not stable yet and has ots off OSS notes and issues??)
Pls comment
Thanks
Naveen

Similar Messages

  • Installation and compatibility issues with photoshop CS4 - Win 8

    I recently purchased a new computer with Windows 8. I am experiencing issues when attempting to install the downloaded and upgrade copy of photoshop CS4. Initially unpacking the software presented issues, but I believe they've been resolved - specifically I had to change the folder attribute from read only  while unpacking, of course the tedium arose when this endeavor didn't seem to apply the new attributes to all subfolders and files. I percivered though by repeating it for each folder throughout. When I select the icon for the setup.exe file though the process ends as quickly as it began. I considered that it my have been seeking the previous version (in my case photoshop elements) so I sought to install it first, but as you may have guessed the old software is experiencing it's own compatibility issues. Does anyone know if photoshop CS4 will even work in Windows 8, and I hope someone will have already cleared this hurdle and can give me direction - please, I really am hoping for a life preserver here!
    Thankyou, Chris
    PS I did attempt to open one of the attached adobe reader files that came with the downloaded copy, but unfortunately they won't open prior to installation given they show the file size 0kb. I don't know if these files are simply acting as place holders for the cab files - or whether there remains an issue while unpacking the files to begin with.

    If the executable doesn't even run, it's either being shut down by some security stuff on your system or can't find a component. Impossible to tell. whiel there may be compatibility issues, on a more general level CS4 should run on Win 8...
    Mylenium

  • Microsoft ERP MA (3.3.1077.2) for SAP and compatibility issues with SAP 6.0

    Hi all,
    I want to configure the ERP MA (3.3.1077.2) for SAP on ILM 2007 in order to synchronize passwords between AD and SAP. I have several instances of SAP. The SAP versions are as follow:
    SAP ECC 6.0 7.00 - 64bit
    SAP ECC 6.4 7.01 - 64bit
    SAP BI 7.1 7.01 - 64bi
    I was wondering whether there are compatibility issues with any of the above mentioned versions.
    Your feedback is appreciated.
    Regards,

    Did you install a Java machine JRE ? If no, when you do the drag and drop you have the popup but it does work
    [http://www.download.com/Java-Runtime-Environment-JRE-/3000-2417_4-10009607.html |http://www.download.com/Java-Runtime-Environment-JRE-/3000-2417_4-10009607.html]

  • ESB WSDL generation and compatibility issues

    Hi all.
    I have a need to integrate Oracle ESB with TIBCO, and I'm facing some issues regarding the use of namespaces in WSDL.
    In ESB, when I create a routing service, its corresponding WSDL has a targetNamespace attribute, for example, http://www.oracle.com/myRS
    When I deploy this routing service using the "Invokable from external services" property checked, ESB automatically generates another WSDL, which contains the SOAP and ESB bindings and imports the previous WSDL. This WSDL's targetNamespace has the same value of the targetNamespace from the previous WSDL (http://www.oracle.com/myRS)
    When TIBCO needs to consume the ESB web service ( the automatically generated one), it's complaining that the two WSDLs have the same targetNamespace, and they shouldn't (according to them).
    Here's is an example:
    1 - I create a routing service. It's WSDL looks like this:
    <definitions name="TIBCOIntegrationRS" targetNamespace="http://oracle.com/esb/namespaces/TIBCOIntegration" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://oracle.com/esb/namespaces/TIBCOIntegration" xmlns:inp1="http://xmlns.oracle.com/pcbpel/adapter/db/top/CvrdRaCustomersIFace">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/CvrdRaCustomersIFace" schemaLocation="CvrdRaCustomersIFace_table.xsd"/>
    </schema>
    </types>
    <message name="CvrdRaCustomersIface_request">
    <part name="CvrdRaCustomersIface" element="inp1:CvrdRaCustomersIface"/>
    </message>
    <portType name="execute_ppt">
    <operation name="execute">
    <input message="tns:CvrdRaCustomersIface_request"/>
    </operation>
    </portType>
    </definitions>
    2 - I deploy the routing service, and get another WSDL that is automatically generated:
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:import="http://oracle.com/esb/namespaces/TIBCOIntegration" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:esb="http://www.oracle.com/esb/" xmlns:ws="http://www.example.com/webservice" xmlns:tns="http://oracle.com/esb/namespaces/TIBCOIntegration" targetNamespace="http://oracle.com/esb/namespaces/TIBCOIntegration">
    <import namespace="http://oracle.com/esb/namespaces/TIBCOIntegration" location="http://denis:80/esb/slide/ESB_Projects/DadosCliente_TIBCOIntegrationESB/TIBCOIntegration_TIBCOIntegrationRS.wsdl"/>
    <portType name="execute_ppt">
    <operation name="execute">
    <input message="tns:CvrdRaCustomersIface_request"/>
    </operation>
    </portType>
    <binding name="__esb_TIBCOIntegrationRS_execute_ppt" type="tns:execute_ppt">
    <esb:binding/>
    <operation name="execute">
    <esb:operation event-name="TIBCOIntegration.TIBCOIntegrationRS.execute"/>
    <input/>
    </operation>
    </binding>
    <binding name="__soap_TIBCOIntegrationRS_execute_ppt" type="tns:execute_ppt">
    <soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="execute">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="document" soapAction="execute"/>
    <input>
    <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/>
    </input>
    </operation>
    </binding>
    <service name="ESB_TIBCOIntegrationRS_Service">
    <port name="__soap_TIBCOIntegrationRS_execute_ppt" binding="tns:__soap_TIBCOIntegrationRS_execute_ppt">
    <soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="http://denis:80/event/TIBCOIntegration/TIBCOIntegrationRS"/>
    </port>
    <port name="__esb_TIBCOIntegrationRS_execute_ppt" binding="tns:__esb_TIBCOIntegrationRS_execute_ppt">
    </port>
    </service>
    <plt:partnerLinkType name="execute_pptLT">
    <plt:role name="execute_pptProvider">
    <plt:portType name="tns:execute_ppt"/>
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    3 - We can see that both WSDLs have the same targetNamespace, and that's what TIBCO is complaining about.
    I've been reading the W3C WSDL spec (2.0), and found a note regarding the use of the import clause in WSDL:
    http://www.w3.org/TR/2007/REC-wsdl20-20070626/#import_namespace_attribute
    It has the following fragment:
    "The namespace attribute information item is of type xs:anyURI. Its actual value indicates that the containing WSDL 2.0 document MAY contain qualified references to WSDL 2.0 components in that namespace (via one or more prefixes declared with namespace declarations in the normal way). This value MUST NOT match the actual value of targetNamespace attribute information item in the enclosing WSDL 2.0 document"
    I don't know if ESB is currently working with WSDL 2.0 specification. I's mentioned here just for a comparison.
    So, the question is: Is it allowed and W3C compatible to use the same targetNamespace in the enclosing WSDL as well as in the imported one?
    thanks
    Denis
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    Hi ,
    This is Shobana K from PeopleTools.
    I am also facing a similar issue.
    The ESB services exposed for external invocation are nested wsdls meaning one WSDL imports another.
    Consider this nested WSDL for example-
    http://10.176.162.55:8888/esb/wsil/NestedESB_synchronous/NestedSynch_RS?wsdl
    Above wsdl corresponds to the base wsdl containing the binding and service information. This in turn imports another WSDL http://10.176.162.55:8888/esb/slide/ESB_Projects/8.50_ESB_Nested_wsdl_NestedESB_synchronous/NestedESB_synchronous_NestedSynch_RS.wsdl
    which contains port type, message and schema information. These wsdls are formed in accordance to the "import authoring style" defined in 2.1.2 section of the WSDL1.1 specification.
    The authoring style used in ESB wsdl is exactly the same as the one shown in the WSDL spec but for one point.
    In case of ESB, both the wsdls(base as well as the imported one) have the same target namespace. Is it possible for 2 wsdls to have the same target namespace within the same scope?
    In order to parse the WSDL for the required information, we need to look at the information both in the base wsdl as well as the imported wsdl. While trying to locate the correct information in the right wsdl, we make use of the namespace value used with the element name. For e.g, the base wsdl may only be containing the binding information. This in turn will refer to the port type information available in the imported wsdl. Now, while parsing, we make use of the namespace value associated with the port type element name in the base wsdl.Based on the namespace value, we decide which wsdl contains this information.
    In the sample nested ESB wsdl that I have quoted above http://10.176.162.55:8888/esb/slide/ESB_Projects/8.50_ESB_Nested_wsdl_NestedESB_synchronous/NestedESB_synchronous_NestedSynch_RS.wsdl, the tns(this namespace) value associated with the port type element corresponds to the target namespace value in both the wsdls and the value happens to be the same. Hence while parsing, when we look for the port type and message information belonging to the "tns" namespace, we tend to search for those information only in the base wsdl and not the imported one.This sounds logical and it would have worked had the target namespace been different for the 2 wsdls. It fails in this case because both the WSDLs have the same target namespace. In such cases, how should we go about parsing the wsdl?
    Your inputs and feedback will be greatly appreciated.
    Thanks a lot in advance.
    Regards,
    Shobana K

  • Windows 10 upgrade on Ideapad Y460p and compatibility issues

    Hello World, After getting an upgrade from Windows 7 to Windows 10 on my Y460p, following features are not working - Slide NavVolume sensorsMute ButtonLenovo one key theatre Trackpad's scrolling (vertical)It seems like all the "non-key" features have been stopped. Whereas the same features (E.g volume adjustment) using keys are running fine. I first thought may be Windows 10 messed up the installations of those softwares, although all other things in my laptop was fine. I uninstalled and reinstalled few of the drivers for above features from my backup but still no worky. Im lacking idea on this ideapad. Pallav

    I also upgraded my Y460p to Windows 10. Features 1 - 4 on your list are now not working. My trackpad's scrolling is working well as before. Did you check Synaptics settings? All the features on the list are apparently related to Synaptics trackpad driver. The new Synaptics trackpad driver installed by Windows 10 doesn't have any clue about the SlideNav and buttons on top of the keyboard on Y460p. Specifically it lacks a program named SynBtnAsst.exe which seems used to recognize SlideNav and extra buttons. I reverted my Synaptics driver to the one for Y460p. Now when I slide a finger along the SlideNav bar, the mouse pointer moves with it. Tapping on the SlideNav bar has the same effect as tapping on the trackpad. So I think the Synaptics driver for Y460p restored its abiliy to recognize SlideNav and buttons, but we still need updated SlideNav and other software to fully restore its functionalities. Since Y460p is an old model, I kind of exepext Lenovo will not release updated software for it any time soon or at all. 

  • ILife 08 and iMovie 06 compatibility issues?

    Sorry if any of this has already been covered in other threads...
    Has anyone had a chance to thoroughly test the 6.04 version of iMovie (download version if you install iLife 08) and know what compatibility issues there are?
    I.E. How well does iPhoto 08 play with iMovie 06, or iMovie 06 with iDVD 08. Are the third party plugins problematic with v6.04?
    From what I saw at the Apple store, iPhoto08 and iDVD08 would be the only apps that I would really want since iMovie08 seems to be a step backwards and iWeb is still lacking in everything that I wanted improved. But I don't want to waste the money to discover all sorts of "gotchas" with trying to get iMovie06 to play nice with the rest of iLife08...
    Also, has anyone done an install excluding iMovie08 entirely? Do you still need to download 6.04 if installed this way? Are there any pitfalls?
    This is like Deja vu or something...When iLife06 first came out, I installed everything but iMovie and stuck with iMovie05 for a long time cause of all the bugs and how long it took to get the third party plugins working...

    Of all the things for people to moan about with iMovie '08, the real unfortunate thing is it's inability to import effects, etc. (essentially your completed movie) from iMovie HD. One could somewhat forgive Apple for this debacle, if only it played nice with iMovie HD. Then it could be everything it's supporters say it is, i.e. "a different app," "a simple app for simpletons in a hurry" (although I find it's lack of tools and compatibility issues more difficult to manage).
    ...and a lot of us feel like this is the thing we're going to be stuck with going forward.
    I keep thinking that something else is going to happen, because this can't be right. I think this diver/video engineer who came up with this concept is suffering from the bends.
    Apple doesn't need the money, (as in making us buy Final Cut Pro for decent video editing), trust me, so I don't understand why it would take the PR hit.
    iMovie '08 spoofs are already on YouTube, etc.
    Message was edited by: rmig68

  • I am having trouble accessing webmail on TalkTalk (formerly Tiscali) using Firefox 5.0 and TalkTalk tell me there is a compatibility issue?

    I had no problem with my previous version of Firefox and I can access my TalkTalk/Tiscali webmail using the latest IE browser. I am able to sign in but cannot access the mailbox contents. When I asked TalkTalk about the problem they have stated the following "If you are unable to access the mailbox using Firefox version 5, then I would like to inform you that there is compatibility issue with Firefox version 5 and Talk Talk webmail, due to which you are getting the above error. You can also try uninstalling the latest version of firefox and then reinstall it to the earlier version to resolve the case." May I assume that between you this difficulty will be resolved? I would prefer to use Firefox and do not wish to revert to IE.

    Apparently TalkTalk mail will work with Firefox 4 and Firefox 5 ''if'' you set the browser to ''lie'' to TalkTalk mail by saying that you are still using version 3.6.
    You can find the instructions for that in a post on the TalkTalk forums: [http://www.talktalk.co.uk/forums/showthread.php?t=185113#post2452787 Firefox 4 & TalkTalk webmail - Forums].
    Note: when you open about:config the first time, it will display a warning message that you should be careful with the changes you make. That's definitely good to bear in mind.
    Does it work?

  • OS 10.4.11 and HP Officejet 4500 compatibility issue (scanning)

    Hi there,
    I am having a compatibility issue with a G4 (OS 10.4.11) and a HP Officejet 4500 (all-in-one).
    (Sorry if this is a little long, but there are many specs and many attempts listed here).
    Problem: I cannot scan from the computer (upon opening HP Scan, a Browser Device window pops up, asking to "Choose a scanning device" the model is not listed, and it continues to search for a device but cannot find it) or from the scanner control panel to the computer (I tried selecting Open in HP Scan and Open in Preview from the panel  –it then says on the panel "Starting scanning" but it doesn't scan even though the power button flashes (it then reverts to date and time), and the program it's opening in on the computer just seems to hang).
    Still, some functions work fine:
    - I can print from the computer to the printer (it recognizes the printer)
    - The HP fax test seemed to run fine (via computer)
    - As a stand-alone device (without the computer), I can photocopy in B&W and color –so there doesn't seem to be anything wrong with the scanner itself.
    Here are the specs:
    Computer specs:
    - PowerPC G4, 933 MHz, 512 MB SDRAM, running OS 10.4.11 (no Intel Core processor)
    (the hard drive is partitioned into 3 –one runs 10.4.11 (the others Jaguar and OS9 –for compatiblity with other programs/peripherals) –21GB space remaining on 10.4.11 partition
    All-in-One specs:
    - HP Officejet 4500 G510g-m (USB, not wireless) all-in-one (printer/scanner/fax/copier) with USB 2.0 high-speed A-B printer cable (says in literature and on box it is  compatible with the G4 running OS 10.4.11, 256 MB RAM, 500 MB HD)
    I contacted HP Tech Support. They suggested the following which were tried and failed to work:
    - shutting everything down and restarting (many times)
    - they checked to see if there was any update to the HP software –there didn't appear to be
    - plug power cord directly into wall outlet
    - switch to USB 2.0 cable (from 1.0)
    - unplugging and replugging the USB 2.0 cable
    - plug USB directly into the G4
    - turning off the firewall (under System Preferences - Sharing)
    - "scrub" or complete uninstall of all HP software (twice)
    - search and removal of files via system and user libraries pertaining to HP (and some Epson files)
    - verify and repair permissions (twice)
    - reinstall of HP software (twice, second time after scrub/uninstall and verify/repair permissions)
    - Software Update (via Apple menu) –only found Java 1.3.1 and 1.4.2 Release 2 (version 2.0) which they suggested might fix the problem –I downloaded and installed them, and then J2SE 5.0 Release 4 (version 4.0) which I downloaded but could not install (error message)
    I then contacted Apple Tech Support and they said to go to support.apple.com and do a manual search for "HP 4500" –I did not find any drivers.
    [I did previously have an Epson CX 4600 all-in-one which scanned fine with a USB 1.0 cable, even after the printheads had clogged shut –and I had had a HP Officejet J4580 which worked fine (which was for a family member) –this software would've been removed with the current HP installs and scrubs]
    I am on the verge of returning this –it has also gotten several very bad reviews on the Apple site (for the wireless), however, I may have trouble finding a compatible device, as one running 10.4 is getting hard to find (unless I buy used, then no warranty and potentially other problems).
    If anyone knows of any drivers or has any other information as to why this is not working, I would be most grateful (BTW, I am not much of a tech guy, so please bear with me).
    Thanks.
    Frazzled Macuser

    Hey @Greenise,
    Welcome to the HP Support Forums!
    I would like to assist you today in getting the proper Full Feature Software and Driver package to install your HP Officejet 4500 Desktop All-in-One printer on your Mac OS X 10.4.11 Operating System.
    Below is the link for the Full Feature Software and Driver Installer. Simply click on the link and select the 'Download' button in the top left hand corner. Once the download is complete just run through the on screen instructions to install your printer.
    HP Officejet Full Feature Software and Driver (Universal) - Mac OS X 10.4,10.5 and 10.6.
    Please let me know if this installer works for you and if you have any other questions. Good luck!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • HT5306 I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? compatibility issues with wh

    Hello:
    Thank you for the update for remote access for desktops.
    Personally, I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? I do use this lap top in other countries.  compatibility issues with what?

    Apple Remote Desktop is off be default. It has to be enabled for some one to be able to remotely connect to the computer. And then, you still have to have a user name and password on the computer to remotely connect with.
    If you want to see if remote access has is enabled for Apple Remote Desktop; you can find the setting in, Apple Menu, System Prefrences, Sharing. If it's enabled, Remote Management or Screen Sharing will be checked.
    Beucase Apple Remote Desktop Agent is part of the Mac Operating System; even if your not using it, Apple Software Updates will from time to time offer updates for ARD Agent. Software Updates can some times be stacked ontop of each other; so chosing not to install an update, can mean other updates you may want may not be offered. At least until you install the updates those updates require. Also software updates can improve the security of your computer.

  • Since updating my iPhone 4 to iOS 5.1 I'm having compatibility issues with my speakers and my iTunes wifi sync isn't working. Anyone else having the same problems?

    Since updating my iPhone 4 to iOS 5.1 I'm having compatibility issues with my speakers / docking station and my iTunes wifi sync isn't working. Anyone else having the same problems? Both worked fine until the update...

    Okay. I got it working again by setting it up as a new phone instead of just syncing. Then I backed up. All is good today.

  • Compatibility issue between your power management system and Windows 8.1

    I have purchased a new Lenovo Ideapad S410 and have this problem.
           Compatibility issue between your power management system and Windows
           It also gives a message "Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you. (100% complete)
           If you'd like to know more, you can search online later for this error:
    VIDEO DXGKRNL FATAL ERROR
    Please help! My laptop is only 5 days old.

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • Is there a compatibility issue with the Current USB 3 external Hard drives and MacBook Pro 2011 (USB 2)?

    I am currently having bad hangs with my 13" MacBook Pro (2011) which I book 2012 ad a New external Harddrive (WD My Passport Edge) which was given to me as a gift.
    Friends of mine told me there is a compatibility issue between the USB 3 cord and the USB outlet of my MacBook Pro.
    Although this shouldnt be the case as the box of the Hard drive I got said it was compatible.
    I even downloaded the WD Drive Utilities and sometimes whenthe Harddrive is plugged in the Utilities doean't Open but just bleeps in the Applications Dock.
    Before I used the Harddrive I read a lot from the WD Manual and went to their site and downloaded a firmware update so I really don't know what the problem is.
    What I am afraid of is that I may lose some files if I place them in the external Harddrive.
    Can anyone help me with this or should I be asking for a replacement harddrive?
    This is my first experience with an external hard drive as I never used one before.
    Thank you very much.

    To be honest, I've had back luck with Western Digital drives and I avoid them at all costs. If I were you, I would return the WD drive and look at externals from OWC or MacMall (LaCie, even G-Tech).
    That's just my personal opinion, mind you...
    Clinton

  • How do I fix the compatibility issue between my iPhone 4S with iOS 7 and my Pioneer car stereo? There was no problem with iOS 6, but now I get a message saying "this device is not compatible" and so I can't use Netflix for example. How do I fix it?

    How do I fix the compatibility issue between my iPhone 4S with iOS 7 and my Pioneer car stereo? There was no problem with iOS 6, but now I get a message saying "this device is not compatible" and so I can't use Netflix for example. How do I fix it?

    This is a typical response from the manufacturer. Did you try the fix that Lawrence mentioned. When Apple or any other phone manufacturer update phone software, they have the latest Bluetooth installed. It is usually the problem with the radio manufacturer that they devices are using the older Bluetooth protocols. You can try this support document http://support.apple.com/kb/TS3581 and see if anything there helps, but generally it requires the radio manufacturer to update their firmware.

  • OSX 10.9.1 Compatibility issue with Sharp Aquos PN-L702B and PN-L802B

    I have Mac Mini's connected to the Sharp Aquos PN-L702B and PN-L802B touch screens and after updating to 10.9.1 am experiencing what appears to be a compatibility issue with the Sharp TPM driver and the OSX 10.9.1.  
    Everything works perfectly previously on 10.8.4 and 10.8.5.  I did not test on 10.9.0 as I went straight to 10.9.1.  Anyone else having this problem?  Any thoughts on resolution?

    OK so perserverance seems to have helped here - i used the cmd R function on start up to get to the page where i can re install OS X Lion - Safari now working.
    However i have Office 2011 for MAC and now Excel wont start so i will post on another thread for help with this
    Hope this helps if anyone has a similar issue

  • Compatibility Issues with CS2 and Windows 2000 XP??? This is supposed to be THE one operating system CS2 DOES WORK ON? Can someone help - I really need my CS2 back! Thanks.

    HELP! Years ago - SEVEN to be exact- I PURCHASED Adobe CS2 and used it extensively. Then I was in an accident that took five years to recover from. After my recovery I tried to get back to using my Adobe products only to find that Adobe was discouraging use of CS2 and since I OWN a LICENSE and that was the LAST version I used I wanted to begin again with a version I am familiar with. Many months later, apparently I wasn't the only one who wanted to KEEP USING CS2 and now Adobe has made it possible to download this version for PC and MAC, BUT due to OS compatibility issues Adobe continues to discourage downloading and use. HERE'S THE THING: I have the SAME SYSTEM running the SAME OS as when I first PURCHASED IT. I have downloaded the EXACT SAME VERSION of CS2. It installs fine. But I cannot OPEN the application and the troubleshooter reports there are "COMPATIBILITY ISSUES". WHY?!?!?!?!?
    I'm on a PC running Windows 2000 XP. I OWN a LICENSE for Adobe CS2 and it used to run on this very same machine. I had to re-format my system two years ago so it has much more free space but when I  try to OPEN the application it won't run. When I run the Windows Troubleshooter it reports system compatibility issues?! Can anyone advise me what to try now??? Thank you.

    Yes, I have. My system was completely cleaned of everything and I'm just now RE-INSTALLING CS2 for Windows2000 XP from the Adobe site that gives you versions to select for your OS. I have successfully downloaded disks 1,2 and 3 and I can INSTALL disks 1 and 2, but it FAILS at disk 3. I REALLY need to resolve this today because I need to submit some work by tomorrow and the troubleshooting isn't helping!
    Can you advise anything else . . . anyone? Thank you!
    Khrystle13

Maybe you are looking for