Migrating SharePoint Product Catalog List at Subsite level

I am trying to Migrate SharePoint Product Catalog List from to a Sub-site using List template backup/Restore and getting error
Something Went Wrong.
While checking the LOGS with the correlation ID 
Application error when access /_layouts/15/new.aspx, Error=Value does not fall within the expected range.   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListFromFormPost(String
bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.Library.SPRequest.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.SPListCollection.CreateListFromRpc(NameValueCollection
queryString, Uri& nextUrl)     at Microsoft.SharePoint.ApplicationPages.NewListPage.BtnOk_Click(Object sender, EventArgs args)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)    
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)         883aeb9c-fdf6-301a-75c9-3a32ec634865
System.ArgumentException: Value does not fall within the expected range.    at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListFromFormPost(String bstrUrl, String& pbstrGuid,
String& pbstrNextUrl)     at Microsoft.SharePoint.Library.SPRequest.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl)     at Microsoft.SharePoint.SPListCollection.CreateListFromRpc(NameValueCollection
queryString, Uri& nextUrl)     at Microsoft.SharePoint.ApplicationPages.NewListPage.BtnOk_Click(Object sender, EventArgs args)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)    
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)         883aeb9c-fdf6-301a-75c9-3a32ec634865
Using Power shell Also getting
the same error
 

Hello,
As Far as I'm aware it is not possible to do an LOC search in the Product catalog search as the design means that the LOC at area level are replicated to an S-index on Trex, This will only be replicated during an initial replication.
But when the search is done the query will be on the P index that does not contain the LOC . I'm not sure if you have an LOC on headder level will this be replicated to the P index and then maybe possible to extend the search but I have not tested this.
Regards
Mark

