Forum error

Hi,
I've been experiencing an error using the forums the last 7-10 days. When searching a specific forum, I get an error when trying to access the content of a message. This URL presented after a search seems to miss a parameter (gid), and this gives a "System Unavailable. Please try again
Exception Text : null."-error.
Example:
Navigate to the Products > Portal > General forum.
Enter the search term "SubTab", and press Search. Search only in "This forum".
Click the link for one of the messages - this should provoke an error.
The URL is typically like this:
Correct URL syntax: Re: 9.0.4 + admin password
Now, add the parameter gid=458583 (the URL will then be Re: 9.0.4 + admin password gid=458583), and try again. This should present the message.
Please fix this annoying error!

Hi,
I've been experiencing an error using the forums the last 7-10 days. When searching a specific forum, I get an error when trying to access the content of a message. This URL presented after a search seems to miss a parameter (gid), and this gives a "System Unavailable. Please try again
Exception Text : null."-error.
Example:
Navigate to the Products > Portal > General forum.
Enter the search term "SubTab", and press Search. Search only in "This forum".
Click the link for one of the messages - this should provoke an error.
The URL is typically like this:
Correct URL syntax: Re: 9.0.4 + admin password
Now, add the parameter gid=458583 (the URL will then be Re: 9.0.4 + admin password gid=458583), and try again. This should present the message.
Please fix this annoying error! fixed.

