Flujo de trabajo con InfoPath en SharePoint 2010 January 22, 2012
Posted by juanpablo1manrique in SharePoint, SharePoint Development.Tags: InfoPath, SharePoint
add a comment
Hola Amigos
He creado los siguientes videos donde se explica como crear un formulario de infopath con varias vistas y asociarles un flujo de trabajo espero que les guste,
Flujo de trabajo con InfoPath en SharePoint 2010 – Parte 1
Flujo de trabajo con InfoPath en SharePoint 2010 – Parte 2
Incluir un Video en una página de SharePoint January 19, 2012
Posted by juanpablo1manrique in SharePoint.add a comment
Otro video de la serie
Listas Maestro Detalle SharePoint 2010 January 19, 2012
Posted by juanpablo1manrique in SharePoint, SharePoint Development.Tags: Developer, SharePoint
add a comment
He realizado un video de manejo de listas maestro – detalle en SharePoint 2010
Crear una Lista personalizada de SharePoint 2010 sin utilizar un Content Type January 13, 2012
Posted by juanpablo1manrique in SharePoint, SharePoint Development.Tags: SharePoint
add a comment
He realizado un video interesante de desarrollo sobre SharePoint 2010 con Visual Studio 2010
La versión en ingles la pueden encontrar en
Gracias Bruce
GridView Anidado January 13, 2012
Posted by juanpablo1manrique in Developer.Tags: .NET
add a comment
El codigo dice más que mil palabras
<asp:GridView ID=”gvchatParticipation” runat=”server” AutoGenerateColumns=”false” >
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton runat=”server” ID=”lkb” Text='<%# Bind(“Title”) %>’></asp:LinkButton>
<asp:GridView ID=”gvchatParticipationDetail” runat=”server” AutoGenerateColumns=”false” DataSource='<%# Bind(“UsersInRoom”) %>’ >
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton runat=”server” ID=”lkb” Text='<%# Eval(“CompleteName”) %>’ >LinkButton</asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
Esto evitará errores como:
- The ‘DataSource’ property cannot be set declaratively.
- The server tag is not well formed.
- A call to Bind was not well formatted. Please refer to documentation for the correct parameters to Bind.
- ‘Entity’ does not contain a property with the name ‘Title4’
Instalar SharePoint con cuentas del sistema sobre Windows 7 December 26, 2011
Posted by juanpablo1manrique in Developer, SharePoint.Tags: SharePoint
add a comment
Hola Amigos
He estado instalando SharePoint en el Windows 7 y también he probado correr los servicios con una cuenta local, dentro del proceso me he encontrado con varios problemas y quería compartirlos con ustedes para que puedan acelerar su proceso de desarrollo con SharePoint, ya que una de las razones por las cuales se instala SharePoint 2010 es para mejorar la productividad de desarrollo.
Lo primero es el proceso de preparación para Instalar SharePoint en Windows 7
Aquí hay un par de blogs donde podrán encontrar el detalle de la actividad
http://blogsp.idea80.com/2010/02/instalacion-de-sharepoint-2010-sobre.html
http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx
Después de estar todo preparado inicia el proceso para instalar con cuentas del sistema y no con cuentas del dominio, se debe ejecutar el comando –
- New-SPConfigurationDatabase
- New-SPConfigurationDatabase -DatabaseName “SharePointConfigDB1” -DatabaseServer “SQL-01” -Passphrase (ConvertTo-SecureString “MyPassword” -AsPlainText -force) -FarmCredentials (Get-Credential)
para asi crear una base de datos de configuración que este configurada con un usuario local y no con una cuenta del dominio.
Este comando nos pregunta.
DatabaseName
DatabaseServer
FarmCredentials
PassPhrasse
Estos datos los debemos tener listos antes de empezar.
Luego se corre el configuration Wizard para terminar la instalacion.
Los errores que fui encontrando cronologicamente al ejecutar este comando fueron los siguientes y los explicare más detalladamente en cada post.
- An exception oftype Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.
- An exception of type System.IO.FileNotFoundException was thrown.
- Failed to call GetTypes on assembly Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
- New-SPConfigurationDatabase : User cannot be found.
- Cannot connect to database master at SQL server at [ServerName]\[InstanceName]
- New-SPConfigurationDatabase : Cannot bind parameter ‘FarmCredentials’. Cannot convert the “xxx” value of type “System.String” to type “System.Management.Automation.PSCredential
New-SPConfigurationDatabase : User cannot be found. December 26, 2011
Posted by juanpablo1manrique in SharePoint.Tags: SharePoint
add a comment
Error
New-SPConfigurationDatabase : User cannot be found.
Detalle
New-SPConfigurationDatabase : User cannot be found.
En línea: 1 Carácter: 28
+ New-SPConfigurationDatabase <<<<
+ CategoryInfo : InvalidData: (Microsoft.Share…urationDatabase:
SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], SPExcep
tion
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPCon
figurationDatabase
Solución
Este error se arregló iniciando sesión con el administrador del equipo, corriendo la consola de PowerShell como administrador y funciono correctamente, cuando lo estaba corriendo con la cuenta del dominio así fuera el administrador de la maquina salía este error.
Cannot connect to database master at SQL server at [ServerName]\[InstanceName] Detalle del Error December 26, 2011
Posted by juanpablo1manrique in SharePoint.Tags: SharePoint
add a comment
Error
Cannot connect to database master at SQL server at [ServerName]\[InstanceName]
Detalle del Error:
Detalle
New-SPConfigurationDatabase : Cannot connect to database master at SQL server a
t myserver\SHP. The database might not exist, or the current user does not have p
ermission to connect to it.
En línea: 1 Carácter: 28
+ New-SPConfigurationDatabase <<<<
+ CategoryInfo : InvalidData: (Microsoft.Share…urationDatabase:
SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], SPExcep
tion
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPCon
figurationDatabase
Solución
Este error se soluciono cuando agregue al usuario administrador de la maquina con sysadmin de la base de datos.
Failed to call GetTypes on assembly Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. December 26, 2011
Posted by juanpablo1manrique in SharePoint.Tags: SharePoint
1 comment so far
Error
Failed to call GetTypes on assembly Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
Detalle
Failed to call GetTypes on assembly Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. Could not load file or assembly ‘Microsoft.SharePoint.Search.Extended.Administration, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. The module was expected to contain an assembly manifest. Could not load file or assembly ‘Microsoft.SharePoint.Search.Extended.Administration, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. The module was expected to contain an assembly manifest.
Solución:
Descargue nuevamente el componente de Microsoft Chart Controls for Microsoft .NET Framework 3.5
http://www.microsoft.com/downloads/en/details.aspx?familyid=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en and try again.
Lo reinstale y reinicie, sin reiniciar no funciono esta solución
An exception of type System.IO.FileNotFoundException was thrown. December 26, 2011
Posted by juanpablo1manrique in SharePoint.Tags: SharePoint
add a comment
Error
An exception of type System.IO.FileNotFoundException was thrown.
Detalle
An exception of type System.IO.FileNotFoundException was thrown. Additional exception information: Could not load file or assembly ‘Microsoft.IdentityModel, Version 3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′ or one of its dependencies. The system cannot find the file specified.
Solución
Descargue el siguiente componente
http://www.microsoft.com/downloads/details.aspx?FamilyID=eb9c345f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en#filelist
lo instale y probe de nuevo



