Email status waiting

Hi All,
I have written a code to send a mail from sap system to internet mail ids.
But all the mails that are going through the program is giving a message of WAITING in the out box.
The required settings have been done in SCOT transaction and I can send a mail through So01 transaction.
The problem is while sending it programmatically. I am attaching the code for the same. Please correct me if there is any additions to be made.
The code is as follows:-
DATA: OBJCONT LIKE SOLISTI1 OCCURS 5 WITH HEADER LINE.
DATA: RECLIST LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
DATA: DOC_CHNG LIKE SODOCCHGI1.
DATA: ENTRIES LIKE SY-TABIX.
DATA: NAME(15).
Fill the document
DOC_CHNG-OBJ_NAME = 'URGENT'.
DOC_CHNG-OBJ_DESCR = 'Read at once !'.
DOC_CHNG-SENSITIVTY = 'P'.
OBJCONT = 'Hey guys, time for lunch !!!'.
APPEND OBJCONT.
OBJCONT = 'Lets get going !'.
APPEND OBJCONT.
DESCRIBE TABLE OBJCONT LINES ENTRIES.
READ TABLE OBJCONT INDEX ENTRIES.
DOC_CHNG-DOC_SIZE = ( ENTRIES - 1 ) * 255 + STRLEN( OBJCONT ).
Fill the receiver list
CLEAR RECLIST.
RECLIST-RECEIVER = '[email protected]'.
RECLIST-REC_TYPE = 'U'.
APPEND RECLIST.
CLEAR RECLIST.
RECLIST-RECEIVER = '[email protected]'.
RECLIST-REC_TYPE = 'U'.
APPEND RECLIST.
Send the document
CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
EXPORTING
DOCUMENT_TYPE = 'RAW'
DOCUMENT_DATA = DOC_CHNG
PUT_IN_OUTBOX = 'X'
TABLES
OBJECT_CONTENT = OBJCONT
RECEIVERS = RECLIST
EXCEPTIONS
TOO_MANY_RECEIVERS = 1
DOCUMENT_NOT_SENT = 2
OPERATION_NO_AUTHORIZATION = 4
OTHERS = 99.
CASE SY-SUBRC.
WHEN 0.
LOOP AT RECLIST.
IF RECLIST-RECEIVER = SPACE.
NAME = RECLIST-REC_ID.
ELSE.
NAME = RECLIST-RECEIVER.
ENDIF.
IF RECLIST-RETRN_CODE = 0.
WRITE: / NAME, ': succesfully sent'.
ELSE.
WRITE: / NAME, ': error occured'.
ENDIF.
ENDLOOP.
WHEN 1.
WRITE: / 'Too many receivers specified !'.
WHEN 2.
WRITE: / 'No receiver got the document !'.
WHEN 4.
WRITE: / 'Missing send authority !'.
WHEN OTHERS.
WRITE: / 'Unexpected error occurred !'.
ENDCASE.

I have tested your code in my system.  It works great.  In the SCOT transaction,  these mails are just sitting in wait status?   Have you tried forcing them thru manually?  Any error messages?
My exchange server did come back with an error for your email address, so it did not successfully go to you.  I sent it to myself, and it worked ok. 
Is this your valid email address
'[email protected]'.
Regards,
Rich Heilman
Message was edited by: Rich Heilman

Similar Messages

  • Bypass manual email status update in Agent Inbox

    hello,
    I have a service class that automatically and successfully creates a Service Request from Email although it does not update email status in Agent Inbox.
    my situation is very similar to this one.
    [CRM ERMS workbench & Agent inbox status difference;
    although the answer provided does not really solve the problem.
    My knowledge in ABAP does not really extend to workflow so please do correct me if i'm saying things wrong.
    So here's the scenario:
    Task A that processes the ERMS rule completes task (service class)
    Task B waits for the user's decision before execution so we have to manually update email status to 'Completed' in Agent Inbox.
    Our approach is to search for a way to bypass this decision part so the workflow can continue.
    Has anyone encountered this before? Can you give me suggestions? Thanks.
    Sunntann
    Edited by: sunntann on Aug 16, 2011 10:12 AM

    Hi,
    Please post it in ABAP Development Forum. then you will get prominent responses.
    Regards,
    Suman

  • P6 R8.2 Email Status Update - how to  turn off logging?

    I have just got the email status update application running on our demo environment and have set it to poll for updates every 30 seconds so that we can have the system respond without waiting a long time. At the moment this means that it is generating about 10 lines of output into the log file every 30 seconds.
    I just want to have this running the whole time and would like to turn off the logging now I have it working - has anyone managed to do this? I am assuming that the app is using log4j wrapped in Apache commons logging but it looks as if the log settings are defined in the code - I have tried creating a log properties file in the lib folder (ie the classpath) containing a rootLogger=OFF statement but it just seems to be ignored.
    All suggestions welcome!

    It says above 2 relevant and 1 correct answere available .............
    I'm new here so could anyone direct me to these answeres?

  • Messages in BPM with Status Waiting

    Hi,
    I have created BPM for Message Collect like the standard SAP Pattern BpmPatternCollectMessage. But for terminating Message I’ve used Message type (Message interface) different from the Message type in the main Fork section. I thought that it is possible correlation between two message Interfaces with different Message types?
    Any way I had an Error in my BPM and after a test the Status for my Messages is Successful for inbound and Waiting (Message being sent) for Outbound. All my Messages are collected in a Queue, Wait step is created but BPM don’t proceed further.
    So I’ve made some changes in my BPM and tried with a new Test but it works with the old Version of the BPM and collects the Messages in the same Queue. So any idea how can I use the new BPM version? Should I Delete Manually the old Messages with Status Waiting or there is also different way?  
    Thanks
    Naycho

    >>>I thought that it is possible correlation between two message Interfaces with different Message types?
    yes it is
    >>>>All my Messages are collected in a Queue, Wait step is created but BPM don’t proceed further.
    have you registered queues on XI? TCODE - SXMB_ADM - manage queues ?
    >>>Test but it works with the old Version of the BPM and collects
    try looking at: SXI_CACHE - integration process- check if your new process has 0 status - activated
    Regards,
    michal

  • Email-statusing -service error

    Hi All,
    After configuring Email-statusing-service properties in config.properties file and running run.sh file throws the below error .Please sahre your ideas on this
    ... 12 more
    2012-11-20 18:15:00,013 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] ERROR com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl - Error while trying to archive messages: Error while trying to load messages: Connection refused
    com.oracle.pgbu.teammember.messaging.dao.MessageDaoException: Error while trying to load messages: Connection refused
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:89)
    at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUpdatedTasks(TaskMessageServiceImpl.java:40)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:260)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
    Caused by: javax.mail.MessagingException: Connection refused;
    nested exception is:
    java.net.ConnectException: Connection refused
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
    at javax.mail.Service.connect(Service.java:295)
    at javax.mail.Service.connect(Service.java:176)
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:58)
    ... 9 more
    Regards,
    naga

    #DO NOT CHANGE THIS LINE
    config.version = 0.3
    # ================================================================
    # ================================================================
    # P6 Team Member E-Mail Statusing
    # This file controls the settings used by the P6 E-Mail Statusing
    # service. Administrators should set up the e-mail account that
    # is to be used by the service as well as which messages to look
    # for to update assigned tasks.
    # ================================================================
    # P6 Configuration
    # Specify a P6 user that is assigned to at least one module access and has resource access.
    p6.admin.user = admin
    # Folder containing the P6 Bootstrap file.
    p6.bootstrap = ************************
    # Frequency for checking mail folder for new messages to process. This value
    # must be cron style formatted string
    mail.read.schedule=0 0/1 * * * ?
    # Outgoing mail (SMTP Settings)
    # The SMTP server that will be used to send the e-mails. Hostname or ip address.
    send.host = 127.0.0.1
    # The port number to use when connecting to the SMTP server.
    send.port = 25
    # Specifies whether the connection should use SSL. Valid values are true, false
    send.ssl = false
    # The e-mail address that will be used to send the e-mail.
    send.email = [email protected]
    # Password for the above username. If you do not specify the password in this file,
    # you will be prompted to enter it when the application is started. You also have
    # the option of specifying the password on the command line in the following
    # manner: -Dsend.password=thePassword
    # send.password = thePassword
    # Incoming Mail (IMAP Settings)
    # Settings for reading e-mails with the IMAP protocol
    # Settings for reading e-mails with the IMAP protocol
    imap.host = 127.0.0.1
    # IMAP port number
    imap.port = 143
    # Use SSL. Valid values are true and false
    imap.ssl = true
    # IMAP username
    imap.username = testuser ( user created in primavera application)
    # Password for the above username. If you do not specify the password in this file,
    # you will be prompted to enter it when the application is started. You also have
    # the option of specifying the password on the command line in the following
    # manner: -Dimap.password=thePassword
    # imap.password = Test123
    # IMAP search folder. This is the folder that will be searched for
    # incoming e-mails to process for updates.
    imap.search.folder = inbox
    # IMAP Folder configuration
    # The folder where messages that have been processed successfully will be
    # placed. It will be created if it does not exist.
    imap.success.folder = P6Success
    # The folder where messages which have resulted in an error during processing
    # will be placed. It will be created if it does not exist.
    imap.failure.folder = P6Fail
    # The folder where messages which are currently being processed will be placed.
    # It will be created if it does not exist
    imap.temp.folder = P6Temp
    # Message Format options
    # The text that will be searched for in the subject line of incoming messages.
    # Messages matching this term will be for updates and applied to P6
    update.task.search.term = Your requested P6 tasks
    Can you please confirm the above setting s as.when SSL = true i am receivng the below error .
    Error while trying to load messages: Unrecogni zed SSL message, plaintext connection?
    javax.mail.MessagingException: Unrecognized SSL message, plaintext connection?;
    nested exception is:
    javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connecti on?
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
    at javax.mail.Service.connect(Service.java:295)
    at javax.mail.Service.connect(Service.java:176)
    at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages( ImapMessageDao.java:58)
    at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUp datedTasks(TaskMessageServiceImpl.java:40)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryB ean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:26 0)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJob Bean.java:86)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j ava:546)
    Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext conne ction?
    at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:541 )
    at sun.security.ssl.InputRecord.read(InputRecord.java:374)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1328)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355 )
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339 )
    at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java :507)

  • Shared Apps (iTunes) with status "waiting" on iPhone

    We do have 2 iPhones. We do share Apps which can be done via iTunes (we're in the same network, the same household). So Apps bought with one iPhone can be used on the other one as well. That was cool stuff! WAS, because it's not anymore. Since the latest update there are some Apps doubled, one of a pair is OK the other one is on status "waiting".
    Shutting down the iPhone, restarting
    Syncing with iTunes
    Using the one and the other Apple-ID
    we've tryed everything we could imagine.
    But still there are (only on one of the two iPhones) doubled Apps, "hanging around", they can not be deleted (no X to delete 'em).
    Any idea how to solve this?
    (dont tell me to erase the iPhone completely and set it up again )

    What id shows at the bottom of the Featured tab in the App Store app ? Try tapping on that and the log back in with your account - but if the apps were downloaded (either directly on the phone or on the computer's iTunes that they were synced from) by your husband's account then only his account will be able to download updates to them.

  • Looking for transaction start Workitems in status "waiting"

    Hi everybody,
    we have to test some workflows. There are several Workitems in the WF in status waiting. So we have to do a lot clicks tu run this workitems.
    Is there a transaction to start all or some selected Workitems ?
    Thanks a lot
    Regards
    Mario

    At least I am not aware of any "mass complete wait" functionality (if this is what you are looking for?).
    You could list the work items with SWIA, and then Ctrl+Shift+F12 (=Display work item from menu) -> Edit -> Change -> Complete wait. After first time you don't need the "Edit -> Change" part, so it will be just few clicks. Of course it's still quite annoying if you have hundreds of work items...
    Regards,
    Karri

  • Renting movie: unable to download, status "waiting".

    When trying to rent a movie on iPad, the download does not start, it has status "waiting", and nothing happens.

    I got the exact same problem.

  • Email status icon stuck

    Hi all.  I just started a new plan with Sprint last Friday, and purchased a BB Curve 8330m (red, not that it matters but it's really easy on the eyes). I've been a windows mobile guy for years...still am with my work line (Samsung Omnia/Verizon)....but I really like the BB experience so far.
    Anyway, on to the problem.
    I setup my various email accounts; 1 hotmail, 1 yahoo, 1 gmail.  Everything went smoothly with the setup, but now I'm having an issue with my email status icon.  I noticed the icon would always show 1 email.  I went to each account and marked prior as read, still the 1 notification.  I went back in and deleted prior from each account, still showed 1 on the icon.  I went through all call lists and facebook app, marked everything read then deleted. Still have the icon showing 1 email.  After looking a little closer I realized when I hover on the hotmail icon it showed (1), but when opened there was nothing in there.  So I deleted my hotmail account and restarted the phone but still have the icon.  Since then I deleted all 3 accounts, and re-added them and I still have this 1 email notification.  AGGHHH.
    So I'm out of ideas at this point, short of a full reset of the phone.  I just thought I'd ask here before wiping it.  Is there just something I'm missing?
    Sprint
    8330m
    4.5.0.131 (Platform 3.4.0.25)
    Thanks,
    Dwain
    Solved!
    Go to Solution.

    plug into DTM, click on backup/restore, click on advanced
    clear the messages database, and pull battery

  • SCOT: When email status error, send email to sender

    Hello everyone
    I would like to know if it is possible to configure SCOT to send an email to the sender when an email ending as error.
    Here is the scenario.
    1. An email is sent through scot.
    2. SCOT process the email and comeback with an error. Example msg 841 (message too long)
    3. So, when the email status is an error, an email should be sent to the sender to advise him of the problem.
    So, the sender will be able to act quickly and perform corrective action.
    Any idea on how to configure this?
    Regards
    dstj

    Hello Volkoale
    Sorry, it is in project plan at the moment. I didn't have time to do it.
    Here is some speudo code:
    Select all record from SOST table where MSGTY = 'E'   " Message type Error
                                                                     and entry_date = sy-datlo
                                                                     and entry_time is between now and 15 minutes ago.
       select al record from SOOS where corresponding to SOST.
                   field SOOS-sndnam correspond to the sender of the message.
        The table SOOD contain the title of the email (Field "OBJDES" )
    When you have all those records.
    you can send an email to the sender.
    I hope that can help you.

  • Read Inbound Email status ?

    HI Expert ,
    I want to get/read the inbound email status from table or FM . Suppose i have read email then where it status saved .
    a. I have received email and check sood and soos table
    b. now i have read the email
    c. How to get the status of email "Read" or not ?
    please...please help...
    Thanks ,
    rishi

    The application is: to move the end effector as a function of an
    analog feedback signal, avoiding auto-collision (like moving a robot
    with a joystick).
    The problem is that the signal is correlated to
    the motor displacements via a unlinear process so the control board
    cannot be configured using that signal. I have to measure the signal
    and to calculate on the fly the velocities of the motor that make the
    end effector follows the feedback signal. I need to optimize the
    "control loop" in order to avoid vibrations, jitter and to permit the
    PXI to make other things like data communication with other pc in the
    network. Another important issue is the critical routine for
    auto-collision avoiding: the robot must stop as soon as particular
    combination of axes position occurs.
    It's incredible, I
    spent so much time in optimizing the kinematic calculations (a 9x9
    non-linear sistem of equations solved in 2ms) and now I see that the
    critical routine is the communication between PXI-controller and motion
    controller!!!
    (I know that the best solution would be to
    build a motion controller by myself using a NI-FPGA device, but I
    really don't know how to implement a matrix inversion calculation on a
    FPGA processor...)
     Fabrizio Patanè

  • Message monitoring Status Waiting for email receiver

    Hi Guru,
    Scenario:  SAP ECC will call Error Handling interface class. The communication channel for the Error Handling interface is Email Adapter.
    Below is CC setting:
    Adapter Type: Mail  (Receiver)
    Transport Protocol: SMTP
    Message Protocol: XIALL
    Adapter Engine: Integration Server
    URL: smtp://11.11.11.111/
    Check - Configure User Authentication
    User : user1
    Password: password
    Mail Attributes:
      From: [email protected]
      To    : [email protected]
      Subject : test
      Content Encoding: base64
    I encountered one problem where my email receiver status in message monitoring is always 'Waiting'. I do not know what went wrong in the setting? Does anyone know how to solve my problem ?
    Thanks in advance.
    Regards

    XI tries 3 times before changing the status of the message to System Error. One can Manually resend the error messages by using the RESEND button in RWB. In scenarios where XI was trying to send the message to an end system that was down for maintenance, you would want XI to resubmit the message automatically without human intervention. What would be nice is to able to tune the retries like IS_Retry which is available for Integration engine.
    We can achieve this by changing the retry count used by the Adapter Engine, by default its set to 3 times, 5 minutes apart. This count can be changed in Visual Admin->server->services-> SAP XI Adapter: XI.
    Here  change the number Retries parameter from 3 to 10 and change the retry retryInterval to around 10minutes. For these configuration changes to be picked up, restart SAP XI Adapter: XI.
    please visit the blog
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

  • Internel email - doc waiting in SCOT

    Hi experts,
       I have a delivery doc to be sent via internet email (SCOT - INT).  The document is created and waiting in SCOT.  The status text in SCOT is 'wait for communication service'.   This is in QAS.
    How can i make it send out ?  It used to work before.
    thanks
    Joyce

    Hi,
    Normally, we have a job executed every 15 min. to send all the mails.
    Check if the job for sending the mail in your systems is not scheduled or is there any error in execution of the job. You can send the mail from scot or sost by following process:
    In case of SCOT
    Expand internet node and select wait column. Then press ctrl + F7 or Start send process button.
    In case of SOST.
    select the individual mail entry and press execute button.
    KR Jaideep,

  • Service desk settings, automatic email status message change

    Hi,
    I'm working at Solution Manager 7.0 SP16. I've configured and working Service Desk scenario and it works. Now I'm trying configure automatic email at status change of messages, but It doesn't work
    I'm following spro transaction, and SAP Note 691393. I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I've checked:
    - SCOT is correctly configured and working OK.
    - Business partners emails are mantained.
    I made the configuration suggested as described SAP Note 691303 SAP Tutor. Following SAP Tutor I go to transaction sppfcadm->select crm_order->botton "define action profile and actions"->Action Profile(left view) and SLFN0001_ADVANCED(right view)->mode change->new entry...   I follow the next slides at SAP Tutor.
    At the end, when I check results, I go to the support message (transaction crm_dno_monitor) to edit-> Fast Entry->service process->status->In process and I press button save. So I go to Transaction data->Actions but any about the send mail action
    Please could you help me??
    Thanks and Regards
    Raul Aguilar

    Hi Mahantesh,
    The settings that I've defined at the start condition are:
    Transaction sppfcadm->select CRM_ORDER->button "Condition Configuration"->button technical names on->select action AI_SDK_STANDARD(double click)->change edit mode->right frame button create and select the new condition "Send an email to the author when status of message changes"->start condition tab->button edit condition->Name: Zsend_email->Condition definition:User status->Operators "="->constant "status profile"->SLFN0001 "Service Desk Status header"->Status E0002 "In process"->boton transfer condition->save button. At the end I have:
    &CRM Service Process.User    =
    Status&                                  E0002SLFN0001
    I create a new support message (help->create support message) -> transaction crm_dno_monitor->open the support message just created->button change->fast entry->service process-> status->In process->button save
    In order to test I go to Transaction data->Actions:
    I've a line: wth a red circle, Action="send an email to author when status of message has changed" and start condition:
    &CRM Service Process.User      =
    Status&                                    E0002SLFC0001
    Please could you help me?
    Thanks and regards
    Raul

  • EPMA 11.1.2 Essbase Hangs at status waiting for Update

    I know that in 11.1.1.3 there were issues deploying an essbase cube from EPMA, 11.1.2 however claims to be able to do this, but I am having a problem getting the cube deployed.
    I am on 64-Bit Windows 2008, all hyperion products are version 11.1.2 with SQL backend.
    I can validate a simple cube just fine from EPMA.
    I can create cubes in EAS.
    I however cannot deploy a simple cube from EPMA. I have checked all conditions on permissions and followed the guidelines.
    The essbase application is registering to Shared Services (thus I can make sure the permissions are Provisioned).
    The system gets stuck at "Waiting for Status Update..." it will remain at that level (50%) without ever updating. I have changed the awproperties file to time out after 45 minutes. I am not seeing any errors recorded in any of the logs to indicate what problem is going on.
    I need some suggestions as to where to look to force some form of error logs that will give me some clue to the next errors I need to deal with. Or some advice from anyone that has experienced this issue. This is an essbase cube not a planning application. I have EPMA HFM Applications, as well as FCM, FDM deployed on the same foundation without issue.
    The only issue I can find close to this is a Planning deploy with problems about JVM size but nothing about Essbase application JVMs.
    Any ideas?

    Is this an essbase only application? It seems like the property is defaulting to stored and then flipping the initial stored member to shared because Essbase isn't interpreting the deployment correctly. I would try using ShareData as the datastorage property (I think that is the correct spelling). Also, I believe the correct way to set IsPrimary is Y/N and not 0/1.
    If that did not work I would try the following in this order:
    1 - I would first extract the dimension in question using the file generator and confirm that the properties are indeed correct.
    2 - If they were correct. I would toggle the dimension from shared->local->shared. EPMA is still a little nutty and this will fix a fair amount of issues as it will 'refresh' the application's version of the dimension. I would then deploy
    3 - deploy from EPMA->Planning only (no essbase creation), then deploy to essbase separately after ensuring the property represents itself in planning. If it is essbase only - create the outlnie instead of refresh.
    4 - create a duplicate app in EPMA and deploy the copy of the app - and see if it has the same problem
    Try that and see how it goes.

Maybe you are looking for

  • Query on struts html:optionsCollection tag !

    Hi, I've a query on struts <html:optionsCollection tag. I'm trying to render the values of an arraylist using the optionsCollection . The arraylist is stored as a part of form object. But the issue is that each row of arraylist contains a string data

  • Convert a film negative to a positive file

    Hello All, I am photographing 2 1/4 negatives with a CANON 50D and macro lens. Then in Photoshop CS3 I was looking for the filter to convert the negative film file into a positive file so I can work on it with Adobe and then print in on my Canon prin

  • Overlapping of 1st & 2nd crowns of THAI characters

    Hi All, Overlapping of 1st & 2nd crowns of Thai characters after importing from .mif to FM8/9. If contents before the problem characters are edited (add/delete spacing of characters), the position of 2nd crown will appear correctly. PDF generated wil

  • Prev Comment / New Comment in Forms

    We have built custom forms using HCM F&P with fields such as Prev Comment & New Comment We have workflow going upto 4-5 levels For some of the IDs, the comments entered at one level is not getting displayed in the previous comment field of the next a

  • What the business workflow serves the purpose?

    Hi Guys, What the business workflow serves the purpose in SAP?Is its configuration is a part of functional or technical module Thanks Sur