Issue of vmware convert into OVM

Hi, after i convert vmware into OVM, startup the OVM in manager console,it indicate following error:
failed:<Exception: return=>failed:<Exception: xm create '/OVS/running_pool/vmwareconvert/vm.cfg'=>Error: Boot loader didn't return any data! >>
# more vm.cfg
bootloader = '/usr/bin/pygrub'
disk = ['file:/OVS/running_pool/vmwareconvert/destinationDisk.img,hda,w']
memory = '1024'
name = 'vmwareconvert'
on_crash = 'restart'
on_reboot = 'restart'
vcpus = 1
vfb = ['type=vnc,vncunused=1,vnclisten=0.0.0.0,vncpasswd=oracle']
vif = ['mac=00:16:3E:54:12:D1,type=netfront']
[root@ovm4 vmwareconvert]#
Thanks for your help!

Here is how I have moved Virtual Machines from VMware 5.1 to Oracle VM 3.2.1.
Step 1.
Download and install “VMware OVFTOOL 3” from the VMware site.
http://www.vmware.com/support/developer/ovf/ovf350/ovftool-350-userguide.pdf
https://my.vmware.com/web/vmware/searchresults?client=my_download&site=my_download&proxystylesheet=my_download_en&gsa_lang=en&c=ALL&q=OVFTOOL
Step 2.
Unzip your VMware appliance into a directory on an Oracle Linux machine.
Example:
chmod 777 VMware-ovftool-3.0.1-801290-lin.x86_64.bundle
./VMware-ovftool-3.0.1-801290-lin.x86_64.bundle
Step 3.
Copy (servername).vmx from VMware Server to Oracle Linux server.
Example:
scp -rv [email protected]:/vmfs/volumes/51e5588d-08c08646-572b-002128f0a4aa/Odysseus   /d01/Odysseus
Step 4.
Export the vmx file to ova file
Example:
cd /d01
ovftool  Odysseus/Odysseus.vmx  /d01/Odysseus/odysseus.ova
Step 5.
Move (servername).ova file to /var/www/html/templates
You will have to make the templates directory and ensure httpd is running.
Step 6.
Import the (servername).ova into OVM 3.x as an assembly from the http site on the linux server that you did the conversion on.
Once (servername).ova has been imported create a vm from the template as usual.
See Oracle VM admin guide if you are unsure how to do this.
Hope this helps, if you have problems let me know and I will see if I can help.
Russell

