Installtion of SAP Content Server 6.40 on Solaris

We are planning to install the SAP Content Server 6.40 on Solaris10 release 09 on SPARC Server. I have gone through the installation guide as well.
Kindly confirm the below steps are correct, if I am not wrong.
1.     Pre-Requisities
u2022     Create Group and User.
u2022     Create file system system.
2.     Extraction of source code
u2022     sapcs:~$ gunzip < httpd-2.0.62.tar.gz | tar xvf u2013
3.     Configure APACHE Source to Solaris platform.
u2022     sapcs:~/httpd-2.0.52$ configure u2013prefix=/usr/users/sapcs u2013 --enable-mods-shared=most u2013with-mpm=prefork
u2022     Go to /conf Directory open the httpd.conf change user, group and Port.
u2022     $sapcs:~/bin$ apachectl start (start webserver)
u2022     $sapcs:~/bin$ apachectl restart
u2022     $sapcs:~/bin$ apachectl stop
u2022     Create soft link home
4.     install
u2022     sapcs:~/httpd-2.0.52$ make
u2022     sapcs:~/httpd-2.0.52$ make install
5.     Then start installation of SAP Content Server 6.40
u2022     ./sapinst (SAPinst from the Installation Master DVD)
Kindly let me know if i have missed any activities..
Regards,
Panu.

Hello,
Currently, SAP Content Server do not support on Windows 64 bit system.
Please install on 32 bit system.
SAP CONTENT SERVER 6.40 -> MAXDB -> <WINDOWS SERVER...  >:
MAXDB 7.6  WINDOWS SERVER 2003/IA32 32BIT
If you are SAP customer, you will find more detailed information about
availability in the SAP Product Availability Matrix (PAM) at 
http://service.sap.com/pam (This is the official source for all SAP
Netweaver-related availability information.)
http://service.sap.com/pam  -> SAP NETWEAVER -> SAP NETWEAVER 20004S
-> Database Platforms -> Content Server -> MAXDB -> <WINDOWS SERVER... >
< See the SAP note 919225 for Windows IA32 system requirements.>
Thank you and best regards, Natalia Khlopina

