Where is stockroom component in ZCM 10?

Hi,
A stockroom consists of components that are not currently associated with a particular workstation but are grouped together for organizational purposes. It appears in ZAM 7.x, but we cannot find it in ZCM 10. Please advise!
Eddie Chu

Try these steps
1.) Login to ZCC.
2.) Click on the 'Devices' tab.
3.) In the 'Device Tasks' list on the left, select 'Add Device'.
4.) Proceed through the wizard.
Jared Jennings
Novell Support Forums Sysop
My Blog and Wiki with Tips, Tricks, and Tutorials
http://jaredjennings.org

Similar Messages

  • Where do Pipeline Component classes get loaded from?

    Can someone please point me to some documentation that describes where my Pipeline
    Component classes get loaded from?
    I have just wasted hours on this - to find that they are not loaded from WEB-INF/classes
    - but instead they must be available to the EJB classloader. The sampleportal
    is completely misleading in putting the classes in WEB-INF/classes - because they
    are in fact loaded from the sampleportal EJB jar!
    Did I miss something obvious?
    regards,
    Nick

    Nick
    Refer to this portal doc on dev2dev
    ftp://edownload:[email protected]/pub/downloads/webflow.doc
    -tulan
    "Nick Minutello" <[email protected]> wrote
    in message news:[email protected]..
    >
    >
    Can someone please point me to some documentation that describes where myPipeline
    Component classes get loaded from?
    I have just wasted hours on this - to find that they are not loaded fromWEB-INF/classes
    - but instead they must be available to the EJB classloader. Thesampleportal
    is completely misleading in putting the classes in WEB-INF/classes -because they
    are in fact loaded from the sampleportal EJB jar!
    Did I miss something obvious?
    regards,
    Nick

  • Where to enable component in UCM

    According to Oracle guide, I log in to EM of Admin Server, navigate to Content Management - Universal Content Management - Content Server - Oracle Universal Content Management Inbound Refinery(IBR_server1), cannot find component server.
    Henry

    I got it, it should be in the CS of UCM_SERVER, not EM

  • FM to get table names for a given Apllication Component.

    Hai Friends,
    I have to create a function module which functions exactly as the INFORMATION SYSTEM button in se16 table help.
    i have written something like this but this is not giving exact results as INFORMATION SYSTEM IN SE16.
    for ex.  for componet sd-bil it gives 376 records where as in se16 you get only  30 to 40 table...
    So pls help me with the tables and logic...
    SELECT
              B~DEVCLASS
              INTO CORRESPONDING FIELDS OF TABLE IT_TDEVC
              FROM DF14L AS A
              INNER JOIN TDEVC AS B
              ON A~FCTR_ID = B~COMPONENT
              WHERE A~PS_POSID = COMPONENT.
      LOOP AT IT_TDEVC.
       SELECT TABNAME TABCLASS FROM DD02L
                      appending corresponding fields of table  TABLE_LIST
                      WHERE APPLCLASS = IT_TDEVC-DEVCLASS
                      AND ( TABCLASS = 'TRANSP'
                      OR TABCLASS = 'POOL' OR TABCLASS = 'CLUSTER')
                      AND AS4LOCAL = 'A'.
    *                  append table_list.
    * endselect.
       ENDLOOP.
    This is just a test program so ignore the performance issues .
    Waiting for your help..
    Reshali.

    Hi,
    Try the below code....
    REPORT  zsen_information_system.
    PARAMETER w_comp TYPE ufps_posid.
    TYPES : BEGIN OF y_tdevc ,
              devclass TYPE devclass,
            END OF y_tdevc.
    TYPES : BEGIN OF y_table ,
              tabname  TYPE tabname,
              tabclass TYPE tabclass,
            END OF y_table.
    DATA : it_tdevc TYPE STANDARD TABLE OF y_tdevc WITH HEADER LINE
         , it_tab_list TYPE STANDARD TABLE OF y_table WITH HEADER LINE
    SELECT b~devclass
      INTO TABLE it_tdevc
      FROM df14l AS a
      INNER JOIN tdevc AS b
      ON afctr_id = bcomponent
      WHERE a~ps_posid = w_comp.
    SELECT tabname FROM info_tabl
      INTO TABLE it_tab_list
      FOR ALL ENTRIES IN it_tdevc
      WHERE as4local IN ('L','A','N')
        AND tabclass IN ('TRANSP','VIEW','CLUSTER','POOL')
        AND devclass = it_tdevc-devclass.
    IF sy-subrc EQ 0.
      LOOP AT it_tab_list.
        WRITE /: it_tab_list-tabname.
      ENDLOOP.
    ENDIF.
    Hope this will solve your problem
    Thanks and regards,
    Senthil Kumar Anantham.

  • Component Video Cable and Bumper Case

    Just a head's up. If you have an iPhone 4 and a bumper case, the Component video cable will not fit properly when the bumper case is on. It inserts, but the cutout that fits the standard USB cable is too small for the plastic part of the cable that is larger on the Component Video cable.
    When I tried to plug it in, I did not notice this the first time and got the "This accessory is not compatible" message. I also got B&W video. When I took the case off and the cable seated securely, I was able to get 420p video from the video I took with the camera. NOTE - The Component cable only supports 420p when playing on an NTSC TV. I was also able to see YouTube at 420p. I did not try anything else.
    Hope this helps some of you avoid frustration

    Yes I do live in Europe. But who says that Component Video Cable is a standart from USA or Japan. I have been using Component Video Cables to connect my DVD Player with my video projector since 2002. Component Video Cables are wisely used in Europe. And its the ONLY analogue way of transferring HD-Video (Plus DVI and HDMI)
    What disturbs me alot is that on www.toshiba-europe.com they explain that my computer has:
    Interfaces 1 x headphone
    1 x DC-in
    1 x line-in
    1 x external monitor
    1 x RJ-11
    1 x RJ-45
    1 x i.LINK (IEEE 1394)
    4 x USB 2.0
    1 x Monitor-in (line-in port)
    1 x TV-antenna
    1 x S-Video-in (Composite/Line-in)
    1 x TV-out (s-video, Component-out))
    1 x 5-in-1 Bridge Media slot (supports SD Card, Memory Stick, Memory Stick Pro, MultiMedia Card, xD-Picture Card)
    Where is the Component-out ???Promise is a promise. Why do they say it if they dont give it?
    Instruction manual also says that : D-Video port lets you transfer 525i(480i),525p(480p),1125i(1080i) or 750p(720p) data to external devices.
    How can you transfer 720p with a Scart Cable?? It is impossible.... The only way that Qosmio can transfer 1280x720 picture is a Component Video cable.(Because it has no DVI port) How much does this cable cost anyway?? But the problem is NOBODY is producing it in Europe. I am writing to Toshiba-Japan. Since they are saying that my computer has Component-out so they must get me the cable....

  • Custom components : contains other existing component

    How do i write a component with the use of existing component, i mean i need a component in which user can enter his address information. so i need 2 or 3 textboxes, a combo etc,.
    right now i doing this in my custom component class, but not working.
    HtmlInputText address = new HtmlInputText();
    address.setValue( "test address" );
    context.getViewRoot().getChildren().add( address );
    but my address field is not added.

    You create a new component as a child of UIViewRoot.
    But UIViewRoot's rendersChildren property is false;
    that means encodeChildren method is not invoked.
    Encodeing of other components under <f:view> is done by the corresponding
    Tag Handler; whereas your new component has no corresponding one.
    I think you should create a new component under some one
    whose rendersChildren property is true (e.g. PanelGrid).

  • Insert icon for every row inside the shuttle component

    Hi,
    I have a requirement where the shuttle component should have an icon side by the text and which also should be able to replace with the different icon based on some conditions
    For example
    The left side the shuttle component consists of list services. When the user moves some of the services to the right, in the right shuttle the 'X' icon should be displayed for each of the selected services.
    When some action is performed these 'X' should be replaced with 'Yes' icon.
    Thanks,
    Manidhar

    It works for me.
    SQL> create table Table_A(a1 number, a2 varchar(10), a3 varchar(10));
    Table created.
    SQL> create table Table_B(b1 number, b2 varchar(10), b3 varchar(10));
    Table created.
    SQL> create table Table_C(c1 number, c2 varchar(10), c3 varchar(10));
    Table created.
    SQL> insert into Table_C
      2  select level, level + 1, level + 2
      3  from dual connect by level <= 3;
    3 rows created.
    SQL> create or replace trigger table_a_tr
      2  after insert or update or delete on table_a
      3  for each row
      4  declare
      5  begin
      6  insert into table_b(b1,b2,b3)
      7  (select c1, c2, c3
      8  from table_c);
      9  end table_a_tr;
    10  /
    Trigger created.
    SQL>
    SQL> insert into table_a values (9, 'x', 'x');
    1 row created.
    SQL> select * from table_b;
            B1 B2         B3
             1 2          3
             2 3          4
             3 4          5Can you show exactly what you are doing in the same way?

  • Using ZCM asset management

    Hi, I am trying to teach myself ZCM asset management. I did learn a little about ZCM itself, but I am in charge of the asset management part of it. I have been looking at it off and on for 3 or 4 months now and it is still confusing. Can someone suggest a good document that explains it or an inexpensive training on it? This is my first time using any kind of ZENworks so I feel very lost. I have the PO's imported and started creating licensed products to my discovered products. But then I have a mess when I have a product that is an annual license. I must be doing it wrong? If anyone has any suggestions let me know or if you want to help me along on the forum that would be great!
    Thanks!
    Amy

    Hey there,
    Im currently working with the Asset Management component of ZCM, so far everything works. I read the documentation and tested a lot of Stuff so far.
    Actually I have no problem with the steps and "working" with it, but at some points ive got basic lack of understanding the underlying process.
    Like: Why exactly do I need catalog products, I cant really see the reason for them, seems like an unnecessary step/level or whatever :)
    Does anyone of you know a good source to learn the "Basics of Asset Management", I assume the Asset Management Component of ZCM will have been "build along an before existing Concept". I assume this Concept would be "Asset Management", but i could find no detailed information regarding this.
    Either it was so product specific or so compressed that I could not learn much from it.
    The Novell documentations clear up pretty much everything about how to work with this, but I still feel confused WHY iam doing what iam doing :)
    regards,
    alex

  • Table for IBase Component

    Hi,
    Can anyone tell me the table where the IBase Component is Stored?Howz it related to the Support Desk Message through Tables?
    Thanks in advance,
    Sivagami.R

    Hey Sivagami,
    Here is the relation between Support Msg and Ibase component....
    Every Support Msg has something called as GUID which uniquely identfies a Suppport Msg...
    We can get this GUID from Table crmd_orderadm_h....Just pass the request id.....
    Now pass this guid to FM CRM_REFOBJ_READ_OW to get  ibase and ibase component....
    Reward for usefull answer,,,,
    Regards,
    Anand...

  • Importing WSDL File in Webdynpro abap component

    hi experts,
    I wanted to use a wsdl in my webdynpro component, ie. in wd java, i can create model and in that i get options to import a wsdl via wsdl file, i have a wsdl file, but how can the same be achived here in wd abap, i could import a functional module, but i dont know how to import wsdl ...
    have gone through this url but i could not find the blog.
    https://scn.sap.com/thread/502026
    Regards
    Govardan Raj S

    hi Kiran,
    The links you have suggested are help full, im completely new to this feild,
    here il explain what i did,
    i have a wsdl file named as M****_*******_Pzzzz_Baaaaa_Details.wsdl
    using se80 i went to my package where my webdyrnpro component is stored.
    right click of this pkg, i selected create -> enterprise service /webservice - > proxy object.
    here i got a pop with options as 1) consumer Group 2) Exception Classes 3) Service Provider 4) Service Consumer 5) Data Types 6) Data Types Enhancements
    i selected service consumer , coz i wanted to consume wsdl.
    then on click of continue ,
    here i selected Local File  radion button.
    then browse my wsdl file in my computer, then gave prefix as zbaadtlprxy
    and assigned a package and request that im using currently and completed.
    now i created a proxy object with name available as
    M****_C*********_P*******_Batch_D .
    i activated the same.
    now after this what is the next step. ?

  • PATH_NOT_FOUND Root Cause while creating a declerative component - resolved

    While adding a new File System Connection , I have added the directory path where my declerative component jar is created it is in the path D:\workspace\mywork\TaskFlow\ViewController\deploy\myDeclerativeCompLib.jar
    I have cross verified the path the jar is already created. but during the test connection I get the following error.
    PATH_NOT_FOUND Root Cause =The specified file system path does correspond to a directory. Base path=[D:\workspace\mywork\TaskFlow\ViewController\deploy\myDeclerativeCompLib.jar] Resolved path=[D:\workspace\mywork\TaskFlow\ViewController\deploy\myDeclerativeCompLib.jar].
    I cantfigure out whats the problem. pls give me the sugestion.
    I found the solution : The path I have mention is D:\workspace\mywork\TaskFlow\ViewController\deploy.
    Edited by: 858782 on May 23, 2011 1:21 AM
    Edited by: 858782 on May 23, 2011 1:23 AM

    found the solution

  • Double entry of component in BOM

    Good Day..,,
    I'd like to make a query (StoredProcedure) that will restrict the double entry of same component in BOM. I created a script but it doesn't work. Below is the script i made.
    If @object_Type ='66' and @Transaction_Type in ('A','U')
    Begin
    Declare @Component NVARCHAR (20)
    Set @Component= (Select isnull(T0.Code,'')From Itt1 T0 where t0.Father = @list_of_cols_val_tab_del)
    If @Component= '' and Exists (Select T0.Code From Itt1 T0 where T0.Father = @Component and T0.Father!= @list_of_cols_val_tab_del)
    Begin
    Set @error=1
    Set @error_message = N'Component Already exist!!'
    End
    End
    Your help will be very much appreciated. Thanks.
    Regards,
    Ardie

    Hi Ardie,
    Of course, use this
    IF @object_type='202'AND @transaction_type IN('A','U')
      BEGIN
         IF EXISTS
         (SELECT ItemCode,COUNT(ItemCode)FROM WOR1 WHERE DocEntry=@list_of_cols_val_tab_del
          GROUP BY ItemCode HAVING COUNT(ItemCode)>1)
           BEGIN
              SET @error=-123
              SET @error_message='Duplicate raw material exist'
           END
      END
    Best Regards,
    Hendry Wijaya

  • Location of Component Inspector tool in EP7

    Hello,
    I would like to know where the <b>component Inspector tool</b> is located in EP7 portal.  I have uploaded a PAR file, but I can’t find the “Component Inspector” tool to run it.  Before, this tool used to be inside the “Java Developer” Role, but we don’t have that role available in our portal.
    Basically, our requirement is to execute a PAR file that we have uploaded? How to do that?
    Thank you.
    R

    Hi,
    It should be installed. Check:
    System Administratio -> Support -> Support Desk -> PCD -> PCD Inspector
    or:
    http://server:port/irj/servlet/prt/portal/prtroot/com.sap.portal.pcd.admintools.pcd_inspector.default
    br,
    Tobias

  • Date Component not to consider Timezone Day Light Savings

    Hi,
    when i use a input date component with timestamp .. where my local system timezone is Eastern Standard time (US)
    Now i am selecting a date of 10 March 2013 with time 02:00:00 am , but in the text field after the selection, i am getting the date and time as 10 mar 2013 01:00:00
    It is moving one hour back because day light saving occurs between 2 am to 3 am during this time of the year.
    Same for 11 Mar 2012 02:00:00, day light saving does not occur on one particular day of the year... sometimes its 11 mar , 10 mar, 12 mar.. but everytime between 2 am to 3 am.
    Now i am using a zulu standard time for which i have used this date component, i dont want this day light saving to be considered and change the time i enter during day light
    saving period, it should give me the time that i have chosen
    Is there any component in Jdev where it takes the value which we give or how can we build it where the date component comes with the time and does not change.
    Thanks,

    No this is not working, any other way
    I am using jdev 11.1.1.5
    Edited by: user10873676 on May 20, 2013 2:28 AM

  • Targeting an FLVplayback component within a nested movie element

    I'm trying to get my own buttons to load FLV movies into the FLVplayback component. I've got it to work in a simple test but need help making it work on a more complex level. The test is here http://lawrencejonespromoprince.com/testvideo.html
    I've named the FLVplayback instance 'my_video'
    The simple buttons have this script in the actions:
    on (release) {
          my_video.load("videonamehere.flv");
          my_video.autoPlay=true;
    This all works great as long as the buttons and the FLVplayback component are on the same frame on the same page. But for the actual use, i need it to work where the buttons are on a nested page within another movie element. So the nest looks like this:
    Scene1   Nestmovie1   Nestmovie2   Nestmovie3
    ...where the FLVplayback component is in Nestmovie2 and the buttons are in Nestmovie3.
    The nesting was needed so the buttons are on a separate slider panel so i can scroll through the list of movies.
    See the actual flash site in progress here http://lawrencejonespromoprince.com/index2.html
    and the movie list (not done) will be on the 30 Promos page.
    So now the question is, how can i target the FLVplayback instance within a nested movie.
    Thanks

    You should be able to use _root references to get back to the main timeline to target the flv player
    on (release) {
          _root.nestedMovie1.my_video.load("videonamehere.flv");
          _root.nestedMovie1.my_video.autoPlay=true;

Maybe you are looking for