Coldfusion 8 debug ip restrictions not working

Have been trying to limit ip's to local host, 127.0.0.1, but no luck.  Debug info is visible to all.  Inherited application that uses coldfusion so not very familiar with it but the debugging options seem very straightforward in the administrator but still the limiting of debug info to specific ip's is not working.  Windows 2003 R2 environment.  Any insight would be useful.  Thanks in advance.

I'm not sure what you're asking, but each Service directive should be on its own line. It is an error to have both a <Client> tag and Service directive on a single line.

Similar Messages

  • Restrictions not working in BO Webi Report

    Hello,
    I have created a universe on BEx query. Now on this universe when i create reports with restrictions the restrictions are not working.
    For example:
    If i create a BO query with restriction say Doc_Number= 108994 and display Doc_Number and Delivery_Number then:
    in Doc_Number column i get 108994 but in Delivery_Number column i get all the delivery numbers from the cube. In other words all Delivery_Numbers are retrieved when i restrict data for one Doc_Number and vice versa is also true.
    Can anyone help me solve this issue?

    Hello,
    If i remove all the filters and include any of key figures then i get correct data.
    But if i remove the key figure and apply a restriction say on Delivery_Number then i get incorrect data.
    I too believe that ideally this should not happen.
    eg:
    Doc_NumDelivery_Number
    111                      1010
    222                      1234
    333                      5678
    Now if i include Doc_Num and Delivery_Number in query and apply filter Delivery_Number = 1010 then the output is
    Doc_Num           Delivery_Number
    111                      1010
    222                      1010
    333                      1010
    Same is the case if i apply filter on Doc_Num i get all Delivery_Number.
    What should be the reason behind such behaviour of the query????

  • IP address restrictions not working with bea weblogic plugin

    We want to implement IP address restrictions via the Sun Java One Web Server admin tool for our application. We are using the Sun Java One Web Server to proxy requests via the Bea Weblogic plugin. However, we cannot get IP address restrictions to work because of the leading asterisk in the following NSAPI entry for PPATH of obj.conf :
    <Object name="weblogic" ppath="*/cmcsr/*"> Service fn="wl_proxy" WebLogicCluster="10.156.20.11:9010,\
    10.156.20.12:9010,10.156.20.13:9010" DynamicServerList="OFF"
    </Object>
    Has anyone gotten IP restrictions to work with the bea Weblogic NSAPI plugin?

    I'm not sure what you're asking, but each Service directive should be on its own line. It is an error to have both a <Client> tag and Service directive on a single line.

  • Family Base restrictions not working

    We setup a family base account per the instructions and video. The time restrictions seem to be working fine but the list of trusted numbers is not working. Our son is still able to send and receive text messages through his iPhone 4 to anybody unless we specifically block their number on the Verizon account.
    We found that even with Family Base restrictions setup, imessage bypasses those restrictions so we turned off imessage on his phone and setup restrictions on his iPhone itself. This stopped him from being able to use the imessage feature of the iPhone but people who are not setup in his trusted numbers are still able to get text messages through. We're frustrated because the family base is not working the way it's supposed to and we're being charge for this "feature." 

    Hi Billiam!
    I'm sorry for any inconvenience with your son's iPhone 4 and the Family Base feature. Upon review of this feature, I see that the child companion app is not compatible with the iPhone device. Some features will work, and some will not, but this is due to the design of the iPhone. Here is some additional information for you: http://vz.to/15gGAxd
    ChristinaB_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Password to enable restrictions not working

    My password for enabling restrictions is not working. I don't even remembering setting it actually. I would have made it easy but what I think it could be is not working. how can I unlock it?

    Just try a Restore with iTunes.
    Otherwise you can try this; http://www.simonblog.com/2011/03/16/how-to-recover-forgotten-iphone-restrictions -passcode/

  • Character restrict not working

    Hi, I'm trying to restrict the characters in my input text
    field to digits only (0-9) -- it's an age restriction. But for some
    reason it's not working. Here is my code:
    var age = "";
    ageRestrict = function () {
    age.restrict = "0-9";
    ageRestrict();
    Also, if I don't use var age = ""; it will say undefined when
    I publisht he movie. Why is that?
    What am i doing wrong?
    Thanks
    A
    Text

    If you read the Flash help about the restrict property, it's
    a property
    of a TextField -- i.e. not of a variable and not of the
    textfield's
    "variable" property.
    What is the instance name of your input textfield? The
    restriction
    should be as simple as:
    myInputTFInstanceName.restrict = "0-9"
    smash wrote:
    > Hi, I'm trying to restrict the characters in my input
    text field to digits only
    > (0-9) -- it's an age restriction. But for some reason
    it's not working. Here is
    > my code:
    >
    > var age = "";
    >
    > ageRestrict = function () {
    > age.restrict = "0-9";
    > };
    > ageRestrict();
    >
    > Also, if I don't use var age = ""; it will say undefined
    when I publisht he
    > movie. Why is that?
    >
    > What am i doing wrong?
    >
    > Thanks

  • CF10 Debugging IP Addresses not working. Any known issues?

    I just installed CF10 on my company's Intranet and debugging output is displayed on the server (127.0.0.1).  I've gone to
    Debugging & Logging > Debugging IP Addresses
    and added my client PC IP but I don't get the robust errors.  I've tried all types of IPs to no avail.  I've also removed all IPs (which is supposed to give robust errors to all IPs) but that doesn't work either. 
    Anyone know what I'm doing wrong?
    Thanks for any help.
    JOHN

    Again, it depends on what you are after.  The 'Enable Robust Exception Information' is only for when an error is thrown.  You will only see the "robust information" when an error happens.  Otherwise you would only see some general info that something happened.  The debuging ip addresses have nothing to do with the 'Enable Robust Exception Information' setting.
    Below the 'Enable Robust Exception Information' setting is the 'Enable Debugging' setting (looks like they changed the name of this option in CF 10).  When checked, that is the setting that appends all of the debuging info to every requested page (only to the IPs listed on the other page).  Do you have the 'Enable Debugging' setting checked?  I'm not sure if changing that setting requires a restart or not.
    See the documentation here: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec0d04 c-7ffe.html

  • Remote Debugging w/9iAS  not working !

    I tried posting this in the app server area but apparently, it's too difficult for anyone to answer. No replies.
    We need to debug a deployed jsp that uses java beans.
    The jsp/java beans app is in jdevleoper 9.0.3.1 (windows 2000).
    I have deployed the application to Oracle 9ias java edition (9.0.3) on Red Hat Linux.
    I know how to modify the project settings in jdeveloper for remote debugging.
    when I start debug mode in jdeveloper I am prompted for the host name and port number for the remote debug session. What port do I use ?
    Do I need to do something to start 9ias at a certain port ? If so, how do I do this ?
    I have seen conflicting information on this that mainly refers to a standalone oc4j, not the oc4j in 9ias.
    Frank

    Hi,
    We have gotten many requests for collateral that details these steps. We are currently working on such a document. Keep posted to the JDeveloper OTN website http://otn.oracle.com/products/jdev for updates on this.
    -Stuart

  • CF8 / IIS7 / ColdFusion.Ajax.submitForm errorhandler not working

    We make use of ColdFusion.Ajax.submitForm to do the login for our site. If the user/password provided is not found I do a cfthrow with a custom
    error message that gets picked up by the errorHandler and updates the screen with the message "User not found". This worked fine till we upgraded
    the server to IIS7. Now all I get is the "Internal Server Error."
    I have googled the issue and searched these forums and found various threads about changing the errorMode or setting the existingResponse to passthrough in the IIS7 config. I have tried these and still not gotten anything to work. The only change I get is if I update the coldfusion config to
    not pass in the HTTP error codes but in that case my error message simply becomes "OK". Not too helpful of a message.
    My question is. Has anyone else run into these issues on IIS7 with Coldfusion 8 and if so, how did you configure the server to stop blocking the custom
    errors? Any help would be great.
    Thanks in advance.

    See, Joecopely's reply in this thread, that might resolve your issue,
    http://forums.adobe.com/thread/532051?tstart=30
    HTH

  • Reply to all restriction not working

    We have an "everyone distro group that we setup delivery restrictions on. It is set too "Only senders in the following list". We had one of these allowed users send out a email to everyone. Then someone who is not on that list was able to
    reply all and it was sent to "everyone". Is there another setting I can check. We really need this restriction. Thanks.

    Weird thing is, they do get the warning message that they "Do not have permission to send to:". This happens when they reply or compose a new email. We have a Universal distro group setup with an alias. I created a test group configured the same
    way and it does work.
    You mean the restrictions work for the test group?
    Hmmm, Can you recreate the group the doesn't work?
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Coldfusion 10 Scheduled Tasks Not Working

    I'm trying to schedule a task that will run every Sunday. I have tried several options and I continue to get the following message...
    An error occured scheduling the task.
    Advance Scheduling support is not available in this edition of ColdFusion server.
    My version is the following..
    Server Product
    ColdFusion
    Version
    ColdFusion 10,283111
    Edition
    Standard  
    Operating System
    Windows Server 2008 R2
    OS Version
    6.1  
    Update Level
    /C:/ColdFusion10/cfusion/lib/updates/hf1000-3332326.jar  
    Adobe Driver Version
    4.1 (Build 0001)  
    I've updated with the Mandatory update and still have this issue. 
    Is there a work around or when should this be resolved?

    This fixed the issue... -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080  please note where to put the information.
    # VM configuration
    # Where to find JVM, if {java.home}/jre exists then that JVM is used
    # if not then it must be the path to the JRE itself
    java.home=C:\\ColdFusion10\\jre
    application.home=C:\\ColdFusion10\\cfusion
    # If no java.home is specified a VM is located by looking in these places in this
    # order:
    #  1) ../runtime/jre
    #  2) registry (windows only)
    #  3) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
    #  4) java.exe in path
    # Arguments to VM
    java.args=-server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -
    Djava.awt.headless=true -Dcoldfusion.rootDir={application.home} -Djava.security.policy=
    {application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy  -
    Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.h ome}/lib/axis2,
    {application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{applicatio n.home}/wwwroot/WEB-
    INF/flex/jars,{application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes -Dcoldfusion.libPath=
    {application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random
    -Dhttp.proxyHost=wwwgate0.mot.com -Dhttp.proxyPort=1080
    # Comma separated list of shared library path
    java.library.path={application.home}/lib,{application.home}/jintegra/bin,{application.home }/jintegra/bin/international,
    {application.home}/lib/oosdk/classes/win
    java.class.path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

  • Restriction not working up properly in Query

    Hi,
    In BI Backend, i have 2 Info Objects in my Infocube, Movement type & Posting date.  There are totally 3 movement types, A B & C.  In my Query, i have to show up the posting date based on the Movement types in seperate columns.  Say, Movement type A column should show the posting dates assigned to A. 
    I created a Calculated Key figure with Replacement path Formula Variable using Posting date.  I restricted this CKF with the Movement type A.  Similarly i created 2 more RKF's for B & C.
    But, when i execute the query, I am getting the posting date value for all the rows in the 3 columns, which should not happen.  As per actual, a particular row should have posting date value for only one of the movement types but in my case all the movement type columns are getting posting date value for a particular row.
    I am not sure where things went wrong.  Any help on this is highly appreciated.
    Regards,
    Murali

    Hi,
    My Output should be as follows:
         MT-A                MT-B               MT-C
    12.09.2011      
                             11.10.2011      
                             01.09.2011     
                                                     03.10.2011
    23.01.2011
    But my Output is as follows:
         MT-A                MT-B               MT-C
    12.09.2011       12.09.2011      12.09.2011
    11.10.2011       11.10.2011      11.10.2011
    01.09.2011       01.09.2011      01.09.2011
    03.10.2011       03.10.2011      03.10.2011
    23.01.2011       23.01.2011      23.01.2011
    Please revert back for any further clarifications.
    Regards,
    Murali

  • Maximum number of simultaneous Template requests coldfusion 10 standard is not working

    I tried to change the setting to 5 and submit changes, under request tuning setting ->
    Maximum number of simultaneous Template requests is still showing as 0 even after the Coldfusion service restart.
    thanks

    Hi
    In ColdFusion 10 Standard the Simultaneous requests should be equals to 10 or more than 10 however in ColdFusion 10 Enterprise there is no such restriction, the value can be of a single numeric digit as well like 5,4,6 or so on.
    You can consider this as a benefit of running ColdFusion 10 enterprise
    Thanks
    VJ

  • JCOP debug mode is not working

    Hi,
    Iam using Eclipse 3.3.0.I installed JCOP tool in my eclipse.I can create Javacard applets now and i can upload and install to card also.but i couldnt debug my applet.can anybody help me.I also tried all the solutions which i searched in the forums.
    thanks in advance

    best_003.2009 wrote:
    Iam using Eclipse 3.3.0.I installed JCOP tool in my eclipse.I can create Javacard applets now and i can upload and install to card also.but i couldnt debug my applet.can anybody help me.I also tried all the solutions which i searched in the forums." I couldn't debug" is not a comprehensive bug description one can reproduce your issue. Please state step by step what you're doing and what you expect.

  • Debug Break Points Not working  - Attn Shay

    I have one application that when run can navigate to another application. I am trying to debug the interation between the two applications. When I start the first application in debug from within Jdeveloper (embedded OC4J) and then navigate through a link to the second application I am not hitting the break points set up in the app module of the second application. Is there any thing special I have to do to have the break points in the second application visible to the first application?
    I am running JDeveloper 10.1.3.2.0, with ADF BC applications.

    I am a little confused. Are there parameters that have to be added to the configuration on the OC4J embedded server. It looks like from Shay's doc that parameters were added to kick off java externally.
    Also, I did add the xml in Shay's doc to the embedded OC4J global-web-application.xml file and it errored off. Does the code need to go under the *.JSPX mapping seen below? Do any changes need to occur to the xml, customizations?
    <servlet-mapping>
    <servlet-name>JDevOJSP</servlet-name>
    <url-pattern>/*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JDevOJSP</servlet-name>
    <url-pattern>/*.JSP</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JDevOJSP</servlet-name>
    <url-pattern>/*.jspx</url-pattern>
    <url-pattern>/*.jsp</url-pattern>
    </servlet-mapping>

Maybe you are looking for

  • Facing error while creating CR in customer master MDG.

    Can anyone plz help me out.I am not able to create a customer in customer master MDG after activation of 0MDG_ANLY_CR_PROCESS BI component in BSANLY_BI_ACTIVATION Tcode.Becoz my activation was completed by error.So plz see the attaachment and help me

  • Error when making a database call froman ejb

    Hello, I am getting the following error when accessing the database from an ejb - java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:      java.rmi.RemoteException      at com.sun.corba.ee.internal.iiop.ShutdownU

  • Transaction/Event type question

    Hi All I have a problem with a standard SAP output doc. I want a standard goods receipt output (Y001) for movement 202, 222 and 305 but I can currently getting a Goods issue slip (Y002) I can see the config in OMB5 that details that an AIOSE Material

  • User defined tcode in VA01/02/03

    Hi, is it possible to use an own tcode (ZTC01) in transaction VA01/02/03. This tcode shell be inserted in the command-line and shell start the report wich belongs to the tcode. After ending this report the user shell be back to VA01/02/03. When i do

  • MS Sharepoint Licensing

    I have a client that is currently running MS SharePoint 2010 Server + 25 Client Licenses. He wants to upgrade to MS SharePoint 2013. Is there a license (Upgrade) to get him from 2010 to 2013? or do we just need to go with mfg#76P-01501 for the server