Deleting cloud service from new portal

When you delete a VM, there's a cloud service that remains. In the older portal, you can see this leftover cloud service in the "Cloud Service" tab and delete it. Is there a way to delete this leftover cloud service in the new portal?

Hi,
As of now, there is no option to delete the Cloud Service from New Azure Portal which is still in Preview. You have to delete the Cloud Service from the Old Portal itself.
Regards,
Manu

Similar Messages

  • Calling a web service from a portal application / SOAP Action

    Hallo,
    Ich möchte aus einer Portal Applikation auf einen Web Service zugreifen.
    Dafür habe ich mit dem Wizard "Portal Service from Wsdl file - Client side"
    eine Portal Service erzeugt, auf den ich dann zugreife.
    Leider wird dabei ein Fehler ausgegeben (Stacktrace-Ausschnitt s.u.).
    Ich habe ein Posting zu dem Fehler hier im SDN gefunden, leider hatte dort niemand eine Antwort. Vielleicht hat inzwischen jemand eine Idee?
    Das Feld soapaction ist in der soapconfig.xml leer angegeben (soapaction="").
    Es ändert aber nichts an der Fehlermeldung, wenn ich dort etwas eintrage.
    Ein weiterer Gedanke ist, dass die soapaction, die wenn ich es richtig verstehe eine URL auf die web service methode enthalten soll, im Grunde dynamisch sein sollte, da der Web Service lokal in dem Portal läuft, auf dem die Applikation gerade deployed ist. Auf den Web Service wird mit WebDynPro erfolgreich zugegriffen (dynamisch). Meine Vermutung ist, dass hier das Problem liegt und es entweder mit diesem Wizard nicht möglich ist oder ein Bug vorliegt.
    Also ist die Frage: Wie erzeuge ich dasselbe für eine Portal-Applikation?
    Ich hoffe, dass mir jemand mit einer Antwort oder Hinweisen wo man weiterforschen kann, weiterhelfen kann.
    Freundliche Grüße,
    Daniel Dehnhard
    Stacktrace:
    Component finished with error: (com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion)
    java.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.processParams(PRTSOAPBodyElement.java:253)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.init(PRTSOAPBodyElement.java:190)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.(PRTSOAPBodyElement.java:56)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.init(PRTSOAPBody.java:94)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.(PRTSOAPBody.java:36)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.init(PRTSOAPEnvelope.java:113)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.(PRTSOAPEnvelope.java:54)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.processSOAPMessage(PRTSOAPMessage.java:58)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.(PRTSOAPMessage.java:40)
    at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:180)
    at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
    at de.enviam.ep.egk.km.webservicewrapper.Z_EP_EM_EGK_CustomerGroupToCRMData.getCustomerGroup2CrmDataByGPNr(Z_EP_EM_EGK_CustomerGroupToCRMData.java:218)
    at de.enviam.ep.egk.km.imp.EPImpSchedulerTask.resolveGroupId(EPImpSchedulerTask.java:764)

    Hi,
      I am accessing a web service from a Portal Component through a Portal Web Service. First i created a web service, then a portal web service which is made to access the wsdl file of the web service. Now i access the Portal Web Service from a Portal Component. Now i am getting an error as,
    Exceptionjava.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    The code which i wrote in component is below
    String text = "word";
    FuncHelloResponse res=new FuncHelloResponse();
    FuncHello fn= new FuncHello() ;          
    fn.setName(text);
    res= (  (INewPortal) PortalRuntime.getRuntimeResources().getService(INewPortal.KEY)).FuncHello(fn);
    response.write(res.getResponse());
    Can any one solve this problem?

  • Using Powershell to delete all users from the Portal

    Summary
    This script will delete all users from the Portal except for Administrator and the Built-In Sync account.
    Based on Markus's "Delete a User" script.
    Useful when developing your system if you want to quickly clear out the data and start again.
    set-variable -name URI -value "http://localhost:5725/resourcemanagementservice' " -option constant
    function DeleteObject
    PARAM($objectType, $objectId)
    END
    $importObject = New-Object Microsoft.ResourceManagement.Automation.ObjectModel.ImportObject
    $importObject.ObjectType = $objectType
    $importObject.TargetObjectIdentifier = $objectId
    $importObject.SourceObjectIdentifier = $objectId
    $importObject.State = 2
    $importObject | Import-FIMConfig -uri $URI
    if(@(get-pssnapin | where-object {$_.Name -eq "FIMAutomation"} ).count -eq 0) {add-pssnapin FIMAutomation}
    $allobjects = export-fimconfig -uri $URI `
    –onlyBaseResources `
    -customconfig "/Person"
    $allobjects | Foreach-Object {
    $displayName = $_.ResourceManagementObject.ResourceManagementAttributes | `
    Where-Object {$_.AttributeName -eq "DisplayName"}
    if([string]::Compare($displayName.Value, "Administrator", $True) -eq 0)
    {write-host "Administrator NOT deleted"}
    elseif([string]::Compare($displayName.Value, "Built-in Synchronization Account", $True) -eq 0)
    {write-host "Built-in Synchronization Account NOT deleted"}
    else {
    $objectId = (($_.ResourceManagementObject.ObjectIdentifier).split(":"))[2]
    DeleteObject -objectType "Person" `
    -objectId $objectId
    write-host "`nObject deleted`n" $displayName.Value }
    Go to the FIM ScriptBox
    http://www.wapshere.com/missmiis

    The DeleteObject function opens and closes a connection for each object.  This approach is faster:
    http://social.technet.microsoft.com/wiki/contents/articles/23570.how-to-use-powershell-to-delete-fim-users-that-have-a-null-attribute-name.aspx
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • I cant delete Voip services from E72

    Hello.
    I cant delete Voip services from E72. i made one mistake, when i tried to delete sip-profile: at first I delete it in net menu. After that when Im trying to delete it , phone return to me message: Service is in use. Cannot edit settings. That problem blocking hard reset, also (say something about active calls and connections, but Cell network and WiFi is inactive).
    PS: Excuse me for my very very bad english.

    What app is that?
    Did you press and hold the app icon till it wiggles and tap the X to delete?

  • I would like to confirm if I will be able to run Photoshop Cloud Services from Israel, Sofia, CR

    I would like to confirm if I will be able to run Photoshop Cloud Services from Israel, Sofia, CR  it is not listed in th countries list.

    I don’t know.
    But if you only have to work while travelling about (and I understand correctly) then this might not be an issue with cloud-Photoshop as that can work offline and »only« needs to verify the license every 30 days (or so).
    Maybe you should also ask over at
    http://forums.adobe.com/community/download_install_setup

  • Delete UME Action from a portal role

    Hi,experts!
    I have created a portal role.
    The role have UME ation(UME.AclSuperUser,UME.Manage_All),but I don't know why Ations belongs to the role.
    If you have the knowlege of this problem, please tell me how to delete UME ation from a portal role.
    Best regards.
    Edited by: miki on Dec 11, 2008 10:03 AM

    HI,there.
    I found out a inconsistent data inside the Role.
    I checked :
    Content Administration -> Portal Content -> Role -Objects
    and opened a property editor.(property category "permissions (Java-Based").
    There are also settings about Permissions(Actions) as Useradmin, and a discrepancy in the system occurs between this setting and Useradmin.
    I changed this setting and fixed the error .
    Thank you for your help:)
    Best regards.
    Edited by: miki on Dec 16, 2008 6:16 AM

  • Delete Repository Service from portal

    Hi.
    I want to completely remove a custom Repository Service from my NW04s/SP9 Portal. I already deleted the service config and undeployed the containing par.
    What else?
    Jan

    Check out this thread. Something similar would do for a KM Repository as well.
    <a href="https://forums.sdn.sap.com/click.jspa?searchID=2812737&messageID=608126">https://forums.sdn.sap.com/click.jspa?searchID=2812737&messageID=608126</a>

  • Can't publish to Azure Cloud Service from Visual Studio 2013

    I have a VS project that I upgraded from VS 2012 to VS 2013. I can run it locally, and had no issues publishing to Azure when I was using VS 2012. When I attempt to publish the upgraded app to an Azure Cloud Service that already exists, I am getting this
    error.  Note that I have checked the Service Config files and did a search on the entire solution and can not find any reference to "LocalStorage1" anywhere in the Project or Solution. I have another VS 20113 Project that publishes just fine
    to Azure Cloud Service. Any ideas on how to fix this?
    PUBLISH ERROR:
    Windows Azure could not find the resource LocalStorage1 in the service package. To upgrade the deployment, you must add the resource. Otherwise, perform a new deployment.

    That's actually what I meant in my first post. When publishing to a new service, it is fine, because the deployment does not have to compare what is already there (it is a new service, so nothing is there) and what is in your package. But while upgrading
    a service, bunch of settings have to match between an existing service and the package you are trying to upload. So the error you got wasn't about you having something extra in your package, but having something extra in your existing service and missing in
    the package you were uploading. Hope that helps.
    Anyway, please move this question to cloud services forums (this one is for web sites only), as there are experts in that area and they might be able to help you better.
    Thanks,
    Petr

  • Is there a way other than redeployment to migrate existing Cloud Services from one data center to another?

    We have a need to correct affinity of Cloud Service, Azure DB, Storage and Mobile Services such that they are on a singl datacenter and do not get impacted by network latency when these components communicate with each other. Also to distribute various environments
    across different data centers we need to realign some environments to mitigate all environments getting impacted if there is outage.
    Existing Cloud Services and related Service Bus queues and topics need to be moved to a different datacenter. Is there a way to do this without having to redeploy cloud services (web and worker roles) or recreate the service bus entities (queues and topics)?
    Also, the existing Cloud Service URL need to be retained without with user authentication won't be possible and hence when completed, the new cloud service should have the same URL.
    Please provide best available options for achieving this or ask question if more information is needed.

    Hi sumeetd,
    As far as I know, currently there is no directly way to move services from one data center to another unless redeployment. You could submit a feature suggestion via this page (http://feedback.azure.com/forums/34192--general-feedback
    ). And at the same time,you could contact with azure support team via the channel below:
    http://www.windowsazure.com/en-us/support/contact/
    Any questions, please feel free to let me know.
    Regards,
    Will
    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.
    Click
    HERE to participate the survey.

  • Deleting a service from NT services panel

    Can someone please tell me how I delete(remove) a service from the services panel under NT? My Tomcat-Jakarta service didn't start right, so I need to remove the older one in order to start a new one.
    TIA,
    Mark

    Hi,
    There is a utility in Windows Resource Kit to delet the NT Services but i do not know the actual Name of that Utility ... U Can DO this.
    Go to Registry.
    Go to
    Hkey_Local_Machine/System/Services
    Delete all the entries u do not want and restart the machine the Services will deleted from the services dialog..
    Hope this helps..
    Regards,
    Ganesh R

  • Restoring Deleted Cloud Service and its Deployments

    Hi Everyone - 
    Is it possible to restore a cloud service together with all its deployments?
    I accidentally deleted one of our environment and I was just wondering if it is possible to restore it.
    Appreciate anyone's help.
    Thanks
    Frankie

    Hi Frankie,
    How did your delete the environment? If it is a VM and you choose the "keep the attached disks", then the disks on the VM would be kept on the storage account and you can use the disk to recreate a new VM. However, the data on the D:(temporary
    driver) would be lost.
    In addition, if you delete the cloud service, which option did you select? If you choose "Delete the cloud service and its deployments", then all the virtual machines will be deleted, along with the attached disks, their associated
    VHD files, DNS name and VIP. In these scenario, it is impossible to restore them.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Accessing portal service from abstract portal component

    Hi
    I have created a portal service where it contains getdata() and putdata(String) methods.
    I have created a abstract portal component and trying to access the portal service from this component.
    In portalapp.xml file of the portal component i have created the sharing reference and i have given the service name.
    When i run the component it says service not found.
    Please let me know if i have missed some things
    Thanks and Regards
    NagaKishore

    Hi Prakash
    Sorry for the latereply.
    find below the code for the interface
    package com.sap.global;
    import com.sapportals.portal.prt.service.IService;
    public interface IGlobalContext extends IService
        public static final String KEY = "IGlobalContext.GlobalContext";
        public void putData(String strUserID,String strSessionID);
        public String getData();
    portalapp.xml file of the portal service.
    <application>
      <application-config/>
      <components/>
      <services>
        <service name="GlobalContext">
          <service-config>
            <property name="className" value="com.sap.global.GlobalContext"/>
            <property name="startup" value="true"/>
          </service-config>
          <service-profile>
            <property name="Test" value="true"/>
          </service-profile>
        </service>
      </services>
    </application>
    I am doing the following steps to access the portal service in the abstract portal component.
    1. Add the portal service to the java build path of the abstract portal component.
    2. do content method has the following code.
    String userid ="",sessionid="";
              response.write("Welcome");
              try
              IUserContext uc= request.getUser();
              userid = uc.getLogonUid();
              sessionid = request.getServletRequest().getSession().toString();
              response.write("Iview "+userid);
              IGlobalContext uid = (IGlobalContext)PortalRuntime.getRuntimeResources().getService(IGlobalContext.KEY);
              uid.putData(userid,sessionid);
              response.write(" Response from Service " + uid.getData());
             }catch (Exception e)
                  response.write(e.toString());
    3. portalapp.xml of abstract portal component
    <application>
      <application-config>
        <property name="SharingReference" value="GlobalContext"/>
      </application-config>
      <components>
        <component name="LandingPageComponent">
          <component-config>
            <property name="ClassName" value="com.satyam.landing.LandingPage"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services/>
    </application>
    I am getting the following error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Could not find portal application GlobalContext.
    Exception id: 11:53_08/04/05_0095_1641450
    See the details for the exception ID in the log file
    Thanks in advance
    Regards
    NagaKishore

  • How do i delete cloud songs from ipad on my iphone 4

    how do i delete songs on my iphone 4 they have a cloud next to them i tryed pluging it into i tunes they dont show up no matter how many times i sync. i just want them gone

    From your iPod, go to
    Settings -> Music -> Show All Music
    Switch the Show All Music switch off
    so that only the music you've downloaded onto your device will be shown.
    Note :
    Music that has played from purchased will be downloaded.
    Settings > general > usage > music and swipe to delete all music from your iPhone 4. After that it should no longer show up when "show all" is turned off.
    Thx

  • Hi : deletion of service from esr

    Hi All , Please comment on following:
    I have created a service in ESR (se80 esr) , now i want to delete that entry , and when i right click on that entry and click on delete proxy , it does not actually deletes the service.. please propose a solution....

    Hi look at this Thread
    I think so your quessr is solved here , look at the suggesion given by Jitender
    Re: Service Registry documentation URL and deleting published services?
    Regards
    Abhishek

  • How to access BW RFC FM as web service from Enterprise portal using SSO

    We have developed a custom remote function module in our BW system. We are accessing this function module as a webservice from a java class we have written. This java class access the BW webservice and formats the output. We created a webservice on top of this java class and deployed on the Enterprise Portal. SSO is setup between EP and BW systems. So when i make call to the BW RFC webservice, i would like to make use of SSO setup between EP and BW instead of hardcoding the user id and password while calling the webservice. Please advise on how to achive this.
    Thanks for the help.
    Thanks
    Hari
    Edited by: Hari Krishna Nalluri on Mar 19, 2008 12:41 PM

    Hi,
    Go to webserive perspective -> WebService Configuration -> Expand config node->Security-> Select HTTP Authentication and check Use SAP logon tickets option.
    Ashutosh

