This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Issue with image viewer

jayrajvh - Sunday, October 9, 2016 9:15 AM:

I just deleted and reattached relationship between file type JPEG Image and Image Viewer. Immediately after that I am unable to view file types with extension jpg.

 

I am getting below error. 

A potentially dangerous Request.Path value was detected from the client (:).

How to fix this?

 


 

 



edonahue - Monday, October 10, 2016 3:59 PM:

Hi Jayray,

Try deleting the relationship you created and then run the following AML in Nash or AML Studio. This will add the relationship with its original ID.

<AML>

<Item type="View With" action="add" id="90DBFC0495674471AC0D7D7199E7A58C">

    <related_id>5A7862B588E54DECA87183F84507C58C</related_id>

    <source_id>992B142FCE6C4EF8B71417220CD7E92D</source_id>

</Item>

</AML>

You can access the Nash tool via your Aras instance: http://<server name>/<web alias>/Client/scripts/nash.aspx

Or you can download AML Studio here: https://amlstudio.codeplex.com/

You may need to clear your browser cache before testing the fix.