CSM 3.3.1 - deployment bug? after installing SP1&SP2

Hi all,
I've recently installed CSM 3.3.1 with SP1 and SP2 and I've encountered quite serious (for me) problem. Has  anyone met strange situations after installing service packs?
When I discover new device (i.e. router with 15.1 ios version) and make changes in ZBF policy, CSM deploys new configuration and everything seems to be fine. I must stress that only seems.
When for example I want to make only small changes to that device (by adding new username ans password) I make "preview configuration" and I see that CSM deletes part of ZBF policy - 10 of 12 zone-pair. For example for some reasons manager makes "no service-policy ...." in zone-pair. When I do another "preview configuration" (after adding another username) it deletes those empty zone-pairs. I thoung maybe naming doesn't suit it and I need to recreate all policy through CSM - nooooo. It did not help. Still it tried to delete some of policy.
Even when I created all ZBF policies from CSM Ive got situation when in one preview config it removes security-policy from zone-pair and after deployment in second preview it adds these security-policies to previous zone-pair. Its happaning in a  loop.
Or another strange behaviour is when I add new username it does sth like this:
In "preview configuration" there is
policy-map type inspect CSM_ZBF_POLICY_MAP_1
no class class-default
class class-default
    drop
while in GUI in CSM there is action inspect defined.
I've looked through bugtool, but with no success, so need any help.
regards

hi,
thx for interest,
I didn't open the TAC case casue I didn't have much time for it, however the issue is resolved. It occured that SP2 to CSM was problematic. Right now I've got 3.3.1 version with SP1 and everything works just fine. To make sure that it was it, I installed then SP2 and the problem started again.
I don't have configuration saved but actually there wasn't much of it. It was a fresh system and only 1 or 2 devices ware added so I suppose it should be easy to restore the situation.
if you got any new info please let me know
regards
Przemek

