Error outside of Presentation Catalog occurred.

Error outside of Presentation Catalog occurred. Error Codes: EUMOQYH6. Do anybody know why I'm getting this error on my dashboard?
This is the another error i'm seeing:
Source '/users/austin_lead/Defect', Destination '/shared/RTG Dashboard Reports/Defect': access denied for user to
path /users/austin_lead/Defect.
Edited by: CedricG on Jan 13, 2010 2:17 PM

Yes that's correct. When I try to log into the dashboard with that user I get this error. I didn't change any of the user privileges. Below are the errors i'm seeing in the log files:
Invalid state identifier 967689180
Type: Error
Severity: 40
Time: Mon Dec 14 10:28:12 2009
File: project/websubsystems/sssearch.cpp Line: 1188
Properties: ThreadID-10;HttpCommand-SaveReport;RemoteIP-10.140.211.65;User-eit_leads
Location:
saw.httpserver.request
:$
saw.httpserver.request
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
saw.rpc.server.dispatch
saw.threadPool
saw.threads
Invalid item name () -- not allowed to be empty
Type: Error
Severity: 40
Time: Thu Jan 14 09:25:17 2010
File: project/webcatalog/path.cpp Line: 318
Properties: RptPath-/shared/Dashboard Reports/Defect Trend - Open vs Closed by Week;SID-532ake8pg0ilcocsguccqr1rsi;ThreadID-13;HttpCommand-Dashboard;RSP-d:d
ashboard~p:b92njpql5nfis68p~r:bm9eql1hpvf46ge5;RemoteIP-10.140.211.65;User-rtg_lead
Location:
saw.views.evc
saw.subsystem.portal
saw.httpserver.request
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
:$
R access denied for user eatel to path /users/eit_leads/Eatel Reports/Defect Summary by Product & Severity - Dashboard.
Type: Error
Severity: 42
Time: Thu Jan 14 10:18:39 2010
File: project/webutil/streaming.cpp Line: 72
Properties: ThreadID-13;HttpCommand-Dashboard;RemoteIP-10.140.211.65;User-
Location:
saw.subsystem.portal
saw.httpserver.request
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
saw.rpc.server.dispatch
saw.threadPool
saw.threads
Unexpected end of file encountered. 2 bytes were requested and 0 bytes were read.
Type: Error
Severity: 40
Time: Thu Jan 14 10:18:39 2010
File: project/webcatalog/localwebcatalog.cpp Line: 1359
Properties: ThreadID-13;HttpCommand-Dashboard;RemoteIP-10.140.211.65;User-
Location:
saw.catalog.local.getItemInfo
saw.subsystem.portal
saw.httpserver.request
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
saw.rpc.server.dispatch
saw.threadPool
saw.threads
Error outside of Presentation Catalog occurred.
Type: Error
Severity: 40
Time: Thu Jan 14 10:18:39 2010
File: project/websubsystems/ssportal.cpp Line: 1742
Properties: ThreadID-13;HttpCommand-Dashboard;RemoteIP-10.140.211.65;User-
Location:
saw.subsystem.portal
saw.httpserver.request
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
saw.rpc.server.dispatch
saw.threadPool
saw.threads
Error outside of Presentation Catalog occurred.
Type: Error
Severity: 42
Time: Thu Jan 14 10:18:39 2010
File: project/webutil/streaming.cpp Line: 72
Properties: ThreadID-13;HttpCommand-Dashboard;RemoteIP-10.140.211.65;User-
Location:
saw.subsystem.portal
saw.httpserver.request
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
saw.rpc.server.dispatch
saw.threadPool
saw.threads
Unexpected end of file encountered. 2 bytes were requested and 0 bytes were read.
Type: Error
Severity: 40
Time: Thu Jan 14 10:18:39 2010
File: project/webcatalog/localwebcatalog.cpp Line: 1359

