[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

2689.0. "UDP and error message" by UTRTSC::SMEETS (Martin Smeets DS SSO Utrecht (NL)) Mon May 10 1993 20:00

Hi,

I've a customer (ALL-IN-1 V3.0 Dutch) experiencing the problem described in the
STARS article with the title "'Error opening script file' when exiting user 
defined procedures".

For you unlucky ones who don't have access to STARS, a short description

If a user with no ALL-IN-1 privileges executes a (key) UDP within WPS-PLUS which
doesn't exist, for example GOLDF18. Nothing seems to happen but when the user 
exits wordprocessing he/she got the following error messages.

Error opening script file ""
File not found

The workaround is to create an empty UDP.

My customer gets futhermore the error message "No privilege to execute function
directives in UDP's" after the previous error message when he/she tries to edit
the document again.

Exiting from ALL-IN-1 and run ALL-IN-1 again solves the problem.

Thanx,

Martin
T.RTitleUserPersonal
Name
DateLines
2689.1Where's the ? AIMTEC::WICKS_Aon the Streets of San FranciscoMon May 10 1993 20:0811
    Martin,
    
    OK I read your note, but what's the question?
    
    the STARS article entitled
    Two New V3.0 UDP Level Privilege Flags In User Profile        
    explains your second error message.
    
    Regards,
    
    Andrew.D.Wicks
2689.2detailed ???UTRTSC::SMEETSMartin Smeets DS SSO Utrecht (NL)Mon May 10 1993 21:3221
Hi Andrew,

sorry, I didn't make my problem clear.

User with only NETMBX and TMPMBX DCL privileges and NO ALL-IN-1 privileges e.g
NO PRVUDPDCL and NO PRVUDPFNC privilege !! experience the following problem.

1. user edits a document
2. By accident presses F19, F19.UDP doesn't exist.
3. User leaves wordprocessing and gets error message
   Error opening script ""
   File not found
4. After getting this message he/she decides to edit the document again
5. user selects option E <enter>
6. Error message 'No privilege to execute function directives in UDP'S'
7. After exiting from ALL-IN-1 and run ALL-IN-1 again, the user can edit the 
   document.

I hope you understand the problem now !


2689.3better...AIMTEC::WICKS_Aon the Streets of San FranciscoMon May 10 1993 22:117
    Martin,
    
    but if you give them the UDP privs the message goes away?
    
    Regards,
    
    Andrew.D.Wicks
2689.4no granting UDP privsUTRTSC::SMEETSMartin Smeets DS SSO Utrecht (NL)Tue May 11 1993 08:3712
Hi Andrew,
    
>    but if you give them the UDP privs the message goes away?

Yes, but the system manager doesn't want to grant these UDP privs.

Futhermore why are they getting this error message. They didn't execute an
ALL-IN-1 function because F19.UDP doesn't exist.

Regards,

Martin
2689.5Someone else's turn - that's all I know!AIMTEC::WICKS_Aon the Streets of San FranciscoTue May 11 1993 17:081
    
2689.6Ask WPS-PLUS?IOSG::PYEGraham - ALL-IN-1 Sorcerer&#039;s ApprenticeTue May 11 1993 19:355
    Since this is (I presume) only happening from within the editor, and
    not if you are at a menu, it must be an editor problem. I suggest you
    ask the WPS-PLUS developers in their conference.
    
    Graham
2689.7OA$MSG_CALLUTRTSC::SMEETSMartin Smeets DS SSO Utrecht (NL)Fri May 14 1993 09:1118
Ok,

I got some information from the WPS-PLUS engineering folks.

>    When F17 is pressed in the WPS-PLUS editor, the editor makes a call to
>    the ALL-IN-1 function OA$MSG_CALL, in the following format:
>
>        OA$MSG_CALL(OA$CMD_DISPATCH, "USER1:[MCCLUNG.A1.UDP]F17.UDP")
>
>    You'll have to get further explanation from the ALL-IN-1 group.


Is there more information available about the OA$MSG_CALL function. I looked in
the programmer's manuals but didn't find anything.

Thanks,

Martin
2689.8OA$MSG_CALL = BLISS routine, not API functionIOSG::HULINIan Hulin, IOSG: REO, DTN 830-6141Fri May 14 1993 11:0825
   Martin,

   Oa$msg_call is a code-level routine allowing other routines to be called
   while having a standard ALL-IN-1 exception handler active.

   Oa$cmd_dispatch is the command dispatcher, so the bit in quotes is what is
   the API-level code, and it's wrong.

   �        OA$MSG_CALL(OA$CMD_DISPATCH, "USER1:[MCCLUNG.A1.UDP]F17.UDP")
                                          ^^^^
   For V3.0 and later it should be:

   �        OA$MSG_CALL(OA$CMD_DISPATCH, "UDP USER1:[MCCLUNG.A1.UDP]F17.UDP")
                                          ^^^
   For V2.4 it should be:

   �        OA$MSG_CALL(OA$CMD_DISPATCH, "SCRIPT USER1:[MCCLUNG.A1.UDP]F17.UDP")
                                          ^^^^^^

   WPS-PLUS is apparently missing dispatching the ALL-IN-1 function verb.

   Cheers,

   Ian

2689.9spr or CldUTRTSC::SMEETSMartin Smeets DS SSO Utrecht (NL)Fri May 14 1993 13:4110
Hi Ian,

Thanks for explaining !

Could this also be causing the problem seen in reply .2 ?

If so, I have to raise at least a spr, even thinking about a cld. Because 
customer wants a solution.

Martin
2689.10SPR it or get help from CSCIOSG::HULINIan Hulin, IOSG: REO, DTN 830-6141Mon May 24 1993 11:2018
   Martin,

   If you need a fix from Engineering, submit an SPR of suitable priority. 
   Don't put in a CLD unless it really, truly, honestly warrants it.  There has
   been a misapprehension going about in the field that CLDs are the only thing
   to do.

   However, before submitting a bug report of whatever type, try asking the
   people in your CSC and other support origanizations, as they may have
   sufficient information to help your customer work around the problem. 

   If this is insufficient the ground-rule is 

   "no bug report => no chance of a fix".

   Cheers,

   Ian
2689.11Workaround ok, but a future solution please !UTRTSC::SMEETSMartin Smeets DS SSO Utrecht (NL)Mon May 24 1993 14:2913
Hi Ian,

Thanks for explaining, customer for now accepts the workaround, but would like 
to have a solution for the future.

So I will submit a SPR.

Thanks for all effort,

Martin

Member of the Dutch CSC
Office Support
2689.12SPR has no commitmentUTRTSC::SCHOLLAERTAjax, Ajax, Ajax...Mon May 24 1993 15:4222
    Hello Ian,
    
>   If you need a fix from Engineering, submit an SPR of suitable priority. 
>   Don't put in a CLD unless it really, truly, honestly warrants it.  There has
>   been a misapprehension going about in the field that CLDs are the only thing
>   to do.
    
    The past has proven that the reponse to an SPR is often someting
    like "Thank you for you inputs, this problem might be solved in some 
    possible future release". A number of big customers finds this
    unacceptable. They thing known problems should be fixed within
    a reasonable timeframe. Say a year.
    
    Futhermore we (TSC/CSC Holland) where instructed to lower the 
    number of SPR by turning them into local calls when priority is 
    higher then 4 and the customer has a support contract.
    So only suggestions where allowed. Not much left than a CLD. Nothing
    in between.
    
    Regards,
    
    Jan 
2689.13IMHOIOSG::BILSBOROUGHJust testing. Please ignore!!! Mon May 24 1993 16:1115
    
    Jan,
    
    I with other members of the production group in IOSG check SPR answers
    before they go out.  
    
    I agree that they don't commit, though often the fix has been done. 
    I assume that one time we told customers we'd fix something and we
    didn't and so we're real careful not to commit now.
    
    To be honest a lot of them aren't big problems and there is very little
    chance of it being pulled out so maybe we should take the plung and
    commit.
    
    Mike
2689.14Need to improve the SPR systemBUSHIE::SETHIAhhhh (-: an upside down smile from OZTue May 25 1993 01:4022
    Hi Mike,
    
    >To be honest a lot of them aren't big problems and there is very little
    >chance of it being pulled out so maybe we should take the plung and
    >commit.
    
    Well they may not be "big problems" but all the little problems add up
    in the customers mind.  The customers do not like the fact that we take so
    long to respond it gives the wrong impression. They do not like the SPR 
    system of reporting bugs.
    
    I have said it before and I will say it again as far as the customer is
    concerned *WE* introduced the misfeature and *WE* should put it right. 
    This is how customers see things and time and again they say exactly
    the same thing "it takes too long" or "nothing will get done" etc.
    
    SPRing is seen as not addressing the issue but fobbing off the customer
    at times !!!
    
    Regards,
    
    Sunil  
2689.15What's it like when we chuck it over the wall?IOSG::BILSBOROUGHJust testing. Please ignore!!! Tue May 25 1993 09:3519
    
    re:-1
    
    Sorry, when I said 'big problems' I really meant big fixes.
    
    As I said I check the answers with others, if you think that you don't
    like em let us know.  We sit here and have to imagine what the
    customers would think of it, you know.  I always
    wonder what happens once the SPR answers goes out.
    
    Please any feedback would be appreciated (except takes too long, we
    know that already!).  Are they too technical or not enough.  Would you
    like to see more with code fixes in.  Do you think there is such a time
    that if we haven't answers an SPR after so long we should drop it to
    concentrate on newer ones?
    
    thanks,
    
    Mike
2689.16Customers check what we promiseUTRTSC::SCHOLLAERTAjax, Ajax, Ajax...Tue May 25 1993 10:5628
    Hi Mike,
    
>    customers would think of it, you know.  I always
>    wonder what happens once the SPR answers goes out.
    
    One large customer allways checks what happens to the
    things promised in the SPRs. They do this since version 1.4.
    2.3 was a major disappointment to them (wonder why). 40 out of 80
    SPR reported problems where not fix. Now its is going much better.
    
    >Please any feedback would be appreciated (except takes too long, we
    >know that already!).  Are they too technical or not enough.  Would you
    >like to see more with code fixes in.  Do you think there is such a time
    >that if we haven't answers an SPR after so long we should drop it to
    >concentrate on newer ones?
    
    I think this depends on the kind of problem. It is hard to
    explain to a customer why easy fixes are not done within a reasonable
    timeframe. 
    
    I want to repeat that we are only allowed to generate "suggestion"
    SPRs. I will try to find out why. And what is the problem with a low
    priority CLD ? 
    
    Regards,
    
    Jan
       
2689.17PLz don't use CLD - advise me on SPRsIOSG::COOKALL-IN-1 Support Manager 830 3636Tue May 25 1993 13:2642
    There is NO such thing as a low priority CLD. CLDs are CLDs - they are
    only counted in units - and number of CLDs + days outstanding are what 
    very senior managers are rated on.
    
    Anyway, getting back to standard SPRs (lets start to call them IPMT
    cases eh? as I've seen implimentatioon plans for Europe soon now).
    
    Wherever possible - my support group NOW gives details of which
    Internal Change Order (ICO) (as in next actual/unannounced release - 
    actually fixes the reported problem). NOTE that we provide this
    information in the part of the SPR answer that is clearly flagged
    \************ INTERNAL USE ONLY **********
    maybe this is getting stripped out before CSC folks in Europe see the
    answer. Certainly we can't commit to the customer in this fashion. 
    
    Where the SPR'd problem is NOT yet fixed in next release - we simply
    cannot say.
    
    We can only provide this level of (internally available) commitment
    when there is a large lag-time between receipt of the SPR and it being
    formally answered by the support team. (we have large backlogs). It is
    interresting to note that if we did NOT have such large backlogs and
    WERE able to answer more SPRs in a timely manner - then even fewer
    details of what IS fixed in next release would be available.
    
    Also - there is the problem that one clearly NEVER actually knows how
    long an SPR will take to resolve - or whether the resolution will be
    one line of DCL, 2 lines in .SCP or 100 lines in BLISS code. Therefore,
    if the problem appears relatively minor, the ALL-IN-1 Support group will
    NOT investigate the root cause - and answer an SPR as RESTRICTION and
    "considered for inclusion in possible future release"
    
    There are certain people/groups within Digital that think that all SPRs
    should be answered immediately - the only way we can provide an
    immediate response is by answering ALL sprs as restrictions. 
    
    So what we actually do - is the best compromise between what
    customers/CSC and SPR admin and selected managers really want. 
    
    Regards
    		Martin Cook
    		ALL-IN-1 Support Manager