Similar Messages

  • Discussion Forum Error

    Hello *,
    we got the following error in our discussion forums. When we want to display the entrys of the last seven days for example in a forum we got the following error.
    [code]java.lang.NullPointerException
            at com.sapportals.wcm.rendering.uicommand.UICommandFactory.decodeTarget(UICommandFactory.java:665)
            at com.sapportals.wcm.rendering.control.cm.CommandDispatcher.onExecute(CommandDispatcher.java:72)
            at com.sapportals.wcm.rendering.control.cm.WdfProxy.onExecute(WdfProxy.java:2127)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sapportals.wdf.stack.Control.dispatchHtmlbEvent(Control.java:386)
            at com.sapportals.wdf.WdfEventDispatcher.dispatch(WdfEventDispatcher.java:176)
            at com.sapportals.wdf.WdfCompositeController.onWdfEvent(WdfCompositeController.java:539)
            at sun.reflect.GeneratedMethodAccessor7549.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sapportals.htmlb.page.DynPage.doProcessCompositeEvent(DynPage.java:204)
            at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:142)
            at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115)
            at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
            at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:22)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:110)
            at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
            at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
            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:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            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:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    [/code]
    Any idea?
    Regards Ingo

    Edit the page, and then edit the portlet's defaults... you should be able to set access privileges for the users there...

  • SOS...about my forum error  code, can u help me?

    I m writing a forum, a difficulty happen to me,
    the code is underside ,
    the "test.Jsp " shows the content of forum,
    the other JAVA files connect Mysql DB, execute the SQL,
    ============the test.jsp==========
    <%@ page
    info= "ABOUT JSP���������������� JSP"
    contentType = "text/html;charset=GB2312"
    import="bbs.BoardlistBean"
    %>
    <jsp:useBean id="bean" scope="request" class="bbs.BoardlistBean" />
    <jsp:useBean id="viewbean" scope="request" class="bbs.viewQueryBean" />
    <jsp:setProperty name="bean" property="*" />
    <%!
    final static String dbTable = "test";
    final static String orderKey = "id DESC";
    final static String[] dbColumn = {"id", "topic", "name", "reply","wwho", "wdate" };
    %>
    <%
    bean.setTable(dbTable);
    bean.setColumns(dbColumn);
    bean.setOrder(orderKey);
    String search_item = request.getParameter("sItem");
    String search_word = request.getParameter("sWord");
    if(search_word != null) search_word = new String(search_word.getBytes("ISO-8859-1"), "GB2312");
    bean.setSearch(search_item, search_word);
    int ipage = 1;
    String pageNo = request.getParameter("pageNo");
    if(pageNo!=null) ipage = Integer.parseInt(pageNo);
    bean.setpage(ipage);
    bean.init();
    %>
    <html>
    <head>
    <title>������������</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link rel="stylesheet" href="../../style.css" type="text/css">
    </head>
    <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table width="100%" border="0" bordercolor="#000000" cellpadding="1" cellspacing="0" bgcolor="#000000">
    <tr>
    <td>
    <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#FF9900">
    <tr>
    <td>
    <% if (bean.isEmpty()) { %>
    ***** ����������. *****
    <% } %>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#336633">
    <tr bgcolor="#000000">
    <td width="4%">
    <div align="center"></div>
    </td>
    <td width="3%">
    <div align="center"><font color="#FFFFFF">ID</font></div>
    </td>
    <td width="41%">
    <div align="center"><font color="#FFFFFF">����</font></div>
    </td>
    <td width="13%">
    <div align="center"><font color="#FFFFFF">������</font></div>
    </td>
    <td width="8%">
    <div align="center"><font color="#FFFFFF">���� </font></div>
    </td>
    <td width="8%">
    <div align="center"><font color="#FFFFFF">����</font></div>
    </td>
    <td width="23%">
    <div align="center"><font color="#FFFFFF">����</font></div>
    </td>
    </tr>
    <% while(bean.isAvailable()) { %>
    <% String selContent = bean.getShowedCount()%2==0?"content1":"content2";
    // ������(contents)������������ %>
    <tr bgcolor="#ffffee">
    <td width="4%" height="26">
    <div align="center"><img src="images/folder.gif" width="16" height="14"></div>
    </td>
    <td width="3%" height="26" class=<%=selContent%>>
    <div align="center"><%=bean.getData("id")%></div>
    </td>
    <td width="41%" height="26" class=<%=selContent%>>
    <div align="left"><%=bean.getData("topic")%></div>
    </td>
    <td width="13%" height="26" class=<%=selContent%>>
    <div align="center"><%=bean.getData("name")%></div>
    </td>
    <td width="8%" height="26">
    <div align="center"><%=bean.getData("reply")%></div>
    </td>
    <td width="8%" height="26">
    <div align="center"><%=bean.getData("wwho")%></div>
    </td>
    <td width="23%" height="26">
    <div align="center"><%=bean.getData("wdate")%></div>
    </td>
    </tr>
    <%}%>
    <tr bgcolor="#ffffee">
    <td height="21" width="4%">
    <div align="center"><img src="images/folder.gif" width="16" height="14"></div>
    </td>
    <td height="21" width="3%">
    <div align="center"></div>
    </td>
    <td height="21" width="41%">
    <div align="center">
    <%=orderKey%></div>
    </td>
    <td height="21" width="13%">
    <div align="center"></div>
    </td>
    <td height="21" width="8%">
    <div align="center"></div>
    </td>
    <td height="21" width="8%">
    <div align="center"></div>
    </td>
    <td height="21" width="23%">
    <div align="center">�� ��</div>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    <p> <%=bean.getCurrentPage()%>/<%=bean.getLastPage()%>
    <%=bean.gettotal_count()%>
    <%=bean.getShowedCount()%>
    </body>
    </html>
    ===============test.jsp end=========
    ======Dbconnection .java================
    package bbs;
    * Title: bbs designed
    * Description:
    * Copyright: Copyright (c) 2001
    * Company: netcaching
    * @author flasher
    * @version 1.0
    import java.util.*;
    import java.sql.*;
    import java.io.*;
    public class Dbconnection {
    Connection conn =null;
    Statement stmt =null;
    ResultSet rset =null;
    public Dbconnection() { }
    * ��������������������������boolean������������������db.properties
    public boolean openConnection(){
    // ����db.properties
    Properties pro =new Properties();
    try{
    InputStream is =getClass().getResourceAsStream("/db.properties");
    pro.load(is);
    if(is!=null) is.close() ;
    }catch(IOException e){
    System.out.println("db.properties��������������");
    return false;
    // step 2.��/db.properties ��������
    String jdbc=pro.getProperty("driver");
    //String user=pro.getProperty("user");
    //String password=pro.getProperty("password");
    String url = "jdbc:mysql://localhost/java";
    // step 3.��������������������
    System.out.println("Jdbc=["+jdbc+"]");
    System.out.println("url=["+url+"]");
    // step 4.����jdbc����
    try{
    Class.forName(jdbc);
    }catch(ClassNotFoundException e){
    System.out.println("JDBC������������������"+e.getMessage() );
    return false;
    // ����������������
    try{
    this.conn= DriverManager.getConnection(url);
    // ������������������
    //Connection conn= DriverManager.getConnection(url,user,password);
    }catch(SQLException e){
    System.out.println("����������������������"+e.getMessage() );
    return false;
    return true;
    public ResultSet executeQuery(String query) throws SQLException
    stmt =conn.createStatement();
    rset = stmt.executeQuery(query);
    return rset;
    * executeUpdate��������
    *update,delete ,insert
    public void executeUpdate(String query) throws SQLException
    this.stmt =conn.createStatement();
    stmt.executeUpdate(query);
    if (stmt!=null) stmt.close();
    *close������
    public void close() throws SQLException
    if(conn!=null) conn.close();
    if(rset!=null) rset.close();
    if (stmt!=null) stmt.close();
    // ����������������
    protected void finalize () throws Throwable
    this.close();
    =================end==================
    =================viewQueryBean.java========
    * Title: bbs designed
    * Description:
    * Copyright: Copyright (c) 2001
    * Company: netcaching
    * @author flasher
    * @version 1.0
    package bbs;
    import java.sql.*;
    import java.io.*;
    public class viewQueryBean
    {// the viewQueryBean.java code begin
    bbs.Dbconnection dc = null;
    ResultSet rset = null;
    * ������
    public viewQueryBean()
    {dc=new bbs.Dbconnection();
    //����connection
    public boolean openConnection()
    {return dc.openConnection();
    * ����SQL����Select
    public void executeQuery(String query) throws SQLException
    this.rset =dc.executeQuery(query);
    *����insert ,update, delete����
    public void executeUpdate(String query) throws SQLException
    dc.executeUpdate(query);
    /*******************************************************8
    *��������Column�� ����
    public int getColumnCount() throws SQLException
    ResultSetMetaData rsmd = rset.getMetaData();
    return rsmd.getColumnCount() ;
    * ����������������Column������
    public String getColumnName(int index) throws SQLException
    ResultSetMetaData rsmd = rset.getMetaData();
    return rsmd.getColumnName(index);
    *����Column index��������
    public String getData(int index) throws SQLException
    return rset.getString(index).trim() ;
    * ����column ��������������
    public String getData(String columnName) throws SQLException
    return rset.getString(columnName).trim();
    *��resultset������������������������
    public boolean next() throws SQLException
    return rset.next();
    * ��������
    public void close() throws SQLException
    {if (rset!=null) rset.close();
    if (dc!=null) dc.close() ;
    /*****************************8
    * ����������������������
    public void finalize() throws Throwable
    close();
    // the all viewQueryBean.java code is end
    =========viewQueryBean.java==============
    package bbs;
    * Title: bbs designed
    * Description:
    * Copyright: Copyright (c) 2001
    * Company: netcaching
    * @author flasher
    * @version 1.0
    import java.sql.*;
    import java.util.*;
    import bbs.viewQueryBean;
    * ��������������������
    * ����������������������������������������������������������
    public class BoardlistBean
    // ����������
    // ������wrapper class ����
    private viewQueryBean viewquery = null;
    // ��
    private String table;
    // column
    private String [] columns;
    //������
    private String search_word;
    // ��������
    private String search_item;
    // order-key
    private String order_key;
    //������������ current_page_num0
    private int current_page_num;
    // ����������������������
    private int no_row =15;
    //������������������true
    private boolean isEmpty;
    // ����������
    private int total_count;
    // ��������
    private int total_page;
    //������������������
    private int showed_count =0;
    ��������
    public BoardlistBean()
    viewquery =new bbs.viewQueryBean ();
    viewquery.openConnection();
    /****************************************************************************8
    *********************** ������������������************************************
    ***********************************************************************8****/
    public void setTable (String dbTable)
    this.table= dbTable;
    // ����������������������
    public void setColumns(String[] columns)
    this.columns =columns ;
    // ����������������������
    public void setOrder(String order_key)
    this.order_key=order_key;
    // ����������������������������
    public void setpage(int page)
    this.current_page_num = page;
    *��������������������������������������DB��������
    public void setSearch(String search_item,String search_word)
    this.search_item =search_item ;
    this.search_word =search_word ;
    *����bean������
    public void init()
    try {
    // ��������������������������������������������
    initCount();
    // ��������SQL����Query����
    String query =makeQuery();
    //3. ������������sql query����������������������
    initData(query);
    // 4.��ResultSet ����������������������
    getPoint_of_ResultSet();
    }catch(Exception e)
    System.out.println("����bean������������������"+e);
    * ������������������������
    private void initCount()
    StringBuffer query =new StringBuffer();
    query.append("SELECT COUNT(*) FROM " + this.table);
    if (this.search_item != null&& !this.search_item .equals(""))
    query.append("WHERE" + this.search_item + "like '%" + this.search_word + "%'" );}
    // ��������������������
    try{
    // ����������������
    viewquery.executeQuery(query.toString());
    if (viewquery.next() ){
    //��������������
    this.total_count =Integer.parseInt(viewquery.getData(1) );
    // ����������������isEmpty������true
    if(total_count == 0) isEmpty=true;
    // ��������������������������1����
    this.total_page =total_count / no_row + 1;
    if ((this.total_count % this.no_row )== 0 ) {
    this.total_page =this.total_page -1;
    } catch(SQLException e)
    {System.out.println("����������������������"+e);
    // ����������������������������������������������
    private String makeQuery()
    StringBuffer query = new StringBuffer();
    query.append("select");
    // ����������������field��������������������
    for (int i=0;i < this.columns.length ; i++){
    query.append(columns);
    if (i!=this.columns.length -1){
    query.append(",");
    // ��������������������������
    query.append("from"+ this.table);
    // ��������������������
    if (this.search_item != null && !this.search_item.equals("") ){
    query.append("where");
    query.append(this.search_item + "like'%" + this.search_word + "%'") ;
    // ����������������������
    if (this.order_key !=null && !this.order_key .equals(""));
    {query.append("order by " + this.order_key ) ;
    //������������sql����
    return query.toString() ;
    *��sql������������������
    private void initData (String query) throws SQLException
    try
    {viewquery.executeQuery(query);
    }catch (SQLException e){
    System.out.println("����:" + e);
    *��������������������������������ResultSet������������������
    private void getPoint_of_ResultSet() throws SQLException
    for(int i=1; i < current_page_num; i++){
    for (int j=0;j < no_row; j++){
    viewquery.next() ;
    *����������������������Result Set��������������������������������������������������������
    public String getData(String columnName) throws SQLException
    return viewquery.getData(columnName) != null? viewquery.getData(columnName):" ";
    *����������������Record set��������������������������
    *����������������������������
    public String getData(int index) throws SQLException
    return viewquery.getData(index) != null? viewquery.getData(index): " " ;
    *1.����������������������������������������true
    *2.��ResultSet��������������������������
    public boolean isAvailable() throws SQLException
    if ( viewquery != null && viewquery.next() && showed_count++ < no_row)
    return true;
    return false;
    * ������������������true������
    public boolean isEmpty()
    { return isEmpty;
    * ����������������������
    public int getCurrentPage()
    return this.current_page_num ;
    * ��������������������
    public int getLastPage()
    return this.total_page ;
    *��������������
    public int gettotal_count()
    return this.total_count;
    *��������������������������
    public int getShowedCount()
    return this.showed_count ;
    * ������������
    public String getSearchItem()
    return this.search_item;
    * ����������������
    public String getSearchword()
    return this.search_word ;
    * ��������
    protected void finalize() throws Throwable
    if (viewquery != null)
    { viewquery.close();
    //����������

    the difficulty is :
    the "test.jsp" does not show the content in Mysql db
    but,I can see that : There are the tab of "seven row" in the mysql db, but current page is none,
    why,
    can u help me to check the Code error?
    Thanks very mach!!!!
    my email is [email protected]

  • Bb forum error using bridge

    trying to sign in or trying to go to further pages in the playbook forum causes an error

    Hi Holden,
    What error message do you get when using BlackBerry Link? Are you using Windows or Mac and which version of the operating system are you using?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Forums Errors since new layout

    Hello,
    navigating through the Forum i often get the following error:
    java.lang.NoClassDefFoundError     at com.jivesoftware.forum.action.ViewCountInterceptor.after(ViewCountInterceptor.java:83)     at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:36)     at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)     at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)     at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)     at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)     at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)     at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)     at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)     at com.jivesoftware.forum.action.JiveExceptionInterceptor.intercept(JiveExceptionInterceptor.java:63)
    Please check.
    Thanks a lot.

    Don't worry.
    These are teething problems after applying a new release of the forum software. I guess this will become stable soon.
    Frank

  • Forums error?

    I have pages set to 50, and on the second page PL/SQL i get an error on the 30th thread down, the thread is "track the qeries that accessed a particular object during a time period", in the reples column: " An error in the system has occurred. Please contact the system administrator if the problem persists.
    type: java.lang.NullPointerException
    java.lang.NullPointerException"
    Anyone else seeing this?
    PL/SQL shows the error, as does 81-84. 79 and 85 do not.

    Of course, the number slide by 1 as new thread are created.

  • Hp forum error

    what is causing this and im seeing this lately
    its this request thing and i have to go back or remove extra tabs
    not sure if im getting this to the right forum section and i cant post on the hp support forum home
    Please provide Kudos to whom has provided answers or
    good points or advice..
    Aslo if the questions or issues solved please check it
    "Accepted"
    Thanks and you are welcome _____ Rick

    Hello rickp400,
    Thanks for the post. We are aware of the issue and are working on fixing the issue.
    OrnahP
    HP Support Forums Moderator
     Clicking the "Kudos Star" to the left is a great way to say thanks!
     When your problem has been solved, accept the solution by clicking "Accept as Solution" to help other members in the future!
    Rules of Participation

  • Periodic forum error

    phpBB : Critical Error
    Error clearing sessions table
    DEBUG MODE
    SQL Error : 3 Error writing file './dragon-bin.000007' (Errcode: 28)
    DELETE FROM phpbb_sessions WHERE session_time < 1105350178 AND session_id <> 'b44cb596b56d1fb3c150f483cdcff007'
    Line : 301
    File : /home/sites/archlinux/htdocs/bbs/includes/sessions.php
    *shrug*

    There are no postings....but i'm trying to bring the assets from legacy...
    I have used legacy transfer for 31.03.2009 as my takeover date....and in my takeover i have given the values and in my group asset and main asset i have capitalisation date as on 31.03.2009 and depreciation date 01.04.2009.
    And posted the acc dep also through a JV
    when i run AFAB it is picking up for this month depreciation but in ASKBN it is showing "There are no documents to process since the last run".

  • Logic Pro Forum Error

    See attached pic (time is now 2:05 PST)
    The problem is persisting, hence my post. Thanks.
    !http://www.score2picture.com/L9pix/errorf.png!

    Indeed!
    Thanks for your reply, Eric.
    Regards,
    -=iSchwartz=-

  • 3 Creative Cloud packages all fail on Launch with Error 16

    Hi,
    I am using creative cloud packager to create applications to deploy using SCCM, which I have successfully deployed in the past.
    I created 3 new creative cloud packages this week, Edge Animate, After Affects and Premier Pro, for the 64bit platform.
    The machines their to be deployed to are Windows 7 SP1 64bit, two machines I tested to were absolutely fine, all other machines tested to have deployed, but on launch all three apps behave the same way. A prompt suggesting I uninstall and reinstall the product. contact Adobe support if the problem reoccurs. Error: 16  (These machines are a mixture of freshly built and established desktops)
    I have tried the steps to resolve similar issues for error 16 in this link http://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html
    But they did not resolve the problem, I have recreated the packages and tweaked some settings but this consistently occurs regardless of what I do.
    Any suggestions on what could be the issue or where to look for information to find the cause on the machines would be appreciated, there is not much regarding this scenario available from forums.

    Error 16 is usually related to a permissions issue.
    Try checking the logs, for more information: http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html
    Also, check the installation logs, for any relevant information: http://helpx.adobe.com/creative-cloud/packager/creating-packages.html#Adobe Creative Cloud Packager logs

  • 'Driver]Parameter missing' Error while trying to pass parameter to MS query & Return Data to Microsoft Excel

    I am trying to set up a parameter query using ODBC-Microsoft Query
    to BMC Remedy The ODBC connection is "AR System ODBC Data Source".
    I want to pass a parameter to modified date field and get all the remedy tickets for which the modified date is<= to the passed parameter date.
    So in MS query, SQL- 
    the query looks like
     WHERE ("Trouble Ticket"."Create Date">={ts '2014-10-01 00:00:00'}) AND ("Trouble Ticket"."Modified-date"<=?)
    I am getting the data fetched from database in the MS query window, but unfortunately
    When I click File-Return Data to Microsoft Excel, its showing an error: Driver]Parameter missing
    I set the connection properties- parameter-Prompt for value using the following string.
    Please help

    Hi,
    Based on the error message, I recommend we try the suggestion: Replace all "..."  with [...]
    http://www.pcreview.co.uk/forums/error-parameter-query-odbc-remedy-bmc-software-com-t3232964.html
    Then, if you want to connect the Remedy's oracle database, please see the thread:
    http://www.tek-tips.com/viewthread.cfm?qid=1123112
    We may try the workaround: Write an Excel macro which connects to the database and fetch the data based on the SQL query.
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If you have further question about write macro, I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • An error in the system has occurred. Please contact the system administrato

    This error appears when I try to access the Leopard Server- Advanced forum:
    Error
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    Useful links :
    Forum Home -- browse the forums here.
    Search Forums -- visit the search page to query all forum content.

    Hi Roger!
    My reply here Error when trying to mark a reply as "solved" , also has additinal information.
    ali b

  • How can I desactivate an "-3 error" message box?

    Hi everyone,
    The last time I ran my program I got  the error message : -3 at an unknown place  (see .png).
    I had already run it several times  (for something like 40h each time) without any problem.
    I have only connected and configured the error messages/boxes in some places in my program but not everywhere.
    Could someone tell me if this kind of message can pop up when you haven't connected and configured all the messages/boxes? If so, I suppose I just need to configure all of them to avoid this kind of pop up?
    Or could I get this kind of message anyway? If so, is there a way to desactivate this kind of pop up window message so that my program doesn't stop (although I understand there has been an error somewhere on the line)
    Labview 10
    Thanks,
    User
    Solved!
    Go to Solution.
    Attachments:
    Forum error message.PNG ‏14 KB

    Hey!
     You can disable error handling dialog box. Tools > Options > Block Diagram
    See attached picture!
    Paul
    Attachments:
    disable error dialog.png ‏37 KB

  • Error while downloading data Using RSCRM_BAPI

    Hi Folks,
    I am getting the below mentioned error message while downloading the data from BW report to csv file using RSCRM_BAPI.
    Can anyone help on this error ?
    Internal error in method CHECK_TABLE_NAME (RSCRMBW_EX_NAMESPACE_GET)

    hi lakshmi:
    I also tried to use this t-code. but this has lots of restrictions..and its not recommended to use this t-code for complex queries.There are OSS NOtes out there for restrictions for this t-code.
    I got to know from other forums on SDN that there is other RSCRMBW_REPORT FM. which is better to use. but not able to use it... there is specific way for that FM. If you try that and if it works for you please let me also know.
    Also, try to look at this forums:
    Error Using RSCRM_BAPI T-Code
    Problem with RSCRM_BAPI (extraction to Fixed Lenght txt file)
    RSCRM_BAPI Schedule and monitor
    RSCRM_BAPI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3ba5e590-0201-0010-59b1-cab51fd245b7
    Hope this helps.
    KSmith

  • Getting error in B2B while processing Revison Number EDI

    Hi Guru's
    The EDI file being sent to us by our partener has following ISA/GS header
    ISA*00* *00* *12*8283234100 *01*041158668 *081103*1315*U*00200*000271883*0*P*>
    GS*OG*8283234100*9099751019*20081103*1315*271883*T*004010UCS
    We have setup the B2B with reviosin as 04010. For the development phase we were testing with removing the UCS from the header and processing the file
    i.e our header looks like
    ISA*00* *00* *12*8283234100 *01*041158668 *081103*1315*U*00200*000271883*0*P*>
    GS*OG*8283234100*9099751019*20081103*1315*271883*T*004010
    Our partner can't truncate the 004010UCS as 004010 and will continue sending the file with GS header having revision as 004010UCS. Issue is when we send the file having 004010UCS transaction gets failed as it doesnt matches the doc revision. Error from the log is
    2009.02.05 at 03:57:29:109: Thread-35: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = GroupVersionNumber, val = [004010]
    2009.02.05 at 03:57:29:109: Thread-35: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [004010UCS]
    2009.02.05 at 03:57:29:109: Thread-35: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Value and doc parameter don't match
    due to which I see the following error
    2009.02.05 at 03:57:29:121: Thread-35: B2B - (DEBUG) iAudit report :
    Error Brief :
    5082: XEngine error - Guideline look-up failed.
    and
    <![CDATA[Machine Info: (soaappcrp1.dpi.com)
    Validation of Group parameters failed. Please verify all the Group parameters in the B2B configuration match the Group parameters in the message. The following parameters do not match the configured parameters in B2B:
    null  ]]>
    I tried changing the values from current value 004010 to 004010UCS in DC and Business action but still the issue persists. Can you please let me know where else do I need to change the values so that there is no need to modify the file before sending.
    Any pointers will be highly appreciated.
    Regards
    Sahil

    Hi Prasanna,
    Thanks very much for the reply. But we are genrating the ECS file without ISA/GS headers. If we generate the ECS with ISA/GS header then we will get the following error
    <errorDescription>
    <![CDATA[Machine Info: (soaappcrp1.dpi.com)
    Segment ISA(Interchange Control Header) at guideline position (N/A) is missing. This segment's standard option is Mandatory.{br}{br}This segment was expected after:{br}{tab}Segment Count: 0{br}{tab}Character: 837 ]]>
    </errorDescription>
    Please refer to our post on forum
    Error B2B Segment ISA at guideline position missing
    Any thoughts how can we do this.
    Regards
    Sahil

Maybe you are looking for