Windows 2008 symbolic links and SAP

Dear Gurus.
Is it supported to use windows 2008 symbolic links for sap directories?    
For examle disk E: is small local disk and "sap" folder is symbolic          
link to network share ?                                                    
Regards
Vladimir Kogan

Hi,
As far as I know it is not possible in Win 2008. Check below link & see if you get any important information.
SAP on Microsoft Windows
Hope it helps
Thanks
Sushil

Similar Messages

  • Can we run domain controller windows 2008 32 bit and additional domain controller on 2003 server

    im my environment we are trying to upgrade from server 2k3 to 2k8, out testing done on server 2k3 to 2k8, but can we run domain controller windows 2008 32 bit and additional domain controller on 2003 server ...kindly suggest
    Nitin Gaurav
    [email protected]

    Yes you can. If you have two 2003 AD servers currently and upgrade one of them to 2008 AD then they'll continue to be able to work together. The domains functional level will remain as 2003 across both servers so at this stage you won't get any benefit from
    the new AD functionality available in 2008.
    Once you've then upgraded the second 2003 server to 2008 you can then upgrade the functionality levels in AD to make it 2008. It's been a while, but I believe it doesn't happen automatically, so once all AD servers have been upgraded you have to go into
    AD and upgrade the functionality levels yourself.

  • FIM 2010 R2 Sp1, Windows 2008 R2 SP1 and Recycle Bin issues

    Hi,
    We are running FIM 2010 R2 Sp1 (build 4.1.3613.0)
    Also running Windows 2008 R2 Forest and Domain functional level environment. (Windows Server 2008 R2 SP1 on all DCs). The previous Recycle Bin hotfix https://support.microsoft.com/en-us/kb/979214/ fails to install since we are already running WS08 R2 SP1
    on all the DCs.
    During deprovisioning, when a user is deleted from the source HR system, FIM deletes the object from AD, FIM Sync & Portal.
    FIM also manages a FIM Portal group, where membership is assigned manually. This membership is then updated in AD.
    When a user (who is part of this group) is deleted in HR, FIM deletes it from AD, FIM Sync, FIM Portal, FIM also removes user from FIM Portal group. The user is also removed from the AD group (by FIM group object membership attribute flow to AD)
    ...however, on the next AD Export, FIM fails to update the same group and complains about this very same user (CD Error) and lists the user as: CN=username\0ADEL:GUID, CN=Deleted Objects,DC=domain,DC=com
    It appears that there is a problem with FIM and the Recycle Bin again?
    Are there any new Recycle Bin/FIM hotfixes ?
    Thanks,
    SK

    May I suggest you review the following:
    Is the AD MA user account part of the Domain Admins group? If yes, please remove it from this Group
    Verify that the "CN=Deleted Objects" container has not somehow been included in the AD MA OU scope

  • Clustering, unix symbolic links, and war files

              Hello,
              we use symbolic links in our web application to a large shared storage device.
              This works when running a single server, when the application is not a war file.
              When we cluster the application, the admin server creates a war file, blindly
              follows the symbolic links and tries to include all files in the shared storage
              device. Bad!
              Is there a work-around to this problem in a clustered configuration?
              -Thanks-
              

              hi,
              can you tell me know you deploy your app to the cluster member
              manually? do you run each member as an admin server? how do
              you group them into a cluster then?
              thanks,
              yan
              "Philippe Lantin" plantin_AT_cobaltgroup.com wrote:
              >
              >
              >Yes, this method works. I did want to keep a central admin server to
              >avoid have
              >multiple configuration files, and deploy new code to only one location.
              >I suppose
              >I could do this via a shared drive.
              >
              >I have an open case with BEA on this issue. The root of the problem appears
              >to
              >be that the jar format isn't equipped to deal with symbolic links. Webapps
              >which
              >are exploded in directories lose their symbolic links when packaged in
              >a war.
              >
              >Thanks,
              >
              >Philippe Lantin
              >
              >"Cameron Purdy" <[email protected]> wrote:
              >>I've never used that centralized deployment feature; rather I've always
              >>configured each of the cluster members manually, partly because of the
              >>bug
              >>in the admin server in 6.0 (?) that would not allow it to deploy to
              >the
              >>cluster.
              >>
              >>Can you try to deploy the application manually?
              >>
              >>Peace,
              >>
              >>--
              >>Cameron Purdy
              >>Tangosol Inc.
              >><< Tangosol Server: How Weblogic applications are customized >>
              >><< Download now from http://www.tangosol.com/download.jsp >>
              >>
              >>
              >><Philippe Lantin plantin_AT_cobaltgroup.com> wrote in message
              >>news:[email protected]...
              >>>
              >>>
              >>> Hi,
              >>>
              >>> our web application is not a war when we use a single server. We simply
              >>use a
              >>> directory under "applications". This method works correctly with symbolic
              >>links
              >>> under weblogic v.6.1.
              >>>
              >>> To test our application in the cluster, we use the previous single
              >>server
              >>as the
              >>> administration server, leaving the application directory intact. We
              >>create
              >>a cluster
              >>> definition with it's target members using this web application.
              >>>
              >>> When we start up the cluster members, the administration server creates
              >>a
              >>war
              >>> file that is distributed to to cluster members. This is not somthing
              >>we
              >>control,
              >>> this is automatically done by weblogic.
              >>>
              >>> This is where we run into trouble. When the admin server creates the
              >>war
              >>file
              >>> to distribute to the cluster target, it follows the symbolic links
              >>and
              >>recursively
              >>> includes all files and directories. This creates a huge war file,
              >and
              >>is
              >>obviously
              >>> not the behavior we are looking for.
              >>>
              >>> Creating a war file manually doesn't help, since jar doesn't support
              >>symbolic
              >>> links.
              >>>
              >>> Thanks,
              >>>
              >>> Philippe Lantin
              >>>
              >>>
              >>> "Cameron Purdy" <[email protected]> wrote:
              >>> >I don't understand at which point you are running into a problem.
              >>> >
              >>> >> we use symbolic links in our web application to a large shared
              >storage
              >>> >device.
              >>> >
              >>> >That is not uncommon, for example to use a Sun storage box or EMC
              >>with
              >>> >some
              >>> >fault tolerant characteristics to host the application images etc.
              >>> >
              >>> >> This works when running a single server, when the application is
              >>not
              >>> >a war
              >>> >file.
              >>> >
              >>> >Do you mean when it is "exploded"? Does it work with a single server
              >>> >when
              >>> >the app is a war file?
              >>> >
              >>> >> When we cluster the application, the admin server creates a war
              >>file,
              >>> >blindly
              >>> >> follows the symbolic links and tries to include all files in the
              >>shared
              >>> >storage
              >>> >> device.
              >>> >
              >>> >This is the part that I don't follow. Are you using 6.1sp1? What
              >are
              >>> >the
              >>> >steps that you are taking with the admin server?
              >>> >
              >>> >Peace,
              >>> >
              >>> >--
              >>> >Cameron Purdy
              >>> >Tangosol Inc.
              >>> ><< Tangosol Server: How Weblogic applications are customized >>
              >>> ><< Download now from http://www.tangosol.com/download.jsp >>
              >>> >
              >>> >
              >>> ><Philippe Lantin plantin_AT_cobaltgroup.com> wrote in message
              >>> >news:[email protected]...
              >>> >>
              >>> >>
              >>> >> Hello,
              >>> >>
              >>> >> we use symbolic links in our web application to a large shared
              >storage
              >>> >device.
              >>> >> This works when running a single server, when the application is
              >>not
              >>> >a war
              >>> >file.
              >>> >> When we cluster the application, the admin server creates a war
              >>file,
              >>> >blindly
              >>> >> follows the symbolic links and tries to include all files in the
              >>shared
              >>> >storage
              >>> >> device. Bad!
              >>> >>
              >>> >> Is there a work-around to this problem in a clustered configuration?
              >>> >>
              >>> >> -Thanks-
              >>> >>
              >>> >>
              >>> >>
              >>> >
              >>> >
              >>>
              >>
              >>
              >
              

  • Windows 2008 Web Server and Crystal Reports Runtime 10 comptability

    We have migrated a website that was previoulsy on a Wndows 2003 server using IIS6 and Crystal Reports Runtime v 10 on ASP.NET 2.0
    After migrating the website, and installing the Crytal Reports runtime, we are getting application errors related to Crystal Reports Runtime in event viewer and the browser.
    For one is Crystal Reports Runtime v10 compatible with Windows 2008 Server, IIS 7 ?

    No it is not. You're looking for about a 5 year forward compatibility. At this time, only CR 2008 (12.x) and Crystal Reports Basic for Visual Studio 2008 (10.5) are supported on WIN 2008. See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] blog for more details.
    Ludek

  • Windows 2008 64 bits and BO XI 3.1

    Bonjour,
    Que faut il faire pour installer BO XI sans problème sur un serveur windows 2008 64 bits virtualisé ? paramètres,composants 32 bits à installer ou à paramétrer ??
    Merci de votre réponse
    Cordialement
    F. Bedouin
    02.23.21.76.54

    Hi Francoise,
    You should be aware that SDN forums are English spoken forums.
    I don't know BO products and so cannot help you but I suggest that you rewrite your question in English for  a better chance to get a useful answer.
    Regards,
    Olivier

  • Slow printing on windows 2008 std, R2 and windows 2012

    Hi All,
    I have a print server which is configured on windows 2008 R2. We are experiencing slow printing when printing directly from the server or from a client through the server. Small sized files prints fast, anything which has image takes a long time. All the
    printers in our organization are Xerox Colorqube 9303. When installed the driver directly on to windows 7 32 bit PC, it prints without any delay. Also, when prints from the server a 2 MB file becomes 15 MB or more while sending. We have tried PCL6 and PS drivers.
    To replicate it, i have installed a windows 2012 server ended up with the same result. Installed windows 2008 standard 32 bit with SP2 and the result remains same. Also tried it on windows 8, 64 bit without any luck. So effectively, it works fine only when
    directly installed on a windows 7 PC. I have disabled all three: disabling TCP Chimney Offload, RSS, Receive Window Auto-Tuning .
    After shooting the print, if you observe the printer properties, it sends data at a very low rate which results a 10 MB documents prints take around 10 minutes. At the same time, file copying from the server to and fro is working normally. All these servers
    are directly connected to the cisco 6509 core switch. All the above tests were performed on the same physical switch. The server and clients are on the same network (subnet).
    Have anybody come across to a similar issue. Any useful suggestions would deeply appreciated.
    Thanks,
    Prince Mathew

    Hi Prince Mathew,
    Based on your description, this issue seems that it’s related to this specific model printer (Xerox
    colorqube 9303). Please install the latest version of the driver and the firmware from Xerox website, and then check if this issue still exists.
    If it still persists, please clear Printer Spooler Files and enable the Spooler Service again.
    For details, please refer to.
    1. Click Start, run "Services.msc" (without the quotation marks).
    2. In Services list, please double click "Printer Spooler". Then click
    Stop, and then click OK.
    3. Please locate to: "%WINDIR%\system32\spool\printers", delete all files in this folder.
    4. Click Start, run "Services.msc" (without the quotation marks). In Services list, double click
    "Printer Spooler". Click on Start. In the Startup Type list, make sure that "Automatic" is selected and click OK.
    Then check if this issue can be solved.
    Hope this helps.
    Best regards,
    Justin Gu

  • Windows 2008 64-bit and Microsft ODBC for Oracle problem

    Hello,
    I am trying to create ODBC connection to Oracle 9i Database on remote server. I am using Windows 2008 64-bit but it is not showing Microsoft ODBC Driver for Oracle. Could any one suggest what to do?\\
    Thanks

    GQ wrote:
    Hello,
    I am trying to create ODBC connection to Oracle 9i Database on remote server. I am using Windows 2008 64-bit but it is not showing Microsoft ODBC Driver for Oracle. Could any one suggest what to do?\\
    ThanksInstall the Oracle client and use the Oracle driver. You're going to need it whether you use the MS driver or Oracles. ODBC drivers do not work apart from the client of the underlying database product.
    When you do the install, you will need to do a custom install and specifically select for the Windows components.

  • Windows 2008 Licensing - Standard and Enterprise Edt - No of License required

    Hello All  , 
    We have a Windows Environment running on VMware (ESXi5.1), running Windows 2008 Standard and Enterprise platforms . We are working on the no of license that is required  for each category . Can you help us in licencing calculation for each environment
    .Below is the split 
    Windows 2008 R2 Standard Edt.
    ESX Cluster 1 
    Total No of ESX Hosts :4 
    Total No of Windows 2008 R2 Std Edt VMs : 9   // How many license req ? Calculation 
    Total No of Windows 2008 R2 Ent Edt VMs : 6    // How many license req ? Calculation 
    ESX Cluster 2 
    Total no of ESX Hosts : 3 
    Total No of Windows 2008 R2 Std Edt VMs : 13  // How many license req ? Calculation 
    Total No of Windows 2008 R2 Ent Edt VMs : 6   // How many license req ? Calculation 
    Appreciate your support 

    Hi Sathish,
    I would recommend you to contact the Microsoft Volume Licensing Service Center at the following
    Microsoft website. They are the experts and can guide you with the proper license requirments.
    https://www.microsoft.com/licensing/servicecenter/
    Find your local Volume Licensing Service Center support contact information below. Select your country from the drop-down list and the correct Support Center will
    be displayed at right.
    https://www.microsoft.com/licensing/servicecenter/Help/Contact.aspx
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • "/usr/lib is not a symbolic link" and testify+libjpeg7 problem

    everytime I update pacman or do a "ldconfig" I get this:
    /sbin/ldconfig: /usr/lib/ is not a symbolic link
    this appeared by the time i installed libjpeg7 from aur (though I'm not 100% sure libjpeg7 is responsible). I've looked through google trying to find out what it means and if it is a problem, but nada! but, while at libjpeg, even though I installed libjpeg7 I can't compile testify (spotify linux-client). I get this error:
    In file included from image.c:31:
    jmemsrc.h:26: error: conflicting types for 'jpeg_mem_src'
    /usr/include/jpeglib.h:959: note: previous declaration of 'jpeg_mem_src' was here
    make: *** [image.o] Error 1
    make: *** Waiting for unfinished jobs....
    when i make /usr/include/jpeglib.h link to /usr/include/libjpeg7/jpeglib.h the compile and install is successful, BUT, testify crashes telling me:
    Wrong JPEG library version: library is 80, caller expects 70
    if more info's required, I'll provide andif I'm raising a problem already raised (I know there's been a lot of hassle since the upgrade), I'll gladly follow a link to solution.
    edit: the "not a symbolic link" appeared after installing libspotify0.0.3. installed it on another computer, and same thing appeared. though, would still like to know why it appears...
    Last edited by serein (2010-03-27 17:09:58)

    Mr.Elendig wrote:Whatever you are trying to build has to be patched for libjpeg8
    to much to do to get libjpeg7 working the way i want it to?
    i've looked through the source, but i don't know enough to get it working... crap.
    and its xtestify i'm trying to build: http://xtestify.sourceforge.net/

  • In-place upgrade Windows 2008 to 2008R2 and effects on SharePoint

    I have a SharePoint farm, with a WFE running on Windows 2008 64 bit. THe APP and SQL server both use 2008R2. It's a complicated setup, with many custom applications. Rather than a fresh install, we would prefer to maintain our current applications and configuration.
    Can I perform an in-place 2008R2 upgrade? Will it affect SharePoint? The Farm?
    Backup strategies?
    Thanks,
    Scott

    Hi Scott,
    Operating System in place upgrade is NOT supported with SharePoint 2010. It is recommended that building a new Win2008 R2 and restoring a backup of your SharePoint 2010.
    For more information, you can have a look at the blogs:
    https://social.technet.microsoft.com/Forums/en-US/8c638ca6-0edf-4d5d-a443-3841cb64f673/inplace-upgrade-from-windows-2008-to-2008-r2-breaks-sharepoint-2010?forum=sharepointadminprevious
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Windows 2008 R2 cluster and FTP-connection

    Hi,
    We have windows 2008 r2 server cluster. There is a resource which is connected by the third part
    via ftp. When they establish the connection, there is configured ip-address to certain node.
    When we manage cluster, it might happen that the resource is left on the other node and when they
    establish next time the ftp-connection, it says that can't connect. I've made similiar usernames with
    similiar passwords on both nodes.
    Is there a possibility to configure the environment so, thta ftp-connection is not depend on which
    node the resource is?
    Br, Petteri

    Hi Peter Castle,
    When you want to keep the session on one server you must use the Single Affinity option.
    The related KB:
    Specifying the Affinity and Load-Balancing Behavior of the Custom Port Rule
    http://technet.microsoft.com/en-us/library/cc759039(v=ws.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Scanning from Windows 2008 Scan Manager and an HP 8500 A909A

    I am trying to set up a Scan server on Windows 2008 R2 and can not get it to recongnize my HP8500 A909a MFP.  I can print to it from the Print Server (via the network), but not scan from it from the Scan Server. 

    Same problem here. Got it to scan by logging into printer ip.

  • Content Transfer Archive Link and sap viewer

    Hello,
    I configured archive link to view attached documents with the sap viewer via HTTP. The document is stored in a external Content management system. When I try to retrieve a document, the sap system genereates a request to my external archive server. The server sends a response back to sap. But will the content directly go from the archive server to the sap viewer application or will the content travel to the sap server and then to the client pc? For example: the sap server is in australia, the client PC in the USA and also the repository and archive server is in the USA. Will the content travel to australia and then back to the client PC in the usa?
    Thanks,
    Nicole

    Hi Nicole,
    As far as i know when you create a document in you Content server SAP creates a link to that document, When your frontend request a document, SAP forward you to that link and SAPviewer retrieve the info directly from the Content server to the frontend.
    Hope this help!
    Juan Reyes

  • Windows 2008 AD Sites and Services: Multiple Connection links between same sites

    Hello,
    Our AD Sites  & Services is showing Multiple Connection links between the same sites. How is this possible and can i delete extra ones?  

    Hi,
    As Calin Liviu mentioned, you do not have to manage connection objects. In fact, changes that you make to connection objects that the KCC creates automatically are ignored.
    If the site is added to more than one site link, it might be an interim site between other sites that are added to this site link.
    Understanding Replication Between Sites
    http://technet.microsoft.com/en-us/library/cc771251.aspx
    Please check the replication issue, and post the result to here.
    Regards.
    Vivian Wang

Maybe you are looking for

  • SAP BI 4.0 Installation on Linux Machines

    Hi, Can some body send me the document or Detailed steps regarding how to install the SAP BI 4.0 software on the Linux machines.also let me know what are the pre-requisites for this installation. This software needs to be installed in both Server and

  • Use Border class to create shadow??

    Hi, is it possible to use one of the Border classes to create a border that looks like a shadow? So instead of having the border on all four sides of the label I only want it on two sides and on those sides not the whole height and width of the label

  • Photoshop CS3 Installation alongside Photoshop 7

    I have been using Photoshop 7 sucessfully for years but I have downloaded a trial version of Photoshop CS3... I would like to install the CS3 on the same computer as the Photoshop 7. Will this be an issue or am I expected to uninstall the Photoshop 7

  • Fire Auras?

    I have adobe photoshop cs2.  I am just now learing how to use PS.  I have the basics down.  I am trying to add some effects to my personal photos. I want to be able to take a photo of myself and remove the background put it on a black bacground and c

  • $expand multiple child entity sets on master item selection

    Hi, I have OData service with following entityset structure: Deals                       -> Master    Systems               -> Detail    Documents           -> Detail    References           -> Detail On Master view, I am displaying list of Deals. An