CC Inventory not prepared in IM, msg no L4173

Hi Experts
When we try to run cycle counting using LX26, we get the error message L4173 (CC Inventory not prepared in IM) for all the storage types. LX16 works fine. But my req is to Run LX26?
I have maintained the neccessary configs in OMNK, OMCO & CC Indicators in MMRs.
Saw below threads related to this in this forum, but couldnt solve.
Can anyone suggest me where the problem is? Any other settings required.
I appreciate if you can help me out on this.
Rgds
Ramesh
Edited by: ramesh04 on Jun 21, 2010 6:54 PM

Hi All
I found the solution, Validity Period of Factory Calendar should be extended.
Thanks

Similar Messages

  • CC Inventory not prepared in IM message No. L4 173

    Hi Guys,
    I am facing error as " CC Inventory not prepared in IM" while executing Transaction LX26.
    Could you please help me on this?
    Regards,
    Jinendra

    Hi
    The material that you are trying to PI has no CC inventory indicator in the material master record.
    Add the A,B,C,D,etc CC indicator in material master view 'Plant data/stor 1'. There you will see a field titled 'CC phys. inv, ind.' Thats where you need to add your indicator
    If you have the indicators set up in your system you will be able to select a parameter from the dropdown menu if you click in the box.
    Standard settings are:
    A - count every month
    B - count every 2 months
    C - count every 4 months
    D - count every 12 months.
    Hope this helps
    Darren

  • Weblogic.transaction.RollbackException - Could not prepare resource

    Hi All,
    My WLI application transfers data from CrossAccess to Oracle. Once the record is inserted in the Oracle database. A record in another oracle database is updated.
    I am using a session bean to perform this task. With in SessionBean I am using UserTransaction. Once all the data is transfered from CrossAccess to Oracle database, I am commiting the user transaction.
    While commiting the user transaction I am getting the following Exception. The exception occurs very rarely. Once the server is bounced everything works fine.
    The Application server is Weblogic Integeration8.1 SP4 and database is Oralce 9.
    oracle.jdbc.xa.OracleXAException
         at oracle.jdbc.xa.client.OracleXAResource.prepare(Ljavax.transaction.xa.Xid; )I(OracleXAResource.java:558)
         at weblogic.jdbc.wrapper.VendorXAResource.prepare(Ljavax.transaction.xa.Xid; )I(VendorXAResource.java:70)
         at weblogic.jdbc.jta.DataSource.prepare(Ljavax.transaction.xa.Xid; )I(DataSource.java:890)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl;Ljavax.transaction.xa.Xid; )I(XAServerResourceInfo.java:1234)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl; )I(XAServerResourceInfo.java:441)
         at weblogic.transaction.internal.ServerSCInfo$1.execute(Lweblogic.kernel.ExecuteThread; )V(ServerSCInfo.java:253)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest; )V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread; )V(Unknown Source)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Could not prepare resource 'weblogic.jdbc.jta.DataSource - with nested exception:
    [oracle.jdbc.xa.OracleXAException]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException()V(TransactionImpl.java:1683)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit()V(ServerTransactionImpl.java:325)
         at weblogic.transaction.internal.ServerTransactionImpl.commit()V(ServerTransactionImpl.java:246)
         at weblogic.transaction.internal.TransactionManagerImpl.commit()V(TransactionManagerImpl.java:303)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean.java:1072)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean_zf5z70_EOImpl.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean_zf5z70_EOImpl.java:46)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess.perform()V(DCReceiptsProcess.jpd:442)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$ImplPerform6.invoke(Lcom.bea.wli.bpm.runtime.ProcessState; )V(DCReceiptsProcess_wf.java:68)
         at com.bea.wli.bpm.runtime.Perform.execute(Lcom.bea.wli.bpm.runtime.ProcessState; )Lcom.bea.wli.bpm.runtime.Activity;(Perform.java:32)
         at com.bea.wli.bpm.runtime.Receive.messageDelivery(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:91)
         at com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:71)
         at com.bea.wli.bpm.runtime.ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(ProcessState.java:166)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$_ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(DCReceiptsProcess_wf.java:204)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf.subscription(Ljava.lang.String; )V(DCReceiptsProcess_wf.java:184)
         at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(DispMethod.java:371)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Ljava.lang.Object;Ljava.lang.String;Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:423)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:396)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(Invocable.java:248)
         at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(BaseContainerBean.java:224)
         at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(SLSBContainerBean.java:103)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContImpl.java:25)
         at com.bea.wlwgen.StatelessContainer_nj08aw_ELOImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(StatelessContainer_nj08aw_ELOImpl.java:99)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContAdpt.invokeOnBean(Ljava.lang.Object;Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContAdpt.java:53)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:153)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run()Ljava.lang.Object;(BaseDispatcherBean.java:85)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(SecurityManager.java:147)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:50)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Satish Chandra wrote:
    Hi All,
    My WLI application transfers data from CrossAccess to Oracle. Once the record is inserted in the Oracle database. A record in another oracle database is updated.
    I am using a session bean to perform this task. With in SessionBean I am using UserTransaction. Once all the data is transfered from CrossAccess to Oracle database, I am commiting the user transaction.
    While commiting the user transaction I am getting the following Exception. The exception occurs very rarely. Once the server is bounced everything works fine.
    The Application server is Weblogic Integeration8.1 SP4 and database is Oralce 9.
    oracle.jdbc.xa.OracleXAException
         at oracle.jdbc.xa.client.OracleXAResource.prepare(Ljavax.transaction.xa.Xid; )I(OracleXAResource.java:558)Hi. This would involve a few steps to debug. I recommend you open
    an official support case to get orchestrated official support.
    Joe
         at weblogic.jdbc.wrapper.VendorXAResource.prepare(Ljavax.transaction.xa.Xid; )I(VendorXAResource.java:70)
         at weblogic.jdbc.jta.DataSource.prepare(Ljavax.transaction.xa.Xid; )I(DataSource.java:890)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl;Ljavax.transaction.xa.Xid; )I(XAServerResourceInfo.java:1234)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl; )I(XAServerResourceInfo.java:441)
         at weblogic.transaction.internal.ServerSCInfo$1.execute(Lweblogic.kernel.ExecuteThread; )V(ServerSCInfo.java:253)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest; )V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread; )V(Unknown Source)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Could not prepare resource 'weblogic.jdbc.jta.DataSource - with nested exception:
    [oracle.jdbc.xa.OracleXAException]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException()V(TransactionImpl.java:1683)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit()V(ServerTransactionImpl.java:325)
         at weblogic.transaction.internal.ServerTransactionImpl.commit()V(ServerTransactionImpl.java:246)
         at weblogic.transaction.internal.TransactionManagerImpl.commit()V(TransactionManagerImpl.java:303)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean.java:1072)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean_zf5z70_EOImpl.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean_zf5z70_EOImpl.java:46)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess.perform()V(DCReceiptsProcess.jpd:442)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$ImplPerform6.invoke(Lcom.bea.wli.bpm.runtime.ProcessState; )V(DCReceiptsProcess_wf.java:68)
         at com.bea.wli.bpm.runtime.Perform.execute(Lcom.bea.wli.bpm.runtime.ProcessState; )Lcom.bea.wli.bpm.runtime.Activity;(Perform.java:32)
         at com.bea.wli.bpm.runtime.Receive.messageDelivery(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:91)
         at com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:71)
         at com.bea.wli.bpm.runtime.ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(ProcessState.java:166)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$_ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(DCReceiptsProcess_wf.java:204)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf.subscription(Ljava.lang.String; )V(DCReceiptsProcess_wf.java:184)
         at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(DispMethod.java:371)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Ljava.lang.Object;Ljava.lang.String;Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:423)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:396)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(Invocable.java:248)
         at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(BaseContainerBean.java:224)
         at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(SLSBContainerBean.java:103)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContImpl.java:25)
         at com.bea.wlwgen.StatelessContainer_nj08aw_ELOImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(StatelessContainer_nj08aw_ELOImpl.java:99)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContAdpt.invokeOnBean(Ljava.lang.Object;Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContAdpt.java:53)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:153)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run()Ljava.lang.Object;(BaseDispatcherBean.java:85)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(SecurityManager.java:147)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:50)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Why is iMessage taking my incoming emails and then not making them available for my PC to get?  Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).

    Apple is great!
    Why is iMessage taking my incoming emails and then not making them available for my PC to get?  Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).
    I compose an iMessage with the destination as my email address and I attach 2 photos I want on my PC.  I send them several times from my iPhone 5C but they never arrive. I look at my ipad later and realize that it's iMessage app is getting ( and swallowing) these emails. I then turn the ipad off.  Still can't get the photos through because iphone is now getting them on it's iMessage.  I turn off the iMessage feature and try to send photos from text msging.  Phone tells me it can't send photos unless iMessage it turned on.  What happened to regular MMS text messaging?  I go and try to send photos as an email attachment and see that there is no option to attach from the stupid email program.  I look up online to learn about the brave new world of apple attachments and send them.
    Why is iMessage taking my incoming emails and then not making them available for my PC to get?
    The email program on my iphone is not configured to remove messages from the server.
    If iMessage is turned off I don't have the issue.
    Why can I not send a text msg with photos when iMessage is turned off (but MMS is still on).

    Did not work. I've selected iMessage to ON and left it. After a few hours I recieved a message "activation unsuccessful. Turn on iMessage to try again". This has been going on for the past 3 days.

  • Forwarding an email TB changes account to one of my other accts which is not the default acct & is not acct from which msg was sent (which was default acct)

    forwarding an email TB changes account to one of my other accts which is not the default acct & is not acct from which msg was sent (which was default acct)
    how do I make TB keep the same account (which is my default account anyway) from which I sent the original email which I'm now forwarding?
    Thanks !

    Do you have Gmail? Google has some funny rules which might apply; see https://support.mozilla.org/en-US/kb/configure-origin-address-for-multiple-gmail-accounts

  • Bootcamp 5.1 Windows could not prepare the computer to boot into the next phase of installation

    I've searched the internet, I've tried solutions on some of the discussions on here:
    Windows 8.1 install fails on new 2013 Retina MacBook
    https://discussions.apple.com/message/23490854#23490854
    How to install Windows 8.1 on Haswell MBP
    https://discussions.apple.com/message/23545484#23545484
    Windows 8.1 Install Fails on New 2013 Retina MacBook, Users Report
    http://wind8apps.com/windows-8-1-install-fails-new-2013-retina-macbook/
    (Can't try this one because I don't have physical media or a burner and don't want to upgrade to 8.1)
    Tried maskedferret's and jarvil's instructions that might work for others but not for me. Also the process must be older version of disk utility. There is no "minus" to remove a partition in the one I have.
    Half the problem is those threads are so long with people posting up their problems that are not even the same problem. So then you have to sift through all these responses that aren't even really releated.
    If you're problem isn't this problem then please don't use this thread to solve another issue.
    “Windows could not prepare the computer to boot into the next phase of the installation. To install Windows, restart the installation.”
    I can't find in the release notes of any beta Maverick update that this is being addressed.
    1) Does anyone know if there is a fix coming out for this?
    2) Is there some solution that doesn't require to have physical media?
         a) I have Windows 8.1 iso and product key
         b) I have a 32gb USB stick that I had Bootcamp format
         c) I have a spare 16gb USB stick.  Both are USB 2.0 so I can't do Windows To Go. Maybe I should get one.
    3) I have no idea how tell which MacBookPro I have since no one at Apple seems to believe in model numbers. I just ordered it online two weeks ago and received it this week so I guess it's the "latest" model hardware wise.  Running 10.9
    The cloest possible solution I came across was to boot up Windows 8 OS on a USB stick (Not the install) and run diskpert or fdisk for mbr thought I can' try this out because I don't have Windows To Go.  I'd rather have it worked problem from Apple if I can figure out when they plan to update I might be willing to wait.

    Finally got a physical CD and to the third link option still same issue. Even worse actually as even after formating the partition I get a "Windows cannot be installed on this disk. The selected disk is of the GPT partition style"
    Found my "-" minus remove parition in Disk Utility. Will attempt maskedferret's again

  • BDT-DC is not prepared for this application object

    Hi,
    I am getting this the error message:
    BDT-DC is not prepared for this application object
    when I try to create an extension.
    I cam across the following thread:
    EEWB
    In this thread it is given:
    Hi,
    The xdcflag in the table TBZ1 needs to be set.
    Please follow the steps mentioned below.
    1. Start the transaction SM30.
    2. Enter the name of the Table/View as V_TBZ1_DC.
    3. Press the 'Maintain' button.
    4. Double click on the Application Object you are trying to extend(for
    e.g., BUPA)
    5. Mark the checkbox 'Active in DC' under the section 'BDT DC Settings'.
    6. Save the data.
    You can refer to note 955236.
    When i follow the above steps it says that:
    Do not make any changes (SAP entry).
    Please Guide.
    Regards
    Shilpi

    Hi Smita,
    I am unable to start the wizard.When i choose Start Wizard I get this error message and the wizard is not started.
    Regards
    Shilpi

  • Windows could not prepare the computer to boot into the next phase of the installation. Windows 8.1

    Hi! I have a Lenovo G500 notebook with a new HDD. I try to do a clean install but i always get an error message" windows could not prepare the computet the boot into the next phase. Restart the insralattion."  i talked with my country's windows
    help line and the operator said i have to change something in the BIOS. Can somebody help me?

    Hi,
    You can enter BIOS, then change the Boot sequence for CD/DVD, HDD or USB. Make sure that the disk speck is enough for storing the installation files. Make sure the installation media is fine.
    Probably cause of this error is that the associated disk partition is corrupted. In this situation, you need to delete the partition and then repartition the hard drive, after that, try to install Windows again, check if error has gone.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Could not prepare resource 'OatmialResource

    We´ve been facing a problem while weblogic asks tuxedo to prepare XA transaction before commit, as no response is received it calls rollback after all. Would anybody provide feedback on this error ?
    Environment details: Weblogic 10.3.2 acessing Tuxedo 8.1 through WTC
    Exception occurred during commit of transaction Xid=BEA1-0441E759B8D59E472B1E(3521575),Status=Rolled back. [Reason=javax.transaction.xa.XAException],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=30,seconds left=30,XAServerResourceInfo[WLStore_DefaultDomain__WLS_DefaultServer]=(ServerResourceInfo[WLStore_DefaultDomain__WLS_DefaultServer]=(state=rolledback,assigned=DefaultServer),xar=WLStore_DefaultDomain__WLS_DefaultServer18552479,re-Registered = false),XAServerResourceInfo[jdbc_xxx_DefaultDomain]=(ServerResourceInfo[jdbc_xxx_DefaultDomain]=(state=rolledback,assigned=DefaultServer),xar=jdbc_xxx,re-Registered = false),XAServerResourceInfo[OatmialResource]=(ServerResourceInfo[OatmialResource]=(state=rolledback,assigned=DefaultServer),xar=com.bea.core.jatmi.internal.TuxedoXA@1d3b2e9,re-Registered = false),SCInfo[DefaultDomain+DefaultServer]=(state=rolledback),local properties=({weblogic.jdbc.jta.jdbc_xxx=[ No XAConnection is attached to this TxInfo ]}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=DefaultServer+X.X.X.X:XXXX+DefaultDomain+t3+, XAResources={OatmialResource, WLStore_DefaultDomain__WLS_DefaultServer, jdbc_xxx_DefaultDomain, WSATGatewayRM_DefaultServer_DefaultDomain},NonXAResources={})],CoordinatorURL=DefaultServer+X.X.X.X:XXXX+DefaultDomain+t3+): weblogic.transaction.RollbackException: Could not prepare resource 'OatmialResource
    at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1848)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:339)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:233)
    Caused by: javax.transaction.xa.XAException
    at com.bea.core.jatmi.internal.TuxedoXA.internalPrepare(TuxedoXA.java:625)
    at com.bea.core.jatmi.internal.TuxedoXA.prepare(TuxedoXA.java:521)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:1295)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:500)
    at weblogic.transaction.internal.ServerSCInfo$1.run(ServerSCInfo.java:361)
    ... 3 more

    Thanks for looking at this. Here is the tuxedo configuration.
    #### DMCONFIG
    wtc_xxxxxx
    GWGRP=WTC
    TYPE=TDOMAIN
    DOMAINID="wtc_xxxxxx"
    BLOCKTIME=20
    DMTLOGDEV="/opt/xxxxx/log/xxxxxUDL"
    DMTLOGNAME="WTC_DMTLOG"
    DMTLOGSIZE=1024
    BLOB_SHM_SIZE=5000000
    CONNECTION_POLICY=ON_DEMAND
    wtc_xxxxxx NWADDR="//x.x.x.x:xxxx"
    E0000XXXX
    AUTOTRAN=N
    CONV=N
    API=ATMI
    LDOM=xxxxxx
    RDOM=mainframe
    RNAME="X000:XXXXXXX"
    INBUFTYPE="STRING"
    OUTBUFTYPE="STRING"
    TRANTIME=120
    FUNCTION=DPL
    #### UBBCONFIG
    TLOGDEVICE="/opt/xxxxx/log/xxxxxUDL"
    TLOGNAME="TLOG"
    TLOGSIZE=1024
    xxxxxx LMID=SITE1 GRPNO=777
    TMSNAME=oratmss TMSCOUNT=10
    OPENINFO="Oracle_XA:Oracle_XA+Acc=P/exxxxxx/xxxxxx+SesTm=240+SesWt=60+DbgFl=0x7+SqlNet=xxxxxx+LogDir=/opt/xxxxx/log"
    GWADM SRVGRP=WTC SRVID=666
    GWTDOMAIN SRVGRP=WTC SRVID=888
    xxxxxxxxxxxx SRVGRP=xxxxxx SRVID=999
    REPLYQ=Y RQADDR=RQxxxxxxxxxxxx
    RESTART=Y MAXGEN=10 GRACE=0 MIN=1 MAX=10
    CLOPT="-A -- -x"
    Here is the tuxedo error. It happens before my call from weblogic to tuxedo, not a 100 % sure it´s related:
    XXX.081011:120404.XXX!GWTDOMAIN.15430.1.0: gtrid x0 x4e42592e x35f66: LIBTUX_CAT:4055: ERROR: No service '..GWA9' in group 'WTC'
    XXX.081011:120404.XXX!GWTDOMAIN.15430.1.0: gtrid x0 x4e42592e x35f66: LIBGW_CAT:5241: WARN: Can't send log request to GWADM. Performance may suffer
    Inside CRM log:
    When everything is ok:
    REQUEST FOR Verb=SNACRM_PREPARE
    ==> Sending socket data: <<==
    When there is an error:
    REQUEST FOR Verb=SNACRM_PREPARE
    ==>> Socket data received: <<==
    Couple of additional info:
    - The error is intermittent, but when sna is "restarted" everything works just fine up to the error happens again.
    - Mainframe is processing just fine
    - Oracle is processing just fine
    - The error happens when weblogic calls tuxedo via WTC within a XA transaction. Weblogic asks oracle (the other xa participant) to prepare and receives ok, when it asks tuxedo and no response is received 30 secods later (my weblogic transacion timeout) it calls rollback. When I increase this transaction time the same situation happens but the call to rollback happens x seconds later. Rollback is processing just fine.
    - When WTC debug was enabled nothing different from this information has been found.
    - Based on the research I´ve been doing it seems it would be related to the items below, but as we are not sure, still looking at other options while the ticket is processed:
    http://download.oracle.com/docs/cd/E13203_01/tuxedo/eam/v91/relnot/relnot.html
    CR233501 & CR235337
    Fix for outbound transactions getting lost in CRM after SNACRM_PREPARE is sent to CRM.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=776644.1
    Thanks much.

  • The selected log is not prepared for viewing error

    Hello,
    this is literally my first day using signal express and up to now everything went fine recording voltage from accelerometer and an impact hammer. Without me changing any parameters as far as I remember I now get the errror 'the selected log is not prepared for viewing. Once recording has completed you must right-click on the log and select Make log viewable before viewing it'
    Apart from the fact that there is no such option on the log (only the option of Show Value by right clicking)
    I went to Tools--> Options--->Logging and made sure that the prepare log data for viewing is on the 'during logging' option.
    I then changed that to 'after logging complete' to see if the error stops but nothing yet.
    Any help would be appreciated

    Hi,
    turns out the problem was linked with not having enough space on the server were I saved the logs...when I deleted some previous work to make up space everything worked just fine. Problem solved, thank you for your interest.

  • Weblogic.transaction.RollbackException: Could not prepare resource 'weblogi

    Hi,
              I am getting this error on wls 9.2 and not sure why.
              I have a MultiDataSource which comprises two transactional (XA) DataSources for Oracle 9.2.
              I have a UserTransaction in progress which dequeues messages from a JMS Queue and does JDBC updates using the MultiDataSource.
              Here is the stack trace (get when calling commit on UserTransaction):
              weblogic.transaction.RollbackException: Could not prepare resource 'weblogic.jdbc.wrapper.JTSXAResourceImpl
              JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = MyMultiDS
                   at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1782)
                   at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:331)
                   at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:227)
                   at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:273)
                   at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:267)
              Any ideas on this ?
              I did create the MultiDataSource (MyMultiDS) as a TX DataSource.
              Thanx

    j2ee iscool wrote:
              > Hi Joe,
              >
              > Many thanx for you reply. I can think of the following four stages during which a failure can occur during (transactional)interaction with RAC:
              >
              > 1.Active RAC Node Fails before the application calls commit (Application takes care of retry).
              >
              > 2.Active RAC node fails after the application calls commit and before the container(WLS) has called prepare on the RAC(Node). WLS takes care of the recovery/retry ?
              >
              > 3.Active RAC node fails after container(WLS) has called prepare on the RAC( Node ) but before commit being called. WLS takes care of the recovery/retry ?
              >
              > 4.Active RAC node fails after container(WLS) has called prepare and commit on the RAC( Node ). Oracle takes care of the recovery ?
              >
              > We are using Transactional Data Sources (Emulate 2 phase commit and Supports Global Transaction )
              > Do the above failure phases apply in this case ?
              >
              > The scenarios which you have described (?partial transacitons being committed, rolled
              > back or data locked indefinitely...? ) can occur during which of the failure stages ? Are there other failure stages which I am missing ?
              >
              >
              > Thanx a lot for your help,
              If multiple WebLogic servers are involved in the same transaction
              they must know that for a given RAC installation, each of these
              WebLogic servers do their tx work to the same RAC node. Otherwise,
              we may prepare, commit, or roll back only one of them, because
              we think the DBMS is really only one, when it's not. Oracle does
              not guarantee transaction ID uniqueness across nodes until prepare,
              so if we unwittingly address multiple RAC nodes for a given XA
              tx, the DBMSes will be quite happy about getting different, conflicting
              transactional commands with the same-named tx ID as far as we're
              concerned... Stuff like that.
              Joe

  • Accounting document not prepared while doing issue/pgi

    1.when PGI is done  accouting document is not prepared  for some of the material, but materail is reduced from the Stock, kindly guide me where can i search the accounting key.
    2. how to put the value or and other method of alternation.
    3.how shall i book the value for the same material showing zero value.
    This query is very urgent kindly help me.
    My financial work is going on.
    Sanjay

    Hi
    First check if this material is Valuated or not.
    check the price control & the related price is maintained or not in the material master.
    Thanks & Regards
    Kishore

  • I bought an iPhone 5.  I was at work event and left cord in hotel.   I've visited 2  apple stores and it looks very bleak.  HUGE regret for being an early adopter.   Consumer BEWARE.   Apple was not prepared.   These cords are impossible to find

    I bought an iPhone 5.  I was at work event and left cord in hotel.   I've visited 2  apple stores and it looks very bleak.  HUGE regret for being an early adopter.   Consumer BEWARE.   Apple was not prepared.   These cords are impossible to find

    I can not confirm this kind of experience.
    Even here in Germany, where articles are sold after the U.S. market is supplied, I had no problem buying a Lightning cable yesterday.
    There were about 20 to 30 cables available in the customer area alone, not to mention what they perhaps had in their storage.
    So why not make a short trip to Munich, Bavaria, visit the Octoberfest and buy a Lightning cable.
    What makes me much more angry is that I was told there is no dock planed for the iPhone 5.

  • How to set the number of rings for the agent phone rings before it get the not prepared state

    hi, how to set the number of rings for the agent phone rings?  before it get the not prepared state.
    thanks

    The following assumes that you are using ICM with an IPIVR etc (not using CVP), as the answer is different for CVP
    What you are looking for is called "Ring no answer time".  It is set in the Agent Desk Setting List tool.
    Regards,
    Kevin

  • On my ipad3, the Skype IM is not running. All msgs i send are shown as "pending" and are not being sent out.

    On my ipad3 skype IM is not running. The msgs are shown as "pending" and are not going out.
    Also i could earlier send sms to mobiles from skype. Now that facility has dissapeared from teh menu.
    Very thankful for any help.

    You both backup your iPhones on the same Apple ID, so when she restore her iPhone it pulled the data from the last backup (your iPhone).  She would need to erase her iPhone and restore from her back up. Take a look at this link in the restore section, http://support.apple.com/kb/HT4859

