Answer Questions
Kamii47 Cannot upload a .exe file to a sharepoint site.
Hi, I am unable to upload an exe file to a site created using MOSS 2007. Inspite of removing .exe from the list of blocked files in Central Administrator, I still cannot upload a exe file. How do i upload a .exe file Any information on this will be appritiated.. Thanks in advance, Regards, Sunit Pinto Executables should still go on the network and not in SharePoint. SharePoint is for documents / data. File shares are still for executables IMHO. Probably the easiest way is to just zip up the file. SPS was not really meant to replace a file share so things like exe files are better left off of it. I believe Mike Fitzmaurice has a blog entry about just this type of thing. ...Show All
tattoo where to put the generic code to check for browser language?
We are building a website in three languages English, Spanish and German. On every web page that is being accessed by the user we need to check the language of the browser to retrieve the correct data. Our question is what would be the best location for the generic code to check for language. Should we put the code in the Page_Load of the master page since every page is build using the master page Or should we have a CommonPage.cs which all other pages inherit from Or do you have any other/better ideas What is the best practice Thanks, Newbie! My way of Implementing functionalities common to a subset of a site It depends really - I use either of the fo ...Show All
Chris Du Need a bit of help getting My Site functionality to work
Hi all. I have installed MOSS 2007 enterprise in a simple-server farm mode using a SQL 2005 backend. It appears I have everything else working except the My Site functionality. When I click on My Site, I get: Your personal site cannot be created because Self-Service Site Creation is not enabled. Contact your site administrator for more information. So then I enable Self-Service Site Creation for the web app that is hosting the My Site service and try again. This time I receive: There has been an error creating the personal site. Contact your site administrator for more information. I have the SSP set up so that the admin site is on one web app on a port other than 80, and the My Site is on a different web app at p ...Show All
BobTheBuild O/R Mapping
O/R mapping is quite interesting. I would like to post this question for discussion. I have the following classes: Employee, FullTimeStaff, PartTimeStaff, etc. FullTimeStaff and PartTimeStaff have many attributes and behaviors in common and also many other unique attributes and behaviors. So, FullTimeStaff inherits from Employee and PartTimeStaff also inherits from Employee. Do you think it is good to map both FullTimeStaff and PartTimeStaff to a single table called Employee (the table contains an extra field to identity whether he is full time or part time) in the database Hi, It's good in case you will not get new types for example offshoreStaff ! For the sake of extensibility, you just can create a ...Show All
lawrieg 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
Nightowly Message Routing doesn't work
Hi, all. I defined a very simple ASP.NET Web service as follows (namespace omitted): [WebService(Namespace = " http://tempuri.org/ ")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class Service : WebService { [WebMethod] public void Log(string log) { using (StreamWriter writer = File.CreateText(@"C:\log.txt")) { write.WriteLine(log); } } } The session manifest is as follows: <Session timestamp="0001-01-01T00:00:00.0000000-08:00" timeout="30" serialize="None" routeAnyAction="true" ackOnRouteMsgToParticipants="false" xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001 ...Show All
Ashok Ojha Design Question about an "actor" in a use case
Hi there, 1/do Actors in use case refer only to humans or can they also refer to objects like Account, Phone, Invoice.... Or is an actor strictly a human who performs action in the system 2/ is here the right place to ask questions about design, uml..etc or is there another place in this forum Thank you thanks a lot for giving me the tip that i can have off-topic discussion we pretty often divide the problem into different level of abstraction in order to simplify the problem and solve them one by one, thus people and invoice and account is not mingled in one view because they are researching different domain of problem, or it will increase complexity than ...Show All
rkwarning vs.net2005 solution creation using DTE
Hi, i am new to envdte80 and DTE. from whatever i have learnt from web,these are used to create and use the vs.net IDE i have a code written for generating vs.net2003 solution using .net 1.1 DTE dte = null ; dte = ( DTE ) Interaction .CreateObject( "VisualStudio.DTE.7.1" , "" ); dte.SuppressUI = true ; dte.MainWindow.Activate(); dte.Windows.Item(EnvDTE. Constants .vsWindowKindSolutionExplorer).Activate(); Now i wish to change it to generate vs.net2005 solution, so i made the follwing changes DTE2 dte = null ; dte = ( DTE2 ) Interaction .CreateObject( "VisualStudio.DTE.8.0" , "" ); dte.SuppressUI = true ; dte.MainWindow.Activate(); -- dte.Windows.Item(EnvDTE. Constants .v ...Show All
NONO_COOL Multi-tiered Application with client Server Architecture
I want to Develop a Multi-tiered application with Client Server Architecture. I have one server and many clients around 10 to 15 or even more than that. I have one problem. When some master data is inserted by some clients it must be available to all the clients and server application at the same time and if the other clients has already opend the master form then it also immediately updated when another clients inserting record in that master. Can any one give me solution for this problem. How to implement this in .net 2.0 Thanks in advanced Nayan Thanks. Diego Dagum wrote: Hi Nayan, You'll find several application examples at the MSDN SQL Server Developer Center: http://msdn2.microsoft.com/en-u ...Show All
roni102 Central Admin is not operational
When I'm in the Central Admin 3.0 site I can navigate using the various links but when I try to do anything else like Edit or Delete even click OK or Cancel buttons, none of this works. The list boxes don't drop down and the when you select radio buttons it's info is always greyed out. It's almost like it can't hit the DB or the code behind the scenes doesn't execute. Here are some of the set up particulars: Win Server 2003 sp1, WSS 3.0, Server Farm install with SQL Server Express all on one box, logging in as local account with admin priviledges. Any help is appreciated! I've tried installing Sharepoint 2 times now and I ran the wizard several times to try to fix it as well. None of that wo ...Show All
capitapicard Security Toekn Configuration in Manifest File
I have a problem with manifest configuration file.................. 1. I want the client to call Integrated Windows Authentication WS throught CSF. 2. I config manifest file as below to use Persona as secondary credential as below: < Participant timeout = " 30 " role = " Service " inChannelResponse = " true " type = " WebService " > < ParticipantName > HelloWorldParticipant </ ParticipantName > < ParticipantID > HelloWorldParticipant </ ParticipantID > < ParticipantUrl > http://localhost/HelloWorldService/Service.asmx </ ParticipantUrl > < PolicyDocument > < Reference > ServiceParticipantPolicy </ Reference > < Include ...Show All
Le Saint how to access the current list name programmaticaly while creating a new list item
Thank you You will need to create a custom EventHandler hooked up to the ItemAdding event. Inside the EventHandler: Code Snippet public override void ItemAdding(SPItemEventProperties properties) { SPList list = properties.ListItem.ParentList; string listName = list.Title; } If you have an SPList object called oList that points to the current list, you might be looking for oList.Title. properties.ListItem returns NULL for me we shold do properties.OpenWeb() .GetList( properties.OpenWeb().url+" ListsName" ). Items[listItem.Items.Count - 1]["Title"].toString(); -Sudip ...Show All
MGorgone 3D Modeling tool
I have this problem to solve, hope that you can help me: I have a building with a “control system”. The control system, depending of the temperature inside and outside the building, opens and closes windows automatically. I want to create a 3D model of the building that displays in real time the processing mode of the building (temperature inside and outside, windows that are open and closed, etc). For that I have to interconnect the “control system” of the building with a computer. The control system give data (temperature inside and outside, windows that are open and closed, etc) in format txt. I want also to be able to use the computer to give commands to the control system, i.e., if I want to close a certain window I wa ...Show All
djfrey Workflow logs
Hi, I am using "log to history log" action in Sharepoint designer. Then I see it workflow status page from IE. Is there any other place where I can see these logs Additional problem the logs are deleted once the new workflow is started, is there place where the logs can be seen later as well I want to have the trackign of what happened in workflow. Maybe I should use another action (not "log to history") Ilanna You can check logs in :- C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS You could create a new source in Windows Event Log and log your items there. Also i do ...Show All
nextpaco user group with same name in different sub sites...
Hi, Whats the best way to create an user group with same name in different sub sites.. (When ever I try creating a group, it is visible to all the groups..). I would like to have an user group with the same name under different sub sites and each of these groups can have different users associated to them... I am working on WSS V3 I guess I found the answer - 'site group' in WSS V2 is called 'Role Definition' or 'Permission Level' in WSS v3. So, I need to have 'Role Definitions' for the aforementioned problem.. ...Show All
