larshp / abapGitServer

Git server implemented in ABAP
MIT License
64 stars 25 forks source link

Problems with SMIM #151

Closed mbtools closed 3 years ago

mbtools commented 3 years ago

I'm trying to pull latest version (on 7.5 SPS 19):

image

image

Is this a problem on my system or AGserver or AG?

mbtools commented 3 years ago

the mime objects might have been blocked by virus scan. note 2388917 had an example of that (for some UI5 mime zip). after deleting the mime with prg MR_DELETE_MIME, i was able to pull the mimes.

In order to fix the issue you can try the following steps:

  1. Start SE38 transaction and execute report MR_CHECK_MIMES
  2. Select first option “Display MIME Object Attributes” and paste the first URL of problematic file. A popup should appear.
  3. In the last Technical Information tab, copy the technical GUID
  4. Execute report MR_DELETE_MIME and paste the technical GUID. Then press F8 to delete it.