Nexus5010 Chassis Interface Inventory and typ of module

Hi Support,
All  other cisco Switch models  sh inventory commands will show the sl number  and type  of the module inserted on the switch ports   any such commands available on  Nexus5010 switch to know the  sl number and media type  .
OS Version :version 4.0(1a)N1(1)
Regards
Vineeth Mohan

Hi Abhinav ,
I have tried that frist but it  was not helpful for me .  Sh module is only giving the below out put .
Kindly share  if you have any  feedback  .
Rgeards
Vineeth

Similar Messages

  • Interface inventory and training

    Hi all
    About the interface inventory and training:
    I’m working in a SAP solution implementation, just at the preparation phase.
    We have already identified the external systems that have to be integrated with our SAP
    solution and my client would like to know which is the most suitable training,
    as general approach, he should follow to understand how interfaces work and how
    they are established between the external system and SAP.
    Could anyone give me some advice?
    Thank you
    Xavier Llurba

    Hi Abhinav ,
    I have tried that frist but it  was not helpful for me .  Sh module is only giving the below out put .
    Kindly share  if you have any  feedback  .
    Rgeards
    Vineeth

  • Names of interface tables and interface programs of oracle modules

    Hi all,
    i need urgent and accurate information about the names of interface tables and interface programs of the following oracle modules,R12, or either ther are custom made. Any accurate link refering to the desire information would be much appreciated.
    Plus i need a clear and simple definition and purpose of interface tables and interface program and by what other names are they known in industry.
    Data Object,Oracle Module
    Chart of Accounts,Oracle General Ledger
    Trial Balance,Oracle General Ledger
    Supplier Master,Oracle Payables
    Open Supplier Invoices,Oracle Payables
    Open Supplier Credit/ Debit Memos,Oracle Payables
    Open Supplier Advances,Oracle Payables
    Bank Master,Oracle Cash Management
    Customer Master,Oracle Receivable
    Asset Categories,Oracle Assets
    Asset Master,Oracle Assets
    Item Master,Oracle Inventory
    Item Categories,Oracle Inventory
    Sub Inventory and Locators,Oracle Inventory
    Item On Hand Balances,Oracle Inventory
    Item wise Per unit Cost,Oracle Inventory
    Bill of Material,Oracle Discrete Manufacturing
    Departments,Oracle Discrete Manufacturing
    Operations,Oracle Discrete Manufacturing
    Routings,Oracle Discrete Manufacturing
    Resources,Oracle Discrete Manufacturing
    Overheads,Oracle Discrete Manufacturing
    Employee Master,Approval Hierarchy
    Approval Hierarchy,Approval Hierarchy
    Open Customer Invoices,Oracle Receivables
    Open Customer Credit/ Debit Memos,Oracle Receivables
    Open Customer Advances,Oracle Receivables
    Pending Requisitions,Oracle Purchasing
    Pending Purchase Orders,Oracle Purchasing
    Open Sales Orders,Oracle Order Management
    Price List,Oracle Order Management

    Hi;
    Its metalink note you need to login metalink wiht valid CSI(customer Support Identifier) number to can se note via using note number.
    Please see:
    Oracle EBS Based and Interface tables
    Oracle EBS Based and Interface tables
    Regard
    Helios

  • Using Attachment Interface in Module and Calling other module conditionaly

    Hi Experts,
    I am currently working with a module where I need to work with attachments coming with emails.
    Can any one please help me , how can I use the different methods of this interface?
    My requirement is to read only the content type of the attachment, taking only the content of the attachment.
    we have two methods in this interface-   getContentType() and getContent() , I think this will serve the purpose.  we have another method  toString() - will this method return the content of the attachment as a  String?
    in the below code fragment-
    Message msg = (Message)inputModuleData.getPrincipalData();
    Payload payload =msg.getDocument();
    will return the main document as XMLPayload.
    can I use this
    Attachment attachment= msg.getDocument();
    and use the method as -
    String str= attachcment.toString(); ---> will this return the attachment content as String ?
    any code fragment for these method in Attachment interface will be helpful.
    I need another help- is it possible to call the adapter module in the next sequence from the previous module code conditionally?
    e.g- I have written I custom module where I need to restrict the processing of the next module ( e,g- payloadswapbean) conditionally? like- the payloadswapbean will called only after certain verification of the attachment other wise it will not be called.
    Request your help
    Thanks to all
    Sugata B Majumder

    Hi All,
    I forgot to update one thing, I am using PI 7.0 SP15, and I am interested only dealing with the the Attachment contents, what I just found that Attachment interface is not possible to use in PI 7.0 as it requires the operational mapping level check - Read Attachment. 
    Is there any way so that the content of attachment can only  be get and the content type of the attachment?
    I want to use this custom module before the payloadswapbean.
    Request your help
    Thanks
    Sugata B Majumder

  • I like to know the table name where all the Interface name ( Data Type and

    Dear Friends,
    I like to know the table name where all the Interface name ( Data Type and Message Type in IR ) is stored.
    Thanks.

    Hi,
    Please find the repository API’s in the SE24 class builder that can be used for accessing repository objects from the ABAP stack of SAP XI. Check CL_SRAPI* in the SE24 transactions for digging further.
    location of interface objects
    CL_SRAPI_DATA_TYPE---data type
    CL_SRAPI_DATA_TYPE_ENH---data type enhancement
    CL_SRAPI_FAULT_MESSAEG_TYPE--fault message type
    CL_SRAPI_MESSAGE_TYPE--message type
    CL_SRAPI_INTEGRATION_SCENARIO--integration scenario
    have a look at the table SXMSPMAST, SXMSCLUP & SXMSCLUR
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e717378f22#search=%22SXMSPMAST%20%2B%20XI%22
    That document has references to lot of tables maybe it can be of use to u.
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    Edited by: Dharamveer Gaur on Oct 8, 2008 10:40 AM

  • MRP with Inventory module and not Warehouse module

    Hello,
        We have a very simple inventory and phsical warehouse. We do not need the Warehouse Module with it's complexities, but we would still like to run an MRP to generate Purchase Reqs, etc.
        Does anyone know if we can have MRP with no Warehouse Module?
             regards

    Bill
    Welcome to SDN
    The answer is Yes. You could run MRP without warehouse module implementing. As you know MRP is based on planning of materials.
    Hope this helps
    Thnaks
    sat

  • What does it mean by "Deprecation of MBeanHome and Type-Safe Interfaces" ?

    The "Javadoc" for the type safe WebLogic MBean interfaces have this disclaimer;
    Deprecation of MBeanHome and Type-Safe Interfaces... This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime.
    Link: http://otndnld.oracle.co.jp/document/products/wls/docs100/javadocs_mhome/weblogic/management/configuration/DomainMBean.html
    I don't understand what this means;
    1) Is all the WebLogic MBean interfaces in the "weblogic.management.configuration.*" deprecated?
    2) Is the usage of MBeanTypeService also deprecated. since it requires the an WebLogic MBean interface as input for it's getMBeanInfo method?
    3) If the WebLogic MBean interfaces will dispear, wil there be any reliable source for type information about WebLogic MBean since the information returned by MBeanTypeService.getMbeanInfo(), MBeanserver.getMbeanInfo() or WebLogicObjectName.getMbeanInfo() isn't consist in its naming schemes (tries to but..)?

    Hi,
    While scheduling background job, you can trigger the job based on existing job status as dependency or schedule the job based on the SAP Event.
    Dependency Job like first background job completes successfully then second followup job will executed other job will not triggered.
    Event Jobs: While importing data through transportation, some RDD* jobs automatically triggers. These are event based jobs.
    Regards,
    Ganesh
    ****Reward points if Helpful*****

  • Interface between business ware house system and SAP SD module

    hi,
    I want to develop interface between business ware house system(file adapter) and SAP SD module.  how can i post the data into SD system? can any one tell me which Idoc i should use in receiver side?
    if i want to go abap proxy how can do it?
    give some inputs(methods which i should use)
    Thanks in advance
    regards
    Ruban

    Hey
    the selection of IDOC depends upon what you wanna post into SD.get in touch with the ABAP guys and they should be able to tell u exactly which IDOC to use.
    once u have decided on IDOC,you can go for a File to IDOC scenario.
    as far as proxies are concerned,they kinda give better performance compared to IDOC but you need to do ABAP coding for them,in that case u dont need any IDOC
    Thanx
    Aamir

  • Do we have any API / Interface to create Inventory and subinventory...?

    Hello,
    I am trying to find out API/ Interface to create Inventory and sub inventory. I tried to search lot but I didn't got that.
    Could you please help me for that.
    Thanks,
    Ravi Raj

    Hi Ravi Raj,
    Please see notes:
    Oracle Inventory Management Application Program Interface ( APIs) (Doc ID 729998.1)
    A List Of Public API's for Item Master (Doc ID 395493.1)
    Also check the etrm.oracle.com website.
    Thanks &
    Best Regards,
    Asif

  • Difference between interface pool and class pool

    Hi,
    Can any body tell me the difference between Interface pool and Class pool.
    thank you in advance.
    regards

    Hi,
    Class and Interface Pools
    This section discusses the structure and special features of class and interface pools for global classes.
    Global Classes and Interfaces
    Classes and interfaces are object types. You can define them either globally in the Repository or locally in an ABAP program. If you define classes and interfaces globally, special ABAP programs called class pools or interface pools of type K or J serve as containers for the respective classes and interfaces. Each class or interface pool contains the definition of a single class or interface. The programs are automatically generated by the Class Builder when you create a class or interface.
    A class pool is comparable to a module pool or function group. It contains both declarative and executable ABAP statements, but cannot be started on its own. The runtime system can create runtime instances (objects) through a request using the CREATE OBJECT statement. These objects execute the statements of the class pool.
    Interface pools do not contain any executable statements. Instead, they are used as containers for interface definitions. When you implement an interface in a class, the interface definition is implicitly included in the class definition.
    Structure of a Class Pool
    Class pools are structured as follows:
    Class pools contain a definition part for type declarations, and the declaration and implementation parts of the class.
    Differences From Other ABAP Programs
    Class pools are different from other ABAP programs for the following reasons:
    ·        ABAP programs such as executable programs, module pools, or function modules, usually have a declaration part in which the global data for the program is defined. This data is visible in all of the processing blocks in the program. Class pools, on the other hand, have a definition part in which you can define data and object types, but no data objects or field symbols. The types that you define in a class pool are only visible in the implementation part of the global class.
    ·        The only processing blocks that you can use are the declaration part and implementation part of the global class. The implementation part may only implement the methods declared in the global class. You cannot use any of the other ABAP processing blocks (dialog modules, event blocks, subroutines, function modules).
    ·        The processing blocks of class pools are not controlled by the ABAP runtime environment. No events occur, and you cannot call any dialog modules or procedures. Class pools serve exclusively for class programming. You can only access the data and functions of a class using its interface.
    ·        Since events and dialog modules are not permitted in classes, you cannot process screens in classes. You cannot program lists and selection screens in classes, since they cannot react to the appropriate events. It is intended to make screens available in classes. Instead of dialog modules, it will be possible to call methods of the class from the screen flow logic.
    Local Classes in Class Pools
    The classes and interfaces that you define in the definition part of a class pool are not visible externally. Within the class pool, they have a similar function to local classes and interfaces in other ABAP programs. Local classes can only be instantiated in the methods of the global class. Since subroutines are not allowed in class pools, local classes are the only possible modularization unit in global classes. Local classes have roughly the same function for global classes as subroutines in function groups, but with the significant exception that they are not visible externally
    Reward points if useful....
    Regards
    AK

  • Photoshop CS6 unusable -interface freezes and not enough memory message - on a specific hardware

    I usually speak french but I'll try to be as clear as possible.
    I work as a technician in a school and we're experiencing a major issue with Photoshop CS6.
    We have 3 differents computer's hardware. Photoshop CS6 works fine on 2 of them.
    On the other though, Photoshop CS6 is unusable. With this specific hardware, Photoshop has the same weird behavior on each machine (around 50), so it's not related to an hardware malfunction (like bad ram) I suppose.
    Our problem is this: Once Photoshop is opened and you minimize it in the task bar, as soon as you maximise it to use it again, the interface doesn't respond well at all, the interface is all messed up, some windows are missing and most of the time Photoshop freezes. And after that, whatever we try to do, like selecting whatever option, we have the ''not enough memory'' message. So we can't do nothing with the program after that, from selecting another tool to saving a file.
    Even when no file is opened and we have plenty of RAM that can be used, the problem is there.
    The same problem occurs if we open a window above Photoshop (internet, word, everything). As soon as we go back to work in Photoshop, the interface freezes and windows are missing, and we get the same not enough memory message every time.
    We already tried to change/desactivate each performance settings in Photoshop, we already installed the latest Photoshop CS6 update.
    We've updated BIOS, processor driver, graphic card driver, etc.
    We have this problem with Photoshop CS6 64 bits and 32 bits.
    We dont have this problem with any other program in the CS6 suite.
    We dont have this problem with Photoshop CS5.
    We have the same graphic card and driver on the others computers where Photoshop CS6 works perfectly well.
    What's bugging us is everything else in the production suite works fine!
    Please, do you think of anything else we can try?
    We're hopeless!
    Here is the specific hardware where the problem occur.
    Hardware:
    Dell Inspiron T3500
    Intel XEON e5220 2.27 ghz
    6 GIGS (RAM)
    Quadro FX 1800
    Plenty of available hard-disk.
    VRAM: 768 MB
    OPEN GL: Version 3.3
    Windows 7 Professional SP1

    Yes! There it this (sorry our Photoshop version is in french since we are a french school, I hope it's still useful to you) .
    Please note that it's not with the latest Adobe update available, but we've tried it on an other computer but I can't access it right now. But the adobe update did'nt solve the problem either.
    Version Adobe Photoshop : 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Système d'exploitation : Windows 7 64 bits
    Version : 6.1 Service Pack 1
    Architecture système : UC Intel Famille :6, modèle :10, niveau :5 avec MMX, SSE Entier, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Nombre de processeurs physiques : 4
    Nombre de processeurs logiques : 8
    Vitesse du processeur : 2266 MHz
    Mémoire intégrée : 6142 Mo
    Mémoire libre : 4316 Mo
    Mémoire disponible pour Photoshop : 5361 Mo
    Mémoire utilisée par Photoshop : 60 %
    Taille de la mosaïque d'images : 128K
    Niveaux de mémoire cache de l'image : 4
    Dessin OpenGL : Activé.
    Mode de dessin OpenGL : Standard
    Mode OpenGL normal autorisé : Vrai.
    Mode OpenGL avancé autorisé : Vrai.
    Anciens GPU OpenGL autorisés : Non détectés.
    Fournisseur de la carte vidéo : NVIDIA Corporation
    Module de rendu de la carte vidéo : Quadro FX 1800/PCIe/SSE2
    Affichage : 1
    Limites d'affichage : = haut : 0, gauche : 0, bas : 1200, droite : 1920
    N° de la carte vidéo : 1
    Carte vidéo : NVIDIA Quadro FX 1800
    OpenCL Non disponible
    Version du pilote : 8.17.12.9573
    Date du pilote : 20120209000000.000000-000
    Pilote de la carte vidéo : nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Mode vidéo : 1920 x 1200 x 4294967296 couleurs
    Nom de la carte vidéo : NVIDIA Quadro FX 1800
    Mémoire vidéo : 768 Mo
    Taille de la texture rectangle vidéo : 8192
    Numéro de série : 92278706405826761289
    Dossier de l'application : C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Chemin des fichiers temporaires : C:\Users\elebel\AppData\Local\Temp\
    Le disque de travail de Photoshop comporte l'E/S asynchrone activé.
    Volume(s) de travail :
    C:\, 405,5 Go, 363,7 Go libres
    Dossier des modules externes obligatoires : C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Dossier principal des modules externes : C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Dossier des modules externes complémentaires : non défini
    Composants installés :
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Modules externes obligatoires :
       3D Studio 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ADM 3.11x01
       Aérographe 13.0
       Aplatissement 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Aquarelle 13.0
       Asymétrie 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Barbouillage 13.0
       Bas-relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Carrelage 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Cisaillement 13.0
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       CompuServe GIF 13.0
       Contour accentué 13.0
       Contour déchiré 13.0
       Contour encré 13.0
       Contour lumineux 13.0
       Contour postérisé 13.0
       Contraction 13.0
       Coordonnées polaires 13.0
       Correction de l'objectif 13.0
       Couleurs NTSC 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Couteau à palette 13.0
       Craie/Fusain 13.0
       Craquelure 13.0
       Crayon Conté 13.0
       Crayon de couleur 13.0
       Cristallisation 13.0
       Croisillons 13.0
       Découpage 13.0
       Demi-teintes couleur 13.0
       Désentrelacement 13.0
       Diagonales 13.0
       Dicom 13.0
       Dispersion 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ecart type 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Effet mosaïque 13.0
       Effet pointilliste 13.0
       Emballage plastique 13.0
       Enregistrer pour le Web 13.0
       Entropie 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Eponge 13.0
       Etalement 13.0
       Extension WIA 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Extrusion 13.0
       Fibres 13.0
       Filtre Collection d'images 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Filtre Rogner et désincliner les photos 13.0
       Flash 3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Flou de l'objectif 13.0
       Flou optimisé 13.0
       Flou radial 13.0
       Fluidité 13.0
       Format IFF 13.0
       Fresque 13.0
       Fusain 13.0
       Galerie de filtres 13.0
       Google Earth 4 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Grain 13.0
       Grain photo 13.0
       Grand-angle adaptatif 13.0
       Halo 13.0
       HDRMergeUI 13.0
       Insertion filigrane 4.0
       JPEG 2000 13.0
       Lecture filigrane 4.0
       Lueur diffuse 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Maximum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Médiane 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzo-tinto 13.0
       Minimum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Moteur 3D Photoshop 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Moyenne 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Moyenne 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Multiprocesseur 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Néon 13.0
       Noir/Blanc 13.0
       Noyau de mesures 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Nuages 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Nuages par différence 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Océan 13.0
       Onde 13.0
       Ondulation 13.0
       OpenEXR 13.0
       Papier gaufré 13.0
       Papier humide 13.0
       Pastels 13.0
       Patchwork 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Peinture à l'huile 13.0
       Photocopie 13.0
       Pinceau à sec 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Placage de texture 13.0
       Plâtre 13.0
       Plume calligraphique 13.0
       PNG 13.0
       Point de fuite 13.0
       Pointillisme 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Portée 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Réticulation 13.0
       Rogner et désincliner les photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Routines FastCore 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Routines MMXCore 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Solarisation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Sommation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Soufflerie 13.0
       Sous-couche 13.0
       Sphérisation 13.0
       Sumi-e 13.0
       Support de script 13.0
       Tampon 13.0
       Targa 13.0
       Tourbillon 13.0
       Tracés vers Illustrator 13.0
       Trame de demi-teintes 13.0
       U3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Variance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Variantes 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Verre 13.0
       Vitrail 13.0
       Wavefront|OBJ 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Zigzag 13.0
    Dossier des modules externes tiers et facultatifs : SANS
    Modules externes dont le chargement a échoué : AUCUN
    Flash :
       Mini Bridge
       Kuler
    Modules TWAIN installés : AUCUN

  • Router 7606 does not show the inventory for the Fan module

    I have a issue with a router 7606, specifically with  fan module, the LC go down because it does have sufficiently cooling , I changed the Fan module, the IOS, The power supply, and I still have the same issue, Besides the Router does not show the inventory or PID  for module fan, 
    logg" system minor alarm on operating fan count"
    Someone knows what could be happening,

    Check this:
    Can you try this;
    7606-01#show environment status fan-tray 1
    fan-tray 1: 
      fan-tray 1 type: FAN-MOD-6SHS
      fan-tray 1 mode: Auto
      fan-tray 1 fan-fail: OK
    7606-01#show power
    Fan  Type               Watts   A @42V State
    1    FAN-MOD-6SHS        180.18  4.29  OK............................ FAn try
    If above doesnt work then try the below link:
    https://supportforums.cisco.com/discussion/10824271/7606-s-and-fan-module-6shs-version-1
    HTH
    inayath
    *Plz dont forget to rate if this info is helpfull.

  • Start conditions and check function modules

    Hi,
    When we apply start conditions to any particular even linkage you will find check function module as SWB_2_CHECK_FB_START_COND_EVAL. However, what if i want to implement both a custom check function module AND start conditions ?
    My requirement is to implement both start conditions and check function module.
    Is this possible ?
    Thank you,
    Nikhil.

    Hi,
    You can use both of the things, however its advisable to check all start conditions if you are using check FM.
    This is interface for custom  check FM,once you have the key value, you can put all the checks here
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(OBJTYPE) TYPE  SWETYPECOU-OBJTYPE
    *"     VALUE(OBJKEY) TYPE  SWEINSTCOU-OBJKEY
    *"     VALUE(EVENT) TYPE  SWETYPECOU-EVENT
    *"     VALUE(RECTYPE) TYPE  SWETYPECOU-RECTYPE
    *"  EXPORTING
    *"     REFERENCE(REFERENCE) TYPE  C
    *"  TABLES
    *"      EVENT_CONTAINER STRUCTURE  SWCONT
    *"  EXCEPTIONS
    *"      NOT_TRIGGERD
    Hope this helps.
    Regards,
    Sangvir Singh

  • HP J4853A and Cisco SFP Module 100BASE-FX

    Hello Everyone!
    Will HP J4853A and Cisco SFP Module 100BASE-FX modules be compatible?
    Thank you!

    This is the output from sh interface:
    GigabitEthernet0/1 is down, line protocol is down (notconnect)
    Hardware is Gigabit Ethernet, address is f029.2950.8119 (bia f029.2950.8119)
    MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation ARPA, loopback not set
    Keepalive not set
    Auto-duplex, Auto-speed, link type is auto, media type is 1000BaseLX SFP
    input flow-control is off, output flow-control is unsupported
    ARP type: ARPA, ARP Timeout 04:00:00
    Last input never, output never, output hang never
    Last clearing of "show interface" counters never
    Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
    Queueing strategy: fifo
    Output queue: 0/40 (size/max)
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
         0 packets input, 0 bytes, 0 no buffer
         Received 0 broadcasts (0 multicasts)
         0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
        0 watchdog, 0 multicast, 0 pause input
         0 input packets with dribble condition detected
         0 packets output, 0 bytes, 0 underruns
         0 output errors, 0 collisions, 1 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 PAUSE output
    As you can see the switch detects SFP as 1000BaseLX SFP, however it is 100Base FX

  • GUI_DOWNLOAD and UPLOAD Function Modules?

    Hi All,
    What exactly done by GUI_DOWNLOAD and UPLOAD Function Modules?
    Akshitha.

    What you exactly want know?
    Here is the Sap documentation for both FM:
    FU GUI_UPLOAD
    Short Text
    Upload for Data Provider
    Functionality
    The module loads a file from the PC to the server. Data can be transferred binarily or as text. Numbers and date fields can be interpreted according to the user settings.
    Example
    Binary upload: No conversion or interpretation
                begin of itab,
                      raw(255) type x,
                end of itab occurs 0.
               CALL FUNCTION 'GUI_UPLOAD'
               exporting
                  filetype =  'BIN'
                  filename = 'C:\DOWNLOAD.BIN'
               tables
                 data_tab = itab.
    Text upload
               begin of itab,
                     text(255) type c,
               end of itab occurs 0.
               CALL FUNCTION 'GUI_UPLOAD'
               exporting
                  filetype = 'ASC'
                  filename = 'C:\DOWNLOAD.TXT'
               tables
                 data_tab = itab.
    Parameters
    FILENAME
    FILETYPE
    HAS_FIELD_SEPARATOR
    HEADER_LENGTH
    READ_BY_LINE
    DAT_MODE
    CODEPAGE
    IGNORE_CERR
    REPLACEMENT
    CHECK_BOM
    VIRUS_SCAN_PROFILE
    NO_AUTH_CHECK
    FILELENGTH
    HEADER
    DATA_TAB
    Exceptions
    FILE_OPEN_ERROR
    FILE_READ_ERROR
    NO_BATCH
    GUI_REFUSE_FILETRANSFER
    INVALID_TYPE
    NO_AUTHORITY
    UNKNOWN_ERROR
    BAD_DATA_FORMAT
    HEADER_NOT_ALLOWED
    SEPARATOR_NOT_ALLOWED
    HEADER_TOO_LONG
    UNKNOWN_DP_ERROR
    ACCESS_DENIED
    DP_OUT_OF_MEMORY
    DISK_FULL
    DP_TIMEOUT
    Function Group
    SFES
    FU GUI_DOWNLOAD
    Short Text
    Download an Internal Table to the PC
    Functionality
    Data transfer of an internal table form the server to a file on the PC. The Gui_Download module replaces the obsolete modules Ws_Download and Download. The file dialog of the download module is available in the class Cl_Gui_Frontend_Services.
    Further information
    TYPE-POOLS: ABAP.
    Binary download table
    DATA: BEGIN OF line_bin,
             data(1024) TYPE X,
          END OF line_bin.
    DATA: data_tab_bin LIKE STANDARD TABLE OF line_bin.
    Ascii download table
    DATA: BEGIN OF line_asc,
             text(1024) TYPE C,
          END OF line_asc.
    DATA: data_tab_asc LIKE STANDARD TABLE OF line_asc.
    DAT download table
    DATA: BEGIN OF line_dat,
             Packed   TYPE P,
             Text(10) TYPE C,
             Number   TYPE I,
             Date     TYPE D,
             Time     TYPE T,
             Float    TYPE F,
             Hex(3)   TYPE X,
             String   TYPE String,
          END OF line_dat.
    DATA: data_tab_dat LIKE STANDARD TABLE OF line_dat.
    Get filename
    DATA: fullpath      TYPE String,
          filename      TYPE String,
          path          TYPE String,
          user_action   TYPE I,
          encoding      TYPE ABAP_ENCODING.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
       EXPORTING
         WINDOW_TITLE         = 'Gui_Download Demo'
         WITH_ENCODING        = 'X'
         INITIAL_DIRECTORY    = 'C:\'
      CHANGING
         FILENAME             = filename
         PATH                 = path
         FULLPATH             = fullpath
         USER_ACTION          = user_action
         FILE_ENCODING        = encoding
      EXCEPTIONS
         CNTL_ERROR           = 1
         ERROR_NO_GUI         = 2
         NOT_SUPPORTED_BY_GUI = 3
         others               = 4.
    IF SY-SUBRC <> 0.
      EXIT.
    ENDIF.
    IF user_action <> CL_GUI_FRONTEND_SERVICES=>ACTION_OK.
      EXIT.
    ENDIF.
    Download variables
    DATA: length TYPE I.
    Binary download
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME                         = fullpath
           FILETYPE                         = 'BIN'
        IMPORTING
          FILELENGTH                       = length
        TABLES
          DATA_TAB                         = data_tab_bin
       EXCEPTIONS
         FILE_WRITE_ERROR                = 1
         NO_BATCH                         = 2
         GUI_REFUSE_FILETRANSFER         = 3
         INVALID_TYPE                     = 4
         NO_AUTHORITY                     = 5
         UNKNOWN_ERROR                   = 6
         HEADER_NOT_ALLOWED              = 7
         SEPARATOR_NOT_ALLOWED           = 8
         FILESIZE_NOT_ALLOWED            = 9
         HEADER_TOO_LONG                 = 10
         DP_ERROR_CREATE                 = 11
         DP_ERROR_SEND                   = 12
         DP_ERROR_WRITE                  = 13
         UNKNOWN_DP_ERROR                = 14
         ACCESS_DENIED                   = 15
         DP_OUT_OF_MEMORY                = 16
         DISK_FULL                        = 17
         DP_TIMEOUT                       = 18
         FILE_NOT_FOUND                  = 19
         DATAPROVIDER_EXCEPTION          = 20
         CONTROL_FLUSH_ERROR             = 21
         OTHERS                           = 22.
    Ascii download
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME                         = fullpath
           FILETYPE                         = 'ASC'
        IMPORTING
          FILELENGTH                       = length
        TABLES
          DATA_TAB                         = data_tab_asc
       EXCEPTIONS
         FILE_WRITE_ERROR                = 1
         NO_BATCH                         = 2
         GUI_REFUSE_FILETRANSFER         = 3
         INVALID_TYPE                     = 4
         NO_AUTHORITY                     = 5
         UNKNOWN_ERROR                   = 6
         HEADER_NOT_ALLOWED              = 7
         SEPARATOR_NOT_ALLOWED           = 8
         FILESIZE_NOT_ALLOWED            = 9
         HEADER_TOO_LONG                 = 10
         DP_ERROR_CREATE                 = 11
         DP_ERROR_SEND                   = 12
         DP_ERROR_WRITE                  = 13
         UNKNOWN_DP_ERROR                = 14
         ACCESS_DENIED                   = 15
         DP_OUT_OF_MEMORY                = 16
         DISK_FULL                        = 17
         DP_TIMEOUT                       = 18
         FILE_NOT_FOUND                  = 19
         DATAPROVIDER_EXCEPTION          = 20
         CONTROL_FLUSH_ERROR             = 21
         OTHERS                           = 22.
    DAT download
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME                         = fullpath
           FILETYPE                         = 'DAT'
        IMPORTING
          FILELENGTH                       = length
        TABLES
          DATA_TAB                         = data_tab_dat
       EXCEPTIONS
         FILE_WRITE_ERROR                = 1
         NO_BATCH                         = 2
         GUI_REFUSE_FILETRANSFER         = 3
         INVALID_TYPE                     = 4
         NO_AUTHORITY                     = 5
         UNKNOWN_ERROR                   = 6
         HEADER_NOT_ALLOWED              = 7
         SEPARATOR_NOT_ALLOWED           = 8
         FILESIZE_NOT_ALLOWED            = 9
         HEADER_TOO_LONG                 = 10
         DP_ERROR_CREATE                 = 11
         DP_ERROR_SEND                   = 12
         DP_ERROR_WRITE                  = 13
         UNKNOWN_DP_ERROR                = 14
         ACCESS_DENIED                   = 15
         DP_OUT_OF_MEMORY                = 16
         DISK_FULL                        = 17
         DP_TIMEOUT                       = 18
         FILE_NOT_FOUND                  = 19
         DATAPROVIDER_EXCEPTION          = 20
         CONTROL_FLUSH_ERROR             = 21
         OTHERS                           = 22.
    Parameters
    BIN_FILESIZE
    FILENAME
    FILETYPE
    APPEND
    WRITE_FIELD_SEPARATOR
    HEADER
    TRUNC_TRAILING_BLANKS
    WRITE_LF
    COL_SELECT
    COL_SELECT_MASK
    DAT_MODE
    CONFIRM_OVERWRITE
    NO_AUTH_CHECK
    CODEPAGE
    IGNORE_CERR
    REPLACEMENT
    WRITE_BOM
    TRUNC_TRAILING_BLANKS_EOL
    WK1_N_FORMAT
    WK1_N_SIZE
    WK1_T_FORMAT
    WK1_T_SIZE
    WRITE_EOL
    FILELENGTH
    DATA_TAB
    FIELDNAMES
    Exceptions
    FILE_WRITE_ERROR
    NO_BATCH
    GUI_REFUSE_FILETRANSFER
    INVALID_TYPE
    NO_AUTHORITY
    UNKNOWN_ERROR
    HEADER_NOT_ALLOWED
    SEPARATOR_NOT_ALLOWED
    FILESIZE_NOT_ALLOWED
    HEADER_TOO_LONG
    DP_ERROR_CREATE
    DP_ERROR_SEND
    DP_ERROR_WRITE
    UNKNOWN_DP_ERROR
    ACCESS_DENIED
    DP_OUT_OF_MEMORY
    DISK_FULL
    DP_TIMEOUT
    FILE_NOT_FOUND
    DATAPROVIDER_EXCEPTION
    CONTROL_FLUSH_ERROR
    Function Group
    SFES

Maybe you are looking for