About n7k naming

hello , i got some questions on cisco n7k modules about naming
is there any documents about the naming method ?
for example,N7K-F248XT-25E= , what's the meaning of 25 and = ?
thank you

Hi,
The = (equals) at the end of any Cisco part number indicates that the part can be ordered as a spare part i.e., it doesn't have to be part of a factory built system. From a technical perspective, the N7K-F248XT-25 and N7K-F248XT-25= are exactly the same.
The 25 at the end of the ID for this particular module indicates that it is a Fabric 2 based module, and that five Fabric Modules are required for the device to operate at full line rate. I mentioned how the I/O module names can be interpreted in the forum post Bandwidth distribution in Nexus 7009 Fabric-2 module, but included here also:
The I/O module name is essentially comprised of a number of fields in the format N7K-ABCCDE-FG, where:
A = I/O module family e.g., M or F
B = generation of the module e.g., either 1, 2 or 3
CC = number of ports on the module e.g., 2, 6, 8, 24, 32 or 48
D = port speed e.g., G=10/100/1000, X=10G, F=40G or C=100G
E = connector type e.g., T=RJ45, S=SFP, 2=X2, P=SFP+, Q=QSFP or F=CFP
F = the Fabric ASIC version of the I/O module e.g., either 1 or 2
G = the number of Fabric modules required for full line rate I/O
Regards