Similar Messages

  • SAP Content server connectivity

    Hi..
    SAP Content Server 6.40 on Solaris 10, Apache 1.3. xx installed successfully. i unable to connect from ECC to SAP Content server gives error in error_logs of app ache
    Mon Sep 6 14:46:55 2010 error http://client 172.16.20.219 File does not exist: /usr/sap/XXX/apache/htdocs//ContentServer/ContentServer.dll
    It really great full, If you can help.
    Regards,
    Panu

    Das..
    Yes my apache server installed and able to open and start and stop.
    installed path: /USR/SAP/XXX/APACHE
    Port :1090
    while installtion apache use make and make install command successfully. 
    Installed SAP Content Server 6.30 on Solaris and can't get pass the CSADMIN First screen that ask the server/port  and script. according to installation document it ask for ContentServer/Contentserver.dll but my installation on the Content Server 6.40 didn't exist that script.
    Did i installed correctly.
    it really helpful if you can help on this.

  • SAP Content Server logs

    Hi..
    SAP Content Server 6.40 on Solaris 10, Apache 1.3. xx installed successfully. i unable to connect from ECC to SAP Content server gives error in error_logs of app ache
    [Mon Sep  6 14:46:55 2010] [error] [client 172.16.20.219] File does not exist: /usr/sap/XXX/apache/htdocs//ContentServer/ContentServer.dll
    It really great full, If you can help.
    Regards,
    Panu
    Edited by: kumar panu on Sep 6, 2010 2:02 PM

    Hi Ravindra,
    We have created repository in OAC0 but when we connect going to connect through the CSADMIN unable to connect to SAP Content Server.
    Can you please confirm the script is correct for Solaris Sytem?
    HTTP SCRIPT: /ContentServer/ContentServer.dll
    Regards,
    Panu
    Edited by: kumar panu on Sep 7, 2010 7:36 AM

  • SAP Content Server

    Dear Experts,
    I got problem in installing SAP Content Server 6.30 in Solaris 9 (Unix-SPARC 64bit). After discus with OSS they sugest to review the Apache installation, i try to follow the OSS note number 664384, but i confused with some error about the compilation, here is my compilation step :
    1. We install gcc for solaris 9 from www.sunfreeware.com
    2. In PATH we add PATH=/usr/bin:/opt/sfw/gcc-3/bin
    3. run configure --prefix=/home/sapcs --enable-module=most --enable-shared=max
        i got error :
    ============================================================
        ./helpers/TestCompile: make: not found
    ++ doing sanity check on compiler and options+
    ** A test compilation with your Makefile configuration
    ** failed.  The below error output from the compilation
    ** test will give you an idea what is failing. Note that
    ** Apache requires an ANSI C Compiler, such as gcc.
    ======== Error Output for sanity check ========
    ./helpers/TestCompile: make: not found
    ============= End of Error Report =============
    4. Then we add PATH=/usr/bin:/usr/ccs/bin:/opt/sfw/gcc-3/bin and CFLAGS="-xarch=v9" (note 664384)
    ================================================
    re run ./configure --prefix=/home/sapcs/ --enable-module=most --enable-shared=max
    Configuring for Apache, Version 1.3.41
    ++ using installation path layout: Apache (config.layout)+
    Creating Makefile
    Creating Configuration.apaci in src
    ++ enabling mod_so for DSO support+
    Creating Makefile in src
    ++ configured for Solaris 290 platform+
    ++ setting C compiler to gcc+
    ++ setting C pre-processor to gcc -E+
    ++ using "tr [a-z] [A-Z]" to uppercase+
    ++ checking for system header files+
    ++ adding selected modules+
        o rewrite_module uses ConfigStart/End
          disabling DBM support for mod_rewrite
          (perhaps you need to add -ldbm, -lndbm or -lgdbm to EXTRA_LIBS)
        o dbm_auth_module uses ConfigStart/End
    ++ using builtin Expat+
    ++ checking sizeof various data types+
    ++ doing sanity check on compiler and options+
    ** A test compilation with your Makefile configuration
    ** failed.  The below error output from the compilation
    ** test will give you an idea what is failing. Note that
    ** Apache requires an ANSI C Compiler, such as gcc.
    ======== Error Output for sanity check ========
    cd ..; gcc  -DSOLARIS2=290 -DNO_DBM_REWRITEMAP -DUSE_EXPAT -I./lib/expat-lite -xarch=v9 `./apaci`     -o helpers/dummy helpers/dummy.c   -lsocket -lnsl -lpthread
    gcc: language arch=v9 not recognized
    ld: fatal: file helpers/dummy.c: unknown file type
    ld: fatal: File processing errors. No output written to helpers/dummy
    collect2: ld returned 1 exit status
    *** Error code 1
    make: Fatal error: Command failed for target `dummy'
    ============= End of Error Report =============
    Aborting!
    5.  I tried to remove the env variable CFLAGS="-xarch=v9", and the result it successfuly installed then i tried to install SAP Content Server 6.30, the installation had been done suceesfully but when i tried to start apache, it can not load the mod_sapcs.so
    Syntax error on line 205 of /home_sapcs/conf/httpd.conf:
    Cannot load /home_sapcs/libexec/mod_sapcs.so into server: ld.so.1: httpd: fatal: /home_sapcs/libexec/mod_sapcs.so: wrong ELF class: ELFCLASS64
    apachectl start: httpd could not be started
    Do you have any idea with this problem? I really need advice for this.
    Thanks in advance
    Bagus

    Hello Experts,
    Please provide the solution, how the problem was resolved. Even I am getting following error right after installation of Content server when installation prompts to restart the server, when I try to stop apache on Solaris 10, it throws following error:
    Syntax error on line 233 of /usr/local/apache2/conf/httpd.conf:
    Cannot load /usr/local/apache2/modules/mod_sapcs2.so into server: ld.so.1: httpd: fatal: /usr/local/apache2/modules/mod_sapcs2.so: wrong ELF class: ELFCLASS64
    I am facing this issue since very long now.
    Please reply at earliest.
    Thanks.
    Regards,
    Kashyap Shah

  • EWA reports for SAP Content Server

    Hi
    I have installed the SAP Content Server 6.40 on Solaris and MaxDB but my client want to configure EWA for  SAP Content Server.
    As per Content Server for EWA reports need to be configuring only Database and OS.
    Kindly suggest me what are the steps need to be performed to setup the EWA for Content Server.
    Regards,
    Panu

    Hi There
    In order to have EWA report for any system you need to meet some prerequisit , for detail please refer to
    this link below..
    http://service.sap.com/EWA   >> Media Library
    Best Regards
    Jai Wardhan

  • Open/edit documents on SAP Content Server from BW?

    Hi guys
    I have been asked to investigate whether this scenario is possible.
    Today we have a SAP Content Server where we save attachments to different kinds of objects. An example could be that we open appropriation request 'S-00123' from IMA11 and attach two different MS Word documents.
    In BW I have created several reports that contain these appropriation requests and we would like to be able to attach/edit the files on the content server from the BW report.
    Is this somehow possible using RRI or some other functionality?
    Might it even be possible by using GoTo --> Documents with the appropriate setup?
    BR
    Stefan

    Hello Friends,
    Any luck??
    Thank you,
    Nikee

  • Error while starting SAP Content server

    Hi Experts,
    I have installed content server, and from OAC0 i have imported certificate. The status is showing running. In details tab, when i enter on start button, I am getting below error.
    HTTP error: 500 (Internal Server Error) "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
    Message no. CMS025
    Diagnosis
    Error in accessing via HTTP
    500 (Internal Server Error)
    "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
    Can any one suggest possible solution?
    Regards
    Aditya

    Hi Aditya
    Could you refer the SAP Notes
    1764842 - Connection problem to SAP Content Server
    582765 - SAP Content Server cannot address database
    Br
    SS

  • Http error 405 method not allowed sap content server windows

    Hi Expert,
    we have install sap content server 6.5 on microsoft windows 2012 using
    IIS 8.0 and MAXDB 7.9 SP 8 Build 21. After configuring the content server it self we still cannot
    create repository error "http error 405 method not allowed"
    Oac0 --> tab Create --> Content rep.
    I have implement note number 1704365 - IIS roles not created by
    default when installing Content Server on Windows 2008. even though it
    is not applicable to our IIS.
    when i try to open http://hostname:1090/ContentServer/ContentServer.dll?serverInfo
    it always direct us to download file not showing the version number.
    is there any solution for this issue?
    Thanks a lot,

    Dear,
    Can you please try following URL ?
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046&contRep=<Repository Name>
    Regards
    S S B

  • Https access to Sap Content Server 620 with R/3 46C

    We are trying to access the Sap Content Server 620 via Https.
    We do not want to administer it via HTTPS, (as we know CSADMIN doesn't support Https in rel. 46C as for note 712332). We want to do in way that the users when do check-in/out of originals these go across the
    network using Https instead Http.
    According note 712330 it should be possible.
    Anyone already did it ?
    Any suggestions ?
    NOte 506314 is not clear. We are in doubt how we applyed it.
    What we did:
    0)activate the SSL on the Sap COntent Server Web Site, requiring and installing a CA certificate.
    1)On the R/3 server in tx OAC0 with %HTTPS filled up the
    two boxes with "%HHTPS
    required"                                           
    1)unpacked the Sap criptolibrary and copied all the files (including those in ntintel subdirectory created during the unpacking) under c:\Programmi\Sap\Frontend\Sapgui on a frontend PC.                                                                               
    2)set the env. variable SAPHTTP=c:\Programmi\Sap\Frontend\Sapgui on 
    Frontend PC                                                                               
    3) from c:\Programmi\Sap\Frontend\Sapgui we created both the SAPSSLC.pse and the SAPSSLS.pse file with the command  :            
    3) from c:\Programmi\Sap\Frontend\Sapgui we created both the          
    SAPSSLC.pse and the SAPSSLS.pse file with the command  :              
    sapgenpse get_pse -noreq -p C:\Programmi\SAP\FrontEnd\SAPgui\<PSE-NAME>
    CN=localhost                                                                               
    4) we run the test: saphttp https://itmif069
    from the frontend to the server where the Content Server is (itmif069). We recive the error:
    trc file: "dev_http", trc level: 2, release: "620"
    Fri Oct 08 12:26:46 2004
    [2256] sccsid: @(#) $Id: //bas/620/src/krn/ftp/http.c#26 $ SAP
    [2256] HTTP Start : argc - 2 a0 - saphttp
    [2256] https//itmif069
    [2256] SECUDIR=C:\Programmi\SAP\FrontEnd\SAPgui
    <<- SapSSLSetTraceFile()==SAP_O_K
    =================================================
    = SSL Initialization
      SapISSLComposeFilename(ssl_lib): using default "sapcrypto.dll"
      SapISSLComposeFilename(server_pse): using default "SAPSSLS.pse"
      SapISSLComposeFilename(client_pse): using default "SAPSSLC.pse"
      SapISSLComposeFilename(anon_pse): using default "SAPSSLA.pse"
    = found SAPCRYPTOLIB  5.5.5C pl16  (Jun 10 2004) MT-safe
    = found SECUDIR environment variable
    = using SECUDIR=C:\Programmi\SAP\FrontEnd\SAPgui
    =  secudessl_Create_SSL_CTX():  PSE "SAPSSLA.pse" not found,
    =      using PSE "SAPSSLC.pse" as fallback
    = The Server SSL_CTX
    =    provides this ordered list of 9 ciphersuites:
    =       1.  SSL_RSA_WITH_RC4_128_SHA
    =       2.  SSL_RSA_WITH_RC4_128_MD5
    =       3.  SSL_RSA_WITH_3DES_EDE_CBC_SHA
    =       4.  SSL_RSA_WITH_DES_CBC_SHA
    =       5.  SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
    =       6.  SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    =       7.  SSL_RSA_EXPORT_WITH_RC4_40_MD5
    =       8.  SSL_RSA_WITH_NULL_SHA
    =       9.  SSL_RSA_WITH_NULL_MD5
    = Success -- SapCryptoLib SSL ready!
    =================================================
    <<- SapSSLInit(, read_profile=0)==SAP_O_K
    ERROR => [2256] URI https//itmif069 [http.c       774]
    ERROR => [2256] Connect to Host  Port 443 error: NIECONN_REFUSED
    [http.c       777]
    We do not know if the criptolibrary ha to be instyalled to the R/3 server to.
    We do not know if the CA certificate instalelled on the Sap COntent Server web site has to be installed on the R/3 server too.
    Any suggestion ?
    Regards

    Caro Mauro,
    I'm more or less in the same situation right now.
    Taking into account that you ask for help on this subject last 2004 Oct. I suppose that you have probably solved the problem.
    Please can you help me with the solution implemented.
    Find below my current work e-mail adress
    [email protected]
    Thanks in advance,
    Best regards, Xavier Grau.

  • Sap Content server Direct Browser Access - docGet

    We use SAP Content Server for DMS doc storage. Docs are stored without digital signing.
    I am looking to access dms original files directly via web browser using the "docGet" command.
    My url looks as shown:
    http://pswdf009:1080/ContentServer/ContentServer.dll?docGet&pVersion=0045&contRep=K1&docId=361A524A3ECB5459E0000800099245EC
    When I call the url, browser does not seem to be able to read the file type of the server response. An "open/save" dialog appears and when "open" is selected a subsequent dialog appears asking which application to use to open the file. Once the correct application is chosen, the document is displayed correctly.
    Is there some way to instruct the browser the content-type is application/pdf?
    Will CSAdmin parameter changes have any impact?
    The browser is Internet Explorer 6.
    Any help is appreciated.
    Roger

    Hi Roger,
    you may of course find an answer here.
    But mySAP PLM DMS is not a focus topic here (besides maybe connecting it into the SAP Portal and KM). Thus, you may be better off using a contact or a message to PLM.
    Regards, Karsten

  • SAP Content Server Configuration (CSADMIN) error in connection

    Dear Colleagues
    I have installed SAP Content Server 6.40 on Windows 2008 R2 server (64 bit) using IIS 7.5 with MaxDB 7.8.02, Installation completed successfully.
    URL testing Information on both Content Server and an Instance which we need to connect to it.
    http://cs460:1090/ContentServer/ContentServer.dll?serverInfo
    serverType="SAP HTTP Content Server";serverVendorId="Copyright SAP AG, All rights reserved 1998, 2001  ";serverVersion="6400";serverPatch="9";serverBuild="201";pVersion="0046";serverStatus=
    "running";serverStatusDescription="";serverDate="2014-05-11";serverTime="02:03:08";startUpDate="2014-05-11";startUpTime="02:03:08";lastAccessDate="2014-05-11";lastAccessTime="02:03:08";
    However, when I try to create repository with CSADMIN tcode, I am getting error ''HTTP error: 500 (Internal Server Error)'.
    database host is up or down and the web server up
    My settings are as follows
    1- On Content server I give full permission to content Rep directory
    2- On IIS I have allowed Unspecified ISAPI& CGI & modules.
    3-odbcreg as the following:-
    C:\sapdb\SDB\db\pgm>odbcreg -g
    List of installed drivers
    1.      SQL Server;     %WINDIR%\system32\SQLSRV32.dll
    2.      SAP MaxDB SDB (Unicode);        C:\sapdb\SDB\db\pgm\sdbodbcw.dll
    3.      SAP MaxDB SDB;  C:\sapdb\SDB\db\pgm\sdbodbc.dll
          C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbcw.dll
    ODBC Driver for 'MaxDB' has been successfully registered.
         C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbc.dll
    ODBC Driver for 'MaxDB' has been successfully registered.
    4- under settings tab for the repository I set the parameter (driver = MaxDB) as per SAP note 977091
    Please suggest, how to resolve this issue.
    Thanks

    HI Hany Zahran,
    Hope that your issue resolved? if so please close this thread with updated answer and make sure mark assumed answered (see top of the screen).
    All the best my dear fnd.
    Regards,
    chandu.

  • Moving SAP Content Server/MaxDB 7.6 to a Windows 2008 R2 Server

    Hi All.
    We are in the process of upgrading our server where the SAP content server is located.  We are going from SAP CS 6.30/MaxDB 7.6 to a Windows 2008 R2 server where we want to install SAP CS 6.40/MaxDB 7.8.  I have been following the latest manual from SAP for upgrading to MaxDb 7.8  (2010-10-05) from MaxDb 7.6 using the in-place method.
    To date we have installed MaxDB 7.6 on the server.  We restored our latest backup and performed the index checks as spelled out in the manual.  I have the database in ADMIN mode and went to run the MaxDb 7.8 install for the 64 bit window version.  THe install GUI comes up, but the Update selection is grayed out.  This tells me that the install program can not detect our existing database.  I did make sure I was running the install as Admim so I do not think that is the issue.
    This is the second time I have tried this upgrade.  The first time I did a comand line upgrade by runing the .bat file DBUPDATE.bat. We have a 110 Gbyte database and this upgrade ran in about 15 minutes, and of course when I went to openthe database it was toast.  Do not want to make the same mistake again.
    One other point, since we did a restore of the database, then the index check, we did not run a backup as the manual suggested as we felt it was not necessary.  Does the system require a backup before upgrade and that is why it does not see the database?
    Any assistance will be greatly appreciated.

    I beleive we have resolved the issue with upgrading the database, but now we are having a problem with Datbase Studio 7.8.  Before the upgrade we used Data Manager 7.6.  After the upgrade we installed Database Studio 7.8 and when we go to start it up, we are getting the Problems opening perspective 'com.sap.sdb.tools.ut.perspectives.mainPerspective'. I followed the instruction in another post Problems opening perspective in Database Studio, but we still are getting the error.
    Can anybody offer any assistance as we are getting close to the weekend when we want to do the cutover and we are not even done with our first pass at upgrading the SAP content server.
    Thanks
    John

  • SAP Content Server 6.40 on Windows 2003, IIS 6, filesystem storage

    Hello:
    We have installed SAP Content Sever 6.40 on Windows Server 2003, IIS 6, and using the filesystem as storage, not SAPDB.
    The installation goes without any issues and completes successfully, but the test URL http://<host>:<port>/ContentServer/ContentServer.dll?serverInfo returns "The page cannot be displayed" and not the expected system info/status. We need to fix this before moving on to config in ERP, any suggestions into Content Server or IIS settings/configuration is appreciated.
    We're using the standard install port 1090, and testing from a browser in the same host.
    Regards,
    Eduardo

    Additional information:
    Looking in the event viewer under application, I see the following 2 errors:
    1) The HTTP Filter DLL D:\Program Files\SAP\Content Server\ContentServer.dll failed to load.  The data is the error.
    Data: 0000: 0000007f
    2) Could not load all ISAPI filters for site/service.  Therefore startup aborted.
    Regards,
    Eduardo

  • SAP Content Server 6.40 on 32 or 64 bit OS?

    Hi all,
    Can anyone tell me if SAP Content Server 6.40 on NW 2004s with MaxDB 7.6 will run on Windows 2003 64 or 32 bit? I have installed in on a x64 bit 2003 server now, but there seems to be some issues. For starters, I get the following error message when I try to run "http://<hostname>:<portno.>/ContentServer/ContentServer.dll?serverInfo" as part of the post-processing when installing SAP Content Server 6.40:
    %1 is not a valid Win32 application.
    Does anyone have any ideas?
    Regards,
    Thomas

    Hello,
    Currently, SAP Content Server do not support on Windows 64 bit system.
    Please install on 32 bit system.
    SAP CONTENT SERVER 6.40 -> MAXDB -> <WINDOWS SERVER...  >:
    MAXDB 7.6  WINDOWS SERVER 2003/IA32 32BIT
    If you are SAP customer, you will find more detailed information about
    availability in the SAP Product Availability Matrix (PAM) at 
    http://service.sap.com/pam (This is the official source for all SAP
    Netweaver-related availability information.)
    http://service.sap.com/pam  -> SAP NETWEAVER -> SAP NETWEAVER 20004S
    -> Database Platforms -> Content Server -> MAXDB -> <WINDOWS SERVER... >
    < See the SAP note 919225 for Windows IA32 system requirements.>
    Thank you and best regards, Natalia Khlopina

  • Error while starting Apache WebServer in SAP Content server from sapcs user

    Dear Consultants,
    We are facing a Issue while staring Apache Server from SAPCS user
    We have installed SAP Content server 6.4 with SAP MAX DB 7.6 on RHEL
    Linux 64 bit OS, we also installed Apache web server server following SAP
    Standard Installation guide,
    When We run Apache server using sapcs user we are facing a error
    Error (1) -
    [sapcs@hpsebdev1 bin]$ apachectl start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Error (2) - same issue we get when we use httpd script to start apache
    service.
    [sapcs@hpsebdev1 bin]$ httpd -k start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    Please Help regarding the issue
    Regards
    Gagan Sharma
    SAP BASIS Consultant

    Hello Gaghan,
    From the error it seems that port 80 is being already used. Did you install the second Apache under a different user?
    Can you please try using another port?
    Regards,
    Blanca

Maybe you are looking for

  • CRM 7.0 Stop Early Number Assignment for  BP create

    Hi Gurus In CRM 7.0 WEB UI & IC Is it possible to stop the BP Number from being generated until the BP is saved successfully? Many Thanks in advance Panduranga

  • HT1454 iphone 4s tv out

    i am pulling my hair out, i have an iphone 4s and ipad 2 and 3 in fact in this house i think we own them all.i have bought a new belkin composite lead to plug into tv, but nothink will work, no pads, pods or phones, i have even tryed with apple leads

  • Handling SAP Events from CPS

    Hello ,           is there anyway can we handle SAP events from CPS  , our scenario is if we schedule a job in SAP from CPS , the job in SAP is firing an SAP event based job , how can we get the status of event based job from SAP to CPS. Regards Ragh

  • Error message U43M1D204

    I recently received a notification about updates on my InDesign, Photoshop and Illustrator apps, and was able to succesfully update Photoshop and Illustrator.  But I was unable to update InDesign and received the following message: "Update Failed. Th

  • Http vs. http ?

    I have opened a page starting with "http" and then wanted to continue clicking on a link on that page and received the following message : Safari can't open the specified address. Safari can't open "http://www.wimbledon.org/enGB/scores/schedule/psche