Answer Questions
CathyUnique Worflows don't travel with Site Template
When I create a site template on a site with workflows and create a new site with the template...the workflows are not there. When I do it with a List Template, a ghost of the workflow is there. No files or forms, but the directory and the list buttons. What gives ...Show All
Michael B. Price Error Changing a Master Page or Creating a Site in MOSS 2007
On switching Master pages for a site I get an error, I get the same error when creating a subsite. It still switches the page correctly for a Master, but on Site Creation this error causes a problem because the site is not setup correctly (welcome page is not correctly setup for the site) The error I get is : File Not Found. at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder) at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder) at Microsoft.SharePoi ...Show All
VaiTraFra Unable to send messages to yourself?
It seems to be impossible to send messages back to the sending participant (don't ask me why I want to do that ). When I create a session with only one participant (short-version manifest retrieved from session management console posted below), any messages I sent to the Session containing the correct action produce a 'Zero routed resolved...' message in the Event Log at the Session server. Is it illegal/impossible to send messages to yourself Or to create a Session with only one participant THE EVENT LOG ENTRY Timestamp: 12/1/2006 10:49:20 AM Message: Zero routes resolved for the incoming message - urn:uuid:679cc7dd-5eee-42bf-a95e-492dffa160db Category: Session OperationalEvent Priority: 2 EventId: 20146 Severity: I ...Show All
FliNT007 Script to Assign Drive Letter to Disk based on SCSILogicalUnit
Hi, I am currently working with a 3Par SAN implementation & I am trying to accomplish some system maintenance tasks using VBScript. I need a script that can accomplish the following: 1.) Remove drive letters for a specified set of SCSI Luns. 2.) Be able to re-add the SAME drive letter back to the disk based on SCSI Lun. We are running into this problem since we are trying to do snapshots of the data for backup purposes, and due to some windows restrictions we must remove the drive letters before making a copy of the volume & mounting the copy to another machine. Also, the LUN id's will never change, but the DeviceID's seem to whenever we do any kind of re-configuration... I'm trying to script this out completely usin ...Show All
Peter Jausovec - MSFT Active Directory , Exporting xml as users
We have an application that churns out xml a collection of user details and credentials.We have decided to have a central repositry as Active directory.I want to test it using windows xp without a windows 2000 or 2003 server.Is it possible , if so, How You might want to try using ADAM (Active Directory Application Mode) which is a cut down version of AD. There are some differences between AD and ADAM but it might allow you to test your code without needing a full Active Directory installation. If you just need a repository of users then you might consider ADAM instead of AD anyway as it is much easier to setup. If you need any code or instructions then let me know and ill post some links ...Show All
luben111 architecture guidance.
hi everyone, iam planning to do a project and iam in analysis phase of the project. desc: it is a very simple project. lang: asp.net ,C#,oracle9i. i completed all the ui related parts.the project is very simple get the datas from the database,update those data or insert new data.uploading and downloading of files.excel uploads and downloads.user administration. now iam going to design the business logic and data access logic. i need to implement form based authentication. can any one provide me guidance for desiging the data access logic ,security logic thanks for your valuable information baskark wrote: iam not aware of the microsoft enterprise library. could you give more details on mi ...Show All
xlordt MOSS 2007 domain account install requirements
I would like someone to explain the initial domain accounts needed to setup MOSS2007 with out getting concurency errors, permission denied errors or, "Only the site admin is allowed to querry from the profiles db." This is my 9th MOSS installation in 3 days and there was no combination of domain accounts that have worked. My first installation. 1. Installed Windows 2003 r2, SQL standard x86, .net 3.0 then installed Sharepoint 2007. 2. I used a domain acount FESGWIRE as the service account for all SQL services and all accounts in MOSS2007. The account was also a local administrator. First the installation complains about some random web application at port 15097 and suggest that it must be registered as a Kerberos se ...Show All
divya mittal Clustered .NET Applications
I'm doing the preliminary research for the architecture of a large project. This project will basically be responsible for routing various types of messages transactionally. Some messages have higher priority than others. Some are forwarded, some are processed directly, etc. My initial design calls for a series of MSMQ queues and Windows Services, written in C#, to process the messages in these queues. There will be incoming and outgoing queues, queues to store unroutable messages, etc. Of great concern to me is that there are absolutely no single points of failure in the system. I can't have a machine go down and have the messages sitting in the queues on that machine remain there until it comes back. In order to accomplish this I am cons ...Show All
Crosscourt MOSS 2007 + Win SPoint Svcs Srch + Implicit Conversion Error
Hi All, We are implementing SharePoint 2007 for an internal document management project. I'm having an issue with configuring the Windows SharePoint Services Search Service. I enter my domain user accounts, DB Server and DB Name which is all OK. I attempt to start the service and receive 'Could not access the Search service configuration database' There is nothing in the SharePoint logs which suggest any problem, however when I profile the SQL Server, I get the following error: Error: 102, Severity: 15, State: 1 The code in question is calling a SP: declare @p2 nvarchar(64) set @p2=N'C:\Program Files\Microsoft Office Servers\12.0\Data \Applications' exec dbo.proc_MSS_GetConfigurationProperty @Name=N'indexLocat ...Show All
narukrish sharepoint 2007 showing System Account instead of Username / full name
When i login with my username & password into sharepoint (2007) site, it displays as a "System Account" instead of my username or my full name on the top right corner of the website. What ever changes i make inside the site, for example upload a file, post a comment, sharepoint marks it as a System account instead of my name. Can someone help me figure it out why Thanks. I noticed that SPS is resolving the name as domain\username, and not "display name" The AD has the correct display name, but suddenly SPS is rendering the name as domain\username. The user is not working as an identity for any application pools, just the site collection admin. This changed when we instal ...Show All
Matt354245 Architecture for a DAL
When I say DAL I mean a physical layer that manages connections. I had a though yesterday. Many people call methods on a class representing the DAL. And they receieve data back from it to populate thier business classes. I realize there are many different forms of this solution. ( I was a contactor and I saw good examples and nightmares, along with "what the ..." designs ) So I was thinking this. What instead of having classes I call I create delegates that represent all of the work a DAL would do and consumers only called these delegates. This would have many benefits by examining this. What I want to know is this. Is this an idea with merit or am I going down a path with a dead end I'd like some thoughts ...Show All
seprice Database Design
Hi All, I need some advice and reference on database design. The database my application uses will have many tables, each with many columns. Most of the columns store data generated automatically by the application, and the data could be regenerated and overwritten by the app when necessary. However, I want to have the ability to let user overwrite the values through UI, so the app would not overwrite them. This is similar to the Tax software, where you can overwrite almost anything. What is the best design for this Thanks in advance. Regards, Q Check out the very robust SQL project examples as found in the Starter Kits to see if they can give you insight on y ...Show All
Kamen Is anyone using visual studio extensions for wss?
I can't seem to find docs on how it works. I recently posted asking how to get another assembly added to the solution that vsewss creates, but got no responses. There have got to be people somewhere that know about this, right Hi Dennis Yep - I'm using them - although having many problems. The SDK was only released on 22nd January, but is very helpful, as are a number of blogs. That's all I've found so far - the sdk is at http://www.microsoft.com/downloads/details.aspx FamilyID=05E0DD12-8394-402B-8936-A07FE8AFAFFD&displaylang=en If you find any more detail, be sure to post - thanks You can check the WSS v3 SDK regarding solution files. Some short points: the DDF (Diamond Defin ...Show All
Herru Perdana MOSS 2007 Stand-Alone upgrade/migration to Web Farm
We currently have a "stand-alone" deployment of MOSS, which was oringinally going to be used for development/testing, however it appears that has taken a life of its own. The development site now has production data and we need to migrate the data (or DB) to a server farm deployment, which will housed on different hardware. Is there a way to get the data out of the stand-alone edition and place it into a farm "production" version Any help, direction or insight is greatly appreciated. Thanks for your time. Thanks, JZavala Pome Alan, Thank you for your quick reponse. However, I have tried to detach the DB through both the cmd and the MGT Studio and I keep receiving the error tha ...Show All
JohnnieIrish Any way to retrieve original SOAP action?
When a message gets processed by the Session Engine, the original SAOP action gets lost. For example, consider the following route (borrowed from the Intercept example) <Route> <Criteria>(ACTION EQ 'http://www.contoso.com/intercept/AddResponse')</Criteria> <Destination>UIParticipant[http://www.contoso.com/SampleServices/RouteResponse]</Destination> </Route> In the resulting SOAP call to the UIParticipant, the original action (AddResponse) is never mentioned. Is there a way to retrieve this original action and why isn't this provided Almost all other information (OriginalFrom, OriginalMessagId) is provided in the wsa:From > wsa:ReferenceProperties xml element... ...Show All