Similar Messages

  • Question about CEP Naming Conventions and or Standards

    Hello,
    CEP is new to the organization that I am working with. I have been asked to draft a few standards around CEP to help promote standardization and proper reuse of CEP artifacts. Can anyone share with me examples of CEP artifacts with a naming convention or their experiences with naming conventions around CEP in general. This is a living standards document for us. We plan on using CEP heavily going forward. Your experiences will help us start off on the right foot.
    Thanks in advance,
    JJE
    Spelling Edited by: JJ.Everett on Sep 7, 2010 11:16 PM

    Hi,
    Oracle CEP supports reuse of components in several ways. For example, you can design your application as a set of modules that can be deployed independently (different teams can develop each module). Modules can register services, such as an event source or event consumer, and these services can be used by other modules. So, it's possible to plug modules developed by different teams of developers together and reuse them in different applications or environments. A component instance registers itself as a service when its advertise attribute is set to true in the Spring application context that defines a module.
    A component implementation can also register a factory as a service that allows instances of the component to be created by other modules. Section 13.1.5 in the CEP Developer Guide describes this. http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14301/adapters.htm#CIHBHEDA
    Hope that helps.
    Regards,
    Seth

  • Question about javax.naming.Context (JDK 1.5.0)

    Hi again
    I am migrating from JDK 1.4.2 to 1.5.0 and I have one issue with the interface javax.naming.Context:
    Th original code has something like:
    (import section)
    public class ContextImplementation implements Context {
        public ContextImplementation() {
        [some stuff]
        public NamingEnumeration<NameClassPair> list(String s) throws NamingException
            return list(((Name) (new CompositeName(s))));
        public NamingEnumeration<NameClassPair> list(Name name) throws NamingException {
            return listBindings(name); // <<----- (A)
        public NamingEnumeration<Binding> listBindings(String s) throws NamingException {
            return listBindings(((Name) (new CompositeName(s))));
        public NamingEnumeration<Binding> listBindings(Name name) throws NamingException  {
            throw new NamingException("Operation Not Supported");
    }(A)
    I got the message: Type mismatch: cannot convert from NamingEnumeration<Binding> to NamingEnumeration<NameClassPair>
    Researching over the net I found that Binding extends from NameClassPair, but I don't have much experience deailing with this new Generics
    Could anyone guide me to the right direction?
    Any help would be appreciate.

        public NamingEnumeration<NameClassPair> list(Name name) throws NamingException {
            //return listBindings(name);
             return listBindingsForNameClassPair(name);
        // I wrote another one
        public NamingEnumeration<NameClassPair> listBindingsForNameClassPair(Name name) throws NamingException  {
            throw new NamingException("Operation Not Supported");
        }What do you think?

  • Confusion about object naming

    i have 3 jsp files, b1.jsp, b2.jsp, b3.jsp which are similar files (all with similar contents, except that b1.jsp has a form while the other 2 don't), all using the same class (Bean2.java), with id="bea". when b1.jsp is run and i refresh the page, a certain attribute of the bea object is changed (i think due to the form) such that the result displayed is different.
    i believe it has to do with my form. but why is it that when i run b2.jsp and b3.jsp, that same attribute is also changed? is it cos i give the same name to the object of Bean2 class?
    hope u all know what i sam saying.

    hope to make myself clearer. b1.jsp is changed cos it has the form. but i din't know y b2.jsp n b3.jsp also has that particular attr changed

  • Defined Named Ranges Not Showing in Publish Options

    Greetings,
    First off I have:
    - 1 workbook with:
      - 10 worksheets with data transpoosed in different manners
      - 7 worksheets with charts and named ranges for each worksheet
    The 5 chart worksheets have charts based on data directly from the 5 data worksheets. Each chart worksheet contains about 5 uniques charts.
    There are separate named ranges defined within each chart worksheet that should encompass each of the different groups of charts on their respective worksheet. The probem I am having is that of the 7 named ranges I have defined only 4 of them show in the
    Publish Options when I try to Save & Send the workbook tyo SharePoint. There isn't anything special about the 4 named ranges that show nor is there anything special about the named ranges that don't show.  I have tried many different things to
    get the named ranges to appear but they won't. I can publish all of the graphs withing the named ranges individually but that's not an ideal way to maintain them going forward. Any ideas on where to look to see why the named ranges are being excluded?
    TIA,
    MP
    I have been able to define named ranges for
    I am having an isssue where I hav

    Today, I tried it again and now I could see the Name range under Browser View Options list, this is my step as below:
    1. Type the value in Cell A1 to B4. (Same as the screenshot as the last reply)
    2. Directly type Test in Name Box.
    3. Go to File > Info > Browser View options > Items in the Workbook.
    Now the Name is appearing.
    But when we define a name to a blank range, we would not see the Name in the Browser View options anymore. Try in your site.
    By the way, My using version is Office 36 ProPlus, version 15.0.4551.1005.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • How do I restore original file naming on an import

    Through a process of idiocy and confusion, I've ended up with TWO creation dates on my files, e.g. 20140112-20140112-Johnny at the beach.  I tried the step back, step back, step back system, or "undo, undo" but that didn't succeed.  I've tried creating a new catalogue to re-import the photos from iPhoto, but I've mislaid the File Renaming Panel that my Lightroom tutor's handout mentions as being on the right-hand side of the screen.  I can only see Histogram and Keyword list. 
    When I try and rename the files individually, I don't get an option to merely remove one of the 201401112 key strings, I get a series of checkboxes. 
    I know I've done wrong, but I want to undo it and not make it worse.  I'm scared that if I restore original settings, I'll delete all of my images - all 1400+ of them!
    Anyone who can give a solution gets a lovely cake.

    I suggest you stop Re-Naming your images on import and place them in folders by the date they were shot. Lightroom can do that for you on import from card or camera or you can do it yourself manually before you import them into LR. You could also put the Sub-folders by date in a top level folder by year or just in one folder named whatever you like.
    Not sure why people Re-Name their images when copying them from the card/camera to their hard drive. To me that makes no sense at all. If I have images that I want to separate from others I will manually re-name them and or assign a keyword or rating to them. You can also have collections of images by subject, location, date or whatever you like and those collections can be from any folder imported into LR.
    The only time I would even think about re-naming images on import, and or copying to my hard drive, is if I have 2 identical cameras. Which I have in the past. But even then I changed the file naming in the camera having one cameras files start with 1 and the other start with 2

  • Named Parameters in Queries - the spec vs the Java EE 5 Tutorial

    Hi,
    I've been studying the topic about the named parameters in JPA and found one inconsistency between the spec and the Java EE 5 Tutorial. Could anyone lend me a helping hand understanding it?
    The Java Persistence API spec (ejb-3_0-fr-spec-persistence.pdf) 3.6.3 "Named Parameters" at page 69 reads:
    The use of named parameters applies to the Java Persistence query language, and is not defined for native queries.
    whereas the Java EE 5 Tutorial in the section Named Parameters in Queries (http://java.sun.com/javaee/5/docs/tutorial/doc/PersistenceIntro3.html#wp81563) of The EntityManager reads:
    Named parameters are case-sensitive, and may be used by both dynamic and static queries.
    I think that the reality is that every JPA provider supports named parameters in dynamic and static queries, but it's not fully supported by the spec (yet not forbidden).
    Jacek
    Jacek Laskowski
    http://www.jaceklaskowski.pl

    Hi Jacek,
    These are not conflicting statements. Named parameters apply to the Java Persistence
    Query language only, not to native queries. There are two ways to specifiy
    Java Persistence Query Language queries : dynamically and statically. You can
    either pre-define the query string using @NamedQuery
    static :
    @NamedQuery(name="findPersonByName",
    query="SELECT OBJECT(p) FROM Person p WHERE p.name LIKE :pName")
    OR, pass the query string in at runtime using EntityManger.createQuery
    dynamic :
    em.createQuery("SELECT OBJECT(p) FROM Person p WHERE p.name LIKE :pName")
    The dynamic approach allows you to construct portions of the query string at runtime.
    My example doesn't do that but the point is that use of the createQuery()
    API is considered the dynamic approach.
    The crux of the Java EE 5 Tutorial statement you referenced is that named parameters apply to
    both the static and dynamic use of Java Persistence Query Language queries.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Time to get links up in vPC N7K

    Hello,
    I have 2 vPCs between a 6509 connected and 2 different N7K 7010 (running 5.1.2), called vPC 100 and 101 on ports e10/26 and e10/27 on each N7K.
    Consistencies are ok on both sides, my question is what happens if I reboot teh 6509 based on the messages I capture here below from one of teh 2 N7K, named DS1?
    1) if thre is no SPT configured (all ports are on FWD), why the N7K switch has to go Blocking --> Learning --> Farwarding and taking 30 secs all together?
    2) what is this message? I couldnt find it in the MESGs documentation guide.
    2010 Aug 17 01:42:54.564752 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=76)
    3) why does it show:
    ERROR: No spanning tree information available for Ethernet10/26
    when you do sh spanning tree interface? I know its because thre is vPC but Its a bit confusing to read ERROR? dont u think so?
    Thanks,
    Giulio.
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    DS1# 2010 Aug 17 01:42:54.369 DS1 %$ VDC-1 %$ %VPC-6-PEER_VPC_CFGD_VLANS_CHANGED: Peer vPC 101 configured vlans changed
    2010 Aug 17 01:42:54.369 DS1 %$ VDC-1 %$ %VPC-6-INTF_CONSISTENCY_SUCCESS: In domain 1, vPC 101 configuration is consistent
    2010 Aug 17 01:42:54.393 DS1 %$ VDC-1 %$ %VPC-6-VPC_UP: vPC 101 is up
    2010 Aug 17 01:42:54.445 DS1 %$ VDC-1 %$ %ETH_PORT_CHANNEL-5-PORT_UP: port-channel101: Ethernet10/27 is up
    2010 Aug 17 01:42:54.470 DS1 %$ VDC-1 %$ %ETH_PORT_CHANNEL-5-FOP_CHANGED: port-channel101: first operational port changed from none to Ethernet10/27
    2010 Aug 17 01:42:54.486 DS1 %$ VDC-1 %$ %ETHPORT-5-IF_UP: Interface Ethernet10/27 is up in mode trunk
    2010 Aug 17 01:42:54.552 DS1 %$ VDC-1 %$ %STP-6-PORT_ADDED: Interface port-channel101, added to VLAN0109 with role unknown, state disabled, cost 1, priority 128, link-type P2p
    2010 Aug 17 01:42:54.552 DS1 %$ VDC-1 %$ %STP-6-PORT_ROLE: Port port-channel101 instance VLAN0109 role changed to designated
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_ADDED: Interface port-channel101, added to VLAN0110 with role unknown, state disabled, cost 1, priority 128, link-type P2p
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_ROLE: Port port-channel101 instance VLAN0110 role changed to designated
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_ADDED: Interface port-channel101, added to VLAN0401 with role unknown, state disabled, cost 1, priority 128, link-type P2p
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_ROLE: Port port-channel101 instance VLAN0401 role changed to designated
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0109 moving from disabled to blocking
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0110 moving from disabled to blocking
    2010 Aug 17 01:42:54.553 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0401 moving from disabled to blocking
    2010 Aug 17 01:42:54.553105 stp: vb_vlan_shim_set_vlans_multi_port_state[2990]: (rc=40dd0003) failed to send pvlan port statechange notification!
    2010 Aug 17 01:42:54.555 DS1 %$ VDC-1 %$ %ETHPORT-5-IF_UP: Interface port-channel101 is up in mode trunk
    2010 Aug 17 01:42:54.564752 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=76)
    2010 Aug 17 01:42:54.689 DS1 %$ VDC-1 %$ %VPC-6-PEER_VPC_CFGD_VLANS_CHANGED: Peer vPC 100 configured vlans changed
    2010 Aug 17 01:42:54.690 DS1 %$ VDC-1 %$ %VPC-6-INTF_CONSISTENCY_SUCCESS: In domain 1, vPC 100 configuration is consistent
    2010 Aug 17 01:42:54.700 DS1 %$ VDC-1 %$ %VPC-6-VPC_UP: vPC 100 is up
    2010 Aug 17 01:42:54.738 DS1 %$ VDC-1 %$ %ETH_PORT_CHANNEL-5-PORT_UP: port-channel100: Ethernet10/26 is up
    2010 Aug 17 01:42:54.759 DS1 %$ VDC-1 %$ %ETH_PORT_CHANNEL-5-FOP_CHANGED: port-channel100: first operational port changed from none to Ethernet10/26
    2010 Aug 17 01:42:54.771 DS1 %$ VDC-1 %$ %ETHPORT-5-IF_UP: Interface Ethernet10/26 is up in mode trunk
    2010 Aug 17 01:42:54.829 DS1 %$ VDC-1 %$ %STP-6-PORT_ADDED: Interface port-channel100, added to VLAN0202 with role unknown, state disabled, cost 1, priority 128, link-type P2p
    2010 Aug 17 01:42:54.829 DS1 %$ VDC-1 %$ %STP-6-PORT_ROLE: Port port-channel100 instance VLAN0202 role changed to designated
    2010 Aug 17 01:42:54.829 DS1 %$ VDC-1 %$ %STP-6-PORT_ADDED: Interface port-channel100, added to VLAN0402 with role unknown, state disabled, cost 1, priority 128, link-type P2p
    2010 Aug 17 01:42:54.829 DS1 %$ VDC-1 %$ %STP-6-PORT_ROLE: Port port-channel100 instance VLAN0402 role changed to designated
    2010 Aug 17 01:42:54.829 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel100 instance VLAN0202 moving from disabled to blocking
    2010 Aug 17 01:42:54.829 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel100 instance VLAN0402 moving from disabled to blocking
    2010 Aug 17 01:42:54.829120 stp: vb_vlan_shim_set_vlans_multi_port_state[2990]: (rc=40dd0003) failed to send pvlan port statechange notification!
    2010 Aug 17 01:42:54.831 DS1 %$ VDC-1 %$ %ETHPORT-5-IF_UP: Interface port-channel100 is up in mode trunk
    2010 Aug 17 01:42:54.839780 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=76)
    2010 Aug 17 01:43:00.625 DS1 %$ VDC-1 %$ %CDP-6-NEIGHBOR_ADDED: Device SAS1 discovered of type cisco WS-C6509 with port TenGigabitEthernet5/4 on incoming port Ethernet10/26 with ip addr <no IP Addr Received> and mgmt ip <no MGMT IP Addr Received>
    2010 Aug 17 01:43:00.625 DS1 %$ VDC-1 %$ %CDP-6-NEIGHBOR_ADDED: Device SAS1 discovered of type cisco WS-C6509 with port TenGigabitEthernet5/5 on incoming port Ethernet10/27 with ip addr <no IP Addr Received> and mgmt ip <no MGMT IP Addr Received>
    2010 Aug 17 01:43:09.370 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0109 moving from blocking to learning
    2010 Aug 17 01:43:09.370239 stp: vb_vlan_shim_set_vlans_multi_port_state[2990]: (rc=40dd0003) failed to send pvlan port statechange notification!
    2010 Aug 17 01:43:09.379 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0110 moving from blocking to learning
    2010 Aug 17 01:43:09.379 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0401 moving from blocking to learning
    2010 Aug 17 01:43:09.379163 stp: vb_vlan_shim_set_vlans_multi_port_state[2990]: (rc=40dd0003) failed to send pvlan port statechange notification!
    2010 Aug 17 01:43:09.619 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel100 instance VLAN0202 moving from blocking to learning
    2010 Aug 17 01:43:09.618813 stp: vb_vlan_shim_set_vlans_multi_port_state[2990]: (rc=40dd0003) failed to send pvlan port statechange notification!
    2010 Aug 17 01:43:09.625 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel100 instance VLAN0402 moving from blocking to learning
    2010 Aug 17 01:43:09.625444 stp: vb_vlan_shim_set_vlans_multi_port_state[2990]: (rc=40dd0003) failed to send pvlan port statechange notification!
    DS1#
    DS1# 2010 Aug 17 01:43:24.368 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0109 moving from learning to forwarding
    2010 Aug 17 01:43:24.378 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0110 moving from learning to forwarding
    2010 Aug 17 01:43:24.378 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel101 instance VLAN0401 moving from learning to forwarding
    2010 Aug 17 01:43:24.618 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel100 instance VLAN0202 moving from learning to forwarding
    2010 Aug 17 01:43:24.637 DS1 %$ VDC-1 %$ %STP-6-PORT_STATE: Port port-channel100 instance VLAN0402 moving from learning to forwarding
    2010 Aug 17 01:45:11.260 DS1 %$ VDC-1 %$ %VPC-6-PEER_VPC_CFGD_VLANS_CHANGED: Peer vPC 100 configured vlans changed
    2010 Aug 17 01:45:11.260 DS1 %$ VDC-1 %$ %VPC-6-INTF_CONSISTENCY_SUCCESS: In domain 1, vPC 100 configuration is consistent
    2010 Aug 17 01:45:11.266 DS1 %$ VDC-1 %$ %VPC-6-PEER_VPC_CFGD_VLANS_CHANGED: Peer vPC 100 configured vlans changed
    2010 Aug 17 01:45:11.268 DS1 %$ VDC-1 %$ %VPC-6-INTF_CONSISTENCY_SUCCESS: In domain 1, vPC 100 configuration is consistent
    2010 Aug 17 01:45:11.422917 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=52)
    2010 Aug 17 01:45:11.431359 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=76)
    2010 Aug 17 01:45:11.620 DS1 %$ VDC-1 %$ %VPC-6-PEER_VPC_CFGD_VLANS_CHANGED: Peer vPC 101 configured vlans changed
    2010 Aug 17 01:45:11.620 DS1 %$ VDC-1 %$ %VPC-6-INTF_CONSISTENCY_SUCCESS: In domain 1, vPC 101 configuration is consistent
    2010 Aug 17 01:45:11.621 DS1 %$ VDC-1 %$ %VPC-6-PEER_VPC_CFGD_VLANS_CHANGED: Peer vPC 101 configured vlans changed
    2010 Aug 17 01:45:11.623 DS1 %$ VDC-1 %$ %VPC-6-INTF_CONSISTENCY_SUCCESS: In domain 1, vPC 101 configuration is consistent
    2010 Aug 17 01:45:11.753620 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=40)
    2010 Aug 17 01:45:11.761546 stp: stp_mcs_process_sps_msg(1175): Failed (rc=0x40dd002d, No ports to aggregate set port state) SPS (Len=76)

    Matthew Woods wrote:
    Thanks for the testing and tips Pondini. Sounds like everything will work, so I just ordered my copy of Snow Leopard.
    You'll love it!
    Your idea of excluding the the opposite boot partition from each other's time machine settings is a good one. I plan to keep most of my work files on a separate internal drive anyway (that will be included in the TM backup under either OS), so the boot partition not currently being used shouldn't change when I'm in the other OS.
    Ah, in that case, don't partition the TM drive (otherwise you'll have two separate backups of the work drive). And it won't much matter whether you exclude the "other" boot volumes or not; if nothing changes, there won't be anything to back up.
    There are a couple other changes in Time Machine for Snow Leopard, that you might notice:
    Disk full option, messages, and handling. In TM Preferences > Options, the +Warn before old backups are deleted+ is worded +Notify after old backups are deleted+ in Snow Leopard. If the disk gets full under Leopard, the backup will fail with a message. On Snow Leopard, the oldest backup(s) will be deleted, then a message will be sent. See #C4 in Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum).
    The "Preparing" phase at the beginning of a backup is now called "Calculating Changes," and (effective with 10.6.3) you'll see "Scanning nnn items" messages when TM does a "deep traversal," and "Preparing nnn items" messages" on the TM Preferences panel and when you click the TM icon in your menubar, before actual copying gets started.

  • Strong named DLL cannot be detected in Protect Mode of Reader X

    Hi, all
    I have a DLL created by C# 2.0. I used it as COM object in my plug-in of reader to communicate with 3rd-party application which is used as a host.
    Now, I have issue about "strong named DLL cannot be detected in Protect Mode of Reader X".
    If I don't make it as strong named DLL, it can be loaded in plug-in with help of white-list.
    But there will be a "Class not registered" COM error thrown if it's a strong named DLL.
    How to solve this issue? Thanks very much~
    By the way, it works fine if I disable Protect Mode. But it's not good solution to disable Protect Mode always. I am painful of this issue

    Hi,
    I'm facing the same problem.
    I wrote an very easy report. It works as intended, but when i set fillable='X' i get the error FPRUNX 001.
    FP_GET_LAST_ADS_TRACE return following:
    Begin operation:
    Render, elapsed time = 16 ms.
    #   End operation: Render, elapsed time = 89 ms.
    #   Begin operation: UsageRights, elapsed time = 89 ms.
    #   End operation: UsageRights, elapsed time = 97 ms.#
    ...and the error string of FP_GET_LAST_ADS_ERRSTR is:
    ADS: Request start time: Wed Jul 01 14:44:26 CEST 2009(200.101).
    Any idea what the problem might be?

  • Data file naming convention!

    Hi,
    My question might be silly but I am not sure about the naming convention of my control/log/dbf file. I am oracle 11g and asm is configured with OMF enabled. When I checked the filename, I am getting filename with some numbers. What is that number refers to.
    ASMCMD> ls
    EXAMPLE.265.790927371
    ONKAR.267.791219239
    SYSAUX.257.790927221
    SYSTEM.256.790927219
    UNDOTBS1.258.790927221
    USERS.259.790927223
    ASMCMD> Could anyone please tell me what these numbers represents? I tried google but did not got any reasonable answers.
    -Onkar

    sybrand_b wrote:
    I just searched the documentation on your behalf (as you know, the documentation is that what most people here refuse to read and avoid at all cost)
    and came up with http://docs.oracle.com/cd/E11882_01/server.112/e25494/omf003.htm#ADMIN11492
    by simply typing 'Oracle Managed Files' in the search bar.
    I think ASM naming is different from OMF. The default OMF % formats are not used with the fully qualified name. its an ASM system generated dotted pair in the format
    +diskgroup/dbname/filetype/filetypetag.file.incarnation
    http://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfiles.htm#i1010333
    EDIT: cross post with previous poster. same info.
    Edited by: deebee_eh on Aug 13, 2012 11:22 AM

  • Newbie asking about a DeploymentException

    Thank you for reading my question.
    First I apologize as a newbie if this is a common question. Despite my still-limited vocabulary, I have tried to search this forum by the keywords in the exceptions I am getting, but it didn't get me anywhere.
    I have J2EE 1.3.1 and jboss-3.2.1_tomcat-4.1.24. I have successfully compiled, deployed, and run most of the tutorials of the O'Reilly workbook for JBoss (http://www.oreilly.com/catalog/entjbeans3/workbooks/) and am now trying to branch out on my own a bit but not getting far.
    I have simplified so much that I am now only trying to run a copy of the oreilly's first tutorial's CabinBean and its client, except I have renamed CabinBean to ThingBean. (With all source and xml files are changed accordingly).
    When I try to run my client program, the line
    Object ref = jndiContext.lookup("ThingHomeRemote");gives a "javax.naming.NameNotFoundException: ThingHomeRemote not bound".
    After looking into this further, I find that when I (re)deploy my jar or when I restart the jboss process (pieces of the console output is included below my message), it complains about something named "test/TestEntity" in a jarfile named ejb-test.jar, neither of which I know anything about. (My bean is named Thing and is in thing.jar along with its ejb-jar.xml and jboss.xml.)
    Does anyone know what this ejb-test.jar is? Is ejb-test.jar supposed to be there? Is it keeping my Thing bean from deploying, or does it sound like my Thing bean has problems of its own?
    Thanks for any insight,
    /Mel
    Here is copied from the jboss console during a restart (I have replaced parts with "<<myjbossdir>>" which makes it somewhat shorter):
    13:35:48,812 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@a624f2ea{ url=file:/<<myjbossdir>>/server/default/deploy/ejb-test.jar, deployedLastModified=0 }
    org.jboss.deployment.DeploymentException: Error in ejb-jar.xml for Entity Bean test/TestEntity: The ejb-name for a CMP2.x Entity must be a valid Java Identifier
    And a little later it has this snippet:
    Incompletely deployed packages:
    [org.jboss.deployment.DeploymentInfo@a624f2ea { url=file:/<<myjbossdir>>/server/default/deploy/ejb-test.jar }
    deployer: org.jboss.ejb.EJBDeployer@1dfc8a0
    status: Deployment FAILED reason: Error in ejb-jar.xml for Entity Bean test/TestEntity: The ejb-name for a CMP2.x Entity must be a valid Java Identifier
    state: FAILED
    watch: file:/<<myjbossdir>>/server/default/deploy/ejb-test.jar
    lastDeployed: 1057080948546
    lastModified: 1057080948468
    mbeans:
    , org.jboss.deployment.DeploymentInfo@36e9e356 { url=file:/<<myjbossdir>>/server/default/deploy/thing.jar }
    deployer: null
    status: null
    state: INIT_WAITING_DEPLOYER
    watch: file:/<<myjbossdir>>/server/default/deploy/thing.jar
    lastDeployed: 1057080948937
    lastModified: 1057080948921
    mbeans:

    It works, just following the simple first sample provided by O'Reilly. The home lookup lines are Context jndiContext = new InitialContext();  // props from a jndi.properties file
    Object ref = jndiContext.lookup("ThingHomeRemote");
    ThingHomeRemote home = (ThingHomeRemote)PortableRemoteObject.narrow(ref,ThingHomeRemote.class);   and the ejb-jar.xml contains
    <ejb-jar>
    <enterprise-beans>
       <entity>
          <ejb-name>ThingEJB</ejb-name>
          <home>mybeanpackage.ThingHomeRemote</home>
          <remote>mybeanpackage.ThingRemote</remote>
          <ejb-class>mybeanpackage.ThingBean</ejb-class>
    ...I haven't gotten very far yet (obviously), but does JBoss maybe use the classname automatically as the lookup string?

  • MDM-Naming Standards

    Hi all,
    I am intend to work with a new client through my my company.
    My client dont know about the Naming standards used for MDM.
    So i have built a Naming standards . for example if i am creating a new workflow,port,sub table etc,, i dont know what name should i suggest.
    And also i want to know the bussiness process between client & company.
    For example. creating new requests.
    Wiating for valuable reply.
    Thanks
    Vijay

    Hi Vijay,
    There is no such predefined Nmaing standard in MDM but there are some recommended ways of writing names for ports and remotes sytems as used by the standard business packages:
    Remote system:
    MDM
    MDC R/3
    Business warehouse
    Business One
    Port:
    MDC R/3_Inbound
    MDC R/3_OUtbound
    Roles:
    Business exprt
    Data Custodian
    Distributor
    Master data expert
    OCI Subscriber
    Users:
    Expert
    Administrator
    Hope It Helped,
    Thanks & Regards
    Simona Pinto

  • Role Naming convention

    Good Morning All..!
    I have a brand new sand box SCM, I am creating new roles on the system..
    The roles should meet the Global naming standards, team want to go with location, system and org. unit in the naming convention..
    I came up with
    Eg:
    ZM_US_SCM_0101AB_XXXX_ALL (Business role)
    Description of above example:
    M= Role type..like configure/x, composite/c......
    US= location
    SCM=system
    0101AB=company and dep code
    xxxx= role description
    I wonder how to customize the naming convention for Basis, Helpdesk, security, abap and configuration
    Am I complicating the role name?
    Team want location code in the naming, so please suggest how should I go about it......?
    Thanks in advance..!

    Hi Anil,
    I'm sure it is important to you, but please don't forget that a good number of posters on this board are based in Europe and the time you posted is end of working day for those on the mainland.
    There are always many ways to do naming conventions and there is no right answer.
    First of all, you talk about "global naming convention" - are there other non-SRM implementations that have roles created?  If so, what is their naming convention?  It may be worth using whatever they are using so as to retain consistency across environments.
    What you want from your naming convention is the ability to search easily and to identify the purpose of roles. 
    Your naming convention contains a load of useful data but depending on how you use it, you may want to move some of the elements around
    First of all, they don't have to start with Z.  Avoid S but the rest is fair game, though Z is very safe.
    Role Type: Stick to the technical type of the role here, don't mix composite and config for example.  Composite, derived, parent etc make sense if you need the info.
    Location: Is this more important that the system? if you search on US roles then maybe not, your call.
    System: as above
    Company and dep code:  Usually I prefer this later on.  This is because I typically search on type of role, func area, variant/description and then company or org unit.  Again it is your call and nothing wrong with your suggestion.
    Role description: Personally I prefer to use a numerical system here.  The reason for this is that role descriptions change and transactions in a role change.  By sticking to numbers then I find that when these things are changed, you don't have to worry so much about the role no longer matching the description.
    depending on the build requirements, I find something like the following is reasonably flexible
    ZS_R3_UK_<process area>_<role number>_<org unit>
    where <process area> could be fi, ap, security, basis etc
    <role number> is an arbitrary number e.g. 00001 - 99999
    <org unit> plant/comp code etc - whatever the role is derived to etc
    hope that helps

  • Named User Events? - NOT using labels

    Why do user events require the event name be pulled from the label of the item wired to the create user event VI? I am looking to use user events which the name of the event may be wired separately to the create user event and register for event VIs.
    If I have a data store with 1000 variant items in it. I want to create an "on change" event for each item in the data store. All of the items have the same data type.. a variant or some cluster of info.. and a different name. Other tasks can then watch for a specifc item to change by registering for an event with the same name and type. However, I certainly do not want to waste my time creating 1000 constants of the same type just to wire it to the create user event VI. (The actual names in this application may be built at runtime) I also do not want the tasks to have to watch for a common event that triggers whenever any item in the data store changes and then have to filter out what is relevant to the task. (this wastes resources)
    Why can't the user event and register for event functions just use the type of the data and let the name be passed in separately like queues do??
    Can NI provide me a simple patch to do this?

    "is using only one event ok for you? You can generate this event everytime you write data into your buffer. If your event is of the type string, the you can send whatever data you need with the event (name, value, ...)."
    This works, but I'm concerned about the performance hit / scalability of waking up every single task for no reason whenever anything changes just to realize it's of no interest and go back to sleep. Lets say there are 25 tasks. Each task is registered for one of 1000 items. Higher rate data may be changing which none of the tasks are interested in... Not very efficient to have one common event. 
    "rather than pounding on an event structure to change it's shape, how about using "named queues"?
     Instead of the event in a loop you check the queue in a loop and if there is something there handle it like it was the event. You can set it up to either do it witha zero timeout (polling) or the loop can sit at the "Dequeue" until something is pusshed to the queue."
    The current implementation is named queues. Yes this works, But what am I doing.... Using a queue to implement an event........ (why should I have to do this?) If you call a generate event and nobody is registered, nobody cares. You have to add logic to determine if you want to put an item on a queue in case nobody is listening so that you don't build up the queue..
    "The type def is created as a constant via right-click menu on the wire coming from Create User Event. Just the label changed."
    This is an interesting trick.. However, it still requires me to create a constant with x unique names. I guess I will have to do some testing to see if the events created in a loop are unique, but have the same name, or are truly the same event with unpredictabel results for creating many with the same name. (unless someone already knows the answer) ... If they are truly unique, but have the same name, I could use this for tasks that register for only a few items... Still rather cumbersome for tasks that need to register for many.

  • Oracle Naming conventions

    Hi everyone,
    I wanted to ask you about Oracle Naming Conventions. I've found a lot of stuff on the internet. Here's a short summary of what I've discovered so far...
    These are absolute:
    1- All names should be between 1 & 30 characters (database names accept 8 characters max)
    2- Names can not be duplicated in the same namespace
    indexes, constraints... are in one "schema" namespace
    tables views... are in another "schema" namespace
    3- Only letters (lower & upper), numbers and $, # & _ are accepted in a name.
    4- Quoted identifier are case sensitive and accept all kind of characters.
    The previous rules can not be violated otherwhise the object won't be created.
    Now they are a lot of naming conventions...
    - Always use a plural names for table (USERS i.o. USER)
    - use a prefix or suffix in constraint, indexes, ...
    USERS_PK, USER_IDX...
    I want to talk about these. What are your own naming conventions?
    Thanks

    user13117585 wrote:
    Hi everyone,
    Well actually I am currently trying to make a document for my company. All the developers will need to follow the rules I'm writing.
    "It's good to be the king!"
    My problem is that, I have many databases with hundreds schemas and I want to normalize everything (no only me want that but the management too). Anyway,
    - Some people are still using only 8 letters for object names (tables, views, constraints...). Names are cryptic. I spend like an hour to understand what means DRPOLDSZ. And table columns are also limited to 8 characters (what could DELLOLCN mean??)
    - Some developers are using other conventions. A good Table example would be:
    TABLE DOSSIERS
    DOS_DOSSIER_ID
    DOS_NUMBER
    DOS_CREATION_DATE
    I hate that prefix in each column too;
    As do I. Going back to data normalization .... the prefix adds nothing.
    >
    - Some developers use other conventions
    some have table names in plural, others singular
    some don't use the _ to separate multiple words object names, some well
    some prefix table id some use postfix (id_table vs table_id)
    etc etc.
    I want to normalize all the databases to use one and only one convention; I already thought about it and wanted to know what you all have in place; how do you manage to have all your developers using the same conventions ?
    About [ http://ss64.com/ora/syntax-naming.html| http://ss64.com/ora/syntax-naming.html] (1) article, I've read it but, I don't agree with the guy on everything. He mostly uses prefix (pk_Table, idx_table, fk_table). When you give some thoughts, isn't it better to use suffix?
    Table_PK, Table_IDX, ...
    When you do a query on ALL_ or USER_OBJECTS, you can order them on OBJECT_NAME and have the name groupped together.
    I also prefer to have in the constraint name the base table and the referenced table. Instead of what the guy propose FK_TABLE_NAME, something like TABLE_NAME_REF_OTHER_TABLE_FK
    Well, you don't have to slavishly follow anyone else's document. Again, you are using those for ideas. In the end, you need to do what makes sense to you. Also realize that having A standard - almost ANY standard - is better and more important that sweating the pros-and-cons of any particular detail. Just make a decision and go with it. Get management to sign off on it as the standard.
    My question is not really a question but more a how do you handle all kind of developers and what is the best way to force them to normalize and use the same conventions...The only way to force it is to take "CREATE object" away from the developers. This is actually done in many shops. If you can't do that, then at least set yourself a task of auditing and going back to violators. If you get some recalcitrant violators, elevate it to management - who you had sign off on it.

Maybe you are looking for

  • Need help one USB Port on MacBook Pro not working

    Its been a weak now and im getting tired of my MacBook pro USB not reading anything.. It wont read/connect usb drives, IPods/IPhones/IPads, and Android phones. I have tried the PRAM and SMC resets and nothing has worked i even left my Macbook pro off

  • How to make new images available?

    Hi all, I have been asked to take a html mockup/skin and integrate it into SUN Portal server 7.2. I have not used any Java portal technology before although I am skilled in JBoss/Tomcat etc. My initial attempt is just to get the banner replaced in de

  • JMS Sender with ejb3 container managed transaction

    Hi all, I refer to the following link http://download.oracle.com/docs/cd/E11035_01/wls100/jms/trans.html#wp1035937 I found that JTA support JMS. But I dont' want to use JTA explicitly, I want to use container manage transaction. eg. inside ejb3 state

  • Using NetBeans Java ME Designer for List

    I'm using the Java ME screen Designer in NetBeans. I'd like to create a simple list from which users can select one option. I know how to write code to do it, but how do I do it through the screen designer?

  • How to remove the timeline recording status from published projects?

    Hi I am using Captivate 5 and would like to know what/where to find the settings to take the status recording bar off for my published projects. Sorry I'm not sure what to call this but It's the timeline that lets' you pause, play, fastforward, rewin