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 ForumsSurveySurveySurvey Module 4.0.2  not work in DNN 4.3.6Survey Module 4.0.2 not work in DNN 4.3.6
Previous
 
Next
New Post
11/16/2006 11:46 AM
 

Hi Micheal,

I still get this error if I using your survey Module.

Fehler: Survey ist zur Zeit nicht verfügbar.
DotNetNuke.Services.Exceptions.ModuleLoadException: Die Eingabezeichenfolge hat das falsche Format. ---> System.FormatException: Die Eingabezeichenfolge hat das falsche Format. bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) bei System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) bei System.String.System.IConvertible.ToInt32(IFormatProvider provider) bei System.Convert.ToInt32(Object value) bei DotNetNuke.Modules.Survey.SurveyController.GetSurvey(Int32 SurveyID, Int32 ModuleId) bei DotNetNuke.Modules.Survey.Survey.lstSurvey_ItemDataBound(Object sender, DataListItemEventArgs e) bei System.Web.UI.WebControls.DataList.OnItemDataBound(DataListItemEventArgs e) bei System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) bei System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) bei System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) bei System.Web.UI.WebControls.BaseDataList.DataBind() bei DotNetNuke.Modules.Survey.Survey.DisplaySurvey() bei DotNetNuke.Modules.Survey.Survey.DisplaySurveyPage() bei DotNetNuke.Modules.Survey.Survey.Page_Load(Object sender, EventArgs e) --- Ende der internen Ausnahmestapelüberwachung ---

 

I have check single selct and multi select.

Regards

Matthias

 
New Post
11/16/2006 12:25 PM
 

When you don't have db_owner rights, all SysObjects tables need the dbo owner prefix instead of {databaseOwner}. There is an error in one of the scripts that was preventing the "GetSurvey" stored procedure from being updated to the new version.

I am aware of the issue, which will be fixed in version 04.00.30

1) Log in as Host

2) Click on the Host tab them SQL

3) Paste the following script in the box and click the " Run as Script" box and click the Execute link

if exists (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}GetSurvey]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
 drop procedure {databaseOwner}{objectQualifier}GetSurvey
GO
create procedure {databaseOwner}{objectQualifier}GetSurvey

@SurveyID int,
@ModuleID int

as

select SurveyID,
       ModuleID,
       Question,
       ViewOrder,
       OptionType,
       CreatedByUser,
       CreatedDate,
       'Votes' = ( select sum(Votes) from {objectQualifier}SurveyOptions where {objectQualifier}SurveyOptions.SurveyID = {objectQualifier}Surveys.SurveyID )
from   {objectQualifier}Surveys
where  SurveyID = @SurveyID
and    ModuleID = @ModuleID



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
11/16/2006 1:43 PM
 

Thanks, now it works !

 

Matthias

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsSurveySurveySurvey Module 4.0.2  not work in DNN 4.3.6Survey Module 4.0.2 not work in DNN 4.3.6


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