Error when I want Create course in the portal LSO

Dear.
Anyone Know What is the cause of the following error when I want create courses in the portal LSO in the moment of press the button Save
! Course could not be created
! Web-Based Training could not be created.
! External relationship could  not be edited (->T77EV)
The Path for reproduce the issue is:
Course Administration>Courses>
Schedule a Course Date
Search in course Catalog--> I select a Course Catalog
Press the button start-->
Ok.
Save
Thanks
Juan.

Please check T77EV and compare it from client 000 system.
Are the entries same as in client 000 ?
Seems that there is an incorrect entry in this table.
Please check this way.
Hope this helps.
Best Regards

Similar Messages

  • Error when registring Provider after finished install the portal.

    Error when registring Provider after finished install the portal.
    Hi.. we are using Oracle9iAS 9.0.2.0.1, Sun Solaris 8.
    Our problem is, after we finished installed the iAS, then open the Portal, and we tried to register a provider, we get these errors:
    "You are not authorized to view this page"
    "This component ID: 1068970504 has no existing versions - you need to create one first (WWV-01808)"
    "Error : Failed to service the client. No further information available"
    "Error: The XML parser encountered an Error, and could not complete the conversion for portlet id=6,343, it returned the following message: XML Parsing Error "
    can anybody help?...Should we, after the installation, should install any patches?
    Thanks.

    Hi
    When you boot from the install disk, before you proceed through the install screens, first go to the Installers menu, and choose Disk Utility. If the internal drive appears, select it and click Repair Disk. See if you get errors, and if Disk Utility is able to correct those errors. If the drive does not appear, you may have serious drive issues which another drive utility (such as DiskWarrior) may be able to correct, but it may be severe enough to necessitate replacing the drive.
    Since you've already tried Erase and Install, can I assume you have a backup of any files you need? If not, if you have access to another Mac, can you restart the G5 in Firewire mode (restart with the T key held down) and connect it using a Firewire cable to your other Mac. If the G5's drive appears on the other Mac's desktop, copy across any files you need.
    Matt

  • Gateway failed error when users are trying to loginto the portal

    Hi,
    when the users are trying to log into the portal, the following error msg is displaying. most of the users are facing this problem
    "Connect to SAP gateway failed Connect_PM TYPE=B MSHOST=abcxyz144 GROUP=GP1 R3NAME=GP1 MSSERV=sapmsGP1 PCS=1 LOCATION"
    is the problem from r/3 system or from portal?  if it is from portal, what settings have to be done & if it is r/3 what have to be checked for the particular user to avoid such error message
    reply soon as this is very urgent issue.
    regards
    vv

    this is likely to be missing entries in your services file on the portal server.
    I would expect to see
    sapmsGP1 36xx
    or similar.  You might also want to make sure that you portal server can resolve the DNS name of your R/3 system.  ping abcxyz144 from the portal node to make sure.
    Haydn

  • 500 Internal Server Error when I add struts portlet in the portal

    I'm using jDeveloper 10g and have created a sample struts app which is working fine when using the regular struts-html.tld tags and struts-bean.tld tags .I'd like to get it working using the pdk-struts-html.tld taglib though so that I can deploy it as a portlet.
    When I run the jsp page as follow:
    <%@ taglib uri="/WEB-INF/pdk-struts-html.tld" prefix="pdk-struts-html"%>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
    <%@ page contentType="text/html;charset=GBK"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK">
    <title>untitled</title>
    </head>
    <body>
    <pdk-struts-html:errors />
    <pdk-struts-html:form action="/portal/SaveNewBlog.do">
    <bean:message key="userid.prompt"/>
    <pdk-struts-html:text property="userid" />
    <bean:message key="password.prompt"/>
    <pdk-struts-html:password property="password" />
    <pdk-struts-html:submit />
    </pdk-struts-html:form>
    </body>
    </html>
    However, there are some thing wrong with it ,I don't know how to modify it :
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.portal.provider.v2.url.UrlUtils.htmlFormActionLink(Unknown Source)
         at oracle.webdb.provider.v2.taglib.struts.html.PDKFormTag.renderFormStartElement(Unknown Source)
         at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:443)
         at oracle.webdb.provider.v2.taglib.struts.html.PDKFormTag.doStartTag(Unknown Source)
         at view.portal._enterNewBlog._jspService(enterNewBlog.jsp:11)
         [SRC:/view/portal/enterNewBlog.jsp]
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Thanks
    yijv

    Sure ...
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <div>
        <html:errors/>
        <html:form action="/history.do">
          <input type="hidden" name="<c:out value='${bindings.statetokenid}'/>" value="<c:out value='${bindings.statetoken}'/>"/>
          <c:out value="${bindings.editingMode}" />
          <table border="0" cellpadding="2" cellspacing="0">
            <tr>
              <td>
                <c:out value="${bindings['SystemId'].label}"/>
              </td>
              <td>
                <html:text property="SystemId"/>
              </td>
              <td>
                <c:out value="${bindings['AlertTime'].label}"/>
              </td>
              <td>
                <html:text property="AlertTime"/>
              </td>
            </tr>
            <tr>
              <td>
                <c:out value="${bindings['ZoneName'].label}"/>
              </td>
              <td>
                <html:text property="ZoneName"/>
              </td>
              <td>
                <c:out value="${bindings['AlertCleared'].label}"/>
              </td>
              <td>
                <html:text property="AlertCleared"/>
              </td>
            </tr>
            <tr>
              <td>
                <c:out value="${bindings['AlertReason'].label}"/>
              </td>
              <td>
                <html:text property="AlertReason"/>
              </td>
              <td>
                <c:out value="${bindings['VesselImo'].label}"/>
              </td>
              <td>
                <html:text property="VesselImo"/>
              </td>
            </tr>
            <tr>
              <td> </td>
              <td> </td>
              <td>
                <c:out value="${bindings['VesselName'].label}"/>
              </td>
              <td>
                <html:text property="VesselName"/>
              </td>
            </tr>
          </table>
          <P>
            <input name="event_Search" type="submit" value="Search">
          </P>
        </html:form>
        <c:choose>
          <c:when test="${empty bindings.AlertHistoryView1.rangeSet}">No alerts matches your search criteria.</c:when>
          <c:otherwise>
            <table border="1" width="100%">
              <tr>
                <th> </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['SystemId']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['ZoneName']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['ValidFrom']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['ValidTo']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['Description']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['IsOpen']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['AlertReason']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['AlertTime']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['AlertLevel']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['AlertStatus']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['AlertCleared']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['VesselImo']}"/>
                </th>
                <th>
                  <c:out value="${bindings.AlertHistoryView1.labels['VesselName']}"/>
                </th>
              </tr>
              <c:forEach var="Row" items="${bindings.AlertHistoryView1.rangeSet}">
                <tr>
                  <td>
                    <c:out value="${Row.currencyString}"/>
                  </td>
                  <td>
                    <c:out value="${Row['SystemId']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['ZoneName']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['ValidFrom']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['ValidTo']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['Description']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['IsOpen']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['AlertReason']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['AlertTime']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['AlertLevel']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['AlertStatus']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['AlertCleared']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['VesselImo']}"/> 
                  </td>
                  <td>
                    <c:out value="${Row['VesselName']}"/> 
                  </td>
                </tr>
              </c:forEach>
            </table>
          </c:otherwise>
        </c:choose>
    </div>I'm trying with the DIV tags ... but no avail so far. It doesn't work without the DIV tags either.
    In regards to the stack trace - it's not in the application log, sorry - too many things going on this weekend ;) The stackdump goes to the browser ...
    java.lang.NullPointerException
         at oracle.portal.provider.v2.url.UrlUtils.htmlFormActionLink(Unknown Source)
         at oracle.webdb.provider.v2.taglib.struts.html.PDKFormTag.renderFormStartElement(Unknown Source)
         at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:511)
         at oracle.webdb.provider.v2.taglib.struts.html.PDKFormTag.doStartTag(Unknown Source)
         at _history._jspService(_history.java:62)
         [SRC:/history.jsp:6]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:782)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:226)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:794)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.2.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

  • We use a doc template to create a purchased part spec document and then save them as pdf formatted files.  These part spec documents are also appended with the datasheets for these purchased parts.  When we want to update/revise the document, is there a m

    We use a doc template to create a purchased part spec document and then save them as pdf formatted files.  These part spec documents are also appended with the datasheets for these purchased parts.  When we want to update/revise the document, is there a method, using Acrobat, to make those updates to the pdf, or must we go back to the doc template and basically generate a new document?
    Also, our resulting pdf documents aren't searchable.  How can we generate pdf documents that are searchable?  I may want to search for a part value or name within the body of these pdf documents, but currently can't do that...very inconvenient.
    Can you assist?

    Not totally sure about the search issue. A lot depends on how you created the PDF and what is in the datasheets you attached (like are they graphics?). The doc portion should be searchable as long as you used print to the Adobe PDF printer or PDF Maker. For your use, it may be that the print is adequate. However, the result should be searchable (unless maybe you had a form with filled in fields and created the PDF with PDF Maker. I think the form data may be retained in form fields and the fields are not searchable. In that case, a print might be a better procedure. (it would help to know the versions of WORD and Acrobat as well as the exact process you used to create the PDF.)
    If the appended data sheets do not change, then you might try opening the original PDF and then using Replace Pages to replace the file created from the DOC file.

  • I have a 3rd gen ipod touch and i want to update to 4.3.3 and it says error when done downloading and i have the new itunes?

    i have a 3rd gen ipod touch and i want to update to 4.3.3 and it says error when done downloading and i have the new itunes?

    it says we could not complete your itunes store request an uknown error occurred (-9808)
    there was an errorin the itunes store. please try again later. I plug in my ipod to update it and it says that?

  • Hi ... i want to ask why i can't download (whatsapp,skype,faceboo)on my iphone ???? and why always appear message my password error when i want doing download ??? if my password error i can't sign in here !!!! what's the problem???

    hi ... i want to ask why i can't download (whatsapp,skype,faceboo)on my iphone ???? and why always appear message my password error when i want doing download ??? if my password error i can't sign in here !!!! what's the problem???

    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • I'm getting the following error when I want to put something in Mycloud : 6/02/12 21:00:14,689 Cloud: -[__NSCFDictionary name]: unrecognized selector sent to instance 0x1002d57c0

    I'm getting the following error when I want to put something in Mycloud : 6/02/12 21:00:14,689 Cloud: -[__NSCFDictionary name]: unrecognized selector sent to instance 0x1002d57c0

    I'm getting the following error when I want to put something in Mycloud : 6/02/12 21:00:14,689 Cloud: -[__NSCFDictionary name]: unrecognized selector sent to instance 0x1002d57c0

  • "Operation is not valid due to the current state of the object" error when trying to create a link for a shared folder in OneDrive

    I'm trying to share a folder in OneDrive with another user in my organization, and create a link so that people outside of the company can see the folder. Whenever I try to create a link I get an error that says: "Couldn't create the link sorry something
    went wrong operation is not valid due to the current state of the object" How do I resolve this?

    Hi,
    Sorry for replying late and I noticed that you posted another thread in this forum:
    http://social.technet.microsoft.com/Forums/en-US/2b8c6f54-9c59-4b37-b28f-1d49a1b7913b/operation-is-not-valid-due-to-the-current-state-of-the-object-error-when-trying-to-create-a-link?forum=officeitpro
    I've replied and kindly refer to it to see if it is helpful.
    Regards,
    Melon Chen
    TechNet Community Support

  • I get this error when trying to create a ringtone - iTunes could not connec

    I get this error when trying to create a ringtone:
    "iTunes could not connect to the iTunes Store - an unknown error occurred (11556)"
    But I CAN connect - if I click on the iTunes Store, it connects right away.
    I want to make a ringtone from a song that I purchased, but all I get is the same error message.
    iTunes 9.2.2, Ireland iTunes Store.

    have you seen this KB article: http://support.apple.com/kb/HT1398 ?
    JGG

  • Solution to stop error when trying to create a portfolio

    Hi all,
    I finally found a way to make a portfolio in acrobat pro 9. The problems I was having were explained in the thread titled "Acrobat pro 9 has a stop error when trying to create a portfoloi"
    It seems ther is another way to do this, by selecting 'combine' and then 'merge files into a single pdf' rather than 'assemble pdf portfolio'.
    The merge option also gives the choice of making a pdf package and does not result in a stop error with authplay.dll.
    So much for Adobe support who conuld not tell me this or respond to support requests.
    All I have to do now is to remember to not click on 'assemble pdf portfolio' when I want to assemble a pdf portfolio but "merge files into a single pdf" when I want to assemble a pdf portfolio.
    I would still like to hear from Adobe why acrobat pro 9 has a stop error with authplay.dll.
    I feel a lot happier now.

    I read through the pdf wth your emails to/from customer support. I'll have to defer to someone else because it seems you have tried what I would suggest.
    If someone else does not respond with a better plan and you are willing to spend a bit more time before writing off Acrobat 9, I would try the process below one last time. (If you are using a CS suite, while authplay.dll is found in each of the directories, it does not appear that the issue extends to the other programs.)
    1. Using Add/Remove Programs, uninstall all Adobe Acrobat and Reader software and uninstall the Adobe Flash Player Active X and Adobe Flash Player Plugin. If you have it, uninstall Adobe Air.
    2. In C:\Documents and Settings\(your profile name)\Application Data\Adobe, delete the Acrobat and Adobe PDF folders if they still exist.
    3. Reinstall only Acrobat 9.
    4. From Acrobat, run the updater Help > Check for Updates and install all updates.
    5. Verify Adobe Acrobat is now version 9.2: Help > About Adobe Acrobat Pro  (If for any reason it is not 9.2, use the update on http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
    6. Test
    Message was edited by: Anna Nmty
    While searching for a solution, I just saw your post over at acrobatusers.com (http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=15765). Looks like my advice was largely a duplicate, although your event log indicates Acrobat did not update properly.

  • Error when attempting to create new Crystal Report against SAP BW

    We're getting an error when attemptiing to create a new report using the SAP toolbar in CR:
    "Failed to retrieve SSO2 logon ticket. Please contact your BW administrator".
    Any ideas? We're able to run existing reports fine. Just can't create new ones using the toolbar.

    Hi,
    but you do realize that it is a pre-requisite ?
    your BW system needs to be configured for reading and generating SSO token
    Ingo

  • Error when trying to create a JCO Destination

    Hi
    I receives the following error when trying to creat a JCO Destination, clicking on the button in the host:port/webdynpro/dispatcher/sap.com/tcwdtools/Explorer
    I get the following error:
    Error stacktrace:
    java.lang.NullPointerException
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:880)
         at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
         at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateJCODestinations(NameDefinition.java:272)
         at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateNavigation(NameDefinition.java:237)
         at com.sap.tc.webdynpro.tools.sld.NameDefinition.wdDoInit(NameDefinition.java:144)
         at com.sap.tc.webdynpro.tools.sld.wdp.InternalNameDefinition.wdDoInit(InternalNameDefinition.java:223)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:274)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:540)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:398)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:422)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:540)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:398)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:620)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:263)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:740)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:350)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:640)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Any ideas?
    Regards
    Kay-Arne

    Hi,
    Have you configured your SLD? Check JCO Destination error out or search for "com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus" in the SDN forums.
    Best regards,
    Vladimir

  • Error when trying to create XUSER information for SAPServiceSID

    Hi all,
    I am getting the following error when trying to create the XUSER information for the SAPServiceSID user on a WINDOWS/MAXDB 7.9 install..  Does anyone know a FIX for this?
    >xuser -c .\SAPServiceSID -U c -u CONTROL,P@ssw0rd -d SID -n HOSTNAME -S INTERNAL -t 0 -I 0 set
    FATAL: Close xuser entry failed: could not write USER data [1307]
    I am running the command as the SIDADM user. 
    I have tried the solutions in the following notes without success:
    39642
    1542818
    39439
    1875264
    1409913
    Thanks!

    Hi Jayson,
    Try this.
    Solution
    Add the "Administrators" group under:
    Control Panel
    -> All Control Panel Items
       -> Administrative Tools
          -> Local Security Policy
             -> Local Policies
                -> User Rights Assignment
                  -> Take ownership of files or other objects
    You check you command and modify.
    xuser.exe -c Hostname\SAPServiceSID -U DEFAULT -u Username, Password -d SID -n Hostname -S Schema_Name -t 0 -I 0 set'
    Regards,
    V Srinivasan

  • Error when trying to create a site collection

    Hi, 
    I receive the following error when trying to create a site collection in sharepoint 2013. Any ideas of what I can do to resolve?
    Sorry, something went wrong
    Failed to call GetTypes on assembly Microsoft.AnalysisServices.SharePoint.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91. Method 'ParseLogFileEntry' in type 'Microsoft.AnalysisServices.SharePoint.Integration.ConnectionUsageDefinition'
    from assembly 'Microsoft.AnalysisServices.SharePoint.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' does not have an implementation. Method 'ParseLogFileEntry' in type 'Microsoft.AnalysisServices.SharePoint.Integration.RequestUsageDefinition'
    from assembly 'Microsoft.AnalysisServices.SharePoint.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' does not have an implementation. Method 'ParseLogFileEntry' in type 'Microsoft.AnalysisServices.SharePoint.Integration.LoadUsageDefinition'
    from assembly 'Microsoft.AnalysisServices.SharePoint.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' does not have an implementation. Method 'ParseLogFileEntry' in type 'Microsoft.AnalysisServices.SharePoint.Integration.UnloadUsageDefinition'
    from assembly 'Microsoft.AnalysisServices.SharePoint.Integration, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' does not have an implementation.
    thanks,
    Sherazad

    Hi  ,
    Based on the error message, please check whether you have installed the spPowerPivot.msi add-in on each of your SharePoint server, and ran the configuration wizard, make sure that the powerpivotwebapplicationsolution.wsp
    is deployed correctly.
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

Maybe you are looking for