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 |
Hello, one of our customer has DECMCC 1.2 on ultrix 4.2, and developp is own access module "UNIX" The goal is to monitor the Unix process and disk. On FCL prompt when they did : FCL> show unix dogger all FCL> they receive about 70 item an everything is OK On Iconic Map, for the same command: the receive a handle "more.." and they cannot receive the data IS there a buffer to show data ??? PS: WITH 3 item we have no pb either on FCL or Iconic Map. Thanks for your help.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
4007.1 | VERNA::V_GILBERT | Thu Nov 05 1992 09:41 | 15 | ||
The Iconic Map issues a show call function and we include an outp parameter which is an MCC Descriptor with a buffer. The output data is returned in ILV-encoded form by your access module. My guess is that a CVR of MCC_S_INSUF_BUF is returned (output data buffer too small). With this, the access module code must set the handle to more and outp Descriptor must have mcc_w_curlen set to the value needed. If this is the case, the Iconic Map creates a new MCC Descriptor with the correct size buffer (which cannot exceed 20K) and re-issues the call. I believe the FCL may use dynamic vs static descriptors. Hope this helps. Verna | |||||
4007.2 | fcl dynamic out_p | TOOK::CALLANDER | MCC = My Constant Companion | Tue Nov 17 1992 15:00 | 3 |
fcl now (v1.2) uses a dynamic buffer, so these problems no longer exist from its stand point. |