Date of publication of BUG?

I have installed two ACEs in our client, these are with version A3(2.3). Last night I performed the migration the CSS to ACE and I meet a issue, I was checking and found a BUG asociated with this issue. (CSCtb59279).
This BUG is not publicated in Release Note for A3(2.3) and my question is: Is it possible to know the date of publication of this BUG?
Regards,
Jaime.

Hi Jaime,
If you do a search for CSCtb59279 in the Release Note for the Cisco 4700 Series Application Control Engine Appliance (Software Version A3(x.x)), you will find this bug documented in the Software Version A3(2.5) Resolved Caveats section.
Is this the information you were looking for?
Thanks,
Sean

Similar Messages

  • Date of publication

    Hello,
    i need the date of publication for the following Database Software:
    Oracle 7
    Oracle 8
    Oracle 9i
    Thank you

    1992 Released Oracle7 for Unix
    1994 Released Oracle 7.1 and Oracle7 for the PC.
    1997 Oracle8
    1999 Oracle8i
    2001 Oracle9i Release 1
    2002 Oracle9i Release 2

  • Oracle SQL Developer Data Modeler 3.0 Bugs, Resolution and workarounds

    The purpose of this thread is to list bugs discovered while using ORACLE SQL Developer Data Modeler 3.0
    Mainly with SQL SERVER 2005 and ORACLE 10g models.

    SQL Server Physical model doesn't save table identity column.
    here are the steps to get this bug:
    1. create a table in relational model with a column as an integer to be used as an identity.
    2. create or open a physical model for SQL-SERVER 2005
    3. open the table in the physical model
    4. edit the integer column property dialog
    5. tick the identity check box and close the property dialog
    6. save the model and close it
    7. open it again, you will find the identity check is removed! (probably not saved from the start)

  • Object Array Data Provider Refresh Possible bug

    Hello
    I am having a problem with Object Array Data Provider in terms that the table's data is not changed corectly after a request as expected, but after two requests.
    Steps to reproduce the bug:
    0. Create a new Visual Web project, call it 'test'.
    Set 'Bundled Tomcat ' or 'Sun 9' as deploy target server.
    Edit 'Page1' of the project.
    1. Create an Entity class, simple class that has only getters and setters with a few fields (lets say 'id' and 'name').
    2. In the SessionBean1 that is generated by the framework create an array of Entity class named 'entityArr', and getters and setters for this field.
    3. Add a new Array Object Data Provider on the page and set in its properties as array the array created in the previous step 'entityArr (SessionBean1)'.
    4. Add a new table component, and set as data provider the provider created in step 3.
    In the Table's Layout map the fields from the Entity class, and set whatever compnents you desire for each component's type or leave the default ones (Static Text).
    5. Add a 'property change trigger component' on the page. I called it like this because I tried the following :
    5.1 A text field and a button to submit the text value
    5.2 A Calendar component with autosubmit
    5.3 A DropDown with autosubmit.
    6. On the property change trigger component created at step 5 set a value_changed method that changes the the array that should be displayed by the table.
    For Example, for a DropDown component, you will have a method like this :
    public void dropDown1_processValueChange(ValueChangeEvent event) {
    String idStr = (String) event.getNewValue();
    System.out.println("Entity id :"+idStr);
    if(idStr .equals("item1")) {
    fillSessionBean1(true);
    else {
    fillSessionBean1(false);
    getSessionBean1().setItemName(idStr);
    private void fillSessionBean1(boolean fillValues) {
    Entity[] values ;
    if(fillValues) {
    values = new Entity[4];
    for ( int i=0;i<values.length; i++) {
    Entity entity = new Entity();
    entity.setDescription("Description "+i);
    entity.setName("Name "+i);
    entity.setId(i) ;
    values[i] = entity;
    else {
    //values = new Entity[0];
    values = null;
    getSessionBean1().setEntityArr(values);
    7. When running the program, if the selected is Item1, the table does not show the array set if on this branch.
    I am using :
    Netbeans 5.5 build 20061017100,
    Visual Web Pack 070104_2,
    Ent.Pack 20061212
    jdk 1.6.0
    Operating Systems : Both Linux Suse10 and Windows.
    If anyone has a solution for this please let me know.

    OK
    While no one responded, I had to think for myself.
    There is a bug in the code generated by netbeans or there is nowhere specified that if you attach an array to a data provider you will have to notify by hand the data provider that the array has changed.
    You will have to put this line that is generated in init function in your valuechanged functions :
    objectArrayDataProvider1.setArray((java.lang.Object[])getValue("#{SessionBean1.entityArr}"));
    I think this aproach is a little bit wrong, even it works.
    I believe the data provider should be notified the array has been changed.
    There could be a much more simple aproaches :
    1. In the code generated by netbeans, if you attach an array to a data provider the data provider will be notified after any set(Object[])
    2. The data provider could have a function so you will ne anle to attach to the data provider an Object (the session bean, in my case) and the name of the function that retrieves the array (in my case, 'getEntityArr') .
    The code generated by netbeans could add this function easily.
    Maybe there are any other better aproaches, and I might be wrong.
    It's good that it works.

  • Azure SQL Data Sync, LINQ optimization bug

    How can I report the following Bug ?
    var empty = new Set<int>();
    var query = storage.table.Where(item => empty.Contains(item.id));
    // Entity Framework Extended
    query.DeleteAsync()
    The query is optimized to something like this, because the set is empty, and therefore the result set is always empty:
    SELECT
    CAST(NULL AS uniqueidentifier) AS [C1],
    CAST(NULL AS uniqueidentifier) AS [C2],
    CAST(NULL AS int) AS [C3],
    CAST(NULL AS int) AS [C4],
    CAST(NULL AS datetime2) AS [C5],
    CAST(NULL AS varchar(1)) AS [C6],
    CAST(NULL AS int) AS [C7]
    FROM ( SELECT 1 AS X ) AS [SingleRowTable1]
    WHERE 1 = 0
    Now the problem is that update and delete trigger, introduced by Azure SQL Data Sync, will fail because they require the primary key, which is not part of the optimized query. Meaning that when the set is empty the triggers will fail, but if the set contains
    an id, the query is not optimized and therefore will succeed.
    (SELECT [i].[PrimaryKeyId] FROM DELETED AS [i])
    Notice, the problem here is not Entity Framework Extended from my perspective, but the Azure SQL Data Sync Triggers! 

    not sure if i understood your post correctly, but the columns available in the logical inserted and deleted tables available in the trigger are the actual columns of the table itself, not the columns in the query that caused the trigger to fire.

  • Smart data value display ? BUG sqldeveloper EA2 but works in plsqldeveloper

    Hi,
    The below mentioned debug facility works in plsqldevloper but the same does not work in sqldeveloper both on 10g and 11g Oracle Database
    Has anyone enocuntered this bug as smart data value / tooltip not displayed in sub proc while debug in
    sqldeveloper 3.0.02
    tooltip and values are dispalyed during debug in v_var1 but as u debug further to (sub procedure within the main procedure code) i.e procedure test1 ,values of v_var2 not being displayed in tool tip / smart data value until the debugger cursor comes out the sub procedure . Kindly replicate the example shown below in sqldevloper EA2
    create or replace
    PROCEDURE PROCEDURE1 AS
    v_var1 char(20);
    v_var2 char(20);
    v_var3 char(20);
    procedure test1 is
    begin
    v_var2 := 'this is sub proc' ;
    end test1;
    BEGIN
    v_var1 := 'this is a test';
    test1;
    END PROCEDURE1;
    Any comments/solution will be appreciated
    SS
    Edited by: user575518 on Jan 17, 2011 11:20 PM
    Edited by: user575518 on Jan 19, 2011 9:45 PM

    Hi,
    The below mentioned debug facility works in plsqldevloper but the same does not work in sqldeveloper both on 10g and 11g Oracle Database
    Has anyone enocuntered this bug as smart data value / tooltip not displayed in sub proc while debug in
    sqldeveloper 3.0.02
    tooltip and values are dispalyed during debug in v_var1 but as u debug further to (sub procedure within the main procedure code) i.e procedure test1 ,values of v_var2 not being displayed in tool tip / smart data value until the debugger cursor comes out the sub procedure . Kindly replicate the example shown below in sqldevloper EA2
    create or replace
    PROCEDURE PROCEDURE1 AS
    v_var1 char(20);
    v_var2 char(20);
    v_var3 char(20);
    procedure test1 is
    begin
    v_var2 := 'this is sub proc' ;
    end test1;
    BEGIN
    v_var1 := 'this is a test';
    test1;
    END PROCEDURE1;
    Any comments/solution will be appreciated
    SS
    Edited by: user575518 on Jan 17, 2011 11:20 PM
    Edited by: user575518 on Jan 19, 2011 9:45 PM

  • Data source time stamp bug

    Hi Experts,
    I have a process chain which extracts the master data and it failed yesterday mentioning the below mentioned bug
    DataSource 0PERSON_ATTR does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 28.06.2011 07:01:14.
    The time stamp in the BW system is 21.09.2010 13:24:08.
    System Response
    The load process has been terminated.
    Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.
    I replicated the Data source but i cannot activate the transfer rules as i am in production.
    please let me know the procedure i can do to fix this bug
    regards
    Krishna Mohan.

    Hi Mr.Aravin,
    Thanks for your valuable help.
    it solved my problem instantly.
    i did the following
    Went to SE38
    used the program RS_TRANSTRU_ACTIVATE_ALL
    executed the same
    and in the next screen
    i typed in the source system name  in the source system coloumn
    and in the infosource coloumn i typed in the name of the infoobject
    and executed the same
    and it did the task what i needed.
    thanks once again and full marks awarded.
    regards
    Krishna Mohan

  • SHOW DUE DATE IN REMINDER - and bug

    I have 1 reminder that shows "due" under "At a Location
    I don't show a due: in any other of my reminders, and can't seem to find how to create it - and doesn't come up in a help search.
    this is what my other reminders look like:
    Also when I start a new reminder and open the "i" to add dates, etc; it freezes and I have to close reminders and reopen - the new reminder is there w/ correct info.
    Would appreciate any input - thank you

    hi
    there is some kind of bug.
    at first i thought there was no way to create a due date.
    but then 1 time the Due Date box did appear after a click or two somewhere in the pane.
    but i cant re-create it no matter what i do.
    thanks

  • Advanced Data Grid e4x Failure (Bug?)

    Lets say I have an AdvancedDataGrid, a custom
    HierarchicalData descriptor, and the XML below. The
    HierarchicalData descriptor returns only the "a" named elements
    (e.g. <a><b att="1">foo</b></a>) for each
    row.
    <a>
    <b att="1">foo</b>
    </a>
    <a>
    <b att="2">bar</b>
    </a>
    The AdvancedDataGrid declaration has:
    <mx:AdvancedDataGridColumn dataField="b"/>
    <mx:AdvancedDataGridColumn dataField="b.@att"/>
    The ADG displays foo and bar for the first column, but does
    not display 1 and 2 for the second. The ADG dataField ignores the
    dot operator and does not select the descendants and their
    attributes.
    Is this a bug? What am I doing wrong? What's a workaround? I
    need to be able to edit all of the columns as well.

    There are several ways to handle this. One is to create a
    custom Value Object with a property that gets and sets the
    undelying nested value.
    Another is to intercept the editing handlers and
    manipulate(update) the data as desired. See the docs for the
    editing events, I don't recall the precise names, something like
    itemEditEnd.

  • Has anyone come across the 'insufficient data for an image' bug in Reader 9.5.1??

    We have an application that uses Reader to open scanned documents containing JP2K images and our users are intermittently getting this error however I can only find instances online of this bug from version 9.5.2 up.
    Has anyone seen this bug in 9.5.1??
    Thanks.

    Hi, thanks for getting back to me so quickly.  Our application uses scanned images up to 10 years old, and there are thousands of images so we cannot rescan these unfortunately.   
    I work in a large organisation with it's own desktop team so unfortunately I can't upgrade the version of Reader on our user's machines to see if this resolves either.  The desktop team will also not upgrade the version as the problem appears to have only started in 9.5.2. 
    Does anyone know how I can confirm if the problem was first seen in 9.5.2 or if there were instances in 9.5.1 also?
    Thanks again

  • I need help resetting my iCloud email address. i have erased all y data to solve a bug problem. I re-entered my email incorrectly; putting hitmail instead hotmail.

    Please help. I had clitch on my iphone. i was advised to reset my phone to factory settings. I successfully erased all the data. when i came to restore the software and back up data on to my phone I accidentally put the wrong email address whilst setting up my iCloud account. Instead putting in hotmail i put hitmail. I've tried to edit the email address, but I'm unable to. I've tried to erase the data again but I'm prompted to turn of the 'find my iphone' app. i can't do this because it ask for apple I'd; which I can't access because I've entered the wrong email.
    Please help!!!!!!!!!!!!

    Force it into recovery mode and restore it again, as explained here: http://support.apple.com/kb/ht1808.  Then set it up again using the correct address.

  • Finding out estimated date of release for bug-fix

    Hi, I've had a specific problem with printing webpages, which i'm hopeful the bugfix to bug 717178 will resolve. My users are really pushing for a solution, so how do I find out when the fixes associated with this bug will be pushed into the release channel, so I can test and advise whether there is a solution?
    Thanks
    Kat

    Perfect, thank you very much :)

  • Master Data Manager web application bug

    Hi, 
    I just installed Master Data Services on my local machine for testing. However I have a few problems. The firt is that, from the main page, I click on "Explorer" I have an error message that pops up I click OK twice and then I have a page, mostly
    blank (I don't know if it is supposed to look like that...)
    If anyone has an idea of what this problem is...
    Paul

    Hi,
    Do you have Silverlight installed? Please checck the web app system requirements at here: https://msdn.microsoft.com/en-us/library/ee633744.aspx
    I hope it helps.
    Janos
    There are 10 type of people. Those who understand binary and those who do not.
    My Blog |
    Hire Me

  • Possible Bug When Binding Data to ContentPresenter ToolTip Attribute

    Hello everyone,
    I'm developing a small application using WPF. I have a custom ListBox control which contains a number of CheckBox entries paired up with a ContentPresenter object which displays some text obtained from a custom generic object.
    If I bind the ContentPresenter 'Content' node to one of the properties of my class, it will display the text I want correctly. However, I cannot do the same with its 'ToolTip' attribute.
    Here's an excerpt of my XAML.
    <Window.Resources>
    <local:SandboxProfiles x:Key="profiles"/>
    <DataTemplate x:Key="ListBoxItemTemplate">
    <!-- The ToolTip attribute doesn't accept dynamic data bindings (maybe a bug?) within the ContentPresenter node.
    Therefore, the attribute has to be inserted in the parent node (WrapPanel) for it to work. -->
    <WrapPanel ToolTip="{Binding Element.FriendlyDescription}">
    <CheckBox IsChecked="{Binding IsSelected}" VerticalAlignment="Center" />
    <ContentPresenter Content="{Binding Element.TypeString, Mode=OneTime}" Margin="2,0" />
    </WrapPanel>
    </DataTemplate>
    </Window.Resources>
    This line works absolutely fine like this,
    <ContentPresenter Content="{Binding Element.TypeString, Mode=OneTime}" Margin="2,0" />
    However, this doesn't work
    <ContentPresenter Content="{Binding Element.TypeString, Mode=OneTime}" ToolTip={Binding Element.TypeString} Margin="2,0" />
    Note I'm using the exact same pattern here, only that I'm applying it to the ToolTip attribute instead of Content. This doesn't work. It compiles, no exceptions, but no tooltip is displayed.
    However, if I bind the ToolTip attribute of the CheckBox node or the parent WrapPanel node in the exact same way, it
    does work. This works,
    <WrapPanel ToolTip="{Binding Element.TypeString}">
    And this works too,
    <CheckBox IsChecked="{Binding IsSelected}" ToolTip="{Binding Element.TypeString}" VerticalAlignment="Center" />
    I've searched the documentation and nowhere does it say I should expect ContentPresenter's 'ToolTip' attribute to behave differently than with any other XAML component.
    This has led me to believe this is a bug in the WPF runtime. If, on the other hand, I'm missing something here, please, do let me know.
    Thank you.

    Your problem is because you're putting  a tooltip on a contentpresenter - which isn't going to respond to mouse over unless you get your mouse over it just so.
    You can easily reproduce that if you throw a little markup in a new mainwindow:
    <Grid Name="myGrid">
    <ContentPresenter ToolTip="Banana"/>
    </Grid>
    Substitute TextBlock for contentpresenter
    <TextBlock Text="Whatever" ToolTip="Banana"/>
    And it works easily.
    <TextBlock Text="{Binding Element.TypeString, Mode=OneTime}" Margin="2,0" />
    Maybe I'm missing something but I can't really see why you have a contentpresenter at all.
    Assuming typestring is a string as it's name rather implies.
    Hope that helps.
    Recent Technet articles:
    Property List Editing ;  
    Dynamic XAML
    Substituting the ContentPresenter node for a simple TextBlock as you said worked for me, thank you.
    But Magnus is right in that you do have mouse-over events with ContentPresenter components; only that for some reason I don't know, they only work when the ToolTip attribute is set to a hardcoded string and no bindings are happening. So it does respond to
    the mouse but it doesn't display anything that has been dynamically bound to it, for some reason.

  • EA1: BUG: View Table Data: Filter gets lost when switching tabs

    Hi,
    open a table, choose the data tab and enter a filter condition. The data is filtered.
    Bug is
    a) choose e.g. constraint tab for the same table and then again the data tab. Data remains filtered, but filter is not displayed
    b) pin the table, open another table, navigate back to the previous table. Data remains filtered, but filter is not displayed.
    Regards
    Stephan

    The issue was reported already and will probably be fixed in EA2...
    Regards,
    K.

Maybe you are looking for

  • Can't move objects after Pasting inside?

    Using CS5.5, I made a series of shapes like the attached one, and then I select the outer square shape and I choose to edit>paste inside the shape. I then group all of the pieces making up the shapes and I want to move it to a lower portion of my doc

  • What now? I got repair failed  "Keys out of order" and "Invalid extent entry"

    What now? I tried to verify & then repair disk and I got "repair failed"  "Keys out of order" and "Invalid extent entry"

  • Extensions turn on or off?

    When looking at "about this mac" extensions, when something says "not available" does that mean the extension is turned off? One says Apple ADB Mouse. What is that as it says not available? Would that have anything to do with my drag and drop not wor

  • Opening raw files in PS7.0

    want to open raw files. Add on?

  • Safari youtube crash

    Hallo, Safari (3.2.3) on my iMac (Mac OS 10.5.7) crashes as soon as I open youtube. This problem started today. Restart of the computer did not help. Do you have any suggestions? Thank you. Alexey.