Welcome to MSDN Blogs Sign in | Join | Help

EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

You need to run the deployment wizard from AX client (Administration->Setup->Internet->Enterprise Portal->Manage Deployments) on the web server to deploy the site defintiion and other files.

Refer to the step by step implementation guide
http://www.microsoft.com/downloads/details.aspx?familyid=39EEC4DA-15E0-4309-81B4-5D741AEF31BF&displaylang=en


If you have followed this and still don't see the site defintion, then there is KB Article on this.

 

Cause

=============================

The file copy operation of the WSS templates may fail for several reasons including the following; the current user account does not have rights to the file location; the current server has both Windows SharePoint Services 2.0 and 3.0 installed on the same machine and the 3.0 version cannot be determined; the Windows SharePoint Services installation has additional language packs installed.

 

Workaround 1

=============================

Manually copy the following files:

Copy the file WEBTEMPAXSITEDEF.XML to the following folders:

 

%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\12\TEMPLATE\SiteTemplates\XML

%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\XML

 

Copy the AXSITEDEF folder

       

        %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033

 

%ProgramFiles% is a variable and is used for your windows Program Files folder, e.g.

C:\Program files

 

After making these changes the templates should be visible in SharePoint Central Administration when creating a new site collection.

 

Note: On non US-English installations you may have more than the 1033 folder which represents the Windows SharePoint Services language ID.  You will need to copy the same files to the other localizations as you did to the 1033 folder.

 


 

Published Wednesday, June 13, 2007 9:19 PM by meysun

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Thursday, June 14, 2007 12:39 PM by Waldo

Question:

Where is the file WEBTEMPAXSITEDEF.XML and directory AXSITEDEF located.  I do not see them anywhere on my machine.  The \wpcatalog directory does exist in my sharepoint app directory

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Thursday, June 14, 2007 5:27 PM by meysun

Once you run the Deployment wizard , the WebTempAXSiteDef.xml should be available at

%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\12\TEMPLATE\SiteTemplates\XML

You need to copy this to

%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\XML

The content of the xml file will be like

<?xml version="1.0" encoding="utf-8" ?>

<!-- _lcid="1033" _version="11.0.5510" _dal="1" -->

<!-- _LocalBinding -->

<Templates xmlns:ows="Microsoft SharePoint">

<Template Name="AXSITEDEF"     ID="9264">

   <Configuration ID="0" Title="Microsoft Dynamics Enterprise Portal" Hidden="FALSE" ImageUrl="/_layouts/ep/images/dyaxepprev.png" Description="Microsoft Dynamics Enterprise Portal"></Configuration>

   <Configuration ID="1" Title="Microsoft Dynamics Public" Hidden="FALSE" ImageUrl="/_layouts/ep/images/dyaxepprev.png" Description="Microsoft Dynamics Public">   </Configuration>

</Template>

</Templates>

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Monday, June 18, 2007 10:45 AM by Waldo

Did that, see the template but when I hit ok t create collection I get, 'Failed to instantiate file "default.master" from module "DefaultMasterPage": Source path "default.master" not found.

I have tried the following:

*********************************************

stsadm.exe -o execadmsvcjobs - did not work

*********************************************

1) Copy EVERYTHING from the templates download etc. into your

c:\Progr~1\Common\MS Shared\Webserver extns\12\BIN folder

2) Open a command window at this location

3) stsadm –o addsolution –filename ApplicationTemplateCore.wsp

4) STSADM.EXE -o deploysolution -local -name ApplicationTemplateCore.wsp -allowgacdeployment

5) stsadm -o copyappbincontent

6) stsadm -o execadmsvcjobs

7) iisreset

8) now repeat for all the other WSP files. I did these all at once and ran the execadmsvcjobs/iisreset at the end.

