Jump to content

Cannot upload OLAP schema on Jasperserver


j.frejd

Recommended Posts

Hi guys!

I have a OLAP view on my local installation of jasperserver but now when i want to upload it on our productive server i can't upload the OLAP schema...

When i try to browse my xml file (OLAP Schema) i only get the message "The file cannot be uploaded, Please try again"

Now i noticed that i cant upload any file at all thruu the repository.. Why is it like that?

We have some reports already in reports but they are directly uploaded thruu ireport.

Thanks for your help

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hello,

Are you running version 4.5.1?  If so, there is a defect that would not allow you to upload resources when security was turned on.  As a workaround, try disabling security in /WEB-INF/classes/esapi/security-config.properties:

 

# Turns request parameter validation on or off.
security.validation.input.on=false
# Turns CSRF attack guard on or off.
security.validation.csrf.on=false
# Turns sql validation on or off.
security.validation.sql.on=false
 
Regards,
 
-Kris
Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...