
Setup MS Office SharePoint 2007 Test / Dev Environment Authentication Problems Hello all, i like to setup a fast clonable test / development installation of MOSS2007 under Windows choosen the Blog post from here This means the installation should be on a single server as Domain Controller , as MS SQL database server and as MOSS2007 server farm. Only one uses should be used. Thats what I have done, I followed the I am reading the logfiles placed under "c: \ program files \ common files \ microsoft shared \ web server extensions \ 12 \ logs". I don't find any relavant information regarding authentication or what else 13:53:11.35 OWSTIMER.EXE (0x0980) 0x0988 Windows SharePoint Services Database 880i High System.Data.SqlClient.SqlException: Die von der Anmeldung angeforderte 'SharePoint_07_Config'-Datenbank kann nicht geöffnet werden. Fehler bei der Anmeldung. Fehler bei der Anmeldung für den Benutzer 'SPTEST \ spadmin'. bei System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj
Frequently asked Interview Questions in ADO.Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B)What is a Daemon threads and how can a thread be created as Daemon? (A) How is shared data managed in threading? (I) Can we use events with threading? (A) How can we know objects in Remoting? (A) What are the ways in which client can create object on server in CAO model? (A) Are CAO stateful in nature? (A) To create objects in CAO using Viewstate for state management? (B) How can you use Hidden frames to cache client data ? (I) What are benefits and limitations of using Hidden frames? (I) What are benefits and page ? (I) Can we post and access view state in another application? (I) What is SQL Cache Dependency in ASP.NET 2.0? (I) How do we enable SQL Cache Dependency in ASP.NET 2.0? (I) What is Post Cache substitution? (I) Why
Use of external xml file in wsp webpart to storing and retriving data Hi, I have created an xml file with this code. Named as PageSize.xml. <?xml button click event: protected void btnSave_Click(object sender, EventArgs e) { XmlDocument xmlDoc = new XmlDocument(); strXMLPath = Server.MapPath(@" \ _layouts \ PageSize.xml"); xmlDoc.Load(strXMLPath); XmlNode xNode1 = xmlDoc.DocumentElement.SelectSingleNode("PageSize"); xNode1.Attributes this file. like: Access to the path 'C: \ Program Files \ Common Files \ Microsoft Shared \ Web Server Extensions \ 12 \ template \ layouts \ PageSize.xml' is denied. I do it like this because i value in another webpart. Please give me solutin if any. Many thanks Narendra Exploring the Data View Web Part Companies typically use a multitude of repository types to store and manage their data. A company may use SQL Server to store relational data; the Windows file system for storing semi-structured data and eXtensible Markup Language (XML) files
Content Type Hello, I created a content type. I added a a secure store with the right permissions I added the right permissions on the content type. Then, I created a column "external data" in Sharepoint that I linked to my content type. When I want to change the data in this column in a list , for example, an error says: An error occurred when retrieving data " name of the database ." For more information administrators can view the server log . Can you tell me where is the problem ? Find attached the log file. Thanks 11 / 13 / 2011 00:08:30.31 w3wp.exe (0x1D9C) 0x1038 SharePoint Foundation Logging Correlation Data xmnv Medium Name = Request (GET:http: / / tricoflex:80 / CRM / _layouts / FldNewEx.aspx?List = %7B4E776DA0%2D583C%2D40C3%2D8F91%2DBBE615D5295B%7D&FieldTypeParam 11 / 13 / 2011 00:08:30.32 w3wp.exe (0x1D9C) 0x1038 SharePoint Foundation Logging Correlation Data xmnv Medium Site = / 9694064f-e307-4c5d-b470-c4351e5dff53 11 / 13 / 2011 00:08:30.35 High Log retention limit reached. Log file 'C: \ Program Files \ Common Files \ Microsoft Shared \ Web Server Extensions \ 14 \ LOGS \ TRICOFLEX-20111030-0008.log' has been deleted. 11 / 13 / 2011 00:08
error every time I try to use the Generate Dataset context menu item on a data adapter. "There were problems generating WindowsAppplication5.DataSet1. To resolve this problem, build the project, fix V(10.2627.3311) Steps to duplicate: 1) Create new C# project 2) Add a data connection to the Nwind DB in server explorer 3) Drag Employees table from Server Explorer to Form1 This creates a oleDbConnection1 and oleDbDataAdapter1 4) Right Click on DataAdapter and and added to project DataSet1.xsd DataSet1.cs 2) I have the same problem using sql server tables 3) I have added a single a line of code of my own. It using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace WindowsApplication5 { / / / <summary> / / / Summary description for Form1. / / / < / summary> public class Form1 : System.Windows.Forms.Form { private System.Data.OleDb.OleDbCommand oleDbSelectCommand1; private System.Data.OleDb.OleDbCommand oleDbInsertCommand1; private System.Data.OleDb.OleDbCommand oleDbUpdateCommand1