Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsCore 4.3.7, Events 3.3.7 error exporting .vcsCore 4.3.7, Events 3.3.7 error exporting .vcs
Previous
 
Next
New Post
4/22/2007 12:27 PM
 

Hi all.  I'm running DNN core 4.3.7 and just upgraded the Events module from 3.3.0 to 3.3.7.  I like the improvements, especially the skinning changes.  Here's the problem...on a calendar in month view, I click an event.  It pops up the detail view.  Then when I click "Export Event to Desktop Event", I receive an undefined error page.  Below I've pasted the unhelpful error page, and then the Log Viewer details are pasted below that.

I'm not a programmer, so I have no idea where to begin.  Any ideas?


Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Server Error in '/sysadmin/desktopmodules/Events' Application.

Runtime Error

 


I'm not sure this corresponds to the error above, but it's my best guess:

AssemblyVersion: 04.03.07
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /sysadmin/default.aspx
AbsoluteURL: /sysadmin/default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9a47d40e-4505-4c58-a6e8-4eb2a23d5c55
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.ProviderBase.DbConnectionPool.GetConnection
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetTabPermissionsByPortal(Int32 PortalID) at DotNetNuke.Security.Permissions.TabPermissionController.GetTabPermissionsByPortal(Int32 PortalID) at DotNetNuke.Entities.Tabs.TabController.FillTabInfo(IDataReader dr, Boolean CheckForOpenDataReader) at DotNetNuke.Entities.Tabs.TabController.GetTab(Int32 TabId) at DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) at DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name:  [withheld]

 

 
New Post
4/22/2007 8:16 PM
 

You will get an error on the export .vcs, if you are running DNN >4.4.1 with compression enabled on the host settings page.  If you are intent on running w/compression, add the following entry in the "Excluded Paths":  desktopmodules/events/eventvcal.vcs

 

 
New Post
4/23/2007 11:33 AM
 

Thanks for the reply, favance.  I'm still a little lost, however.  I'm running DNN 4.3.7 core, and I can't find any reference to Compression in the Host Settings when logged on as Host.  Questions:

1.  Are you implying that upgrading to DNN core 4.4.1 or greater will eliminate the problem?

2.  Is there a way to control Compression that's external to the UI in core 4.3.7 (a text config file, perhaps)?

3.  Is it possible that Compression is set outside of my control?  This site is hosted at webhost4life.com.

4.  Where do I find an "Excluded Paths" entry?  Is that in a config file, or in the DNN UI somewhere?  I can't find it.

 
New Post
4/23/2007 5:19 PM
 

 I have not run DNN 4.3.7.   I am running 4.4.1.  So, I'm not sure what the specific settings might be in 4.3.7.  The error you indicated (not being able to export the .vcs file) does have an issue, if DNN 4.4.1 or above compression is used.  So, the workaround below was created...

 
New Post
4/26/2007 2:35 PM
 

I got my host to increase logging.  Now when I attempt to open the .vcs file, I receive this error:


Parser Error Message: The code subdirectory '/sysadmin/desktopmodules/Events/App_Code/Reports/' does not exist.


Source Error:

Line 99:       -->
Line 100: <codeSubDirectories>
Line 101: <add directoryName="Reports" />
Line 102: <add directoryName="Survey" />
Line 103: </codeSubDirectories>

Source File: c:\hosting\webhost4life\member\sysadmin\web.config    Line: 101

My   '/desktopmodules/Events/   folder does not even include an   "App_Code"   subdirectory.  It includes only   /App_LocalResources/, /Providers/, and /Themes/ subdirectories.  When I upgraded the Events module, the log showed no errors.  This brings up three questions:

1.  Is this a bug that surfaces because of the Events 3.3.7/Core 4.3.7 combination?

2.  Is there any way to work around this by editing web.config?

3.  What are the chances that this problem would go away if I upgraded to Core 4.4.1 or greater?

 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsCore 4.3.7, Events 3.3.7 error exporting .vcsCore 4.3.7, Events 3.3.7 error exporting .vcs


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out