Maybe you are looking for

  • What is wrong with my computer?

    About a month ago, my early 2008 iMac running Snow Leopard bega getting really slow. Excruciatingly slow. Unusable. Constant beachballing. The only way to quit anything is to force quit it. I feel like I've tried eveything at this point with no succe

  • RAW NEF files imported into Aperture from a Nikon D70 are dark

    I imported one roll of images straight from the CF card from my Nikon D70 into Aperture. I also imported them into Nikon PictureProject. (the current application I use) All the NEF's in Aperture are darker than the NEF's in PictureProject. Has anyone

  • How do I save a customised stationary in mac mail mountain lion?

    Hi, I would like to modify the "doodles" stationery in Mac Mail and save it as a stationary I use each time. However, when I go to mail>file> the "save as stationary" is greyed out. If I do not choose a stationary and just write a blank email I can "

  • Headphones in, audio out laptop and headphones

    Hello, I've recently purchased a Toshiba Satellite S55-A5295, with Windows 8 x64 bit, and have been having some troubles with the audio output.  When I plug my headphones into the computer, the audio either only comes out of the computer speakers, on

  • Transaction code usage report

    Dear All, Can you please guide us how to take the below details from the SAP system.. 1. List of Person who has used the SAP system 2. The transaction code used of each of those above person .. and vis vers regards Vimal pathak