Site DNS name

Hi All,
I am Bhargava.A and I am working on Vignette portal. I am facing an Error in the preview server(DPM), I am unable to see the floatie menu and the log has an error message as:
Failed to find the Site DNS Name.
My VCM server is up, but there is some problem which i am unable to understand.
Please help me out.
Thanks

Re: Site DNS Name

Check this: The VAP Site DNS Name and the VCM site name must be the same.

Site DNS Name

The VAP Site's DNS name and the vcm site name are same, i am able to create presentation page's for site. But the floatie menu is not appearing
Any suggestions?
Thanks

RE: "floatie menu is not appearing"

You must include this lines in every grid header:
<%@ taglib uri="vgn-tags" prefix="vgn-portal" %>
<vgn-portal:defineObjects/>

- And into grid body tag:
<page:include-page urlContext="/vgn-ext-templating" pagePath="/in_line/styleSheet.jsp"/>
<script type="text/javaScript" src="<%=portalContext.getPortalHttpRoot()%>jslib/form_state_manager.js"> />
</script>
<page:tas-authenticator/>
<page:include-page urlContext="/vgn-ext-templating" pagePath="/in_line/in-context-edit.jsp"/> />
<page:include-page urlContext="/vgn-ext-templating" pagePath="/in_line/trackDependencies.jsp"/>

You can find more information about TAS: here
And about "in-context-edit" tag: here

RE: "floatie menu is not appearing"

Would you please upload the error message that you see?

and mention which App Server that you use.

 

 

RE: "floatie menu is not appearing"

Some times you get this error because of no CPP/default prolets on the home page.

You may need to place atleast one default prolet on the Page.

Thx,
Mallesh Kota