MCAK - Create POD for newly added Platform element

Hi,
I am trying to create POD for newly maintained platform element ( ex: HyperV ).
Data captured in POD :
     PODName :
    Plotform Element Type : vcenter / vcloud director / ec2 / openstack /etc
     Virtualization Manager : (respective VM Mangers)
Problem : I wanted to add HyperV as one of the Platform Element Type in Create POD form ( in Plotform Element Type dropdown )
Analyzed : Looked at 'Create POD' service and respective Active Forms, but could not see any form elements related to 'Flotform Elements' / 'Virtualization Manager'
Could anybody help in pointing where to manage these elements.
Thanks,
Siva

Hi Derek,
For all MCAK platform elements (OpenStack, EC2, etc), it shows up properly.
For newly created platform -Hyper, we are able to select Hyper-V as platform element in 'Platform Element Type' dropdown ( Pulling date from SI : Cloud Platform Elements ).
Next step, we need to select respective Virtualization manager from dropdown.
I would like to know where we map Platform Element Type and respective Virtualization Managers, so that we can pull Virtualization Mangers in next dropdown.
Thanks,
Siva

Similar Messages

  • New Price Updates for newly added Items Through VA02

    Hi All,
    Through VA02 ,If you change first date in line item we have written code in MV45AFZB(USEREXIT_NEW_PRICING_VBKD
    ) for updating price for that item.
    Now the issue is if u add one more new line item through VA02 itself..here we were not getting that line item detials.because its not yet saved.
    We want to update prices for newly added items also.

    Hi Reddy,
    For translation of any text , goto SE63 -> in menu TRANSLATION -> R/3 Enterprise - > Transport object -->
    for Transport Entry of Object : R3TR SHI3 ZABC
    then select target & source lang. click EDIT.
    Hope this helps you.
    Reagards,
    Aby

  • Compare newly added Vector Element with all previous

    Hi all
    I am adding Point2D elements to a vector "Numbers" in such a way that every newly randomly created element that is at a distance of 0.3 from all the previous points is added else not.
    I have written a code that only checks from the last element but not all the previous elements.
    Can someone check what wrong am I doing.
    The code is runnable.
    import java.awt.geom.Point2D;
    import java.util.*;
    public class Distance
         Vector<Point2D> numbers = new Vector<Point2D>();
         Random rnd = new Random();
         void getList()
         double xCoord,yCoord;
         for(int i=0;i<5;i++)// is is the no. of coordinates stored later only "b" to be used
         xCoord = rnd.nextDouble();          // X-coord of AP
         yCoord = rnd.nextDouble();          // Y coord of AP
         if(i<2)
              numbers.addElement(new Point2D.Double(xCoord,yCoord));
              System.out.println("0th n 1st element added : "+i+ "   "+numbers.get(i));
         else
         for(int j=i-1;j>i-2;j--)
              if((numbers.get(j).distance(xCoord,yCoord))>0.3)
                   numbers.addElement(new Point2D.Double(xCoord,yCoord));
                   System.out.println("next element added : "+i+ "   "+numbers.get(j)+"  with distance: "
                             +(numbers.get(j).distance(xCoord,yCoord))+"from "+ xCoord + " "+ yCoord);
         Iterator it = numbers.iterator ();
           while (it.hasNext ())
            System.out.println(it.next());
         public static void main(String[] argv)
              Distance d = new Distance();
              d.getList();
    }Thanks a lot

    Hi all
    I am adding Point2D elements to a vector "Numbers" in such a way that every newly randomly created element that is at a distance of 0.3 from all the previous points is added else not.
    I have written a code that only checks from the last element but not all the previous elements.
    Can someone check what wrong am I doing.
    The code is runnable.
    import java.awt.geom.Point2D;
    import java.util.*;
    public class Distance
         Vector<Point2D> numbers = new Vector<Point2D>();
         Random rnd = new Random();
         void getList()
         double xCoord,yCoord;
         for(int i=0;i<5;i++)// is is the no. of coordinates stored later only "b" to be used
         xCoord = rnd.nextDouble();          // X-coord of AP
         yCoord = rnd.nextDouble();          // Y coord of AP
         if(i<2)
              numbers.addElement(new Point2D.Double(xCoord,yCoord));
              System.out.println("0th n 1st element added : "+i+ "   "+numbers.get(i));
         else
         for(int j=i-1;j>i-2;j--)
              if((numbers.get(j).distance(xCoord,yCoord))>0.3)
                   numbers.addElement(new Point2D.Double(xCoord,yCoord));
                   System.out.println("next element added : "+i+ "   "+numbers.get(j)+"  with distance: "
                             +(numbers.get(j).distance(xCoord,yCoord))+"from "+ xCoord + " "+ yCoord);
         Iterator it = numbers.iterator ();
           while (it.hasNext ())
            System.out.println(it.next());
         public static void main(String[] argv)
              Distance d = new Distance();
              d.getList();
    }Thanks a lot

  • Filtering not working for newly added child objects in master-detail table

    Hi,
    I am using Jdeveloper 11.1.1.4 version.
    Problem scenario:
    Filtering of records is not working for newly created child objects in a master-detail scenario.
    Steps to reproduce this issue using HR Schema (using LOCATIONS and DEPARTMENTS table ) :
    1. Create Business components (EO's & VO's ) for LOCATIONS & DEPARTMENTS table)
    1. Create a .jspx page and insert a readonly master table of Locations
    2. Insert a child table (inline-edit table) of Departments and enable filtering
    4. For the child table, drag and drop CreateInsert operation as a toolbar button .
    5. Create a new child record using the toolbar button and enter data .
    6. Filtering on the newly created child record's attributes does not work.
    Please note that the same filter works for existing child records.
    Any suggestions for resolving this issue?
    Thanks,
    Vikas

    Found from Fusion Developer's Guide the following snippet about QBE functionality :
    "+When you create data controls, all data collections will automatically include a Named Criteria node with an All Queriable Attributes criteria. This is the default view criteria that includes all the searchable attributes or columns of the data collection. You cannot edit or modify this view criteria+. "
    So, the question is if the implicit view criteria cannot be edited, how else to set the query execution mode to "Both" ?
    Shouldn't ADF BC support this by default? Is this a bug?
    Note:- If you create a maste-detail table using POJO datacontrols, filter works correctly for newly created child records also .
    This seems to be an issue with ADF-BC datacontrols only.
    Thanks,
    Vikas

  • Historical data load for newly added fields

    Hi,
    we are using cube 0UCSA_C01 with delta update which has gone live now the requirement is we have to  add 2 new fields to this cube  but the problem is how can we load previous data for dese fields dat has been updated already . Plz letme know hw this can b acheieved  plz letme know the proceedure to achieve dis..
    Thnx
    help will b apprciated

    Hi,
    populate historical data into a newly added field in an infoprovider
    How to populate historical data into a newly added field in an infoprovider
    /people/dinesh.lalchand/blog/2006/02/07/loopback-process--follow-up
    http://sap.ittoolbox.com/documents/popular-q-and-a/adding-characteristics-to-infocubes-2138
    Thanks,
    JituK

  • This field name is not known. for newly added fields

    dear sir,
    i ma using VS 2008 with CR.NET. There are previously dsigned reports. when I add some new Fields to the report, it prompts the error message
    [COMException (0x80041019): This field name is not known.
    Error in File C:\DOCUME1\TERESA1\ASPNET\LOCALS~1\Temp\PolicyReceipt {F0958318-C3D3-493D-9140-4CEA08B27B98}.rpt:
    Error in formula  <Address>.
    '{GetTransactionsForPolicyReceipt;1.ClientAddress_zh}+{GetTransactionsForPolicyReceipt;1.Address_zh_2}'
    This field name is not known.]
       CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) +0
       CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) +240
    here is the stored procedure
    select Transactions.TransactionID
                 , Transactions.PolicyDate
                 , Transactions.PolicyNumber
                 , ClientBranch.BranchName as ClientBranchName
                 , c.last_name + ', ' + c.other_name as ClientName
                 , c.last_name_zh + c.other_name_zh as ClientName_zh
                 , c.last_name as ClientLastName
                 , c.address as ClientAddress
                 , c.Address_2
                 , c.Address_3
                 , c.Address_4
                 , c.address_zh as ClientAddress_zh
                 , c.Address_zh_2
                 , c.Address_zh_3
                 , c.Address_zh_4
                 , c.email as ClientEmail
                 , c.[language]
                 , Gender.ShowName as ClientGenderName
                 , Gender.ShowName_zh as ClientGenderName_zh
                 , Institution.InstitutionName
                 , Product.ProductName
                 , FormulaType.FormulaTypeName
                 , Frequency.FrequencyName
                 , Frequency.FrequencyName_zh
                 , Frequency.FrequencyPeriod
                 , Frequency.IsLumpsum
                 , Currency.CurrencyName
                 , Currency.CurrencyName_zh
                 , Transactions.FrequencyPayment
                 , Transactions.Years
                 , Transactions.Terms
                 , Transactions.Remarks
    , c.Address_2
                 , c.Address_3
                 , c.Address_4
                 , c.Address_zh_2
                 , c.Address_zh_3
                 , c.Address_zh_4
    are newly added
    the other fields can be shown properly
    Edited by: tomckw on Oct 24, 2011 10:04 AM

    Only the RAS ( Report Application Server ) SDK includes API's to retrieve the version information. As you do not have full build of CR, you do not have the RAS SDK.
    Just as an FYI. The APIs are:
    CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument.MajorVersion
    CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument.MinorVersion
    A C# example code looks like this:
    MessageBox.Show("Report Version: " + (rptClientDoc.MajorVersion.ToString() + "." + rptClientDoc.MinorVersion.ToString()), "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
    I htink your only way to tell is to take the 10.2 report, add it to your VS2008 project and save. On save, if it says something like;
    "this report was crated ina precious version of CR"
    you know it is not 10.5.
    But I do not think that is your problem here...
    - Ludek

  • How do I get iTunes to auto-create a folder for newly added music?

    I used to add files into a new folder (literally named "New Folder"), play the songs from the folder (not iTunes), and iTunes would create a new folder appropriate for the artist and album, moving the songs to that new folder. Anyone know how to turn this feature on?

    This feature is usually called "Watch Folders", and iTunes doesn't have anything like that.

  • KEDR - Testing Newly added Cost Element to Derivation Rule

    Hi There -
    Background: We have Column in COPA KE30 report - 3BOXID. This field is updated with Blank and the reason we found is cost element is missing in dervation rule and we added the respective cost element to Derivation Rule
    Can you please help me in testing this
    Thanks
    Sri

    Hi,
      Basically i understand that you wish to have HR posting to COPA
      Please take a look at attached note 130344.
      Basically according to the note there are 2 options:
    1. The update of data from the Payroll in Controlling should be carried out in the standard system to the cost center. The actual commissions posted to cost center can then be posted to Profitability Analysis by assessment.
    2. If you assign the relevant account via the automatic account assignment in transaction OKB9 to profitability segment a costing-based CO-PA document should be created for the postings of transaction PCP0. The profitability segment determined should only be filled rather scarcely though as not much information is available in this case.
    regards
    Waman

  • BPM reporting not displaying data for newly added field

    Hello All,
    I have a BPM process up and running fine. I have added reporting for monitoring no. of context field. I have also created a VC model for displaying the BPM report data. However, VC application is displaying only the context field that I had selected initially during the New Reporting Datasource creation. It'd not display the reporting data for the field that I added later.
    Please help

    Hi Apoorva ,
    Have you checked in the process repository whether your new process is activated or not?
    Thanks & Regards,
    Rohit

  • How to get the histoical data for newly added field in the cube?

    Hi Experts,
    I have small doubt on remodeling the infocube.
    After adding the characteristic or keyfigure  to a cube by using remodeling concept, how can I get the historical data for that particular field.
    I have searched in SDN also but I didn't get proper information.
    Please excuse me if I posted repeated question.
    helpful answer will be awarded with poitns.
    Thanks & regards,
    Venkat.

    hi
    depending on your customer need you could use the remodelling functionnality but sometimes you have no way to retrieve what you want so another option you should consider is the following:
    Advantages
    that will cost less effort and guarantee the result.
    Drawbacks
    data is redondant for a while
    space (depending on the volume of historical data)
    So here are the steps :
    step 1Adjust your extraction process according to the fields you need to add to populate the cube.
    step 2 Then create a dso next or even a cube, feed the dso with a full load with the enhanced extractor you adjusted with the new fields in step 1 only once in fact this should be one shot.
    step 3 Copy the query to the previous built  multi-provider on top of the new historical data from dso and the running live delta cube. Adjust the queries if necessary.
    optionnal Then if you want to get rid of the dso or new cube for historical data you could empty the actual one push the data from the new data provider and that's all.
    bye
    Boujema

  • Genius doesn't work for newly added songs

    I've noticed lately that Genius Playlists don't seem to work for anything I've added within the last 6 months or so.  I get a message saying that a playlist can't be made, and a suggestion to pick a different song.
    It seems like at a certain point, anything I added to my Library from that point forward stopped being Genius-able.  I've updated it from the Store menu.  I've even disabled it and re-enabled it. 
    These are not super obscure tracks... Ben Folds, Decemberists, Sufjan Stevens...
    Any thoughts?  The only weird thing that I can think to mention is that I moved my iTunes library to a shared folder a while back so that my wife could access the same Library from her OS X account.  Is that something that could have affected this? 

    I've found a lot of threads in this forum with the exact same issue.  Can ANYONE create genius playlists from songs from the following albums?
    Ben Folds - Lonely Ave
    The Decemberists - The King Is Dead
    Sufjan Stevens - The Age of Adz

  • Webcenter group space access denied for newly added user in oid group .

    Hi All,
    We have upgraded our webcenter with latest version 11.1.1.4.
    We have created a groupspace where we set the acceess for group space usiing add groups .
    Suppose i have added userRoles1 to get access of this groupspace.
    Now i am adding another user part of this usergroup from some oid console .
    I am able to see this user in the member of this userRoles but whenever this user
    is trying to access this gs getting unauthorized access message .
    Any pointer please .
    Regards ,
    Arun

    Hi,
    User Account Control treats members of the Administrators group as standard users.
    With UAC enabled, members of the local Administrators group run with the same access token as standard users. Only when a member of the local Administrators group gives approval can a process use the administrator’s full access token. This process is the
    basis of the principle of Admin Approval Mode.
    When an administrator logs on to Windows Vista or newer, the Local Security Authority (LSA) creates two access tokens. If LSA is notified that the user is a member of the Administrators group, LSA creates the second logon that has the administrator rights
    removed (filtered).
    To work around this issue, use the net use command together with a UNC name to access the network location.
    Programs may be unable to access some network locations after you turn on User Account Control in Windows Vista or newer operating systems
    http://support.microsoft.com/kb/937624
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Not getting correct data for newly added field in 0FI_AR_4

    Hi to all,
    I have added SPART field from VBRK table into 0FI_AR_4 datasource .
    Based on join BSID-VBELN = VBRK-VBELN to get SPART from VBRK table.
    but i found that some VBELN are not maintained in VBRK table, But are Present in BSID table, so i am not get SPART for which no
    VBELN maintained in VBRK.
    Please can any one tell me, what condition should i take to get SPART from VBRK to 0FI_AR_4.
    as i knew that only BSID-VBELN = VBRK-VBELN sufficent to get data for SPART.
    or any different condition i required.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

    Thanks for reply,
    i have written code for that like that.
    SELECT SINGLE * FROM VBRK
    WHERE VBELN = <fs_d>-VBELN .
    if sy-subrc = 0.
    <FS_D>-SPART = VBRK-SPART.
    endif.
    ENDLOOP.
    according to it result are not capturing all SPART from VBRK. as it only matches the VBELN which are same in both VBRK and BSID table.
    so how to get SPART from VBRK if same VBELN is not maintained in both tables.
    Please can you tell me CODE for that.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Feb 1, 2011 4:53 AM

  • Cannot edit ID3 tags for newly added tracks

    I want to stress: this is for iTunes 10.5 b2 but I want to make sure this gets out there so this issue can be resolved sooner rather than later since it's somewhat ESSENTIAL for iTunes to actually function properly.
    But I upgraded to b2 from b1 today and now anytime I add any new mp3 files I cannot edit the ID3 tags - in fact I go to edit them and all the options are greyed out...
    Anything added PRIOR to the upgrade is editable it's just anything I add since the upgrade. I've tried restarting the app and it still is locked.
    Anyone have any suggestions? Has anyone else seen this?

    Since iTunes 10.5 is development release only and you as a developer agreed to not discuss it in accordance with your non-disclosure agreement, you should post the question over here -> http://www.developer.apple.com

  • SWIM collection in Prime fails for newly added Cisco 3650 switch

    Currently carrying out a refresh of my LAN devices moving to Cisco 3650 PS-S, when running SWIM from the software image management in Prime 2.1 I receive the following output:
    Image collection from source
    Collecting image with Protocol : SCP
    Collecting image with Protocol : TFTP
    FAILURE
    FAILURE
    FAILURE
    SWIM_20002:Image Collection has not succeeded from device, Please check the status of the device or re-sync the Device from Device Work Center.
    Invalid image import operation. Import operation not supported for [bootflash:packages.conf].
    Invalid image import operation. Import operation not supported for [bootflash:packages.conf].
    Is the 3650 not currently supported by Prime 2.1 for image collection?

    What is missing from the example is the fact that you need to create a Variable in the Manage Variable List for the $interfaceNameList object. Here is what I did:
    Template Detail:
    CLI Content:
    #foreach ($interfaceName in $interfaceNameList)
            interface $interfaceName
                 shutdown
            exit
    #end
    Next hightlight the interfaceNameList name and then click on the Manage Variables icon (upper right corner of the dialog). This will create a new variable of type String called interfaceNameList. Edit this new variable and change it to:
    Type: DB
    Default Value: IntfName
    Note: IntfName was retrieved from the list of predefined variables listed in /opt/CSCOlumos/conf/ifm/template/inventoryTagsInTemplate mentioned above.

Maybe you are looking for

  • F-28 Error.(URGENT)

    Hi to all. It's real time error in F-28. While enduser post F-28 customer incoming invoice, he entered wrong bank g/l in the bank account colum. That was find and Reversed by using FB08. But in clearing amount we could not reverse. only we should Res

  • Passing text information from sales order to purchase requisition

    Hi My requirement is in third party processing. I want to pass line time text in sales order to the purchase requisition created in a third party processing. My question : is it possible in standard config setting? If not, Is there any user exit to a

  • Flash player crashes on multiple websites on all browsers

    I was viewing www.liveleak.com watching many videos perfectly fine. I left to take a break for awhile and now any time i attempt to watch a video it will crash. The whole page will load up except the flash player. As soon as it attempts to load up th

  • How to getcapabilities of user who logged into IDM?

    Hi All, I am having the same problem. I have posted this question earlier also. But some one said forms will always have the refrence of the configurator. But in the documentation its is said that <ref>:display.session</ref>, will be a valid Identity

  • Regarding Oracle Database 10g Express Edition Limitations

    hi all As we all know that oracle XE is free for enterpise use with some limitation of 4GB space. can any body let me know that 4GB includes (all the datafiles size) or (all datafiles + temp files) If any body know about other limitations of oracle X