User Profile & Activity

Frank Gary Member
Page
of 6
Posted: February 6, 2014 11:46 AM

Hi Bernard,

Thank you for your quick reply. I have applied the hotfix and in my production server the webscheduler is now loading with no licensing errors.

On my development system webscheduler 4 loads and performs perfectly. However, on my deployment server, webscheduler 4 is loading "corrupted", (see attached image).

From past memory I thought it may have something to do with smart resources so I reregistered smart resources in the webscheduler designer and still same result

I am using IE 11 and Windows x64 and I have also included my redacted web.config file below.

Where do we go from here?

Thanks - Frank


*********************webconfig******************

<?xml version="1.0" encoding="utf-8"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<appSettings>
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
<add key="ISNet.WebUI.WebScheduler.v4_0_1000.MaxJsonLength" value="2147483647" />
<add key="ISNet.WebUI.ISRes_Registered" value="true" />
<add key="ISNet.WebUI.WebScheduler.v4_0_1000.RunTimeLicenseKey" value="XXXXX-XXXX-XXXXX" />
<add key="ISNet.WebUI.ISDataSource.v1_0_1500.RunTimeLicenseKey" value="XXXXX-XXXX-XXXXX" />
</appSettings>
<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="Data Source=XXXX;Initial Catalog=XXXX;Integrated Security=True;" providerName="System.Data.SqlClient" />
<add name="eRezCommerce_Rez" connectionString="Data Source=XXXX;Initial Catalog=XXXX;Persist Security Info=True;User ID=XX;Password=XXXX;" providerName="System.Data.SqlClient" />
<add name="eRezCommerceConnectionString" connectionString="Data Source=XXXX;Initial Catalog=XXXX;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<globalization culture="en-US" uiCulture="en-US" fileEncoding="utf-8" />
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="false" targetFramework="4.0">
<assemblies>
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A" />
<add assembly="ISNet.ActiveReports.Exporting, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A" />
<add assembly="ISNet, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="ISNet.WebUI.ISDataSource, Version=1.0.1500.1, Culture=neutral, PublicKeyToken=C4184EF0D326354B" />
</assemblies>
<buildProviders>
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</buildProviders>
</compilation>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Forms">
<forms loginUrl="~/Pages/Home.aspx" />
</authentication>
<authorization>
<allow users="?" />
</authorization>
<roleManager enabled="true" />
<siteMap defaultProvider="XmlSiteMapProvider" enabled="true">
<providers>
<add name="XmlSiteMapProvider" type="System.Web.XmlSiteMapProvider" siteMapFile="Web.sitemap" securityTrimmingEnabled="true" />
</providers>
</siteMap>
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
<pages theme="eRezCommerce_Rez" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<controls>
<!--Data Aquarium Framework and AjaxControlToolkit references-->
<add tagPrefix="act" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" />
<add tagPrefix="act" namespace="AjaxControlToolkit.HTMLEditor" assembly="AjaxControlToolkit" />
<add tagPrefix="aquarium" namespace="eRezCommerce_Rez.Web" />
<add tagPrefix="asp" namespace="System.Web.UI.DataVisualization.Charting" assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</controls>
</pages>
<httpHandlers>
<add verb="*" path="*.xml" type="System.Web.HttpForbiddenHandler" />
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
<add path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
<add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true" />
</httpHandlers>
<httpModules>
<remove name="FormsAuthentication" />
<add name="ExportAuthentication" type="eRezCommerce_Rez.Security.ExportAuthenticationModule" />
<add name="FormsAuthenticationModule" type="System.Web.Security.FormsAuthenticationModule" />
</httpModules>
<webServices>
<protocols>
<remove name="Documentation" />
</protocols>
</webServices>
<httpRuntime executionTimeout="999999" />
</system.web>
<!--
The system.webServer section is required for running ASP.NET AJAX under Internet
Information Services 7.x. It is not necessary for previous version of IIS.
-->
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true">
<remove name="FormsAuthentication" />
<add name="ExportAuthentication" type="eRezCommerce_Rez.Security.ExportAuthenticationModule" />
<add name="FormsAuthenticationModule" type="System.Web.Security.FormsAuthenticationModule" />
</modules>
<handlers>
<add name="All_XML" verb="*" path="*.xml" type="System.Web.HttpForbiddenHandler" resourceType="Unspecified" />
<add name="Reserved_ReportViewerWebControl_axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" resourceType="Unspecified" />
<remove name="ChartImageHandler" />
<add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add name="IntersoftResource" path="ISRes.axd" verb="GET" preCondition="integratedMode" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" />
</handlers>
</system.webServer>
<system.web.extensions>
<scripting>
<webServices>
<authenticationService enabled="true" />
<jsonSerialization maxJsonLength="524288" />
</webServices>
</scripting>
</system.web.extensions>
<location path="Pages">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
<location path="Pages/Home.aspx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="Pages/ToDo.aspx">
<system.web>
<authorization>
<allow roles="MasterDeveloper" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Correspondence.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_Reservations.aspx">
<system.web>
<authorization>
<allow roles="Reservations" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_PointOfSales.aspx">
<system.web>
<authorization>
<allow roles="Point Of Sales" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_eCommerce.aspx">
<system.web>
<authorization>
<allow roles="eCommerce" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_MobileApps.aspx">
<system.web>
<authorization>
<allow roles="Mobile Apps" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MobileApps_InventoryAudit_iPad.aspx">
<system.web>
<authorization>
<allow roles="Mobile Apps" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MobileApps_InventoryAudit_Surface.aspx">
<system.web>
<authorization>
<allow roles="Mobile Apps" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_Accounting.aspx">
<system.web>
<authorization>
<allow roles="Accounting" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/QuickBooks.aspx">
<system.web>
<authorization>
<allow roles="MasterDeveloper" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_AllReports.aspx">
<system.web>
<authorization>
<allow roles="Reports" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_Administration.aspx">
<system.web>
<authorization>
<allow roles="Administrators" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/POSNewModules.aspx">
<system.web>
<authorization>
<allow roles="MasterDeveloper" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_CustomerAddresses.aspx">
<system.web>
<authorization>
<allow roles="UnusedNopModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_Customize.aspx">
<system.web>
<authorization>
<allow roles="Customize" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/MainMenu_System.aspx">
<system.web>
<authorization>
<allow roles="System" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/SecurityMembershipManager.aspx">
<system.web>
<authorization>
<allow roles="MasterDeveloper" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Category_Discount_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_DiscountUsageHistory.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductType_DiscountXchargeXfee_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Discount_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_AffiliateContact.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_AffiliateLocation.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Commission_Override.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Incentive_Override.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Category_Xcharge_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Category_Xfee_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Product_Category_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_TaxRate.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Customer_CustomerRole_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Order.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_OrderProductVariant.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ReturnRequest.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_XchargeUsageHistory.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_XfeeUsageHistory.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Xcharge_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Xfee_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Discount_Xcharge_Xfee_Type.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ManufacturerContact.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Product_Manufacturer_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_ProductAttribute_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_TierPrice.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_CrossSellProduct.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Product_SpecificationAttribute_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductPicture.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_RelatedProduct.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_MarketingOutletContact.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Commission.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariant_Incentive.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Resource.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_GiftCardUsageHistory.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ShuttleLocation.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ShuttleVehicle.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_SysCompanyContact.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Address.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_RewardPointsHistory.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_OrderCustomer.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_OrderPaymentDetail.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Product_ResourceSchedule_Summary.aspx">
<system.web>
<authorization>
<allow roles="UnusedModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_TaxProvider.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_AffiliateAgent.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ResourceSeat.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_DiscountRestriction.aspx">
<system.web>
<authorization>
<allow roles="UnusedNopModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ProductVariantAttributeCombination.aspx">
<system.web>
<authorization>
<allow roles="UnusedNopModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Campaign.aspx">
<system.web>
<authorization>
<allow roles="UnusedNopModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_ActivityLog.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
<location path="Pages/Nop_Product_ProductTag_Mapping.aspx">
<system.web>
<authorization>
<allow roles="NonMenuSubModule" />
<deny users="*" />
</authorization>
</system.web>
</location>
</configuration>


