Confusion about dmvpn debug message

my friends h r you
i have a big confusion please clear my confusion
acc my i have 1 hub and three spoke router and i attach me    topology.
so the confusion is
i recieve a message
Dec 19 17:41:54.363: ISAKMP:(0:1:SW:1):purging node 1972349893
Dec 19 17:50:19.019: ISAKMP:(0:16:SW:1):purging node -447036947
what it is mean please tell me
and second problem is please tell me how can i understand it i mean what is mean of number with purging node as inlustrate
ISAKMP:(0:16:SW:1):purging node -447036947

cloaked wrote:
Thanks for helping. I'm not the greatest PL/SQL developer, so how to use log_message isn't obvious to me.
The procedure is 300+ lines long. I just wanted to know if it was getting to the LI128_IMPORT line, which is inside a CASE statement. Here's a snippet of the code where I put the log_message. (log_message is on line 201)
WHEN 'LI128_IMPORT'
apex_debug_message.log_message('made it to import section') ;
THEN
l_ddl   :=
Here is the error...
ERROR line 201, col 13, ending_line 201, ending_col 30, Found 'apex_debug_message', Expecting: THEN -or- OR -or- AND -or- BETWEEN IN LIKE LIKE2 LIKE4 LIKEC MEMBER SUBMULTISET -or- -or- ! != < <= <> = > >= ^ ^= IS NOT -or- + - || -or- * / MOD REMAINDER -or- ** -or- ( (+) AT DAY MULTISET YEARNothing freaky about <tt>apex_debug_message</tt>, just your garden variety syntax error.
As it says in the error message "Expecting: THEN":
WHEN 'LI128_IMPORT'
THEN
  apex_debug_message.log_message('made it to import section') ;
  l_ddl   := ...

Similar Messages

  • HT3529 I am confused about messaging. Shouldn't I be able to send and receive messages with cellular data off?  I can usually send the message, but often do not receive messages until I either have wifi or turn cellular on.

    I am confused about messaging. Shouldn't I be able to send and receive messages with cellular data off and without wifi? I can send the message but often do not receive messages from others, iPhone or other, until  I turn on cellular or wifi.

    Depends on the type of Message.
    SMS messages will send and receive with data off.  and while you can guarantee you send using SMS you cannot guarantee that whoever replies to you does also. They may be replying thorugh iMessage if they are using iPhones.
    However Android should be sending through SMS.
    You can turn off iMessage if you want to, though people with limtied SMS text messaging in their plans may not appreciate it, and stop messaging you.

  • NO MORE DEBUG MESSAGES!

    it is kind of hard to stay in the forum rules, specially the
    insults part (is inept or negligent allowed by forum rules?), on
    how i feel right now. why somebody in adobe thinks that a final
    user cares about debug messages? i am using firefox i have many
    tabs open, i am watching whatever and all the tabs get blocked
    because somebody thinks is the job of the final user to debug
    something he/she didnt make, specially the 'select code location',
    which code?, so i keep getting a popup asking where to debug (if
    local or to place the id of the code to debug). there are pages
    that are so hard to watch because of this, are the adobe people so
    (...)... ARGHHHHH!!!.. i keep disabling flash player because of
    this, i only turn it on to rate songs in yahoo launchcast or watch
    youtube videos or a few more pages, then i forget to disable it and
    the problems begin ('something' reminds me to turn it off again),
    if there is one of those popups asking the location of the code to
    debug and disable the player without closing this message, adobe
    offers me a nice browser crash. are they stupid or is the final
    user the debug monkey for their products?, i mean, is not like it
    does not happen all the time (either firefox or explorer), they see
    by themselves something is just plain wrong, but does somebody else
    has to tell them, yes it is wrong even tough you see it by
    yourselves, please make it right? i mean, fix that stupid thing
    once and for all, why do we care about debug code we didnt even
    made ourselves, talk about 'user experience'

    Originally posted by: cap_nemesis.hotmail.com
    if there are more than one log4j.properties on different levels (server,
    webapp) things can get confusing :-)
    "Mark Daring" <[email protected]> schrieb im Newsbeitrag
    news:drgpe7$1o0$[email protected]..
    > How can I change the tomcat logging level, so no more messages like:
    > "DEBUG [ContainerBackgroundProcessor[StandardEngine[Catalina]]]
    > (ManagerBase.java:653) - Start expire sessions StandardManager at ..." are
    > sent to the console?
    >
    >

  • Confused about SOAP

    Hi all,
    As far as I know, SOAP is initially designed to be an XML based
    RPC protocol.
    But Java API for XML Messaging (JAXM), which is actually a
    messaging API (and not RPC), is also based on SOAP.
    How do they fit to each other?
    In a few words, what does actually SOAP define?
    I am confused about that, can you help me?
    Any idea will be appreciated.
    Thank you

    In a few words -- no. Try here:
    http://java.sun.com/webservices/docs/1.0/tutorial/index.html

  • Confused about passing by reference and passing by valule

    Hi,
    I am confuse about passing by reference and passing by value. I though objects are always passed by reference. But I find out that its true for java.sql.PreparedStatement but not for java.lang.String. How come when both are objects?
    Thanks

    Hi,
    I am confuse about passing by reference and passing
    by value. I though objects are always passed by
    reference. But I find out that its true for
    java.sql.PreparedStatement but not for
    java.lang.String. How come when both are objects?
    ThanksPass by value implies that the actual parameter is copied and that copy is used as the formal parameter (that is, the method is operating on a copy of what was passed in)
    Pass by reference means that the actual parameter is the formal parameter (that is, the method is operating on the thing which is passed in).
    In Java, you never, ever deal with objects - only references to objects. And Java always, always makes a copy of the actual parameter and uses that as the formal parameter, so Java is always, always pass by value using the standard definition of the term. However, since manipulating an object's state via any reference that refers to that object produces the same effect, changes to the object's state via the copied reference are visible to the calling code, which is what leads some folk to think of java as passing objects by reference, even though a) java doesn't pass objects at all and b) java doesn't do pass by reference. It passes object references by value.
    I've no idea what you're talking about wrt PreparedStatement, but String is immutable, so you can't change its state at all, so maybe that's what's tripping you up?
    Good Luck
    Lee
    PS: I will venture a guess that this is the 3rd reply. Let's see...
    Ok, second. Close enough.
    Yeah, good on yer mlk, At least I beat Jos.
    Message was edited by:
    tsith

  • Confuse about Configuring Oracle Warehouse Builder

    newbie here... i am abit confuse on how to configure the Oracle Warehouse builder...
    I have 2 database... 1 source and 1 new one...
    I understand that i have to install the Runtime Repository in the database computer and the Target Schema through the client's computer...
    so all this while... i am just confuse about what to install into the source database and what to install into the new database...
    Please help...

    Location is a logical entity in your OWB design that can be either a database schema, a flat file location, an SAP application location etc. Once you complete your design and are ready to deploy the design into the runtime environment, you will have to 'register' the locations by providing the physical details of your location to OWB (user name/password, database, hostname etc.).
    I am a bit confused by your configuration - are the source and the target in two separate schemas or in the same schema? Your posts are somewhat contradictory.
    If they are in two different schemas, you should:
    1. Create a source module pointing to a source schema (you can then import data object structures from the source schema - i.e. you don't have to create source tables manually in OWB, but you can import them into the module automatically). This module will have a source location (for example SRC_LOC).
    2. Create a target module where all your target objects will be (i.e. where the data will be loaded). This module will have a different location (TGT_LOC). In your target module you will also create the mappings.
    3. When deploying, you will register SRC_LOC with the physical details of your source schema, while the target location will be registered with the physical details of the target schema. The code generated by OWB during deployment will make sure that the data is extracted from the source schema and inserted into the target schema (either by generating and using DB links or by qualifying the schemas in the extraction queries if source and target are in the same database instance).
    On the other hand, if both source and target objects are in the same db schema, you can have all your objects in the same target module and you will only have to register the location of this target module when deploying (LOC_TGT).
    That said, there can be a variety of reasons why there is no data in the target after you run the extract mapping that have nothing to do with locations, such as logical errors in the mapping (an inappropriate filter or a wrong join), insufficient privileges etc. I suggest you take a look in the runtime audit browser that should contain the error messages relative to your mapping.
    Regards:
    Igor

  • Debug messages in log4j

    Hello,
    I'm using log4j and JBoss and I'm getting a large number of debug statements in my log file. Does anyone know how to disable these debug statements?
    Thanks in advance,
    Ger

    Just today I went through the same horrible ordeal.
    A couple notes about the default JBoss log4j.xml file it seems to affect the logging somewhat, from my understanding you SHOULD do this:
    The <root> category should have a priority added:
    <root>
    <priority value="WARN" />
    <appender-ref ref="CONSOLE"/>
    <appender-ref ref="FILE"/>
    </root>
    That should set the default root category to only display WARNING messages. There's another category (name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool") with priority set to TRACE. Change that to WARN or ERROR.
    I set up my own server directory structure and left out the log4j.jar from the lib directory, so it hadn't been actually reading the XML file. Just something to watch out for.
    Another thing I found was that the bin/run.jar has a log4j.properties file with rootCategory=DEBUG which generates the boot.log file. I un-jarred the file and set that to INFO, then re-jarred it... I couldn't get rid of all the DEBUG messages without doing so.

  • Captivate 8:  Getting this message "Unable to locate LMS's API, content may not play properly".  Then I get a debug message of "44:Tue Feb 17 2015 : InIsLoaded, returning false".  Has anyone else seen this?

    Captivate 8:  Getting this message "Unable to locate LMS's API, content may not play properly".  Then I get a debug message of "44:Tue Feb 17 2015 : InIsLoaded, returning false".  I also see a message in the preview pane when I view the .htm file in the project folder "This course requires JavaScript to be enabled in your browser.  Please enable JavaScript, then relaunch the course."   JavaScript is already enabled and I'm getting this in IE9 and Chrome 40....Has anyone else seen this? 

    The first part of your issue will be resolved if you load your course from an LMS. If you are not hosting your content on LMS, you can disable the reporting in your Quiz settings (Edit > Preferences > Quiz > Reporting).
    Not sure about the Javascript related issues.
    Sreekanth

  • Debug Messages missing in Forms 9i?

    When running a form from forms designer with debug messages checked I don't get a message displaying the trigger name, I only get a Please Acknowledge Message alert box.
    Is there a setting that I may have inadvertently set that would prevent the messages from being displayed?
    Forms version 9.0.2.12.2.
    Thanks
    Richard
    P.S. We have just started to assess Forms 10g (9.0.4) for Windows and have noticed huge improvements in performance - about 50%! Don't know what you guys have done but initial impressions are excellent. We are looking to roll this out to production as soon as possible.

    The problem with debug messages is a known one (Bug 3376171) and will be fixed in forms 10. (not 10g - 9.0.4)

  • Confused about conversation grouping Lion vs. Snow Leopard

    Hello All,
    I just upgraded. Literally just finished. I was checking out mail, and I am confused about how Mail 5 groups messages for conversations. In SL I had Mail group related messages as well, and it's a feature I really enjoy. Conversations just makes it that much better. But, I notice that Lion groups message differently than both SL and iOS. Now, it is no longer grouping emails that are all from various people but are part of the same thread. It is grouping multiple messages from the same sender, even if they have nothing to do with each other, or are only loosely connected.
    It used to be (and still is on my iPhone) for example, that all the emails eminating from a single thread topic on one of my class forums would all group together. They have the same subject line and formatting. It was heaven. Will there be no way of doing this?
    Also, now all the emails from the teacher of that class, regardless of the relevancy or subject line, group together in one conversation. It's annoying in a way, but I think I can get used to that. Does anyone know if these will be able to be changed in the future?
    Thanks

    As a Mac power user - LION IS A DISAPPOINTMENT
    Apple needs to seriously consider briniging back
      • SPACES: the capability to move up as well as down to access applications
         AND have applications stay in a desgnated space makes it much easier
         to run multiple applicatioins - especially in a multi-monitor environment
      • SAVE AS: Saving various versions of a file is difficult with Lion. 
        If I want a 3 versions of a document - with different pictures, it takes too many "clicks" to accomplish
         this task.  LET ME CHOOSE HOW I STORE FILES
      • COPY COMMAND: Snow Leaopard allowed me to copy files to a storage device AND if the file
         was already written to the device - the option to NOT REPLACE the file existed.  This made it
         easy to backup work on a portable drive.
         LION ONLY has two options - copy all or make an addition copy of the file, causing storage bloat
    APPLE NEEDS TO SERIOUSLY CONSIDER PUTTING THESE FEATURES BACK INTO THEIR OS FOR THE BUSINESS AND POWER USER

  • Confused about capability of extensions

    Hi,
    I'm a bit confused about what extensions are used for. I've
    never used any, and can't seem to figure out what they're for
    besides copy-paste.
    I looked at dreamweavers help file about creating extensions,
    but all it does is allow you to make a code block that can be
    inserted at a click of a button.
    Is there a way that you can make extensions that actually ADD
    options to dreamweaver menus? Like when a user right clicks
    somewhere, or something like that? Like if the user clicks anywhere
    a link to go to google.com is on the menu or something, thats
    simple.
    What I want is to build a window that is an extension. You
    can find what I am attempting to accomplish at:
    Here
    What can you do with extensions? Can you actually add onto
    dreamweavers product?

    "digitalpacman" <[email protected]> wrote in
    message
    news:e5nd8j$3ps$[email protected]..
    >I tried reading all that but none of it really helped.
    And the instructions
    >I
    > got don't even work. I tried to simply edit the menu
    options for the
    > reference
    > panel in the menus.xml file and nothing even changed. I
    added, deleted,
    > modified. Nothing changed. Yes I did restart dreamweaver
    and it was not
    > open
    > during the edit of the XML file.
    Dreamweaver creates a local copy of menus.xml that overrides
    the copy in
    Configuration. See this link for info:
    http://livedocs.macromedia.com/dreamweaver/8/extending/wwhelp/wwhimpl/common/html/wwhelp.h tm?context=LiveDocs_Parts&file=02_cust8.htm
    > Is it possible to add in your own WINDOWS? Like the
    Files window ect?
    Yes, look up Floating Panels in the Extending Dreamweaver
    manual.
    > I cant seem to find a reference to functions dreamweaver
    allows us to use
    > for
    > functionality.
    Check the DW API reference in the help menu. Almost every API
    call is in
    there. Additional functionality is in Configuration/Shared.
    Check the
    dwscripts.js file and others for a good idea of what can be
    done.
    Tom

  • Confused about deleting pics on iphone

    I know this probably has been answered in a previous thread and have saw some thing that help, but I am still a bit confused about photo stream and photos.
    What is the difference from how photos get saved (on an iphone)  in photo stream vs. just being stored as memory?
    Do they, photos, get stored in the cloud or physically on my phone?
    How come when I go to delete photos on my iphone I get a message that warns it will delete on all my devises to include my mac?
    When I deleted a few pics from my iphone they got deleted from my mac. In a nutshell how can I ensure that my mac will permantly store all of my pics regardless if I delete them from my iphone?
    Thanks very much

    ok ill try to help
    photostream stores the pics you take for 30 days.  if you delete them from here removes from all devices.
    camera roll is the pics you take.  can be deleted from device and only device.  to save these import to your computer see.
    http://support.apple.com/kb/HT4083
    your photo library is imported from computer to phone.  you can delete these from device they have to be synced off
    Peace, Clyde

  • Confusion about applet

    sir
    i have confusion about applet that if an applet compile successfully but on running it shows a exception message about "main"that no such method exist.help me out please

    The full text of the error message would make it easier for us to see what is wrong BUT it sounds like you are trying to run the Applet as an applicaiton from the comand line rather than through an HTML tag in an HTML page loaded into your browser!
    Though you can make Applets run as applications it not normal to do so.

  • Confused about calling an American mobile that is ...

    My son is currently in Korea and he has Skpe on his mobile phone so he can call us. I would like to call him but I am confused about how to go about this without getting huge international fees. Do i need to have a plan or do I call the number that comes through on my phone using the Skype app? If I need a plan which one do I get? His phone is an American mobile but is physically in another country, does this matter at all? Obviously I have no idea how this works so any input anyone has would be wonderful! Thanks!!!

    Hi, Huskymom, and welcome to the Community,
    Before delving into features and subscriptions, have you tried downloading and installing the Skype software, and calling your son Skype-to-Skype?  Skype calls between Skype users are always free of charges.
    What is Skype?  http://www.skype.com/en/what-is-skype/
    Calling, seeing, messaging and sharing with others – wherever they are.
    Get started
    This is all free...
    Your Skype account and the latest downloads.
    Video and voice calls to anyone else on Skype.
    Instant messaging and file sharing.
    ...and you pay for these
    Calls to mobiles and landlines worldwide at low rates.
    Send text messages from just a few pennies (Note, you would receive reply SMS messages directly to your mobile (cell) phone.)
    Get online at over two million public hotspots worldwide with Skype WiFi.
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  My iBook library does not show up in iTunes.

    I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  Some of my iBooks show up in my iTunes but they are "grayed" out.  The only books that respond in iTunes are audiobooks and that's not what I'm looking for.  Is this a stupid question?

    Nevermind - I answered my own question, which is I CAN"T READ ANY BOOKS I purchased in iBooks on my MacBook Pro.  If I want to read on my mac I have to use Kindle or Nook.  Which means any book I've already purchased through iBooks has to be read on my iPad.  Kind of a drag because there are times when it's more convenient for me to read while I'm sitting with my Mac.

Maybe you are looking for

  • How to get Stored Proc name from ReportClientDoc object (java)

    Post Author: cpriyanka CA Forum: Exporting We are using Crysta Report 9 and Java. We create ReportClientDocument by mentioning report template name ("rassdk://" + report template file path). Once I open ReportClientDocument, is there way I can get st

  • 30" Apple Monitor running with Windows from Mac book pro?

    Having trouble when running windows on my Macbook Pro and getting an external monitor to work (i have the 30" Apple monitor). Does anyone know of a sucesssful way to get thius working. Thanks a bunch

  • Problem with creative zen mi

    When i turn my player on it says the copy write think and what not then it gets stuck on CREATIVE and don't do nothing else. someone plz help!!!!

  • Reinstalling lion on formatted drive

    Hello Lion Community, I am having an issue with one of my users computers. We want to replace the drive in her macbook pro but dont have a way to reinstall lion (lion was not upgraded from the app store but came on the machine). I cant see lion on th

  • EFI Firmware Update 1.0

    I tried a few times to install the Firmwire update and it has been unsuccessful. When I turn on my computer after restarting from the Firmwire update window, I can see the window with the update status bar, but then it randomly restarts itself again