Strange behavior of email notification: where is the log?

Hi,
The email notifications have a strange behavior in our productive system. When the system process whatever subscription only the firsts four notification are sent by email even thought  all the inbox notifications are sent. I checked the mail server and only four smtp connections are sent..... In the development system it is working well, I mean all the emails are sent using the same mail server....  I marked the option Enable session debug info in the EMAIL channel but I see nothing in the los (default.trc).
Is there any log to check what it is happened? Where is the log of session debug info?
Thanks
Antonio

Thanks for you fast replay.
I would like to increase the logging of Notificator (com.sapportals.wcm.service.notificator.wcm) to DEBUG  but in NW7 SP13 I do not find that logging locations.
Could you give any hit on it?
thanks
Antonio
By the way... I found  the following warning:
JMX connector exception occurred while processing external JMX request [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 8573000 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=8573000,SAP_J2EECluster=""... [see details]

Similar Messages

  • Where is the log in item tab? i cant find it !

    where is the log in item tab?? i cant find it.cant install my itunes helper without going through it .urgent .need an answer as fat as possible .

    As of CC 2014 the filter no longer exists. Several features were removed, some had to with flash as Adobe is supporting html5 over flash. It can still be used in CS6 and CC

  • Where is the log in 7.6.4?

    Hi there. 
    I need to troubleshoot my Airport Extreme.  Version 7.6.4 of Airport Utility.  It's been dropping and renegotiating about twice a day over the past week or so. 
    Any advice appreciated.
    Cheers

    7.6.4 is a version of firmware for the Gen1-5 version AE and Express.
    The utility version is totally unrelated and is either v6 in all versions since Lion or v5 prior to that or windows.
    You login by opening the airport utility. If the airport utility cannot find the airport extreme that is because you have Yosemite.. that all round bug heaven.
    You can get access albeit briefly by rebooting (ie turn off and on again) the AE. Or reboot the whole network in correct order.. restart modem.. AE then clients with about 2 min between them.. And then you might get access to the the AE for a good 5min before it disappears off the planet again.
    Where is the log in 7.6.4?'
    Simple .. it is still there but you cannot see it because you are running Yosemite.. and therefore v6 utility..
    There is no logging for any version of Lion, and later with v6 utility.. you need an older computer or one with windows.. to run 5.6 utility.
    Or do a google search for how to install v5 utility.. as I will get my post deleted by telling you.
    Also the log is extremely unhelpful even when you do get to it. And so is 7.6.4 for stability.
    My recommendation .. if you have an extreme.. express once upgraded cannot be downgraded.. and is not as susceptible to problems.
    Please reduce your firmware to 7.6.1 as it is much better for stability.
    Downgrade by holding down the option key while clicking the version number.

  • Where are the logs in iAS ( 9.0.4.x.x )

    Hi
    I have an installation of iAS ( 9.0.4.x.x ) on windows. Now, I am getting a trouble with the disk space because where the iAS is located is being filling for log files and I do not find where are the logs that has more capacity. The disk is getting full.
    Thanks for the information
    Joel Pèrez

    Hi,
    You should be able to find this information in chapter 4 (Managing Log Files) in the 9.0.4 admin guide at http://download-west.oracle.com/docs/cd/B10464_05/core.904/b10376/log.htm#i1011108.
    Table 4-1 lists the log file locations for each component.
    Regards,
    Mathias

  • Where does the logging in RDBMSRealm go  --and-- are some JavaDocs missing?

    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

    Thanks Terry,
    Sorry, I should have mentioned that I am using WL6.0.
    Does anyone know what I need to do to get the RDBMS Realm log to start on
    WL6.0.
    About the missing JavaDocs: Also, if I am doing development using these
    classes I still do not
    understand why they are not on the 6.0 refernce site!
    About the missing JavaDocs,
    I see java docs for a lot of classes, but what document do I use that
    helps me to understand the entire framework? The Programming
    Weblogic Security does give this information.
    Example question: how do I get a reference to the realm to create
    users? Should I even be doing this?
    Thanks for your help.
    Bill.
    "THorner" <[email protected]> wrote in message
    news:B4D7B3CBF165D311844100C04F4E3E1B031246@DANCERACE01...
    If you are using WLS5.1 you much set the property
    weblogic.security.realm.debug=true
    then this information will be sent to stdout. This is set to false by
    default, as there is a lot of information, and it is a big performance
    hit.
    I think weblogic likes to avoid some of its APIs being public, which is
    annoying at times, but probably reasonable
    terry
    -----Original Message-----
    From: Bill Ralenkotter [mailto:[email protected]]
    Posted At: Thu 03 May 2001 16:00
    Posted To: weblogic.developer.interest.security
    Conversation: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    Subject: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

  • Xcode 3 - Where's the Log window?

    In Xcode 2 NSLog()Used to print text to a log panel. Now it doesn't. Where is the log window? I can't find it and a search of the help files doesn't produce any results. Also I can't find any menu item that would help. Generally I'm very confused by the big changes in the Xcode and Interface Builder GUIs. Most of the programming examples in my books are now FUBAR. Also the bookmarks in my browser to the Cocoa documentation are now invalid. What a bummer.

    Well, it's an all-new application, it can be disturbing indeed.
    However, your log window still exists, and its name never changed, it's called Console.
    So, look into the preferences --> Debugging, look at the "On start" local menu, select "Show console", when you'll build and go your App the console window will appear and display your logs.

  • How can i stop receiving emails notifications every time i log in to find my iphone?

    how can i stop receiving emails notifications every time i log in to find my iphone?

    I too would like this answer please

  • SAP BPC 10.0 Netweaver : Workstatus email notification sender is the User how to change it ?

    Hi Gurus,
    I've just set up email notification for Workstatus. I works fine but I've noticed something that won't be accepted by my customer :
    I Had created a BPC Service User SMAIL to send email notification. But it is useless since the email notification sender is always the user who actually made the workstatus change.
    This is very strange because this means that SAP can send emails IN NAME of Users. By default the email used is the user's email set up in SU01 and if the user has no email the sender mail adresse is : USERID@DEFAULTHOST
    Default domain defined in SCOT transaction for SAPCONNECT.
    I think that this situation raises a security breach ; to my opinion SAP should not be able to send emails in the name of users.
    Do you have any idea to change this situation in order to make all notification emails send by one unique System User as BPCSERVICEMAIL for instance.
    Thanks in advance for you help.
    Vincent.

    Hi JW,
    The answer to your question #2 is that we won't have SSIS packages in BPC7NW since all SQL server based functionality won't be there in Netweaver version. If you use migration tools to migrate from BPC5.x to BPC7NW, it can convert SSIS packages. However any custom SSIS code would have to be converted manually. For more information, please read Ryan's blog at SAP's definitive strategy for planning technologies moving forward: What's the word on BPC, BI-IP and SRC?
    Regards
    Pravin

  • Email notification problem on the scsm additional server

    Hi all :)
    we have a SCSM management server with some OS issues, i have been asked to install additional SCSM management server and remove the old one, so i prepared another server and i did install a SCSM management server role on that server (in the installation
    wizard i did point to the Service manager DB from the old server) then the installation has been completed successfully and the new server shows the exact same data as the old one, i have also promoted the new server to be the main server,
    when i shutdown the old server the new server works fine but
    the outbound emails notification doesn't work for some reason, i have
    tested sending an email via telnet using the SCSM workflow account and it works fine !! , any one can help me please ???
    thank u ...

    Hi Mohammed,
    you can make the new server a workflow server by following the guide under Step 1 - Reconfigure the Workflow Server, from the article I posted:
    http://marcelzehner.ch/2012/08/01/dealing-with-multiple-management-servers-33-decommission-old-management-servers/
    but you said, that you have already done it, so your new server has to be the workflow server. This you can check again with the query:
    select DisplayName, [PrincipalName] from [MTV_Computer]
    where [BaseManagedEntityId]=
    (SELECT ScopedInstanceId
    FROM dbo.[ScopedInstanceTargetClass]
    WHERE [ManagedTypeId] = dbo.fn_ManagedTypeId_MicrosoftSystemCenterWorkflowTarget()
    Is this the case?
    Regards,
    Stoyan

  • Email notification trigger from the generate warning processor

    Hi I am using a generate warning processor in the process which aborts the job when the threshold limit is reached. I  need to send out email notification why the job failed (including the message from the generate warning processor). Is it possible?
    Thanks in Advance
    LK

    Hi,
    Yes, this looks like a bug in the UI as it doesn't seem to persist the selected template and always resets the selection to the first entry in the list. It looks like for now you'll only be able to have a single working template on the server with a name alphabetically before "Default Template". I'll see if there are any workarounds.
    I've raised a bug for this btw.
    thanks,
    Nick

  • Anyone has email notification problem w/ the droid & default email app?

    Just want to see if anyone/everyone out there has the same problem getting email notificaiton using default email app for gmail or any other email with all the setting enabled.   (I am not talking about gmail email app)

    questioning wrote:
    I just paid my Verizon bill on line but the only problem this time is that for some reason, I never received an email notification of my bill.  I just happened to stumble on my bill on line while I was reading about other information.
    I always received the email notification before and I never delete emails like that.
    What's going on?
    Interesting......I did receive a notification on 11/11 for my bill due 12/2. I have not received a notification for my bill due 1/1 and I received the 1/1 paper bill today. Just checked my Account Profile and found that the Bill Notifications box was not checked and I think that is the setting that controls the bill notification email (and/or SMS). I have been getting notifications each month for quite a while, so I am guessing some Verizon maintenance update caused the check to be removed. I have activated Bill Notification again so now I guess I just have to wait and see if I get one next month.
    I suggest you check your account profile to see if the Bill Notifications setting has somehow been turned off.
    Edit: I See you edited your post while I was writing mine.  I do not use paper-free billing so that is one difference.
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9
    Keller, TX 76248

  • How do you turn off the email notifications but not the phone

    When I go to bed I want the email "notifications: off, but not the phone.I figured out how to turn off the email notifications at night. But, I want the phone to be able to "ring?"
    Thanks

    Settings, general, sounds, scroll down to new mail, tap, then alerts, none.

  • Programm shows strange behavior on saving a MutableArray to the defaults

    I have a very strange Bug, I have spent hours with the debugger, and i did not find an answer.
    This is quite a strange Bug, so it might be to complectatet to resolve without enough material to read. If you need more contend, simply ask for more, I will give you everything.
    I have an Array with some Selfmade objects inside. Every object (They are all the same Type) has a name (NSString) and 6 NSMutableArrays. Everything Works fine until I close the App and it should save the entire array to a NSData object, and this NSData object to the NSUserDefaults. Lets do a little example
    Array:
    Object1
    Object2
    Object3
    Now we close the App. With the debugger I found out, that a wrong Array is saved:
    Object3
    Object2
    Object3
    Object2 is not affectet all the time. But this happens not allways! It just happens if the case is like this:
    Object1: Array 1 contains something
    Object3: Array 1 and / or Array 2 contains something
    So in the end It is like this: If there are objects in in the higher countet Arrays than in Object1, Object1 = Object2
    I do not know what causes this, and it would be great, if you could give an answer. As said, if you need further recources, simply ask me. Thanks

    I did some more reseach, and I found out, that the bug also appears while running (not only while saving loading) I send you the complete projekt, hoping, that you can find anything The comments are in german, but the names of the vocabulary explain everything. http://cl.ly/3M1A0A2n0z1B1e1n3C0q

  • SSL errors, where are the logs ?

    Hi,
    This morning I meet an Unexpected Error on Netscape Directory Server
    during the regsitration of a new certificatre (from Verisign). The text was :
    "There was an error while writing certificate file" this is the first time I found
    this error, before that it always works.
    But this description is not enough, where can I find more information
    maybe there are some logs ?
    Thanks in advance,
    Nicolas Beaumont
    Atos Origin - System Integration
    Tour Les Miroirs
    18 Av. d'Alsace
    92926 Paris La Defense Cedex
    France
    Phone : +33(1) 70 92 40 33
    e-mail : [email protected]
    Website : www.atosorigin.com

    Hi,
    I have had this problem with iPlanet Web Server. I was also unable to locate
    the logs. I believe this error occours when you are trying to apply a
    certificate to the server but the trust database used to create the CSR is
    different to the one you are applying it to.
    I hope that makes sense.
    Lloyd.
    "Nicolas BEAUMONT" <[email protected]> wrote in message
    news:9k3qm4$[email protected]..
    Hi,
    This morning I meet an Unexpected Error on Netscape Directory Server
    during the regsitration of a new certificatre (from Verisign). The textwas :
    "There was an error while writing certificate file" this is the first timeI found
    this error, before that it always works.
    But this description is not enough, where can I find more information
    maybe there are some logs ?
    Thanks in advance,
    Nicolas Beaumont
    Atos Origin - System Integration
    Tour Les Miroirs
    18 Av. d'Alsace
    92926 Paris La Defense Cedex
    France
    Phone : +33(1) 70 92 40 33
    e-mail : [email protected]
    Website : www.atosorigin.com

  • Where is the Log and why my Variables don't refresh?

    Hi everyone!
    My first question is:
    The log of the ODI, where is it? Not the logs of the executions or the Scenarios, when or who, by example: The Odi save when me "SUPERVISOR" start a session, or, if me "SUPERVISOR" delete a commponent, or, the ODI try to connect a database, or something like this, i was explain my point??
    The other question is:
    My Varibles don't take their value, when i create a new one, refresh and choose the agent, and then, have nothing, miss the value, example:
    I have this instruction, i use any database (ORACLE 11g):
    SELECT 'sysdate' FROM DUAL;
    When i refresh the variable the result is this:
    SELECT '' FROM DUAL;
    The same behavior happens when use JAVA instruction, i try many things, but i can't resolved the problem, check my enviroment variables, the ODIPARAMS, reainstalling JAVA...

    Hello,
    You right, but the log of the executions is not that i want, the log of the application himsefl, because, the log only save a part of all operation i found logs, but doesn't me something about the actions, i want the behavior of ODI, the reason why is 'cause this do things that i can't explain, one of thoose causes is the many repetitions of sessions, the log only shows that X scenario starts many times but not why, i hope explain myself.
    The other part ... I have two enviroments, one of thoose works perfectly with my variables, but the other one not, i export and import the work and master repository from the first to the second enviroment, but can't work. You say that i will declare and refresh my variable from the package, on the tab behind, i do that but nothing happen, my variable can't be a global variable because it works from the begin, any idea?

Maybe you are looking for

  • Use PIX 501 to access internet, how to?

    I have this PIX501 box and this is what I want to do: Outside: connect it to a DSL modem (yahoo/ATT SpeedStream 5100). Use DHCP Inside: connect to one or two PCs. Use static IP. The PIX box's inside IP: 192.168.1.1 The Yahoo's DNS server IP: 192.168.

  • MobileMe preferences button and menu doesn't work with Firefox 4 on Mac OS X 10.6.6

    When I login to my MobileMe account I have two buttons on the top right of the page: Preferences and My Account name. Both I can select but when I do I cannot press either one of the menu entries that show. So I cannot change anything or create folde

  • Issue with Setting Wallpaper

    My Photostream contains around 200 pictures but when I go to change my wallpaper and select photo library only 40 appear. How can I get the missing photos to show when changing my wallpaper?

  • My ipod nano keeps disconnecting itself when plugged in, WHY?

    My ipod is driving me mad. It was working fine earlier and now whenever I connect it to my laptop via USB and it's original cable, it connects (showing in itunes and on my computer icons) and then disconnects itself and then connects itself .....etc.

  • Need help on oracle VM with OEM.

    Hi, My customer is using WINDOWS servers and would like to implement OEM on windows machine only and also requires AMP 4.0 which is not certified with windows. Now we are in big trouble. As a part of this we are trying to explore the possible options