Maybe you are looking for

  • Windows 7 Group Policy Processing - EventID 1058

    I am having an issue with Windows 7 clients refreshing group policy. When I run gpupdate the user policy refreshes and the moves on to the computer policies but fails displaying the error below.  Replication topology checks out, dcdiag returns no err

  • Getting junk character while creating PDF image for Hebrew language

    Hi, I have a issue while creating PDF image for invoice in Hebrew language . I can able to create a PDF image but it' showing junk characters instead of Hebrew characters. Please provide your inputs to resolve this issue. Thanks, Joy.

  • RDF - Which version was it created in?

    Is there any way of telling which version of report builder a particular RDF was created in? I am using 6i Reports and when I open a particular module, I get the 'REP-20129' error (Warning: Opening a report saved with a newer version of Report Builde

  • Frame Rate Error playing back h.264 encoded files in QT

    I originally posted this in the FCP HD forum, but was told that I might be able to get help here. I really like the h.264 codec, but I have to use Quicktime Conversion, instead of QT Movie, when I export in FCP. I get a 'Codec Error' when I try to ex

  • Fail to deploy items in ordered test

    Hi all, We are trying to use .orderedtest to test a sequence of behavior. For testing the behavior, we need deploy some external resources or test files to the unit test output folder, so that I created a Local.testsettings to add the deployment item