Posted: February 5, 2014 11:14 AM

Hi Bernard,

In my old webscheduler v3 the webscheduler and isdatasource runtime license key was the same license code and worked when added to my web.config file. There was no separate licensing for isdatasource other than the isdatasource web.config entry.

I assumed this would still be the case with webscheduler v4. However, if isdatasource for webscheduler v4 requires a separate runtime license, there does not seem to be any way to add it.

You stated "Meanwhile, you could use ISDataSource Runtime License Key to license ISDataSource."

That is exactly what I am trying to do. When I login to my account there is no way to add an isdatasource runtime license as the isdatsource is not available as a licensable product.

I am having the exact same issue as this post > http://www.intersoftpt.com/Community/WebScheduler/ISDataSourceControl-Unlicensed/

Attached is image of error on deployment server.

It has been several days since I purchased webscheduler 4 and I must tell you I am getting frustrated that I cannot release our next software build to clients because of what should be a simple licensing issue.

Please tell me how we can expedite the resolution to this issue.

Thanks - Frank Gary



Posted: February 3, 2014 9:45 AM

Hi Bernard & Yudi,

I implemented your above suggestions and those errors are now resolved.

However, I am now receiving an ISDataSource error in my deployment server. My development system works perfectly, but when I deploy to production server I get the following error when I load the webscheduler 4 in my application;

"The ISDataSourceControl used in this application is not licensed. If you have licensed this control, please perform the licensing via the web.config key".

I verified my NEW runtime license and replace in my web.config lines as follows, (XXXX is blanked out license, valid license is in my web.config);

