M
Mindaugas Bliûdþius
hi
i tried in every possible way, then i start investigating asp source code to
find the place where it is stoppping.
What i found is stsadutl.asp file and StsAdminUtil_CreateSubweb() function
in it. After sending request to webserver:
var oXmlDoc = SendSOAPToWSS(sTargetSvr, sRequest,
"http://schemas.microsoft.com/sharepoint/soap/CreateSite", oErrorObj);
if(oErrorObj.nErr != const_S_NOERROR)
{
this.bErrorIsSevere = true;
if(oErrorObj.sDescription != "")
{
return (n + "\n" +
oStr.GetString(IDS_ADMIN_MANAGE_STS_CREATE_SUBWEB_FAILED_ALERT));
}
else
{
return
(oStr.GetString(IDS_ADMIN_MANAGE_STS_CREATE_SUBWEB_FAILED_ALERT));
}
}
it finishes the code with last return in above code.
So what is the problem??? i can try whatever admins account (the same
result). Any ideas?
Also i found that when triing _vti_adm/admin.asmx web service CreareSite
method returns "The page cannot be displayed" while GetLanguages returns:
<?xml version="1.0" encoding="utf-8" ?>
- <Languages>
<LCID>1033</LCID>
</Languages>
Any ideas? Is it possible that setting locale other than English (for
example Lithuanian) can bring such problems (because there was time when
sites could be created. Now i must create sites with sharepont
administration directly and that set to use this site i pwa but some
features are not working after that: linking tasks to documents and etc.)
i tried in every possible way, then i start investigating asp source code to
find the place where it is stoppping.
What i found is stsadutl.asp file and StsAdminUtil_CreateSubweb() function
in it. After sending request to webserver:
var oXmlDoc = SendSOAPToWSS(sTargetSvr, sRequest,
"http://schemas.microsoft.com/sharepoint/soap/CreateSite", oErrorObj);
if(oErrorObj.nErr != const_S_NOERROR)
{
this.bErrorIsSevere = true;
if(oErrorObj.sDescription != "")
{
return (n + "\n" +
oStr.GetString(IDS_ADMIN_MANAGE_STS_CREATE_SUBWEB_FAILED_ALERT));
}
else
{
return
(oStr.GetString(IDS_ADMIN_MANAGE_STS_CREATE_SUBWEB_FAILED_ALERT));
}
}
it finishes the code with last return in above code.
So what is the problem??? i can try whatever admins account (the same
result). Any ideas?
Also i found that when triing _vti_adm/admin.asmx web service CreareSite
method returns "The page cannot be displayed" while GetLanguages returns:
<?xml version="1.0" encoding="utf-8" ?>
- <Languages>
<LCID>1033</LCID>
</Languages>
Any ideas? Is it possible that setting locale other than English (for
example Lithuanian) can bring such problems (because there was time when
sites could be created. Now i must create sites with sharepont
administration directly and that set to use this site i pwa but some
features are not working after that: linking tasks to documents and etc.)