Options

/COMMERCEPORTAL/include/util.asp, line 448

DilysDilys Member Posts: 15
edited 2005-02-22 in Navision e-Commerce
Hi all;
I keep getting the error message below please how do i resolve this


Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Application(...)'
/COMMERCEPORTAL/include/util.asp, line 448


line 448 below

set oLink = Application("Links")

end line 448


********Entire function start***************
Function RenderAppLink(linkname)
Dim lang
Dim cTemp

If userinfo_UserLang <> " " Then
lang = userinfo_UserLang
Else
lang = "DEFAULT"
End If


set oLink = Application("Links")
cTemp = oLink(lang & "_" & linkname)
if len(trim(cTemp & " ")) = 0 then cTemp = oLink("DEFAULT_" & linkname)
RenderAppLink = cTemp

End Function


****End Entire function******



Thanks

dilys

Comments

  • Options
    bruno77bruno77 Member Posts: 62
    Dilys,

    VBScript Run Time Errors
    Error Type: Microsoft VBScript runtime (0x800A000D/0x800A01A8)

    Type mismatch: 'Dictionary'
    /commerceportal/include/reloadproperties.asp, line 133

    Object required: 'Application(...)'
    /commerceportal/include/util.asp, line 446

    Object required: 'Application(...)(...)'
    /CommercePortal/global.asa
    Answer
    If you get one of the errors listed above, a wrong local path for the default Web site on the Internet Information Server, defined when unpacking the Commerce Portal Web site, probably causes it.

    For more information, read the document “Commerce Portal Site Fails While Loading.doc” found in the Channel Readiness Kit.

    If you do not have this document, let me know and I'll email it to you.

    /Bruno
Sign In or Register to comment.