I am using Opendocument syntax on the same report on a few different servers (dev, qa, uat, production). The opendocument syntax runs fine all of the way up to using it in production, and then I get a 404 error, page is not found.
-
this works in dev
="<a href="[Variables].[Server]"/OpenDocument/opendoc/opendocument.aspx?sPath=[TimeTrack]&sType=wid
&sDocName=Administrativevs.BillableHoursDetails&sRefresh=Y&sWindow=New&
lsSEnterTimesheetDate(Start):="[start date]"&lsSEnterTimesheetDate(End):="+
[end date]"&lsSEnterEmployeeName:="URLEncode([Employee Name])"&NAII=Y>"[Employee Name]+
"</a>"
-
production doesn't work (get 404 error)
="<a href=http://cmgbwer01/OpenDocument/opendoc/opendocument.aspx?sPath=[TimeTrack]&sType=wid
&sDocName=Administrativevs.BillableHoursDetails&sRefresh=Y&sWindow=New&
lsSEnterTimesheetDate(Start):="[start date]"&lsSEnterTimesheetDate(End):="+
[end date]"&lsSEnterEmployeeName:="URLEncode([Employee Name])"&NAII=Y>"[Employee Name]+
"</a>"
My question is, could there be a setting on the production server that is preventing this link from working? I've also tried using openDocument.jsp in production, and I'm still getting the 404 error.
Edited by: Barbara Kaporch on Feb 18, 2011 4:45 PM
Edited by: Barbara Kaporch on Feb 18, 2011 4:46 PM