T.R | Title | User | Personal Name | Date | Lines |
---|
1012.1 | details please. | TOOK::CALLANDER | | Wed May 15 1991 15:25 | 5 |
| If you could fill in the details a bit it would help. What AM is
he running? is it a home brewed AM, if so use the MCC_FCL_PM_LOG 8
to get a dump of what the data looks like coming back to the PM (do this
from the FCL PM).
|
1012.2 | In Domain | TOOK::HAO | | Thu May 16 1991 08:10 | 6 |
| Also, the Iconic Map PM always tacks on the In Domain qualifier
to any commands it sends to an MM. So try the same command from
FCL, but with the qualifier.
Christine
|
1012.3 | Problem with MIR routine ? | DGOSW0::GUESDON | | Thu May 16 1991 14:30 | 12 |
| I will be tomorrow at my customer's site. But it seems that the error
occurs when I call MCC_MIR_GET_REPOSITORY_ID with an mcc descriptor
pointing to the repository name and containing the following:
DATATYPE is LATIN1STRING
maxstrlen is sizeof LATIN1STRING
curlen is 19
We tried to use a maxstrlen of 19 and a constant as the repository id,
and it worked... I will get some more informations tomorrow (It's 7:30
PM for us).
|
1012.4 | sizeof pointer or length of string | TOOK::CALLANDER | | Thu May 16 1991 15:45 | 8 |
|
hard to tell from what you typed, but when you said you used:
maxstrlen is sizeof LATIN1STRING
did you happen to do a sizeof of the pointer to the string? Which would
mean that you entered 4 as the maxstrlen.
|