Problem with site installation of IIS 8 and sql server 2012

Para cualquier duda sobre Joomla! 3.x que no tenga cabida en alguno de los foros de más abajo.

Moderator: hefesto

Locked
hectordc
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Jul 26, 2014 2:36 pm

Problem with site installation of IIS 8 and sql server 2012

Post by hectordc » Sat Jul 26, 2014 2:47 pm

Buenas, eh presentado problemas a la hora de implementar un sitio joomla 3.3 en un servidor 2012 datacenter y IIS8 y SQL server 2012.
En el momento de crear la base de datos me da el siguiente error.

[Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name '__update_sites'.SQL=INSERT INTO [__update_sites] ([update_site_id], [name], [type], [location], [enabled], [last_check_timestamp]) SELECT 1, 'Joomla Core', 'collection', 'http://update.joomla.org/core/list.xml', 1, 0 UNION ALL SELECT 2, 'Joomla Extension Directory', 'collection', 'http://update.joomla.org/jed/list.xml', 1, 0 UNION ALL SELECT 3, 'Accredited Joomla! Translations', 'collection', 'http://update.joomla.org/language/translationlist_3.xml', 1, 0

[Microsoft][SQL Server Native Client 11.0][SQL Server]The size (5120) given to the parameter 'rules' exceeds the maximum allowed (4000).SQL=CREATE TABLE [q1e4n_viewlevels]( [id] [bigint] IDENTITY(1,1) NOT NULL, [title] [nvarchar](100) NOT NULL DEFAULT '', [ordering] [int] NOT NULL DEFAULT 0, [rules] [nvarchar](5120) NOT NULL, CONSTRAINT [PK_q1e4n_viewlevels_id] PRIMARY KEY CLUSTERED ( [id] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY], CONSTRAINT [q1e4n_viewlevels$idx_assetgroup_title_lookup] UNIQUE NONCLUSTERED ( [title] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY]

[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot find the object "q1e4n_viewlevels" because it does not exist or you do not have permissions.SQL=SET IDENTITY_INSERT [q1e4n_viewlevels] ON

[Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name 'q1e4n_viewlevels'.SQL=INSERT INTO [q1e4n_viewlevels] ([id], [title], [ordering], [rules]) SELECT 1, 'Public', 0, '[1]' UNION ALL SELECT 2, 'Registered', 1, '[6,2,8]' UNION ALL SELECT 3, 'Special', 2, '[6,3,8]' UNION ALL SELECT 5, 'Guest', 0, '[9]' UNION ALL SELECT 6, 'Super Users', 0, '[8]'

[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot find the object "q1e4n_viewlevels" because it does not exist or you do not have permissions.SQL=SET IDENTITY_INSERT [q1e4n_viewlevels] OFF
Last edited by imanickam on Sat Jul 26, 2014 6:31 pm, edited 1 time in total.
Reason: Moved the topic from the English forum General Questions/New to Joomla! to the appropriate Spanish forum. In the future, please post your questions in the appropriate language's forums.

User avatar
hefesto
Joomla! Hero
Joomla! Hero
Posts: 2579
Joined: Fri Jan 20, 2006 12:37 am
Location: Seville - Spain
Contact:

Re: Problem with site installation of IIS 8 and sql server 2

Post by hefesto » Tue Jul 29, 2014 12:10 pm

Hola hectordc, bienvenido al foro ;)

Me temo que poco puedo ayudarte, pues IIS es un total desconocido para mí. Todo lo que puedo recomendarte es que eches un vistazo a los requisitos técnicos de Joomla para IIS

http://www.joomla.org/technical-require ... otnote-iis

y que trates de preguntar en el foro de soporte para IIS en inglés, que posiblemente puedan echarte una mano:

http://forum.joomla.org/viewforum.php?f=717

Un saludo.
Spanish forum local moderator
Twitter: @isidrobaq
Comunidad Joomla de España: https://joomlaes.org
NO atiendo peticiones privadas de soporte. Por favor, pregunta en los foros.


Locked

Return to “Joomla! 3.x”