Questions regarding "Document farm configuration settings in SharePoint Server 2010"

http://technet.microsoft.com/en-us/library/ff645391(v=office.14).aspx
I'm currently running the powershell script on my WFE. Is there a way to monitor progress? It looks like xml files would be written to the directory the ps1 was run from, but I'm not seeing anything, it has been 10 minutes so far. The SP2010 Management Shell
isn't showing me anything.
Thanks.

Hi,
The commands in the link you mentioned document the configurations of the web applications and service applications in the current farm, then export it as xml file to local disk via Export-Clixml command.
Let me make the first command as example, i.e.
Get-SPWebApplication | Export-Clixml .\WebAppFilename.xml -depth 4 . Please executes it, then the file should be exported to the default space. You could locate it by the folder name behind PS in Shell tool. In my environment, I run SharePoint 2010 Management
Shell as administrator, then it shows PS C:\Users\Administrator.CONTOSO> , then the WebAppFilename.xml file exists in
C:\Users\Administrator.CONTOSO.
You could set the specific folder to place the export files via modifying the command to:
 Get-SPWebApplication | Export-Clixml c:\WebAppFilename.xml -depth 4
Then the file should be in the root folder under C:\ disk.
Regards,
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] .
Rebecca Tu
TechNet Community Support

Similar Messages

  • SharePoint Server 2010 can't connect to the Configuration Database

    Hi Techys,
    I have  a SharePoint Server 2010  Farm, and I have Installed SharePoint SP1 package,
    Then I,m trying to run the SharePoint configuration wizard, That time i have the below error.
    "Can't connect to the Configuration Database"
    I have checked all the services belongs to the sql server and SharePoint server.
    here i found, SharePoint Timer service is automatically Stopped while browsing the Central admin url.
    Please help me to resolve the above issue.
    Many Thanks,
    Madhu

    What you mean error in Config wizard, could you please share the complete error log?
    For Timer Services, check under which account it is running and check event log why its stoped?
    for CA error there are couple of possible reason for this:
    Make sure SQL related instances / services are running fine.
    Make sure your farm admin account have permission on config DB.
    Make sure Config Database Exist.
    Make sure you can connect to SQL server from your APP /WFE.
    If everything is running fine, then you may need to reconfigure the sharepiont products and technologies configuration wizard. The issues might be because of the update that might have installed some additional components for installation.
    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

  • Install and configuration on the SharePoint server 2007 issue

    Hi All,
               I have Microsoft Sharepoint 2007 on Windows 2003 and I am trying to Integrate Adobe Lifecycle Rights Management Server which is on Windows 2008 R2 server.
              I am trying to Install and configuration on the SharePoint server 2007 but during installation getting error "Failure adding assembly to the cache: Unknown Error"
    Please check the Edited install.bat file and error log.
    Install.bat
    set _my_datetime=%date% %time%
    @echo on
    echo Begin Installation at %_my_datetime%
    echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    @echo off
    @SET GACUTILEXE="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"
    @SET TEMPLATEDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE"
    @SET RESOURCESDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources"
    @SET WEBAPPDIR="C:\Inetpub\wwwroot\wss\VirtualDirectories\80"
    @SET SITEURL="http://sharepoint7:80/sites/DCADC"
    @SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.EXE"
    REM      cd $(ProjectDir)
    %GACUTILEXE% /nologo /i AdobeLCSharepoint.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleConnector.dll /f
    %GACUTILEXE% /nologo /i AdobeLiveCycleWorkflow.dll /f
    pushd %TEMPLATEDIR%\features
          Echo Deactivating LiveCycle Connector feature with WSS
          %STSADM% -o deactivatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Deactivating LiveCycle Workflow feature with WSS
          %STSADM% -o deactivatefeature -name LiveCycle/Workflow -url %SITEURL% -force
          Echo Uninstalling LiveCycle Connector with WSS
          %STSADM% -o uninstallfeature -filename  LiveCycle\feature.xml -force
          Echo Uninstalling LiveCycle Workflow with WSS
          %STSADM% -o uninstallfeature -name  LiveCycle/Workflow -force
    popd
          Echo Copying source files to WSS \TEMPLATE directory
          xcopy TEMPLATE %TEMPLATEDIR% /e /y /i
          Echo Copying Feature Resource files to WSS 12\Resources directory
          xcopy Resources %RESOURCESDIR% /e /y /i
          Echo Copying Resource files to %WEBAPPDIR%\App_GlobalResources directory
          xcopy App_GlobalResources %WEBAPPDIR%\App_GlobalResources /e /y /i
    pushd %TEMPLATEDIR%\features
          Echo Installing LiveCycle Connector  with WSS
          %STSADM% -o installfeature -filename  LiveCycle\feature.xml -force
          Echo Installing LiveCycle Workflow with WSS
          %STSADM% -o installfeature -name  LiveCycle/Workflow -force
          Echo Activating LiveCycle Connector  with WSS
          %STSADM% -o activatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
          Echo Activating LiveCycle Workflow with WSS
          %STSADM% -o activatefeature -name LiveCycle/Workflow -url %SITEURL% -force
    popd
          Echo Restarting IIS worker process
          IISRESET
    set _my_datetime=%date% %time%
    @echo on
    echo End Installation at %_my_datetime%
    @echo off
    Error Log
    E:\Adobe LiveCycle Connector-2007>set _my_datetime=Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo Begin Installation at Wed 08/22/2012 14:40:28.27 
    Begin Installation at Wed 08/22/2012 14:40:28.27
    E:\Adobe LiveCycle Connector-2007>echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Failure adding assembly to the cache: Unknown Error
    Deactivating LiveCycle Connector feature with WSS
    Operation completed successfully.
    Deactivating LiveCycle Workflow feature with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Connector with WSS
    Operation completed successfully.
    Uninstalling LiveCycle Workflow with WSS
    Operation completed successfully.
    Copying source files to WSS \TEMPLATE directory
    TEMPLATE\FEATURES\LiveCycle\Elements.xml
    TEMPLATE\FEATURES\LiveCycle\Feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\feature.xml
    TEMPLATE\FEATURES\LiveCycle\Workflow\workflow.xml
    TEMPLATE\IMAGES\LiveCycle\applyPolicy.png
    TEMPLATE\IMAGES\LiveCycle\applyReaderExtn.png
    TEMPLATE\IMAGES\LiveCycle\createPdf.png
    TEMPLATE\IMAGES\LiveCycle\liveCycle.gif
    TEMPLATE\IMAGES\LiveCycle\pdficon_small.gif
    TEMPLATE\LAYOUTS\LiveCycle\ApplyPolicy.aspx
    TEMPLATE\LAYOUTS\LiveCycle\ApplyReaderExtensions.aspx
    TEMPLATE\LAYOUTS\LiveCycle\GeneratePDF.aspx
    TEMPLATE\LAYOUTS\LiveCycle\InvokeGenericProcess.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx
    TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx
    16 File(s) copied
    Copying Feature Resource files to WSS 12\Resources directory
    Resources\AdobeLiveCycleConnectorCore.de-DE.resx
    Resources\AdobeLiveCycleConnectorCore.de.resx
    Resources\AdobeLiveCycleConnectorCore.en-US.resx
    Resources\AdobeLiveCycleConnectorCore.en.resx
    Resources\AdobeLiveCycleConnectorCore.fr-FR.resx
    Resources\AdobeLiveCycleConnectorCore.fr.resx
    Resources\AdobeLiveCycleConnectorCore.ja-JP.resx
    Resources\AdobeLiveCycleConnectorCore.ja.resx
    Resources\AdobeLiveCycleConnectorCore.resx
    9 File(s) copied
    Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory
    App_GlobalResources\AdobeLiveCycleConnector.de-DE.resx
    App_GlobalResources\AdobeLiveCycleConnector.de.resx
    App_GlobalResources\AdobeLiveCycleConnector.en-US.resx
    App_GlobalResources\AdobeLiveCycleConnector.en.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleConnector.fr.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleConnector.ja.resx
    App_GlobalResources\AdobeLiveCycleConnector.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de-DE.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.de.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en-US.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.en.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr-FR.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.fr.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja-JP.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.ja.resx
    App_GlobalResources\AdobeLiveCycleWorkflow.resx
    18 File(s) copied
    Installing LiveCycle Connector  with WSS
    Operation completed successfully.
    Installing LiveCycle Workflow with WSS
    Operation completed successfully.
    Activating LiveCycle Connector  with WSS
    Operation completed successfully.
    Activating LiveCycle Workflow with WSS
    Operation completed successfully.
    Restarting IIS worker process
    Attempting stop...
    Internet services successfully stopped
    Attempting start...
    Internet services successfully restarted
    E:\Adobe LiveCycle Connector-2007>echo End Installation at Wed 08/22/2012 14:41:00.29 
    End Installation at Wed 08/22/2012 14:41:00.29
    Waiting...
    Regards,
    Amol Sahare

    This might be an issue with the gacutil that you are using. I have used the gacutil that comes with Microsoft SDK.
    You can install Microsoft SDK from http://www.microsoft.com/en-us/download/details.aspx?id=3138

  • Failed to create configuration database on Sharepoint Foundation 2010 install under Windows 7

    Configuration Failed
    Failed to create the configuration database.
    An exception of type System.IO.FileNotFoundException was thrown. Additional exception information:could not load file or assembly 'Microsoft.IdentityModel, version = 3.5.0.0,culture=neutral, PublicKey Token=31bf3856ad364e35' or one of its dependencies. The
    system cannot find the files specified.
    I already installed microsoft sharepoint foundation 2010 but I got the error as per above.How to solve this problem?

    Hi,
    Also check out Bill Baer's post:
    Common Microsoft SharePoint Server 2010 Installation Issues and Resolutions
    http://blogs.technet.com/b/wbaer/archive/2009/12/11/common-microsoft-sharepoint-server-2010-installation-issues-and-resolutions.aspx
    Thanks.
    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.

  • The question about the sharepoint server 2010 install

    Hi Friends,
    i have a question about the sharepoint server 2010 install. 
    my computer is used the windows server 2008 service pack 1. in order to install the sharepoint 2010 server, i need to choose to windows server 2008 service pack 2. my question is when i install the windows server 2008 service pack 2,whether the inside
    of my computer  information will be lost or change? 
    thank you in advance. 
    Qearl

    Hi ,
    No data will be lost either from your Windows program files or other drives as long as it is an upgrade.
    After upgrade you will still be able to see your old program files under windows.ol folder in the C: Drive of the new OS.
    The data will be lost only when you perform a clean install like complete formatting the HArd disk and installing from scratch.
    As mentioned it always good to maintain a backup preferable important files in a skydrive as there is a good chance of external drives crashing.

  • I want to setup a Disaster Recovery Server for Sharepoint Server 2010

    There are four production server running sharepoint server 2010 and one SQL server for
    ContentDB management.

    DR depends upon your backup stratgies, i.e
    1) if you taking full backup of sharepoint using SharePoint tool
    2) If you taking just SQL backup( Content DB and Services DB).
    3) using the 3rd party tool for backup and recovery.
    apart from above, you also have make a decision what point of time you want recovery.
    from your questions, what i think for you.
    Setup new farm with same SharePoint level.same customization, same services configuration, and same number of web apps.
    then backup from Prod server( SQL content DBs) and then restore into new farm and mount them.
    this is one time thing, Now you have to make decision, how data move from Prod to QA( i mean frequency i.e daily, monthly 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

  • Microsoft SharePoint Server 2010 encountered an error during setup. One or more required office components failed to complete successfully.

    Hi,
    I got the below error while installing share point 2010 on Windows 7 OS.
    Microsoft SharePoint Server 2010 encountered an error during setup. One or more required office components failed to complete successfully.
    Trouble shooted by following link as below
    http://christopherborman.blogspot.in/2013/01/installing-sharepoint-2010-on-windows-7.html
    But still i am facing the same issue.Please share your inputs to cross this issue.
    Regards,
    Sudheer
    Thanks & Regards, Sudheer

    Hi,
    I selected Server Farm Mode,stand alone.
    Post that installation went fine.
    Regards,
    Sudheer 
    Thanks & Regards, Sudheer

  • Upgrading Classic based 2010 web application to claim based 2010 web application in Sharepoint server 2010 RTM

    hi all,
    i have a web application with classic based authentication in SharePoint server 2010, need to configure FBA for the same app in SharePoint server 2010 RTM.
    While trying to change the Authentication Provider, m getting the Form option deactivated.
    please let me how to upgrade the Classic mode authentication web app to the Claim Based authentication web app.
    Thanks and Regards,
    Arun Kumar

    Hi Arun Kumar,
    Below the grayed out “Form” authentication type, is there a message with a link about how to enable Forms Based Authentication in claims mode?
    You should perform the following PowerShell script to convert the existing web application to claim based authentication.
    $w = Get-SPWebApplication "http://<server>/"
    $w.UseClaimsAuthentication = 1
    $w.Update()
    $w.ProvisionGlobally()
    For more details, please refer to:
    http://technet.microsoft.com/en-us/library/ee806890.aspx
    http://www.chakkaradeep.com/post/FBA-in-SharePoint-2010-requires-claims-mode.aspx
    Thanks & Regards.
    Lily Wu

  • How to configure Https in Project server 2010.

    HI,
    Can i any one help me,
    How to configure Https in Project server 2010.
    My server farm is 1.Test1(App & Wfe) 2. Test2(App & Wfe) 
    Both are load balanced  wit NLB as abc.hyd.in
    DO i need to Install certificate in two servers   Test1 & Test2 or one server is enough ?
    Can any one please provide me a link to configure Https for project server 2010 for Two  Farms Servers.
    Thank You, Kumar KSV

    There is no special configuration for Project Server to have the IIS enabled, it follows the typical sharepoint SSL enablement, we might need some mor edetails on how your NLB is done is it hardware based, software based ? it all depends how you want
    to architecht the system, you can enable the Https either on NLB or WFE, again depending upon how you want to enable it, you will need to install the certificates on both WFE or on NLB
    Follow the blog below to configure the SSL:
    http://epmxperts.wordpress.com/2011/03/05/extend-same-project-web-app-instance-for-different-protocol-authentication-mechanism/
    http://blogs.msdn.com/b/sowmyancs/archive/2010/02/12/how-to-enable-ssl-on-a-sharepoint-web-application.aspx 
    http://www.sharepointconfig.com/2010/03/configuring-a-sharepoint-website-to-allow-ssl-connections/ 
    Thanks | epmXperts | http://epmxperts.wordpress.com

  • Can´t apply December CU 2013 for SharePoint Server 2010

    Hi !
    I am trying to apply december CU 2013 in or SharePoint Server 2010 (SP2) Farm.
    1. I downloaded the december CU 2013 (KB 2849971)
    2. Installed it on every server in the farm. (No Problem)
    After the installation i was trying to run the Configuration Wizard on my first application server, but then it says that i missing the Hotfix 2849971 (Server1) that i newly installed. I tried to reboot the server, but the same
    happens again.
    Tried to install the CU again but then it says that th CU has nothing to apply. (Well i got i already)
    Anyone  who has any advice what i should do, i am stuck on this?
    //Matt 

    Run Get-SPProduct -Local on the problematic server, wait a few minutes, and then attempt to re-run the Config Wizard.
    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.

  • Does the CreateFirefoxOnWindowsPlugin JS function works in Sharepoint Server 2010

    Hello,
    I read the plug-in documentation of FFWinPlugin Plug-in (http://msdn.microsoft.com/en-us/library/ff407576.aspx ).
    This article specifies that this applies to Sharepoint Foundation 2010 but
    does it also applies to Sharepoint
    Server 2010?
    Thank you.
    Kind Regards

    Hi,
    According to your post, my understanding is that you want to use FFWinPlugin Plug-in in SharePoint 2010.
    Per my knowledge, the CreateFirefoxOnWindowsPlugin JS function works in Sharepoint Server 2010.
    Here is a similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/280bf2b2-fe35-4d46-94cf-168f5b387fde/configuring-ffwinplugin-to-enable-firefox-integration?forum=sharepointdevelopmentprevious
    In addition, I recommend that you can use IE Tab in Firefox.
    For more information, you can refer to:
    https://addons.mozilla.org/en-US/firefox/addon/ie-tab/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • I am Facing problem with "Send to connection" in SharePoint Server 2010.

    Hi all,
    I am working on SharePoint Server 2010
    I have a site collection and sub sites in it.
    I want to move the document form one site library to another site library.
    Since it can be done by configuring, Send to connection in Central Admin.
    I activated Content Organizer rules in both the sites.
    I added new connection for one site and append the url
    /_vti_bin/officialfile.asmx
    I tested the url on clicking
    Click here to test link it gives me message that
    "URl is a Valid routing Destination".
    and finally I added the connection
     After configuring this I open the other site and uploaded a document in it and after uploading the document I selected send to
    option and clicked on my connection what I created in central admin.
    But it gives me error: The site could not be found or accessed
     Please help me for this...
    Thanks in advance..
    Faheem Ahamed

    Hi,
    In my case, I'm routing an InfoPath form (After having approved) to an archived Forms Library within the same sub-site.
    I created Send To connection, setup Content Organizer rules, setup Record Retention policy on the source Forms Library, but even after running both the Timer jobs (Information management policy and Expiration policy), the document didn't get moved to the
    archived library.
    I checked under Compliance details of the form that the Scheduled occurrence date shows 'Completed' i.e. the Information management policy timer job did its task, but the other Timer job didn't move this form.
    Then I tried sending this form manually using Send To. In that case, although the form got moved to the archived library, but I see 'Unexpected error' on the screen.
    The ULS shows following entries:
    <nativehr>0x80070057</nativehr><nativestack></nativestack>Invalid data has been used to update the list item. The field you are trying to update may be read only.Possible mismatch between the reported error with code = 0x8107210c
    and message: "Invalid data has been used to update the list item. The field you are trying to update may be read only." and the returned error with code 0x80070057.
    OfficialFile: File
    http://server/sites/site/SourceFormsLibrary/InfoPathForm.xml was not saved at router location TargetLibrary. Exception <nativehr>0x80070057</nativehr><nativestack></nativestack>Invalid data has been used to update the list item.
    The field you are trying to update may be read only. thrown at:    at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion,
    Boolean bPreserveItemUIVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties,
    Boolean bCheckOut... 
    Critical  ---   The
    http://server/sites/site/_vti_bin/OfficialFile.asmx site is not properly configured for this request.
    Can somebody tell how manual Send To is working within the same site collection.
    Any help will be appreciated!
    Thanks!
    Ashish

  • Difference between Sharepoint 2007 ,sharepoint server 2010 and sharepoint 2013

    Difference between Sharepoint 2007 ,sharepoint server 2010 and sharepoint 2013
    Saidireddy

    Hi
    your little question, could have a big big answer, or answers ;)
    To complete your question, ai will try
    Difference between Sharepoint 2007 ,sharepoint server 2010 and sharepoint 2013 and Office 365
    Isn't a simply an unique answer and deppends on your need , business needs, and you infrastructure. Depends also which type ( Foundation ( which is free ), Standard/ Enterprise )
    Depends on you to read, learn and ask , punctually about one issue/problem/request
    I recommend you to bing the net
    http://www.bing.com/search?q=sharepoint+2007+vs+2010+vs+2013&pc=MOZI&form=MOZSBR
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • How to deploy the new version of webPart in SharePoint Server 2010

    Hi friend's ....I want to deploy the new version of webPart in SharePoint Server 2010. Is there any way for this....? In SharePoint sever 2013 there is version feature available for the apps..Same thing i want in SharePoint Server 2010 for webpart. Please
    suggest me....is it possible or not ..?

    i am not aware if their is new version option rather i know instead of retract and Re install, you can simply update the solution.
    check this: http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/
    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

  • Did not find the PerformancePoint Services in sharepoint server 2010

    Hi Friends,
    i have just installed the sharepoint server 2010 in my computer. i want to use it to make scorecards. but i did not find the Performance services in Central administration (services on server)
    anyone can help me with this?
    Qearl

    PerformancePoint services are available only if you have installed Enterprise edition of SharePoint. If you have installed Standard or Foundation, then PerformancePoint is not available.
    Marek Chmel(MVP SQL Server, MCSE SharePoint 2013, MCT, CCNA,CCDA)
    Please Mark As Answer if my post solves your problem or Vote As Helpful if a post has been helpful for you.

Maybe you are looking for

  • Help Needed in Spry Inclusion

    Once I tried Insert Spry Table and the attempt succeeded. I took the example from a book. When I came to apply the same thing on a new page, the content items of the Odd row class and Even row class in the drop dwon list dis appeared. I would appreci

  • Address in "To" field not auto completing

    When I type a contact name in the "To" field that is in my address book, the e-mail address is not auto completing. I had this happen before and figured it out but this time my memory isn't working. Thanks. Clint

  • Hyperlink in ALV

    Hi All, I am using radiobuttons to display to different field catalogs in ALV Report. Instead i want to display an hyperlink in the grid display and when i click on that it should display the other field catalog. Can u help me on this. Thanx in advan

  • It's very urgent(WM)

    Hi Guru,    Can we post or can we do any goods movement without TR/TO ?

  • About transport mechanism

    In my company, If i developed a program, I have to transport to QAS environment to perform UAT, after the program satisfy, then transport to PRD. The program is when i create a complexity program, will will involved create add-on table, dialog progra