Mitel Forums - The Unofficial Source

Mitel Forums => Mitel Software Applications => Topic started by: abmitel on December 22, 2020, 10:13:00 AM

Title: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: abmitel on December 22, 2020, 10:13:00 AM
Hi

i am unable to schedule awv conference after 31st December 2020 . the dates after 31st december 2020 are not highlighted in the drop down .
micollab version is 7.0
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: lundah on December 22, 2020, 06:16:26 PM
Known bug, the fix is to upgrade.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: lundah on December 23, 2020, 09:29:38 AM
More info: Mitel KMS article SO5428 covers this. It's fixed in MiCollab 8.0.2.7 and greater.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: ntnher@yahoo.com on December 29, 2020, 11:05:49 AM
OMFG you just can't win with this Mitel crap..

A real bug to make $$ for Mitel, wow such a genius company. Easier that fooling children.

I know many good fix around this bug...

1. Google Meet is free for a while. After the free period, its dirt cheap compare to AWC. Unsubscribe anytime.
2. Zoom is currently free for a while as well and same a Google Meet
3. GoToMeeting is same as above due to COVID.
4. Grandstream (6300 series) if you want a local PBX with AW Conferencing, currently the AWC is free until GS decides you need to subscribe, but i'll be cheaper that Mitel.
5. Conference Now, free audio conferencing. Use it in a pinch. I've used it many times it works just as good a paid, but you don't know if its secure.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: lrjones198 on December 29, 2020, 11:18:52 AM
Are you unable to update your system by going to ServiceLink then Install Applications then Install Applications tab and download latest update on your Micollab server? This is what I did when I ran into this scenario.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: ntnher@yahoo.com on December 29, 2020, 11:37:21 AM
Is this update free? Of all the updates I've dealt with from Mitel it's always "you need to purchase the new version."

I'll try the update and share my results.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: johnp on December 29, 2020, 07:25:10 PM
If you maintain software assurance, you can upgrade to the latest versions if hardware allows
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: johnp on December 30, 2020, 10:39:58 AM
I remember in an older version of AWC that it was just editing the vcs_lib_time.xsl file. I did a quick test on a server that has this problem and making the change did show the range I set. I would always backup the original in case of issues, but the one I edited was in /usr/awc/www/htdocs/vcs/en-us the last directory is for current language I believe and my differ.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: ntnher@yahoo.com on December 30, 2020, 11:57:30 PM
Wow, thanks JohnP. The version update I can get to is MiCollab 6.0.209.0 and no more without software assurance. Editing that file worked.

Such an ingenious way for Mitel, they knew of this back in 2012. In the code, it mentioned the bugged. Yet they only set it to 2020.. Why not 2050?

Code: [Select]
<!-- Satish Atla March 08 2010 DPAR: MN00286020 AWC: Year Drop Down only goes to 2012 -->
<xsl:template name="yearSelect">
<xsl:param name="selected"/>
<xsl:call-template name="numericSelect">
<xsl:with-param name="range" select="'2002-2020'"/>
<xsl:with-param name="selected" select="$selected"/>
</xsl:call-template>
</xsl:template>

Thanks again JohnP
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: lundah on December 31, 2020, 01:32:17 PM
Wow, thanks JohnP. The version update I can get to is MiCollab 6.0.209.0 and no more without software assurance. Editing that file worked.

Such an ingenious way for Mitel, they knew of this back in 2012. In the code, it mentioned the bugged. Yet they only set it to 2020.. Why not 2050?

Code: [Select]
<!-- Satish Atla March 08 2010 DPAR: MN00286020 AWC: Year Drop Down only goes to 2012 -->
<xsl:template name="yearSelect">
<xsl:param name="selected"/>
<xsl:call-template name="numericSelect">
<xsl:with-param name="range" select="'2002-2020'"/>
<xsl:with-param name="selected" select="$selected"/>
</xsl:call-template>
</xsl:template>

Thanks again JohnP

So this info just saved my bacon, I have a customer on 8.0.0.40 that pushed off attempting to upgrade Collab until today, and 8.0.2.401 wouldn't let me install the extra NuPoint applications without going up to 8.1.0.101 or higher. So, this became my rollback safety net. The path to the XSL file was a little different, I believe it was in /usr/awv/www/htdocs..., but it worked and bought us time to do a full stack upgrade when the customer migrates to a new VM host in a month.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: johnp on January 02, 2021, 12:08:38 PM
Like I said, I remembered having a similar issue in the past. I went on the inter-tel ftp site and found a file called calendar-script.dat which provided the file name. It looks like this was back in 2013 as they script changes 2012 to 2020 hence the comment in the file that needs editing now. Happy to help.
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: TimLad on January 11, 2021, 12:28:53 PM
Thanks for this i’m running into the same issues with 8.0.2.401 AMC link is just broke on this version
Title: Re: unable to schedule micollab awv conference after December 2020 ( micollab 7.0)
Post by: abmitel on February 11, 2021, 10:46:35 AM
Hi
changed the script as per below and the problem is resolved , thanks all for the inputs
Regards


Wow, thanks JohnP. The version update I can get to is MiCollab 6.0.209.0 and no more without software assurance. Editing that file worked.

Such an ingenious way for Mitel, they knew of this back in 2012. In the code, it mentioned the bugged. Yet they only set it to 2020.. Why not 2050?

Code: [Select]
<!-- Satish Atla March 08 2010 DPAR: MN00286020 AWC: Year Drop Down only goes to 2012 -->
<xsl:template name="yearSelect">
<xsl:param name="selected"/>
<xsl:call-template name="numericSelect">
<xsl:with-param name="range" select="'2002-2020'"/>
<xsl:with-param name="selected" select="$selected"/>
</xsl:call-template>
</xsl:template>

Thanks again JohnP

So this info just saved my bacon, I have a customer on 8.0.0.40 that pushed off attempting to upgrade Collab until today, and 8.0.2.401 wouldn't let me install the extra NuPoint applications without going up to 8.1.0.101 or higher. So, this became my rollback safety net. The path to the XSL file was a little different, I believe it was in /usr/awv/www/htdocs..., but it worked and bought us time to do a full stack upgrade when the customer migrates to a new VM host in a month.