IE8  Portal 10.1.2.0.2 buildUIembed.html Object Expected error

After upgrade IE to IE8, Web admins are unable to switch to WYIWYG mode,
Issues with IE8:
Webpage error details
Status Bar shows following error:
Message: Object expected
Line: 820
Char: 5
Code: 0
URI: http://hostname:7777/images/buildUIembed.html
After talking to Oracle support, they said IE8 is not supported with Portal 10.1.2.0.2 version so only option is to upgrade to 10.1.4.x version.
This issue can be fixed by simple replacing some lines in buildUIembed.html
$ORACLE_HOME/portal/images/buildUIembed.html
Make a copy of buildUIembed.html.
Replace these lines (Line# 819 and 1292 ) :
** Please note, you will find same block of code at two places ( around line # 819 and 1292 )
Replace this BLOCK of code
if (element.UserOnClickToolbar) {
eval(element.UserOnClickToolbar + "anonymous()");
WITH following
if (element.UserOnClickToolbar) {
// eval(element.UserOnClickToolbar + "anonymous()");
var str = element.UserOnClickToolbar.toString();
var pos = str.indexOf("anonymous");
if (pos >= 0)
eval(element.UserOnClickToolbar + "anonymous()");
else
eval(element.UserOnClickToolbar +"onclick()");
After change:
1. Bounce portal
2. cleanup modplsql cache ( $ORACLE_HOME/Apache/modplsql/cache), delete all files & dir from cache.
3. clear IE8 browser cache (Tools->Delete Browser History) and also try Tools->Developer Tools->Cache->Clear Browser Cache), exit from Browser & start it again to test.
Edited by: sanjaygupta on Jun 9, 2010 5:03 PM

Will this workaround, or something similar, work in Portal 9.0.4.0.99?
We are planning to implement IE8 throughout the enterprise and ran into a similar error in the RTE. We are making plans to upgrade/re-engineer our Portal, but that will be a project that won't be finished until after the IE8 implementation, so we are looking for short-term solutions that will still enable our content contributors the ability to use an RTE within Portal 9.0.4.0.99.
Thanks,
Jeff

Similar Messages

  • Portal Invalid at the top level of the document.  Error processing resource...

    We installed WebLogic Portal.  We were able to bring up the webpage while we were configured on port 80.  As soon as we wired the portal for port 443, it would not display page.  Error:   Invalid at the top level of the document. Error processing resource...
    We are on a VM with Redhat Linux 5.  Oracle Weblogic portal 10.3.5
    Has anyone had this issue in the past and was able to resolve it?

    Did you upgrade your Portal to 10.1.4? Are you using the Web Cache port # or the HTTP Server port #? You can get this error message if you use the HTTP Server port # on Portal 10.1.4.

  • OBN not working in portal 'missing Object ID' error

    Hi,
    We have implemented MSS though the portal, and am having problems with the org profile and position profile firing up via OBN from employee profile.
    It works fine though NWBC, but for some reason not in the portal.
    I get an ‘missing Object ID’ error.
    Anyone got any ideas?
    Thanks

    Please don't doublepost the question over all places. Stick to one topic. Continue there: [http://forum.java.sun.com/thread.jspa?threadID=5301671]

  • "Object required" error when browing "Portal Content"

    Hi, all
       I installed latest "dwi_701_dev_core11_as_java_epc.v2" in my local server, but when I browse NetWeaver Portal homepage remotely , I got an "Object required" error in my IE. But if I logon with "Remote desktop connection" to the server and access the portal locally, it works ok. I don't know the reason, did anyone here meet this issue before?

    Hi Ray,
    As per your posting in forum, you have said that when you give the URL as  http://localhost:59000/*** then you are not facing any problem and when you are accessing the portal from remote system using the IP Address  as http://127.0.0.1:59000/***"  then you are getting error...
    There is nothing strange issue with it.. all you need to do is to configure your IP Adress with a specific server name in HOST File.
    For that :
    1) First, go to  the following path :
             C:\WINDOWS\system32\drivers\etc
    2) In the ...\etc  folder you can see  a file "HOSTS". Open the HOSTS file using Text editor like Notepad or Editplus.
    3) Add the IP Address and give some Server name to that IP address.
    For Example :
    127.0.0.1      Yangserver
    4) Save and Exit.
    Now you can access the portal by giving the url as :
    http://Yangserver:59000/**  *
    Make sure that the IP Address of you Portal server i.e 127.0.0.1 should be static i.e it  should not change regularly.
    Hope this is useful...
    Thanks,
    Ratan

  • "Object expected" JavaScript error in IE7/IE8 using AC_RunActiveContent v1.7

    So this is a low-priority but annoying problem I seem to be having on a site with the AC_RunActiveContent embedding script that Flash CS3 automatically generates (v1.7, according to the comments). In IE7 and IE8, I keep getting these alerts when the page first come up:
    Line: 39
    Char: 1
    Error: Object expected
    Code: 0
    URL: etc.
    What's weird is that Line 39 of the file seems to be in the midst of a try-catch thing, so I don't see why that error should even be showing up. Mind you, the site is working fine - the Flash shows up fine - like I said, not high-priority. I'd just like to try and get rid of that error if I can. Anyone else have any idea what's going on here, and how I might be able to fix it?

    Bump. Also, additional details: Yes, I did upload the script to the server. Yes, it's being found and read properly by the browsers, including IE7 and IE8; I've confirmed this using the Developer's Toolbar. So it's not the same problem that everyone who's asked about this before has had; yes, I did dig up those posts via Google before I came here, and yes, I have made sure. So any other thoughts?

  • IE8 portal login with URL

    HI,
    We have a login problem with IE and portal 7.0.
    When we open login window in IE with IP address,
    http://192.168.3.33:50100/irj/portal
    all works and is OK, but with URL by name as
    http://bitest.you.com:50100/irj/portal
    we got an yellow '! ' mark in left corner of the IE and after username/password nothing happens - on error message, just the same login window. When you insert wrong password, error message is displayed.
    Doubble click on yello '!' mark shows message:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Mon, 21 Nov 2011 08:16:24 UTC
    Message: Invalid argument.
    Line: 127
    Char: 1
    Code: 0
    URI: http://bitest.you.com:50100/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?7.01000050
    On Firefox login works with IP address and with URL .
    192.168.3.33 bitest.you.com
    has been written in to the C:WindowsSystem32driversetchosts file in local PC.
    Have already read SAP Note 1462523 and iexplore -nomerge doesn't help.
    Regards,
    Mart

    Hi,
    SAP Support solves this problem and their answer is:
    Please note that the issue is not related to Enterprise Portal but
    caused by Internet Explorer.
    The issue is with the number of dots in the url (<host>.xxx.xx works
    perfectly well), but only with urls with the
    specific format, where the domain and sub-domain have two characters (
    <host>.xx.xx does't work) in your case 'eklsapbitest.yo.ee'.
    Internet Explorer does not allow cookies to be set for such a domain -
    it treats it as a top-level domain. Microsoft has acknowledged that thisis a problem in IE (cf. Microsoft Knowledge Base Article 310676:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;310676).
    Microsoft has also provided a fix for this issue (which involves
    applying a service pack and editing the registry). In addition to this
    fix, you can have the below two workarounds:
    1. Redirect requests for 'eklsapbitest.yo.ee' to 'eklsapbitest.XXX.ee'.
    2. Change the portal domain from 'yo.ee' to 'xxx.yo.ee'
    Regards,
    Mart
    Edited by: Mart Mattikas on Dec 5, 2011 11:14 AM

  • Portal Release 1 (1.2.2.2) with servlet portlets Error

    Hi,
    Iam trying to get a servlet to work as portlet but I am getting the following error:
    Can anybody help me with this problem.
    [31/07/2003 13:29:38:484 CEST] sample/init
    [31/07/2003 13:29:41:171 CEST] vertis/Response status: 500 : java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method setAttribute(Ljava/lang/String;Ljava/lang/Object;)V not found
         at com.nl.vertis.pd.controller.PdController.doGet(PdController.java:56)
         at com.nl.vertis.pd.controller.PdController.doPost(PdController.java:68)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.portal.provider.v1.http.Servlet20Renderer.renderBody(Servlet20Renderer.java:155)
         at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:165)
         at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:524)
         at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:660)
         at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
         at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
         at java.lang.Thread.run(Thread.java, Compiled Code)Below is the provider config I use for this servlet-portlet
       <portlet class="oracle.portal.provider.v1.http.DefaultPortlet">
          <id>1</id>
          <name>LOIServletController</name>
          <title>LOI Servlet Controller</title>
          <description>LOI Servlet Controller description</description>
          <timeout>10</timeout>
          <timeoutMessage>LOI/PD controller timed out</timeoutMessage>
          <hasHelp>false</hasHelp>
          <hasAbout>false</hasAbout>
          <showDetails>false</showDetails>
          <showEdit>false</showEdit>
          <showEditDefault>false</showEditDefault>
          <acceptContentType>text/html</acceptContentType>
          <renderer class="oracle.portal.provider.v1.RenderManager">
             <appPath>&virtualRoot;</appPath>
             <appRoot>&physicalRoot;</appRoot>
             <contentType>text/html</contentType>
             <charSet>UTF-8</charSet>
             <renderContainer>true</renderContainer>
             <showPage class="oracle.portal.provider.v1.http.Servlet20Renderer">
                <servletClass>com.nl.vertis.pd.controller.PdController</servletClass>
             </showPage>
          </renderer>
          <personalizationManager class="oracle.portal.provider.v1.FilePersonalizationManager">
             <dataClass>oracle.portal.provider.v1.http.BaseCustomization</dataClass>
             <useHashing>true</useHashing>
          </personalizationManager>
       </portlet>

    Thanx,
    But how do I do that???
    Ive got the following servlet that functions as a controller. How do I recode it to work with jserv and pdk V2/1 or can u point me to some portal/servlet related examples?
    And then especially the get/setAttribute and dispatch functions.
    package com.nl.vertis.pd.controller;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.PrintWriter;
    import java.io.IOException;
    import java.util.Map;
    import java.util.Set;
    import java.util.Iterator;
    import java.util.Enumeration;
    import java.util.Vector;
    import oracle.portal.provider.v1.*;
    import oracle.portal.provider.v1.http.*;
    import com.nl.vertis.util.GenericConfigObject;
    import com.nl.vertis.pd.data.*;
    import com.nl.vertis.blueprint.model.Constants;
    import com.vertis.util.log.*;
    import com.vertis.util.log.handler.*;
    public class PdController  extends HttpServlet implements Constants {
      private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
      private String _firstAction = "Search.do";
      private Config _cnf = null;
      private AppModuleLOIImpl _app = new AppModuleLOIImpl();
      private GenericConfigObject _obj = null;
      private BasicLog _logger = null;
      public void init(ServletConfig config) throws ServletException {
        try {
          if (config.getInitParameter("cFirstAction") != null) {
            _firstAction = config.getInitParameter("cFirstAction");
          if (_logger == null) {
            _logger = new BasicLog();
            _logger.addHandler(new FileHandler(LOG_PATH,LOG_FILENAME));
          // Even de configuratie inlezen.
          if (_cnf == null) {
            _cnf = new Config();
        } catch(Exception e) {
          e.printStackTrace();
        super.init(config);
      public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
        _logger.activate();
        _logger.info("PdController","doGet","Starting..");
        GenericConfigObject _action = getActionObject(request);
        _logger.info("PdController","doGet","the action name = "+_action.getString("action"));
         request.setAttribute("actionObject",_action);
        _logger.info("We zijn voorbij een setAttribute gekomen");
        HttpSession _session = request.getSession();
        if (_session.getAttribute("appModule") == null) {
          _session.setAttribute("appModule",_app);
        RequestDispatcher dispatcher = request.getRequestDispatcher(_action.getString("action"));
        dispatcher.forward(request,response);
      public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
        doGet(request,response);
      private GenericConfigObject getActionObject(HttpServletRequest request) {
        String _objnName = null;
        if (request.getParameter("path") != null) {
          _logger.info("request.getParameter(\"path\") != null");
          _objnName = (_cnf.getGlobalForward(request.getParameter("path"))).getString("name");
          _logger.info("global forward 2 action name = "+_objnName);
        } else {
          _logger.info("request.getParameter(\"path\") == null");
          _logger.info("first action name = "+_firstAction);
          _objnName = (_cnf.getGlobalForward(_firstAction)).getString("name");
          _logger.info("global forward 2 action name = "+_objnName);
        return _cnf.getAction(_objnName);
    }

  • BEA 9.2 Portal issue: downloaded CSV file contains embedded html code

    We have J2EE application using BEA 9.2 Portal framework, and one of the page has feature to generate report( in pop up window) in CSV file format. As per the history from previous developer, BEA 8.1 didn't have this issue but, after mirgration to 9.2, they started having file download error( incomplete contents ..). To overcome this issue they commented out setting content length to HttpServletResponse as attached below, but this, now, causes html page source code of the parent page( where submit button is clicked to generate csv file report) being rendered along with actual report in the downloaded CSV file. Has anyone have this sort of issue? If so, can you please share your thoughts? or any thoughts in general?
    BEA 9.2 with Portal framework, JDK 15, JSP, Beehive NetUI, Sun Microsystem Solaris server
    Here is the source code that avoids setting content length and reasoning behind it..
    private static void setResponseHeadersForCSVFile(HttpServletResponse response, String filename, int contentLength)
    String mimeType = mimeTypes.getContentType(filename);
    response.reset();
    response.setContentType(mimeType);
    // DON'T explicitly set the content length, since the length of the String or StringBuffer that contains
    // the contents of the CSV file will be character encoded when it is actually written to the output stream, based
    // upon the character encoding of this JVM App Server's settings. So let the JVM App Server framework apply the character
    // encoding AND set the final and truly correct content length header at the time the contents of the String or StringBuffer are truly
    // streamed back to the user.
    //response.setContentLength(contentLength);
    response.addHeader("Content-Disposition", "attachment; filename=\"" + filename + "\"; size=" + contentLength);
    }

    1) Yes, the old content.tld is available as part of a web library module as a taglib.tld file. The module is: wlp-services-web-lib.war, which can be found in your bea/weblogic92/portal/lib/modules directory.
    2) The new API is accessible from the ContentManagerFactory class. This provides access to INodeManager, ITypeManager, ISearchManager, etc. The new API is contained within the com.bea.content.federated package. The 8.1.x API in the com.bea.content.manager package including RepositoryManager, NodeOps, SearchOps, etc. has been deprecated with 9.2.
    3) Yes, via the new I*Manager implementations. The entitlement support is for application-scoped visitor roles. Make sure you're using the ISearchManager when performing search operations. This will ensure secure results are returned.

  • My employer has a new Citrix portal. When I try to enter, I get an error message--"You have not choxsent to trust Thawte SSL CA". How do I set this as a trusted cite on Firefox?

    should read "you have chosen not to trust Thawte SSL CA." Our help desk says I need to set this as a trusted cite on Firefox 4. I can't find an option to do so.

    That happens if that root certificate is not installed in Citrix.
    See http://support.citrix.com/article/CTX711855

  • Report painter report in portal - Excel output in SAP GUI for HTML

    Dear sirs,
    I need your expertize. I would like to let my users display (Excel in place)/ save the result of my report painter reports into MS Excel. I have found notes 499262 a 314568, but didn´t understand the message (or there is no message:)). Does that mean I cannot use Excel in place together with Report painter and SAP GUI for HTML?
    Second question: is there a place (user exit in generated code? I don´t even know what I am looking for) to get the data provided by the report painter engine and send the retrieved data to some custom function (to be able to call the Adobe form, to save it as a text file or any option how to manipulate the resulting data...?).
    thank you for your time and effort,
    regards Otto

    Hi Otto,
    You can send print the report to the spool and then use RSTXPDFT4 program to convert this spool to PDF file. Alternatively, you can export the spool to spreadsheet or ASCII file via SP01 transaction.
    Additinally, I'm not aware of unability to use Excel output with SAP GUI interface.
    Regards,
    Eli

  • SAP Netweaver Portal compatibility issues with IE 8?

    Does anybody have information or possibly another thread where the upcoming IE 8 is discussed in regards to SAP changes?  Will SAP need any patches, updated, etc. for the new IE 8 functionality?
    When using IE 8, our portal shows errors below, does anyone know what these errors are and whether there are solutions to these?
    Thank You!
    Message: Object expected
    Line: 156
    Char: 1
    Code: 0
    URI: http://.............../irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fsunocoNet!2fcom.sunoco.CustomPortalDesktop!2fcom.sunoco.RetailPortalDesktop!2fframeworkPages!2fcom.sunoco.SunocoNetFrameworkPage!2fcom.sap.portal.innerpage?InitialNodeFirstLevel=true&windowId=WID1243886801875
    Message: '_htmlbLink' is undefined
    Line: 168
    Char: 3
    Code: 0
    URI: http://................./irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fsunocoNet!2fcom.sunoco.CustomPortalDesktop!2fcom.sunoco.RetailPortalDesktop!2fframeworkPages!2fcom.sunoco.SunocoNetFrameworkPage!2fcom.sap.portal.innerpage?InitialNodeFirstLevel=true&windowId=WID1243886801875
    Message: Object expected
    Line: 168
    Char: 1
    Code: 0
    URI: http://....................../irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fsunocoNet!2fcom.sunoco.CustomPortalDesktop!2fcom.sunoco.RetailPortalDesktop!2fframeworkPages!2fcom.sunoco.SunocoNetFrameworkPage!2fcom.sap.portal.innerpage?InitialNodeFirstLevel=true&windowId=WID1243886801875
    Edited by: Roger Ford on Jun 2, 2009 10:30 PM
    Edited by: Roger Ford on Jun 2, 2009 10:34 PM

    What NW support package depends on your O/S - for example Windows 7 SP21 is recommended
    Lastly SAP supports product areas on IE8 as indicated in www.service.sap.com/pam - however cannot guarantee
    customer products (on any platform)
    Also although as a general rule of thumb all SAP products that run on the IE8 supported Netweaver platform should work
    and are supported as per the PAM
    - bug fixing is always an ongoing  process and although very rare, application teams may still be able to take a decision not to extend support for all or part of a product on certain browsers due to technical reasons
    For IE8 though it has a compatibility mode which makes it run as IE7 therefore you should still be able to use SAP delivered
    products that work on IE7
    Best wishes
    Stuart

  • Can not schedule from InfoView

    Hi,
    I have a newly installed BusinessObjects Enterprise XI 3.1 with SP2 installation and I have loaded my first Crystal report into a folder for testing. This is not the first installation of this type I have done and I followed a set of install instructions that have been used for other successful installations.
    The problem I am experiencing is that when I attempt to schedule my Crystal report from within InfoView it correctly shows me the schedule options page, but does not allow me to move off the 'Instance Title' tab. When the schedule page is first shown there is an error icon in my browser (IE8) in the bottom left hand corner which when clicked on shows 11 or 12 'Object expected' error messages for schedule.aspx.
    If I try to schedule the report through the CMC i don't get this problem.
    I can view the report without any problems from InfoView.
    Looking at the event log on the server I only get a few warnings relating to a missing yui folder (same as on some of my other installations and I have a call open with SAP on this subject).
    The installation is entirely using IIS and no TomCat or java interface was selected during the install process.
    Any ideas what is going wrong on this server that's stopping me from scheduling reports?
    If no ideas, then any suggestions as to where I can look to get more information on this error?
    Thanks,
    Mike

    Looking at the www log at the time I request a schedule I can see that there are a number of 404.0 errors recorded. These relate to the following requested files:
    /PlatformServices/js/callback.js.ashx
    /PlatformServices/js/utils.js.ashx
    /PlatformServices/js/_iframehelper.js.ashx
    /PlatformServices/js/_singlePageActionSetSingleActionUtils.js.ashx
    The /PlatformServices/js/ fodler exists and the configured user has permissions to access and read from that folder. The xxx.js files exist in the folder, but they do not exist as xxx.js.ashx extensions. I think that the ashx extension is an indication of a script but  Idon't know if this is how it should be called. Is it likely that my problem is caused because of this naming convention?
    Mike

  • Web Control 2.0 Error?

    Hi, I recently installed the webcontrols 2.0 on my dev instance of my server. Created a portlet, and it works fine on my dev instance. When I move it to our corporate portal it doesnt seem to work. I get an Object Expected error for the following line:function __doPostBack_1596(uid, formName, eventTarget, eventArgument) {  var theform;  theform = document.forms[formName]; theform.__EVENTTARGET.value = eventTarget.split("$").join(":"); theform.__EVENTARGUMENT.value = eventArgument; ---> if(document.PCC) PTFormPost('1596',theform); else theform.submit();
    I have installed the webcontrols 2.0 on our current portlet server that this portlet resides on, but I have not installed it on our main portal box.. do i need to do that?Regards,Ray SimpsonSenior Portal DeveloperApollo Group Inc.

    This happens if the portlet is not gatewayed. Make sure that the portlet web service includes the URL prefix to your portlet. Just edit the Web server and go to the "HTTP Configuration" part of the wizard and include http://PortletServerName/Directory/
    where PortletServerName is the name of the server where the portlet is running and the "Directory" the virtual folder.

  • I'm having problems with quizzes in Adobe Presenter 10

    I'm having problems with quizzes in Adobe Presenter 10, upon publishing, the text just disappears and the buttons look weird, also the text on submit buttons doesn't show?

    I created a dummy test project with one slide and two quiz questions.  I uploaded to a Connect 9 server for AICC testing.
    Publishing as SCORM, running in IE8 gets the following results:
    Publishing as SWF gets me the following errors:
              Webpage error details
              User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
              Timestamp: Mon, 11 May 2015 20:53:59 UTC
              Message: Expected identifier, string or number
              Line: 101
              Char: 5
              Code: 0
              URI:<REDACTED>/data/html/presenter.libs.js
    After I close this error, my LMS just churns trying to load SCORM.htm.
    Publishing as Both gets me the following errors:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
    Timestamp: Mon, 11 May 2015 21:07:30 UTC
    Message: Expected identifier, string or number
    Line: 1
    Char: 467
    Code: 0
    URI: <REDACTED>/data/html/Project.js
              Webpage error details
              User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
              Timestamp: Mon, 11 May 2015 20:53:59 UTC
              Message: Expected identifier, string or number
              Line: 101
              Char: 5
              Code: 0
              URI:<REDACTED>/data/html/presenter.libs.js
    After this error I get an object expected error on the "loadPrContent()" function in the SCORM_utilities.js.
    After that it's just a blank page.
    Publishing AICC to a Connect 9 server, publish as BOTH, Accessing in IE8 gets the following results:
                   Webpage error details
                   User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
                   Timestamp: Tue, 12 May 2015 19:19:45 UTC
                   Message: Expected identifier, string or number
                   Line: 1
                   Char: 394
                   Code: 0
                   URI:<redacted>/output/data/html/Project.js
                   Webpage error details
                   User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
                   Timestamp: Tue, 12 May 2015 19:21:49 UTC
                   Message: Expected identifier, string or number
                   Line: 101
                   Char: 5
                   Code: 0
                   URI: <redacted>/output/data/html/presenter.libs.js
                   Webpage error details
                   User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
                   Timestamp: Tue, 12 May 2015 19:23:00 UTC
                   Message: Syntax error
                   Line: 1
                   Char: 1
                   Code: 0
                   URI: <redacted>/output/data/resources/ha/wr_/OpenAjaxManagedHub-all.js
    After closing the final error message, I get a blank screen.

  • Javascript : Object Expected error.

    Hi,
    I have used a javascript in my sharepoint portal. Whenever I open the page in IE, it shows me "Object Expected" error at Line:1 Char:1.
    Here is the code snippet that I have used:
    $(document).ready(function() {
     // Create an array of unique user id's scraped from img rel tags
     var IDs = new Array();
     $('.author-image').each( function() {
      if($.inArray($(this).attr('rel'),IDs ) == -1) {
       IDs.push($(this).attr('rel'));
     // When sp.js is loaded run our function to display images
     ExecuteOrDelayUntilScriptLoaded(function() {DisplayAuthorImage(IDs);}, 'sp.js')
    I am not able to figure out what is causing this error?

    Sorry but you are in the wrong forum.
    Try posting in the Web forum.
    http://forums.asp.net/130.aspx/1?HTML+CSS+and+JavaScript
    That is the forum for IIS based JavaScript delivered to a browser.
    Here is a possibility:
    http://stackoverflow.com/questions/312150/where-should-a-script-block-with-jquery-code-be-placed-on-an-asp-net-mvc-master
    be sure jquery is being copied to target and specified correctly in the 'src=' statement on the <script.. tag
    ¯\_(ツ)_/¯

Maybe you are looking for

  • Send an e-mail to Outlook when a PO is released

    Hello colleagues, We need to send an e-mail to some responsible outlook address when a PO is full released, just for information. We don´t want to use workflow for approval. Please, could you tell me how can i customize it? thank you in advance. Best

  • Windows ME with a new Ipod 20gb (Photo)

    hi, I've got a big problem and I really need help.I used Winamp to transfer my music on the Ipod (it used to work very well with my old ipod, but it was the first time with the new one) and now everytime I start my Ipod, I have a "folder logo" with a

  • New school server won't allow "software updates".

    I'm a teacher and through grant writing have acquired several Macs in an all PC district. Recently the district installed a new server, and since then I haven't been able to connect to "software update". The IT guy in the district said that if I had

  • MSS Reports--URGENT

    Dear All, Need help in MSS Reports.  I have done the necessary setting for the MSS Launch Pad...but still a couple of messages are appearing on the MSS reports page 1.No controlling area was personalised. 2.No objects were personalised. Kindly please

  • How to make perfect intersection of selections?

    So I have 2 alpha channels. When I try to make a new selection intersecting those 2 alpha channels, there is always about 1 px that is not selected... In the image the black pixels are the new selection, and red pixels are one of the alpha channels.