Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
I am having problem with Iconic Map running a function module we are about to finish. Although it's not a requirement to close this phase, we would like our tool be able to kick off and display the output from Iconic Map. The tool is Path Tracing Tool which pulls a lot of information for each node or node4 on the paths between 2 given nodes. When we run it from the IM, we know the trace is doing the thing but it has problem displaying the output. We get this error message: "attempt was made to push into a Constructed type. The type encountered is not a CT". We have no problem at all from FCL. It gives this message when there is any output including exception messages we put out. Is there anything we need to do in order to fit into this constructed type? The only special thing we did in the MSL is that we use a lot of RECORD or sequence of RECORDs to differentiate each level of the output (forward/backward path, paths, node infor, circuit infor etc.) to make it more readable and also because we couldn't get SET and SEQUENCE to work. The fields of the record are not necessary filled up depending on the request and whether we can get the information from AMs or not. Any help will be appreciated. If more information is needed, please let me know. -Jerry
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3718.1 | VERNA::V_GILBERT | Thu Sep 10 1992 17:36 | 8 | ||
Jerry, For V1.2, each field of a record must be filled in. The Iconic Map cannot accept a record with some of the fields filled in and some of the fields not filled in. If you are trying to output sparsely filled records, that might be your problem. Verna | |||||
3718.2 | SWORD1::ES | Eugene Shvartsman | Fri Sep 11 1992 14:13 | 11 | |
Verna, Thank you for the answer. But why FCL is able to handle our output and IM is not? And more important question: when SET, SET OF, SEQUENCE and SEQUENCE OF and any combination of them will work properly? Best regards, Gene. | |||||
3718.3 | VERNA::V_GILBERT | Mon Sep 14 1992 12:41 | 9 | ||
Gene, The FCL and the Iconic Map do not use the same algorithms for all datatype validation. In general, the Iconic Map does more checking. We are hoping to include sparse records as part of V1.3. I am scoping the task right now. Verna | |||||
3718.4 | sparse records have been implemented | TOOK::FLETCHER | Fri Oct 09 1992 10:36 | 5 | |
Empty and sparse record handling in the IMPM have been put in. Try using x1.3.2 kit. |