NavigationUser login |
No data was received from the server. ICGenException Type: -5You'll see this if you've been Animating the online application and have exited or killed the Animator shell session. Otherwise it's an indication that the architecture cannot make sense of what it's been asked to do. The most likely culprit is the most recent code change involving a .ccp program accessing data via a cursor subroutine, i.e., a subroutine called by PERFORM LINK-TIGCURS THRU LINK-TIGCURS-EXIT Another possibility is an incorrect entry in table TIDMENU. For example you are attempting to define a new RF panel for AnyWare for Inventory that does not exist in Asset Suite and Target_Pgm_Prefix and Target_Load_Prefix are set to 'TI' instead of 'RF'. Verify (on Unix boxes) that the compile outputs in dbin, bin, and int match up. This error occurs if the int module exists, example int/TIGI020.int, but not the bin/TIGI020.so, dbin/TIGI020.idy, dbin/TIGI020.so, and dbin/TIGI020.cob. Make certain CURSOR-DATA-ADDR-COM(#) is not null before accessing fields that have their values carried along via linkage, i.e., paragraph 0100-INITIALIZATION statements like: SET ADDRESS OF CURSOR-DATA-01 TO CURSOR-DATA-ADDR-COM (01). Example: Asset Suite version 6.0.0. baseline Navigate to D100 and prompt in the Standards and Procedures field. Panel D10A appears with data. Put the cursor in the Rev column in a row with data and do a More Detail. Results in "No data was received from the server." error. There are a couple of things going on here. 1. The panel definition allows the Rev column to default to the Data Dictionary's definition for TIG15258. A More Detail will attempt to open D100 after passing it the D10A column's SP-NAME and SP-REVISION. This doesn't work because D100 expects SP-NAME, FACILITY, SP-REVISION. This is fixed by using Analyst Work Bench to modify timd10a.sym via Keys, Define More Detail. The target panel suffix is D100 and the fields to pass are SP-NAME, FACILITY, and SP-REVISION from the 1st array entry. The Select Button is SP-REVISION. Keys, List Keys, now shows More Detail D100 SP-NAME, FACILITY, (SP-REVISION). 2. tigd10a.ccp needs to be fixed. Paragraph 8200-NAVIGATE-TO-D100's call to CPOSN needs to have FIELD-END-COLUMN-CPOSN changed to 30 from 21 so that cursors in the Revision column are seen. By webmaster | No data was received from the server. ICGenException Type: -5 | read more | 7 comments
Reply |