Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
HTML map on solaris
ATHANASSIOS_FAMELIARIS
Hello all!I have used the HTML mapping provided with the customizations runtime module to replace several HTMLs, some situated in modules and some in the main HTML folder in OTHOME dir.However i have a problem with mapping some HTMLs situated in the tasks module. The strange thing is that the mapping works on my windows development platform but does not work on the solaris production platform. Solaris has not had any problems so far with other modules like webnode. Both have the May patch and both are in version 9.5.1.Any Ideas? They will be greately appreciated! Thank you!Ioannis
Find more posts tagged with
Comments
Hans Stoop
Message from Hans Stoop via eLinkMost of the time when the mapping doesn't work, it means that theinitiation order of the OSpaces is incorrect.The customizationsRT and tasks Ospaces should be initialized before themodule that defines the mapping.This can be realized by creating an orphan from objects in these Ospacesin your own module. It is best to use the Root object, because itdoesn't have an __Init function.Hans> -----Original Message-----> From: eLink Discussion: Development Discussion > [mailto:development@elinkkc.opentext.com] > Sent: dinsdag 11 juli 2006 8:52> To: eLink Recipient> Subject: HTML map on solaris> > HTML map on solaris> Posted by FAMELIARIS, ATHANASSIOS on 07/11/2006 02:49 AM> > Hello all!> > I have used the HTML mapping provided with the customizations > runtime module to replace several HTMLs, some situated in > modules and some in the main HTML folder in OTHOME dir.> > However i have a problem with mapping some HTMLs situated in > the tasks module. The strange thing is that the mapping works > on my windows development platform but does not work on the > solaris production platform. Solaris has not had any problems > so far with other modules like webnode. Both have the May > patch and both are in version 9.5.1.> > Any Ideas? They will be greately appreciated! Thank you!> > Ioannis> > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/llisapi.dll>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.development@elinkkc.opentext.com.> > >
ATHANASSIOS_FAMELIARIS
Thanks for the quick reply. However this cannot be the problem, as all the other mappings that I use are made from the same script. Hence the CustomizationsRT module must allready be initialized. This are the mappings that I make:htmlmap: Mapping file C:\OPENTEXT\html\base.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\base.htmlhtmlmap: Mapping file C:\OPENTEXT\html\box.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\box.htmlhtmlmap: Mapping file C:\OPENTEXT\html\datefield.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\datefield.htmlhtmlmap: Mapping file C:\OPENTEXT\html\globalmenu.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\globalmenu.htmlhtmlmap: Mapping file C:\OPENTEXT\html\quicklinks.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\quicklinks.htmlhtmlmap: Mapping file C:\OPENTEXT\module\task_2_2_0\html\browsetaskspane.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\task\browsetaskspane.htmlhtmlmap: Mapping file C:\OPENTEXT\module\task_2_2_0\html\createtask.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\task\createtask.htmlhtmlmap: Mapping file C:\OPENTEXT\module\webattribute_1_0_0\html\attruser.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webattribute\attruser.htmlhtmlmap: Mapping file C:\OPENTEXT\module\webnode_2_2_0\html\browse.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode\browse.htmlhtmlmap: Mapping file C:\OPENTEXT\module\webnode_2_2_0\html\browsecatalogs.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode\browsecatalogs.htmlhtmlmap: Mapping file C:\OPENTEXT\module\webnode_2_2_0\html\browseview.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode\browseview.htmlhtmlmap: Mapping file C:\OPENTEXT\module\webnode_2_2_0\html\menucomponent.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode\menucomponent.htmlhtmlmap: Mapping file C:\OPENTEXT\module\webnode_2_2_0\html\pagetable.html to C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode\pagetable.htmlFrom the above, everything works on my Windows instalation and on the Solaris everything appart from the TASK mappings works.Has anyone had a similar problem? Again, thank you.Ioannis
Hans Stoop
Message from Hans Stoop via eLinkDid you create an orphan from task in mytemplate?On the Solaris box you can set the debugging to 1 and look at one of thethread logs to see what is actually mapped on Solaris.Hans> -----Original Message-----> From: eLink Discussion: Development Discussion > [mailto:development@elinkkc.opentext.com] > Sent: dinsdag 11 juli 2006 12:06> To: eLink Recipient> Subject: There must be another problem...> > There must be another problem...> Posted by FAMELIARIS, ATHANASSIOS on 07/11/2006 06:05 AM> > Thanks for the quick reply. However this cannot be the > problem, as all the other mappings that I use are made from > the same script. Hence the CustomizationsRT module must > allready be initialized. > > This are the mappings that I make:> > htmlmap: Mapping file C:\OPENTEXT\html\base.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\base.html> htmlmap: Mapping file C:\OPENTEXT\html\box.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\box.html> htmlmap: Mapping file C:\OPENTEXT\html\datefield.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\datefield.html> htmlmap: Mapping file C:\OPENTEXT\html\globalmenu.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\globalmenu.html> htmlmap: Mapping file C:\OPENTEXT\html\quicklinks.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\HTMLreplace\quicklinks.html> > htmlmap: Mapping file > C:\OPENTEXT\module\task_2_2_0\html\browsetaskspane.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\task\br> owsetaskspane.html> htmlmap: Mapping file > C:\OPENTEXT\module\task_2_2_0\html\createtask.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\task\cr> eatetask.html> htmlmap: Mapping file > C:\OPENTEXT\module\webattribute_1_0_0\html\attruser.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webattr> ibute\attruser.html> htmlmap: Mapping file > C:\OPENTEXT\module\webnode_2_2_0\html\browse.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode> \browse.html> htmlmap: Mapping file > C:\OPENTEXT\module\webnode_2_2_0\html\browsecatalogs.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode> \browsecatalogs.html> htmlmap: Mapping file > C:\OPENTEXT\module\webnode_2_2_0\html\browseview.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode> \browseview.html> htmlmap: Mapping file > C:\OPENTEXT\module\webnode_2_2_0\html\menucomponent.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode> \menucomponent.html> htmlmap: Mapping file > C:\OPENTEXT\module\webnode_2_2_0\html\pagetable.html to > C:\OPENTEXT\module\mytemplate_1_0_1\html\ModuleReplace\webnode> \pagetable.html> > From the above, everything works on my Windows instalation > and on the Solaris everything appart from the TASK mappings works.> > Has anyone had a similar problem? Again, thank you.> > Ioannis> > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Topic: HTML map on solaris>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/6849648>
; > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/llisapi.dll>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.development@elinkkc.opentext.com.> > >