Deploy custom solutions in multi-server farm

We are trying to migrate all the 2010 custom solutions to 2013 and we have 3 WFE's and 3 APP servers in our farm. Central Admin is on one of the APP servers. So when I try to add the custom solutions in this new farm, what is the correct process in
deploying those custom solutions?
I am thinking to run the powershell commands (ADD_SPSolution and Install-SPSolution) on the APP server where the CA is installed and will this deploy the files on all the WFE's or Do I need to manually deploy on all the WFE's? Is it true that we need
to start the deployment on the server where the CA is installed?
Thanks in advance,
-Aparna.

Yes, You are right.
To Add
Add-SPSolution -LiteralPath c:\contoso_solution.wsp
To install
Install-SPSolution -Identity contoso_solution.wsp -GACDeployment
You have to select the parameter appropriately i.e webapplication url, Compatibility  etc 
Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Similar Messages

  • How to deploy customer extensions in EJB-Server?

    Hello,
    I would like to know, what is the best way to deploy customer extensions
    to a J2EE application (which is deployed as an .ear file) .
    I am using a configurable dynamic class loading to allow product
    customization (usually implementations of interfaces).
    I know some possible solutions, but...
    1. solution: the customer provides its product extensions as a jar file
    which is then located in the classpath of the J2EE server.
    But I dislike this solution, beause it requires a server restart if the
    customer extensions are redeployed and further on, depending on the
    customer company's security restricition, no access to the J2EE server's
    CLASSPATH might be granted.
    2. solution: the customer opens the .ear file of our product, adds its
    extension.jar to it and the extension.jar has to have a predefined name.
    By that we can make sure, that the classloader finds this jar (because
    it can be referenced in the classpath of the manifest.mf of the ejb.jar,
    it will do no harm, if it does not exist).
    What do you think about this?
    Are there other possible solutions?
    Best regards from sunny Black Forest, Germany,
         Mattin

    iis doesnt have jsp engine to work on ur jsp..it can rather redirects to ur webserver where u can put ur jsp and make it run ther..
    rgds
    Shanu

  • SharePoint Multi-Server Farm with LB and SQL Cluster.

    Helllo,
    We are setting up a Multi Server SharePoint 2013 Farm with a Load-Balancer. 
    We are also using SQL Server 2012, Two Node Cluster. 
    We have SQL Server Instance Running as a Service. Also I managed to install PowerPivot for SharePoint as a Instance. 
    Looking at various article's I have question if this Cluster Setup supported in SharePoint 2013. 
    Can the SharePoint Farm use this PowerPivot Instance as a failover service? 
    Or do I have to install Analysis services separately on Both SQL Nodes? 
    If so how do I configure Excel Services on SharePoint? 
    Thank you
    Sham

    PowerPivot is installed on the SharePoint server and is a scale-out service (you just install it on multiple SharePoint servers and make sure the Service Instance is started in SharePoint). Same with Excel Calc Services (but for this one you don't have
    to install anything, just start it).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Installing reporting on a multi-server farm

    Hi guys,
    I am trying to set up SharePoint reporting services for Sharepoint 2013. I have installed the Reporting services and the reporting services add-on on the Application server, do I need to install this on the web server also.
    Thanks

    The SSRS addon must be installed on the WFE, yes.  The Reporting Services service does not need to be installed on the WFE.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Workflow Custom Activity deploy in multi server environment

    I have been working on a project that involves developing a custom workflow activity for SharePoint 2013. I am developing it in a single server environment working with http.
    My problem occurs when deploying to multi-server environment with https (WFE, APP). My question is how to deploy my solution to the new environment. 
    The steps:
    Create a project - c# activity library
    Add a workflow activity, add .xml
    Deploy the .dll and .xml of project to:
    "C:\Program Files\Workflow%20Manager\1.0\Workflow\Artifacts" "C:\Program Files\Workflow Manager\1.0\Workflow\WFWebRoot\bin"
    net sotp "Workflow Manager Backend"
    net start "Workflow Manager Backend"
    Deploy .DLL to GAC
        - Created MSI using install shield in VS2010 to add .DLL to GAC
        - Verify .DLL in GAC by going to c:\windows\assembly and %windir%\Microsoft.NET\assembly
    iisrest
    Deploy WSP to SharePoint, activate feature, open SharePoint Designer 2013 and choose the custom action that now appears when creating a 2013 workflow
    To recap we have workflow manager on the APP server and and the workflow client on the WFE. We deployed the .DLL and .XML to the workflow manager (APP) only. The .DLL is deployed
    to/in the GAC on the WFE and the APP. We are able to see and create the activity in Designer 2013 and we deploy the workflow to a normal SharePoint list. When we run the workflow we do not get any errors in the ULS logs, event viewer or Workflow Manager Debug
    Logs (event viewer also). The site is not created though. We believe the issue is that the custom C# (.DLL) is not being ran. 
    This all works fine and dandy on my single server environment. Workflow is working like a charm. How can we trouble shoot what the issue is if we are not finding any errors?
    Is there a step that we missed or some other place we need to look for logs? Would the ULS logs show the site creation or show running our custom code? Currently it does not show anything when we run the workflow.
    Let me know if this is unclear or if anyone needs more information. Thanks

    Hi,
    Here is a workaround for your reference:
    We can develop a custom WCF service instead of the Custom Activity in SharePoint. And then use the service from workflow. It use a separate dedicated server for workflow without having any reference to SharePoint DLLs from inside workflow.
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/d462ca07-9861-4133-948a-fc9771306cb1/custom-workflow-how-to-go-from-single-server-to-multiple?forum=sharepointdevelopment
    Thanks,
    Dennis Guo
    TechNet Community 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]
    Dennis Guo
    TechNet Community Support

  • How to create a mult-server server farm?

    Hello Community
        Let's say you create your Sharepoint 2013 Server farm.
        How do you create a Search and Application Server on a separate physical
    server and how do you create an SQL Server on a Separate physical Server
    and finally adding those Search and Application Server and SQL Server
    to your Sharepoint 2013 Server farm?
        Thank you
        Shabeaut

    Hi,
    Once you are done with SharePoint installation on one server you are going to add further Application server or Web front end server as per your requirement and finally you will configure the service on your farm.
    For setting up the multitire SharePoint farm first of all you need to install the below given  prerequisites on
    one server.
    Microsoft .NET Framework 4.5
    Windows Management Framework 3.0 (CTP2)
    Application Server Role, Web Server (IIS) Role
    Microsoft SQL Server 2008 R2 SP1 Native Client
    Windows Identity Foundation (KB974405)
    Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    Windows Server AppFabric
    Microsoft Identity Extensions
    Microsoft Information Protection and Control Client
    Microsoft WCF Data Services 5.0
    Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    After installing the SQL server you Just run the SharePoint product and technologies configuration wizard and follow the steps
    to add a sever to an existing farm.
    Actually as per your question you need to set up a three-tier farm configuration consists of two front-end web
    servers, an application server, and a database server. The deployment sequence and configurations that are described in this article are based on recommended best practices. While the farm configuration is not complex, it provides a fundamental infrastructure
    to implement a SharePoint 2013 solution on similar — or more complex farms.
    In this article:
    Overview
    Prepare the farm servers
    Install SharePoint 2013 on the farm servers
    Create and configure the farm
    Add web servers to the farm
    Post-installation steps
    Please feel free to reply back if you stuck somewhere or need any specific help.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • Sharepoint 2013 BI feature installation multi-server deployment

    Hello Experts,
    I have a 6 server farm setup in which I need to enable the Sharepoint 2013 BI features, and I need some clarification  as follows.
    When installing reporting services for SharePoint add-in, should it be installed on all servers(application and wfes)
    When installing powerpivot for SharePoint should it be installed on all servers(application and wfes)
    What other add-on should I consider to install.
    R,
    Shola

    Hi Shola,
    1.No, SSRS Add-in could be deployed into WFE Servers only.
    2.Yes,you need to install SQL Server 2012 SP1 PowerPivot for Microsoft SharePoint (sppowerpivot.msi) on each server in the farm.
    3.No.
    For more information, you can have a look at the blogs:
    http://blogs.technet.com/b/ldusolier/archive/2014/05/19/use-of-bi-capabilities-in-sharepoint-2013-with-sql-server-2012.aspx
    https://social.technet.microsoft.com/Forums/office/en-US/6870ecb8-8953-4021-8963-5e49c2f733d5/ssrs-and-powerpivot-in-a-sharepoint-server-2013-farm
    https://technet.microsoft.com/en-us/library/bb677365(v=sql.105).aspx
    https://technet.microsoft.com/en-us/library/dn456880(v=office.15).aspx
    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]

  • Problem deploying Custom Page to E-Business Server

    Hi All,
    We have the below setup:
    - Single Instance of Oracle E-Business Suite 12.1.3 with Database 10.2.0.5 running on RHEL 5.
    I have developed a custom page which has a "drop down box" with a few selections (type of the file) and a "file upload" item and tested it in JDeveloper (Patch# 9879989) and it works fine.
    Now, I need to deploy and test it on the server and link it to a menu and a responsibility.
    I am trying to understand how to use the Import tool (oracle.jrad.tools.xml.importer.XMLImporter) to deploy this simple page, but I am unable to set the parameters to correct values for import.bat file.
    On my local PC, the directory structure is as follows:
    Classes folder:
    C:\SOFTWARE\ORACLE\JDEVOA\JDEVHOME\JDEV\MYCLASSES\
    └───mycompany
      └───oracle
        └───apps
            └───fnd
                └───upload
                    └───webui
                        │   CustomAppModule.xml
                        │   CustomAppModuleImpl.class
                        │   CustomAppsListEO.xml
                        │   CustomAppsListEOImpl.class
                        │   CustomAppsListEOView.xml
                        │   CustomAppsListEOViewImpl.class
                        │   fndUploadPkg.xml
                        │   NjmcLobs.xml
                        │   NjmcLobsCollImpl.class
                        │   NjmcLobsImpl.class
                        │   NjmcLobsView.xml
                        │   NjmcLobsViewImpl.class
                        │   webui.xml
                        │   xxUploadPG.xml
                        │
                        ├───common
                        │       bc4j.xcfg
                        │
                        └───webui
                                xxUploadCO.class
    Projects folder
    C:\SOFTWARE\ORACLE\JDEVOA\JDEVHOME\JDEV\myprojects
    └───mycompany
        └───oracle
            └───apps
                └───fnd
                    └───upload
                        └───webui
                            │   CustomAppModule.xml
                            │   CustomAppModuleImpl.java
                            │   CustomAppsListEO.xml
                            │   CustomAppsListEOImpl.java
                            │   CustomAppsListEOView.xml
                            │   CustomAppsListEOViewImpl.java
                            │   fndUploadPkg.xml
                            │   webui.xml
                            │   xxUploadPG.xml
                            │
                            ├───common
                            │       bc4j.xcfg
                            │
                            └───webui
                                    xxUploadCO.javaOn the server we have a custom application xxnjmc in $APPL_TOP folder
    How do set the -rootdir, -rootPackage, and -mmddir parameters for the import.bat file?
    I appreciate any comments.
    Thanks,
    Sinan

    Thanks, Prince,
    I figured it all out. I did rename it as xxnjmc as you suggested:
    Here are the steps I typed up for my own reference and just wanted to share:
    DEPLOYING CUSTOM OAF Pages:
    1. Zip "C:\Software\Oracle\JDEVOA\jdevhome\jdev\myclasses\xxxxxx" folder as xxxxxx.zip
    2. Login to middle-tier server with applprod/password
    3. Navigate to $JAVA_TOP
    4. Upload xxxxxx.zip file into $JAVA_TOP and unzip
    5. chmod -R 775 xxxxxx
    6. Navigate to "/u0/oracle/prod/apps/apps_st/appl/xxxxxx/12.0.0/"
    7. mkdir mds
    8. Upload "C:\Software\Oracle\JDEVOA\jdevhome\jdev\myclasses\xxxxxx\oracle\apps\fnd\upload\webui" (with the webui folder) into "/u0/oracle/prod/apps/apps_st/appl/xxxxxx/12.0.0/mds"
    9. chmod -R 775 /u0/oracle/prod/apps/apps_st/appl/xxxxxx/12.0.0/mds
    10. On the local PC
    cd C:\Software\Oracle\JDEVOA\jdevbin\oaext\bin>
    import C:\Software\Oracle\JDEVOA\jdevhome\jdev\myprojects\xxxxxx\oracle\apps\fnd\upload\webui\xxUploadPG.xml -username APPS -password APPS -rootdir C:\Software\Oracle\JDEVOA\jdevhome\jdev\myprojects -dbconnection "(description = (address_list = (address = (community = tcp.world) (protocol = tcp)(host = 10.1.0.6)(port = 1521)))(connect_data = (sid = PROD)))"
    BOUNCE APACHE
    adapcctl.sh stop
    adapcctl.sh start
    11. Login to E-Business Suite with SYSADMIN/SYSADMIN user and "Application Developer" responsibility
    12. Navigate to Application-> Function
    13. Add xxxxxx_FILEUPLOAD function with the following values:
    User Function Name: Company File Upload
    Description : Company File Upload
    In the Properties tab:
    Type : SSWA jsp function
    In the Web HTML tab:
    HTML Call : OA.jsp?page=/xxxxxx/oracle/apps/fnd/upload/webui/xxUploadPG
    14. Switch to System Administrator responsibility
    Navigate to Application-> Menu
    Query for the menu you want to add this function to
    Add the following menu item:
    Prompt: File Uploader
    Function: Company File Upload
    Description: Upload files for custom applications
    Sinan

  • How to deploy Qaaws queries and Xcelsius in multi server architecture

    Hi Experts ,
    I have developed a very good looking dashboard which uses qaaws queries (Dev ) to get the data in to it . I have deployed these qaaws queries to another server (UAT ) using deploy option in Query as a Web service . But still the webservice URL pointing to my DEV server .
    Also , I saved my xcelsisu file to the BO platform (in DEV) and then I imported this file in to my UAT server using import wizard . Now I opened this xcelsius file in the UAT server . In datamanager , Still I can see my webservice URL's pointing to DEV server .
    How can I deploy Qaaws and Xcelsius in a mult server Architecture . We have different servers for each environment ( Dev, INT,UAT , PRD )
    Need some one help to getout of this problem .
    Please note that my output of Xcelsius is in PDF file .
    Many thanks in advance.
    Regards,
    Dirasa

    There are several options, and an approach to make the QaaWS services environment independent
    1. When you use the QaaWS clinet builder and use the option to Copy to another server, you'll need to select the Advanced Parameters button on the 1st screen and change the server environment referernce.
    2. QaaWS services can be captured adn moved with the import wizard and Bair files.  You may want to  consider this option if you also want to capture adn contriol the QaaWS defintions for change,manangement, release management and source code control and rollback.  Moving to an new BusinessObjects environment  with Import wizard may require changnig the server environment reference with the AqqWS client connected to the target environement after it is moved.
    We have found an approach to make the QaaWS data connections in Xcelsius BO environment indendent and relatively referenced, so when you move Xcelsius dashboards sourced with QaaWS between BO environements you don't need to redefine the data connection in Xcelsius
    In Xcelsius data connections, after you paste the QaaWS WSDL on the definition tab, and import the Web Service URL field is populated with a full web service URL path http://BusinessObjectsServer/dswsbobje/qaawsservices/queryasaservice
    We have found the after the import you can edit  the web service URL and remove the BO server reference at the beginning and start it with /dswsbobje/qaawsservices/queryasaservice .
    Xcelsius dashboards in the BOE with QaaWS data connections still works to supply data to the dashboard.  When the dashboard run the BOE must assume that without an explict server reference, that it must be the current BO environment.  Another advantage of this approach is it avoids the need for a crossdomain.XML file on the BO web server.

  • Mysite and km web appln as separate web applications in my server farm

    hi,
     as per my requirement, i want to implement mysites and km portal. 
    my doubt is, can  I go for  separate web appln for km prtal and  separate web appln for mysite? if i include the mysite as a sitecollection  in the km web appln, what is the drawback/ -ve impact? is it not recommended practice that, mysites
    can no be deployed/created  as a sitecollection ?
    also, assume if i create  mysite as a web appln, how the communities site collection and community subsites in the km web appln send/receive the updates from a  particular user, in his mysite. how this  communication will be exchanged?
    because i need to configure the trendingtags,mytasks,my discussions,my uploaded documents in the km portal etc shud be visible in my mysite., so for this cant the  mysite should be included in the  km web appln,itself?
    pls advice 

    hi Trevor,
    But if i plan my My Sites in a dedicated web application, i can easily scale out and to lessen the impact of backup and recovery and also
    avoid a single point of failure.
    Would like  to know your  view on this.
    ps: i have a requirement for the following in my farm:
    1) Partners of my customer were going to access  one of one of my to-be web-applns:
    here I plan to use a
    separate web appln which uses FBA.
    2) KM portal  : i have to implemnt KM  solution, hence i am thinking of implementing this also as a  separate
    web appln.Here comes the mysite functionality.
    3) another web appln dedicated for a  separate business process.
      so, i am  going to have a  minimum of 3 web apps in my server farm.[ in future there is a chance that, web
    applns may increase by 2 / 3 .
    so in this case,  [ in a medium server farm topology ] Wil
    , max. of 5 / 6 web applns decrease the performance. of  my farm?
    if not, i can add a
    4th web appln , which is dedicated to MySite.

  • How to deploy custom jar (forms PJC)  file in R12.1.x

    Hi ,
    we need use forms pjc connecting to client pc'com port with ebs form,
    we can deploy with ias standard form server , but EBS 's appsweb.cfg
    was automatically generated by AutoConfig , so i don't know how to config our jar in EBS env.
    i had search document in metalink for serval days , can some help us to solve this problem !
    thanks for any help...
    BR,Nolem

    Hi all, I am confronted by the same problem.
    I have manually added my custom Jar files to the archive=2 section of the appsweb.cfg config file in the $INST_TOP/ora/10.1.2/forms/server and placed the Jar files in the $COMMON_TOP/java/classes/oracle/apps/fnd/jar.
    I know that this is probably not the way to go, as autoconfig will override these settings, but my first priority is getting these jar files to run in Apps Forms without errors. I got as far as that my forms don't error out anymore but not all of them are working as they should. I am also trying to deploy the WebUitl utility in EBS R12. As far as I can tell this should be supported by Oracle as it comes as part of a standard Apps Installation (except for the Jacob.jar) it can be found in: $ORACLE_HOME/forms/webutil directory and the WEBUTIL_CONFIG reference to the webutil.cfg file can be found in the default.env in the same directory as the appsweb.cfg.
    If you want to look at some very good examples of PJC's there is a very good blog: http://forms.pjc.bean.over-blog.com/. You can also look at Francois Degrelle's blog on Read/Write files on the client machine without Webutil.
    Nevertheless information on how to deploy and run these PJC's under EBS is scarce. Metalink offers no solutions except very outdated notes.
    I would appreciate to know how to properly deploy these jar files in EBS
    I am also on 12.1.x. Btw there are more threads on this subject on OTN but most are outdated (threadID=1067917, 686329, 4246525) and don't provide the solution for EBS R12.1.x.
    Any help would be appreciated.

  • Server Farm Firewalling

    Hi,
    My name is Jay Kishan and I am currently working as a network administrator in my company. We have just finished first phase of implementing Server Farm in our Data Center i.e. all servers in a different VLAN and all users in a separate VLAN. (Actually we have 6 different VLANs for users based on what floor they reside on but lets just call it a single User VLAN).
    Anyways, so now my manager wants me to put a firewall in between the Server VLAN and the User VLAN. We have around 80 servers running different applications. I think that by putting a firewall in between the two VLANs will have a performance hit since the throughput required between the two VLANs is way too much for a normal firewall to support.
    I just want to know the best practice the industry follows for firewalling in a server farm and the main reasons for it. I am searching for some solution myself but would really appreciate any help. As far as I could find, only critical servers are placed behind a firewall in a separate VLAN and inbound and outbound traffic for that VLAN is passed through the firewall. Also, what is the best thing to do. Place a separate hardware firewall like ASA5510 or use FWSM in Cisco 6500.
    Thanks in advance.
    - Jay

    Hi,My
    name is Jay Kishan and I am currently working as a network
    administrator in my company. We have just finished first phase of
    implementing Server Farm in our Data Center i.e. all servers in a
    different VLAN and all users in a separate VLAN. (Actually we have 6
    different VLANs for users based on what floor they reside on but lets
    just call it a single User VLAN).Anyways,
    so now my manager wants me to put a firewall in between the Server VLAN
    and the User VLAN. We have around 80 servers running different
    applications. I think that by putting a firewall in between the two
    VLANs will have a performance hit since the throughput required between
    the two VLANs is way too much for a normal firewall to support.I
    just want to know the best practice the industry follows for
    firewalling in a server farm and the main reasons for it. I am
    searching for some solution myself but would really appreciate any
    help. As far as I could find, only critical servers are placed behind a
    firewall in a separate VLAN and inbound and outbound traffic for that
    VLAN is passed through the firewall. Also, what is the best thing to
    do. Place a separate hardware firewall like ASA5510 or use FWSM in
    Cisco 6500.Thanks in advance.- Jay
    Hi Jay,
    Best recoomended practice is used to have server behind the firewall, so that restricted access will be graneted via firewall on these servers,which can be achived via acl deployment on switches.But firewall will give addionalt feature for blocking with stateful inspection and stateful failovers.
    The ASA supports firewalling/VPN/IPS/IDS/Content filtering so it is a fully featured security device and The FWSM is a module that goes into a 6500 chassis but it is important to note that it is only a firewall ie. it doesn't support IDS/IPS/VPN etc.
    So upto your choice how want to segregate the vlan traffic using firewall.
    Hope to Help !!
    Ganesh.H
    Remember to rate the helpful post

  • How to deploy custom JMX Mbean in Weblogic

    Hi,
    I dont find any forum relevant to my topic. Hence i am posting my query here.
    I have a custom developed MBean running in a seperate JVM i need to deploy this in Weblogic Server JMX agent. How do i deploy this Mbean in Weblogic Server 9.2
    Suggest me please.
    Thanks and Regards,
    Rajashankar.R

    keerthijava wrote:
    Hi,
    I believe you would have got a solution for deploying JMX Mbean in Weblogic . Could you please suggest me .Please, don't resurrect old threads. The thread was posted almost a year ago. I'm locking it.
    Kaj

  • Error on load: System.IO.IOException: The process cannot access the file : error in event viewer when users want to view documents from this third party deployed scan solution

    Error on load: System.IO.IOException: The process cannot access the file
    '\\server1\SCANSHARED\.pdf' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
       at abc.Scan.Layouts.ICC.Scan.View.Page_Load(Object sender, EventArgs e)
    I faced this  error in event viewer  when users want to view documents from this third party deployed scan solution
    here I have two WFS servers  and they configured with load balancing in F5 .
    when I enable both servers in F5 I receive this error messages in 2nd server,
    when users want to view documents
    adil

    Do you have antiVirus installed on the sharepoint servers?
    These folders may have to be excluded from antivirus scanning when you use file-level antivirus software in SharePoint. If these folders are not excluded, you may see unexpected behavior. For example, you may receive "access denied" error messages when files
    are uploaded.
    Please follow this KB and exclude the folders from Scanning.
    http://support.microsoft.com/kb/952167
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • EXCEPTION in deploying ear file on weblogic server 11g

    Hi, I am trying to deploy an ear file on the weblogic server 11g(10.3.5) application installed successfully but when i tried to start application to listen service requests its throws exceptions and application state changed from prepared to failed
    I have unchecked the check box Auto generate and synchronize weblogic JDBC descriptors during deployment in application properties under the deployment node. I also have created same jdbc datasource with name Connection1 and JINDI name jdbc/Connection1 on my weblogic server.
    Exceptions that application throwing are.
    Message icon - Error weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=hr for data source Connection1
    But when I tried to deploy this from jdeveloper deployment console directly on the server it deployed successfully and starts listening requests.
    please give me solution of this problem.
    Thanks in advance
    Edited by: Rao on Nov 29, 2012 10:22 AM
    Edited by: Rao on Nov 29, 2012 10:23 AM

    I have resolved this exception. Exception occur due wrong settings in weblogig_Application.xml file remove Data source information from this file and provide datasource on weblogic server.

Maybe you are looking for

  • Need help in formating chart in OBIEE

    Hi All, We need to show Retail Qty, Objective and % of Objective by Region in chart. My requirement is to show Retail Qty and Objective as vertical bars and % of Objective as Trend line by Region. Currently am using stacked bar for Retail Qty, Object

  • How long will it take to download and install this OS?

    I want to update my Mac OS to the Lion OS; I just paid for it. how long would it take to download and start the istallation process through a wifi connection? I see the lion and the downloading bar however, it does not seen to be advancing. thanks,

  • Workshop error during compilation of Java class

    Hi, I am starting to use Workshop for development. I am getting the following error when I start the debugger. I am trying to compile a Java class and don't know how to proceed. Any help is appreciated. build: Deleting directory C:\DOCUME~1\name\LOCA

  • Bank statement delete

    Hi, if we delete bank statements usinf program RFEBKA96, which table does it gets deleted from..? when i check FEBEP, I can see that documents are posted against this statement no. so deleting bank statement, does it have any impacts on documents pos

  • Bitmap fonts look ugly in terminal?

    http://i.imgur.com/60oKumZ.png The lemon font looks absolutely horrible, any idea's on how to fix it? -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For - s_and_Code [jwr] --