Similar Messages

  • After installed SP1 for SQL Server 2012, can no longer export to csv

    After installing SP1 today via Windows Update, I am no longer able to export data to csv using the SQL Server Import and Export wizard. I get the following error message:
    "Column information for the source and the destination data could not be retrieved, or the data types of source columns were not mapped correctly to those available on the destination provider."
    "Column "col1": Source data type "200" was not found in the data type mapping file."...
    (The above line repeats for each column)
    The work-around I have to do is to manually map each column in the "Edit Mappings..." option from the "Configure Flat File Destination" page of the wizard. This is an extreme inconvenience to have to have to edit the mappings and change
    each column to "string [DT_STR]" type from "byte stream [DT_BYTES]" type each time I want to export to csv. I did not have to do this before installing SP1; it worked perfectly for months with hundreds of exports prior to this update and
    no need to modify mapping.

    I am running Windows 7 64-bit, SQL Server 2012 Express edition. Again, just yesterday from Windows Update, I installed SQL Server 2012 Service Pack 1 (KB2674319), followed by Update Rollup for SQL Server 2012 Service Pack 1 (KB2793634). This situation was
    not occurring before these updates were installed, and I noticed it immediately after they were installed (and of course I restarted my computer after the updates).
    In SSMS I just now created a test DB and table to provide a step-by-step with screenshots.
    Here is the code I ran to create the test DB and table:
    CREATE DATABASE testDB;
    GO
    USE testDB;
    GO
    CREATE TABLE testTable
    id int,
    lname varchar(50),
    fname varchar(50),
    address varchar(50),
    city varchar(50),
    state char(2),
    dob date
    GO
    INSERT INTO testTable VALUES
    (1,'Smith','Bob','123 Main St.','Los Angeles','CA','20080212'),
    (2,'Doe','John','555 Rainbow Ln.','Chicago','IL','19580530'),
    (3,'Jones','Jane','999 Somewhere Pl.','Washington','DC','19651201'),
    (4,'Jackson','George','111 Hello Cir.','Dallas','TX','20010718');
    GO
    SELECT * FROM testTable;
    Results look good:
    id    lname    fname    address    city    state    dob
    1    Smith    Bob    123 Main St.    Los Angeles    CA    2008-02-12
    2    Doe    John    555 Rainbow Ln.    Chicago    IL    1958-05-30
    3    Jones    Jane    999 Somewhere Pl.    Washington    DC    1965-12-01
    4    Jackson    George    111 Hello Cir.    Dallas    TX    2001-07-18
    In Object Explorer, I right-click on the [testDB] database, choose "Tasks", then "Export Data..." and the SQL Server Import and Export Wizard appears. I click Next to leave all settings as-is on the "Choose a Data Source" page, then on the "Choose a Destination"
    page, under the "Destination" drop-down I choose "Flat File Destination" then browse to the desktop and name the file "table_export.csv" then click Next. On the "Specify Table Copy or Query" page I choose "Write a query to specify the data to transfer" then
    click Next. I type the following SQL statement:
    SELECT * FROM testTable;
    When clicking the "Parse" button I get the message "This SQL statement is valid."
    On to the next page, "Configure Flat File Destination" I try leaving the defaults then click Next. This is where I am getting the error message (see screenshot below):
    Then going to the "Edit Mappings..." option on the "Configure Flat File Destination" page, I see that all columns which were defined as varchar in the table are showing as type "byte stream [DT_BYTES]", size "0", the state column which is defined as char(2)
    shows correctly however with type "string [DT_STR]", size "2" (see screenshow below):
    So what I have to do is change the type for the lname, fname, address and city columns to "string [DT_STR]", then I am able to proceed with the export successfully. Again, this just started happening after installing these updates. As you can imagine, this
    is very frustrating, as I do a lot of exports from many tables, with a lot more columns than this test table.
    Thanks for your help.

  • Deployment failure after installing SP11 - Error in Compiling Flex App

    After installing SP11 for Visual Composer, I am now not able to deploy any of my models, even though they compile successfully.  The following was installed:
    VCBASE11_0-10003602.SCA
    VCFRAMEWORK11_0-10003624.SCA
    VCFLEX11_0-10003616.SCA
    The specific error is as follows:
    <i>Error in compiling Flex application: Error: Failed to read stylesheet: /vc/skins/defaultSkins.css
          (D:\usr\sap\PLD\JC01\j2ee\cluster\server0\GUIMachine_Business_Packages\TestModel_25034\FLEX_COMPILATION_FOLEDR\AAD15H.mxml:23)
    Failed to compile AAD15H.mxml</i>
    "TestModel" is the name of my model in this example.  I would appreciate any assistance anyone can offer.
    Regards,
    Jim

    Hi Jim,
    I have never heard of similar errors. Have you had a look at the stylesheet that is referenced? Maybe the file is corrupt, permissions are wrong or the path has changed? Try to change the defaultSkins.css.
    You can also have a look at the source code after compiling. Select .mxml of iView AAD15H and have a look at line 23. Maybe you find some clues.
    Best Regards, Benni

  • Java 2 SE 5.0 Release 3 - bug after installing

    After installing Java 2 SE 5.0 Release 3 with usual the periodic software update facility, I get capital and boxed "A"s everywhere in my desktop and file names and menus.....panic !!!

    please don't follow that advice. Apple has carefully arranged all the java, javac, jar etc. commands to follow a series of symbolic links to the correct version. All you have to do (and it's nicely reversible) is to follow the advice in this thread http://discussions.apple.com/message.jspa?messageID=1183952#1183952 by datenimperator and all will work. If you don't like it, reverse the process.

  • Edit Sites Bug after installing MX 6.1 Update

    Hi! I am wondering if there is a fix for the Edit
    button in the Edit Sites window after installing the MX 6.1 update.
    Everything works great after this update, I can do anything in the
    Edit Sites Window *except* the Edit button is non-functional.
    Anyone experience this and have any ideas? Many thanks in advance
    for reading and for any advice!

    i created the new account in system-preferences with my normal account(admin)
    in safe-boot mode.
    i reinsatalled the Update, nothing changed...
    very strange: I reinstalled Snow Loepard over the existing SL installation, and the problem still exists.
    So i think, it's a problem in my homedirectory?
    But why exists the problem at a new account?
    Don't understand this...
    Perhaps the easiest way is to save my private data and do a complete
    new install...

  • It's very slow to access file server after installed SP1 of Win7.

    I found it's become very slow to access shared files on file server after installed win7 SP1, (windows6.1-KB976932-X86.exe),  access same file, the win7 without sp1 is fast in 5 secs, but the pc with sp1 need more than 30 secs. And
    I tried to removed the sp1, everything goes fine, access fast as others.
    I don't understand what's the reason and which feature affected it, I believe the sp1 can help Win7 be more safety, but why the performance on it get worse.
    And I didn't find the same question or tips on forum or website, do you really haven't the issue?
    Arnold From Shanghai, China
    Arnold Yu

    Hi Arnold,
    Windows 7 Service pack and any other Windows Updates are released to improve the performance, reliability and security of the system.
    Firstly please run the performance troubleshooter:
    Open the Performance troubleshooter
    http://windows.microsoft.com/en-US/windows7/Open-the-Performance-troubleshooter
    If it doesn't resolve the issue, Put the computer in
    Clean Boot and then check to see if the issue persists.
    If it still persists, please use performance monitor to trace your computer's performance:
    Performance Monitoring Getting Started Guide
    http://technet.microsoft.com/en-us/library/dd744567(v=ws.10).aspx
    Karen Hu
    TechNet Community Support

  • Wireless net does not work after installing SP1 for Vista - Error code 10

    After installing Vista SP1 on my computer (T61 - Vista Business 32 bit) my intel 82566mm wireless net does not work.
    Windows says "Error code 10" and suggests that I update the driver. I have downloaded the newest driver via another computer, but it does not help. Still error code 10.
    Any one else has the same problem?

    I fixed the problem. Uninstall iTunes and then reinstall it clean. Looks like upgrading is problematic.

  • Access 2010 - Wizards not working after installing SP1

    Hi Folks,
    After upgrading my Office 2010 64 bit to SP1, I've started Access and now I receive a series of errors related to the Wizards, making the software useless.
    Here is what's happening (testing done in new files \ new db's):
    Case 1 - Trying to insert a button in a form, while the "Use control wizards" option is activated
    ERROR1: The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA project is first deleted. Deleting the VBA project removes all code from modules, forms and reports. You should back
    up your database before attempting to open the database and delete the VBA project. To create a backup copy, click Cancel and then make a backup copy of your database. To open the database and delete the VBA project without creating a backup copy, click OK
    if I click ok I get
    ERROR 2: The code contains a syntax error, or a <DB_NAME> function you need is not available. If the syntax is correct, check the Control Wizards subkey or the Libraries key in the <DB_NAME> section of the windows registry to verify that the
    entries you need are listed and available. If the entries are correct, either you must correct the <DB_NAME> Utility Add-In, or the file acWzlib or this wizard has been disabled. To reenable this wizard, run <DB_NAME> or Microsoft Office Setup
    again to reinstall <DB_NAME>. Before you reinstall <DB_NAME>, delete the windows registry keys for the <DB_NAME> Utility Add-in and acWzlib.
    Case 2 - Trying to insert a picture as button background (using the properties tab)
    ERROR: "Microsoft Access can't start the wizard, builder or add-in"
    What I did so far:
    a) Checked the Wizard file (seemed ok - read \ edit permitted for all users)
    b) Checked registry wizard entry (again - seems ok - no errors or bogus)
    Right now I'm pretty desperate as I can't really use a lot of features. For the moment reinstall is not an option as I'm against a tight deadline. I would really appreciate any help \ support \ advice that can make this thing work.
    P.S. - I forgot to mention that Access worked flawlessly before applying this SP1 - I'm really disappointed on how things turned out...
    Cheers,

    Hello Everyone,
    Thanks for taking the time to post the behavior you are experiencing in regards to this SP1 wizard issue. 
    Microsoft is aware of the issue and it is currently being investigated. 
    If you are running into this issue, you can go through the steps in the following KB article to resolve it:
    2581301 - Acc2010: You receive an error in Microsoft Access using the built-in wizards after installing Microsoft Office 2010 SP1
    http://support.microsoft.com/default.aspx?scid=kb;en-US;2581301
    Best Regards,
    Nathan Ost
    Microsoft Online Community Support
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • DW CS3 preview issue after installing Vista SP2

    I have DW CS3 installed on my desktop and laptop computers. One computer uses vista64 and the other vista32. After installing vista service pack 2, I now have the following issue previewing PHP pages under Apache: All browsers give me a "cannot display the webpage" error UNLESS I am connected to some kind of network--it could be the internet or my peer-to-peer network. My destop computer is attached to a printer via RJ45 cable. If the printer is turned on, I can preview webpages in DW. If the printer is turned off, I cannot! Or, if I am connected to the internet through my wireless internet card, I can preview pages, otherwise, not.
    Previous to installing SP2, I was able to preview pages on both computers without the need to be connected to a network, so I am pretty sure that SP2 is involved in this new issue.
    When Apache and MySQL start up in the XAMPP control panel, there are no errors, and I can go into PHPMyAdmin just fine.
    Has anyone else run into this? Any thoughts?

    I'm just following up here. I have not solved the issue, but I did figure out that the problem isn't with vista service pack 2 but with Kaspersky anti-virus 2009.

  • Getting error with crawling Lotus Notes item after install SP1 and 2014 July CU

    We are using the SharePoint out of the box Lotus Note collector to crawl Lotus Notes, and it was work before I install SP1 and July CU.
    After I installed those patches, I got below error when crawling in crawl log:

    Hi,
    According to the error message, it says that SharePoint cannot find the Lotus Note addresses. So please check the content source for Lotus Note is correct.
    Reference:http://consultingblogs.emc.com/randyrempel/archive/2013/03/24/installing-and-configuring-the-lotus-notes-connector-for-sharepoint-2013-server-part-2-of-2.aspx
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • PSConfig failure after installing SP1

    Hi Experts,
    When I execute SharePoint Product Config Wizard post SP1 install, it always fails on the last step with logs showing:
    "01/12/2015 11:19:01  5  WRN                  Unable to create a Service Connection Point in the current Active Directory
    domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.
    Microsoft.SharePoint.SPException: The object LDAP://CN=Microsoft SharePoint Products,CN=System,DC=domain,DC=XYZABC doesn't exist in the directory.
       at Microsoft.SharePoint.Administration.SPServiceConnectionPoint."
    This was not the case when I last installed March PU update. Is it mandatory to have the said AD container created as a part of SP1 install? In some blogs I read, there no need to bother as its an optional thing, however Upgrade Status comes as "Failed"
    if PSConfig does not execute fully.
    Also, I noticed the difference in the version for Config database and the SharePoint Server if PSConfig is failing. 
    Please help as I need to install SP1 in QA and later PROD Farms.
    Thanks,
    Thanks, Ashish Malhotra

    Hi Experts,
    When I execute SharePoint Product Config Wizard post SP1 install, it always fails on the last step with logs showing:
    "01/12/2015 11:19:01  5  WRN                  Unable to create a Service Connection Point in the current Active Directory
    domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.
    Microsoft.SharePoint.SPException: The object LDAP://CN=Microsoft SharePoint Products,CN=System,DC=domain,DC=XYZABC doesn't exist in the directory.
       at Microsoft.SharePoint.Administration.SPServiceConnectionPoint."
    This was not the case when I last installed March PU update. Is it mandatory to have the said AD container created as a part of SP1 install? In some blogs I read, there no need to bother as its an optional thing, however Upgrade Status comes as "Failed"
    if PSConfig does not execute fully.
    Also, I noticed the difference in the version for Config database and the SharePoint Server if PSConfig is failing. 
    Please help as I need to install SP1 in QA and later PROD Farms.
    Thanks,
    Thanks, Ashish Malhotra
    Hi Ashish,
    You might try running the psconfig from powershell vs the wizard.
    psconfig.exe -cmd upgrade -inplace b2b -force
    Stacy www.sharepointpapa.com

  • Photoshop interop bug after installing update

    I recently updated to ACR 5.3.0 (along with a few other updates, I wish I could be more specific, and it would be nice if there were a way to keep track of updates and optionally remove them, like Windows has), and the message about Lightroom being ahead of ACR (with the option to render, etc) finally went away.  However, now there's a new problem.  When I select an image and do Edit in Photoshop CS4,  Photoshop opens up the photo, but Lightroom doesn't put it alongside the original image in the collection - it's now shown as being in a different folder even though it's saved to the same directory on disk.  Here's what it looks like - I "edit in photoshop"ed a photo, and it created this new "folder" that now contains the single photoshop-exported image.
    When I hover over them to see the location, the only difference is that the top one points to
    c:\users\theuser\documents\...
    and the second to
    c:\users\theuser\Documents\...
    When I do "show in explorer" on the single image, it brings up the correct directory (containing the other photos).
    Maybe an unnecessarily case-sensitive string comparison somewhere causing it?
    Either way, I'd love to know whether this is a known issue.
    Thanks,
    Vladimir

    vlad_b wrote:
    Has anybody else observed this?  Also, what is the right place to file and follow up Lightroom bugs?
    For some reason you have two folders with the same name, but one has an uppercase letter for the first letter. The problem has been reported before, but I don't recall anyone coming up with a consistent fix. I do notice that your folder names include a single Quote character ' Placing such characters in file names has in the past caused problems with Edit in Photoshop. So, removing them would be a good starting point for a possible fix.
    Bugs can be reported from the linked page https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • No sound after installing XP-sp2 on U300

    Hellllo I'm newbie...... I have a u300 laptop. I changed my OS to XP. I completelly format drives and then I install new XP-sp2. After that I downloaded all the appropriate drivers from the toshiba website. All the hardware perfectly works except sound. I just search the toshiba forum and others have these problem tooo. As per the thechs I download the patch(microsoft ) but no use... please help me by giving a good answer quickly regards--- achu

    Satellite U300-111  
    Is this the driver you tried?
       Realtek Sound Driver for Windows XP, 5.10.0.5413, 04/12/07
       sound-20070828123958.zip
    If so, perhaps you installed them in the wrong order. You should install the chipset and then the display driver before the sound.
    -Jerry

  • UDF's are gone after installing SP1

    I loaded the Webtools 6 SP1 and now my UDF's are not there in SAP (BP, Warehouses, etc..) I do not see anything different on my Synch Manager, and I am getting errors..in webtools
    Invalid currency - must be ISO 2417 compliant? What is that?
    My theme is the basic that came with the update, I was able to synch BP, items, catagories, etc...but cannot place an order as a customer without the error and I am sure my UDF's missing are part of it
    I was doing so well too! Thanks again for anyone's/everyone's help.
    Joanne

    Hi Joanne
    Under currencies in the Admin, you need to have USD for the ISO code, and not "$". B1 allows this, but it does not follow the standards of ecommerce currency display.
    As for the UDF's, the Install Plugin operation in the synch manager only adds UDF's(if they are not there already) that are relevant to Web tools, and absolutely does not remove anything. There are no delete commands in that process, so it might have been something else.
    Hope this helps!

  • Satellite L300 (PSLB9A) - No internet access after installing Vista SP2

    Just upgraded my Vista with Service Pack 2 and found that I cannot connect to any internet sites, have proved it is SP2 by rstoring to prior SP2 and all is OK, also reloaded the OS with my recovery disks and all works OK...... ....until I load SP2 then when I try to access the internet I cannot, getting "IE cannot display the webpage".
    Diagnostics report no problems found. This happens with either IE7 or IE8, firewall is disabled and I can reach any network device including my server but am unable to load the server web page, same issue..
    Any assistance would be appreciated.
    Pete

    Hi Sascha
    Yes I rolled it back to SP1 last night as I could find no way to fix the problem, I've never seen this before. Anyway all now works OK with SP1, before I rolled back I also rolled back IE8 to IE7 (no change) and removed, one by one the updates post SP2 install (also no change), as soon as I had rolled back to SP1 all worked fine, can get instant internet. I am going to load IE8 tonight and see if that works OK.
    As for Skype MSN, no did not try those while SP2 was loaded, should have tried my skype account.
    Any thoughts?

