Answer Questions
Abhayc 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 Hi, Thanks for your reply.Ya sure please send me the links.Hope you got a clear picture of the scenario.If i had to use AD (windows 2003 server) then i'll have to make it a domain controller, i want to avoid that and this is for prototyping(testing the process of exporting a set of data in xml to AD,doing crud on AD) so for testing and prototyping i want to make it simple and easy.Waiting for your reply You might want ...Show All
Uggywuggy Deciding which design strategy to use for n-tier applications
I'll use a typical, simplified ERP system as an example. Most ERP will contain the following 3 basic features: Data maintenance Ad hoc search/reporting Business processing These three features differ in their nature and it affects the design chosen in architecture. Just wondering how should we deal with these problems Data maintenance: This area contains highly repetitive CRUD plumping works. ORM is suitable for this task. Ad hoc search/reporting: This area is hardly "object-oriented". The main concern would be performance. Dynamic SQL query may be a good choice. Business processing: This includes business process such as processing/tracking workflow, matching payment with invoi ...Show All
Jamie Thomson MySite masterpage
Hi All, On MOSS2007: I'm trying to change the default masterpage for mySites. I tried to edit the default.aspx in the 12/templates/sitetemplates/spspers folder, but I can't seem to let it point to another master ... as soon as I change the masterfile path, the page breaks. Any ideas on what's the best approach to link up my mySites with a custom masterpage Fred Hi, Well, I use a custom masterpage on the rest of the portal, so I'dlike to use that one. But if that doesn't work, customizing the default would be ok too ... if it affects only the mysites that is .. Hi Alan Im trying to massively edit the master page of all the existing MySites in my organisation. I've tried to follow your ...Show All
Xelestial Message visualizer
I have been unable to get the Message visualizer application to work. I am trying to visualize the messages in the helloworld sample. When I try to visualize messages the error "Tracing for this session has started, but not getting the session information from database to display Message flow. Please try later." I have followed the instructions in the help file but it still wont work. Any ideas Hello Alan, Try adding CSF Trace service as a pariticipant in the Session manifest. Let me know the results. Also keep a watch on the application event log and check if you are getting any errors. Regards Vikram Please make sure that CSFTraceServicePol ...Show All
SOAC RSSAggregator and RSSViewer problems
On our default MOSS 2007 sites I have an out-of-the-box RSSAggregator connected to a text filter. The RSSAggregator fails with a "empty uri error". Here's the log entry: RssWebPart: Exception handed to HandleRuntimeException.HandleException System.UriFormatException: Invalid URI: The URI is empty. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Net.WebRequest.Create(String requestUriString) at Microsoft.SharePoint.WebControls.XmlUrlDataSource.FetchData(String requestUrl) at Microsoft.SharePoint.WebControls.BaseXmlDataSource.Execute(String request) at Microsoft.Shar ...Show All
VSab MOSS2007 standalone no search results
Hi I have done a standalone install and added a couple of users, a couple of sites and a couple of documents. Searcing for any of these returns nothing. The default content access account (NT authority\local service) has Full read permissions to all zones under 'Policy for web application' in Central admin. A crawl has been completed but the following warnings are in the crawler log: " http://csciisris2 The object was not found. (the item was deleted because it was either not found or the crawler was denied access to it) Local Office Sharepoint Server Sites". Similarly for sps://csciisris2 and sts://csciisris2 Additionally there are some gatherer warnings in the event logs: "The start address < ht ...Show All
Aleniko29139 Edit button not working in dataview
Hello, I have a short question about my dataview. I made a connection to SQL server. Placed a dataview on my .aspx and turned on "edit, delete and insert". Delete and Insert are working fine, but when I "edit" I get the message: " The data source control failed to execute the update command " What am I doing wrong Can anyone help me with this Thanks in advance, Kea Klaassen ...Show All
NeerajAg Can i make Biztalk use custom serialize/Deserialize ???
Hi all, I'm using a custom class as serializeable which it allso implement ISerialze. I wrote constructor for serialization public MyConstructor(SerializationInfo info, StreamingContext ctx) ... and Deserializtion public ISerialze.GetObjectData(SerializationInfo info, StreamingContext ctx) ... now i tried to run it under orchestation using suspend action (with\without transaction scope ) but i did'nt see biztalk using my custom Serialization/Deserisalization . Does anyone experienced with that isue btw.. i tired to define events befor and after serialization ) but again .... could'nt see any changes. Thanks Amit. Hi Amit, Your question seems to be a BizTalk ...Show All
Jack Wong don to not use "Inheritance"
Have anyone try to design with no Inheritance at all I think *Inheritance* is not good as we think. It's force us to somthing we don't need, It's ok in some cases that better to be solved with no need to it. what do you think regards, dotHuman. Inheritance does have its place in OOP. When an class is "a-type-of" another class, it is easier to use inheritance. Example is as follows: You have an application for a Club House. The club has Gold, Silver, Ordinary and Child members. It is better to create a Member Class (usually an abstract class) and to inherit Gold, Silver, Ordinary and Child members from Member Class. Some people may argue that interface can do the same but ...Show All
fgarzonhz Can't get a workflow working correctly
I thought I'd start of with a simple workflow so I'm using the sample Travel Request form from InfoPath 2007. I've designed a workflow using Sharepoint Designer. This should; Send an email to an approver when a new completed form is submitted When the approver approves or rejects the request, an email should be sent to the requestor informing them of the outcome The workflow doesn't contain any errors and it fires fine when a new form is submitted, the problem is is that item 1 is only ever actioned, the workflow just flows right to the end and is then marked as complete. Any ideas where I'm going wrong ...Show All
Yeshia design problem (binary parser)
Hello, I'm currently writing a part of an application which must translate a sequence of bytes (read from a network connection) into an object instance. The whole sequence is considered as a unique value, except for the first 2 bytes which identify the type of the value (numeric, string, or structured), and how the value should be parsed (the value itself can eventually be a list of values). I was thinking of inheriting from System.IO.BinaryReader for the parser (using a System.IO.MemoryStream for the byte sequence), having an abstract base class for the sequence content representation (class ContentBase), and different concrete classes which inherit from ContentBase (for example ContentInteger, ContentString, ContentListString ...Show All
Michael_Giagnocavo How to prevent Service Control Manager from writing to the Event log
I am using the SCM calls like CreateService(), StartService() to dynamically load a driver. What I found was everytime I load the driver I get a eventlog message saying "The XXXX service was successfully sent a start control" I presumed one of the paramenters passed on to CreateService() or StartService() would prevent that message, apparently not. Question is how do we prevent this SCM message from getting logged in the event log Any help will be much appreciated thanks ananda ...Show All
Blake01 Can`t retrieve SharePoint GetListItems from the BizTalk 2006 orchestration
My orchestration consist a part of shapes to retrieve list from SharePoint portal by GetListItems web service method. Construct shape have the following code to prepare request to the web service: GetListItemsReqMsg.listName = "{...GUID...}"; GetListItemsReqMsg.listView = "{...GUID...}"; GetListItemsReqMsg.rowFilter = ""; GetListItemsReqMsg.query = new System.Xml.XmlDocument(); GetListItemsReqMsg.query.LoadXml ("<Query/>"); GetListItemsReqMsg.viewFields = new System.Xml.XmlDocument(); GetListItemsReqMsg.viewFields.LoadXml ("<ViewFields/>"); GetListItemsReqMsg.queryOptions = new System.Xml.XmlDocument(); GetListItemsReqMsg.queryOptions.LoadXml (" ...Show All
bobbins Encryption implementation
Hi All, I am into design phase of a project which requires me to implement both one and two way encryption. I need to know which of the algorithms can be used for one way encryption and who all can be used for two way encryption MD5,DES,RSA,TripleDES,DES,SHA1. Regards bhaskar Try putting these words into the search box of your browser. If you do, one of the first things you'll see is this: http://www.cryptographyworld.com/algo.htm ...Show All
jhurliman MOSS2007 Thousands of connections to SQL Server, server crash
Hi, I have some serious issues regarding a webfarm of MOSS2007 in an production environment. The webfarm is one frontend with MOSS2007 and one databaseserver with SQL 2005. The problem is that after a while,say a couple of hours in the production environment, the connection between MOSS and the DB is lost. When running netstat it displays that Osearch(mssearch.exe) has up to 5000 Established connections to the SQL Server!! A restart of the server works fine, but after a while the problem is back again. The search, crawling etc works fine. I have setup a dedicated account that has all the required privileages both on DB server and on frontend. I have recreated the SSP from scratch a couple of times, the server has been fresh instal ...Show All
