EDI online screens - no drop downs

 6 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Roger French
Veteran Member Send Private Message
Posts: 549
Veteran Member

After the upgrade to LSF9 by the installer, I noticed the online ED (EDI) screens don't have any of the drop downs. Example: ED10 doesn't have the drop down on EDI number, carrier, etc. Nor does ED02.  Happens in LID and portal.

Tried:

recompiling, re-srgen, recopy of .sr and .or from working environment, re-scrgen, pgmdump/load and recopy of pd,wd, .scr from working environment. Cobcmp of logan. Remove .gnt, .obj. recompile. Nothing works. gsc doesn't know either. Other than resinstalling EDI, any one got any clues? If you do and it works, I'll buy you a beer.

Rog

Sam Simpson
Veteran Member Send Private Message
Posts: 239
Veteran Member
Roger,

Take a look at the field names and keys defined in the .scr file then make sure those keys are defined in kndef. You might also take a look at the screen rules (.sr) the field names could be missing there too.

Hope this helps.

Sam
Sam Simpson
Veteran Member Send Private Message
Posts: 239
Veteran Member
Another thing I forgot to mention. When you said you recopied the .sr and .or file did you recompile them (srgen)?

Sam
Roger French
Veteran Member Send Private Message
Posts: 549
Veteran Member
Already did all of that.... it still does not work.
John Henley
Send Private Message
Posts: 3351
Try:
1) removing $LAWDIR/prodline/obj/.SrMap* and re-running srgen
2) run xscrgen
3) lapm logan RD69 and dropdown on 'Prodline'

Also, are you using locales? If so, delete $LAWDIR/prodline/obj/*.SrMap.L and run genformap

Then, test in LID. If that works in LID, do IOSCacheRefresh and Portal should work.
Thanks for using the LawsonGuru.com forums!
John
Roger French
Veteran Member Send Private Message
Posts: 549
Veteran Member

I did that and it still does not work. I even ran a recompile. We don't use locales. in $LAWDIR/logan/obj there was/is only LO.SrMap and LO.SrMap2   There was not any ED.SrMap. I ran srgen and got these errors.

 

# srgen LOGAN ED
Processing /lsf9/law/logan/edsrc/ED.or
Processing /lsf9/law/logan/edsrc/ED.sr
Line 112: Form Field Name "USER-ATTRIBUTE-ID" Not Found In 'DEFINE SCRFLDS'
Line 112: Form Field Name "USER-GROUP-ATTRIBUTE-ID" Not Found In 'DEFINE SCRFLDS
'
Line 121: Form Field Name "ATTRIBUTE-NAME" Not Found In 'DEFINE SCRFLDS'
Line 131: Form Field Name "ATTRIBUTE-VALUE" Not Found In 'DEFINE SCRFLDS'
Line 146: Form Field "USER-GROUP-ID" Not Defined
Line 154: Form Field "USER-GROUP-ID" Not Defined
Line 162: Form Field "USER-GROUP-ID" Not Defined
Line 164: Form Field "USER-GROUP-ID" Not Defined
Line 178: Form Field Name "TEMPLATE-NAME" Not Found In 'DEFINE SCRFLDS'
Line 187: Form Field Name "USER-GROUP-ATTRIBUTE-ID" Not Found In 'DEFINE SCRFLDS
'
Line 203: Form Field "USER-ATTRIBUTE-ID" Not Defined
Line 230: Form Field Name "TEMPLATE-NAME" Not Found In 'DEFINE SCRFLDS'
Line 244: Form Field Name "USER-ATTRIBUTE-ID" Not Found In 'DEFINE SCRFLDS'
Line 251: Form Field Name "USER-GROUP-ATTRIBUTE-ID" Not Found In 'DEFINE SCRFLDS
'

John Henley
Send Private Message
Posts: 3351
Re: EDI online screens - no drop downs (c7b384fc-72c5-461a-9e55-d101c5e00ecb) <!-- Converted from text/plain format -->

The fact that you got srgen errors is an indication of why the dropdowns don't work. Now you need to fix those.
John Henley

Thanks for using the LawsonGuru.com forums!
John