Hello,
I have a brand new CRM 2016 On Premise installation all running on one box.
Windows 2012 R2, SQL Server 2012 with Reporting Services etc.
All Windows Updates applied.
Dynamics CRM 2016 installed. Again, all updates applied and Service Packs, no errors and functionality in the default CRM Org is all just fine in both browsers. Using IE 11.0.9600 and Google Chrome 63.0.3239.132
Problem: None of the reports with display.
I have checked and triple-checked all Report Server settings and there are no errors cited.
If someone has ANY insight into this PLEASE offer a solution!
Thank you!
I get this error when trying to run a report:
<CrmScriptErrorReport> <ReportVersion>1.0</ReportVersion> <ScriptErrorDetails> <Message>Object doesn't support property or method 'bind'</Message> <Line>450</Line> <URL>/_static/_common/scripts/maxsessionmonitor.js?ver=-966308346</URL> <PageURL>/crmreports/viewer/viewer.aspx?action=run&helpID=User%20Summary.rdl&id=%7b21266764-ADFB-E711-80BA-00155D36440A%7d</PageURL> <Function>anonymous(warningInSeconds,signoutInSeconds,lastUpdate){MaxSession.Monitor.prototype.checkSessionTimeout=function(currentDate){clearTimeout(this.timerHandler);this.timerHandler=null;varnextEvent=null;if(typeofcurrentDate=="undefined")currentDate=Date.now(</Function> <FunctionRaw>function(warningInSeconds,signoutInSeconds,lastUpdate) { MaxSession.Monitor.prototype.checkSessionTimeout = function(currentDate) { clearTimeout(this.timerHandler); this.timerHandler = null; var nextEvent = null; </FunctionRaw> <CallStack> <Function>anonymous(warningInSeconds,signoutInSeconds,lastUpdate){MaxSession.Monitor.prototype.checkSessionTimeout=function(currentDate){clearTimeout(this.timerHandler);this.timerHandler=null;varnextEvent=null;if(typeofcurrentDate=="undefined")currentDate=Date.now();if(this.errorShowDate!==null&¤tDate>=this.errorShowDate){this.signoutDialog.showDialog();MaxSession.Helper.notify(MaxSession.KnownKeys.showSignOutKey());this.reminderDialog.hideDialog();MaxSession.Helper.notify(MaxSession.KnownKeys.hideWarningKey())}elseif(this.warningShowDate===null||currentDate>=this.warningShowDate){if(this.warningShowDate!==null){this.reminderDialog.showDialog();MaxSession.Helper.notify(MaxSession.KnownKeys.showWarningKey())}if(this.errorShowDate!==null)nextEvent=this.errorShowDate-currentDate}elsenextEvent=this.warningShowDate-currentDate;if(nextEvent)this.timerHandler=setTimeout(this.checkSessionTimeout.bind(this),nextEvent)};MaxSession.Monitor.prototype.doSignOut=function(){console.info("Sessionclosedduetotimeouton",Date.now());varinstance=Mscrm.PageManager.get_instance();instance&&instance.raiseEvent(Mscrm.ScriptEvents.SignOutRequested,null);window.$clearHandlers&&$clearHandlers(window);window.document.documentElement.innerHTML="";window.location.href=window.location.protocol.replace(/\:/g,"")+"://"+window.location.host+"/main.aspx?signout=1"};MaxSession.Monitor.prototype.storageEventHandler=function(event){if(event.newValue===null||event.newValue===undefined||event.newValue==="")return;if(event.key===MaxSession.KnownKeys.showWarningKey())this.reminderDialog.showDialog();elseif(event.key===MaxSession.KnownKeys.hideWarningKey())this.reminderDialog.hideDialog();elseif(event.key===MaxSession.KnownKeys.showSignOutKey())this.signoutDialog.showDialog();elseif(event.key===MaxSession.KnownKeys.mustSignOutKey())this.doSignOut();elseevent.key===MaxSession.KnownKeys.reloadKey()&&this.reload(JSON.parse(event.newValue))};MaxSession.Monitor.prototype.reload=function(options){varenabled=options.enabled,warningInSeconds=options.warning,signoutInSeconds=options.signout,currentDate=options.now,newLastUpdate=options.lastupdate;if(enabled){varmustUpdateTimer=!!newLastUpdate&&(this.lastUpdate===null||this.lastUpdate<newLastUpdate);if(mustUpdateTimer){varnewWarningShowDate=warningInSeconds>0?currentDate+warningInSeconds*1e3:null,newErrorShowDate=signoutInSeconds>0?currentDate+signoutInSeconds*1e3:null;this.warningShowDate=newWarningShowDate;this.errorShowDate=newErrorShowDate;this.lastUpdate=newLastUpdate;this.warningShowDate!==null&&this.reminderDialog.hideDialog();this.checkSessionTimeout(currentDate)}}else{clearTimeout(this.timerHandler);this.timerHandler=null}};MaxSession.Helper.addEventListener(window,"storage",this.storageEventHandler.bind(this));this.reminderDialog=newMaxSession.Dialog.Reminder;this.signoutDialog=newMaxSession.Dialog.Signout(this);this.timerHandler=null;this.warningShowDate=null;this.errorShowDate=null;this.lastUpdate=null;varoptions={now:Date.now(),enabled:true,warning:warningInSeconds,signout:signoutInSeconds,lastupdate:lastUpdate};this.reload(options);if(warningInSeconds!==0)MaxSession.Helper.notify(MaxSession.KnownKeys.reloadKey(),JSON.stringify(options));elseif(signoutInSeconds!==0&&MaxSession.Helper.isMainPage()){this.reminderDialog.showDialog();MaxSession.Helper.notify(MaxSession.KnownKeys.showWarningKey())}}</Function> </CallStack> </ScriptErrorDetails>
*This post is locked for comments