Similar Messages

  • How to work with Product Catalogs that have multiple levels

    I'm having difficulty understanding how to go about setting up a catalog site with multiple levels in the hierarchy. For example, the standard walkthroughs will display product categories and products. When the product category page is viewed, it displays
    a list of products. That's fine.
    I would like to have categories, sub-categories, and products. For example:
    1. Bicycles
      a. Road Bikes
      b. Mountain Bikes
    2. Clothing
      a. shirts
      b. shorts
    The top level landing page should list all categories. Clicking on a category should take the user to a page that lists all sub-categories for that category. How are these landing pages created? It's simple to display the list of products in a sub-category,
    as that's just a content search. But how do I generate a list of subcategories (or categories) dynamically, without having to manually create a page for each one?
    Also, each category / subcategory should have it's own metadata, such as description, contact info, etc.
    Thanks,
    Mike G.

    after you connect to a product catalog in site settings->manage catalog connections in a publishing site, page layouts and pages will created automatically for you in the publishing site. for a simple test, you can just leave everything to it's default
    value when you connect to a catalog. you can find address for these page created in site settings->term store management tool, click on the term under your site collection group, and open the term-driven pages.
    please read what follows for more:
    http://blogs.msdn.com/b/justinvoels/archive/2012/09/24/sharepoint-2013-search-driven-publishing-and-cross_2d00_site-collection-publishing-overview.aspx
    http://blogs.msdn.com/b/faceted_navigation_in_sharepoint_2013/archive/2012/11/23/configure-faceted-navigation-for-a-product-catalog-in-sharepoint-2013.aspx

  • Transfer product catalog  hierarchy sales area level

    Hi all,
    We are creating a catalog in CRM  based on the product hierarchy (in CRM, Catalog->transfer->product hierarchy). The hierarchy is well copied into the catalog, but the products are not automatically added to the hierarchy. The problem is thatin our product master data,  the products are on "Sales Area" level (in the field dist.ch.dep. category), not in the "General" tab
    Please do you have any suggestions? Thanks

    modification of the program was made

  • List Price Not getting displayed in B2B Webshop Product Catalog

    Hello Experts,
    We have done all the required configuration to view the LIST PRICE in B2B Webshop product catalog.
    We have done following settings:
    1. Pricing Procedure assignment to the PRODUCT CATALOG VARIANT
    2. Initial Replication of the product catalog
    3. Shopadmin setting for List Price (radio button selection on the GENERAL Informaiton Tab)
    4. XCM Setting - No IPC
    5. For the defined variant, we have maintain an entry in the Parameter for List Prices - ZPR0 and table as CUS506 and Catalog Price type as List Price.
    6 Downloaded the required condition record from ECC to CRM with correct validity period
    But still we are not able to see the LIST PRICE. Any other change (say addition/removal of product from CATALOG areas)in the CATALOG is getting dispayed correctly in the WEBSHOP product catalog except LIST PRICE. That means we feel there is no issue from TREX perspective.
    Any other pointers will be really helpful.
    Regards
    DJ

    What are the fields for CUS506? During replication if the list price is replicated from this table then all the key fields mentioned in this table should be available during replication for this table.
    What my wild guess is that maybe this CUS506 has a field e.g say SHIP_TO or SOLD_TO etc.. Now at the time of replication.. there are no shipto or soldto hence no values/price will replicate to TREX.. hence u will see nothing in catalog.
    regards,
    Dipender Singh

  • Error in migrating SharePoint 2010 list fields to Office 365 list [CSOM]

    Hi,
    I am trying to migrate a SharePoint 2010 list to Office 365. I created a new ListCreationInfo for a new list in O365. But when i am to trying add fields from SP2010 list, its giving me an error after list.update()  -
    A duplicate field name "fa564e0f-0c70-4ab9-b863-0177e6ddd247" was found.
    if (!l.Hidden)
    ListCreationInformation creationInfo = new ListCreationInformation();
    creationInfo.Title = l.Title;
    creationInfo.TemplateType = l.BaseTemplate;
    List list = web.Lists.Add(creationInfo);
    //Fields in the list
    ctxOnPrem.Load(l.Fields);
    ctxOnPrem.ExecuteQuery();
    foreach (Field f in l.Fields)
    list.Fields.AddFieldAsXml(f.SchemaXml, true, AddFieldOptions.DefaultValue); list.Update();
    Note- l is the SharePoint 2010 List.

    Answer given on StackExchange -
    http://sharepoint.stackexchange.com/questions/128875/error-in-migrating-sharepoint-2010-list-fields-to-office-365-list-csom/129015#129015
    Thanks,
    Thomas

  • Product Catalog Site in SharePoint Online

    I am in the process of developing a a SharePoint Online site for Sales catalog (Product Catalog). I am trying to refer the steps for product catalog setup in SharePoint and I am always pointed to the steps which is explained for On-Premises. Can anyone
    please point me to the right resource which details about the steps/configuration for Product Catalog site development in SharePoint Online. Would be a great help and need this info in urgency.

    Hi,
    Catalog is supported in E3 and E4 subscriptions of SharePoint Online.  Please refer to the following technet article.
    https://technet.microsoft.com/en-us/library/jj819267.aspx
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Unable to see page-content control filed in subsite level for responsive sharepoint site !!

    Hello.
    Actually, I am facing unexpected issue with responsive design package for SharePoint 2013 environment. I
    am done with lots of try here and there but no luck yet so finally putting my issue here to get the help on this.
    I have applied responsive design package from this codeplex solution - http://responsivesharepoint.codeplex.com/
    Which is working as expected , however when I add the following snippet in "Banded" Page layout , I am unable to see the Page Content field on pages at subsite
    level, however I can see the same field on root site pages of site collection.
    <!--CS: Start Page Field: Page Content Snippet-->
    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server">-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div id="ctl02_label" style="display:none">Page Content</div><div id="ctl02__ControlWrapper_RichHtmlField" style="display:inline" aria-labelledby="ctl02_label"><div align="left"><div nowrap="nowrap"><span nowrap="nowrap">Page Content</span></div><div><div>Page Content field value. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div></div></div></div><!--PE: End of READ-ONLY PREVIEW-->
    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
    <!--CE: End Page Field: Page Content Snippet-->
    can you please direct me to resolve this issue ? ( I wonder
    if anyone has face the same )
    Even , I don’t see the page content field in sub site pages for default "Blank Web part Page layout".
    I have also noticed that in responsive design webpart page layout is having only
    "Page Image" field in first row as shown in following screen:
    While in default publishign design , I can see many page content fields as shown
    in following screen:
    Is this by responsive design ? or Is there any problem in page layout - I am not sure !! :(
    Looking really forward for the resolution on this issue.
    Thanks and Best regards,
    Dipti Chhatrapati

    Hello,
    Just sharing the root cause of this issue which may help to others facing same.
    The reason behind this behavior was actually silly :) which is always the case once we know it !
    somehow , page content types was not having "Page-Content" filed rather it was using publishing columns but not page layout columns and hence I was unable to see the page layout columns in my page.
    Thanks and Regards,
    Dipti Chhatrapati

  • "list / grid view" and "sort by" for product catalogs

    Hi Everyone,
    Is there any progress to either have more layouts in our BC system for Catalogs, etc...
    or the Liquid Layout is being developed and I should use that on a real site?
    Customers keep asking for these basic E-commerce functions:
    - toggle between list view / grid view when viewing product catalogs;
    - sort by function for product catalogs;
    How should I achieve this???
    thanks for any insights,
    nova*

    Hey Liam,
    Is this found is suitable for what we are discussing here earlier? Namely, to change stylesheets with a link ... I try to do a list/grid view option here ...
    http://www.thesitewizard.com/javascripts/change-style-sheets.shtml
    Thanks for your time,
    nova*

  • Problem with Path Managed property in alternate zones - also we have identified problem with Product catalog in alt zones

    Hi All,
    I'll start "one step back". Note we have resolved this issue but it is worth mentioning:
    Yesterday we set up the product catalog. We were having a lot of inexplicable problems with it initially. After much troubleshooting, we found that it was because we were browsing the SharePoint site via the "Internet Zone" rather than the "Default
    Zone" when we "Connected" our site to the product catalog. Issues experienced:
    1) "Catalog Item URL Format" displayed error "Properties <Managed Property> specified by the shared catalog could not be found in the search schema" when attempting to connect to the catalog, despite that managed property being
    configured correctly. The catalog would connect despite the error, and the navigation worked fine.
    2) The search Result Source for the catalog would not return any results. Configuring the query and selecting "Advanced Mode" would show SPSiteURL:http://externalURL.domain.com. Changing SPSiteURL manually to
    http://InternalURL resulted in results being returned as expected.
    After much troubleshooting, we found that if were browsing SharePoint using the default zone (http://InternalURL) when we connected the Product Catalog, the result source then worked properly (internally and externally).
    Ok, so now onto our current problem:
    The Product Catalog appeared to be working properly (internally and externally) after figuring out that we needed to connect it from the Default Zone. However, we have found a remaining glitch, which doesn't appear to be Product-Catalog-specific. Consider
    the following scenario:
    1) We click a category in our Product Catalog, such as Electronics
    2) A list of our electronic devices are presented via the "Category" display page
    3) If we click on a specific item, a different URL is returned internally vs externally. We only get the friendly managed navigation URL when browsing via the Default zone. And of course totally different pages load based on which URL you get.
    Internal (when browsing via Default zone):
    http://InternalURL/catalog/PRODUCT-CATEGORY/PRODUCT-NAME
    External (when browsing via Internet zone):
    http://ExternalURL.domain.com/catalog/Lists/Products/DispForm.aspx?ID=1
    We have reviewed the display template, and the "Path" managed property is simply being used to render the link. Furthermore, we have configured the Content Search web part's "Property Mappings" to show the "Path" MP, and it
    displays the same (wrong) result externally.
    This tells us that the Path MP is not correctly rendering "Friendly URLs" when using managed navigation.
    Any help/ideas?
    Our environment:
    SharePoint Version: 15.0.4667.1000
    Default Zone: http://InternalURL
    Internet Zone: http://ExternalURL.domain.com
    We are NOT using host named site collections
    We ARE crawling the Default zone URL in our content source
    Thanks,
    Tommy

    Hi,
    We have now also observed the same issue with a Managed Property of type “Hyperlink/Picture”. The picture returns the wrong URL externally.
    This post describes the same issue, however the poster found that setting UseAAMMapping=True doesn’t work in 2013:
    http://sharepoint.stackexchange.com/questions/104806/set-the-useaammapping-property-of-a-managedproperty-object-map-an-url-of-a-h
    We checked, and our Picture MP had UseAAMMapping=False. We set it to True, did a full crawl, and see no change in behavior. Path already had UseAAMMapping=True.
    More info:
    http://macslui.blogspot.com/2013/02/sharepoint-2010-problem-in-image-result.html
    https://camerondwyer.wordpress.com/2014/08/04/beware-sharepoint-2013-search-results-and-the-listurl-property/#comment-2606
    Thanks,
    Tommy

  • How to attach PDF file to product catalog in e-Commerce ERP

    Hello Experts,
    We are implementing SAP E-Commerce for ERP (ECC 6.0 version)
    On the product catalog, I need to attach a PDF file to the products.
    I have created a document as
    Document Type: DMO
    In this I have created 1 original as:
    Applic: PDF
    Original:  "abc.pdf" (the PDF file has been uploaded to the correct Web Server folder)
    This document has been assigned to the product as u2018Documentsu2019 in the product catalog.
    I replicated the catalog on TREX. However now I am not sure how to acess this document on the e-Commerce Products JSP.
    When I access the product index on TREX, I do  not see any attribute that contains this document Type containing the PDF.
    (The standard LIM / SIM documents are getting attached correctly to the products, I see the relevant images on the JSP)
    I am not sure if I am missing something in attaching  the document?. Please let me know what else is required to be done for this?
    Thanks in Advance.
    Regards,
    Roopali

    Hey Roopali,
    Following is the procedure to Attach a multimedia object .
    Hope you are following this especially point number 16.
    1.     Access the activity using one of the following navigation options:
    Transaction code     COMM_PCAT_ADM
    SAP CRM menu     Master Data à Product Catalog à Maintain Product Catalog
    You will have Material Master rather than Product catalog as it is ECC version.
    2.     In the Product Catalog field, enter PRODUCT CATALOG
    3.     In the Catalog Type field, enter Manual and automatic assignment.
    4.     Choose Change.
    5.     Expand Header Data by choosing the Expand data area Button labeled Header Data
    6.     Check that the status is Inactive.
    A yellow light bulb indicates that the status is Active. To set the status to Inactive, click the light bulb and a gray light bulb appears.
    To add new products to your product catalog, you must first deactivate the status on all levels.
    7.     In the Object Name screen area, select your product catalog.
    8.     Choose Expand all.
    9.     Double-click the catalog area to which you want to manually assign your objects.
    10.     Check that all products are set to inactive.
    11.     In the Item list, double-click the product.
    12.     The selected product is shown below in the screen area Item Details.
    13.     Choose the Item Documents tab.
    The tab page Product Documents provides information about which objects are already assigned to a product in the product master. This means that these objects cannot be changed in the product catalog. They can only be changed in the product master.
    14.     Choose the folder YCRM_IMAGE  or YCRM_THUMB and choose Import document. Browse for the multimedia object that you want to assign to the product. 
    15.     Select the object (picture) and choose Save.
    16.     Choose the tab page Properties to set this multimedia object as language-independent, set the field Language-Independent(Prod) = Yes.
    This field controls the publication of documents in catalog variants depending on the language. This means that the document is valid for all languages in which the catalog is published.
    17.     Choose Save.
    Regards,
    Sumit

  • Data View Web Part - List of Subsites and Document Libraries under Current Site - Must be able to Package as Site Template in SPDesigner

    Hi Guys,
    On the home page of each sub site I would like to be able to show a list of subsites and Document libraries that are under the current subsite.
    I started investigating a solution using Datasources with SOAP requests sent to the server but it is very difficult to understand how to surface it on the Data View WebPart.
    I have tried with the search results webpart but the problem is that it does not work well when packaged in a Site Template.
    Please advise.
    Thanks and Regards,
    Rhyan

    Ok,
    Here is the problem:
    When creating a mysite from powershell or script, apparently you can ONLY do this from a wfe (or a server running Microsoft SharePoint Foundation Web Application in services on server).
    You CANNOT create mysites from script on your appserver if it is not also a Web Application Server. I confirmed the same is true in my test farm. I guess I was always running most of these scripts on the webserver.
    I searched all over and cannot find this documented anywhere.
    Who do I contact to have Microsoft document this?
    It's Thursday morning, I've been working non stop since Saturday morning so you don't have to :)

  • TF255424: An error occurred while installing SharePoint Products. (SharePoint 2012)

    I want to install both SQL Server and Team Foundation Server on the same machine. Operating system of my server machine is Microsoft Windows Server 2008 R2 Service Pack 1. I first install Microsoft SQL Sever 2012 Enterprise edition without any error. After
    that i tried to install Microsoft Team Foundation Server 2012. Team Foundation Server configuration got complete. Microsoft SharePoint Foundation 2010 installed successfully but while configuring SharePoint extension i am getting the following error.
    "TF255424: An error occurred while installing SharePoint Products. For more information, open Event Viewer and review the application log. You might need to manually install Windows SharePoint Foundation 2010."
    Please help.
    [Info   @12:19:36.259] 
    [Info   @12:19:36.259] +-+-+-+-+-| Environment |+-+-+-+-+-
    [Info   @12:19:36.260] Environment: FullEnvironment
    Setup: 
    InstallPath: C:\Program Files\Microsoft Team Foundation Server 11.0\
    IsTfsExpress: False
    ToolsPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Tools
    ApplicationTierPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Application Tier
    BuildTierPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Tools
    ProxyPath: C:\Program Files\Microsoft Team Foundation Server 11.0\Version Control Proxy
    SetupUser: ETS-WEBAPP\tfsadmin
    WebServicePath: C:\Program Files\Microsoft Team Foundation Server 11.0\Application Tier\Web Services
    LicenseEdition: PID_RANGE_VL
    SystemTfsTemp: C:\Windows\Temp\TFSTemp
    SharePointInstallTemp: C:\Windows\Temp\TFSTemp\WSSInstall
    InstalledLanguages: System.Collections.Generic.List`1[System.Int32]
    InstalledLanguagesString: 1033;
    OS: 
    MachineName: ETS-WEBAPP
    HostName: ETS-WEBAPP
    IsClientOS: False
    IsServerOS: True
    IsDomainController: False
    IsMachineInWorkgroup: False
    IsMachineInDomain: True
    IsHomeEdition: False
    IsUnsupportedEdition: False
    Version: Server2008R2
    MajorVersion: 6
    MinorVersion: 1
    ProcessorCount: 4
    ServicePackMajor: 1
    ServicePackMinor: 0
    IsOSPostTfsRelease: False
    VisibleMemoryMB: 12287
    AdjustedMemoryGB: 12
    Iis: 
    IsInstalled: True
    PreviouslyFailedConfig: False
    RequiredIisFeaturesInstalled: True
    OS: 
    MachineName: ETS-WEBAPP
    HostName: ETS-WEBAPP
    IsClientOS: False
    IsServerOS: True
    IsDomainController: False
    IsMachineInWorkgroup: False
    IsMachineInDomain: True
    IsHomeEdition: False
    IsUnsupportedEdition: False
    Version: Server2008R2
    MajorVersion: 6
    MinorVersion: 1
    ProcessorCount: 4
    ServicePackMajor: 1
    ServicePackMinor: 0
    IsOSPostTfsRelease: False
    VisibleMemoryMB: 12287
    AdjustedMemoryGB: 12
    Sql: 
    SqlInstance 0: 
    Name: MSSQLSERVER
    FullName: ETS-WEBAPP
    Edition: Enterprise Edition
    Version: 11.0.2100.60
    IsWow64: False
    LCID: 1033
    IsExpressEdition: False
    IsFullEdition: True
    IsSupported: True
    IsSharePointSupported: False
    IsUpgradable: False
    WindowsServiceName: MSSQLSERVER
    SharePoint: 
    IsInstalled: True
    IsProvisioned: False
    IsAdminDbConfigured: False
    IsAdminSiteConfigured: False
    IsRunningSiteOnWebAppPort: False
    Version: 14.0.6029.1000
    WssAdminUrl: http://ets-webapp:17012/
    WssSiteUrl: http://ets-webapp/sites
    ReportingServices: 
    IsInstalled: True
    DefaultInstance: 
    InstanceIdentifier: ETS-WEBAPP
    HostName: ETS-WEBAPP
    InstanceName: MSSQLSERVER
    ReportServerInstance: Microsoft.TeamFoundation.Admin.ReportServerInstance
    IsConfigured: True
    ReportWebServiceUris[0]: http://ETS-WEBAPP:80/ReportServer
    ReportManagerUris[0]: http://ETS-WEBAPP:80/Reports
    Instances[0]: 
    InstanceIdentifier: ETS-WEBAPP
    HostName: ETS-WEBAPP
    InstanceName: MSSQLSERVER
    ReportServerInstance: Microsoft.TeamFoundation.Admin.ReportServerInstance
    IsConfigured: True
    ReportWebServiceUris[0]: http://ETS-WEBAPP:80/ReportServer
    ReportManagerUris[0]: http://ETS-WEBAPP:80/Reports
    PowerTools: 
    IsBackupToolConfigured: False
    [Info   @12:19:36.260] 
    [Info   @12:19:36.260] +-+-+-+-+-| Configuration Plan |+-+-+-+-+-
    [Info   @12:19:36.260] - ContainerTask (ContainerNode) : root
    - ConditionalTask (ConditionalNode) : Provisioning SharePoint
    - ContainerTask (ProgressNode) : Configure SharePoint
    - ConfigureSharepointProvision (ConfigureNode, 208) : Configuring the SharePoint Products
    SqlInstance = ETS-WEBAPP
    AdminSiteAccountName = Domain\tfsuser
    PasswordSupplied = *****
    SiteUrl = http://ets-webapp/
    AdminPort = 17012
    TfsServiceAccount = Domain\tfsuser
    - ContainerTask (ProgressNode) : Extending SharePoint
    - ConfigureSharepointUploadData (ConfigureNode, 209) : Uploading solutions and templates ...
    - ConfigureResetSPTimer (ConfigureNode, 214) : Resetting Sharepoint Timer Service ...
    - ConfigureIisReset (ConfigureNode, 801) : Resetting IIS ...
    - ConfigureMarkFeature (ConfigureNode, 140) : Marking feature configured status
    FeatureType = SharePointExtensions
    IsConfigured = True
    - ConfigureWssHealthCheck (ConfigureNode, 210) : Check if sharepoint is responsive
    SiteUrl = http://ets-webapp/
    - ConditionalTask (ConditionalNode) : SharepointEntries
    - ContainerTask (ProgressNode) : Configuring Services
    - ConfigureAddSharePointEntries (ConfigureNode, 207) : Configuring SharePoint application entries
    SharepointRootUri = http://ets-webapp
    SharepointAdminUri = http://ets-webapp:17012/
    DefaultSharePointPath = sites
    ApplicationTierUri = http://ets-webapp:8080/tfs
    ApplicationTierServiceAccount = NT AUTHORITY\NETWORK SERVICE
    - ConfigureAddAccountToLocalWss (ConfigureNode, 800) : Add account to WSS farm admin group
    Account = NT AUTHORITY\NETWORK SERVICE
    AdminUrl = http://ets-webapp:17012/
    UseRetainedSettings = False
    [Info   @12:19:36.260] 
    [Info   @12:19:36.260] +-+-+-+-+-| Running root: root |+-+-+-+-+-
    [Info   @12:19:36.260] 
    [Info   @12:19:36.260] +-+-+-+-+-| root |+-+-+-+-+-
    [Info   @12:19:36.260] Starting Node: CONTAINER
    [Info   @12:19:36.261] NodePath : Container
    [Info   @12:19:36.261] Node returned: Ignore
    [Info   @12:19:36.261] Completed root: Ignore
    [Info   @12:19:36.261] -----------------------------------------------------
    [Info   @12:19:36.261] 
    [Info   @12:19:36.261] +-+-+-+-+-| Running Provisioning SharePoint: Provisioning SharePoint |+-+-+-+-+-
    [Info   @12:19:36.261] 
    [Info   @12:19:36.261] +-+-+-+-+-| Provisioning SharePoint |+-+-+-+-+-
    [Info   @12:19:36.261] Starting Node: CONDITION
    [Info   @12:19:36.261] NodePath : Container/Conditional
    [Info   @12:19:36.261] Node returned: Ignore
    [Info   @12:19:36.261] Completed Provisioning SharePoint: Ignore
    [Info   @12:19:36.261] -----------------------------------------------------
    [Info   @12:19:36.262] 
    [Info   @12:19:36.262] +-+-+-+-+-| Running Configure SharePoint: Configure SharePoint |+-+-+-+-+-
    [Info   @12:19:36.262] 
    [Info   @12:19:36.262] +-+-+-+-+-| Configure SharePoint |+-+-+-+-+-
    [Info   @12:19:36.262] Starting Node: CONTAINER
    [Info   @12:19:36.262] NodePath : Container/Conditional/Progress
    [Info   @12:19:36.262] Node returned: Ignore
    [Info   @12:19:36.262] Completed Configure SharePoint: Ignore
    [Info   @12:19:36.262] -----------------------------------------------------
    [Info   @12:19:36.262] 
    [Info   @12:19:36.262] +-+-+-+-+-| Running ConfigSPProvision: Configuring the SharePoint Products |+-+-+-+-+-
    [Info   @12:19:36.263] 
    [Info   @12:19:36.263] +-+-+-+-+-| Configuring the SharePoint Products |+-+-+-+-+-
    [Info   @12:19:36.263] Starting Node: CSPPROVISION
    [Info   @12:19:36.263] NodePath : Container/Conditional/Progress/CSPPROVISION
    [Info   @12:19:36.263] 
    [Info   @12:19:36.263] +-+-+-+-+-| SharepointProvision::ConfigureDatabase |+-+-+-+-+-
    [Info   @12:19:36.263] Configuring the SharePoint Products database ...
    [Info   @12:19:36.263] SharePoint Products::ConfigureDatabase
    [Info   @12:19:36.263] GrantLogOnAsAService is called. User name: tfsuser [Info   @12:19:36.269] Checking if Authenticated Users group is a member of Users group.
    [Info   @12:19:36.272] sid = S-1-5-4
    [Info   @12:19:36.272] sid = S-1-5-11
    [Info   @12:19:36.272] sid = S-1-5-21-1481031050-1694664162-2121907377-513
    [Info   @12:19:36.272] sid = S-1-5-21-1529747324-2324938602-2105273467-1015
    [Info   @12:19:36.272] Authenticated Users group is a member of Users group.
    [Info   @12:19:36.300] C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm.exe
    [Info   @12:19:36.300] -o setconfigdb
    [Info   @12:19:36.300] -databaseserver ETS-WEBAPP
    [Info   @12:19:36.300] -farmuser domain\tfsuser
    [Info   @12:19:36.300] -farmpassword ********
    [Info   @12:19:36.300] Process starting: fileName=C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm.exe arguments=-o setconfigdb -databaseserver ETS-WEBAPP -farmuser domain\tfsuser -farmpassword ****************
    [Info   @12:20:04.869] Process finished: fileName=C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin\stsadm.exe arguments=-o setconfigdb -databaseserver ETS-WEBAPP -farmuser domain\tfsuser -farmpassword **************** exitCode=-1
    in 28566 ms
    [Info   @12:20:04.869] 
    [Info   @12:20:04.869] WARNING: SharePoint no longer customizes Integrated Authentication security settings. This Web application may be using Kerberos, which can require manual configuration. See "http://support.microsoft.com/?id=832769" for
    more information.
    [Info   @12:20:04.869] 
    [Error  @12:20:04.869] An error occurred while getting information about the user tfsuser at server telenor.com.pk: Access is denied
    [Error  @12:20:04.869] 
    [Info   @12:20:04.869] ReturnCode=-1
    [Info   @12:20:04.874] Node returned: Error
    [Error  @12:20:04.874] TF255424: An error occurred while installing SharePoint Products. For more information, open Event Viewer and review the application log. You might need to manually install Windows SharePoint Foundation 2010. 
    [Info   @12:20:04.874] Completed ConfigSPProvision: Error
    [Info   @12:20:04.874] -----------------------------------------------------
    [Info   @12:20:04.880] Execution results:
    [Info   @12:20:04.880] Overall result: Failure
    [Info   @12:20:04.880] Nodes completed: 1
    [Info   @12:20:04.880] Nodes succeeded: 0
    [Info   @12:20:04.880] Nodes skipped: 0
    [Info   @12:20:04.880] Nodes with errors: 1
    [Info   @12:20:04.880] Nodes with warnings: 0
    [Info   @12:20:04.880] Number of error messages: 1
    [Info   @12:20:04.880] Number of warning messages: 0
    [Info   @12:20:04.880] Number of info messages: 0
    [Error  @12:20:04.881] Activity failed.
    [Info   @12:20:04.881] Configuration failed. Unconfiguring.
    [Info   @12:20:04.885] Setting the IsConfigured flag for feature SharePointExtensions to False.
    awias

    looks like here is the your problem "An error occurred while getting information about the user moss.service
    at server telenor.com.pk: Access is denied"
    try to add the user into the managed account via powershell. the user you trying to configure it.
    or change the user to some body else here is culprit account "telenorpk\moss.service"
    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

  • Missing shared feature Reporting Services Sharepoint and Reporting Services Add-in for Sharepoint products

    Hi, when I try to install SQL Server 2012 SP1 (ISO from Microsoft Download website) on a Windows Server 2012 and try to select the shared feature options: 
    - Reporting Services Sharepoint
    - Reporting Services Add-in for Sharepoint products
    They are both missing from the list.
    How do I solve this? Help!

    Hello,
    Did you download the SQL Server 2012 Express with Advanced Services edition from the Microsoft website? If so, this edition did not support SharePoint Integration mode.
    Just as Alberto post above, Business intelligence features are not all available in all editions of SQL Server 2012. You can refer to the following link about support features in Editions of SQL Server 2012:
    Reference:http://technet.microsoft.com/library/cc645993(SQL.110).aspx#Reporting
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Best way to migrate SharePoint 2003 data into SQL Server 2008

    Hi Experts,
        I am planning to migrate data from SharePoint 2003 into SQL Server 2008. After the migration SharePoint site will be deleted in couple of months and then that data will be feed into .Net Front end application
    1) What is the best and easy way to do it?
    2) Is there any way to automate the migration process? i.e. If a new record gets entered into SharePoint it should be populated into SQL Server 2008.
    3) Any other suggestions
    Thanks,
    John

    Dear John,
                    If it's just a few lists, and you just want to import them "as-is" then it should be possible to do so ... and survive to tell the about it ;-)
                   Generally speaking, You will need to write a small process (program or script) to read/parse each list and check if the item(s) are in the target table (I assuming that there is a distinct table as target
    for each list, and that each list has 'something" you can use to distinct each row), if it's not there, the just add them according to your needs.  
                   Then just rerun the process periodically and it would keep your databases up to date (you could even set ti up to update those records that have changes, but that would delay your process significantly)
                    What i just described is doable, and not TOO complicated, it could be done i a lot different ways, and with different alternatives of programming/scripting languages. for sure you can do it in any flavor
    of .net language, and even powershell.
                    As I mentioned, this is speaking in general, the actual implementation would depend on your specific needs and the kind of data that you have/need to keep.
    Best Regards / Saludos, Marianok
    Disclaimer: This post, and all included code and information is provided "AS IS" with no warranties or guarantees and confers no rights. Try it at your own risk, I take no responsibilities.
    Aclaración: Esta publicación, y todo en código e información en la misma, es provista "AS IS" / "Como Está" sin garantía alguna y no le confiere ningún derecho. Pruebelo su propio riesgo. No asumo responsabilidad alguna.

  • Printing the Pick List at operation level

    Hi all,
    Is  it possible to Print the Pick List at operation level.
    Components are assigned  to each operations and release of  production order takes place at operational level. Once operation is released then only relavent component assigned to that particular operation should come in pick list.
    Thanks in advance for your time and efforts.
    Regards,
    Siva
    Edited by: Siva Kumar M on May 19, 2008 3:40 PM

    Hi ,
    System will not select the Opertaion which has status CRTD by default.
    For further selection please try with below settings. ,
    Profile = std profile
    Production Order Number,
    Selection at Operation level
    System status = CRTD  and Actiavte Excl .check box.
    Now system will display the pick list for  released operation and it`s component only 
    Please check, Reward if it is useful.
    Pradeep
    Edited by: Pradeep Kumar on May 19, 2008 3:45 PM

Maybe you are looking for

  • How Do You Fix iTunes Network Connection Timed Out Error?

    hi, i am try to ios new update in itunes but after 200 mb download there is a "network time out" error in itunes. kindly give me best solution.

  • Buttons with alpha

    I have created some circular navigation buttons with alpha, and I am wondering if I can get the alpha to be honoured in two situations. 1) When I click on the button only the circle part gets highlighted. 2) If I overlay these buttons over a graphic,

  • How do you open Photoshop in Administrator mode?

    how do you open Photoshop in Administrator mode?

  • af:richTextEditor new features

    Dear All, regarding to Oracle docs. <af:richTextEditor> has only a few supported widgets like: font name, font size, text color etc... How to add unsupported html widget, like for example table (<table>) or break line. Best regards.

  • Oh boy, I think I jumped on the bandwagon too soon...

    This post contains a little frustration from a long day's session of trying to code! So, I spent the day really diggin' deep in Cocoa and XCode for my first time. I anxiously waited for the arrival of Leopard to begin my adventures in this new territ