As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I've been working on a project for a while now. When I was working on it last it deployed without any errors or warnings, but today on deploy it returned
Deployment Step Status: failure Reason: Failed to execute deploy step. Error [FOC03610] in 'telecom_tracking/Start.WINFORMS' at or near line 28: CALENDARFLAG is not a field in (or member of) type WF_MENUFORM. Error [FOC03773] in 'telecom_tracking/Start': COMPILE failed with return code -3610
Adding MODULE IMPORT (MNTUWS); did not make any difference
If you delete the form you get the error for the next form. If you delete the Calendarflag="0" statement for the form from the .mnt you get the error
Deployment Step Status: failure Reason: Failed to execute deploy step. Error [FOC03610] in 'telecom_tracking/Start.WINFORMS' at or near line 28: ONLOAD is not a field in (or member of) type WF_MENUFORM. Error [FOC03773] in 'telecom_tracking/Start': COMPILE failed with return code -3610
onload="" being the next property of the form after calendarflag="0"
If you delete the calendarflag="0" and the onload="" statements from all the forms you get the error
Deployment Step Status: failure Reason: Failed to execute deploy step. Error [FOC03610] in 'telecom_tracking/Start.WINFORMS' at or near line 1115: CALENDAR is not a field in (or member of) type IWCCONTROLEDIT. Error [FOC03773] in 'telecom_tracking/Start': COMPILE failed with return code -3610
for the lack of the calendarflag statement. We are currently in the process of upgrading webfocus and the server had been reconfigured sense I worked on the project last. If anybody could help shed some light on the issue it would be greatly appreciated.
Thanks in advance, DavidThis message has been edited. Last edited by: dcjohnson3,
David It looks like you created this MNT file in 7.7 but are now trying to use it in 7.6. I believe CalendarFlag is a new variable used to determine if the current form has the calendar property turned on.
Once an MNT is opened in a later version of the MDE it cannot be ported back. If this is a true problem, we can probably edit the XML code at the bottom of the MNT file and remove the calendarflag, onload, cssname and path variables that are new to 7.7.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003