<appSettings>
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
<add key="ISNet.WebUI.WebScheduler.v4_0_1000.MaxJsonLength" value="2147483647" />
<add key="ISNet.WebUI.ISRes_Registered" value="true" />
<add key="ISNet.WebUI.WebScheduler.v4_0_1000.RunTimeLicenseKey" value="XXXX-XXXX-XXXX" />
<add key="ISNet.WebUI.ISDataSource.v1_0_1500.RunTimeLicenseKey" value="XXXX-XXXX-XXXX" />
</appSettings>

Also, it is exact same problem as this post;

Unfortunately, the above post does not include how to resolve the issue.

Also, the above link you posted is a broken page link.

Please advise and thanks!

Frank Gary


Posted: January 31, 2014 10:41 AM

Gentlemen, disregard this post. I figured it out.

Thanks - Frank

Posted: January 30, 2014 10:26 AM

Hi Bernard,

Thanks for your quick reply, greatly appreciated.

I was able to change all my current project assemblies from webscheduler 3 to webscheduler 4. I am fairly certain I am now using the trial version of webscheduler 4 but I really have no way to know. A few questions;

1). How can I tell that I am now using webscheduler 4 and not version 3?

2). When webscheduler loads in my localhost, it does display an evaluation message, but the message appears to be for the old version as it states I am evaluating version for 2012, (see attached image).

3). I checked my web.config file and it appears that all ISNET references are still old versions as below, how do I change the references to the new versions and what would the new version syntax be?

<appSettings>
<add key="ISNet.WebUI.WebScheduler.v3_0_1000.MaxJsonLength" value="2147483647" />
<add key="ISNet.WebUI.ISRes_Registered" value="true" />
<add key="ISNet.WebUI.WebScheduler.v3_0_1000.RunTimeLicenseKey" value="XX00X-XXXX-XXXXX" />
<add key="ISNet.WebUI.ISDataSource.v1_0_1500.RunTimeLicenseKey" value="XX00X-XXXX-XXXXX" />
</appSettings>

<assemblies>
<add assembly="ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A" />
<add assembly="ISNet.ActiveReports.Exporting, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A" />
<add assembly="ISNet, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A" />
<add assembly="ISNet.WebUI.ISDataSource, Version=1.0.1500.1, Culture=neutral, PublicKeyToken=C4184EF0D326354B" />
</assemblies>

<httpHandlers>
<add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true" />
</httpHandlers>

<handlers>
<add name="IntersoftResource" path="ISRes.axd" verb="GET" preCondition="integratedMode" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" />
</handlers>

I have also attached the above web.config file settings as a text document.

Please advise and thanks -

Frank Gary

Posted: December 11, 2013 3:33 PM

Hi Bernard,

It is now time for me to upgrade from webscheduler v3 to webscheduler v4.

Will webscheduler 4 upgrade my existing installation of webscheduler 3 or do I need to uninstall ws3 and then install ws4?

Can I get a trial of ws4 first to ensure everything is working before upgrading from ws3?

Thanks - Frank

Posted: October 20, 2013 9:15 AM

Hi Hans,

Thank you for your reply. I believe it would be better to provide a short video clip of the problem. Can you inform me as to what video file format I can upload?

Thanks - Frank

Posted: September 22, 2013 10:25 PM

Hi Yudi,

Thanks so much for your prompt attention to helping us resolve the issue. I wanted to follow up on this post in case any other developers experience the same issue.

The max json error occurs when too much data is loaded into the control through the dataset query. With your help we were able to add parameters to our queries based on filtering the startdatetime for and only loading data for the date selected on the calendar by the user. We used the sample code provided in the high performance webcheduler sample.

Thanks again -

Frank

Posted: September 18, 2013 3:17 AM

Hi Yudi,

The missing attached file is included below.

Frank

Posted: September 17, 2013 10:27 AM

Hi Yudi,

Thank you for your continued assistance, it is greatly appreciated. Here is what we have analyzed;

1). Client and server paging have always been set for true

2). Tried clientpagingmode set for Both and ViewPort

3). Tried just about every other setting we could conceive of the past 3 full days.

4). We also noticed some of the the other views, like month view also return the same problem.

5). We are able to select any calendar day in the future and 3 days in the past, but any date selected in the past that is more than 3 days behind the current day returns the json error.

6). We noticed in our analysis that the json call made by the webscheduler seems to be sending the selected calendar date as (- 30 days) in the query and perhaps even loading the whole 30 days of past data which may be overloading the json. For example attached file "Record_09102013_WithError" illustrates a selected date of 09/10/2013 but the query shows .2013.8.10 which throws the json error. Also if we simply click the calender month to go back a month from september to august same json error.

Attached file "Record_09172013_WithoutError" illustrates a selected date of 09/17/13, (todays date), and the query shows .2013.8.17. but the json error is not thrown.

We are not sure what to provide as far as your requested "working sample", please provide specific details. Also, it would be highly beneficial to be able to conduct a webex or teamviewer support session to help us expedite this issue, as stated before our client application is malfunctioning due to the above issues. I am willing to pay for any real time help required to assist us in resolving the issue!

Please advise and thanks -

Frank

 

All times are GMT -5. The time now is 7:27 PM.
Previous Next