EHP4 -CMXSV - Standard XStep Repository -error -reg

Hi,
We have aaplied EHP4 package to our existing ECC6.0 .
When i try to execute the transaction CMXSV - Standard XStep Repository  its asking for the plant ,
when i give the plant and execute system is throwing the below mentioned  error
please advice what to be done ? is it BASIS work or ABAP or soem customization missing ?
ERROR :
Internal error; SXS repository is not active or does not exist
and also require some help on using the XSTEPS concepts , can it be used only for PP-PI or PP-Discrete and REM also can make use of those ?
regards,
madhu kiran.

Hi There,
Please can you explain a little more. I am trying to run CMXSV and getting the response that it's not active.
Regards
DAren

Similar Messages

  • Question about key mapping for bank data in SP3 standard Vendor Repository

    Hello Colleagues:
    The situation is the following:
    1) MDM Standard vendor repository does not use Key Mapping for the qualified table data "Bank Details". This makes sense because normally you would pay a vendor in the same account and bank regardless of the company or R/3 system you are paying him from.
    2) However, here in my project customer don't have the same bank data for all of the 3 R/3 Systems. Furthermore, they would like to pay a vendor in a diferent bank and account number; depending on where the payment is generated (Company or R/3 system).
    Because of this, I though about creating a lookup table for the banks which would use key mapping. I did this and I had no trouble importing bank data in to it.
    Now I have this tables:
    1) Banks: Lookup Flat:
    Country and Bank Key as display fields.
    2) Bank Details: Qualified Flat:
    2.a) Field "Bank" as a non-qualifier display lookup field which points to a record on "Banks" table (Described in number 1).
    2.b) The rest of the fields (Account number, Account holder, Reference, etc.) as qualifier non-display fields.
    This aproach works well in data manager.
    However, when I try to import vendors from R/3, I'm not being able to map the bank details, not even with "compound field" functionality, because I cannot map the display fields in the "Banks" lookup table (Described in number 1); in the "Map Fields/Values" tab in the Destination fields pane, it won't show any fields from this table.
    Also, I'm not very sure if I will be able to syndicate this data back to the R/3 systems correctly, this is; replicate only the banks which exist on each R/3 client system.
    Any ideas on how to solve this problem? Please help.
    Best Regards,
    Jorge.

    ... Where
    did Terminal's default keystrokes (e.g., Esc,[5C for
    ctrl-right-arrow) come from? They just produce
    annoying beeps in bash. Are they standard sequences
    for some shell that I don't know about? I
    Somewhere deep in the bowels of computer history....for example
    http://vt100.net/docs/vt100-ug/table3-6.html
    http://www.termsys.demon.co.uk/vtansi.htm#cursor
    that is to say, these codes date back to early hardware terminals such as the VT100. I believe. And that is why Terminal is a member of a class of software called "terminal emulators".

  • Repository error while connecting OracleB2B to WLS

    I am trying to connect OracleB2B 11g to weblogic server 8.1 using Generic JMS-1.0 protocol. I have given the below details while configuring channels
    destination name: CI_to_WLI
    Connection Factory: weblogic.jws.jms.QueueConnectionFactory
    Destination Provider: java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://172.24.230.16:7001
    tried using credentilas of weblogic server too
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://172.24.230.16:7001;java.naming.security.principal=admin;java.naming.security.credentials=admin
    But as soon as i post a request i am able to see the below errors:
    Informational -: B2B-50025: Repository error: java.lang.NullPointerException
    at oracle.tip.b2b.msgproc.ToplinkHelper.findBusinessMessagesByWireMessag
    eId(ToplinkHelper.java:1289)
    at oracle.tip.b2b.msgproc.DbAccess.updateProcessingTime(DbAccess.java:57
    48)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1427)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:3216
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:2960)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecu
    tor.java:540)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:
    200)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run
    (WorkManagerExecutor.java:77)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManag
    er.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused By: java.lang.NullPointerException
    at oracle.tip.b2b.data.RTPContext.executeQuery(RTPContext.java:144)
    at oracle.tip.b2b.msgproc.ToplinkHelper.findBusinessMessagesByWireMessag
    eId(ToplinkHelper.java:1282)
    at oracle.tip.b2b.msgproc.DbAccess.updateProcessingTime(DbAccess.java:57
    48)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1427)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:3216
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:2960)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecu
    tor.java:540)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:
    200)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run
    (WorkManagerExecutor.java:77)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManag
    er.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Regards,
    Deepthi
    Edited by: user12396907 on Dec 29, 2009 8:50 PM

    Hi Deepthi,
    I still have doubt on port as by default, BAM server listens on port 9001. Please cross-check your servers configuration again.
    Please let me know what details must be given in destination provider other than URLDestination provider box should hold host name/ip address of server, port number, naming factory, user name and password in below format -
    java.naming.provider.url=t3://<host>:<port>;java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.principal=<username>;java.naming.security.credentials=<password>
    Regards,
    Anuj

  • IPM server Repository error issue..

    Hi All,
    We are using Invoice gateway for one opf our projects.
    I could able to scan the hard copy and cretae a bacth.
    OFR is creting the pdf, xml and txt file out of the scanned copy and keep it in a folder, so that IPM process them from then on.
    Once IPM processes it and invoke BPEL for further action.
    But IPM is throwig me the below error:
    [2012-05-09T15:32:49.785+05:30] [IPM_server1] [ERROR] [TCM-00162] [oracle.imaging.agents] [tid: [ACTIVE].ExecuteThread: '2' f
    or queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JSkzo^l5Ifs6wjZf6G1FeZj900000E,0] [APP: i
    maging] [dcid: f05c270b0bae50db:-392a3bea:13730f9cd54:-7ff2-0000000000000d86] Failed to load Batch for new filing.
    [2012-05-09T15:32:49.793+05:30] [IPM_server1] [ERROR] [TCM-00157] [oracle.imaging.agents] [tid: [ACTIVE].ExecuteThread: '2' f
    or queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JSkzo^l5Ifs6wjZf6G1FeZj900000E,0] [APP: i
    maging] [dcid: f05c270b0bae50db:-392a3bea:13730f9cd54:-7ff2-0000000000000d86] [arg: /u03/oracle/Middleware/user_projects/doma
    ins/BBECM_DOMAIN/IPM/InputAgent/Input/Stage/TestCase_Invoice_316_204_09052012.txt] An error occurred filing file /u03/oracle/
    Middleware/user_projects/domains/BBECM_DOMAIN/IPM/InputAgent/Input/Stage/TestCase_Invoice_316_204_09052012.txt.[[
    oracle.imaging.ImagingException: TCM-00787: A repository error occurred.
    faultType: SYSTEM
    faultDetails:
    ErrorCode = oracle.stellent.ridc.protocol.ServiceException, ErrorMessage = Unable to execute service IPM_LIST_IMAGI
    NG_AGENTS and function QuserSecurityAttributeByType.
    The error was caused by an internally generated issue. The error has been logged.
    at oracle.imaging.repository.ucm.UcmErrors.convertRepositoryError(UcmErrors.java:128)
    at oracle.imaging.repository.ucm.UcmAgentUserManager.getAgents(UcmAgentUserManager.java:77)
    at oracle.imaging.repository.ucm.UcmAgentUserManager.ensureAgentUserPermissions(UcmAgentUserManager.java:29)
    at oracle.imaging.repository.ucm.UcmRepositoryManager.connect(UcmRepositoryManager.java:411)
    at oracle.imaging.repository.RepositoryManagerFactory.getInstance(RepositoryManagerFactory.java:172)
    at oracle.imaging.repository.RepositoryManagerFactory.getInstance(RepositoryManagerFactory.java:57)
    at oracle.imaging.repository.RepositoryManagerFactory.getInstance(RepositoryManagerFactory.java:91)
    at oracle.imaging.application.ApplicationServiceImpl.getSingleApplication(ApplicationServiceImpl.java:516)
    at oracle.imaging.application.ApplicationServiceImpl.getSingleApplication(ApplicationServiceImpl.java:467)
    at oracle.imaging.application.ApplicationServiceImpl.getApplication(ApplicationServiceImpl.java:348)
    at oracle.imaging.batch.BatchServiceImpl.loadApplication(BatchServiceImpl.java:348)
    at oracle.imaging.batch.BatchServiceImpl.createBatch(BatchServiceImpl.java:70)
    at oracle.imaging.inputagent.InputFilingMDB.loadBatch(InputFilingMDB.java:404)
    at oracle.imaging.inputagent.InputFilingMDB.initializeFiling(InputFilingMDB.java:371)
    at oracle.imaging.inputagent.InputFilingMDB.onMessage(InputFilingMDB.java:166)
    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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    nvocation.java:182)
    n.java:149)
    tionInterceptor.java:131)
    nInterceptor.java:119)
    n.java:171)
    ptor.java:89)
    n.java:171)
    tionInterceptor.java:131)
    nInterceptor.java:119)
    n.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy242.onMessage(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    erSecurityAttributeByType.
    The error was caused by an internally generated issue. The error has been logged.
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:125)
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:101)
    at oracle.imaging.repository.ucm.UcmResponse.<init>(UcmResponse.java:66)
    at oracle.imaging.repository.ucm.UcmRequest.makeOneServiceCall(UcmRequest.java:397)
    at oracle.imaging.repository.ucm.UcmRequest.makeServiceCall(UcmRequest.java:219)
    at oracle.imaging.repository.ucm.UcmAgentUserManager.getAgents(UcmAgentUserManager.java:65)
    ... 41 more
    Can anyone please let me know the solution for the this repository error issue.
    I bounsed the IPM server, but it didnt resolve the problem.
    Thanks in advance
    Chandru

    This seems to be an error due to mapping from IPM. It can be more clear if the text file and screen shot of work flow mapping is uploaded.
    Regards,
    Vikrant Korde

  • Standard report s_ahr_61015512 .,., error

    When i run the standard report s_ahr_61015512 .,., error message (Unsolicited application group 0001 does not exist) is coming how can i clear this error

    SPRO
    Personnel Management u2013 Recruitment u2013IMG  Applicant Administration u2013 Applicant Structure u2013 Create Applicant Groups.
    Applicant group Applicant Group text Applicant class Applicant class text
    1 Active External AP External applicant
    2 Active internal P Internal applicant
    3 Student employee AP External applicant
    4 Temporary Worker AP External applicant
    Personnel Management u2013 Recruitment u2013 Applicant Administration u2013IMG  Applicant Structure u2013 Create Applicant Ranges.
    1 Trainee
    2 Salaried Employees
    3 Managerial Staff
    Personnel Management u2013 Recruitment u2013 Applicant Administration u2013IMG  Applicant Structure - Create Unsolicited Application Groups.
    Unsoli Appl Unsol ApplicationGroup Administrator Administrator Name
    001 Acounting dept. SCH Egon Schulz
    002 Sales & distribution MEI Hans Meier
    003 Personnel dept. MEI Hans Meier
    004 Development SCH Egon Schulz
    and assign NUAMP with applicant grp and ranges

  • Significance of Long Text Field in Standard Product Repository

    Hi All,
    In Standard Product Repository i could see on Field with Name "Long Text" of type "Text Large". Can any one explain me what is the use of this field and data population logic for this field i.e. from which table/field of ECC & CRM this field will be populated..
    Regards,
    Shiv.

    got it.....

  • Repository error:Error -: AIP-50143:Transaction Instance Not fo

    Hi Ramesh,
    The Scenario is as follows:
    1. we are running a stub on WLI server(back end) which enques a message in to the JMS queue.
    2.This JMS queue is used in the B2B internal delivery channel.
    3.The message is coming to the B2B , however we are getting an error with the following message.
    ******ERROR*******
    2008.10.31 at 16:29:35:289: Thread-27: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>null</correlationId>
    <b2bMessageId>AC1F755B11D528EE26C000001BDC0BC0</b2bMessageId>
    <errorCode>AIP-50014</errorCode>
    <errorText>General Error</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (PUNIN1879164419)
    Description: General Error
    StackTrace:
    Error -: AIP-50014: General Error: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1178)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:134)
    at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:609)
    at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:235)
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3214)
    at oracle.tip.adapter.b2b.msgproc.Response.outgoingResponse(Response.java:904)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1135)
    ... 3 more
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:874)
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3211)
    ... 5 more
    Caused by: Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.B2BWFEventManager.handleException(B2BWFEventManager.java:478)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.getTransactionInstance(CollabCatalogAccessor.java:364)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.setTransactionState(CollabCatalogAccessor.java:283)
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:871)
    ... 6 more
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) Engine:notifyApp Exit
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleOutboundException Updated the Error Message Successfully: Error -: AIP-50014: General Error
    ******ERROR*******
    the screnario is working when we directly put the message on to the queue.
    Please help .
    Thanks & Regards
    Sachin (Infosys Team)

    Please refer Re: AIP-50025:  Repository error ?
    Regards,
    Sinkar
    [From Ramesh Team]

  • Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Inst

    Hi,
    Hi Ramesh,
    The Scenario is as follows:
    1. we are running a stub on WLI server(back end) which enques a message in to the JMS queue.
    2.This JMS queue is used in the B2B internal delivery channel.
    3.The message is coming to the B2B , however we are getting an error with the following message.
    ******ERROR*******
    2008.10.31 at 16:29:35:289: Thread-27: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>null</correlationId>
    <b2bMessageId>AC1F755B11D528EE26C000001BDC0BC0</b2bMessageId>
    <errorCode>AIP-50014</errorCode>
    <errorText>General Error</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (PUNIN1879164419)
    Description: General Error
    StackTrace:
    Error -: AIP-50014: General Error: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1178)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:134)
    at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:609)
    at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:235)
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3214)
    at oracle.tip.adapter.b2b.msgproc.Response.outgoingResponse(Response.java:904)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1135)
    ... 3 more
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:874)
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3211)
    ... 5 more
    Caused by: Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.B2BWFEventManager.handleException(B2BWFEventManager.java:478)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.getTransactionInstance(CollabCatalogAccessor.java:364)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.setTransactionState(CollabCatalogAccessor.java:283)
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:871)
    ... 6 more
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) Engine:notifyApp Exit
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleOutboundException Updated the Error Message Successfully: Error -: AIP-50014: General Error
    ******ERROR*******
    the screnario is working when we directly put the message on to the queue.
    Please help .
    Thanks & Regards
    Sachin (Infosys Team)

    Please refer Re: AIP-50025:  Repository error ?
    Regards,
    Sinkar
    [From Ramesh Team]

  • Error -:  AIP-50014:  General Error: Error -:  AIP-50025:  Repository error

    Hi
    Has anyone seen this exception, any idea what causes this exception
    Description: General Error
    StackTrace:
    Error -: AIP-50014: General Error: Error -: AIP-50025: Repository error : Error -: AIP-11016: SQL error: java.sql.SQLException: Missing defines
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1213)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-11016: SQL error: java.sql.SQLException: Missing defines
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireMsgState(DbAccess.java:2545)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2291)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1823)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         ... 3 more
    Caused by: Error -: AIP-11016: SQL error: java.sql.SQLException: Missing defines
         at oracle.tip.repos.core.driver.CatalogQueryDriver.updateInternalObject(CatalogQueryDriver.java:980)
         at oracle.tip.repos.core.driver.CatalogQueryDriver.getRefreshedObject(CatalogQueryDriver.java:763)
         at oracle.tip.repos.core.driver.CatalogQueryDriver.refresh(CatalogQueryDriver.java:481)
         at oracle.tip.repos.core.driver.CatalogDriver.refresh(CatalogDriver.java:1699)
         at oracle.tip.repos.core.persistency.PersistencyService.refresh(PersistencyService.java:545)
         at oracle.tip.adapter.b2b.msgproc.DbAccess.updateWireMsgState(DbAccess.java:2534)
         ... 7 more
    Caused by: java.sql.SQLException: Missing defines
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:239)
         at oracle.jdbc.driver.RawAccessor.getBytes(RawAccessor.java:81)
         at oracle.jdbc.driver.T4CRawAccessor.getBytes(T4CRawAccessor.java:336)
         at oracle.jdbc.driver.OracleResultSetImpl.getBytes(OracleResultSetImpl.java:660)
         at oracle.jdbc.driver.OracleResultSet.getBytes(OracleResultSet.java:1678)
         at oracle.tip.repos.core.driver.CatalogQueryDriver.updateInternalObject(CatalogQueryDriver.java:896)
         ... 12 more

    Hi,
    We got this error on our production oracle b2b repeatedly.
    2010.01.07 at 12:52:04:936: Thread-10: B2B - (ERROR) Error -: AIP-50025: Repository error : Error -: AIP-11057: Reading/
    commit LargeString/XMLString before closing writer: Error -: AIP-11057: Reading/commit LargeString/XMLString before closin
    g writer
    Is there anyway to overcome this? What is the possible reason for this error?What steps do we need to take?
    We are on MLR#11 and will be upgrading to MLR#13 in a few weeks.
    Regards
    Kavitha

  • Standard Run Time Errors

    Hello All,
    With regard to Standard Run Time errors, say SUM_OVERFLOW, where do we get the documentation about this error(as well as erors of this type)
    1. Dump analysis ST21 and the other that strikes me is the 2. OSS
    Do correct me if i am wrong and please provide me further information.
    TQ
    - Sravan

    Hi,
    the ABAP keyword documentation offers a full text search.
    If you enter SUM_OVERFLOW, you learn that this exception is raised from the SUM statement in a loop over an internal table.
    Regards,
    Horst

  • KM File Repository Error-Canonical Path

    Hi
    We are trying to configure a File repository manager.
    In Component Monitor we are getting Error for That repository  as  Startup Error:  getting mapped math - Canonical path not available for "Folder Name"
    And the Trace log is giving error as follows:
    java.io.IOException: Canonical path not available for "folder Name"
    Any clue>
    Deepti

    Hi Deepti
    Try to double check username and password. And take a look at these threads:
    Startup Error:  folder Root has no canonical
    cm repository error: folder has no canonical file
    Startup Error in CM repository in fsdb mode
    Best regards,
    Martin

  • AIP-50025:  Repository error?

    Hi,
    When I am enqueuing the message through stub(simulator of TP), I am getting this error. Please tell me that where exactly the problem is?
    2008.11.13 at 21:09:04:927: B2BStarter thread: B2B - (DEBUG) B2BStarter - Exception Error -: AIP-50025: Repository error
    2008.11.13 at 21:09:04:927: B2BStarter thread: B2B - (DEBUG) B2BStarter - Leaving ExecutionContext
    2008.11.13 at 21:09:04:927: B2BStarter thread: B2B - (DEBUG) B2BStarter - Sleeping for 30000
    2008.11.13 at 21:09:34:932: B2BStarter thread: B2B - (DEBUG) B2BStarter - Context Initialized
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (DEBUG) B2BStarter - Start B2B
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (DEBUG) B2BStarter - Starting B2B
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (DEBUG) XEngine not running. So no need to clear cached objects inside XEngine.
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [0] EDI X12 over AS1
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [1] HL7 over MLLP Exchange
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [2] Custom Document over Generic Exchange
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [3] EDI EDIFACT over Generic Exchange
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [4] EDI X12 over Generic Exchange
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [5] RosettaNet over RNIF
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [6] Custom Document over MLLP Exchange
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [7] Custom Document over AS1
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [8] EDI EDIFACT over AS1
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [9] HL7 over Generic Exchange
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [10] Custom Document over Internet
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [11] Custom Document over ebMS
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [12] EDI EDIFACT over Internet
    2008.11.13 at 21:09:34:948: B2BStarter thread: B2B - (INFORMATION) Repository:print: [13] EDI X12 over Internet
    2008.11.13 at 21:09:35:010: B2BStarter thread: B2B - (ERROR) Error -: AIP-50025: Repository error
         at oracle.tip.adapter.b2b.init.Repository.readCertificates(Repository.java:1306)
         at oracle.tip.adapter.b2b.init.Repository.initExchange(Repository.java:643)
         at oracle.tip.adapter.b2b.init.Repository.initialize(Repository.java:716)
         at oracle.tip.adapter.b2b.init.B2BServer.readRepository(B2BServer.java:451)
         at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:183)
         at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:298)
         at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:144)
         at java.lang.Thread.run(Thread.java:534)
    2008.11.13 at 21:09:35:010: B2BStarter thread: B2B - (ERROR) Error -: AIP-50025: Repository error
         at oracle.tip.adapter.b2b.init.Repository.initExchange(Repository.java:646)
         at oracle.tip.adapter.b2b.init.Repository.initialize(Repository.java:716)
         at oracle.tip.adapter.b2b.init.B2BServer.readRepository(B2BServer.java:451)
         at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:183)
         at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:298)
         at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:144)
         at java.lang.Thread.run(Thread.java:534)
    Thanks in advance.
    Regards,
    Anuj Dwivedi

    This thread may be of help.
    Re: Import Certificates into Wallet
    There is an issue in reading the certificate.

  • OWB import fails with corrupted repository error

    Hi,
    Please anyone can suggest a solution for the below problem. I am trying to import set of changes done in development through a Colllection into acceptance. But it keeps failing due to the 'Corrupted Repository' error.
    The OWB Version is OWB 11.1.0.7 which is upgraded version (from 11.1.0.6). I have also compared the SAP_FTP and Background values which are same (10007) on PROPERTYDEFINITION_V.
    Also we have run the repository clean up scripts which reported no issues. But still the error is reported. Please help.
    Please find the error reported.
    Corrupted repository: property
    CMPPurePhysicalObject@b63f4c/id=1398949/owningFCO=1398829/proxyFor=(CMPPurePhysi
    calObjectGen@f5c621/id=1398949/stname=DataEntityKeys/pname=JOU_JOU_FK/lname=DATA
    ENTITY.KEYS/status=DIRTY_PROP_ONLY/committed=true/persistent=true/propsLoaded=tr
    ue) exists when adding
    CMPPurePhysicalObject@d17ed9/id=1598399/owningFCO=1398829/proxyFor=(CMPPurePhysi
    calObjectGen@1df0a37/id=1598399/stname=null/pname=JOU_JOUM2_FK/lname=DATAENTITY.
    KEYS/status=NEW/committed=false/persistent=true/propsLoaded=false)
    Thanks,
    Lee.

    Good morning,
    When importing MDL file you should have an log file generated. This log file is usually in the same directory as your *.mdl unless specified differently. In the error you posted there is a JOU_JOU_FK and I think this is the corruption. Find the mapping using this table associated to this JOU_JOU_FK and drop the mapping first. Check the log generated from the import it may specify the mapping to drop.
    I import my (collection) mdl's with TCL scripts and I generate errors log or completion log. This way I can track my deployment to other environment and see if all mappings were deployed and compiled properly. The first part of the log mentions if the MDL imported properly then I performs a validate on it. If i received and error during import the log will list the mapping.
    example: Error at line 8,624: MDL1261: Error importing MAPPING .....
    Sometimes if I have many mappings to drop. I may receive an error log and have to include the mapping to be dropped in my TCL script.

  • Indesign standard version installation error for Mac OS: "installer failed to initialize.

    Indesign standard version installation error for Mac OS: "installer failed to initialize. Please download Adobe Support Advisor to detect problem". Transferred by application over to new laptop, application considered damaged, with instructions to reinstall. Attempting from downloaded file.

    go to HD>library>application support>adobe>caps and rename the caps folder.
    go to USER library>application support>adobe>OOBE and rename OOBE folder
    install Adobe application manager from below link.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774

  • B2B-50025:  Repository error

    Hello All,
    We are getting the following error on SOA 11.1.1.5 B2B - it happens only intermittently and the message goes through successfully on re-post. Any idea what can be causing this?
    Thanks in advance.
    Suresh
    oramds:/soa/b2b/RosettaNet/V02.03/Pip3A6PurchaseOrderStatusNotification/Pip3A6_V0203_def/RN_3A6N_V0203.xsd<Line 3, Column 113>: XML-24500: (Error) Can not build schema 'http://www.w3.org/XML/1998/namespace' located at 'http://www.w3.org/2001/xml.xsd'
    oramds:/soa/b2b/RosettaNet/V02.03/Pip3A6PurchaseOrderStatusNotification/Pip3A6_V0203_def/RN_3A6N_V0203.xsd<Line 580, Column 46>: XML-24528: (Error) Invalid reference: 'http://www.w3.org/XML/1998/namespace:lang'
    <Mar 23, 2012 5:28:23 AM EDT> <Error> <oracle.soa.b2b.engine> <BEA-000000> <oracle.xml.parser.schema.XSDException: Can not build schema 'http://www.w3.org/XML/1998/namespace' located at 'http://www.w3.org/2001/xml.xsd'
    at oracle.xml.parser.schema.XSDBuilder.buildSchema(XSDBuilder.java:794)
    at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:442)
    at oracle.tip.b2b.validation.XSDValidation.getXMLSchema(XSDValidation.java:177)
    at oracle.tip.b2b.mds.QueryManager.getSchema(QueryManager.java:2929)
    at oracle.tip.b2b.message.B2BHeader.getXMLSchma(B2BHeader.java:974)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processXMLDocumentWithXSD(RNDocumentPlugin.java:426)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processXMLDocument(RNDocumentPlugin.java:304)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processIncomingDocument(RNDocumentPlugin.java:191)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2515)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    oracle.xml.parser.schema.XSDException: Can not build schema 'http://www.w3.org/XML/1998/namespace' located at 'http://www.w3.org/2001/xml.xsd'
    at oracle.xml.parser.schema.XSDBuilder.buildSchema(XSDBuilder.java:794)
    at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:442)
    at oracle.tip.b2b.validation.XSDValidation.getXMLSchema(XSDValidation.java:177)
    at oracle.tip.b2b.mds.QueryManager.getSchema(QueryManager.java:2929)
    at oracle.tip.b2b.message.B2BHeader.getXMLSchma(B2BHeader.java:974)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processXMLDocumentWithXSD(RNDocumentPlugin.java:426)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processXMLDocument(RNDocumentPlugin.java:304)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processIncomingDocument(RNDocumentPlugin.java:191)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2515)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >
    <Mar 23, 2012 5:28:23 AM EDT> <Error> <oracle.soa.b2b.engine> <BEA-000000> <B2B Label:PCBPEL_11.1.1.5.0_GENERIC_RELEASE: Error -: B2B-50025: Repository error
    at oracle.tip.b2b.mds.QueryManager.getSchema(QueryManager.java:2937)
    at oracle.tip.b2b.message.B2BHeader.getXMLSchma(B2BHeader.java:974)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processXMLDocumentWithXSD(RNDocumentPlugin.java:426)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processXMLDocument(RNDocumentPlugin.java:304)
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processIncomingDocument(RNDocumentPlugin.java:191)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2515)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >
    <Mar 23, 2012 5:28:23 AM EDT> <Error> <oracle.soa.b2b.engine> <BEA-000000> <Error -: B2B-51507: Payload validation error.
    Error -: B2B-51507: Payload validation error.
    at oracle.tip.b2b.document.rn20.RNDocumentPlugin.processIncomingDocument(RNDocumentPlugin.java:198)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:2515)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1660)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4047)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3687)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3160)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >
    ServiceTPSensors matchfalse
    ServiceTPSensors matchfalse
    ServiceTPSensors matchfalse
    ServiceTPSensors matchtrue

    Hi Suresh,
    Can you try below steps -
    1. Inactivate and retire (and purge, if not an issue) the existing deployed agreement.
    2. Restart the servers
    3. Now again, SAVE + VALIDATE + DEPLOY the agreement.
    Make sure that everytime you are updating any agreement, you are hitting all three (SAVE + VALIDATE + DEPLOY) to (re)deploy that agreement.
    Regards,
    Anuj

Maybe you are looking for

  • Audio Transferring problem with MW600 ?

    I recently purchased MW600 Bluetooth Headset for my Nokia N900. No issues with auto-pairing or connecting. Its good in Music/Audio but the problems are : 1. Oftenly Audio is not transferring to Headset from my phone, Sound is coming from phone only b

  • Pick list print issue?

    Hello Friends, I have a printing issue with my client, For specific customers  they ship very large kits(BOM's) and require ship labels to print for each component listed on the picklist , in addition to the regular ship label for the header material

  • If I put the contents of my iTunes library on an external HD to free up space, how do I stop losing it from my iPad the next time it syncs?

    if i were to transfer the contents of my itunes library to an external hard drive how do I not lose it from my i pad the next time it syncs ?

  • Does Photoshop Touch support "Actions"

    One of the features I use most in Photoshop is the "Actions".  So far I have not been able to find that feature on Photoshop Touch.  Can anyone tell me if that feature exists or if it is something I can look forward to in a future release?  Having th

  • How to find non-linked assets

    Hi, Is there any possibility to find assets that aren't used in any Final Cut Pro project or Final Cut Server production. I want purge my assets and I want be sure I won't delete any media/assets used by project/production. I found theese metadata gr