cancel
Showing results for 
Search instead for 
Did you mean: 

Marketing Calendar Export to excel not working

0 Kudos

Hi all,

In Marketing Calendar SAP CRM 7.0 Web UI, whenever I click on "Export to Excel" nothing happens.

Is there any service I need to activate.

Please share any pointers that you might have on this.

Regards,

Avanish

Accepted Solutions (1)

Accepted Solutions (1)

AnupDDesai
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

This might be happening because of Security Settings in the IE browser.

- Open internet explorer , open security settings

- Add CRM web UI path to the trusted sites list

- In the security for the trusted sites, make the settings "LOW"

- Reload the crm web ui

Hope this helps.

Regards,

Anup

0 Kudos

Thank you all for your responses. Adding the code to the java file fixed the issue. However for security reasons the basis admin gave us a fixed file.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You would need to add this code to the end of your Java Security file.

The Java.policy file will be present at the location C:\Program Files\Java\jre6\lib\security

grant {

permission java.util.PropertyPermission "user.dir", "read";

permission java.io.FilePermission "<<ALL FILES>>", "write";

permission java.io.FilePermission "<<ALL FILES>>", "read";

permission java.lang.RuntimePermission "modifyThread";

permission java.lang.RuntimePermission "shutdownHooks";

permission java.awt.AWTPermission "accessClipboard";

permission java.awt.AWTPermission "accessEventQueue";

permission java.awt.AWTPermission "showWindowWithoutWarningBanner";

permission java.util.PropertyPermission "*", "read, write";

};

Hopefully this should solve the issue.

rgrds,

Randhir

former_member189549
Active Contributor
0 Kudos

hello Randhir

Please go to note 1536830 to fix this error.

go to -


> BSP Application

-


> CRM_MKTTG_SEGAP

-


> mimes

-


>segmentbuilder.jar

Check if jar file size of your system is properly set accor ding to this note.

thanks

Wi;llie

former_member189549
Active Contributor
0 Kudos

Hello,

Without looking in your system it will hard to know the exact problem you are having, but I believe that note 1559979 will answer your question.

Thanks a lot

Willie