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

Similar Messages

  • MTA Message Logging Application.

    Hi,
    Apologies if this isn't the ideal place to post this question but I was
    advised by Novell Support to begin in the Development section and there
    doesn't appear to be a good match with any of the forums. If you know of
    a more appropriate forum, please advise.
    I've been asked to develop an application that can run through GroupWise
    6.04 MTA message logging files and collect basic statistics on message
    flow e.g. the total number of messages transferred, their direction and
    destination domain etc.
    Can anyone tell me how to interpret these log files? I imagine that any
    response would entail more than a simple email so hopefully somebody
    somewhere knows of a document that explains the log file format, key words
    etc. and can point me in the right direction.
    Thanks in advance,
    Andy

    Hi David,
    Perfect. This is just what I was looking for.
    Many thanks to you and Duane for all the help.
    Andy
    David Mair wrote:
    > Andy,
    > I received a message from Duane on the GroupWise team yesterday evening.
    > There's a TID that documents the GroupWise log format. You can find it here:
    >
    http://support.novell.com/techcenter...alogId=2320817
    > I hope this helps. Good luck with the project.
    > David Mair wrote:
    > > Andy Cooper wrote:
    > >
    > >>Hi David,
    > >>
    > >>The date (month and day, but no year!) can be determined from the file
    > >>name (mmddMSG.nnn).
    > >
    > >
    > > stat the file, the year should be in the timestamp.
    > >
    > >
    > >>Many thanks in advance for your help on this. I'll keep my fingers
    > >>crossed that someone somewhere has the documentation to hand.
    > >
    > >
    > > I sent a message to one of the GroupWise guys. Post again if I haven't
    > > responded within a day or two. Mike hasn't opened my message yet but he
    > > may be on vacation.
    > >
    > >
    > >>David Mair wrote:
    > >>
    > >>
    > >>
    > >>>Andy Cooper wrote:
    > >>>
    > >>>
    > >>>>Hi David,
    > >>>>
    > >>>>Thanks for the response.
    > >>>>
    > >>>>The log files are in plain text. My problem is in interpreting the
    > >>>>contents. A random sample is:
    > >>>>
    > >>>>17:00:39 ARR
    > >>>>
    > >>
    >
    >>MSG,LEVAVASS,43298C91.758:19:18868,x04847206,unh cr.ch,UNHCRHQ,SWIGE02,UNHCRHQ,2564,4,ofs,0,0,Inter net.mime{1}
    > >>
    > >>
    > >>>>17:00:39 QUE x04847206,HOP,HubInet,1
    > >>>>17:00:39 TRN Hub.Remote,x04847205,3044,50
    > >>>>17:00:39 ARR
    > >>>>
    > >>
    >
    >>STS,DUREAU,432989E7.B55:13:16097,x04847207,unhcr .ch,UNHCRVENCA,PO,UNHCRHQ,1216,5,ofs,0,5,UNHCRVENC A.PO{1}
    > >>
    > >>
    > >>
    > >>>Interesting that there is no immediately obvious date
    > >>
    > >>
    > >>>>I can make educated guesses that 17:00:39 represents a time, ARR means
    > >>>>inbound, QUE means queue, TRN - Transfer. The kind of information I need
    > >>>>to know is:
    > >>>>
    > >>>>What log event types exist?
    > >>>>What format does each log event have i.e. how are the fields delimited?
    > >>
    > >>
    > >>>It looks like a fairly simple regular expression. I'd have to sit down
    > >>>with a script and work out the multiple split character handling but it
    > >>>is fairly obviously two colon delimiters to split the three time
    > >>>elements. Spaces to delimit the record type then commas for the rest. I
    > >>>can see an obvious way to do it with a match and a split in perl or in a
    > >>>monolithic regexp match but I'd rather not commit since I'm certain
    > >>>there is likely to be a trivialisation possible.
    > >>
    > >>
    > >>>>What does each field represent?
    > >>>>What are the limits/rules to each field? e.g. Can ARR be followed by
    > >>>>anything other than MSG, STS or ADM?
    > >>>>
    > >>>>It might be possible, using lots of log files to empirically determine
    > >>>>patterns (rules) and make educated guesses as to the field meanings but I
    > >>>>was hoping that Novell have documented how their message logging files
    are
    > >>>>composed. Does anyone have this documentation?
    > >>
    > >>
    > >>>If this is not documented at the support site (either in a TID or
    > >>>product documentation) then it is probably not documented. There must be
    > >>>some expectation that the log can be used to determine problems so I've
    > >>>sent an e-mail message to one of the GroupWise engineers that I know to
    > >>>see if I can get some details (absolutely no promises though). In the
    > >>>meantime, I believe a few of the GroupWise guys and a few other GW
    > >>>experts read these groups so they may beat me to the punch.
    > >>
    > >>
    > >>>>David Mair wrote:
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>>CooperA wrote:
    > >>>>>
    > >>>>>
    > >>>>>
    > >>>>>>Hi,
    > >>>>>>
    > >>>>>>Apologies if this isn't the ideal place to post this question but I was
    > >>>>>>advised by Novell Support to begin in the Development section and there
    > >>>>>>doesn't appear to be a good match with any of the forums. If you know
    of
    > >>>>>>a more appropriate forum, please advise.
    > >>>>>>
    > >>>>>>I've been asked to develop an application that can run through
    GroupWise
    > >>>>>>6.04 MTA message logging files and collect basic statistics on message
    > >>>>>>flow e.g. the total number of messages transferred, their direction and
    > >>>>>>destination domain etc.
    > >>>>>>
    > >>>>>>Can anyone tell me how to interpret these log files? I imagine that
    any
    > >>>>>>response would entail more than a simple email so hopefully somebody
    > >>>>>>somewhere knows of a document that explains the log file format, key
    words
    > >>>>>>etc. and can point me in the right direction.
    > >>>>
    > >>>>
    > >>>>>If the logs are in a text format then languages like Perl and PHP have
    > >>>>>very powerful text analysis capabilities via regular expressions. I use
    > >>>>>PHP to distill my web server logs into a MySQL database daily.
    > >>>>
    > >>>>
    > >>>>>If the logs are binary then there is a good chance the format is
    > >>>>>undocumented and proprietary I'm afraid.
    > >>>>
    > >>>>
    > >>>>
    > >>

  • Can i view an xsl stylesheet? My message log is formatted and I can't read it.

    I have found a message log in My Downloads. When I try to read it, it's an xsl stylesheet. What is this? Why is it in this format, and can I convert it so I can read it? Thanks--need details--I don't know much about computers!

    An XSL stylesheet usually contains layout rules for an XML data file, but not actual data. Maybe what you found is actually the XML data file, which refers to the XSL style sheet?
    If it doesn't help to open it in a Firefox tab, try opening it in Internet Explorer or Microsoft Excel. Both have some capability to decode XML.

  • FaceTime and Messages log in error on Mac

    FaceTime and Messages log in error on my iMac and Mac Mini.  (OS X 10.8.2)
    Getting a 'registration cannot be completed at this time message', but both worked fine before (when the iMac was in my office). 
    Both FaceTime and iMessage work on the iPad.
    Running the home network through a near-new, still functioning Time Capsule.
    Have logged out, tried logging in with a new Apple ID, and get the same result.
    Help, please.

    Sorry, I'm at a loss...
    Try Apple's Express Lane...
    https://expresslane.apple.com/

  • 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

  • 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.

  • Can we save the warning message in the message log of Lead.

    Hi,
    I have an requirement where i have to raise an warning message while "creation of lead from campaign" on campaign UI, I can raise that warning message using below code.
    DATA lr_message_service TYPE REF TO cl_bsp_wd_message_service.
    lr_message_service = cl_bsp_wd_message_service=>get_instance( ).
    lr_message_service->add_message( iv_msg_type = if_genil_message_container=>mt_warning
    iv_msg_id = 'ztest'
    iv_msg_number = 006
    iv_msg_level = '1' ).
    but how can i retain this warning message in the lead message log ? "when ever i will open that lead again that warning message should be there"
    thanks & regards
    raman khurana.

    Hi,
    Below are the steps to write to the log and then read it,
    1. Create a Log useing FM BAL_LOG_CREATE. This will return the log handle.
    2. Add messages to log using FM BAL_LOG_MSG_ADD. Importing parameters are log handle and the message.
    3. You can read the log by passing the log handle to FM BAL_GLD_SEARCH_MSG. This will return the message handle.
    4. Now pass the message handle to FM BAL_LOG_MSG_READ. This inturn return the message id and class. Pass the msg. details to FM BAL_DSP_TXT_MSG_READ to read the message text.
    Regards,
    Arun Kumar

  • Group Tree: Error in Ajax response - message: missing } in XML expression

    Hi,
    We were using a previous version of Crystal libs and viewer. I wanted to get up to date with the latest jars and viewer so I downloaded and installed the version with Eclipse 3.4.1 and crystal development bundled together.
    I've copied the new jars from there into my existing project. I've also copied the folder cyrstalreportviewers into the project. We're using Tomcat 6.
    I've now got a problem with the Group Tree at the moment since I started using the latest libraries and crystal report viewers.
    My web.xml looks like this.
            <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>/crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>webapp</param-value>
         </context-param>
            <servlet id="CrystalReportViewerServlet">
              <servlet-name>CrystalReportViewerServlet</servlet-name>
              <display-name>CrystalReportViewerServlet</display-name>
              <servlet-class>
                   web.servlet.ReportingViewerServlet
              </servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
           <servlet-mapping id="CrystalReportViewerServletMapping">
              <servlet-name>CrystalReportViewerServlet</servlet-name>
              <url-pattern>/CrystalReportViewerHandler</url-pattern>
         </servlet-mapping>
    A request to the uri https://......../WebApp/CrystalReportViewerHandler?id=3
    The servlet doesn't do anything that seems to be uncommon. I can post more precisely what it does if needed.
    The report will load correctly, I don't get an error page asking if my crystalreportviewers/ path is accessable to the server.
    I get a parameter page asking for a value. I enter that and click OK.
    The viewer sends a POST request to my Servlet and is handled correctly.
    The report is then loaded.
    On the click of an item in the Group Tree it sends an Ajax POST request and I then get the following error:
    message: missing } in XML expression
    fileName: https://localhost:8080/WebApp/crystalreportviewers/allInOne.js
    lineNumber: 10
    stack: ()@:0
    eval("(\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n)")@:0
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object Object],[object Object],[object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:12
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ()@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object Object],[object Event])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object Event])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    name: SyntaxError
    Clicking on the Groups headers on the right hand pane work as expected. Although I notice they are not Ajax requests.
    I've spent a few days at this now and I feel like I'm running out of options but to revert back to the previous version we were using. I presume this works elsewhere so I've got to be doing something incorrectly with my setup.
    If anyone needs more info then please ask.
    Thanks,
    Patrick

    Hi Ted,
    Thanks for your reply.
    That's our own Servlet. It extends javax.servlet.http.HttpServlet
    doGet does the following stuff:
    Creates a ReportClientDocument.
    Sets the ReportAppServer to "inproc:jrc".
    Opens the report as read only.
    Gets the DBController and calls logon on it.
    Then calls replaceConnection.
    Adds some discrete param values.
    Creates a CrystalReportViewer.
    gets the report source from the report client document.
    sets the report source on the crystal report viewer.
    set own page to true.
    sets the report source in the session.
    The crystal Report Viewer then processes the Http Request.
    doPost:
    gets the report source from the session.
    creates a CrystalReportViewer.
    sets the report source on the crystal report viewer.
    set own page to true.
    The crystal Report Viewer then processes the Http Request.
    One thing I changed in there was the way the data source was changed. It used to loop through tables.
    Tables tables = clientDoc.getDatabaseController().getDatabase().getTables();
    newTable.setQualifiedName(qualifiedName);
    clientDoc.getDatabaseController().setTableLocation(origTable, newTable);
    Now it does this:
    DatabaseController dbController = clientDoc.getDatabaseController();
    dbController.logon(username, password);
    dbController.replaceConnection(new ConnectionInfo(), connectionInfo, null, DBOptions._useDefault);
    If you need more info please do let me know. Thanks for your help.
    Patrick

  • Problem in Message Processing Rules

    Hi All,
    I have created Webservice(URL) for an transaction through Message Processing rule, with server name: 'XMIIMESSAGELISTENER'
    URL: http://<IP Address>/XMII/Illuminator?Service=WSMessageListener&mode=WSMessageListenerServer&NAME=Shop_order_data&XacuteLoginName=<username>&XacuteLoginPassword=<passwrd>
    Above URL or transaction has 1 input(XML) and 1 output(string)
    As it tested from Oracle system, its working fine and updating all the data and saving xml file in MII DB.
    As it save data in MII, it will send success message(string) in the output parameter of transaction.
    This message has to send back Oracle system
    Issues is, they are not recieving success message.
    Is Message Process rule wont return any value or message from MII transaction to other system?
    Please help me on this
    Thanks,
    Kind Regards,
    Praveen Reddy M

    Hi Praveen
    The WSMessageListener HTTP Service does not process the incoming message immediately.
    What you have done in MII.
    1. Created a MII Transaction with an Input Param type XML and an Output Param Type String.
    2. Configure the Transaction in MII Processing Rules for WSMessageListener server.
    3. Sent XML Message to URL http://<IP Address>/XMII/Illuminator?Service=WSMessageListener&mode=WSMessageListenerServer&NAME=Shop_order_data&XacuteLoginName=<username>&XacuteLoginPassword=<passwrd>
    What happens in the system:
    1. MII WSMessageListener receives the XML Message and stores the message in MII DB.
    2. It invokes the processing rule and runs the transaction that was configured for it.
    3. Message status is set to Success.
    This means that MIIWSMessageListener does not run the Transaction immediately upon receiving the XML Message. Hence the response of the Transaction output is not sent to the sender application. The reason for this is that the WSMessageListener service is treated as an asynchronous service where the sender does not care about the response of the receiver.
    If this is not what you want then you can run your transaction in one of the following ways:
    1. http://<host:<port>/XMII/Runner?Transaction=<project/folder/trx name>&OutputParameter=<paramname>
    2. with a Soap Message to the URL http://<host>:<port>/XMII/SoapRunner/<Transaction full path>. Please note that this service expects a SOAP Message and not just an XML payload.
    Hope this helps you.
    Regards
    Partha

  • SAX parser errors in services-messages.log

    I'm having some issues with a just installed ZCM 11.3a server. I'm getting a lot of errors:
    org.jdom.JDOMException: Could not load default SAX parser: org.apache.xerces.parsers.SAXParser: SAX2 driver class org.apache.xerces.parsers.SAXParser not found: org.apache.xerces.parsers.SAXParser
    in services-messages.log
    I have googled for the error message but can't find anything related to ZCM. Any idea about how to fix it?

    jlmendez Wrote in message:
    > I'm having some issues with a just installed ZCM 11.3a server. I'm
    > getting a lot of errors:
    >
    > org.jdom.JDOMException: Could not load default SAX parser:
    > org.apache.xerces.parsers.SAXParser: SAX2 driver class
    > org.apache.xerces.parsers.SAXParser not found:
    > org.apache.xerces.parsers.SAXParser
    >
    > in services-messages.log
    >
    > I have googled for the error message but can't find anything related to
    > ZCM. Any idea about how to fix it?
    Which OS did you install ZCM 11.3a on? I'm guessing Linux based.
    HTH.
    Simon Flood
    Novell Knowledge Partner

  • 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

  • I've been recieving text messages on my Iphone 4s, but the phone number is not showing up on my bill under the message logs.  Anyone know why??

    I've been receiving text messages on my phone, but for some reason the phone number is not showing up on my bill under the message log.  Does anyone know why?

        donnagman,
    Thanks for the details. All numbers should show up in the message history log, unless you are communicating via iMessage. When texting the numbers that are missing in the message log are you using your normal messaging app on the device or a downloaded app? Have the numbers that are missing been shown in your message log before?
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • AQ Adapter with message selector rule

    Hi,
    I'm doing a B2B11g implementation on AS2. Incoming messages are processed using the AQ adapter. Now I have several (about 8) AQ-adapter implementations on the IP_IN_QUEUE that select messages using a message-selector-rule based on the DocumentType. So each SOAComposite dequeues and processes the appropriate document.
    This works fine, but I'm looking for any performance recommendations on this.
    What is the impact on CPU for example using message selector rules? Any do's and don'ts on this?
    Thanks in advance.
    Regards,
    Martien

    http://download.oracle.com/docs/cd/B14099_19/integrate.1012/b25307/adptr_aq.htm#CJAEIACG

Maybe you are looking for