MARS second interface can't be on same network?

I am trying to enable the second interface (eth1) in Mars for management. The GUI won't let me set it to be on the same network as eth0. Why is this? Can I do it from the CLI? Maybe Cisco can do it in expert mode?

See for discussion:
http://groups.google.com/group/cs-mars-ug/t/3457ba30ac6e3ea3?hl=en-GB

Similar Messages

  • Can no longer access same network.

    i first noticed that i cant no longer access a private netweork that i used to be able to access. except that sometimes i can. also, with this network and many others, i.e. panera or my home network, borwser errors tell me i am not connected ( safari and firefox) while the airport says i have full reception for that network. AND... even when i ti si connected to a network, say at home, it will only work for a few minutes. then idf i want to change the page or download something i have to mouse over the airport icon, when it stops scanning (even thoughit has full connecticitty to the network, it will work, but again, only for a few minutes. any ideas? sorry on the disorganized nature of the post. it is rendering me useless at school.

    Some devices need the proverbial kick... turn off the wireless and turn it back on again..
    If that doesn't work then take more control of the network.. set different names for the 2.4ghz and 5ghz band.. set the channels.. make sure new names are short, no spaces and pure alphanumeric. eg TC24ghz and TC5ghz. You will be able then to choose which band you will to use for link between the TC and the Express.

  • Can not connect to wireless Internet with iTouch but I can with iPod on same network.

    How do I fix the issue that my iTouch won't recognize my network but my iPod will?

    What model iPod will connect?
    Are yu saying that no networks appear in the iPod?
    Is this the problem?
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    Is the router onlu set of 5 GHz N band? An iPod touch can only see/connect to 2.4 GHz band networks.
    We need more information..

  • Can I use the "same" button multiple times for multiple galleries?

    OK so I am extremely untrained in CS4 and Actionscript. However I have managed to get along fairly well until I started to dynamically upload images as a gallery. This works great if I have one gallery, but for my site I have 9 galleries!!! I have a back and next button, but I want to be able to use those same buttons for all of the galleries so they look the same. I have split them up and renamed them, but I am clueless on how to script the buttons to work. Please help...and don't laugh at my poor scripting. This is what I have now because I do not know where to put the other button names without getting errors.
    stop();
    next_btn .addEventListener(MouseEvent.CLICK, nextImage);
    var imageNumber: Number=1;
    function checkNumber(): void{
        next_btn.visible=true;
        back_btn.visible=true;
        if(imageNumber==15){
            trace(imageNumber);
        next_btn.visible=false;
        if(imageNumber==1){
            trace(imageNumber);
        back_btn.visible=false;
    function nextImage(evtObj:MouseEvent):void {
        imageNumber++;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();
    back_btn .addEventListener(MouseEvent.CLICK, backImage);
    function backImage(evtObj:MouseEvent):void {
        imageNumber--;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();

    I'm still a novice with Flash myself, but I have two comments.
    First, at this point, won't your buttons control all galleries at the same time? Which means, if I go to image 5 in one gallery, then move to another gallery, I'll start at image 5, because the actions are all connected.
    Second, you can definitely use the same buttons for multiple galleries. It seems to me that as long as you've assigned the buttons an instance name, these actions should already work to control all the galleries (see the note above). I guess I would need to understand a bit more about how your project is built.

  • How can I share itunes content between 2 macs (both mine) in 2 different locations? Same Apple ID, same account, not the same network.

    I haev a main mac at my main home which syncs itunes to my ipad and iphone with no problem. I want to access the same itunes content at my mac in my second home which is obviously on a different network. I have my ipad and iphone with me so they can be on the same network as the second mac. I can share the purchased itunes content but not the uploaded content. Any ideas?

    Ok well that is not uploaded content. Maybe ripped content is a better term.
    You can transfer purchased content from your iOS devices into the new Mac if you want.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
              http://support.apple.com/kb/HT1848

  • Problem with UITableViewCell, can´t add the same custom cell

    Hi,
    I have a table view which I populate the cells with a UITableView class that i wrote. This custom class has two labels and a image view. In the method cellForRowAtIndexPath, i use the following code:
    [cell addSubview:myTableViewCellClass];
    the first cell is ok, the cell displays my custom cell. But the second cell can´t display the same custom cell object. Is there something I can do to avoid this problem?
    I have another problem. When i scroll my table view very fast, the program crashes with the following message:
    [Session started at 2008-08-24 18:30:10 -0700.]
    Loading program into debugger…
    GNU gdb 6.3.50-20050815 (Apple version gdb-960) (Sun May 18 18:38:33 UTC 2008)
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "i386-apple-darwin".warning: Unable to read symbols >for
    "/System/Library/Frameworks/UIKit.framework/UIKit" (file not found).
    warning: Unable to read symbols from "UIKit" (not yet mapped into memory).
    warning: Unable to read symbols for "/System/Library/Frameworks>/CoreGraphics.framework/CoreGraphics" (file not
    found).
    warning: Unable to read symbols from "CoreGraphics" (not yet mapped into memory).
    Program loaded.
    sharedlibrary apply-load-rules all
    Attaching to program: `/Users/pitteri/Library/Application Support/iPhone
    Simulator/User/Applications/9F7BD517-CB1E-49C5-BD30-24831239120F/OndeEstou.app/O ndeEstou', process 11209.

    This is not the correct method for using custom table cells with a table. You need to create a custom cell class that extends UITableViewCell. This class should handle the layout and display for the content of a single cell.
    In your table view delegate's 'cellForRowAtIndexPath' method, you create or obtain an instance of your custom cell, configure the cell by setting the title or other properties appropriate for you custom cell, then return the cell. That's it.
    It appears, from your code, that you are trying to add the table view cell class to the cell. Maybe you mistyped. But don't call 'addSubview' on anything within the table view delegate.
    Have a look at the UICatalog example app. It has several custom table cells and shows both how to implement a custom cell, but also how to use it in a table.
    Enjoy.

  • Can't connect to wireless network but wife can...

    Hi. I've just bought a Macbook pro. I am trying to connect it to a wireless network. The macbook finds the network (and others), but after I give the correct password it says 'authentication failed'. The weird thing (to me) is that my wife can connect to the same network with her macbook with no problems. These are my Airport details (no working connection)
    Software Versions:
    Menu Extra: 6.2 (620.24)
    configd plug-in: 6.2 (620.15.1)
    System Profiler: 6.0 (600.9)
    Network Preference: 6.2 (620.24)
    AirPort Utility: 5.4.2 (542.23)
    IO80211 Family: 3.1 (310.6)
    Interfaces:
    en1:
    Card Type: AirPort Extreme (0x14E4, 0x8D)
    Firmware Version: Broadcom BCM43xx 1.0 (5.10.91.26)
    Locale: ETSI
    Country Code: DE
    Supported PHY Modes: 802.11 a/b/g/n
    Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140
    Wake On Wireless: Supported
    Status: Not Associated
    and these are her's (working connection)
    Software Versions:
    Menu Extra: 6.2 (620.24)
    configd plug-in: 6.2 (620.15.1)
    System Profiler: 6.0 (600.9)
    Network Preference: 6.2 (620.24)
    AirPort Utility: 5.4.2 (542.23)
    IO80211 Family: 3.1 (310.6)
    Interfaces:
    en1:
    Card Type: AirPort Extreme (0x14E4, 0x8D)
    Firmware Version: Broadcom BCM43xx 1.0 (5.10.91.26)
    Locale: ETSI
    Country Code: DE
    Supported PHY Modes: 802.11 a/b/g/n
    Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140
    Wake On Wireless: Supported
    Status: Connected
    Pretty similar......
    We are both running 10.6.2 with all the latest sofwtware updates. Does anyone have any suggestions as to what might be up? The router is a Netgear DG834Gv5, again with the latest firmware. Security is WPA2.
    Thanks in advance,
    wrathkeg

    Two things I'd check first:
    1 - in your router, do you have mac address filtering turned on? If so, add the mac address (Airport id) of your MacBookPro to the 'Wireless Station Access List' in your router. You can find your Airport id under *System Prefs > Network > Airport > Advanced > Ethernet* .
    2 - in your MacBookPro, turn Airport OFF. Then go into *System Prefs > Network > Airport > Advanced.* In the Preferred Networks box, delete the wireless network you are having trouble authenticating with. Click OK, then Apply. Exit System Prefs. Then turn Airport ON. Find the network; re-enter your password. See if that fixes things.

  • The same network and id vlan in different contex in the same ACE

    Hello,
    I want to know if I can create 2 context in an ACE with the same ID Vlans that other context and this can be in the same network, in the configuration I explain.
    Best Regards
    ++++++++Switch C6513++++++++
    svclc multiple-vlan-interfaces
    svclc module 6 vlan-group 100
    svclc module vlan-group 100 60,233
    vlan 60
    name inside
    vlan 233
    name outside
    interface vlan 233
    ip address 10.24.16.1 255.255.255.0
    no shutdown
    ++++++++Context Admin++++++++
    hostname ACE-MOD6
    ft interface vlan 350
    ip address 10.24.15.34 255.255.255.248
    peer ip address 10.24.15.33 255.255.255.248
    no shutdown
    ft peer 1
    heartbeat interval 200
    heartbeat count 20
    ft-interface vlan 350
    ft group 1
    peer 1
    priority 200
    peer priority 150
    associate-context Admin
    inservice
    context SERV1
    description SERV1
    allocate-interface vlan 60
    allocate-interface vlan 233
    context SERV2
    description SERV2
    allocate-interface vlan 60
    allocate-interface vlan 233
    ft group 2
    peer 1
    priority 200
    peer priority 150
    associate-context SERV1
    inservice
    ft group 3
    peer 1
    priority 150
    peer priority 200
    associate-context SERV2
    inservice
    ++++++Contex SERV1++++++
    interface vlan 60
    ip address 10.24.8.5 255.255.255.0
    no shutdown
    interface vlan 233
    ip address 10.24.16.5 255.255.255.0
    no shutdown
    ip route 0.0.0.0 0.0.0.0 10.24.16.1
    ++++++Contex SERV2++++++
    interface vlan 60
    ip address 10.24.8.6 255.255.255.0
    no shutdown
    interface vlan 233
    ip address 10.24.16.6 255.255.255.0
    no shutdown
    ip route 0.0.0.0 0.0.0.0 10.24.16.1

    Sharing Vlans is possible in routed mode.
    Its not possible when ACE is operating in Bridge mode.
    You need to use unique IP addresses in each context for shared vlans.
    Also make sure to use " shared-vlan-hostid " command.
    When contexts share a VLAN, the ACE assigns a different MAC address to the VLAN on each context. The MAC addresses reserved for shared VLANs are 0x001243dc6b00 to 0x001243dcaaff, inclusive. All ACE modules derive these addresses from a global pool of 16k MAC addresses. This pool is divided into 16 banks, each containing 1,024 addresses. An ACE supports only 1,024 shared VLANs, and would use only one bank of MAC addresses out of the pool.
    By default, the bank of MAC addresses that the ACE uses is randomly selected at boot time. However, if you configure two ACE modules in the same Layer 2 network and they are using shared VLANs, the ACEs may select the same address bank and use the same MAC addresses. To avoid this conflict, you need to configure the bank that the ACEs will use. "
    Above paragraph & More details at
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/command/reference/config.html#wp1447465
    Syed Iftekhar Ahmed

  • I'm in the trial period for Creative Cloud - I have about 19 days to go on Photoshop CC on my iMac.  Can I use the same CC trial on a second machine?  Specifically on a Windows 7 machine?

    I'm in the trial period for Creative Cloud - I have about 19 days to go on Photoshop CC on my iMac.  Can I use the same CC trial on a second machine?  Specifically on a Windows 7 machine?

    Nothing personal to you or Rajshee, but this is exactly why I absolutely despise these "community forums" (not just Adobe but any company).  I called the Tech Support phone line today after digging and digging for a phone number, and they told me the exact opposite, and they did it a lot faster than it was possible to get a forum response.  (That's really not personal, because you can't control that, but it's a fact.)
    Their answer: As long as I'm signed in with the same ID, I can try, say, Photoshop CC on my iMac at home and also try Acrobat Pro CC on my Windows 7 machine at work.  Same account, same login, one trial.
    This makes complete sense to me as I'm financially on the hook (potentially) for the same package.  If I give away my login to someone else, which I wouldn't do, I'm still on the hook.  This is why the cloud approach to software is such genius and I applaud it.
    BTW, 99% of the "community forum" wrong answers come on Microsoft sites, so don't feel bad. 

  • I have 2 apple ID one for Egypt and other for USA , now I try to update the software but I get a message said that this software download with other ID, then I logout and sign with second ID but i got the same message again ... Now I can not sign in more

    I have 2 apple ID one for Egypt and other for USA , now I try to update the software but I get a message said that this software download with other ID, then I logout and sign with second ID but i got the same message again ... Now I can not sign in more
    Any solution ?
    I'm using iOS 6.1.2 IPad 3
    Regards

    I have also noticed the same "problem".  I do not fully understand the impact of using the same ID on multiple computers and devices if I want to keep them all in sync.

  • If I plug a guitar into iPhone GarageBand using an interface, can I still use the built in microphone to record vocals and guitar at the same time?

    If I plug a guitar into iPhone GarageBand using an interface, can I still use the built in microphone to record vocals and guitar at the same time?

    Hi John,
    I think the only way is to get an iMic...
    http://www.bhphotovideo.com/bnh/controller/home?O=&sku=797644&is=REG&Q=&A=detail s

  • How can i use the same cursor in a loop fro multipletimes.

    I am using two cursors.One to fetch sites and the other to fetch participants under each site.I am performing some job with that participants data.Now the problem is i am using the 2nd cursor in a loop.So it fetches the data of participants falling under one state.But when it comes to the second state,as the second cursor is already open it is unable to fetch the records.Please help me .How can i use the same cursor in a loop fro multipletimes.
    I am sending the code which i have written in When-Button-Pressed-Trigger...
    declare
         sid number;
         pid number;
    cursor csid is select distinct(site_id) from cyber_ppt;
    cursor cpid is select pc_id,st_dt,ed_dt from cyber_ppt where site_id = sid;
         stdt varchar2(10);
         eddt varchar2(10);
         nom number;
         stmonth varchar2(10);
         edmonth varchar2(10);
         cjan number:=0;
         cfeb number:=0;
         cmar number:=0;
         capr number:=0;
         cmay number:=0;
         cjun number:=0;
         cjul number:=0;
         caug number:=0;
         csep number:=0;
         coct number:=0;
         cnov number:=0;
         cdec number:=0;
         i number:=1;
    begin
         open csid ;
         loop
         fetch csid into sid;
              exit when csid %notfound;
              message(sid);
         open cpid;
         loop
         fetch cpid into pid,stdt,eddt ;
         exit when cpid %notfound;
         message(sid||'-'||pid);
         stmonth:=substr(stdt,4,3);
         edmonth:=substr(eddt,4,3);
         nom:= months_between(eddt,stdt);
    while i <= round(nom)
         loop
         stmonth:=substr(stdt,4,3);
    if stmonth='JAN' then
              cjan:=cjan+1;
    elsif stmonth='FEB' then
              cfeb:=cfeb+1;
    elsif stmonth='MAR' then
              cmar:=cmar+1;
    elsif stmonth='APR' then
              capr:=capr+1;
    elsif stmonth='MAY' then
              cmay:=cmay+1;
    elsif stmonth='JUN' then
              cjun:=cjun+1;
    elsif stmonth ='JUL' then
              cjul:=cjul+1;
    elsif stmonth ='AUG' then
              caug:=caug+1;
    elsif stmonth ='SEP' then
              csep:=csep+1;
    elsif stmonth ='OCT' then
              coct:=coct+1;
    elsif stmonth ='NOV' then
              cnov:=cnov+1;
    elsif stmonth ='DEC' then
              cdec:=cdec+1;
    end if;
         stdt:=add_months(stdt,1);
         i:=i+1;
         end loop;
         end loop;
         end loop;
         end;
         

    try this /* untested */
    DECLARE
    sid           NUMBER;
    pid           NUMBER;
    CURSOR csid IS SELECT DISTINCT(site_id) FROM cyber_ppt;
    CURSOR cpid(nSid NUMBER) is SELECT pc_id,st_dt,ed_dt FROM cyber_ppt WHERE site_id = nSid;
    stdt        VARCHAR2(10);
    eddt        VARCHAR2(10);
    nom         NUMBER;
    stmonth     VARCHAR2(10);
    edmonth     VARCHAR2(10);
    cjan         NUMBER:=0;
    cfeb         NUMBER:=0;
    cmar         NUMBER:=0;
    capr         NUMBER:=0;
    cmay         NUMBER:=0;
    cjun         NUMBER:=0;
    cjul         NUMBER:=0;
    caug         NUMBER:=0;
    csep         NUMBER:=0;
    coct         NUMBER:=0;
    cnov         NUMBER:=0;
    cdec         NUMBER:=0;
    i            NUMBER:=1;
    BEGIN
    FOR rec IN csid
    LOOP
                      sid := rec.csid;
    FOR cRec IN cpid(sid)
    LOOP
                     pid := cRec.pc_id;
                     stdt := cRec.st_dt;
                     eddt := cRec.ed_dt;
    stmonth:=  SUBSTR(stdt,4,3);
    edmonth:= SUBSTR(eddt,4,3);
    nom:= months_between(eddt,stdt);
    WHILE i <= round(nom)
    LOOP
              stmonth := SUBSTR(stdt,4,3);
    IF stmonth='JAN'
    THEN
             cjan:=cjan+1;
    ELSIF stmonth='FEB' THEN
             cfeb:=cfeb+1;
    ELSIF stmonth='MAR' THEN
              cmar:=cmar+1;
    ELSIF stmonth='APR' THEN
              capr:=capr+1;
    ELSIF stmonth='MAY' THEN
              cmay:=cmay+1;
    ELSIF stmonth='JUN' THEN
              cjun:=cjun+1;
    ELSIF stmonth ='JUL' THEN
              cjul:=cjul+1;
    ELSIF stmonth ='AUG' THEN
              caug:=caug+1;
    ELSIF stmonth ='SEP' THEN
              csep:=csep+1;
    ELSIF stmonth ='OCT' THEN
              coct:=coct+1;
    ELSIF stmonth ='NOV' THEN
              cnov:=cnov+1;
    ELSIF stmonth ='DEC' THEN
              cdec:=cdec+1;
    END IF;
             stdt:=add_months(stdt,1);
             i:=i+1;
    END LOOP;
    END LOOP;
    END LOOP;
    END;

  • Using ports of the same network interface

    Hi,
    I'm an Oracle DBA.
    I will perform 2 installations of Oracle Management Agent on a Solaris server with the following config:
    SunOS 5.10
    Interface IP Address Hostname
    ce6 address0     hostname0     
    ce6:1 address1     hostname1
    ce6:2 address2     hostname2
    The first installation will be done on <hostname1>.
    The second one will be done on <hostname2>.
    Each agent will use a port that defaults to 3872.
    Can I use the same port 3872 for both installations?
    Thanks and regards,
    Giuseppe Centioli

    Hi Darren.
    netstat -an | grep 1831
    <hostname1>.1831 <hostnameX>.1399 63980 0
    50400 0 ESTABLISHED
    *.1831 *.* 0 0
    49152 0 LISTEN
    Okay, that's incorrect. You'll see that the process is listening on *.1831. In other words, it's listening on all network addresses. That was the specific point I was making earlier. It must not do that. The listener must bind only to the network address chosen.
    When it's set up right, you should see a specific address on the LISTEN line, not a *.
    The error is an Oracle related error telling
    that another LISTENER
    has been started with port 1831.Yes, that's the case here. The listener is not binding to the correct address in your configuration. I am not an Oracle DBA, and I can't tell you what the correct syntax is.
    Hmm. Okay, here's some stuff from google. Do you have a hostname specified in your listener.ora file?
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    Like that?
    Darren

  • Use of the second interface

    Hi,
    I just configured the first interface of my C150 ESA with ip address, default gateway,listener, RAT and SMTP routes. I want my IronPort to handle mail for another domain with a totally independant netwotk (subnet and mail servers...). Can I configure the second interface the same way I configured the first one (obviously with all the good settings...;-)) ? Does it work? Is there no problem of IP or SMTP routing ?
    To be short, I want to do two "one interface configuration" scheme with my ESA (which has two physical interfaces) and not a "two interfaces configuration" scheme
    Thanks,
    Vincent

    Vincent - should be ok to do this. You have two options to do this:
    1. Use the 2nd NIC port and assign IP.
    2. Use the virtual gateway feature to get this 2nd IP address onto the network and then create a new listener on the virtual interface..this is much simpler and less work.
    Use the interfaceconfig CLI command or in the GUI to do this. Bind the new interface with it's unique DMZ ip onto the same network card as used for the previous interface (data 1 i assume).
    Option 2 is much easier
    :wink:

  • When i type in my correct password on the login screen and press enter it just goes to a blue screen for a few seconds then goes back to the same login screen again, please i need help?

    When i type in my correct password on the login screen and press enter it just goes to a blue screen for a few seconds then goes back to the same login screen again, please i need help?

    You can take some of the steps here, #4, #5 or even trying a #18
    Step by Step to fix your Mac
    but I suspect your going to first have to create a data recovery drive
    Create a data recovery, undelete boot drive
    to get your data off the machine,
    then do a #20 to eliminate the bad sectors as that's why your getting the "pinwheel" it's getting a delay reading from the drive, right when your trying to log in too, what a bad spot for it to happen.
    Step by Step to fix your Mac

Maybe you are looking for

  • Will apple still replace my iphone 4 if it has been opened?

    I got my iphone last august and it worked fine until my lock button broke. My phone was covered under warranty so apple replaced it. Lo and behold, my lock button broke once again this past week. I went to a verizon store to see if they could replace

  • Help in writing the query

    Hi All, I have a table with below structure & Data. {code} CREATE TABLE SAMPLE (PARENT VARCHAR2(100), CHANGE VARCHAR2(100), FLAG   VARCHAR2(10), CHILD  VARCHAR2(100)) {code} {code} insert into sample values('5762','7219','A','5965'); insert into samp

  • Itunes won't display cover art correctly

    When I view my music in the album list, the cover art for songs will show up very sporadically, despite displaying fine in the grid and cover flow formats. They also show up when I select "Get Info" as part of the information and in the cover section

  • Custom JSF StateManager

    Hi Is there any commercial Database StateManager that store the views and views state in the database instead of session or detailed tutorial for creating custom StateManager any help will be appreciated Thanks you and have a good day. Tarek Helmy

  • Swatch box will not show up!

    My swatches are nowhere to be found. I keep checking/unchecking the 'swatches' in the window drop down menu and they don't show up. I've already tried restarting the program as well as shutting down the computer multiple times to no avail. Can anyone