Hi All,
I am getting 403 error when I try to generate the html page or preview the page in teamsite-formpublisher, any reason for this so that I can look into.
Thanks
Sounds like an issue with your customer web server. Check your Apache/IIS logs.
Are you just generating a standard .html file or does it have a different extension? Was this working previously?
-David
Its a standard HTML file which I trying to create by using DCR + XSL to generate the html page, I am trying for the first time and its giving error.
I am also thinking its web server error...just to check if it can be some other issue
thanks
Are you using any proxy rewrites?
proxy rewrites? I didnot get you...I am simply trying to create in ccPro the html page by generate link in form using xml+xsl....nothing else
Actually I think the correct term is proxy remaps.
You can configure the proxy server to remap a request to another branch like /images/ should really point to /default/global/WORKAREA/shared/images/.
In any case, what are your Apache/IIS logs showing?
Forget about proxy stuff for now - just create a very simple HTML file in your workarea, e.g.:
<html><head><title>foo</title></head><body>Hello World</body></html>
In TeamSite, click on the file and see if it shows up.
If you get an HTTP error - chances are it's something wrong with your IIS settings (either it's not running, or running on a different port than TeamSite expects)
If it renders fine, then the problem may have to do with the content in your generated file from the DCR -
See if you can get the file to generate from the command line using iwpt_compile.ipl (look at the -h output and/or read documentation if you don't know how to use it). If you can get the HTML file to generate from there somewhere within your workarea (the root of the workarea is generally a good place for a temporary file like this) - try clicking on that within TeamSIte and see if it renders or you get the 403 error again.
Let us know the results of all of the above...
Hi,
I followed the steps as ghoti said to do but same result I am getting 403 error, I aslo tried to generate file using URL command like - "http://hostname/iw-cc/urlgenerate?dcr=dcr_name&pt=pt_name&output=output_name" but still getting the error,
I think there is some issue with webserver which the server team will check n update me but in the mean time if there is some other way round, then let me know.
*Again to remind I am using DCR + XSL to generate the HTML file and getting error
You didn't specify your version or platform, but...
This is typically because anonymous authentication isn't set up correctly in IIS (and/or because the password for the anonymous user is incorrect).
If that's not it, post your TS version, your OS details, and a screenshot of the error (so we can see which service is actually causing it).