[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

4305.0. "cant create account intermittently" by HGOCS::TONYLIU () Thu Jun 30 1994 11:15


 Hello,

 I met an intermittent error when I tried to create several ALL-IN-1
 accounts.About half of the accounts to be created will fail.

 ALL-IN-1 V3.0A

 In the corresponding OA$LOG:OA$CREATE_account.LOG,the following error
 message was logged:

   :
 $ allin1/user=manager/noinit/reenter
 %OA-I-FLCVERERR, Obsolete version of
 SYS$SYSDEVICE:[ALLIN1.LIB_ENGLISH]MEMRES.FLC; - Continuing

 %OA-I-FLCVERERR, Obsolete version of
 SYS$SYSDEVICE:[ALLIN1.LIB_ENGLISH]MANAGER.FLC; - Continuing

 %OA-I-FLCVERERR, Obsolete version of
 SYS$SYSDEVICE:[ALLIN1.LIB_ENGLISH]OAFORM.FLC; - Continuing

    :
    :
  A fatal error has occurred in SM_CR_USER_DETAILS.SCP

  %OA-E-SCPOPEN, Error opening SCRIPT file "A1SVC_SET_I18N_LANGUAGE"
  -RMS-E-FNF, file not found
$!
$       if return_status then goto check_results
$!
$       if .not. return_status then goto no_language
$ no_language:
$       failure_reason = "BCH_NO_LANGUAGE"
$       manager_language = default_language
$       admin_language = default_language
$       gosub log_failure
$ log_failure:
$       WRITE failure_log F$FAO("!31AS", new_user), failure_reason
$       failure_count = failure_count + 1
$       RETURN
$       goto build_mail_message
 

 I have perform the post-installation for ALL-IN-1 V3.0A,

 $ @SYS$SYSDEVICE:[ALLIN1.SOURCES_SHARE]A1_MUPA030_RELINK.COM;1
 Result is OK.

 I have also perform IVP and no error was logged.

 What is wrong ?

 Any suggestion/advise are highly advised.

 Regards.

 Tony.
T.RTitleUserPersonal
Name
DateLines
4305.1Recmpile everything, and find missing script....IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeThu Jun 30 1994 18:0518
    Clearly several things are basically wrong with your system, although
    they may not be the answer to your problem.
    
    1) The MANAGER, MEMRES and OAFORM form libraries all need to be
    recompiled. check carefully if any errors are reported during the
    compilations. You might want to recompile the SITE versions too just to
    be on the safe side.
    
    2) It would probably be a good idea to recompile the base and site TXL
    too.
    
    3) the script A1SVC_SET_I18N_LANGUAGE is not part of the base kit, so
    you must have some layered product (I think it's Desktop for DOS) or
    customisation that includes this, only it isn't being found. If you
    really don't have the script, and the problem may just be that it's
    not in the TXL, you will need to find out where it is being called from.
    
    Graham
4305.2AIMTEC::ZANIEWSKI_DWhy would CSC specialists need training?Thu Jun 30 1994 20:578
        The ALL-IN-1 DESKtop Server for OpenVMS has provided a customized
        OAINI.SCP file to your system that has not yet been removed.  Find
        the virgin file from the 3.0A kit and restore it to the system. 
        The rest of the DESKtop files on you system won't hurt anything,
        just remove the startup command procedure and follow the rest of
        Graham's advice.
        
        Dave Zaniewski
4305.3Update (Moved from 1.2 (!!) by Moderator)HGOCS::ALLIN1Tue Jul 05 1994 11:4512
    
    RE .2
    I cant find such a file OAINI.SCP from the 3.0A kit,but there is
    is a file OAINI.COM in 3.0A kit.
    
    RE .1
    I have compiled according to your advice,but symptom remained
    the same.
    
    Further advice are highly appreciated.
    Regards.
    Tony.
4305.4IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeTue Jul 05 1994 14:4412
    Don't worry about whether it's in the kit, just look in OA$LIB on your
    system:
    
    	OA$LIB:OAINI.COM should be empty (except comments) or not exist.
    
    	OA$LIB:OAINI.SCP should not exist.
    
    If you have either of these files, rename them or delete them (after
    checking what is in them. Then look for versions in the [.A1]
    directories of people still getting the problem.
    
    Graham