9) Go to your WSS Central Admin site (http://site:17785 and then Operations>Solutions management and all WSP should show as deployed.

*********************************************

The issue with this is I do not have and wsp files.  Any thoughts?

Thanks for your help

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Thursday, June 28, 2007 12:23 PM by Robert

Rube Goldberg would be so pleased with Micrsooft SharePoint.

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Friday, September 21, 2007 10:54 AM by Gvds

I have followed the information mentioned above. I have a tab Custom now but when I create the Enterprise Portal I receive the error "File not found". Anybody an idea on how to solve this?

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Tuesday, March 04, 2008 10:50 AM by Sertan

Same happens "file not found" above.

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Tuesday, April 01, 2008 10:50 AM by Saravanan.T

I am not have a bin folder and wpcatalog folder in c:\inetpub\wwwroot path after installed the WSS 2.0.Plz help me

Thanks.

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Tuesday, May 20, 2008 11:37 PM by Leo

For those ppl with problem of "file not found" problem, try copy the content of  

ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\12\TEMPLATE\SiteTemplates\AXSITEDEF  

to

%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\AXSITEDEF

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Tuesday, September 23, 2008 9:47 PM by Nish

I did this, but still "File Not Found" :(

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Monday, October 13, 2008 7:39 PM by Poff

Has anyone solved the "File Not Found" problem?

Is there a way to find out what file is not found during Site creation process?

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Monday, October 27, 2008 9:10 AM by Flemming Gregersen

You can change your Web.Config for your site to show debug information (file: C:\inetpub\wwwroot\wss\VirtualDirectories\80\Web.Config).

Locate the following tags in the file and change:

from: <SafeMode .... CallStack="false".. to: CallStack="true"

from: <customErrors mode="On" /> to: mode="Off" />

from: <compilation ... debug=false"> to: debug="true"

Im my case the "file not found" had something to do with MOSS and I was running WSS.

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Thursday, February 12, 2009 1:28 PM by James Bruiners

Hi,

I am having the same problem, strangely I installed the EP and got the tempaltes, then had a problem so removed the EP (in DAX client) then tried re-installing and cant find them anywhere?

Ive tried everything above but just cant find the site definition templates...?

Ive got all the webpart files, but no templates... anyone with any ideas yet?

james

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Thursday, February 19, 2009 7:40 AM by Chris

Hi, I'm having problems in that when I run the setup to install EP/Role Centres I get this warning in the setup log which seems to only happen if the system I'm installing on has our company specific license and en-gb as the locale:

Entering function CurrentUserAlias

Leaving function CurrentUserAlias

Creating new Enterprise Portal Site with following the parameters:\n URL: http://AX4TEST/sites/DynamicsAx\n Title: EP Site\n LCID: 1033\n OwnerLogin: MYDOMAIN/myuser

Administration Web Service URL: http://ax4test:10224/_layouts/ep/WSSAdmin.asmx

Error: The site /sites/DynamicsAx could not be created.  The following exception occured: File or arguments not valid for site template 'AXSITEDEF#0'..

An error occured while Setup was creating a new site.

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

File or arguments not valid for site template 'AXSITEDEF#0'.

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

System.Web.Services.Protocols.SoapException

  at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

  at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

  at Microsoft.Dynamics.Framework.Deployment.Portal.WSSAdmin.CreateSite(String Url, String Title, String Description, Int32 Lcid, String WebTemplate, String OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String PortalName)

  at Microsoft.Dynamics.Framework.Deployment.Portal.EPDeployment.CreateDefaultEPSite(String virtualServerUrl)

API return status: Warning

Leaving function Microsoft.Dynamics.Framework.Deployment.Portal.IEPDeployment.InstallEnterprisePortal

----

I have tried all suggested above to no avail, it happens any time I try and install a non-default Enterprise Portal/Role Centres now and I have tried all sorts to get round it. Can you shed any light as it's driving me round the bend!

WEBTEMPAXSITEDEF.XML  doesn't exist on my machine after pressing 'update' on the manage deployments form. The axsitedef folder has very little in.

Thanks in advance.

Chris

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Thursday, February 26, 2009 12:28 PM by DamonR

i am having the same sort of issues does anyone have te WSP files to use to install the templates etc?

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Friday, August 21, 2009 7:46 AM by Brajendu Kumar Das

I am having the another problem : I am geting a few web application with custom Tab and a few are missing custom Tab in MOSS 2007.

There is no message or error report.

# re: EP Site Templates not appearing under "Custom Tab" in WSS 3.0/MOSS 2007

Wednesday, October 14, 2009 3:57 AM by mrfac

For "file not found" this worked for me:

http://www.cjclifford.co.uk/blog/2008/12/ax-4-ep-file-not-found.html

mrfac*[at]*o2.pl

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker