B1if exception in Message Log

Hi All,
I have an error when open Monitoring -> Message Log. The message is in attached pictures. After I close the window with the message all fields in Message Log are empty. I have to type dates and hours from / to manualy. Does anyone know what is this issue?
Everything back to normal afer integration service is restarted. But the error occurs again after few hours.
Kind regards,
Szymon Lipnicki

thanks for the suggestion. I added it as an ActivationConfigProperty and set it to Bean, but I got the same error.
Is there any way to tell who's attempting to do the transacting? My bean doesn't have any logic to persist
anything or use any of the JTA Api. My counterpart, where the queue resides to which my MDB listens, is
as lost as I am.
John

Similar Messages

  • B1iF: Message log errors

    My units are working fine:
    I can produce events  (or re-send it from the msglog) and their result messages will be shown in the log.
    I can't just see the "messages" within the  "Message Log" anymore.
    On the debug vbiu section i can still see the messages but not in the message log.
    When clicking on message icon on the "Msg" column I've got this error instead:
    SAP B1iP detected an error:
    Emitted HTTP-Code
    500 - Internal Server Error
    Internal Reason
    BPE107 Validation of BizFlow failed
    Further details:
    BizFlow-URI: /com.sap.b1i.vplatform.ui/bfd/DownloadMessageLog.bfd
    validation-error: UTE001 Nested exception: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException:
    ERRORS :
    cvc-element : element information item '/:Msg[1]' is not associated with element declaration and do not has an attribute information item among the element information item's [attributes] whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and whose [local name] is type.
    -> com.sap.engine.lib.xml.parser.ParserException:
    ERRORS :
    cvc-element : element information item '/:Msg[1]' is not associated with element declaration and do not has an attribute information item among the element information item's [attributes] whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and whose [local name] is type.
    Recommendation
    Check for the correctness of your activity or environment or ask your system-administrator for further help.
    I already tried restarting the services, re-activating the unit and its steps... any ideas?
    If needed i can provide the "full internal error message" and its callstack
    I'm using 8.81 - pl04

    Hi Mattia Ryffel
    Could please explain what exactly do u mean by reinstalling "Framework.zip". I too am facing same problem since three days.. But not able to find a solution to it.. Do u mean to reimport SIM repositories?
    Waiting for your reply.. Thanks in advance.
    Regards
    Rohan S. Kamble

  • [svn] 977: Bug: BLZ-93 - When a producer sends a message to a secure destination with no credentials it causes a security exception to get logged with a log level of error .

    Revision: 977
    Author: [email protected]
    Date: 2008-03-27 17:04:59 -0700 (Thu, 27 Mar 2008)
    Log Message:
    Bug: BLZ-93 - When a producer sends a message to a secure destination with no credentials it causes a security exception to get logged with a log level of error.
    QA: Yes
    Doc: No
    Details:
    Updates to catch-all exception logging hinge points on the server to use a new method on MessageException that protects against repeat logging of the same exception as we unwind the call stack on the server, as well as allowing exception subclasses to control the log level, intro text and inclusion of a full stack trace in the logged output. This allows things like SecurityExceptions, which represent common errors like incorrect user credentials, to avoid polluting the log with error-level logging and stack traces. It also consolidates our catch-all handling for MessageExceptions and their subclasses in a single point, avoiding problems with needing to make updates or tweaks to our logging output in multiple places.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-93
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/log/Log.java
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/util/ExceptionUtil.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageBroker.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageException.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/MessageBrokerFi lter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableMess ageBrokerFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/security/SecurityException.ja va
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/ServiceException.jav a

    One thing I forgot to add, which may be causing you
    problems: the "mount volume" command is not part of
    the Finder dictionary. It stands alone.
    bill
      Mac OS X
    (10.4.10)   1 GHz Powerbook G4
    I tried the mount command. After executing it in Script Editor, I was prompted with login and password, but it was my Keychain!
    I don't know if you have your keychain unlocked or what else..
    Maybe the original poster (Rick Anderson) has his keychain locked and the prompt is from it.
    Just a guess...
    Ciao,
    Ermanno
    Dual 2 GHz PowerPC G5   Mac OS X (10.4.9)   4.5 GBy SDRAM, 5 external FW disks, 2 Internal SATA disks

  • "Exception Processing Message" error when clicking the Accessing Server Data link on the start page

    When I first started the application, I click the Accessing Server Data link on the start page.  I immediately got the error "Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c in a dialog box titled "Windows - No Disk".  I had to used Task Manager to remove the box after closing Flash Builder 4.  I then tried the video tutorial on "PHP Services in Flash Builder 4".  I keep receiving an error during service introspection trying to connect to the PHP class.  It was the same error as the other individual "Cannot Connect to PHP Service".  So I tried another tutorial and generated a sample PHP class.  I moved a datagrid on to the stage, droped in the getAllItems function, and configured the return type.  However, when I ran the app, I received the same error "Exception Processing Message" again.  I have attached the screenshot of the error in addition to my phpinfo and log files.

    "The exception process message" is definitely a issue. Is it happening consistently, if so can you file a bug at bugs.adobe.com/flex and give out your machine config details, and the error log.
    With regards to generating a new php file and the introspection error that you are getting, looking at the logs it probably is two fold.
    First off the name of the file and the class name should be the same, are you having employeeServices as the name of the class in employeeServices.php file.
    Second, It seems prior to generating this new file, you had a syntax error at line 5.
    It would be easier to figure out what the error is, if you can also attach the php file, by removing any sensitive information in that.
    Hope this helps.
    Thanks
    -Sunil

  • Null pointer exception in jserv.log

    Genius,
    I am facing weired exception "Null pointer exception" in jserv.log.
    Apps Login is showing "internal server error"
    I tried enabled debug log level in jserv.conf, httpd.conf, all logs are having Null pointer exception message. not able to trace exactly what is the issue.
    This is 11.5.10 env.
    Can anybody help me out?
    Thanks

    fyi. i am the apps dba of that env.
    Yes bounced many times, after making several setups. found that ATG RUP patch 4 screwed got applied, developers applied the patches directly, which screwed the env.
    now we are recloning the test env.
    thanks folks for your support.

  • Synchronous scenario(ABAP proxy to HTTP_AAE) getting error exception as "Message Expired Exception"

    Dear All,
    I have done all the configuration for ABAP proxy scenario using AAE/ICO as per the below "how to guide" using SOAP as sender adapter using xi protocol. My SAP PI is 7.4 dual stack system. here third party is not a webservice its HTTP based we server so no wsdl.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef407b?overridelayout=t…
    However after running the scenario from ECC I am getting the exception as "Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 53289257-97e0-06d0-e100-00000a70d384(OUTBOUND) expired.". I do not have any connection problem to third party(bank) URL. moreover I am able to get the response from bank using classical scenario s in PI, but the response message is not getting pushed to ECC, rather its reaming in PI SXMB_MONI with status "Log version".
    Thats the reason I am trying to do using ICO, but using ICO PI is not even sending the request out of PI to bank. Please see the below receiver communication channel message log.
    Thanks,
    Farhan

    Hi,
    As per the log, the message has started 23:18:02 and failed at 23.23:02 it took 5min time, if message is not process certain time this kind of errors comes up. Have you changed adapter type for existing SOAP communication channel or created new? provide complete log of the message from starting time to ending time if possible.

  • ActiveSync With csv ,Exception thrown in log file

    I did active Sync with csv with the mapping IDM User target attribute
    acountId to email field in the csv
    email to email
    We are able to get the accounts in to IDM properly but in the log file I see the following exception
    com.waveset.util.WavesetException: Unable to diff file because some records do not have a value key: accountId,
    the account Id attribute is named as "login" in the csv I tried by changing the 'login' to accountId in the csv file and removed the calready created accounts in IDM,still it says the same Exception in the log and accounts are created.
    am I missing anything to be done
    Regards
    Soori

    You can try this simple fix -
    Quit DW.
    Find this file -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "lotuseducation" <[email protected]> wrote
    in message
    news:e3a6up$ckl$[email protected]..
    > hi
    >
    > i am facing a strange error in my DW 8,
    > the error message is :
    >
    > while executing onLoad, the following Javascript
    error(s) occurred:
    > at line 36 of file "E:\Program
    files\Macromedia\Dreamweaver
    > 8\Configuration\Commands\_afterSave.htm":
    > Exception thrown in native function.
    >
    > what to do now? any idea
    >
    > i did not find any solution in google search for this
    >
    > thanks in advance
    > ashok sharma
    >

  • RAC crashed - errors in messages log

    2 node RAC. running 1 node config.
    OEL 5.
    Oracle 11.2.0.2.0
    RAC crashed this morning with following errors in ASM log
    ORA-27300: OS system dependent operation:semget failed with status: 28
    ORA-27301: OS failure message: No space left on device
    ORA-27302: failure occurred at: sskgpsemsper
    Found blog notes to up the semaphores in the kernel. http://arjudba.blogspot.ie/2008/09/database-startup-fails-with-ora-27302.html
    bumped up to the following as per note but didnt fix
    from: kernel.sem = 256 32000 100 128
    to: kernel.sem = 256 32768 100 228
    then tried 258 - didnt work
    found another blog note that said to try 288 and that DID work so appears to be a semaphore issue. 2 questions:
    1: How can this happen all of a sudden? no changes on box for last 5-6 weeks, nothing else running except RAC.
    2. Error in /var/log/messages log file. RAC came down at 10:02, messges in the log file from 10:01, must be related. anyone know what they are? Looks like storage to me.
    Jan 10 10:01:48 orcldub817 kernel: lpfc 0000:08:00.0: 0:(0):0713 SCSI layer issued Device Reset (0, 23) return x2002
    Jan 10 10:02:17 orcldub817 kernel: INFO: task MpxPeriodicCall:28484 blocked for more than 120 seconds.
    Jan 10 10:02:17 orcldub817 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 10 10:02:17 orcldub817 kernel: MpxPeriodicCa D ffffffff80151248     0 28484      1         28485 28483 (L-TLB)
    Jan 10 10:02:17 orcldub817 kernel:  ffff810c0d8e78a0 0000000000000046 ffff810095560840 ffff810c2f7b14f8
    Jan 10 10:02:17 orcldub817 kernel:  ffff810c2f7b1000 000000000000000a ffff810c28a96100 ffff81062fd6a100
    Jan 10 10:02:17 orcldub817 kernel:  00267af542a39442 0000000000008106 ffff810c28a962e8 000000072e01a0c8
    Jan 10 10:02:17 orcldub817 kernel: Call Trace:
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff80064167>] wait_for_completion+0x79/0xa2
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8008e16d>] default_wake_function+0x0/0xe
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff801459cc>] blk_execute_rq_nowait+0x86/0x9a
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff80145a78>] blk_execute_rq+0x98/0xc0
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8840b90d>] :emcp:emcp_scsi_cmd_ioctl+0x2ad/0x400
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff88412cb5>] :emcp:PowerPlatformBottomDispatch+0x3d5/0x760
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff884130d8>] :emcp:PowerSyncIoBottomDispatch+0x78/0xd0
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff88413626>] :emcp:PowerDispatchX+0x356/0x410
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff884147fd>] :emcp:EmsInquiry+0x9d/0x1a0
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8863245a>] :emcpmpx:ClariionKLam_getPathLunStatus+0x8a/0x110
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff88622391>] :emcpmpx:MpxDefaultTestPath+0x21/0x80
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff88631bf3>] :emcpmpx:MpxLnxTestPath+0x43/0x270
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff800a1bad>] autoremove_wake_function+0x9/0x2e
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8008c597>] __wake_up_common+0x3e/0x68
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8002e511>] __wake_up+0x38/0x4f
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff88407e9e>] :emcp:PowerPutSema+0x4e/0x60
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8006f1f5>] do_gettimeofday+0x40/0x90
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8862a054>] :emcpmpx:MpxTestPath+0x234/0x1fc0
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff80063ff8>] thread_return+0x62/0xfe
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8862e8cb>] :emcpmpx:MpxPeriodicTestPath+0x9b/0x230
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8840e9c4>] :emcp:PowerTimeout+0x1a4/0x1e0
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8006f1f5>] do_gettimeofday+0x40/0x90
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8862ed5a>] :emcpmpx:MpxPeriodicCallout+0x2fa/0x410
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8862ea60>] :emcpmpx:MpxPeriodicCallout+0x0/0x410
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8841164d>] :emcp:PowerServiceDaemonQ+0xad/0xd0
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8005efb1>] child_rip+0xa/0x11
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff88411670>] :emcp:PowerDaemonStart+0x0/0x20
    Jan 10 10:02:17 orcldub817 kernel:  [<ffffffff8005efa7>] child_rip+0x0/0x11
    Jan 10 10:02:17 orcldub817 kernel:second node messages log has exact same...
    Jan 10 10:01:48 orcldub818 kernel: lpfc 0000:08:00.0: 0:(0):0713 SCSI layer issued Device Reset (1, 23) return x2002
    Jan 10 10:02:11 orcldub818 kernel: INFO: task MpxPeriodicCall:28298 blocked for more than 120 seconds.
    Jan 10 10:02:11 orcldub818 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 10 10:02:11 orcldub818 kernel: MpxPeriodicCa D ffffffff80151248     0 28298      1         28299 28297 (L-TLB)
    Jan 10 10:02:11 orcldub818 kernel:  ffff810626d7d8a0 0000000000000046 ffff8107adac6500 ffff810c2ff7e4f8
    Jan 10 10:02:11 orcldub818 kernel:  ffff810c2ff7e000 000000000000000a ffff81062a2ad7a0 ffff81062fcf80c0
    Jan 10 10:02:11 orcldub818 kernel:  00267d060c8f888d 000000000002ac41 ffff81062a2ad988 0000000676dd2cd8
    and same messages as per node 1 above.Edited by: 961469 on Jan 10, 2013 5:46 AM

    Dude wrote:
    Why do you think it's a problem with kernel semaphores?
    There are 2 other issues that I suggest to look into first:
    SCSI layer issued Device Reset (0, 23)
    ORA-27301: OS failure message: No space left on device
    To me this looks like a hardware problem with your EMC storage
    Also please provide exact details about your OS version and system.See the errors in the ASM first of all. A few notes are thrown up when we look for those errors. Upping the semaphores resolved. My task now is to get to root cause.
    versions: x86_64 2.6.18-194.el5
    While increasing the semaphores resolved, I too think it looks like a problem with the storage as we get the same issue in the messages fil eon both nodes at same time.
    couple of things looking at ipcs that dont make sense
    [root@orcld818 proc]# ipcs -sa | wc -l
    242
    [root@orcl818 proc]# ipcs -sa
    242 listed -
    0x45116b13 7241949    root      666        1        
    0x45116ab3 7274718    root      666        1        
    0x45116a13 7307487    root      666        1        
    0x45116a73 7340256    root      666        1        
    0x45116a93 7373025    root      666        1        
    0x45119ca9 7405794    root      666        1        
    0x451187f7 7438563    root      666        1      All those returned are root owned, this doesnt make sense to me, I thought there should be only a few listed owned by oracle
    If I try to identify any the processes associated with those, theres a PID listed, yet the pid doesnt exist when I try to query it e.g. the last one listed above...
    [root@orcl818 proc]# ipcs -i 7438563 -s
    Semaphore Array semid=7438563
    uid=0    gid=0   cuid=0  cgid=0
    mode=0666, access_perms=0666
    nsems = 1
    otime = Thu Jan 10 11:15:13 2013 
    ctime = Thu Jan 10 11:15:12 2013 
    semnum     value      ncount     zcount     pid      
    0          0          0          0          22922    
    [root@orcl818 proc]# ps -ef | grep 22922
    root     19611  9740  0 14:54 pts/2    00:00:00 grep 22922
    [root@orcl818 proc]#
    [root@orcl818 proc]# ls /proc/22922
    ls: /proc/22922: No such file or directory
    [root@orcl818 proc]#

  • BRF+ Message Log & "Rule as Expression"

    Hi colleagues,
    I am quite new to BRFplus and have two questions:
    1) I would like to use a message log action in order to indicate errors. I tried to follow https://wiki.wdf.sap.corp/wiki/display/FDT/Message+Log   with method SET_APPLICATION_LOG_OBJECT, but I can't find the class this method belogns to. I also tried modelling a rule & action message log with help of the UI. My question is how can I log messages and where can I find them after the function is beeing processed?
    2) In every guide I can read something about rule expressions and even how to create them (e.g. http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cc/85414842c8470bb19b53038c4b5259/frameset.htm), but in the workbench there is no possibilty of creating rules as expressions but only rules and rulesets (the rule is not part of the "Expression" node).
    I hope somebody knows what I mean
    Thanks a lot & kind regards,
    Ilijana

    Thanks a lot for your response!
    Could you tell me why using rules and rulesets is not recommended for 7.01 ? This could be interesting for my bachelor thesis.
    Thanks & Kind Regards,
    Ilijana

  • CK40N : no message log update after =cksu

    Hi costing experts,
    In the costing run statistics there are errors for the marking step, which I correct by entering =cksu according to SAP note 542790.
    However, the message log for the marking step is not updated. It is hard to find which are the remaining messages in the overall message log, because there are some 400 messages in total and only 50 are still relevant according to the refreshed statistics.
    Does anyone have any idea's about what can be done to update the message log?
    Thanks,
    Caroline.

    I got below error in the ST22 dump....
    "Database error text........: "ORA-00060: deadlock detected while waiting for
    resource"
    Internal call code.........: "[RSQL/INSR//BIC/FZXX_C02 ]"
    I was searching for OSS notes associated with following keywords and note able to find any notes related my support pack level we are in SP13 (SAPKW70013)
    "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB" "WRITE_ICFACT"
    Any help will be greatly appreciated...
    Thanks,
    Raman

  • No Disk error/Exception Processing Message keeps appearing

    THIS IS A BUG!
    When I have a song listed in itunes but it can't find it on my hard disk, I get the message:
    WINDOWS - NO DISK
    Exception Processing Message c0000013 Parameters 75b6f9c 756bf9c 75b6f9c
    CANCEL TRY AGAIN CONTINUE
    This used to cause my system to HANG everytime it appeared. (Needed a COLD REBOOT.) I reinstalled itunes and now it doesn't hang, but the message shows up frequently! What a pain!

    I get this same message every time I start iTunes. It started happening after my most recent update of QuickTime. I have removed and re-installed both iTunes and QuickTime but I continue to get this exact error message.

  • Message log not correctly associated with contact

    I'm having an issue where I cannot text message a particular contact or phone number. A series of steps I took seems to have exposed a glitch where the message log will not corrrectly associate itself to a newly created contact.  So now when I push the SMS button on the new contact, nothing happens. Also when I manually start a new text message and add the contact to the text message and press send, the message clears from the text box and nothing else happens.
    Here is how you reproduce the error:
    1. I called a number and quickly hung up, just as you would do to log a number for saving later.
    2. From the call log, I clicked on the SMS button to send a text message.
    3. I sent a text message.
    4. From the text message log, I clicked on the number at the top to save it to contacts.
    5. I saved a new contact with the number.
    6. If you go back to the message log, you should notice that the message log header does not update with the new contact's name. Instead it will still show the number.
    7. Finally, I went to the test contact and pressed the SMS button and nothing happens.
    After you add the contact like I did, it seems that the contact does not correct connect itself with the message log.
    After step 5, go to the message log and click on the message log header which should still be the number. When you do this, you would think it would open up the new test contact info card, but instead it opens up a new contact card, as if the number is not saved to a contact yet. It gives me the option to Add To Contacts at the bottom.

    I have the same issue.  I started not being able to text only one person.  I go to the contact and click on the "SMS" button and it doesn nothing.  If I try to send the message directly to the number it just doesn't do anything, the message leaves the text box, but doens't show up in the conversation window.  I'm not exactly sure what I did to do this, but I think it's because I added the same contact twice.  Once from my incoming calls, and once from my outgoing texts.  I've tried deleting all references to this number (ie the contact info, incoming/outoing calls and texts) but nothing has worked.  It must be the corrupt contact thing as well.

  • Message log is not getting deleted in WEBUI (BADI ORDER_SAVE)

    Hi,
    I am displaying an error message based on certain conditions in BADI: ORDER_SAVE (CHECK_BEFORE_SAVE). On getting error, I am correcting that error.
    Using CRM_MESSAGE_DELETE, I am deleting error message before displaying new error message. However, my error log is not going away. It is still displaying in the log in WEBUI.
    Could you please help me out, how can I delete error message, and error log from WEBUI.
    Thanks,
    Sandeep

    I  have the same question as you .
       I  have use folleing code to display message in web ui:
          if (conditions).
          CV_OWN_MESSAGE = 'X'.
          MESSAGE '商机描述已经存在,请修改后再保存!' type 'E' RAISING DO_NOT_SAVE .
        endif.
    but when i have edit the description , the Message log is not getting deleted in WEBUI .
    who can tell me , thanks for all your help !

  • Error message: "Logging into the account failed because an error occurred."

    Hello,
    We had an XServe G5 2.0 DP 5GB/80/2x250 running Mac OS X 10.3.9 Server with all updates as a main server for a school. The server provides Open Directory Master as well as File-Sharing (AFP and SMB) and e-mail services to about 30 teachers and 300 students. The user home directories reside on the server. A web server also runs on the machine. The students use a pool of laptops, which are configured with a local guest and admin account as well as access to the server-based home directories with Directory Access. The server had the OS running on the 80 GB hard drive and all data (Home directories, mail database, website, etc. were on the two mirrored 250 GB drives.) All was working well until...
    A few weeks ago, one of the two 250 GB died. We decided to use the opportunity to upgrade the server and set it up with 3 x 750 GB, two drives running as a mirrored pair to hold OS AND Data, the other as a stand-by unit to help replace a failing drive.
    We migrated the OS and all data from the previous drives without a problem. Since now, all data is residing on one pair of drives, we put the data from the old "Data" drive in a folder on the root level of the new HD pair. We wrote a script that launches at startup which creates the symlink in /Volumes/Data to link to /Data. We thought that with this, all would be well.
    However: When any user tries to log into his account from any iBook (10.3.9 or 10.4.11) (wirelessly), he gets the message:
    "Logging into the account failed because an error occurred. The home folder for the user account is located on an afp or smb server. contact your system administrator for help"
    If the user logs in to the guest account on the iBook, then accesses his home directory via file-sharing, he can see (read/write) all his data. So, the data and privileges seem to be OK, as well as Open Directory working correctly. Mail and the web work well also, as does logging in to a user account from one of the PC's (wired).
    Can anyone make any suggestions as to how to fix the situation? Currently, the users are using the guest accounts and accessing their data via filesharing, as well as using webmail for their e-mail, but this is a major nuisance.
    Any help will be greatly appreciated.
    Best regards,
    Alain Chammas
    A user trying to access his account from a PC (wired) has no problems.

    A good number of folks are having problems with this same error message at login, and nobody seems to have found a fix.
    I believe I have stumbled upon, if not a solution, at least part of the answer. If you're logged into a 10.4 workstation, open a Finder window and click the "Network" icon. The first time you do this, you'll only see "Library" and "Servers" icons, but if you let it sit for a moment, other folders will magically appear. One of these is "My Network" which is the critical part.
    In Workgroup Manager, edit one of your users' home directory configuration. There's a URL piece, usually "afp://server.domain.com/Users" (which is what shows up in the window when you click on the "Home" tab for that user), and then there's a "Home" path that is usually something like "/Network/Servers/servername/Users/username". Trouble is, you've noticed that 10.4 doesn't put servers into the "Servers" path, but rather into the "My Network" path.
    So, if you change that "Home" path to read "/Network/My Network/servername/Users/username", it should work--with one caveat. Apparently 10.4 doesn't create the "My Network" path on a given client until you actually browse the network on that client. If you haven't logged into a 10.4 workstation and browsed the network, the "My Network" path won't be there, and you'll still get the error. Login as a local user, browse the network (so that the "My Network" folder shows up), logout, and then login as an Open Directory user, and it should work.
    I'm betting that 10.3, 10.4, and 10.5 all handle this issue differently, so if you're in a mixed-version situation, you may have to experiment to find a workable fix.
    Derndest thing I ever saw.

  • HT204161 I want to use iCloud for every thing else except for Messages. I do not want to send an iMessage and receive it on both my iPhone and Mac.

    I want to use iCloud for every thing else except for Messages. I do not want to send an iMessage and receive it on both my iPhone and Mac.
    How do I do that?

    Howdy kingtonz,
    If I understand you correctly, you want to limit to limit your use of the Messages application to non-iCloud sources such as text messaging through your phone carrier, is that right?
    You can turn off the use of iMessages in Settings > Messages > iMessage. See this help article -
    Messages settings - iPhone
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

Maybe you are looking for

  • No Dock - Frozen Desktop... Please Help!

    Hey. Alright well I have searched and searched this forum and many others and can't seem to find a solution. The Problem: Yesterday the dock just quit popping up, so I shutdown and restarted this morning. This morning same problem plus i can't select

  • How to make a simple image gallery with click through?

    Hello, I'm wanting to make a webpage that showcases some images, very much like this one   :    http://www.steviedance.com/?page_id=3868#1 I want button where you can click to the next image, and have only the next image load, not the whole page like

  • W520 no PXE-Boot when using UEFI only

    Hello! When I switch my W520 to UEFI-only there is no LAN-Boot-Option any more. I disabled all other devices and only left PCI-LAN in Boot-Order but then my laptop shows me a empty Boot-Manager. I already searched google and all UEFI-Options but did

  • OIM OID use cases

    From where can i get the use cases for practice on OIM OID provisioning reconciliation and other aspects

  • Changing wma music files to mp3?

    I am transferring songs from my PC to my mac and some are wma files that I need to change to mp3 so that I can put them in my itunes library and add them to my ipod. Itunes won't open wma music files on my mac....does anyone know how to transfer them