JavaScript errors after v4 upgrade

Hi,
we are currently in the process of upgrading our APEX from v2 to v4.
We have copied all of the application over and are currently testing them.
One thing we have noticed is that there are JavaScript errors on the pages which are not present in v2.
e.g Line: 2
Char: 61979
Error: 'length' is null or not an object
The application still works despite this error message. Was wondering if anyone has had similar problems in APEX 4?
Thanks
Edited by: Cashy on 23-Nov-2010 03:22

I removed all report regions from the page, then run it and the errors disappeared. I then put the regions back one by one and the error didnt come back.
Quite confusing and not quite sure what was wrong but it works OK now.
The version we are upgrading to is Application Express 4.0.0.00.46 and the templates we are using is template12.
Thanks for your time
Chris
Edited by: Cashy on 23-Nov-2010 05:15

Similar Messages

  • Javascript errors after ecc upgrade

    Hi,
    At customer site an ECC 4.7 -> 6.0 upgrade has been performed. The BSPs from the old portal server are moved to the ECC6 backend system (ABAP stack installed only).
    Now the BSPs are returning javascript errors when pressing buttons, tabstripitems etc. The error is 'object expected'. These BSPs are using htlmb tags. I made a simple test BSP with a click button and that one is also returning the javascript error.
    When checking the generated code, I see a lot of javascript methods being called, but I dont see them declared.
    Can anyone help me out?
    With regards,
    Mike

    js definitions would be as a separate file in the mime repository.
    couple of things to check
    1. check in SICF whether sap/public/bc and sap/public/bsp nodes are active
    2. invalidate the server cache from transaction SMICM->goto
    and search for possible oss notes

  • Javascript error after upgrade

    Hello All,
    We have just upgarded from Sp12 to SP14. We have developed web dynpro applications which are to be viewed from the portal. We did not use any custom themes for the web dynpro applications ,although we used a custom theme for the portal itself. After upgrading to SP14 all the web dynpro controls have become non-interactive. The browser also shows that there are javascript errors. Somehow I think that my problem is related to themes. I have tried to read up many postings on the forums but can't seem to find a way to fix this issue? Can anyone help me out?
    Thanks

    I got the same problem but I saw in an another thread :
    BSP - non Unicode caracters - need to put an "InpuField" after a "Tray"
    Mr. bindiya have try on the same release without any problem. I sent to him an email to check.
    Regards,
    Francesco

  • Report giving error after 10g upgrade

    We have a custom report which is erroring out after 10g upgrade. Following is the log file-->
    **Starts**24-APR-2009 04:11:21
    ORACLE error 3113 in FDPSTP
    Cause: FDPSTP failed due to ORA-03113: end-of-file on communication channel
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P
    APP-FND-01564: ORACLE error 1000 in AFPGRG
    Cause: AFPGRG failed due to ORA-01000: maximum open cursors exceeded.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P.A
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected to ORACLE
    Contact your system administrator or support representative.
    Shutting down Concurrent Manager : 24-APR-2009 04:11:51
    ORA-01041: internal error. hostdef extension doesn't exist
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []
    I already increased the cursors from 700 to 900
    How to fix it?

    Hi,
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []Refer to the lookup to get more details about this error.
    Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1
    I already increased the cursors from 700 to 900
    How to fix it?Is it possible to increase OPEN_CURSORS to a higher value? Enable trace on this concurrent program, and see if this collects more details about the error.
    Regards,
    Hussein

  • Finding: Incorrect SQL throws a random error (after 2005 upgrade)

    Hi I thought that I would share an experience that we found after upgrading a system to 2005:
    Due to the upgrade of SBO, one of our addons didn't work properly after upgrading it to 2005.  Basically the code would break in random places (while stepping through it in the Development Environment).
    After some time we identified the error was being thrown because a sql query we were using was incorrect due to the changing of the DB structure in the upgrade.  The weird thing was that it didn't throw an error at rs.DoQuery(query) but actually would step into the recordset and then the addon would suddenly stop working - hence the reason it took a while to identify it was the sql causing the problem.
    Anyway updating the sql fixed the problem, but if anyone else is finding strange behavior whilst trying to identify why an addon might stop working after an upgrade, you should check any sql being used is still correct....
    Daniel

    The first versions of SBO2005A SDK (PL00 to PL04) was the say the least VERY buggy... PL05,06 and now 07 seem to get things under control... Any rampup version of 2005 should at least get up PL05 ASAP... I didnt have many problem with the SQL, but "Server produced an error was a very common error".. my problem was primarily in matrixes (add/remove of lines), itemevent (pval internal COM error) and the dangerouse UserTable error due to currupted object in it....

  • Jco call rfc throws error after WAS upgrade sp15

    Hi all.
    When 2 days ago, our WAS engine version is sp14.
    And we have one application using jco library to connect to SAP R/3. It works well.
    After we upgrade WAS to sp15.
    This function throws out the error.
    Umrechnungsfaktor konnte nicht bestimmt werden
    Is there anybody can help me ? Its very urgent !

    Hi
    A)Go to adming page http://<localhost>:<port> >>click Web Dynpro >>Content admin >> create, maintain, test Jco and also you can Test the SLD connection too
    B)If you are using any JDBC driver,Check your JDBC driver is registered. or else you have register it
    1. Start the Visual Admin tool
    2. In the tab Cluster, open the node of the server you want to check.
    3. Open the node Services under the server you want to check.
    4. Click on the entry ClassLoader Viewer under Services. 5. The components are displayed in the right window. Open the node Applications in the right window.
    6. Look for the entry sap.com/com.sapportals.connectors.database and click on it.
    Under sap.com/com.sapportals.connectors.database, your JDBC driver should be available
    Cheers
    Jawahar Govindaraj
    PS: Reward points

  • External command Cpic error - after V5R4M5 upgrade

    Hi,
    We are getting an error when we try to run external commands - Exception raised: PROGRAM_START_ERROR - The problem started after we upgraded the OS to V5R4M5.  We are running R/3 45B.  kernel patch 994.
    SAPXPG JOBLOG:  I see the following error MCH1210
    QCPFMSG
    MESSAGE-                                
    Receiver value too small to hold result.
    I could not find a new version of sapxpg for 4.5b_ext.  I
    Regards,
    Brian

    Never mind I found note 976837 that resolved the problem
    Regards,
    Brian

  • I'm getting errors after I upgraded to Mavericks

    After I upgraded my Mac Pro to Mavericks, I've been having problems exporting files out of Final Cut Pro to any use.
    The error message displays the following:
    The operation couldn’t be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.)
    Has anyone seen similar error and found a way to fix it?

    10.0.1 //
    Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.4 GHz
      Number of Processors:          2
      Total Number of Cores:          8
      L2 Cache (per Core):          256 KB
      L3 Cache (per Processor):          12 MB
      Memory:          20 GB

  • JavaScript error after installing WebAssist Extentions

    Hello,
    I'm running Windows XP Pro UK SP2 with all updates. After
    installing extention from WebAssist I got two errors saying:
    1.) While excuting receiveArguments in WASA_Settings.htm, the
    following JAvaScript error(s) occured: At line 24 of file
    C:\Program Files\Macromedia\Dreamweaver
    8\Commands\WASA_Settings.js: Exeption thrown in native fuction.
    2.) While excuting receiveArguments in WASA_Settings.htm, the
    following JAvaScript error(s) occured: At line 234 of file
    C:\Program Files\Macromedia\Dreamweaver
    8\Commands\WASA_Settings.js:THe object is not currently contained
    in a document.
    It looks like the problem is related to IE security. When I
    turn off IE security level it worked fine but in XP SP2 you can not
    turn down your security level below Medium.
    Can anyone tell how to resolve this error.
    Thanks

    Techlion wrote:
    > Can anyone tell how to resolve this error.
    Have you contacted their support?
    Cheers jojo
    Adobe Community Expert for Dreamweaver 8
    http://www.webade.co.uk
    http://www.ukcsstraining.co.uk/
    Extending Knowledge, Daily.
    http://www.communityMX.com/
    Free 10 day trial
    http://www.communitymx.com/joincmx.cfm

  • Javascript error after last sharepoint 2013 update : unable share single list element

    After yesterday update of SharePoint 2013 using Windows update we receive a JavaScript error when we try to share a single list element. Our IE is Italian the error is "Properties or field not inizialized"
    This is the user interface "hanged" and wait ....
    The problem not exist if we share an entire list or website.
    LSo Lorenzo Soncini Trento TN - Italy

    Hi Lorenzo,
    Glad that you solved the issue and thanks for sharing, this will benefit others who have similar issue.
    Regards,
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Javascript Error after insert a Webpart into Page

    Hi everone, have you ever experienced getting error just after inserting a Webpart into page? I'm using Sharepoint Server 2013. These steps what I did:
    1. Create new page
    2. Click 'Add Webpart'
    3. Choose the webpart and click OK
    4. Webpart showed on page (simple table form)
    5. All ribbon controls are disable and there is javascript error on browser's console with message:
    SCRIPT1004: Expected ';' 
    Picture: http://i(dot)imgur(dot)com/UBM91b3(dot)png
    That line is not from my codes, it's automatically added by sharepoint after inserting webpart. Thanks for anyone who has workaround for this..
    <%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
    <%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
    <%@ Import Namespace="Microsoft.SharePoint" %>
    <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ContractReviewWP.ascx.cs" Inherits="Mitrais.SP2013.ContractManagement.WebParts.ContractReviewWP.ContractReviewWP" %>
    <script type="text/javascript">
    $(function () {
    Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(function (evt, args) {
    //datepicker
    $(".datePicker").datepicker();
    </script>
    <div id="divMain">
    <asp:UpdatePanel ID="upContract" runat="server" UpdateMode="Conditional">
    <ContentTemplate>
    <asp:HiddenField ID="currentStage" runat="server" />
    <h1>
    <asp:Label ID="lblFormTitle" runat="server" Text="Request"></asp:Label>
    Contract Review/Approval
    </h1>
    <div class="divControl">
    <table>
    <tr>
    <td>
    <asp:Label ID="lblTitle" runat="server" Text="Title"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="txtTitle" runat="server"></asp:TextBox>
    <asp:RequiredFieldValidator ID="requiredValidatorTitle" runat="server" ErrorMessage="*" ControlToValidate="txtTitle" ValidationGroup="SubmitValidation"></asp:RequiredFieldValidator>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblRequestType" runat="server" Text="Request Type"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:DropDownList ID="ddlRequestType" runat="server" CssClass="dropdownRequestType" OnSelectedIndexChanged="ddlRequestType_SelectedIndexChanged" AutoPostBack="true">
    </asp:DropDownList>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblDocumentType" runat="server" Text="Document Type"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:DropDownList ID="ddlDocumentType" runat="server">
    </asp:DropDownList>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblRequestedBy" runat="server" Text="Requested By"></asp:Label>
    </td>
    <td>:</td>
    <td class="tdPeoplePick">
    <SharePoint:PeopleEditor Enabled="false" ID="pplRequestedBy" runat="server" AllowEmpty="false" MultiSelect="false" SelectionSet="User" />
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblRequiredDate" runat="server" Text="Required Date"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="dtRequiredDate" runat="server" CssClass="datePicker"></asp:TextBox>
    <asp:RequiredFieldValidator ID="requiredValidatorRequiredDate" runat="server" ControlToValidate="dtRequiredDate" ErrorMessage="*" ValidationGroup="SubmitValidation"></asp:RequiredFieldValidator>
    </td>
    </tr>
    <asp:Panel ID="pnlRequestedDate" runat="server">
    <tr>
    <td>
    <asp:Label ID="lblRequestedDate" runat="server" Text="Requested Date"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="dtRequestedDate" runat="server" CssClass="datePicker"></asp:TextBox>
    </td>
    </tr>
    </asp:Panel>
    <tr>
    <td>
    <asp:Label ID="lblDescription" runat="server" Text="Description"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="txtDescription" runat="server"></asp:TextBox>
    <asp:RequiredFieldValidator ID="RequiredValidatorDescription" runat="server" ControlToValidate="txtDescription" ErrorMessage="*" ValidationGroup="SubmitValidation"></asp:RequiredFieldValidator>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblClientCode" runat="server" Text="Client Code"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="txtClientCode" runat="server"></asp:TextBox>
    <asp:RequiredFieldValidator ID="requiredValidatorClientCode" runat="server" ControlToValidate="txtClientCode" ErrorMessage="*" ValidationGroup="SubmitValidation"></asp:RequiredFieldValidator>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblSSOCode" runat="server" Text="SSO Code"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="txtSSOCode" runat="server"></asp:TextBox>
    <asp:RequiredFieldValidator ID="requiredValidatorSSOCode" runat="server" ControlToValidate="txtSSOCode" ErrorMessage="*" ValidationGroup="SubmitValidation"></asp:RequiredFieldValidator>
    </td>
    </tr>
    <asp:Panel ID="panelCPC" runat="server">
    <tr>
    <td>
    <asp:Label ID="lblCPC" runat="server" Text="CPC"></asp:Label></td>
    <td>:</td>
    <td><asp:TextBox ID="txtCPC" runat="server"></asp:TextBox></td>
    <asp:CustomValidator ID="customValidatorCPC" runat="server" ControlToValidate="txtCPC" ErrorMessage="*" ValidationGroup="SubmitValidation"></asp:CustomValidator>
    </tr>
    </asp:Panel>
    <tr>
    <td>
    <asp:Label ID="lblValue" runat="server" Text="Value (US$)"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:DropDownList ID="ddlValue" runat="server"></asp:DropDownList>
    </td>
    </tr>
    <asp:Panel ID="panelCRM" runat="server">
    <tr>
    <td><asp:Label ID="lblCRMUpdated" runat="server" Text="CRM Updated"></asp:Label></td>
    <td>:</td>
    <td>
    <asp:CheckBox ID="checkBoxCRMUpdated" runat="server" />
    </td>
    </tr>
    </asp:Panel>
    <tr>
    <td>
    <asp:Label ID="lblAgreement" runat="server" Text="Agreement Authorisation Level"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:DropDownList ID="ddlAgreement" runat="server"></asp:DropDownList>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblAssignedTo" runat="server" Text="Assigned To"></asp:Label>
    </td>
    <td>:</td>
    <td class="tdPeoplePick">
    <SharePoint:PeopleEditor ID="pplAssignedTo" runat="server" AllowEmpty="true" MultiSelect="false" SelectionSet="User" />
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblStatus" runat="server" Text="Status"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:DropDownList ID="ddlStatus" runat="server" CssClass="dropdownStatus"></asp:DropDownList>
    </td>
    </tr>
    <asp:Panel ID="panelStartDate" runat="server">
    <tr>
    <td>
    <asp:Label ID="lblStartDate" runat="server" Text="Start Date"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="txtStartDate" runat="server" CssClass="datePicker"></asp:TextBox>
    </td>
    </tr>
    </asp:Panel>
    <asp:Panel ID="panelEndDate" runat="server">
    <tr>
    <td>
    <asp:Label ID="lblEndDate" runat="server" Text="End Date"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:TextBox ID="txtEndDate" runat="server" CssClass="datePicker"></asp:TextBox>
    </td>
    </tr>
    </asp:Panel>
    <asp:Panel ID="pnlTemplate" runat="server">
    <tr id="rowTemplate">
    <td>Selected Template</td>
    <td>:</td>
    <td>
    <span id="selectedTemplateSpan"></span>
    <asp:HiddenField ID="hdnSelectedTemplate" runat="server" />
    <asp:Button ID="buttonLookupTemplate" runat="server" Text="Choose Template" CssClass="buttonTemplate" /></td>
    </tr>
    </asp:Panel>
    <tr>
    <td>
    <asp:Label ID="lblLatestDocument" runat="server" Text="Latest Document"></asp:Label>
    </td>
    <td>:</td>
    <td>
    <asp:HyperLink ID="linkLatestDocument" runat="server"></asp:HyperLink>
    <asp:FileUpload ID="fuLatestDocument" runat="server" />
    <asp:CustomValidator ControlToValidate="fuLatestDocument" OnServerValidate="LatestDocument_ServerValidate"
    ErrorMessage="The document with same name already exist, please use different name." SetFocusOnError="true" runat="server" ForeColor="Red" />
    </td>
    </tr>
    <tr>
    <td>
    <asp:Label ID="lblTaggedPerson" runat="server" Text="Person Tagged">
    </asp:Label>
    </td>
    <td>:</td>
    <td class="tdPeoplePick">
    <SharePoint:PeopleEditor ID="peopleTaggedPerson" runat="server" MultiSelect="true" AllowEmpty="true" SelectionSet="User" />
    </td>
    </tr>
    </table>
    </div>
    <div>
    <table class="tbButton">
    <tr>
    <td></td>
    <td>
    <asp:Button ID="btnSubmit" runat="server" Text="Submit" OnClick="btnSubmit_Click" OnClientClick="PreSubmit();" ValidationGroup="SubmitValidation"/>
    </td>
    <td>
    <asp:Button ID="btnCancel" runat="server" Text="Cancel" OnClick="btnCancel_Click"/>
    </td>
    <asp:TextBox ID="txtCheck" runat="server" Text="Add" Visible="false"></asp:TextBox>
    <asp:TextBox ID="txtTempID" runat="server" Style="visibility: hidden;"></asp:TextBox>
    <asp:TextBox ID="txtIsAddNew" runat="server" Text="true" Visible="false"></asp:TextBox>
    </tr>
    </table>
    </div>
    <div id="tabContainer">
    <div class="tabs">
    <ul>
    <li id="tabHeader_1">Comment</li>
    <li id="tabHeader_2">Document Template History</li>
    </ul>
    </div>
    <div class="tabscontent">
    <div class="tabpage" id="tabpage_1">
    <div id="phComment" runat="server"></div>
    </div>
    <div class="tabpage" id="tabpage_2">
    <div id="phDocHistory" runat="server" />
    </div>
    </div>
    </div>
    </ContentTemplate>
    <Triggers>
    <asp:PostBackTrigger ControlID="btnSubmit" />
    </Triggers>
    </asp:UpdatePanel>
    <asp:HiddenField ID="hfComment" runat="server" />
    </div>
    <script type="text/javascript">
    $("#<%= upContract.ClientID %>").ready(function () {
    setTimeout(MitraisCM.contract(), 5000);
    </script>

    Hi,                                                             
    Per my knowledge, such error might occurred when we modify the HTML code of the page, through SharePoint Designer or Content Editor Web Part.
    What web part you added into the page?
    What if you create another new page and insert a list into it, will the error occurs?
    Feel free to reply with the test result if the issue still exists.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Error after V6R1M0 upgrade

    Hi
    After OS upgrade V5R3 -> V6R1 we encounter problems with starting SAP. All the WORK process's dies.
    ECC 7.0
    Kernel patch 186
    This is the log from one of the work process.
    Loading DB library '/usr/sap/BND/SYS/exe/run/dbdb4slib.o' ...                                                
    ERROR => DlLoadLib: dlopen()= Could not load module /usr/sap/BND/SYS/exe/run/dbdb4slib.o.                
    itional errors occurred but are not reported. -> DLENOACCESS (2,No such file or directory) ¬dlux.c       314|
    ERROR => Couldn't load library '/usr/sap/BND/SYS/exe/run/dbdb4slib.o'                                    
    I don't think PTF MF46062 is the issue here!
    Can anyone help?
    Best regards
    Mads Hammer

    Hi Rene
    Yes, I run APYR3FIX as <SID>OFR. Here is a screen dump of the user.
    User profile . . . . . . . . . . . . . . . :   BNDOFR 
    Special authority  . . . . . . . . . . . . :   *SAVSYS
                                                   *SECADM
    Group profile  . . . . . . . . . . . . . . :   BNDOWNER
    Owner  . . . . . . . . . . . . . . . . . . :   *GRPPRF
    Group authority  . . . . . . . . . . . . . :   *NONE  
    Group authority type . . . . . . . . . . . :   *PRIVATE
    Supplemental groups  . . . . . . . . . . . :   BNDGROUP
                                                   R3OWNER
                                                   R3GROUP
    R3OWNER is a supplemental group.
    Is there something wrong with user profile?
    Best regards
    Mads Hammer

  • SIM card registration error after SW upgrade

    Hi
    After I upgraded my Nokia 6110 Navigator to SW 4.22 I get insert SIM or SIM card registration error. It happends approx. once a week. Before I upgraded my mobile it never happend. Why?
    BR / haav

    This is often a problem with the SIM itself. That it started showing just when you did the firmware upgrade could be coincidence.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • WPC Content showing error after portal upgrade to 7.3

    Hi All,
         Recently we have upgraded our portal from 7.0 to 7.3.We have WPC contents on our portal its was fine till upgrade.After upgrade we are facing issues in all the WPC content.I reproduce the issue and checked the NWA log i could see the below logs.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: There is no portal component associated with the following context: pcd:<PCD PATH OF THE IVIEW>
    So i thought of creating a new contents as mine was simple but when i navigate to the Web Page Composer ->Web site Management.I could see only the link not the content when i click.Below log i could see after this
    cannot find bundle file or key for resource type wpc_site_root, use fallback
    No mapping available for requested LayoutController with alias <WpcNavigationLayoutController>
    com.sapportals.wcm.WcmException: Error: Archiving Service isn't available
    at com.sapportals.wcm.rendering.uicommand.cm.UIAbstractApproveRejectArchivingCommand.setArchivingService(UIAbstractApproveRejectArchivingCommand.java:162)
    at com.sapportals.wcm.rendering.uicommand.cm.UIAbstractApproveRejectArchivingCommand.<init>(UIAbstractApproveRejectArchivingCommand.java:42)
    Kindly help me to solve the issue.
    Naga

    << Do not post the same question across a number of forums >>

  • [Solved] Pacman error after incomplete upgrade

    Hi
    I was updating my archlinux when my X11 crashed (I was restarting it after tweaking my gnome 3) .
    Trying to update after that indicated that my system was already uptodate. Installing anything indicated that pacman was running else to delete a file /var/lib/pacman/db.lck , which I did.
    Now I can install but get these errors (for an example of re-installing pacman):
    pacman -S pacman
    warning: pacman-3.5.4-3 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    error: could not open file /var/lib/pacman/local/xulrunner-6.0-1/desc: No such file or directory
    error: could not open file /var/lib/pacman/local/xulrunner-6.0-1/desc: No such file or directory
    Targets (1): pacman-3.5.4-3
    Total Download Size:    0.00 MB
    Total Installed Size:   2.87 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity                   [######################] 100%
    (1/1) checking for file conflicts                  [######################] 100%
    (1/1) upgrading pacman                             [######################] 100%
    ldconfig: file /usr/lib/xulrunner-6.0/libxul.so is truncated
    Can any one help me? I am clueless. I know I made a mistake ... will be careful next time. Also I am sure that my system is not upto date, though pacman indicates it is.
    Last edited by jlight2011 (2011-08-17 12:00:19)

    No luck mate!
    I get the following
    pacman -Syy
    :: Synchronizing package databases...
    core                                                                                      35.6K 1413.9K/s 00:00:00 [#######################################################] 100%
    warning: resuming download of extra.db not possible; starting over
    error: extra.db appears to be truncated: 485471/485689 bytes         176.0K  289.1K/s 00:00:01 [####################-----------------------------------]  37%
    error: failed to update extra (failed to retrieve some files)
    multilib                                                             26.5K  204.0M/s 00:00:00 [#######################################################] 100%
    I tried copying the extra.db file directly from my repo to the folder. But get the same error!

Maybe you are looking for

  • ForEach items syntax help please

    This shouldn't be a problem but it is. I have a JSP. I am sending it an attribute that is a collection by calling setAttribute() on the request and then dispatching to the JSP from my front controller servlet. I want to iterate through the collection

  • How to run FLV file in any PC

    Dear I made a presentation in flash where I use some flv movie exported from aftereffect. so when I finally export a movie in swf from flash. I running perfectally on my PC coz I have adobe media player but If I send to client is not running on his P

  • Photos not showing up when I make PDFs from Excel 2007 files

    I make lists for my newspaper. I am working from home today where I use Excel 2007 and Adobe Acrobat Pro 9. I had to tweak my home Adobe settings to mimic ones I use at work for our newspaper's printer, but other than that, I am doing what I normally

  • What about existing users - 60 days free premium offer

    Hello everyone, I am wondering, why I am not able to subscribe to free 60 days Premium Offer?I see this message while not signed in, and then it dissapears after I sign in.  Is it only for new users? Please advise. If I am right, and I am not able to

  • Db_writer_processes value

    I have lots of waits for the free buffer waits events. i need to increase the db_writer_processes parameter. My disk_asynch_io is set to true. Architecture: oracle version: 10.2.0.1 os linux x86: # cpu: 2 dual core ram:3gig # disk: 3: data on disk 1