Trying to create a VM using reserved IP but getting error "Must specify MediaLocation or set a current storage account using Set-AzureSubscription"

I have created a reserved Ip and wanted to create a VM using the reserved IP. I had also created  aimage of existing Vm to create the new VM and I have used command on Windows Powershell as mentioned below.
New-AzureVMConfig
-Name
"Amazon-10eBay-1" -InstanceSize
“Small” -ImageName
“Amazon-10-Image” | Add-AzureProvisioningConfig
-Windows -AdminUsername
“Akash” -Password “Stoneindia11” |
New-AzureVM
-ServiceName
"Amazon-10eBay-1" -ReservedIPName
"ResIPamazon10eBay1" -Location
"West US"
But its showing error "Must specify MediaLocation or set a current storage account using Set-AzureSubscription".
I have been trying to create this Vm from many days but not able to create one. Please help

Hello,
Microsoft Azure forums are over here:
https://social.msdn.microsoft.com/forums/azure/en-US/home
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book:
Windows PowerShell 2.0 Bible
My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Similar Messages

  • Photoshop elements quit working, I uninstalled it, tried to re-install using the cd, but getting errorPhotoshop elements quit working, I uninstalled it, tried to re-install using the cd, but getting error, any other way to re-install it without the disk ?

    Photoshop elements quit working, I uninstalled it, tried to re-install using the cd, but getting error, any other way to re-install it without the disk ?

    Yes.
    Download Photoshop Elements products | 13, 12, 11, 10
    However, the real issue is why the program is not working. Did you install anything recently?
    When you tried to re-install from the disk, did you shut off the antivirus program temporarily?
    Have you tried a system restore to a point in time when the program was working properly?

  • Creating custom activity( DSC service)..but  getting errors while starting  service in workbench

    Hi ,
    I have some hands on   developing the  process. So I started creating one custom activity.
    I created one activity  which takes  inputs and gives a string after some  calculation. But program requires some additional jar  files which are  included as  lib folder in  my  java  project.
    I exported java project as jar  file and installed successfully in  the workbench. But while starting the component .. getting error like  ::
    Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: net.fortuna.ical4j.model.Date
    at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
    at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
    at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at org.ungoverned.moduleloader.ModuleClassLoader.findClass(ModuleClassLoader.java:291)
    at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:164)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 117 more
    Please find full description of  the error in the attachment. Hope LC  is   not taking  added jars in the  lib.
    Because of this error i am not able to go forward.
    Do I need to add/include the  necessary   jars into LC ? .
    Please guide me  how to resolve this error.
    Waiting  for your answer.
    Thanks
    Praveen

    Putting the jar in the appserver's lib folder is one way to have the class found at runtime, but not all sites will allow you to do this because you just made it available to everything running on the appserver.  Plus, now as you move your dsc around from test to staging to production, you have to remember to move the jar as well.
    The alternative is to include the jar in your DSC and reference it in the classpath node in the component.xml file.
    Just checkout how the distributed DSCs do it (adobe-remoteevents-dsc shows 2 jars in the root of the package and both are referenced in the component.xml's classpath.
    Jon

  • Trying to use system recovery but getting error f3-f100-f001

    My computer currently will not start in anything but safe mode(starting normally will not load computer), so I'm trying to restore my computer to its factory defaults. However whenever I choose the Repair Your Computer option after pressing F8 at startup, I get the error f3-f100-f0010 which forces my laptop to shut down. I was getting blue screens before this happened so I believe my OS driver (Windows 7)is corrupted. How would I be able to fix this error and reinstall my OS? The Model No. of my computer is PSK2LU-001003 Toshiba Satelite, by the way.

    That sounds like it's having trouble with the hard drive. Try performing a recovery by holding '0' (zero) while booting the laptop.
    - Peter

  • Trying to make an image of a Server but getting error message

    I'm trying to make a disk image (.dmg) of an XServe. I boot the XServe off of an external drive, fire up disk utility and choose File>New>Disk Image from <server volume>
    Then I choose where I want the .dmg file to be created. It doesn't matter where I try to put it (one of the additional two unused hard drives in Bay 2 or Bay 3, or on a network volume), I get an error message: "Unable to create <server volume> (Resource Busy)."
    What am I doing wrong? Or what do I not understand yet?
    Thanks.

    Hi.
    Tried another tactic. I booted up the XServe into Target Disk Mode on a MacBook Pro. Then fired up Disk Utility again and chose File>New>Disk Image from "server volume". It started, but erred out with the "Resource Busy" message. Then I tried the same thing but this time instead of "server volume", I chose File>New>Disk Image from "698.6 GB AAPL FireWire Target Media". It still erred out with the "Resource Busy" message. Then I tried File>New>Disk Image from Folder, and then chose "server volume", and then selected where to save the .dmg and it started to create the image, but erred out with "Unable to create "server volume" (No such file or directory)." Then I tried "Disk Image from Folder" again, but this time chose "698.6 GB AAPL FireWire Target Media", selected where to save the .dmg, and once again, it started to create the image, but erred out again with "Unable to create "server volume" . I'm at a loss. I am unable to create an image of the XServe HD and I need to. Does anyone out there have any ideas? Thanks.

  • HOW TO CREATE TEXTELEMENTS AUTOMATICALLY I WROTE PROG BUT GETTING ERROR?

    DATA: ITAB TYPE TABLE OF STRING,
          WA_LINE TYPE STRING,
          LENGTH TYPE I,
          STRING1 TYPE STRING,
          T1 TYPE STRING VALUE 'TEXT-',
          RESULT TYPE STRING,
          KEY(3) TYPE N VALUE 001,
          IDX TYPE SY-TABIX,
          IT_STRING TYPE TABLE OF STRING,
          IDX1 TYPE SY-TABIX VALUE 2,
          WA_STRING TYPE STRING,
          LIN TYPE I,
          LIN1 TYPE I,
          FLAG(1) TYPE C.
    DATA : TARGET_TEXTPOOL TYPE TABLE OF TEXTPOOL.
    DATA : WA TYPE  TEXTPOOL.
    *PROG = 'Z_TEXT1'.
    PARAMETERS PROG TYPE C LENGTH 30.
    READ REPORT PROG INTO ITAB.
    LOOP AT ITAB INTO WA_LINE.
      IF WA_LINE IS NOT INITIAL.
        IDX = SY-TABIX.
        IF WA_LINE CS ''''.
          IF  WA_LINE NS 'WHEN' AND WA_LINE NS 'SET' AND WA_LINE NS 'SELECT'
            AND WA_LINE NS 'CHECK' AND WA_LINE NS '*.TXT' AND WA_LINE NS 'CALL'
            AND WA_LINE NS 'MESSAGE' AND WA_LINE NS 'DEFAULT'.
           SPLIT WA_LINE AT '''' INTO TABLE IT_STRING.
           DESCRIBE TABLE IT_STRING LINES LIN.
           LIN1 = LIN / 2.
           DO LIN1 TIMES.
            READ TABLE IT_STRING INTO WA_STRING INDEX IDX1.
            IF WA_STRING IS INITIAL.
              EXIT.
            ENDIF.
              LENGTH = STRLEN( WA_STRING ).
                 IF LENGTH > 3.
            WA-ID = 'I'.
            WA-KEY = KEY.
            WA-ENTRY = WA_STRING.
            WA-LENGTH = LENGTH.
            APPEND WA TO TARGET_TEXTPOOL.
          INSERT TEXTPOOL PROG FROM TARGET_TEXTPOOL LANGUAGE SY-LANGU.
          INSERT REPORT PROG FROM itab.
            INSERT WA INTO TABLE
            CONCATENATE T1 KEY INTO RESULT.
            CONCATENATE '''' WA_STRING '''' INTO STRING1.
            REPLACE STRING1 IN WA_LINE WITH RESULT.
            MODIFY ITAB FROM WA_LINE INDEX IDX.
           INSERT TEXTPOOL PROG FROM TARGET_TEXTPOOL LANGUAGE 'E'.
            KEY = KEY + 1.
            IDX1 = IDX1 + 2.
      CLEAR WA_STRING.
      CLEAR STRING1.
      ENDIF.
          ENDDO.
              ENDIF.
            ENDIF.
        CLEAR WA_LINE.
      ENDIF.
      IDX1 = 2.
    ENDLOOP.
    loop at itab into wa_line.
      write:/ wa_line.
    endloop.
       INSERT TEXTPOOL PROG FROM TARGET_TEXTPOOL LANGUAGE SY-LANGU.
           INSERT REPORT PROG FROM itab.
    WRITE 'HI'...

    hi guru,
    i have written code but i am not able to display the TOTAL text at the end please verify the code.
    *& Report  ZSALES_DISCOUNT
    REPORT  ZSALES_DISCOUNT.
    type-pools: slis.
    tables: vbak,vbap.
    SELECT-OPTIONS: so_vbeln for vbak-vbeln.
    types: begin of ty_vbak,
           VBELN type vbak-vbeln,
           ERDAT type vbak-erdat,
           NETWR type vbak-netwr,
           WAERK type vbak-waerk,
           end of ty_vbak,
           begin of ty_vbap,
           vbeln type vbap-vbeln,
           POSNR  type vbap-posnr,
           KWMENG type vbap-KWMENG,
           VRKME TYPE VBAP-VRKME,
           NETWR type vbap-netwr,
           WAERK type  vbap-waerk,
           DISAMT type  vbap-netwr,
           end of ty_vbap.
    data: w_vbak  type ty_vbak,
          it_vbak type table of ty_vbak,
          w_vbap  type ty_vbap,
          it_vbap type table of ty_vbap,
          w_fieldcat type slis_fieldcat_alv,
          i_fieldcat type slis_t_fieldcat_alv,
          w_fieldcat1 type slis_fieldcat_alv,
          i_fieldcat1 type slis_t_fieldcat_alv,
          w_slis_selfield type slis_selfield,
          user_command type SLIS_FORMNAME,
          W_IS_LAYOUT TYPE SLIS_LAYOUT_ALV,
          repid type sy-repid,
          V_LINES TYPE I,
          i_event TYPE slis_t_event,
          i_sort TYPE  slis_t_sortinfo_alv,
           wa_sort TYPE slis_sortinfo_alv.
    W_FIELDCAT-COL_POS = '1'.
    W_FIELDCAT-FIELDNAME = 'VBELN'.
    W_FIELDCAT-OUTPUTLEN  = '20'.
    W_FIELDCAT-SELTEXT_L  = 'SALES DOCUMENT NUMBER'.
    APPEND W_FIELDCAT TO I_FIELDCAT.
    CLEAR W_FIELDCAT.
    W_FIELDCAT-COL_POS = '2'.
    W_FIELDCAT-FIELDNAME = 'ERDAT'.
    W_FIELDCAT-OUTPUTLEN  = '20'.
    W_FIELDCAT-SELTEXT_L  = 'Date of Order Created'.
    APPEND W_FIELDCAT TO I_FIELDCAT.
    CLEAR W_FIELDCAT.
    W_FIELDCAT-COL_POS = '3'.
    W_FIELDCAT-FIELDNAME = 'NETWR'.
    W_FIELDCAT-OUTPUTLEN  = '20'.
    W_FIELDCAT-SELTEXT_L  = 'net value of sales order'.
    APPEND W_FIELDCAT TO I_FIELDCAT.
    CLEAR W_FIELDCAT.
    w_FIELDCAT-COL_POS = '4'.
    W_FIELDCAT-FIELDNAME = 'WAERK'.
    W_FIELDCAT-OUTPUTLEN  = '20'.
    W_FIELDCAT-SELTEXT_L  = 'net value currency'.
    APPEND W_FIELDCAT TO I_FIELDCAT.
    W_FIELDCAT1-COL_POS = '1'.
    W_FIELDCAT1-FIELDNAME = 'VBELN'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = 'SALESORDER_NO'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    CLEAR W_FIELDCAT1.
    W_FIELDCAT1-COL_POS = '2'.
    W_FIELDCAT1-FIELDNAME = 'POSNR'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = 'ITEMS'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    CLEAR W_FIELDCAT1.
    W_FIELDCAT1-COL_POS = '3'.
    W_FIELDCAT1-FIELDNAME = 'KWMENG'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = 'NET_QUANTITY'.
    W_FIELDCAT1-qfieldname =  'VRKME' .
    W_FIELDCAT1-qtabname = 'VBAP' .
    W_fieldcat1-datatype = 'QUAN'.
    W_fieldcat1-do_sum = 'X'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    CLEAR W_FIELDCAT1.
    W_FIELDCAT1-COL_POS = '4'.
    W_FIELDCAT1-FIELDNAME = 'VRKME'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = 'NET_QUANTITY'.
    W_fieldcat1-datatype = 'UNIT'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    CLEAR W_FIELDCAT1.
    W_FIELDCAT1-COL_POS = '5'.
    W_FIELDCAT1-FIELDNAME = 'NETWR'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = 'NET_AMT'.
    W_FIELDCAT1-cfieldname = 'WAERK'.
    W_FIELDCAT1-ctabname = 'VBAP'.
    W_fieldcat1-datatype = 'CURR'.
    W_fieldcat1-do_sum = 'X'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    CLEAR W_FIELDCAT1.
    W_FIELDCAT1-COL_POS = '6'.
    W_FIELDCAT1-FIELDNAME = 'WAERK'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = 'CURRENCY'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    CLEAR W_FIELDCAT1.
    W_FIELDCAT1-COL_POS = '7'.
    W_FIELDCAT1-tabname = 'IT_VBAP'.
    W_FIELDCAT1-FIELDNAME = 'DISAMT'.
    W_fieldcat1-do_sum = 'X'.
    W_FIELDCAT1-OUTPUTLEN  = '20'.
    W_FIELDCAT1-SELTEXT_L  = '30% DISCOUNT_AMT'.
    W_FIELDCAT1-cfieldname = 'WAERK'.
    W_FIELDCAT1-ctabname = 'VBAP'.
    W_fieldcat1-datatype = 'CURR'.
    APPEND W_FIELDCAT1 TO I_FIELDCAT1.
    W_IS_LAYOUT-ZEBRA = 'X'.
    W_IS_LAYOUT-NO_VLINE = 'X'.
    W_IS_layout-no_input = 'X'.
    W_IS_layout-colwidth_optimize = 'X'.
    W_IS_layout-totals_text = 'Totals'(201).
    START-OF-SELECTION.
      PERFORM SORT.
      PERFORM build_events.
    SELECT VBELN ERDAT NETWR WAERK from VBAK into table It_vbak where vbeln in so_vbeln.
    repid = SY-REPID.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        I_CALLBACK_PROGRAM      = repid
        I_CALLBACK_USER_COMMAND = 'INTERACTIVE'
        IS_LAYOUT               = w_is_layout
        IT_FIELDCAT             = i_fieldcat
      TABLES
        T_OUTTAB                = it_vbak
      EXCEPTIONS
        PROGRAM_ERROR           = 1
        OTHERS                  = 2.
    *&      Form  INTERACTIVE
          text
         -->R_UCOMM      text
         -->RS_SELFIELD  text
    FORM INTERACTIVE USING R_UCOMM LIKE SY-UCOMM
    RS_SELFIELD TYPE SLIS_SELFIELD.
      IF RS_SELFIELD-FIELDNAME = 'VBELN'.
        DATA: TEMP_VBELN TYPE VBAK-VBELN,
              total TYPE STRING,
              subtot_text TYPE slis_subtot_text.
        CASE R_UCOMM.
          WHEN '&IC1'.
            CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
              EXPORTING
                INPUT  = RS_SELFIELD-VALUE
              IMPORTING
                OUTPUT = TEMP_VBELN.
            TEMP_VBELN = RS_SELFIELD-VALUE.
            SELECT VBELN POSNR KWMENG VRKME NETWR WAERK INTO CORRESPONDING FIELDS OF TABLE IT_VBAP
            FROM VBAP WHERE VBELN = TEMP_VBELN.
            IF sy-subrc = 0.
              SORT IT_VBAP BY VBELN POSNR KWMENG .
            ENDIF.
            LOOP AT IT_VBAP INTO W_VBAP .
              W_VBAP-DISAMT = ( ( W_VBAP-NETWR  / 100 ) * 30 ).
              W_VBAP-DISAMT = W_VBAP-NETWR - W_VBAP-DISAMT.
              MODIFY TABLE IT_VBAP FROM W_VBAP.
            ENDLOOP.
           PERFORM SORT.
           PERFORM EVENT.
           PERFORM SUBTOTAL_TEXT CHANGING subtot_text.
            CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
              EXPORTING
                I_CALLBACK_PROGRAM = REPID
                IS_LAYOUT          = w_is_layout
                IT_FIELDCAT        = I_FIELDCAT1
                it_events          = i_event
                i_default          = 'X'
              TABLES
                T_OUTTAB           = IT_VBAP
              EXCEPTIONS
                PROGRAM_ERROR      = 1
                OTHERS             = 2.
        ENDCASE.
      ENDIF.
    ENDFORM.                    "INTERACTIVE
    *&      Form  sub_populate_sort
          text
    FORM SORT .
      wa_sort-spos = '01' .
      wa_sort-fieldname = 'VBELN'.
      wa_sort-tabname = 'IT_VBAP'.
      wa_sort-up = 'X'.
      wa_sort-subtot = 'X'.
      APPEND wa_sort TO i_sort .
      CLEAR wa_sort.
    ENDFORM.                    "sub_populate_sort
    *&      Form  sub_get_event
          text
    FORM build_events.
      CONSTANTS : c_formname_subtotal_text TYPE slis_formname VALUE
    'SUBTOTAL_TEXT'.
      DATA: l_s_event TYPE slis_alv_event.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
        EXPORTING
          i_list_type     = 0
        IMPORTING
          et_events       = i_event
        EXCEPTIONS
          list_type_wrong = 1
          OTHERS          = 2.
    Subtotal
      READ TABLE i_event  INTO l_s_event
                        WITH KEY name = slis_ev_subtotal_text.
      IF sy-subrc = 0.
        MOVE c_formname_subtotal_text TO l_s_event-form.
        append l_s_event to i_event.
       MODIFY i_event FROM l_s_event INDEX sy-tabix.
      ENDIF.
    ENDFORM.                    " sub_get_event
    *&      Form  SUBTOTAL_TEXT
          text
         -->P_TOTAL        text
         -->P_SUBTOT_TEXT  text
    FORM c_formname_subtotal_text CHANGING P_TOTAL TYPE ANY
                          p_subtot_text TYPE slis_subtot_text.
      IF p_subtot_text-criteria = 'VEBLN'.
        p_subtot_text-display_text_for_subtotal
        = 'TOTAL'(001).
      ENDIF.
    ENDFORM.                    "subtotal_text

  • Trying to update frpm itunes 10 to itunes11, but get error message after installation

    I am trying to update my itunes to be compatible with my replaced iphone 4s (apllecare replacement) that is not compatible with my current iTunes 10.6.  I have tried several times to upload th enew version of iTunes to no avial getting an error message after a "successful installation" and the itunes reverts to 10.6.  Since my imac was an older unit I had to update to OSX 10.6.8 (sucessfully) and increase my RAM.  I am 120bucks in the hole plus the 49 dolar surcharge for the iphone replacement and i am still no closer to restoring my phone.  Help please

    First backup your music and content.
    Then delete iTunes 10.6 Drag the application from Finder > Applications to Trash. Empty Trash
    Try and install 10.7 first iPhone 4s will work with this. You can find the download here
    http://support.apple.com/kb/DL1576
    Install it. Does itunes 10.7 now appear? Is your content all there? Connect up your iPhone and start syncing.
    From there if you want to you can upgrade to iTunes 11 but it is only necassary if you have an iPhone 5

  • Reading item text of sales order using READ_TEXT but getting error

    Hi Experts,
    I want to read the Billing item text which is processed through from delivery.
    For that I am using FM  READ_TEXT, but getting error.
    Text 0090014392 ID 0001 language EN not found
    I am providing data in FM...
    ID : 0001
    LANGUAGE : E
    NAME : 0090014392 (Billing Document Number)
    OBJECT : VBBP
    but still I am getting the error...
    Can anyone provide solution?
    Regards,
    SURYA
    Edited by: suryabasu on Mar 10, 2011 5:49 AM

    hii
    try with this,
    select single tdtxtlines
                   from stxh
                   into v_textline
                   where tdid = '0001'
                   and   tdname = wa_tname-name
                   and   tdobject = 'VBBP'.
    if v_textline ne 0.
    call function 'READ_TEXT'
       exporting
         id                            = '0001'
         language                      = sy-langu
         name                          = wa_tname-name
         object                        = 'VBBP'
       tables
         lines                         = it_tline
      exceptions
        id                            = 1
        language                      = 2
        name                          = 3
        not_found                     = 4
        object                        = 5
        reference_check               = 6
        wrong_access_to_archive       = 7
        others                        = 8.
    endif.
    read table it_tline into wa_tline index 1.
    regards,
    Sri.

  • Using export slide show from iphoto, I am trying to create a DVD of photos and vid clips in large format. The vid clips do not work using burn software. Any idea?

    Using export slide show from iphoto, I am trying to create a DVD of photos and vid clips in large format. The vid clips do not work using burn software. Any idea?

    Have used large format, but using the 'burn' software, I am not getting seamless video quality on DVD even though I am burning at 2* speed. Any ideas? Do I need better software? Or is there a problem with the SuperDrive?

  • I am using report generation toolkit 1.1 with Labview 7.0 and Office 2003 profession​al. The create new report VI opens Excel but throws error (-21471672​62- from automation open VI) when I try to open MS word. please help...

    I am using report generation toolkit 1.1 with Labview 7.0 and Office 2003 professional. The create new report VI opens Excel but throws error (-2147167262- from automation open VI) when I try to open MS word. please help...

    Hi Leo22,
    Does this error occur if you use any of the example programs that come shipped with LabVIEW? I would try opening one of the examples that write data to Word and see if those give you an error. Also, have you tried just putting down a New Report.VI and change the report type to Word? If this simple vi (that's all you need to open Word) breaks, I would check to see if there are any instances of Word still open. Check the task manager to see if any word processes are still open. There should not be a problem accessing Word 2003 from LabVIEW 7.0. If neither of these solutions work, please give some more detail about your application and we can research further. Thanks!
    Jeremy L.
    National Instruments
    Jeremy L.
    National Instruments

  • When i am trying to create BI Universe on InfoCube I am getting this Error

    Hi All,
    I am using BOE 3.1
    When i am trying to create BI Universe on InfoCube I am getting this Error
    DBD: A runtime exception has Occured. (Error Getting list of Cubes of catalog $INFOCUBE: Unknown error)
    Same  when i am connecting to BexQuery Im not getting any error i am able to create the OLAPUniverse on BI Query.
    My question is why i am getting this error when i click on the Infocube in the Designer. Did i am missing any thing in the Universe designer.
    Regards,
    Ravi

    HI,
    Please go through by below link.
    DBD: A runtime exception in Universe Designer
    Thanks,
    Amit

  • HT5622 Why does my credit car decline when I'm trying to review my credit card details? I'm trying to creat and finish  my apple login but it keeps saying declined. Does Apple charge credit cards just for registering a credit card??

    Why does my credit car decline when I'm trying to review my credit card details? I'm trying to creat and finish  my apple login but it keeps saying declined. Does Apple charge credit cards just for registering a credit card??

    Just to add to AnaMusic's list:
    Does Apple charge credit cards just for registering a credit card??
    Yes, Apple will validate the credit card, when you are setting up the account information for an Apple ID. The credit card must be valid in the country of the store, that you are trying to buy from. And the card you are using must neither be blocked by the issuer of the card nor by the Apple for store services.
    The error message  you are citing is misleading: The error message could either mean
    that you are using the wrong type of card (Are you using a debit card or a credit card?)
    that the AppeID or the credit card you are using has been blocked for security reasons,
    or that you are encountering a store error, because you are trying to use the iTunes Store or AppStore from a country, where it is not yet supported.

  • Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.

    Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.  Has there been a fix or patch to this issue or do I have to convert back to CS4 to open the file?

    Having the same problem in CS6.  I can tell you that converting back to CS4 will NOT solve the problem.  It seems when support for backward compatibility is discontinued, there's just no way to get
    any help at all?  Absolute failure to provide any user support so far...

  • I am trying to create a class diagram with jdeveloper but class is grey out

    i am trying to create a class diagram with jdeveloper but class is greyed out even though I downloaded the J2EE version
    I went through the following steps :
    Click the project in which you want to create a new diagram, choose File New from JDeveloper's menu, then select General Diagrams in the left pane of the New dialog.
    I have downloaded J2EE Edition Version 10.1.3.1.0.3984

    When the class diagram is disabled - does the wizard for creating a new class in the new->General also disabled?
    If it is then you are not placing your cursor on the project before you choose file->new
    (you are probably on the workspace that contains the project).

  • HT1212 IPAD is Disabled, tried to connect via itunes but get error "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."

    IPAD is Disabled, tried to connect via itunes but get error "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."

    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school enviroment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

Maybe you are looking for

  • Best storage solution for collaborative editing between two editors

    Hello! I was wondering what would be a recommended hardware storage solution for collaboratively editing Final Cut Pro X Libraries. Our current process revolves us copying all the video footage onto a portable drive and copying it over to each others

  • Function module to get the payment details for PO

    Hi, Is there any standard function modlue to get the payment details for specific purchase order  or is there any table where we can get the payment details till date. My requirement is purchase order wise how much already paid to vendor  and what is

  • -36 error when copying files

    I'm trying to copy files to an OSX server (v.10.4.11) and often get -36 errors. What does this code mean and how can I solve this issue? I tried copying from Windows and other 10.4 computers and it seems to work, but when I copy from OS10.5 clients,

  • Order iPhoto books

    I tried to order a book via iPhoto that I had printed before but this time I wanted it shipped to a relatives's address. I fully expected that like Amazon, Barnes & Noble, Maryland Square, LL Bean and others that even though I have a default address

  • Application host Fully Qualified Domain Name

    Hi, This may not be the right area to post this thread but thought people might know here. When I have deployed a Web Dynpro App from the IDE and run it, it tries to run the application at the path http://host:port/webdynpro.... rather than the fully