Similar Messages

  • Error while creating custom catalog in ATG 10.0.3

    Hi All,
    I am getting the below error while adding the Catalog Folder and during adding a new Catalog.
    CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATG_CORE"."DCS_GEN_FOL_CAT"."ASSET_VERSION")
         at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6816)
         at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1019)
         at atg.ui.repository.model.RepositoryAgentImpl.addRepositoryItem(RepositoryAgentImpl.java:3087)
         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:597)
         at atg.security.proxy.UserSessionProxy$SessionSkeletonHandler.invoke(UserSessionProxy.java:251)
         at atg.rmi.context.ContextualSkeletonImpl.invoke(ContextualSkeletonImpl.java:105)
         at sun.reflect.GeneratedMethodAccessor307.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
         at sun.rmi.transport.Transport$1.run(Transport.java:159)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATG_CORE"."DCS_GEN_FOL_CAT"."ASSET_VERSION")
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3467)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at atg.service.resourcepool.MonitoredPreparedStatement.executeUpdate(MonitoredPreparedStatement.java:1080)
         at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:725)
         at atg.adapter.gsa.Table.insert(Table.java:1380)
         at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6739)
         ... 21 more
    Kindly help to resolve this issue.

    How are you adding the catalog? The error clearly means that the DB query is inserting null into the ASSET_VERSION column of DCS_GEN_FOL_CAT table. ASSET_VERSION column is non-null and required to maintain the repository asset versions in ATG content administration (CA).
    I suspect that you probably tried to do something which resulted in inserting into CA schema's DCS_GEN_FOL_CAT table outside a CA project context. You should add the catalog folder through BCC to have a CA project context. In case you are importing the data by executing startSQLRepository on CA schema then make sure that it is imported within a project context by specifying project, user, and comment options.

  • Getting error "outside VM" when using updateRow();

    Hi guys,
    I've been posting alot about resultset problems lately, but I can't seam to get the hang of it. But I guess that will come in time.
    This time it seams like i've really manage to mess things up. Im getting an error "outside the VM", check the snippet at the end of the message. First take a look at my code; I'm trying to update a ResultSet with values from a TableModel:
    try{
                for(int i =1; i <= aModel.getRowCount(); i++) {
                        rs.absolute(i);                   
                        Vector modelData = aModel.getDataVector();                                    
                        int modelValue = Integer.parseInt((
                                                (Vector)modelData.elementAt(i-1)).elementAt(4).toString());                  
                        Integer currentInteger = new Integer(modelValue);
                        rs.updateString("Artnamn", (((Vector)modelData.elementAt(i-1)).elementAt(1)).toString() );
                        rs.updateString("Utpris", (((Vector)modelData.elementAt(i-1)).elementAt(2)).toString() );
                        rs.updateString("Info", (((Vector)modelData.elementAt(i-1)).elementAt(3)).toString() );
                        rs.updateString("Ilager", currentInteger.toString() ); 
                        rs.updateRow();
                        theGui.setStatus("Lagerstatus Sparade");
            } catch(SQLException e) {
                System.out.println("Uppdateraknappen:" + e);
            }And here is the error im getting. I occors when i do rs.updateRow();
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D261419
    Function=Java_sun_jdbc_odbc_JdbcOdbc_bindColBinary+0x112
    Library=C:\j2sdk1.4.1_02\jre\bin\JdbcOdbc.dll
    Current Java thread:
         at sun.jdbc.odbc.JdbcOdbc.bindColBinary(Native Method)
         at sun.jdbc.odbc.JdbcOdbc.SQLBindColBinary(JdbcOdbc.java:238)
         at sun.jdbc.odbc.JdbcOdbcResultSet.bindBinaryCol(JdbcOdbcResultSet.java:5017)
         at sun.jdbc.odbc.JdbcOdbcResultSet.bindCol(JdbcOdbcResultSet.java:4761)
         at sun.jdbc.odbc.JdbcOdbcResultSet.updateRow(JdbcOdbcResultSet.java:4074)
         at LagerPanel.uppdateraKnappActionPerformed(LagerPanel.java:107)
         at LagerPanel.access$000(LagerPanel.java:17)
         at LagerPanel$1.actionPerformed(LagerPanel.java:75)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5134)
         at java.awt.Component.processEvent(Component.java:4931)
         at java.awt.Container.processEvent(Container.java:1566)
         at java.awt.Component.dispatchEventImpl(Component.java:3639)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3480)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
         at java.awt.Container.dispatchEventImpl(Container.java:1609)
         at java.awt.Window.dispatchEventImpl(Window.java:1590)
         at java.awt.Component.dispatchEvent(Component.java:3480)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\j2sdk1.4.1_02\bin\java.exe
    0x77F50000 - 0x77FF9000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F4A000      C:\WINDOWS\system32\kernel32.dll
    0x77DC0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77C00000 - 0x77C53000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D340000 - 0x6D46A000      C:\j2sdk1.4.1_02\jre\bin\client\jvm.dll
    0x77D30000 - 0x77DBC000      C:\WINDOWS\system32\USER32.dll
    0x77C60000 - 0x77CA0000      C:\WINDOWS\system32\GDI32.dll
    0x76B30000 - 0x76B5D000      C:\WINDOWS\System32\WINMM.dll
    0x6D1E0000 - 0x6D1E7000      C:\j2sdk1.4.1_02\jre\bin\hpi.dll
    0x6D310000 - 0x6D31E000      C:\j2sdk1.4.1_02\jre\bin\verify.dll
    0x6D220000 - 0x6D239000      C:\j2sdk1.4.1_02\jre\bin\java.dll
    0x6D330000 - 0x6D33D000      C:\j2sdk1.4.1_02\jre\bin\zip.dll
    0x6D270000 - 0x6D28C000      C:\j2sdk1.4.1_02\jre\bin\jdwp.dll
    0x6D180000 - 0x6D185000      C:\j2sdk1.4.1_02\jre\bin\dt_socket.dll
    0x71AA0000 - 0x71AB4000      C:\WINDOWS\System32\ws2_32.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\WS2HELP.dll
    0x55600000 - 0x5561D000      C:\Program\Microsoft Firewall Client\wspwsp.dll
    0x76D50000 - 0x76D66000      C:\WINDOWS\System32\iphlpapi.dll
    0x71A40000 - 0x71A7C000      C:\WINDOWS\System32\mswsock.dll
    0x76F10000 - 0x76F35000      C:\WINDOWS\System32\DNSAPI.dll
    0x76FA0000 - 0x76FA7000      C:\WINDOWS\System32\winrnr.dll
    0x76F50000 - 0x76F7D000      C:\WINDOWS\system32\WLDAP32.dll
    0x71A80000 - 0x71A88000      C:\WINDOWS\System32\wshtcpip.dll
    0x76FB0000 - 0x76FB5000      C:\WINDOWS\System32\rasadhlp.dll
    0x6D000000 - 0x6D105000      C:\j2sdk1.4.1_02\jre\bin\awt.dll
    0x72FD0000 - 0x72FF3000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76370000 - 0x7638C000      C:\WINDOWS\System32\IMM32.dll
    0x7CCC0000 - 0x7CDE1000      C:\WINDOWS\system32\ole32.dll
    0x6D190000 - 0x6D1E0000      C:\j2sdk1.4.1_02\jre\bin\fontmanager.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\ddraw.dll
    0x73B90000 - 0x73B96000      C:\WINDOWS\System32\DCIMAN32.dll
    0x5C000000 - 0x5C0C8000      C:\WINDOWS\System32\D3DIM700.DLL
    0x746F0000 - 0x74734000      C:\WINDOWS\System32\MSCTF.dll
    0x63000000 - 0x63014000      C:\WINDOWS\System32\SynTPFcs.dll
    0x77BF0000 - 0x77BF7000      C:\WINDOWS\system32\VERSION.dll
    0x6D260000 - 0x6D26B000      C:\j2sdk1.4.1_02\jre\bin\JdbcOdbc.dll
    0x15440000 - 0x15472000      C:\WINDOWS\System32\ODBC32.dll
    0x77330000 - 0x773BB000      C:\WINDOWS\system32\COMCTL32.dll
    0x773C0000 - 0x77BB4000      C:\WINDOWS\system32\SHELL32.dll
    0x70A70000 - 0x70AD5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x76390000 - 0x763D5000      C:\WINDOWS\system32\comdlg32.dll
    0x78090000 - 0x78174000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x1F850000 - 0x1F867000      C:\WINDOWS\System32\odbcint.dll
    0x155A0000 - 0x155FE000      C:\WINDOWS\System32\SQLSRV32.dll
    0x5C6B0000 - 0x5C6DD000      C:\WINDOWS\System32\SQLUNIRL.dll
    0x77110000 - 0x7719B000      C:\WINDOWS\system32\OLEAUT32.dll
    0x71C10000 - 0x71C5E000      C:\WINDOWS\System32\NETAPI32.dll
    0x75920000 - 0x75927000      C:\WINDOWS\System32\NDDEAPI.DLL
    0x1FA20000 - 0x1FA37000      C:\WINDOWS\System32\sqlsrv32.rll
    0x76F80000 - 0x76F90000      C:\WINDOWS\System32\Secur32.dll
    0x15600000 - 0x15619000      C:\WINDOWS\System32\odbccp32.dll
    0x15620000 - 0x1562F000      C:\WINDOWS\System32\DBNETLIB.DLL
    0x71AC0000 - 0x71AC9000      C:\WINDOWS\System32\WSOCK32.dll
    0x71F70000 - 0x71F74000      C:\WINDOWS\System32\security.dll
    0x76D00000 - 0x76D1D000      C:\WINDOWS\system32\msv1_0.dll
    0x76790000 - 0x767A3000      C:\WINDOWS\System32\ntdsapi.dll
    0x762A0000 - 0x76329000      C:\WINDOWS\system32\crypt32.dll
    0x76280000 - 0x7628F000      C:\WINDOWS\system32\MSASN1.dll
    0x15820000 - 0x15844000      D:\Program\Trillian\events.dll
    0x76C80000 - 0x76CA2000      C:\WINDOWS\system32\imagehlp.dll
    0x6DAA0000 - 0x6DB1D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BE0000 - 0x76BEB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Jan 14 15:03:28 2004
    Elapsed Time = 140
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
    #All help will be greatly appriciated!
    - Karl XII

    Here is the code that creates the resultSet:
    ResultSet resultset = null;
            try {
            Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver");
             Connection connection2= DriverManager.getConnection(
                   "jdbc:odbc:mittDSNnamn", "", ""); //Pass och userID*/
             Statement stmt = connection2.createStatement(
                                          ResultSet.TYPE_SCROLL_INSENSITIVE,
                                          ResultSet.CONCUR_UPDATABLE);
             resultset = stmt.executeQuery(sqlCommand); 
          } catch (Exception e) {
             System.out.println( "I sqlHanteraren f�r vi: " + e);  

  • Manage presentation catalog and permission

    Hi all,
    I need help: in Oracle BI I can't use permission in 'Manage Presentation Catalog Groups and Users'.
    This is because I create a new dashboard (on Explorer) and a new group and user(in rpd file).
    Then I try to relate this things but it's wrong..
    And now in 'Manage Presentation Catalog Groups and Users' I coundn't add users to groups.
    Which is the file where Oracle BI save the permission?
    What I can do?
    Thanks

    this is my situation:
    !http://lh5.ggpht.com/_Mf5eEi3FM3E/SciVars21lI/AAAAAAAAA8E/Ek3cWJzju7k/s800/Errore.JPG!
    and this-one is the right one:
    !http://lh3.ggpht.com/_Mf5eEi3FM3E/SciVayubqRI/AAAAAAAAA8M/Rt90SH1G7iI/s800/NONErrore.JPG!
    It's the same in ‘Manage Presentation Catalog’ and ‘Manage Interactive Dashboard’: I couldn't modify the permission to report/dashboard..
    Internet Explorer give me this warinig:
    !http://lh3.ggpht.com/_Mf5eEi3FM3E/ScimT_XfmpI/AAAAAAAAA9E/DII0j2VzrNo/s800/Outlook.jpg!
    ..but in the file 'catalogsysmessages.xml' there's the right row:
    <WebMessage name="kmsgPermsDlgAdd"><TEXT>Nuovo</TEXT></WebMessage>
    Edited by: salhpao on Mar 24, 2009 9:24 AM

  • An error in the system has occurred. Please contact the system admin'

    Hi chaps
    So I get this message when I try and click "Solved" :
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    And then when I try to send a 'comment' AppleCare I get
    "An error has occurred. Please try again later".
    Is it me or them ?
    Many thanks Roger

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

  • 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

  • Getting "An error in the system has occurred" using Safari on Apple site

    When using Safari 3.1 on the Apple site to view the discussion forums I get the message: "An error in the system has occurred. Please contact the system administrator if the problem persists."
    I'm able to use the forums using FireFox.
    No one else seems to be having this problem according to the search function.

    This appears to be a one-off problem, so mark as resolved.

  • Error before sending due to idoc parsing error: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDocXML

    Hello Rescue Team,
    I am facing the following error :\
    16.06.2014 23:22:42.164
    Error
    Error before sending due to idoc parsing error: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDocXML for type <ZORDERS10>: state=READING_FIELD_VALUE_TAG, charPosition=526, lineNumber=1, columnNumber=527
    16.06.2014 23:22:42.166
    Error
    MP: exception caught with cause com.sap.aii.af.idoc.exception.IDOCAdapterException: Error before sending due to idoc parsing error: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDocXML for type <ZORDERS10>: state=READING_FIELD_VALUE_TAG, charPosition=526, lineNumber=1, columnNumber=527
    16.06.2014 23:22:42.190
    Error
    Exception caught by adapter framework: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDocXML for type <ZORDERS10>: state=READING_FIELD_VALUE_TAG, charPosition=526, lineNumber=1, columnNumber=527
    16.06.2014 23:22:42.190
    Error
    Transmitting the message to endpoint <local> using connection EDISeparator_http://sap.com/xi/XI/EDISeparator failed, due to: com.sap.aii.af.idoc.exception.IDOCAdapterException: Error before sending due to idoc parsing error: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDocXML for type <ZORDERS10>: state=READING_FIELD_VALUE_TAG, charPosition=526, lineNumber=1, columnNumber=527
    and the payload transferred is as attached in the attachment below.
    I have refered various blogs, however I am still not able to understand how to get the exact location of the error location..According to me, the value that is giving trouble is OTH in <BSARK> however I have checked the permitted values for BSARK on ECC and OTH is maintained.
    Can you please help how I can resolve this error.
    Thanks
    Saurabh

    Hi Guys,
    This is solved..I corrected the date format of the ZZTIME segment from 1157 to 115700.
    Thanks
    Saurabh

  • "Internal error: An unexpected exception has occurred" error message displayed when browsing a cube.

    “Internal error: An unexpected exception has occurred“ error message displayed when browsing a cube.
    The error behaviour is quite irregular and does not occur for specific condition.
    Will cumulative update 9 for SQL Server 2008 R2 (SP1) installation help to fix the issue which is provided on the below link:
    (http://support.microsoft.com/kb/2152148)
    The current version of SQL Server I am using is as below:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)   Jun 17 2011 00:54:03   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
    Thanks in advance for the help!

    Hi Mon,
    The hotfix you said is for Microsoft SQL Server 2008. So it will not work on your scenario since you are using SQL Server 2008 R2.
    Based on the limited information, we cannot give you the exact reason that cause this issue. In order to narrow down this issue, you can apply the latest Service Pack and Cumulative Update as GregGalloway said. Besides, you can troubleshoot this issue by
    using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • Error "BBP_BD 002: An Exception occured" when changing doc type

    Hi All,
    We are using the BADI BBP_TARGET_OBJTYPE to determine a PR or PO and change the doc type if PR is determined.
    PR/PO is determined correctly but when we tried to assign new doc type for PR getting error "BBP_BD 002: An Exception occured" .
    Below is the code.
    IF wa_item-be_doc_type='ECPO'
          IF wa_item-catalogid IS INITIAL OR wa_item-catalogid CO space
            wa_item-pack_objtype = 'BUS2105'. "PR
            wa_item-be_doc_type = 'ECPR'
          ELSE.
            wa_item-pack_objtype = 'BUS2012'. "PO
          ENDIF.
          MODIFY ct_item FROM wa_item TRANSPORTING pack_objtype.
    END IF
    Can any one tell is this correct or do we need to modify anything?
    Thanks in advance,
    Jagadish
    Edited by: Jagdish Reddy on Aug 17, 2008 3:47 PM

    Hi Dave,
    Thanks for the prompt response!
    We are able to create PR but we want to tie the PR to doc type 'ECPR'. That is why added wa_item-be_doc_type='ECPR'
    If we take out this code it works fine and system creates a PR with doc type 'ECPO'. We do not want this. We want doc type 'ECPR'
    Where is obj_to_gen in the BADI? I do not see that. Is this ina any structure?
    Thanks again.
    Jagadish

  • Not able to see Presentation catalog in BI Office

    Hi All,
    I have upgraded from MS Office 2003 to 2007. I have installed BI office on my local system and trying to connect to my dev server. The connection is successful and able to login to BI office from MS Excel 2007 but I am not able to see the presentation catalog window in the Excel 2007.
    Please let me know if anybody else has encountered similar sort of issues.
    Can anyone guide me, this is smthng urgnt...
    Regards,
    Apoorv
    Edited by: user11001347 on Sep 29, 2009 12:50 AM

    Hi,
    I had the same problem and also tried to fix it by uninstalling and reinstalling the BI Office Plug-In. I found the complete uninstallation is a little more than just running it through Windows "Add and remove programs"
    Here is what I found:
    1. Uninstall using "normal" Windows functionality
    2. Search the folder "C:\Program Files\InstallShield Installation Information"
    - there are a lot of folders beginning {.. in that
    - search every folder and find the one for Oracle BI Office by opening every "setup.ini"
    - remember that folder
    - delete that folder
    3. Open windows registry and found the same key remembered earlier
    - delete everything containing that key
    4. Open MS Excel, Manage AddIns and look if the PlugIn is still installed. If yes, delete it
    5. Delete the folders where you've installed Oracle BI Office (both: BIOfficeExcel and BIOfficePowerpoint
    Re-Install Oracle BI Office

  • How can I make two single BI Servers share the same presentation catalog?

    Hi all,
    I have two single BI Servers(not in the cluster).Now,I want the two Servers can share the same presentation catalog. How can I do it?
    Thanks in Advance!

    Select the lines > Format menu > Advanced > Move Object to Section Master

  • Content of xml and atr files in Presentation Catalog.

    Guys i need info on what is the exact content of the .xml and .atr files in Presentation Catalog.
    I need to study the contents in detail.
    Please help me.

    Hello,
    Please follow the below URL
    http://debaatobiee.wordpress.com/tag/obiee-catalog-atr-file/
    Hope its helpful to you.
    Thanks
    Please close the threads which has been answered, so that it can be helpful to others.

  • Presentation Catalog not Checked Out with Multiuser Development

    I have 2 fact tables that belong to one Business Model that are then used to create 2 Presentation Catalogs. I created a project and added the fact tables, which shows the 2 Presentation Catalogs in the right pane to he project , and all looks well. But when I check the project out to my local machine, the Presentation Catalogs are not checked out. I do get the Business Model and Physical Layer, but no Presentation Catalog. Any ideas?
    I see in the Oracle docs that compound fact tables are not allowed in projects. I do not believe I have a compound table, but please tell me if I am wrong. In the Business Model and Mapping Layer, each fact table logical source lists only one physical fact table...but in the Presentation Layer, one of the catalogs does use 2 logical fact tables. Is this the problem?
    Thanks!

    I did not see such an option, I asked around, appears nobody knows, but I admit there could be a way.
    I still suggest opening an MS Connect so somebody from the development team would respond.
    Arthur My Blog

  • PowerPoint - Present Online - Error starting online presentation - Cannot connect to this service. Check your network connection and try again.

    "Present Online
    Error starting online presentation
    Cannot connect to this service. Check your network connection and try again."
    On March 31, we starting experiencing this issue across our entire domain. We have not made any changes to our network configuration. We are using the same ISP, routing hardware, computer hardware, software versions and group policy settings as we were on March
    30.
    The issue appears to be related to network connectivity. 
    Here is what I have found so far:
    We have three networks in our building and two ISPs.
    Network-A uses ISP-A and is affected by the issue. Network-A is our corporate domain.
    Network-B uses ISP-B and is affected by the issue.
    Network-C uses ISP-B and is not affected by the issue.
    If I take a Network-A domain member and launch PowerPoint while connected to Network-A and ISP-A I am unable to upload PowerPoint presentations. 
    If I connect the same computer to Network-C, the issue persists.
    If I close PowerPoint, connect to Network-C, and reopen PowerPoint while connected to Network-C, I am able to upload presentations.
    A non-domain computer is affected by the issue if PowerPoint is opened while connected to Network-A or Network-B, but unaffected if PowerPoint is launched while connected to Network-C. Again, in this scenario, switching connections while PowerPoint is open
    has no effect.
    The issue appears to be caused during PowerPoint start-up and not while attempting to share a document.
    Microsoft is either unwilling or unable to find a resolution and has finally resorted to simply ignoring my calls, voicemails, emails, and ticket requests regarding this issue. Any suggestions would be greatly appreciated.
    Here is a brief description of our configuration and what I have tried so far.
    Windows Installer Version    5.0.7601.18493
    OS Details                   Microsoft Windows 7 Enterprise , SP 1, Version: 6.1.7601, Codepage: 1252, Country Code: 1, Language: 1033, System Type: x64-based PC
    Microsoft Office 365 ProPlus - en-us 
    ProductVersion 15.0.4701.1002
    License Family: OfficeO365ProPlusR_Subscription1
    License Status: 1 - LICENSED
    Intel Core i3
    4GB DDR
    ISP-A => 100mb fiber
    ISP-B => 30/50mbps down / 3/5mbps up cable
    Clearing the internet cache
    Clearing the OneDrive cache
    Adding all related office.live URLs to trusted sites
    Selecting lowest security settings for trusted sites
    Changing permissions on the .ppt file to allow full permissions to everyone
    Creating a blank PowerPoint presentation
    Changing the location of the .ppt file to the local drive's user folder
    Upgrading Office
    Repairing Office
    Downgrading Office
    Installing Skype (Microsoft recommendation)
    Leaving the domain
    Rebooting the routers and switches on Network-A
    Rebooting the router on Network-B
    Upgrading the firmware for the router on Network-B
    Disabling the firewall on Network-B
    Enabling the firewall on Network-C(in an attempt to induce the problem)

    The problem seems to have fixed itself, the computer may just have needed to be restarted.

Maybe you are looking for

  • How vendor get info of schedule lines

    Hello Gurus, I am creating schedule lines from scheduing agreement. Now how does vendor come to know about these schedule lines. How vendor will be communicated about the new requirement? Schedule lines are generated in our system not in vendor's sys

  • BPM: How to return the total number of lines in Multiline Container Element

    Hi all: I am trying to follow the following blog to do message splitting: /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi In the blog, total number of messages for Me

  • SWF won't load on server but loads in preview

    I have an FLV video I imported in flash then put text on it. I embedded it in Dreamweaver using Insert > Media > SWF however, it only plays when I preview it and not when it's uploaded on the server. It's really frustrating me and have looked everywh

  • Unchecked tv shows keep syncing!

    I think my iTunes is possessed! I unchecked tv shows that I no longer want to sync to my iDevices. I unchecked to Sync TV Shows but they keep on syncing to my iPad and iPhone. Oddly enough it is different shows for the 2 devices..... Two shows on my

  • SQL Server Funktion in B1 Abfrage

    Hallo, Ich habe eine Funktion auf dem SQL-Server erstellt (CREATE FUNCTION BWA_START_DATE ...) und möchte diese gerne in einer B1 Abfrage nutzen. Leider erhalte ich die Fehlermeldung: 'BWA_START_DATE' wird nicht als Name einer integrierten Funktion e