Trying to explain this strange traffic

My 6500 with my IDSM2 is connected to my Internet router so all traffic to and from the Internet passes through to the hosts at the access layer (obviously). I constantly see ICMP Unreachable traffic crossing the IDSM2 from various foreign countries to various internal subnets. I have captured this traffic in a packet capture but it doesn't tell me anything usseful. Sometimes it is just one or two packets, sometimes its a lot more. Can anyone explain why I am seeing this traffic and what I should do about it?

By default, each interface denies Internet Control Message Protocol (ICMP). Use the icmp command to allow this traffic to the interface. This behavior differs from that of the PIX.
Note: When ICMP to the interface is denied by the icmp command, you still see the correct MAC address in the Address Resolution Protocol (ARP) table. If you do not see the MAC address Configure the interfaces within the FWSM configuration (with the nameif command) or on the Multilayer Switch Feature Card (MSFC) [ with the interface vlan command] before they are configured on the switch (on the Supervisor Module in CatOS) may make the interfaces appear as if they are not responding at all, with no ARP entry or Internet Control Message Protocol (ICMP) response.
If you configured an interface on the FWSM or MSFC that belongs to the firewall VLANs before you configured the switch, remove the FWSM or MSFC entry, reload the module, then re-add the entry.

Similar Messages

  • Can somebody explain this strange method overloading behavior

    Please check the following code out......
    Snippet 1) compiles while Snippet 2) does not. Can someone explain. Thanks in advance for your help.
    Snippet 1)
    public class AQuestion
    public void method(Object o)
    System.out.println("Object Verion");
    public void method(String s)
    System.out.println("String Version");
    public static void main(String args[])
    AQuestion question = new AQuestion();
    question.method(null);
    // second version of this code.....
    Snippet 2)
    public class AQuestion
    public void method(StringBuffer sb)
    System.out.println("StringBuffer Verion");
    public void method(String s)
    System.out.println("String Version");
    public static void main(String args[])
    AQuestion question = new AQuestion();
    question.method(null);

    foo( SuperClass parm ) {}
    foo( SubClass parm ) {}
    Now somewhere in your code you do this:
    SuperClass myVar = new SubClass();
    foo( myVar );Which one do you want the JVM to call? Well, you want
    it to call the more specific one.
    So it calls foo( SubClass ). But if you sayNo, it doesnt. At compile time the compiler cannot know the complete type of myVar. It can only assure that myVar is of the type SuperClass. And it inserts no dynamic type-checking. And therefore it calls foo(SuperClass).
    It also does that if myVar is null (no dynamic type checking).
    SuperClass myVar = null;
    foo( myVar );
    foo(SuperClass) is called !!!
    foo(null);
    foo(SubClass) is called.
    SuperClass myVar = new SubClass();
    foo( myVar );
    SuperClass myVar = new SuperClass();
    foo( myVar );
    Can you cast myVar as an instance of SuperClass?
    yes.
    Can you cast myVar as an instance of SubClass?
    No.
    This is true of null; null can be cast as SuperClass
    or SubClass.
    No I dont think so. because null doesnt provide any method specified in SuperClass. Thus there can't be done a type cast. Null must be treated specially. It simply fits every class type at compile time.
    If the static (known at compile time) type of a parameter is known (not null) then the method with exactly the same parameter type is called or the one with the most specific parameter type in the line of inheritance of the given parameter - independent from the dynamic (known at runtime) type of the given parameter. If the parameter is null and if there is only one "line of inheritance" then null matches the most specific type by definition. If there are more "lines of inheritance" for the parameters then null would match each most specific type, and thus its not clear which method to use.
    I think this has nothin to do with type casts.

  • Strange traffic on http port in graphs

    I have this strange traffic ratio and wonder if someone had already experienced a situation like that and found the root cause.
    I have two servers, both mostly active on the http side of things, traffic wise. Normally a server gets small http request to pull some file and responds with a far larger reply, for example serving a jpeg file to a client. Therefore usually the ratio of incoming vs outgoing connections looks like this:
    However there's another web server that's doing a similar job, mostly serving http pages and its traffic looks like this:
    Something is definitely wrong but I don't see any strangeness in apache logs. This has been going for quite some time but hasn't been like that before. Also, turning off web service completely neutralizes that traffic, the graph would stay close to zero for both outbound and inbound data. Any ideas on what could be going on and what to check? Thanks.

    The network activity coincides with thousands of entries in LDAP log that go in circles:
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_is_member_cb sr_type[0] sr_err[5]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_is_member be_compare[0] ismember[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn_cb sr_type[3]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn_cb sr_type[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn be_search[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_is_member_cb sr_type[0] sr_err[5]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_is_member be_compare[0] ismember[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn_cb sr_type[3]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn_cb sr_type[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn be_search[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_is_member_cb sr_type[0] sr_err[5]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_is_member be_compare[0] ismember[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn_cb sr_type[3]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn_cb sr_type[0]
    Jan 25 10:36:23 myserver.com slapd[281]: nestedgroup_id_to_dn be_search[0]

  • Strange: blank in string. Anybody can explain this?

    Hello!
    Look at this. Until now I thougt, I had understood ABAP...
    Output of the following programm:
    1) Strange
    2) Strange
    3) Strange
    4) Strange
    5) Strange
    6) Strange
    Very strange, isn't it?
    ABAPDOCU tells, that strings pay attention to blanks.
    Can anybody explain this?
    REPORT zstrange.
    DATA: stringwithspace TYPE string VALUE 'A B',
          teststring TYPE string,
          blankstring TYPE string VALUE ' ',
          l type i.
    START-OF-SELECTION.
      IF stringwithspace+1(1) = ' '.
        WRITE: / '1) My guess'.
      ELSE.
        WRITE: / '1) Strange'.
      ENDIF.
      IF stringwithspace+1(1) = blankstring.
        WRITE: / '2) guess'.
      ELSE.
        WRITE: / '2) Strange'.
      ENDIF.
      IF stringwithspace+1(1) = ''.
        WRITE: / '3) guess'.
      ELSE.
        WRITE: / '3) Strange'.
      ENDIF.
      teststring = stringwithspace+1(1).
      IF teststring = ' '.
        WRITE: / '4) Guess'.
      ELSE.
        WRITE: / '4) Strange'.
      ENDIF.
      IF teststring = blankstring.
        WRITE: / '5) Guess'.
      ELSE.
        WRITE: / '5) Strange'.
      ENDIF.
      IF teststring = ''.
        WRITE: / '6) guess'.
      ELSE.
        WRITE: / '6) Strange'.
      ENDIF.

    No, thats not strange.
    c variables have always a fixed length, it can not contain "nothing". If there are only spaces in, the c variable is treated as empty/initial.
    Strings can contain nothing, and they can contain spaces. A string containing blanks is not interpreted as empty/initial.
          blankstring TYPE string VALUE ' ',
    What you are doing here is assigning an empty string to the string var blankstring, it does NOT contain a blank.
    Constants encapsulated with apostrophes are treated as c variables. But: constants encapsulated within back quotes will be interpreted as string. Change your code to
          blankstring TYPE string VALUE ` `,
    Take care of that i used back quotes now, not apostrophes, Now the var blankstring contains a blank and the result in that case will change to MY guess.
    Similar the camparison
      IF stringwithspace+1(1) = ' '.
    This is comparing a blank with an empty char and thats why you are getting strange.
    Change this to
      IF stringwithspace+1(1) = ` `.
    and you will get My guess cause now you are comparing a blank with a blank and not a blank with an empty string.
    Hope its now clear.

  • Trying to understand RSTP - Please can someone explain this?

    Hi Group
    I am still confused about how RSTP is implemented. From what i understand the major difference is that STP
    used Timers for Loop prevention whereas RSTP coordinates between neighbors via messages (proposal/aggreement) to turn on links
    more quickly after topology changes and is "timer free".
    However, I have not noticed any difference in the configuration from the legacy STP
    configurations and the RSTP configuration on cisco devices. Or are there any differences??
    I have read in documentation that RSTP natively includes features like UplinkFast, BackboneFast and PortFast. So are these features now obsolete
    and not needed to be configured if you are running RSTP. (Although i have seen Portfast still configured along with RSTP on many switches)
    Also can someone explain the below Points from Cisco Documentation
    1) should STP be disabled on edge ports all together as suggested below?
    "STP edge ports are bridge ports that do not need STP enabled, where loop protection is not needed out
    of that port or an STP neighbor does not exist out of that port. For RSTP, it is important to disable STP
    on edge ports, which are typically front-side Ethernet ports, using the command bridge
    bridge-group-number spanning-disabled on the appropriate interface. If RSTP is not disabled on edge
    ports, convergence times will be excessive for packets traversing those ports."
    2) It seems RSTP relies on duplex setting to determine inter-switch links. What is the configuration to explicitly
    configure RSTP link types? (I couldnt find this in the documentation)
    "RSTP can only achieve rapid transition to the forwarding state on edge ports and on point-to-point links.
    The link type is automatically derived from the duplex mode of a port. A port that operates in fullduplex
    is assumed to be point-to-point, while a half-duplex port is considered as a shared port by
    default. This automatic link type setting can be overridden by explicit configuration. In switched
    networks today, most links operate in full-duplex mode and are treated as point-to-point links by RSTP.
    This makes them candidates for rapid transition to the forwarding state."
    Also i am a bit rough on my RSTP knowledge even after skimming a few Cisco documents. Can someone please explain this in simple way.
    Thanks in advance

    to configure it on a device:-
    spanning-tree mode rapid-pvst
    PortFast/UplinkFast & BackboneFast were cisco "Enhancements" to 802.1d STP. RSTP just incorperates them. If you want to configure portfast, the command is still "spanning-tree portfast"
    OK
    1) That is your choice - I have bitter experiance of users/IT admins just plugging hubs/switches in when ever they can. Also cabling the switch back to itself creating a cabled loop. So my advice to you is to leave STP enabled on all switch ports, BUT enable BPDUGuard - this is a life saver, if you have configured portfast.
    2) duplex auto! or duplex full (overiding)
    I really suggest that you read the 802.1d standard, once you understand normal spanning-tree - RSTP will come to you.
    http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html')">http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html')">http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html')">http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html
    http://en.wikipedia.org/wiki/Spanning_tree_protocol')">http://en.wikipedia.org/wiki/Spanning_tree_protocol')">http://en.wikipedia.org/wiki/Spanning_tree_protocol')">http://en.wikipedia.org/wiki/Spanning_tree_protocol
    HTH>

  • Strange solution to "Something went wrong trying to install this application."

    Basically the solution was to install
    AIR
    Beta 3 then install the AIR 1.0, copy "Adobe AIR Application
    Installer.exe", "Adobe AIR Application Installer.swf", and "Adobe
    AIR.dll" from the C:\Program Files\Common Files\Adobe
    AIR\Versions\1.0 directory into the AIR beta 3 directory which I
    think was "C:\Program Files\Common Files\Adobe AIR\Versions\1.0.6".
    Then, I associated the .air file with the "airappinstaller.exe"
    executable located in the AIR beta 3 directory. Amazingly, doing
    this allowed me to install the AIR application without any
    problems.
    The problem this addresses is getting the message "Something
    went wrong trying to install this application." every time I tried
    to install an AIR application. The exact error message is below. I
    assumed that I was having problems because I had installed an AIR
    beta in the past. I'm not for sure on that though. The AIR
    installer log seemed normal. At least there were not any error
    messages that I could see. The AIR application installer log did
    not output any data for me. I followed the instructions from
    this
    blog on setting up the installer logs.
    Here is the error message:
    Adobe AIR
    Something went wrong trying to install this application.
    Please install the latest version of Adobe AIR from
    http://www.adobe.com/go/getair
    and then try again.
    OK
    ---------------------------

    Basically the solution was to install
    AIR
    Beta 3 then install the AIR 1.0, copy "Adobe AIR Application
    Installer.exe", "Adobe AIR Application Installer.swf", and "Adobe
    AIR.dll" from the C:\Program Files\Common Files\Adobe
    AIR\Versions\1.0 directory into the AIR beta 3 directory which I
    think was "C:\Program Files\Common Files\Adobe AIR\Versions\1.0.6".
    Then, I associated the .air file with the "airappinstaller.exe"
    executable located in the AIR beta 3 directory. Amazingly, doing
    this allowed me to install the AIR application without any
    problems.
    The problem this addresses is getting the message "Something
    went wrong trying to install this application." every time I tried
    to install an AIR application. The exact error message is below. I
    assumed that I was having problems because I had installed an AIR
    beta in the past. I'm not for sure on that though. The AIR
    installer log seemed normal. At least there were not any error
    messages that I could see. The AIR application installer log did
    not output any data for me. I followed the instructions from
    this
    blog on setting up the installer logs.
    Here is the error message:
    Adobe AIR
    Something went wrong trying to install this application.
    Please install the latest version of Adobe AIR from
    http://www.adobe.com/go/getair
    and then try again.
    OK
    ---------------------------

  • When using Firefox today a strange page with the title wonderhowto showing video instruction appears and all other open pages are closed. I have minimalised this stranger to the screen base and it now shows there with a mini firefox attached!

    Please bear with me as I am quite new to computers. Early today on start up I was asked to upgrade an Apple app. I declined as I did not have time.
    I opened Firefox as usual and went into several sites mail news etc and all seemed fine. Late morning this strange and quite professional looking video instruction page appeared full of photo's and instructions etc, the page took over the whole screen I thought it was strange so I closed it and all my open Firefox sites had gone. This has now happened several times. I have now noticed that when it is up there is a website address at the bottom of the screen. I tried to copy and paste this but it would not let me. There is a name scorecardresearch.com. Does this strike a bell with anyone?

    Hello,
    My name is Bryan Crow, and I am the CEO of WonderHowTo.com. This problem was brought to my attention this morning by others who have reported the same problem to our contact address: [email protected] I'm very sorry to hear this is happening.
    I assure you this is not something our website created or installed on your computer. Most likely it is some form of spyware or virus that is opening our website in order to hide it's true purpose. We are a large and trusted source for how-to articles and videos, so there is no reason we would choose to annoy people with such an obnoxious and intrusive behavior. Frankly it's very upsetting that someone would create malware that directed people to our website.
    Naturally, our team would like to do whatever we can to try and find the culprit behind this so we can report them. If any of you can provide me with additional information by emailing [email protected], it could help us get to the bottom of this.
    Specifically:
    * Have you installed or updated any Firefox Add-Ons recently (go to Firefox -> Add Ons to see the list of add-ons you have installed)?
    * What Firefox Add-Ons do you have installed?
    * Have you tried running a virus or spyware scan on your system? If so, which software did you use and did it help?
    * What URL is opening up when you see WonderHowTo, and what exact time of day (and in what time-zone) did you see it?
    Thank you for your help.
    Bryan Crow, CEO
    WonderHowTo
    1832 Franklin St
    Santa Monica, CA 90404

  • Trying to optimize this simple query

    Hi,
    I am trying to optimize this simple query but the two methods I am trying actually make things worse.
    The original query is:
    SELECT customer_number, customer_name
    FROM bsc_pdt_account_mv
    where rownum <= 100
    AND Upper(customer_name) like '%SP%'
    AND customer_id IN
    SELECT cust_id FROM bsc_pdt_assoc_sales_force_mv
    WHERE area_identifier IN (
    SELECT area_identifier FROM bsc_pdt_assoc_sales_force_mv
    WHERE ad_identifier = '90004918' or rm_identifier = '90004918' or tm_identifier = '90004918'
    The result set of this query returns me the first 100 rows in 88 seconds and they are all distinct by default (don't know why they are distinct).
    My first attempt was to try to use table joins instead of the IN conditions:
    SELECT
    distinct -- A: I need to use distinct now
    customer_number, customer_name
    FROM bsc_pdt_account_mv pdt,
    bsc_pdt_assoc_sales_force_mv asf,
    SELECT distinct area_identifier FROM bsc_pdt_assoc_sales_force_mv
    WHERE ad_identifier = '90004918' or rm_identifier = '90004918' or tm_identifier = '90004918'
    ) area
    where
    area.area_identifier = asf.area_identifier
    AND asf.cust_id = pdt.customer_id
    AND Upper(customer_name) like '%SP%'
    AND rownum <= 100 -- B: strange when I comment this out
    order by 1
    I dont understand two things with this query. First issue, I now need to put in the distinct because the result set is not distinct by default. Second issue (very strange), when I put the rownum condition (<100) I get two rows in 1.5 seconds. If I remove the condition, I get 354 rows (whole result set) in 326 seconds.
    My second attempt was to use EXISTS instead of IN:
    SELECT
    customer_number, customer_name
    FROM bsc_pdt_account_mv pdt
    where Upper(customer_name) like '%SP%'
    AND rownum <= 100
    AND EXISTS
    select 1 from
    bsc_pdt_assoc_sales_force_mv asf,
    SELECT distinct area_identifier FROM bsc_pdt_assoc_sales_force_mv
    WHERE ad_identifier = '90004918' or rm_identifier = '90004918' or tm_identifier = '90004918'
    ) area
    where
    area.area_identifier = asf.area_identifier
    AND asf.cust_id = pdt.customer_id
    This query returns a similar distinct result set as teh original one but takes pretty much the same time (87 seconds).

    The query below hangs when run in TOAD or PL/SQL Dev. I noticed there is no rows returned from the inner table for this condition.
    SELECT customer_number, customer_name
    FROM
    bsc_pdt_account_mv pdt_account
    where rownum <= 100
    AND exists (
    SELECT pdt_sales_force.cust_id
    FROM bsc_pdt_assoc_sales_force_mv pdt_sales_force
    WHERE pdt_account.customer_id = pdt_sales_force.cust_id
    AND (pdt_sales_force.rm_identifier = '90007761' or pdt_sales_force.tm_identifier = '90007761') )
    ORDER BY customer_name
    -- No rows returned by this query
    SELECT pdt_sales_force.cust_id
    FROM bsc_pdt_assoc_sales_force_mv pdt_sales_force
    WHERE pdt_sales_force.rm_identifier = '90007761' or pdt_sales_force.tm_identifier = '90007761'

  • Can anyone explain this: Numeric or Value Error Line 1

    I have a stored procedure that starts out like so:
    PROCEDURE test_proc(param1 IN VARCHAR2, param2 IN VARCHAR2, param3 OUT
    SYS_REFCURSOR) IS
    v_var varchar2(5);
    BEGIN
    SELECT * FROM. . .
    The procedure tested fine in PL/SQL Developer. When calling from
    ODP.NET like so. . .
    OracleCommand cmd = new OracleCommand("test_proc", <connection>);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.Add("param1", "somevalue");
    cmd.Parameters.Add("param2", "XX");
    cmd.Parameters.Add("param3", OracleDbType.RefCursor,
    ParameterDirection.Output);
    DataSet ds = new DataSet();
    OracleDataAdapter da = new OracleDataAdapter(cmd);
    con.Open();
    da.fill(ds);
    con.Close();
    . . .the procedure executed as expected. If I changed the value of
    param2 to "XXX" or any value three chars long I got the "ORA-06502:
    Numeric or Value Error at Line 1" error.
    After beating my head against the wall for hours, I tried changing the
    size of v_var to 50, and the error disappeared. Mind you, the error
    was being thrown long before v_var was being set further down in the
    proc. Even more interesting is that the possible values of v_var were
    all less than 5 chars wide. Most interesting: the value of p_param2 had nothing whatever to do with v_var.
    Can anyone explain this?

    Hi,
    Is your database 9206 by chance? Re: Error ORA-06502 PL/SQL
    Cheers,
    Greg

  • Security update...Explain this craziness...

    Hi,
    I just updated one of our CF 8.0.1 installations with the most recent security patch and it busted CFIDE instantly. When looking at the stack trace there are some suspect things going on. Please take a look at the bold print in the trace below...
    1. why is it trying to run CFIDE from c:/work? My installation isnt even on the C: drive
    2. Why the heck is "ColdFusioon" being referenced. Its obviously a type o . Not to mention the patch to CFIDE is once again completely wrong?
    I figured id come to the forums and see people all over this subject.
    Being that i didnt find any posts related to this whatsoever im wondering if this a personal problem and maybe im overlooking something. the update is so trivial im seeing how i could have overlooked anything.
    Anyone out there care to chime in?
    Stack Trace
    java.lang.NoSuchMethodError: coldfusion.tagext.GenericTag.doFinally()V at cfl10n2ecfm1746172653.runPage(C:\work\ColdFusion\cf8_u1_final_hotfix\cfusion\wwwroot\CFIDE\administrator\cftags\l10n.cf m:153) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:280) at cfApplication2ecfm1983805352._factor3(C:\p4\ColdFusioon\cf8_final_hotfix\cfusion\wwwroot\CFIDE\administrator\Application.cfm:101) at cfApplication2ecfm1983805352._factor7(C:\p4\ColdFusioon\cf8_final_hotfix\cfusion\wwwroot\CFIDE\administrator\Application.cfm:4) at cfApplication2ecfm1983805352.runPage(C:\p4\ColdFusioon\cf8_final_hotfix\cfusion\wwwroot\CFIDE\administrator\Application.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter

    Call me Charlie, please.
    I wonder if there may be still some potential confusion though.
    First, to be clear, since you say you're running 8.0.1, are you sure that you downloaded the 8.01 zip (from http://kb2.adobe.com/cps/857/cpsid_85766.html)? There are zips for 9.0, 9.01, 8.0, and 8.01, so it seems important to be sure to use the right one.
    Second, as important, are you positive that you're running 8.0.1? I've seen many people discover they are not running the release they think they are. The good news is that it's reported in the CF Admin, and since you say you can get things back to working, go ahead and run the CF Admin (that was failing and is now working) to make sure that the Setting Summary or System Information pages really do show it running 8.0.1. In this instance, please don't trust any assumptions you may have.
    Third, about this admin that's now working, is it going through IIS? In other words, is there a port on the URL, such as 8500 or 8300? If so, then you're using the built-in web server and not IIS, and therefore you'd typically NOT be using the CFIDE that's in the inetpub\wwwroot but instead one within the wwwroot where CF is installed (such as c:\coldfusion8\wwwroot for CF8 Standard or Enterprise Server mode, or C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\CFIDE for the cfusion instance in CF8 Enterprise Multiserver). In that case, you may have applied the fix to the wrong place, which could explain a problem.
    But then the fact that you say you revert back to the old files and suddenly it works does make it seem this is not the issue.
    Still, as we keep exploring possibilities, you say that "This happened on both of our cf 8 development servers. One is multiserver while the other is CF8 Standard...The instance that im attempting to apply it to would indeed be 'cfusion' in both cases."
    To be clear, there's no cfusion instance in the Standard (or Enterprise Server) deployment, only in Multiserver deployment. A server running CF 8 Standard (or Enterprise Server mode) would instead have a c:\coldfusion8 directory (on Windows, as you're running) with no cfusion directory within it (it has a \servers\coldfusion, technically). Since this fix goes into the CFIDE, it's not quite as big a deal.
    But the bigger problem is that one could be updating the CFIDE in inetpub\wwwroot but having their CF Admin URL loading from (and looking for code in) the directory inside the CF instance instead. It's confusion that happens all the time, arising from CF's flexibility (to use or not use the built-in web server) and the fact that most people just don't spend their days diving into this level of detail.
    I'll note as well that since you said you're using that inetpub\wwwroot location for your CFIDE, (there's nothing technically wrong with doing that, as long as you really are using IIS to open your CF Admin), this also means you could technically point a web site (any or all, or a virtual directory in IIS) to use that CFIDE directory, while then telling that web site to pass any CFM files it finds through any particular CF engine you have installed.
    Again, I'm grasping at straws for you, but I could see how you might technically get an error if you tried to run this fix's code meant for one version against another (since they offer different versions). Looking at the CF Admin (assuming you run the CF Admin) to confirm the version (and the location of the CFIDE mapping indicated within it) should help.
    Let us know what you find.
    /charlie
    Providing CF troubleshooting services at carehart.org/consulting
    [email protected]

  • Question on me51n: who can explain this phenomenon?

    Hi all,
    I am creating a Purchase Requisition via me51n.
    When I fill a 'K' or 'P' in the "acct assignment cat."(A) column in the Header Block. it will automatically bring me to the "Account Assignment" in the Item block, and give the "G/L account no" a default value 400000.
    I dont know why it give me the default value? can someone explain this to me, and where can I set up the configuration for the default value. I tried this in some other system, no such issues.
    Any response will be awarded.
    Thanks and regards,
    Samson

    hi,
    this is because an account modification key is maintained in your account assignemnet.
    please check the same in(OME9)
    say for example if VBR is maintained there check the sane in OBYC where correspondent to that account modification key same GL is maintained which it appears in your PR/PO
    VBR will be there in GBB Transaction key in OBYC
    Edited by: manipal on Dec 28, 2007 9:49 AM

  • NetStorage encountered an error while trying to access this

    Strange problem with NetStorage. If I log in to NetStorage on Server A I get a listing of my drives from my login script and have no problems accessing any of them. If I log in to Server B I also get a listing of my drives and can access all of them except for the drives on Server A. When I try to access them I get the following error: "NetStorage encountered an error while trying to access this location." Anyone have any ideas on what could be causing the problem?
    Here's the particulars:
    Server A
    OES2 sp3 on SLES 10
    Internal Network
    Server B
    OES2 sp1 on SLES 10
    DMZ Network
    At first I thought this might be a firewall port issue so I had my network guy open ports 80, 443, and 51080 from server B to server A. Didn't fix the problem.
    I have been searching the forums for an answer but, have not found one that helps for this situation. Thanks in advance for your help.

    Originally Posted by mtracy
    Strange problem with NetStorage. If I log in to NetStorage on Server A I get a listing of my drives from my login script and have no problems accessing any of them. If I log in to Server B I also get a listing of my drives and can access all of them except for the drives on Server A. When I try to access them I get the following error: "NetStorage encountered an error while trying to access this location." Anyone have any ideas on what could be causing the problem?
    Here's the particulars:
    Server A
    OES2 sp3 on SLES 10
    Internal Network
    Server B
    OES2 sp1 on SLES 10
    DMZ Network
    At first I thought this might be a firewall port issue so I had my network guy open ports 80, 443, and 51080 from server B to server A. Didn't fix the problem.
    I have been searching the forums for an answer but, have not found one that helps for this situation. Thanks in advance for your help.
    So you have NetStorage installed on both Server A and B and if you log in to NetStorage on Server A you can access storage hosted by both Server A and B but if you log in to NetStorage on Server B you can only access storage on Server B?
    One obvious comment is that Server B is running an old and now unsupported version of OES2 - the only version of OES2 now supported is OES2 SP3 on SLES10 SP4. Theoretically that shouldn't make a difference but I know that whilst NetStorage may not have visibly changed much over OES versions it has received some bug fixes along the way.
    Your comment about firewalls leads me to ask whether that implies you're blocking all the other ports between the two servers? NetStorage uses the XTier framework which in turn uses NCP to access remote servers. NCP uses UDP port 524.
    HTH.

  • Hi, i've found this strange behaviour:

    Hi, i've found this strange behaviour:
    if i open a pdf file from a pen drive, and after i try to print it, i have the message: You need to install a printer......
    then if i copy the same file to the hdd, then i open this file and print it, now i can print !!
    this happen with the reader 8.2.4, so i've update to the new X version and nothing is changed.
    i use XP sp3 with hp 6280 all-in-one
    someone can explain and resolve it?
    thank's
    Giorgio

    Well, no it probably won't work because the phone is locked so there is nothing you can do.
    You won't be able to activate it, so you might never be able to use it.
    You have been dishonest here and if you found a phone, then someone had obviously lost it, so you should have handed it in to the police rather than keeping it for yourself. 
    You probably won't be able to use the phone because it sounds like the phone is locked to the carrier in Muaritius and if you don't own the phone and don't have a contract, then that carrier will problably not unlock the phone for you, so you now have a paperweight that you can't use.
    You get no help here for dishonest practices and you won't be able to activate or use that phone.

  • Just started getting error messages:  "error in trying to open this file, access denied"

    Can anyone help?  Just started to get error messages:  "error in trying to open this file, access denied"  This ha-ppens when trying to open PDF attachemnts to e-mail, something we have been doing for years.  No new softare had been loaded recently so I can't explain what is happening.  Anyone with any insight in to this situation?

    What OS and Adobe Reader version are you using. Also what e-mail application are you using.

  • Post Moved Can anyone explain this baffling puzz...

    Post moved to Other BB Queries http://community.bt.com/t5/Other-BB-Queries/Can-anyone-explain-this-baffling-puzzle-with-BT-Total-BB...
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

    I tend to think that the comments about MAC address filtering and wireless security are a bit misleading - if these things were the problem then it would not work at all as opposed to working sporadically.
    I must admit, reading your post I had exactly the same problem moving into a new house last year, my desktop PC in my room would get terrible wireless reception with constant erroring and was practically unusable whilst a laptop sat next to it was just fine. I tried a million different things and eventually bought an external wireless antenna like the one here:
    Edimax EA-IO7D 7dBi Indoor Omni-Directional High Gain Antenna with Desktop Stand - 1m Cable
    It solved the problem for me though I am still mystified as to what the problem is - I suspect that there is something in the environment causing interference though I don't know what. My house is of average size and fairly modern with thin walls so I would not anticipate any problems.
    Some things to try are to move the PC right next to the hub (or vice versa, whichever is easier) and see if this improves things or borrow a wireless router from a friend, turn off all encryption and see what signal strength you get there.

Maybe you are looking for

  • How to use   RLB_INVOICE standard print program

    my program is copy of  RLB_INVOICE when i press execute i m not getting any output how can i see print preview by executing print program.

  • Preview Image icon in Finder

    Hi everyone! I couldnt exactly find a help topic for this... I just want to know why the image icon in the finder windows doesnt change when you alter the image in preview? Say I cropped an image in preview or rotated it, the preview icon of the imag

  • Can't forward texts as dialogue box pre-populated with old text

    Hi - I've seen a few old posts about this but no one has had an answer. When I either try to forward a message on my iPhone (iOS 6.1.2), instead of the message I have selected to forward appearing in the window, an old message appears. This also happ

  • The Thumbnail Images of Apps are All Messed up and Have been for days!

    My Thumbnail images for the Apps are CONSTANTLY in the Wrong spot (Switched with another app or duplicated for the wrong app) or shows a Line Drawing of a CAMERA. Koi Fish is Half Koi Fish on Top and Camera Line Drawing on the Bottom. The ecurrency a

  • SP Custom Picker - Paging Problem

    I am trying to implement custom picker that reads huge data from the database(over 15,000 records). I followed all of the steps in this article. The Problem is I don't know how to enable paging on it. I set the page size to 100 by making "PickerDialo