[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

967.0. "nicknames conversion " by OASS::AMATO_A () Tue Jun 30 1992 23:41

    Regarding the conversion process of nicknames.dat to oanicknames.dat...
    
    One of our customers is running ALL-IN-1 2.4 and has customized 
    nicknames by modifying the length of the REALNAME field in NIENTR. 
    He is planning to upgrade to 3.0 soon. 
    We tested a conversion of nicknames with a realname field
    of 75 characters and it appears to have truncated the realname field 
    back to 47 characters.
    
    We've devised a workaround for this that will prevent the conversion
    from taking place and the customer will do the convert using another
    method. The question is, does the conversion procedure
    do anything besides converting the nicknames file and deleting
    NICKNAMES.DAT that isn't apparent and should be done prior to a user
    running 3.0?
    
    Thanks,
    
    Angela
       
    
T.RTitleUserPersonal
Name
DateLines
967.2More lengthily (is that a word?)...IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeWed Jul 01 1992 10:2715
    The form NIENTR that maps the Nicknames file is marked as a mandatory
    chnage by the CART, so presumably the customer knew they had to do
    something in advance of the installation. There's a long explanation (I
    should know, I wrote it!) about how to handle customised entry forms
    that map data files that are going to be converted. I assume that's
    what you based your workround on :-)
    
    For those who can't get to the code, basically it checks if you have
    enough quota to hold the new copy of the file, does the conversion, and
    sets a PST symbol ($EM_NICKNAME_CONVERT) to show it's been done.
    
    The conversion is just a BLISS way into the same code as
    <OA$CNV_CONVERT would call from the API.
    
    Graham