Similar Messages

  • ALV QUANTITY field Geting converted into decimals ?

    Hi All ,
    I have developed an alv report .In that the quantity field is made editable after editing the quantity when i save it .It gets converted into decimals.Suppose if i give 77 its getting reflected as .077 all the field name ,table name ,reference field name, reference table name, quantity field data type has been passed but the problem persists.If there is any one whos has come across this kind of scenario please share your thoughts on this.
    Best Regards,
    Sreeram

    Hi Sreeram,
    I am not gettin this issue. See below code :
    If you are gettiing the same issue with the below code then it has something to do with your user settings.
    Go to Menu Item System -> User Profile -> Own Data -> Defaults ->Decimal Notation.
    Set it to 1,234,567.89 and save. Now try the program again.
    REPORT z_test.
    TYPE-POOLS: slis.
    TYPES : BEGIN OF ty_ekpo,
              ebeln TYPE ebeln,
              ebelp TYPE ebelp,
              ktmng TYPE ktmng,
              menge TYPE bstmg,
            END OF ty_ekpo.
    DATA: it_ekpo TYPE TABLE OF ty_ekpo,
          it_fieldcat TYPE slis_t_fieldcat_alv.
    SELECT ebeln ebelp ktmng menge
      FROM ekpo
      INTO TABLE it_ekpo
      UP TO 20 ROWS.
    PERFORM add_fieldcat USING 'EBELN'.
    PERFORM add_fieldcat USING 'EBELP'.
    PERFORM add_fieldcat USING 'KTMNG'.
    PERFORM add_fieldcat USING 'MENGE'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       i_callback_program                = sy-repid
       it_fieldcat                       = it_fieldcat
      TABLES
        t_outtab                          = it_ekpo
    EXCEPTIONS
       program_error                     = 1
       OTHERS                            = 2
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    FORM add_fieldcat  USING  p_fieldname TYPE slis_fieldcat_alv-fieldname.
      DATA: wa_fieldcat TYPE slis_fieldcat_alv.
      CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = p_fieldname.
      wa_fieldcat-tabname = 'IT_EKPO'.
      wa_fieldcat-ref_fieldname = p_fieldname.
      wa_fieldcat-ref_tabname = 'EKPO'.
      IF p_fieldname EQ 'KTMNG'.
        wa_fieldcat-edit = 'X'.
      ENDIF.
      APPEND wa_fieldcat TO it_fieldcat.
    ENDFORM.                    " ADD_FIELDCAT
    Regards,
    Jovito

  • Excise invoice not getting converted into INR from USD for an IMPORT PO

    Hi All
    I have posted one Import PO. Did MIRO for custom and CVD. MIRO doc was in USD which is getting converted into INR as per the exchange rate maintained in OB08.
    Then I did MIGO with the ref of comm invoice of MIRO. Now MIGO doc is posted in INR as per exchange rate maintained in OB08 for custome duty and Freight and base value.
    For Excise invoice , CVD is getting captured but  in excise tab,  base amount is showing in INR  and currency also shows INR which is correct.
    Total Basic duty (BED) , Cess and Hecess iamount s coming in USD but curency is showing INR. After posting the doc also it has not getting converted into INR and the same USD amounts got posted in Excise GLs and currency still showing INR.
    For example:--
    PO value shows
    Base Price -  2040.20   USD
    Custome   -     204.20    USD
    CVD         -      179.54    USD
    Cess on CVD      3.59    USD
    H Cess on CVd  22.44  USD
    Now in excise invoice in Excise item tab
    Base value - 99960 INR (converted at teh rate of 49 , exch rate type M)
    BED -   179.54  INR
    CESS  -  3.59  INR
    HECESS 22.44 INR 
    Here only currency is changed to INR but amounts are still in USD. After posting the doc also same result is coming, hence Registers are getting updated with wrong values.
    Can any one suggest what to do to correct this.
    Regds
    Mukta
    Customization for CVD maintained in Excise config -- company code setting-  exchange rate type for CVD is M.
    OB08 maintained for USD to INR for the current date.

    HI Tej
    All the Import cycle has created three documents.
    1. MIRO doc for custom duties and CVD .--   MIRO posted in USD .  I can see the doc in both currency -  INr and USD via accounting doc - display currency.  I do not have any issue.
    2. MIGO doc - for custom duty and Freight -   MIGO posted in INR , I can see accounting doc in USD and INR both via accounting document-  Display currency and even in the MIGO -- purchase order history tab.
    3. Excise Invoice - for CVD -  EX Invoice posted in diifferent way --
    In this document please note amounts for CVD is as per USD rate , but currency showing is INR , which is a mismatch.
    in Excise customization for company code setting - exchange rate type M is maintained. OB08 is also maintained for USD/INR
    Condition type JCV1 is also marked with currency conversion and accruals.
    Is there any patch or note I need to apply to getting this converted , or any process issue.
    Regds
    Mukta

  • HT3529 SMS sent to multiple contacts were converted into mms.

    SMS sent to multiple contacts were converted into mms, text only 61 characters long including spaces. Carrier O2 have said it is an known issue with apple products. This has cost me £50 to say happy new year to my family and friends. Anyone know of this issue with iPhone. Called into apple store who were unaware of this? Everyone blaming each other as usual! Can't see in term and conditions for O2 or apple that this would happen. The message is stored on the phone as a text message! Thanks

    Thanks Tim, apple say the same thing, carrier's method of handling multiple SMS creates this issue, can't see anywhere which alerts the customer to this on terms and conditions so back to O2 it is then!

  • When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    I too have the same problem.  The audio drop out of sync in about 5 sec in not uncommon for the audio to be 30+ sec behind video.  Apple needs to fix this!!!!!!!!!!!!!!!!   its a joke,  my iphone is all messed up after the last update as well.  at one time not to long ago apple products and software were top rated, not so much any more, more and more problems are showing up and apple is unwilling or unalbe to fix the many issues.  Apple needs to fix the audio sync problem, it not the computer hardware or other software it ITUNES!!!!,  there is no workaround other then hitting pause and hitting pause and hitting pause to temp fix the problem. 

  • Receiver service ??? cannot be converted into an ALE logical system

    Hi,
    I am hoping for some help with an Idoc issue in XI version 3.0.  The scenario is like this:
    Flat file->File adapter->XI->Idoc adapter->R/3
    I have configured a scenario in one system like this that works fine.  But in the current system I am getting the error message "Receiver service ??? cannot be converted into an ALE logical system" from the Idoc adapter.
    As it is XI 3.0, I have set the Agency and Scheme in the destination communication channel to <Service>, ALE#LS and in the destination party, I have created a alternative identifier <Service>, ALE#LS, SYSCLNT200.
    I have configured an ALE logical system name in the SLD.
    I have cleared the SLD cache in the integration builder.
    The ALE logical system name was not in the SLD when the message first appeared, but I thought clearing the cache would fix that.  I have not tried deleting the service and re creating it.  That is my next step....if all else fails.
    Not sure what else I haven't tried.
    Can anyone offer any advice?

    Thanks Sam Raju for the reply.
    On your questions:
    1. I checked IDX1 - port for the receiving R/3 is defined as SAPIR1_300 (port: SAPIR1 and Client: 300) and it is mapped to RFC destination of IR1300.
    2. Checked RFC destination IR1300 - it is setup as R/3 connection and checked test connection and remote login and both are working fine
    3. Checked IDX5 - did find one message (status is successful) corresponding to the file I am sending into R/3 and this entry is an Outbound entry.
    Question: Should there be two entries here in IDX5 - one for inbound and the other for outbound?
    May be I am doing something wrong here in setting up the interface mapping and endpoints. Anyway when I check the IDOCOutbound in the Soap Header, I see the following:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Response
      -->
    - <SAP:IDocOutbound xmlns:SAP="http://sap.com/exchange/MessageFormat/">
      <SAP:TABNAM>EDI_DC40</SAP:TABNAM>
      <SAP:MANDT>100</SAP:MANDT>
      <SAP:DOCNUM>0000000000008002</SAP:DOCNUM>
      <SAP:DIRECT>2</SAP:DIRECT>
      <SAP:IDOCTYP>FLIGHT_SAVEREPLICA01</SAP:IDOCTYP>
      <SAP:MESTYP>FLIGHT_SAVEREPLICA</SAP:MESTYP>
      <SAP:SNDPOR>SAPBXI</SAP:SNDPOR>
      <SAP:SNDPRN>PRISM</SAP:SNDPRN>  
      <SAP:SNDPRT>LS</SAP:SNDPRT>
      <SAP:RCVPOR>SAPIR1</SAP:RCVPOR>
      <SAP:RCVPRN>IR1CLNT300</SAP:RCVPRN>
      <SAP:RCVPRT>LS</SAP:RCVPRT>
      </SAP:IDocOutbound>
    Do you see anything wrong or missing here. SNDPOR is XI port, SNDPRN is the source partner (file) and RCV... information is all the receiving R/3.
    I am suspecting that something is missing either here or in the endpoint setup.
    Also, in the TechnicalRouting I have this:
    - <SAP:address version="20">
      <SAP:systemKey>IR1CLNT300</SAP:systemKey>
      <SAP:endpointType>IDOC</SAP:endpointType>
      <SAP:url>IDOC://SAPIR1?RFCDEST=IR1300&DOCREL=&VERSION=3&SAPREL=46C</SAP:url>
      </SAP:address>
    Any issues you see here in url?
    Also, when I look on the XI server, I do not see these files deposited anywhere- so they are going somewhere (as the status in IDX5 is successful)!
    Do I need to activate any queues or triggers anywhere.
    Can you please offer advice and help us out.
    Thanks again.
    Srini
    [email protected]

  • Problem in converting into upper case urgent

    hi,
    i  working on module pool program.
    in the initial screen there is two fields one is number one is name.
    if i enter the name in the name field it is automatically converting into upper case,
    but in this case my select query is not working,how to solve this,i mean i have to take same as it is what i entered.
    kindly give me suggestion.it is urgent issue.i have to delever today.
    Thanks,
    mohan.

    hi
    in the Report to handle like this situation.. we use the extentions to the parameter  as  LOWER CASE .
    parameters p_t type char10 LOWER CASE .
    i think in the Module pool also.. we can do this in Properties of the FIELD... once check the Properties of the field... there  could be a chance.
    hi
    <b>there is field <b>checkbox called UPPER/LOWER CASE</b>at the bottom of the properties... if tick this u r porblem will be solved</b>
    Please Close this thread.. when u r problem is solved
    Reward if Helpful
    Regards
    Naresh Reddy K
    Message was edited by:
            Naresh Reddy

  • No Microsoft files listed in the settings "convert into PDF files"

    Hi, I wanted to convert different Microsoft Office files, but it doesn't work. There are no Microsoft files listed in the settings "convert into PDF files". I had the trial version of Adobe Acrobat Pro XI installed on a MAC in Windows that runs trough Parallels. Hope somebody can help. Thx

    Hi Rahul,
    many thanks for your suggestion.
    Yes, Parallels is a virtual machine on the top of MAC and I can see all files in the Windows Explorer. Also the ones I created on the MAC top with the Microsoft Office Software Word or Excel for MAC as well the ones I created earlier on a Windows PC.
    Unfortunately there is no possibility to convert files into PDF format with a click on the right mouse. And Adobe also doesn't open Word documents because it doesn't support this format.
    But nonetheless it wouldn't be a solution that I prefer to convert in adavance every single file in a PDF format. I need to create a PDF package from different formats.
    I assume this issue has to do something with MAC or Parallels, because this function of the Adobe Versions Acrobat 8 Pro and XI Pro work well on a Windows PC. I just don't understand why there are no Microsoft Office file formats listed in the Adobe settings. This settings also can't be changed. I tried to find out but couldn't find any hint for this problem thus I'm a bit at a loss... Maybe you have another idea?
    Regards
    Ly

  • "GWCommanderClass can't get converted into GWCommanderClass"

    I'm using a mix of C3PO & GW Token API. My language is C# and the Program is made for archiving into different archive storage systems.
    Here my Error Message in German: 'Das Objekt des Typs "GroupWiseCommander.GWCommanderClass" kann nicht in Typ "GroupWiseCommander.GWCommanderClass" umgewandelt werden.'
    Translated: 'The object of the type "GroupWiseCommander.GWCommanderClass" can't be converted into "GroupWiseCommander.GWCommanderClass".'
    I got a C3PO which is using token API (GWCommander) to:
    a) save the mail in mime format on the harddrive (ItemSaveMessage)
    b) get the current logged in username (EnvUserID(1;0);)
    My Program is first calling the ItemSaveMessage GW token from within the C3PO. Afterwards, it loads a archive dll which will do something with the eml file on the archive storage. The loaded dll is using another gwcommanderclass object to execute the EnvUserID token.
    So, I got 1 commander object in my c3po dll and one commander object in a seperate dll which we replace, depending on the connected systems.
    I heard, that it's recommended to free the gw commander object as soon as possible. So I set the gwcommander object to "null", directly after using it. But I still receive this weird error.
    This behaviour is not 100% reproduceable.
    One time it works fine with 10 tries and no error during the archiving process.
    Sometimes I get this error after I archived the first item.
    Thanks in advance for any kind of help/hint, regarding this issue.

    Problem solved: I just moved the Commander Object code from the C3PO Dll into the second DLL.

  • How to find out whether an object can be converted into a Long?

    Hi,
    I am facing a problem which can be summarized by the following. Let's imagine the following method:
    public static int MyCompare(Object anyObj) throws Exception {
        Long X = new Long(3);
        if (anyObj "can be converted into a Long") {
            Long MyConv = anyObj;
            return X.compareTo(MyConv);
        } else {
            throw new Exception("No success");
    }My issues are i) that I don't know how to write the proper test to check whether the anyObj parameter can be conveted into a Long and ii) How do I convert anyObj into a Long properly?
    The method should not return an Exception in the following cases:
    int a1 = 33;
    long a2 = 44;
    MyCompare(a1);
    MyCompare(a2);Can anyone help? Thanks !
    J.

    Hi,
    I have tried to test the suggestion with the following code:
    public class MainLong {
        public static void main(String[] args) {
            int i = 33;
            long j = 44;
            Long k = new Long(55);
            String l = "Trulu";
            System.out.println(MyCompare(i));
            System.out.println(MyCompare(j));
            System.out.println(MyCompare(k));
            System.out.println(MyCompare(l));
        public static int MyCompare(Object inObj) {
            Long Dummy = new Long(30);
            if (inObj instanceof Long) {
                Long Temp = (Long) inObj;
                return Dummy.compareTo(Temp);
            } else {
                return Integer.MIN_VALUE;
    }and I got the following output:
    -2147483648
    -1
    -1
    -2147483648which is all fine except for the call with an int, it should return -1.
    The above are example of objects which can be passed as a parameter to the function. I bet I should test for (anyObj instanceof INTEGER), correct?
    Thanks,
    J.

  • Non-Latin is converted into entity reference in "Copy Text" of Extract

    The Japanese (other than Latin) text which I copied in a clipboard is converted into entity reference when I perform "copy text" in a letter layer using Extract for Brackets.
    Is this problem a known thing? This does not rise in Extract of Creative Clouds, Dream Weaver.
    An example:
    Oh, it is → &#12354;
    아 → &#50500;
    أ نا ← &#1571;&#1606;&#1575;

    Hi Bernard,
    This is really a 'browser issue' (which is probably not what you wanted to hear). Since it's up to the browser how it handles copy/paste.

  • Issue with ProRes importing into Premiere CC in Windows

    Hey all,
    I realize the futility of using ProRes in a Windows environment, so I figured I'd just get that out of the way right off the bat.  This is how I received the footage from the client and it's too much to try and convert into another codec (though if I must, I will, I'd just like to avoid it).  Even so, I didn't really have an issue with this until I tried to work in CC.
    I started this project in Premiere CS5 and was having no issues.  I received some AE files in CC and decided I'd bite the bullet and move to the latest and greatest rather than try and rebuild the projects in CS5.  I download, install, update, open up Premiere to rebuild the short edit, and then find that when I import ProRes files, all I get is audio, no video.  I can import other codecs just fine, it's just ProRes that's refusing.
    I've made sure Quicktime and the Windows QT Decoder for ProRes are updated, as well as Premiere CC.  I've currently got all my work files bundled up on a drive to take to my 9 to 5 and work on a Mac on my lunch break, but for obvious reasons, I'd like to be able to work at home.
    This client doesn't provide enough work to warrant a new Mac purchase, and I'm just at wit's end.  It worked fine in CS5, why not in CC?
    Here's my specs:
    Windows 7 Professional 64 bit
    Premiere Pro CC 7.0.1
    Quicktime (fully updated)
    Quicktime ProRes Decoder for Windows (fully updated)
    Any help you can provide is greatly appreciated!

    cc,
    cc_merchant wrote:
    Have you seen the WARNING here: Balanced Systems.
    The warning about Quicktime makes sense.  I was aware that Quicktime 7 has never been updated to 64-bit, but the obvious 4GB RAM limitation had never occured to me.  Makes sense. I have a very decent machine, yet all of my Canon DSLR and GoPro projects are more cumbersome to edit than even AVCHD files.  I've spent a little time thinking it over and running some side-by-side tests.  MOV vs. AVI (same video) Editing, scrubbing, playback—all while running Task Manager on top.  But I didn't need task manager to tell me that the AVI plays back, layers and layers, smooth as butter.  The .MOV footage struggled to keep up with my random access cuts to different locations within the same video file.
    cc_merchant wrote:
    most sane PC users would NEVER install QuickTime...
    So now I'm fascinated.  So many questions:  Why do so many cameras create .MOV or .MP4 files that require QuickTime components?  64-bit QuickTime X has aparently been available on the Mac for quite a while, yet I presume they won't allow anyone else to develop a 64-bit codec for Windows, so why hasn't someone sued Apple for monopoly, anti-trust, conflict-of-interest, etc?  And most importantly, how would a sane PC user go about editing MOV and MP4 files without going insane transcoding hours of footage?

  • Unable to convert into integer

    Hi All,
    We are extracting data for BWstat but today our Process got failed, Can any help me out with issue ..
    From Eventcount field to Eventcount IOB .
    Unable to convert into integer
    Thanks,
    Stanzal

    Hi,
    1) Is this same data type for source and target fields ? try to change the source data and re load
    2) As you mentioned is that Keyfigure ? if so make sure that length of the data would not cross the limit .
    Regards,
    Satya

  • Cannot convert : into another character...

    Hi All,
    I am trying to import a txt file into a table using below PL/SQL code:
    DECLARE
    v_blob_data BLOB;
    v_blob_len NUMBER;
    v_position NUMBER;
    v_raw_chunk RAW(10000);
    v_char CHAR(1);
    c_chunk_len NUMBER := 1;
    v_line VARCHAR2 (32767) := NULL;
    v_data_array wwv_flow_global.vc_arr2;
    v_row_count NUMBER := 0;
    v_sr_no NUMBER := 1;
    BEGIN
    delete from MY_TABLE;
    -- Read data from wwv_flow_files
    select blob_content into v_blob_data from wwv_flow_files where last_updated = (select max(last_updated) from wwv_flow_files where
    UPDATED_BY = :APP_USER) and id = (select max(id) from wwv_flow_files where updated_by = :APP_USER);
    v_blob_len := dbms_lob.getlength(v_blob_data);
    v_position := 1;
    -- Read and convert binary to char
    WHILE ( v_position <= v_blob_len ) LOOP v_raw_chunk := dbms_lob.substr(v_blob_data,c_chunk_len,v_position);
    v_char := chr(hex_to_decimal(rawtohex(v_raw_chunk)));
    v_line := v_line || v_char;
    v_position := v_position + c_chunk_len;
    -- When a whole line is retrieved
    IF v_char = CHR(10) THEN
    -- Convert tab/comma to : to use wwv_flow_utilities
    --v_line := REPLACE (v_line, ';', ':');
    --   v_line := REPLACE (v_line, chr(58), '-');
    v_line := REPLACE (v_line, chr(9), ':');
    v_line := REPLACE (v_line, chr(0), '');
    -- Convert each column separated by : into array of data
    v_data_array := wwv_flow_utilities.string_to_table (v_line);
    -- Insert data into target table
    IF v_row_count > 0 THEN
    EXECUTE IMMEDIATE
    'insert into MY_TABLE.... etc...
    From the above code the idea is that a colon : is added everywhere in place of a tab chr(9). Then the line is divided into fixed number of columns which are inserted into a table.
    Everything works great. However, if in my txt file I have a field which already uses a colon : then the code gets confused and thinks that the text right to : is another column.
    What I am trying to do here is simply to convert : into something else (eg. -) so that I am sure that there will be no colons : in the text before parsing it. I have tried to place another v_line := REPLACE function (see in bold) but this only results in ORA-01403: no data found error
    Any ideas?
    Edited by: padmocho on Sep 20, 2010 1:26 PM

    Please ignore this post - the issue was in further text inserted.

  • How can I convert an OVM vm (.img) to VDI (virtualbox)?

    Hi,
    how can I convert an OVM vm (.img) to VDI (virtualbox)?
    Is .img format a raw image? If yes can I use "VBoxManage convertdd" to convert from .img to vdi?
    tnx & regards,
    S.

    Hi,
    "VBoxManage convertdd" solved.
    Regards,
    S.

Maybe you are looking for

  • My Themes, Music and Settings buttons don't work at all (iPhoto '11)

    In my iPhoto '11, my Themes, Music and Settings buttons (shown below on the right side) don't work at all.  When clicking them, nothing happens (no response, no windows open, etc).  The only button that works is the Text Slide button.  I've already r

  • How to get notification when Calendar is changed.

    Hello All, How do I receive notifications on my iPhone/ipad when a shared calendar on icloud is changed/updated by someone else? Thanks!

  • SQL Query based Tree Table

    Dear All, I would like to know. Can I create af:TreeTable with SQL Query without using Entity Object because of the Database allow to use only Query view object. Please show to me the ways how to tackle in this scenario. Regards KT

  • Can I use a 3TB HD in my g5?

    Hey! I was recently on the crucial.com website looking for a price on memory upgrades for my g5 1.8 DP and thye also suggested a new hard drive.  However, they said that my Mac could use a 3TB HD.  I thought I had read long ago that the pre-PCIe G5 M

  • Why won't the text show on top of a rectangle?

    When I use the rectangle frame tool to make a box and then put a text box on top it doesn't let the text show. This first picture is of my text box off the side, and then the yellow box I'm trying to put the text on top of, the second picture is what