Maybe you are looking for

  • Installing AIA FP 2.4 on SOA Suite 10.1.3.4 with Weblogic 9.2 failed

    Hi, While Installing AIA FP 2.4 on Weblogic 9.2 using FPWLInstall.xml, I got the following Error.. BUILD FAILED D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLInstall.xml:218: The following error occurred while executing this line: D:\AIA_HOME\Infr

  • 3rd part mini displayport adapters UK

    Hi, Does anyone know of any 3rd party mini displayport (to VGA and DVI) adapters available in the UK yet? I really need both and refuse to pay £40 ($57) to beable to use my laptop with external displays and projectors. I know they're available in the

  • Passing dbms_output to create PDF's

    Currently, we have our PL/SQL writing out html. I have an application (in C - HTMLDOC) that can read in HTML from a file or STDIN and return a PDF version of the document as a File or via STDOUT. So, I'm looking for the proper way to call this extern

  • Sharing a calendar to a group

    We just upgraded to Mavericks Server, and I was delighted that it accepted a group name as a sharing recipient for a Calendar; however, it doesn't actually send invitations to the people in the group. In fact, as far as I can tell, it doesn't do anyt

  • CD burning & Audio normalizing

    When you apply individual volume settings for specific songs in iTunes, does that carry over to burned CD's? Often, when I burn a CD from iTunes the volume levels are not consistent across all the songs.