Getting error in indexing monitor for particular indexes

Hi ,
As i am currently using TREX search engine to search documents and i am facing an error in some of the indexes.
Please find below screen shot of the error while clicking on error mode documents:
Please suggest.
Regards,
Krunal Patel

Hi Krunal,
what's the application you use with TREX? Is it Enterprise Portal?
Best regards,
Mikhail

Similar Messages

  • I am getting error while doing MFBF for semifinisg good

    Hi,
    i am getting error while doing MFBF for semifinisg good
    Existing standard cost estimate cannot be used
    Message no. RM175
    Diagnosis
    This error appears under the following circumstances:
    The existing standard cost estimate cannot be used for backflushing activities as the repetitive manufacturing profile was not maintained correctly when the standard cost estimate was carried out.
    The standard cost estimate must come from product costing. Other cost estimates (such as base object controlling) are not possible.
    Procedure
    The repetitive manufacturing profile assigned to the material at the time of the planned cost estimate must be a profile for repetitive manufacturing with product cost collector.
    Use product costing to create the standard cost estimate.

    I had already check REM profile repetitive mfg profile final backflush w. activities.
    this particular material is semifinish material attached in BOM of finish material.
    backflush of finish good is possible but now new requirement is to do production booking for the semifinish material.
    i had assign production version , done routing and maintain REM profile,
    created material cost with quantity structure ck11n then run the costing in ck40n.
    still getting the error what else is to done to able to book this thru MFBF.

  • Getting error "URI index 0 is not valid" in Oracle Service Bus

    Dear Friends,
    I am receiving an error "URI index 0 is not valid" while executing Customization File in Oracle Service Bus. I am not able to figure out why it is happening. Please help.
    Thank you.
    Regards,
    Palak Mathur

    AbhishekJ wrote:
    Change the:
    <xt:value>
    <tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">
    <URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</URI>
    <weight>1</weight>
    </tableElement>
    </xt:value>Section to:
    <xt:value>
    <tran:tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">
    <tran:URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</tran:URI>
    <tran:weight>1</tran:weight>
    </tran:tableElement>
    </xt:value>in your Customization File and try again.Hi Abhishek,
    I did the same thing. Actually, the deployment team was getting this error and they called me up to find out. I analyzed and sent the following response:-
    I was going through the Customization file. I removed all the elements from the file and started with only 1 envValueAssignments:-
    +<cus:envValueAssignments>+
    +<xt:envValueType>Service URI Weight</xt:envValueType>+
    +<xt:location>0</xt:location>+
    +<xt:owner>+
    +<xt:type>BusinessService</xt:type>+
    +<xt:path>CommonServices/Business Services/ServiceAddressV1RS</xt:path>+
    +</xt:owner>+
    +<xt:value xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</xt:value>+
    +</cus:envValueAssignments>+
    The customization file got executed perfectly. Then I added another envValueAssignments and it worked fine as well.
    Now, when I added
    +<cus:envValueAssignments>+
    +<xt:envValueType>Service URI Table</xt:envValueType>+
    +<xt:location xsi:nil="true"/>+
    +<xt:owner>+
    +<xt:type>BusinessService</xt:type>+
    +<xt:path>CommonServices/Business Services/ServiceAddressV1RS</xt:path>+
    +</xt:owner>+
    +<xt:value>+
    +<tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">+
    +<URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</URI>+
    +<weight>0</weight>+
    +</tableElement>+
    +</xt:value>+
    +</cus:envValueAssignments>+
    +, I got the above error, ie URI index 0 is not valid. If you check each element then you will know that tableElement defines a namespace as xmlns:tran="http://www.bea.com/wli/sb/transports" which is neither being used by the node nor its child elements. Also the error in server logs was:-com.bea.wli.sb.transports.TransportException: URI index 0 is not valid.+
    It stuck that we were doing something wrong here. I checked other elements in the same file and found that some of them were starting the node as <tableElement xmlns="http://www.bea.com/wli/sb/transports">. So, tableElements should be qualified with this namespace:-http://www.bea.com/wli/sb/transports. It was clear there was issue with qualified name of the element and hence I added the prefix "tran" and made entry as:-
    +<tran:tableElement xmlns:tran="http://www.bea.com/wli/sb/transports">+
    +<tran:URI>http://app-1ip-alsb-01.corp.intranet/ServiceAddressV1Proxy</tran:URI>+
    +<tran:weight>0</tran:weight>+
    +</tran:tableElement>+
    When I executed the changed customization file it worked. I checked with few more elements and they all worked making me sure that this was the error.
    So, the issue was that the OSB was not able to find any URI and for index 0 there was no URI available. Hence we were getting a weird error which was not at all user friendly. However, while making the OSb they must have thought that no one will make any manual changes (by hand in the file) and this error would be sufficient to tell that there is something wrong with the customization and we must regenerate the customization file.
    Only solution that we do not receive this error in future is rather than making changes to the customization file manually we should use OSB console or scripts to replace the properties. Otherwise we need to be very careful while touching the Customization file.
    Hope this helps.

  • Getting Error in Append Structure for Standard

    Hi all,
    Here i want to Append Structure in table RFPOS so i done all procedure . in this i have four field like ZZKUNNR , ZZNAMED , ZZLIFNR, ZZNAMEK. But when i active this structure this time i get error like
    "Field name INDEX is reserved (Do not use structure as include in DB table)"
    and
    "Field name ORDER is reserved (Do not use structure as include in DB table)"
    BUT structure is activated . now i can see my change in fbl3n T-code so i get proper change in this.
    But when i transport a request in Quality this time i am not getting same output which i get in Development .
    And yes request is transported with warning (YELLOW SIGN). So is it possible for this warning i am not geeting my proper output in FBL3N.
    Please kindly help me out
    Thanks
    Keyur

    Hello,
    Did you do anything else also that you might have missed to mention here?
    For example, was your Append structure already present in the table RFPOS & you deleted some of the fields & inserted the new ones. In this case, you might have to activate the table from database utility (transaction SE14).
    If this is an append structure & if it was pre-existing (not created by you), then this structure might already had been assigned to any other table. In such a case, system will not allow you to directly assign it to a different table. You may have to first assign it to an INCLUDE structure.
    Also, as you described, it indicates that there might be some problem with the fields named INDEX & ORDER. Try checking for it.
    May be you should check with your BASIS guy if the transport was successful & if not, the error description.
    Also, try checking the quality system for your changes.
    Hope that helps you in getting some direction.
    Let me know if that work out for you or not.
    Regards,
    Saurabh

  • Getting error back to XI for Asyn Proxy scenario

    Hi All,
        I am working on proxy scenario. i am using fault message type for  rising exception and scenario is asynchronous.  if ther is any application is throwing some exception, now it is not coming to xi. we can monitor it in R3. but i need to rise alert if ther is any application error. is ther any way to get the error back to XI for async proxy scenario...?
    Please help me
    Regard
    Pradeep P N

    Hi
       I will explain my scenario, suppose the message from xi reaches R3 succefully, but due to some back end configuration the data is not getting updated(eg for creating sale order ther should be some back end configuration), in that case the proxy will raise exception and message will get failed in R3,  i can monitor that in SXI_MONITOR in R3 as failed. but for XI it is success, When ever a message is getting failed in R3, i need to rise one exception.
    In XI sxi_monitor i can see it as success, but in message monitoring while monitoring Proxy Bussiness system i can show the status as Apllication error, if iam aable to get this proxy business system in Alert configuration then i think we can rise alert. is ther any way to get proxy business system with Adapter engine and Integration engine.  Please help me....
    Regards
    Pradeep P N

  • I am getting error messages installing update for CS6 Design & Web Premium

    I am getting error messages after trying to install an update for CS6 Design & Web Premium on my Imac running OS 10.6.8. The errors are all U44M1I215 with one U44M1D207 for Fireworks. Please assist.   dand45036
    Here are all the errors.
    DPS Desktop Tools CS6 32.0.0 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Dynamic Link Media Server CS6 1.0.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Extension Manager 6.0.8 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe Photoshop 13.0.6
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Dreamweaver CS5.5 11.5.3 Updater
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I210
    Flash Pro CS6 update 2
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I215
    Fireworks CS5 11.0.2 Update
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207
    Fireworks CS6 update to improve Mac 10.8 platform compatibility and resolve usability bugs.
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe Bridge CS6 5.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe InDesign CS6 (8.1.0) update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Dreamweaver CS6 (to version 12.0.3) to address HiDPI-compliance and resolve critical bugs.
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15
    Adobe Illustrator CS6 Update (version 16.0.4)
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U15

    you can update manually:
    pre cc updates:  http://www.adobe.com/downloads/updates/
    cc updates:  http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html
    cc 2014 updates:  win (http://prodesigntools.com/adobe-cc-2014-updates-links-windows.html) / mac (http://prodesigntools.com/adobe-cc-2014-updates-links-mac.html)

  • Getting error while Configuring NWA for PI 7.1

    Hello All,
    I'm presently working on PI 7.1, trying to configure /nwapi and for that purpose, implementing note # Note 1160261 - NWA for PI: Incomplete Component Tree.
    I'm presently in step # 5 for running Template Installer step -Configuring the Central NWA and getting error "Validation Error: Failed to retrieve CCMS Agents."
    To sort out, i did install CCMS agents for both ABAP & Java stack keeping Solution manager as my central system, although my both agents are running fine, still i'm getting this error, due to which i'm not able to proceed ahead. Please help me, if anyone has come across the same & wat should be the path forward for it.
    Eagerly waiting for some inputs...
    Thanks,
    Anand.

    Hi Anand,
    When configuring NWA for PI, it wants the PI system as CEN. So you have to register the CCMS agents at the PI system.
    With kind regards,
    Henk.
    Sorry for the same remark twice. The Expert Forums were experiencing a little hickup, I suppose...
    Edited by: H. Steenwijk on May 28, 2009 12:22 PM

  • TS1717 i keep getting error r6025 when searching for music.i have downloaded what itunes suggest but no change

    i keep getting error r6025 when searching store.i have downloaded the itunes suggestion but no change

    I was getting -3231 and kept seeing references online about routers and firewalls and connectivity issues.  I merely turned off my WiFi and went hardwired with ethernet and problem solved.  Give it a try and see if it works for you.

  • Getting Error:closing a connection for you. Please help

    Hello All,
    I'm using jboss3.2.6. I used ejb2.1 (session bean and entity bean[BMP]). I did few data base transations in cmp and few in simple data source connection.
    I'm getting below errors occasionally
    'No managed connection exception
    java.lang.OutOfMemoryError: Java heap space
    [CachedConnectionManager] Closing a connection for you. Plea
    se close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@11ed0d
    5
    I've given below my dao connection code here,
    package com.drtrack.util;
    import java.sql.Connection;
    import java.sql.SQLException;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.sql.DataSource;
    public class DAOUtil {
    private static DataSource _ds;
    public Connection con;
    public DAOUtil() throws SQLException {
    try {
    if (_ds == null)
    assemble();
    if(_ds != null && con == null) {
    con = _ds.getConnection();
    }catch(SQLException ex) {
    ex.printStackTrace();
    private void assemble() {
    Context ic = null;
    try {
    ic = new InitialContext();
    DrTrackUtil drutil = new DrTrackUtil();
    _ds = (DataSource) ic.lookup("java:/" + drutil.getText("SOURCE_DIR"));
    drutil = null;
    }catch (Exception e) {
    e.printStackTrace();
    }finally {
    try {
    ic.close();
    }catch(NamingException ne) {}
    public void closeConnection() throws SQLException {
    if(con != null)
    con.close();
    con = null;
    }below is the code with get connection and doing transaction in it.
    public static AccountMasterValueBean getAccountMasterByAcctId(String acctId) {
    AccountMasterValueBean bean = null;
    DAOUtil dao = null;
    CallableStatement cst = null;
    ResultSet rs = null;
    try {
    dao = new DAOUtil();
    cst = dao.con.prepareCall(DrTrackConstants.MSSQL_USP_ACCOUNTMASTER_BY_ACCTID);
    cst.setObject(1, acctId);
    rs = cst.executeQuery();
    if(rs != null && rs.next()) {
    bean = new AccountMasterValueBean(
    Integer.valueOf(rs.getString("accountkeyid")),
    rs.getString("latitude"),
    rs.getString("longitude"));
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    if(rs != null){
    try {
    rs.close();
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    rs = null;
    if(cst != null) {
    try{
    cst.close();
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    cst = null;
    if(dao != null) {
    try {
    dao.closeConnection();
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    dao = null;
    return bean;
    }I closed connections, resultsets and statements properly.
    Why I'm getting these errors.? Where I'm doing wrong. ? Please help me. I have to fix them ASAP.
    Thanks.

    Hello All,
    I'm using jboss3.2.6. I used ejb2.1 (session bean and entity bean[BMP]). I did few data base transations in cmp and few in simple data source connection.
    I'm getting below errors occasionally
    'No managed connection exception
    java.lang.OutOfMemoryError: Java heap space
    [CachedConnectionManager] Closing a connection for you. Plea
    se close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@11ed0d
    5
    I've given below my dao connection code here,
    package com.drtrack.util;
    import java.sql.Connection;
    import java.sql.SQLException;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.sql.DataSource;
    public class DAOUtil {
    private static DataSource _ds;
    public Connection con;
    public DAOUtil() throws SQLException {
    try {
    if (_ds == null)
    assemble();
    if(_ds != null && con == null) {
    con = _ds.getConnection();
    }catch(SQLException ex) {
    ex.printStackTrace();
    private void assemble() {
    Context ic = null;
    try {
    ic = new InitialContext();
    DrTrackUtil drutil = new DrTrackUtil();
    _ds = (DataSource) ic.lookup("java:/" + drutil.getText("SOURCE_DIR"));
    drutil = null;
    }catch (Exception e) {
    e.printStackTrace();
    }finally {
    try {
    ic.close();
    }catch(NamingException ne) {}
    public void closeConnection() throws SQLException {
    if(con != null)
    con.close();
    con = null;
    }below is the code with get connection and doing transaction in it.
    public static AccountMasterValueBean getAccountMasterByAcctId(String acctId) {
    AccountMasterValueBean bean = null;
    DAOUtil dao = null;
    CallableStatement cst = null;
    ResultSet rs = null;
    try {
    dao = new DAOUtil();
    cst = dao.con.prepareCall(DrTrackConstants.MSSQL_USP_ACCOUNTMASTER_BY_ACCTID);
    cst.setObject(1, acctId);
    rs = cst.executeQuery();
    if(rs != null && rs.next()) {
    bean = new AccountMasterValueBean(
    Integer.valueOf(rs.getString("accountkeyid")),
    rs.getString("latitude"),
    rs.getString("longitude"));
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    if(rs != null){
    try {
    rs.close();
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    rs = null;
    if(cst != null) {
    try{
    cst.close();
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    cst = null;
    if(dao != null) {
    try {
    dao.closeConnection();
    }catch(SQLException se) {
    logger.info("SQL Error: " + se);
    finally {
    dao = null;
    return bean;
    }I closed connections, resultsets and statements properly.
    Why I'm getting these errors.? Where I'm doing wrong. ? Please help me. I have to fix them ASAP.
    Thanks.

  • Went to update my ipod,now I am not able to use itunes because of an error... I have downloaded itunes again, saying it is uploaded then click itunes get error 7! Called for support, they are a joke !! Need advice please ...

    Went to update my itunes upon request from apple, updated now I have an error 7.
    I went to apple site to download itunes get message saying it is uploaded successfully.
    Go to itunes unable to because of error message. Called apple... they are a joke you have
    3 months to use the "phone service" after 3 months you have to pay $19.99 to talk to someone.
    Apple says update.. ha ha dont do it.. you wont be able to use your itunes.
    Any one have any suggestions in how to fix this issue??

    Hello cindib77,
    We've an article that provides further information and steps that can help resolve this error.
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/TS3074
    Cheers,
    Allen

  • Getting error while creating PO for direct material in SRM 7.0

    While creating PO in SRM for direct material,i am getting the error as :Backend error-No Funds center entered/derivedin item 00001(3000/2211100).Please suggest me the solution

    Hi,
    We are using PPS functionality with SRM 7.0
    Regards,
    Gopal
    Edited by: gopalthadi on Feb 9, 2011 5:01 PM

  • Overdrive files (.ACSM) will not open in ADE, keep getting errors. Have searched for solution..

    I am having issues downloading library books into ADE. I have been using ADE and borrowing library books for about a year, so I am not new to this. I double click the .ACSM file and ADE opens and acts like it's downloading the book, and then I get this error: "
    The document appears to have minor errors that might cause it to be displayed incorrectly
    --- errorListChange --- "
    or a couple of times I tried I got an "this cannot be opened in digital editions" error. This happened to me several weeks ago and I fixed it before with a solution I found in the forums here, but that didn't work this time. That solution said to open My Digital Editions folder, delete all the file names for the book I was trying to download, and then delete the RESTORE folder, and then delete all the temporary internet files in Internet Explorer. I did that and it didn't work, I actually have tried to download several books, and tried the solution several times, and it hasn't worked. Then I took the step of uninstalling and reinstalling ADE, that didn't work either.
    I also have deleted the .ACSM files of the books and then redownloaded them from Overdrive, and that didn't work either.
    I am at a loss. I have tried every solution I can think of, I haven't been able to come up with any other solutions in this forum for these issues, so if someone could help me, that would be great.

    I just tried it again and now it seems to be working fine. The only thing that seems to be different today is that my internet connection seems to be slightly faster. I don't know if that is a possibility for why I was getting those errors or not. I am just thankful that it is working again, but wary that I don't have a firm answer for what happened so that if it happens in the future I will be once again in the same position of not having a solution.

  • Getting error"invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready

    Hi,
    I am getting the below error in Comminication channel
    'Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready: java.io.IOException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready

    Hello,
    Have you checked if you are passing the correct content type by validating the generated SOAP request against the format the receiver is expecting? You can try using an HTTP diagnostic tool to analyze the HTTP header e.g fiddler.
    Hope this helps,
    Mark

  • Getting a suitable LCD monitor for MacBook

    Hi,
    There are so many wide screen monitor selling in the market.
    May I know which resolution is best suitable for the new macbook 13.3"?
    I have been seeing 1440X900(19"), 1366X768(18.5"), 1680X1050(19"), 1600X900(20").
    Any recommendation, for the above?

    Okie thank you.
    I was thinking which one will be closed to the macbook 13.3" screen.
    macbook screen recommended 1280X800 for its 13.3 inch screen itself.
    Guess I will get one which is closest.
    thank you again!

  • Getting error at validation stage for entity members

    Hi all,
    Any one could pls resolve the below error in FDM.
    Version:
    FDM:11.1.1.3
    Essbase: 9.3.0
    We r loading the data into essbase using FDM and its working fine until now.
    In Essbase Under "Entity" dimension we have hierarchy as below:
    --Entity (Gen1)
    --P10000(Level2)(Gen2)
    --P10010(Level1) 
    --P10009(Level0)
    --P10008(Level0)
    --P10007(Level0)
    ---LL10000(Level1)(Gen2)
    --LL10020(Level0)
    --LL10030(Level0)
    we deleted level0 members under P10010 parent in the above Entity hierarchy
    i.e:P10009 , P10008 level0 members
    After doing these changes in outline and run FDM job , it throughing error at validate stage saying that the following Entity dimension member "LL10030" are not in essbase or not a base member.
    After seeing this error in FDM , we crosscheck in essbase i.e the member "LL10030" is their in essbase as base member only.
    After getting this error, instead of deleting two level0 members we deleted only one level0 member i.e P10009. and executed the FDM job its working successfully.
    Really its strange error we r getting.
    could pls any one resolve the above error we r getting.
    quick response really appreciated.
    Regards,
    Prabhakar.

    Hi Prabhakar,
    We were having the same issue with HFM instead of Essbase. However, for us it was caused by the fact that we use a dedicated FDM server that occasionally has issues connecting with the HFM server. Actually we are still investigating this issue. Sounds stupid, but for us it worked to just press 'update grid' in maps or validating like 5-10 times and then it was ok.
    KR. J
    Edited by: JDeM on 27-jan-2011 5:27

Maybe you are looking for