cancel
Showing results for 
Search instead for 
Did you mean: 

Privilege for "Text Saver" (12.2)

Former Member
0 Kudos

Hi

I use the "Text Saver" action in a transaction to save a text file to a location like web://folder1/file1.txt

I can run this fine (role SAP_XMII_SUPER_ADMINISTRATOR), but when other users try it fails.  I presume that this is something missing from the SAP_XMII_USER role.  Does anyone know what this could be?

Thanks

Nick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Changed it to db://folder1/CM/file1.txt and this worked.

jcgood25
Active Contributor
0 Kudos

Admittedly an educated guess, but have you tried assigning the desired UME Actions for something like XMII_FileSystem ?  I don't know if this is part of the default SAP_XMII_USER role or not.

Former Member
0 Kudos

Thanks Jeremy, I tried that one and XMII_ImageStorageServlet, and a few others, none of which worked.

No matter, the workaround lets me do what I need to do (for now!).

Former Member
0 Kudos

If I remember right, it is the UME Action "XMII_Workbench_Content".

BR

Pedro

Former Member
0 Kudos

Thanks!

Once again the "help" lets me down.  This action is described as "Export from SAP MII Workbench".  What chance have we got??!!

Former Member
0 Kudos

Nick,

I had a few months ago the same problem and could not understand why the help is wrong.

BR

Pedro Iglesias

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nick -

I understand you are trying to save a file and using db:// things worked out well ..without any need to assign admin role to it.

Are you trying to read the same file. I have a doubt because i guess db:// doesnt publish your file but just saves it. Instead web:// publishes it too which helps in reading it back and get latest data saved.

If you are reading it- Are things working fine?

Please guide.

Thanks

Ruchir

Former Member
0 Kudos

What I am doing now is

  • Build file contents in string variable
  • Save to file db://folder1/CM/file1.txt
  • FTP file to another system
  • delete file db://folder1/CM/file1.txt

This all works fine. 

Former Member
0 Kudos

Thanks a lot Nick.. I am having a different scenario at my end.

I am also trying to read that file on UI .. hence the issue as the file is not getting published , althg saved successfully.

Thanks a lot for your reply.

Good Day!

Ruchir