vCD blind because of tables that does not

Hello again!

The object is the same as the previous thread: http://communities.VMware.com/message/1869374#1869374 but now I know why it does not work.

Here is my configuration:

  • vCloud Director 1.5
  • Oracle 11g
  • vCenter 4.1
  • ESX 4.1
  • Linux CentOS 6

As I said earlier, the issue is seen on VCD empty my vSphere resources in my vCenter. I look it as a problem between vCD and vCenter, but actually it's between vCD and Oracle, because vCD to retrieve data to display the views that are empty.

For example, I have 3 types of items it my db:

  • tables for example VIRTUAL_CENTER, DATASTORE_INV, RESOURCE_POOL_INV, which are properly fulfilled;
  • views like UI_VCENTER_LIST_VIEW, UI_DST, RESOURCE_POOL_VIEW , which are also met:
  • views like UI_RESOURCE_POOL_VIEW, UI_HOST_LIST_VIEW etc... which are always empty.

I took a quick glance with Wireshark and unfortunately, the always views voids are always called.

I read the installation sql scripts (/vcloud-director/db/oracle/NewInstal [...].) SQL) and I tried to make these opinions on mine (by copy - paste the code in the file), and the result is 0 rows.

And a little more digging, I saw that some JOIN operations are done with empty tables such as MANAGED_SERVER. In fact, this table is empty, but an another named MANAGED_SERVER_INV has been filled.

What can I do to solve the problem? Y at - it to apply a patch or a new version of the SQL install scripts?

Thank you in advance,

Kind regards

Nico

Hello

create a cluster on the vCenter and restart, or disconnect / reconnect on vcd.

The French response to:

http://www.VMUG.fr/index.php?/topic/15986-vCloud-Director-ne-voit-pas-les-ressources-du-vCenter/page__pid__58313#entry58313

Tags: VMware

Similar Questions

  • table that does not load

    I have a tablet that I bought a few years ago and it stopped charging. I'm not sure which model or something that I can't enter the bios system because it will not load.  I searched everywhere on the shelf and find no number or anything like that.   Any suggestions?  I tried to connect via usb and the wall.

    OK thanks for the help... not knowing model and overall makes it literally impossible.

  • What does that mean? -This problem occurred because your graphics card does not support the required version of DirectX. This version of Windows requires a DirectX 9.0 compatible video card or newer.

    I tried viewing a presentation power point and got to page 2 and my computer crashed.  Thought on... what he did previously trying to display a PPP file, but I thought that it was not my computer to the actual file.  now I have my doubts and also this time an error message came that said... This problem occurred because your graphics card does not support the required version of DirectX. This version of Windows requires a DirectX 9.0 compatible video card or newer.  can someone tell me what I should do next?

    You left out which version of DirectX has been shown.

    As far as I know, your Intel 945GM should support DirectX 9 and because you have XP sp3, you must have at least DirectX 9 installed.

    I met the following, but it shouldn't apply to Powerpoint:

    Some such as the Intel 945 GM Intel video cards have a design limitation which may cause problems when you try to run the Source Engine games. 3D graphics kernel does not support transformation of material, light and the vertex shader to similar technologies, which is an important part of the pipeline of 3D acceleration. Instead, this functionality is emulated in software that can reduce the compatibility and performance with 3D games.

    I don't have a solution for you (assuming that DXDIAG, in fact, reports to have DirectX 9 or higher).  You can see if you install a new driver support, but if it were me, I would be first contact Acer technical support or ask your question in another forum as one of the following conditions:

    Intel graphics Forum: http://communities.intel.com/community/tech/graphics
    Forum PowerPoint: http://answers.microsoft.com/en-us/office/forum/powerpoint (select the corresponding forum for your version of Powerpoint).  Include the results of DxDiag, including the version of DirectX.  If there is something unusual about the image that causes the crash, include this info as well.

    Normally, for notebook/laptop computer, it is better to get the drivers of the mfr of computer rather than the manufacturer of the device.

    Acer drivers for your computer are here: http://support.acer.com/us/en/product/default.aspx?tab=1&modelId=535 (you want the Intel VGA for XP driver)

    Intel has a newer driver: http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&ProductFamily=Internet+Devices&ProductLine=Netbooks&ProductProduct=Mobile+Intel%C2%AE+945GM+Express+Chipset+Family
    It's the main Intel support page: http://www.intel.com/p/en_US/support/highlights/graphics/945gm

  • I can't activate my membership because it is said that "this card was purchased in a country that does not match your Adobe ID" what should I do?

    I can't activate my membership because it is said that "this card was purchased in a country that does not match your Adobe ID" what should I do?

    That's what I saw:

    Screen Shot 2015-09-29 at 2.08.26 AM.png

    Hello

    This link might help: help code them redemption

    Kind regards

    Sheena

  • The column that does not match when comparing two records

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2oraPR2
    3CC1P3SRP

    Table 2

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2PR2
    3CC1P3PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Hi, Andy.

    Andy1484 wrote:

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 oraPR2
    3 C C1 P3 PR3

    Table 2

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 PR2
    3 C C1 P3 PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3 Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Why you don't want no matter what exit for pk = 2?  Property2 does not correspond either to pk.

    What happens if the 2 columns (or more) do not match?  The following query would produce a list delimited, such as ' parents; PROPERTY2 '.

    WITH got_mismatch AS

    (

    SELECT pk

    , CASE WHEN t1.parent <> t2.parent THEN '; PARENT' END

    || CASE WHEN t1.child <> t2.child THEN '; CHILD ' END

    || CASE WHEN t1.properry1 <> t2.property1 THEN '; PROPERTY1 ' END

    || CASE WHEN t1.properry2 <> t2.property2 THEN '; PROPERTY2 ' END

    AS the offset

    FROM table_1 t1

    JOIN table_2 t2 ON t2.pk = t1.pk

    )

    SELECT pk

    , SUBSTR (incompatibility, 3) AS column_mismatch

    OF got_mismatch

    WHERE mismatch IS NOT NULL

    ;

    If you would care to post CREATE TABLE and INSERT statements for your sample data, and then I could test this.

    The query above does not count NULL values as inadequate.  If you want that, the same basic approach will work, but you can use DECODE instead of <> to compare columns.

    What happens if a pk exist in a table, but not the other?  You want an outer join, where I used an inner join above.

  • I have itunes 12.4.  When I try to add a new song to icloud music library I see the following message: results of genius cannot be updated because the iTunes Store does not recognize your iTunes library. "Then said to turn off genius, no not such optio

    I have itunes 12.4.  When I try to add a new song to icloud music library I see the following message: "Genius results cannot be updated because the iTunes store does not recognize your iTunes library."  He then ordered me to turn off Genius, and then turn it back on.  There is no option.  Othe impossible of access devices correspond to these songs via itunes.  Any help would be appreciated.

    Hello Subocz E M.

    Thank you for using communities of Apple Support. I see that you had problems adding pieces and turn off Genius. I know how it is important to be able to add music to iTunes. I'm happy to help you.

    Since you are being invited to turn off Genius, you can add music, please use the following information to resolve these two issues:

    Turn on or off the Genius

    If iCloud music library is enabled, you cannot disable Genius.

    Choose file > library > Genius (toggle Genius).

    Turning off the Genius Genius Genius Shuffle shuts and and the Genius Mix.

    12 iTunes for Mac: use Shuffle Genius, Genius or Genius Mix playlists

    Have an amazing day!

  • We need a replacement for Windows Home Server that does not cost $700

    We need a replacement for windows home server that does not cost as much as a PC. 2011 is not really available and 2008 has compatibility problems, because it is based on XP and Server 2003. None of the motherboard manufactures will support XP (thanks to MS) and more recent SATA drives do not work in my motherboard more old.

    Perry

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • I have a Windows XP on the network that does not allow administrative tasks

    I have a Windows XP computer that does not allow certain administrative tasks. I can't access retore system with the domain administrator. I don't want uninstalll and reinstall Windows because I also installed Office and who have to copy. I ran a spyware and have cleaned the questions. Try a second spy software.

    Thank you

    Terry

    Like I said, it could be any file requiring a restore of the system to access what has been its permissions modified by malware.  If I was at that time, I would declare my compromised machine and reinstall Windows completely.  If you are determined not to reinstall, you can use a tool such as Microsoft "Process Monitor" that will display all the queue access that occur when you run the program.  You may be able to locate the file that is being denied access, but you're going to be turning to sift through a large amount of data.

    Good luck and hope this helps.
    JW

    Process Monitor: http://technet.microsoft.com/en-us/sysinternals/bb896645>

  • Update Vista error 80070507 and peripheral system that does not work

    Title: updates Windows Vista installs not because of error 80070507 and there is a system feature that does not work, but I don't know that that or how to fix it.

    Windows Vista updates do not install due to error 80070507.  He also seems to be a problem with a device in the system does not and I do not know that who or how to fix it.  Had to do a system restore not so long ago and I've had problems since.  Help, please.

    Hello

    -You are aware of any changes made on the computer before this problem?
     
    Perform the steps from the link below and check if the problem persists.
    Problems with installing updates
     
    Hope this information helps.
  • "Make window film can not start because your video card does not support the required level of hardware acceleration when you make a movie in windows vista Photo Gallery

    Original title: Hello. I have usedd to make a movie using Windows vista window photo gallery. Now, I can't. could you please help me

    Hello. I used to be able to make a movie using Windows vista window photo gallery. Now, I can't. could you please help me

    That's how I did.

    Open a pictuer using the photogallery.

    I have in the photo gsllery window, click make a movie tab.

    with this click it used to drive me to another window, but no more, instead ii have a message: make movie window cannot start because your video card does not support the required level of hardware acceleration or hardware acceleration is not available

    Hello


    Were there any changes (hardware or software) to the computer before the show?

    Method 1: Optimize the hardware acceleration and check if the problem persists.
    a: Click Start > Control Panel > display
    b
    : click on change display settings , and then click Advanced settings
    c:
    click the Troubleshooting tab, and then click on change settings of
    d
    : make sure that the slider hardware acceleration is set to full, and then click ok.

    Method 2: update the video drivers and check if the problem occurs.
    http://Windows.Microsoft.com/en-us/Windows-Vista/update-a-driver-for-hardware-that-isn ' t-work correctly
     
    Method 3: Perform the steps in the article mentioned below and see if the problem occurs.

    Hope this information helps.
  • How to delete an unread email that does not really exist?

    Original title: Emails

    How can I delete an unread email that does not really exist?

    Hey Chico,

    Welcome to the Microsoft community. I might help you.

    This problem might have occurred because of these reasons:

    1 corrupted app.

    2. lack of app or Windows updates.

    Try the steps listed here:


    Method 1:

    Let's first run the troubleshooter app and check if it helps.

    Solving the problems of the app

    Method 2:

    If the problem persists, I suggest you try the procedure described in the article and see if it helps.

    Note: Try all the steps except convenience store App and those that you have already tried.

    http://Windows.Microsoft.com/en-GB/Windows-8/what-troubleshoot-problems-app

    Hope this information helps. Reply to the post with an up-to-date report of the issue so that we can help you more.

  • How to pin a point to move the list that does not appear in the common?

    http://www.eightforums.com/attachments/F1/F11/8991d1348615884-jump-lists-back-up-restore-Windows-8-file_explorer_jump_list.jpg

    I have file Explorer related to my taskbar. In the jump list, I can able to locate an element in the common area. But necessary file appears automatically on the point frequented it take time. I don't know how windows take to put inside of the frequent. With waiting for that appears automatically, is there a way we can pin an item that does not appear in the jump list frequent list?

    http://www.eightforums.com/attachments/F1/F11/8991d1348615884-jump-lists-back-up-restore-Windows-8-file_explorer_jump_list.jpg

    I have file Explorer related to my taskbar. In the jump list, I can able to locate an element in the common area. But necessary file appears automatically on the point frequented it take time. I don't know how windows take to put inside of the frequent. With waiting for that appears automatically, is there a way we can pin an item that does not appear in the jump list frequent list?

    The answer depends on what type of element you want to pin.  The only type of element you mentioned being a folder, you can easily do what you're wondering now and does not need to wait for a later version.

    In the 8 Windows desktop, when you drag an executable file (or shortcut) on the taskbar, a message appears that says "PIN to the taskbar.

    If you drag a document file (or a shortcut), the message will say "pine [associated application]"-in other words, "[name of the default browser] pine" for a html, "Pin to Notepad" file to a txt file, etc..

    For a folder, File Explorer is the associated application.  Therefore, if you open a file Explorer window, look for the desired folder and drag it to the taskbar, the message that appears is "PIN to the file Explorer."  Just click on it, and it will appear in the jumplist FE, above the frequent places, in a separate section called "Pinned".  You can drag things and down from there to order at your leisure.

    (The Control Panel, even if it is displayed in FE as 'File system', only let you pin on the desktop, for not not FE jumplist.)  There may be other special cases like this; I don't know, but it works usually as I've described, including for other system folders.)

    Just to be clear, I am a new user of Windows 8, far from being an expert.  I only know how it works because I heard today by trial and error.  So there may be more to what I can't help with.

  • I can't log out of my account that does not exist

    I tried to disconnect from my Windows account, because I realized that I had already done one through Xbox, and my computer has not been cooperating with me, so I went to the Microsoft website and closed my account, but when I went into the menu Configuration from PC, it prompted me a password for an account that does not exist. I tried every single password, I could possibly use, or even recreate the same e-mail account and reset the password for that many times but nothing has worked. Is it possible to log out of my account does not exist without format my computer?

    You can convert your computer account to a local account in the settings of PC, or did request a password?

  • Hello, I'am getting a little crazy because Group/scrolling text does not. I looked at several videos of Adobe evangelists now to make a scrolling text or group.  I ' am in collaboration with InDesign CC and it looks like my 'Overlay tools' do not work.  W

    Hello, I'am getting a little crazy because Group/scrolling text does not. I looked at several videos of Adobe evangelists now to make a scrolling text or group.  I ' am in collaboration with InDesign CC and it looks like my 'Overlay tools' do not work.  When I see the preview, I can't scroll but only to select text. My steps are simple: I put my text in a selected area. PLACE IN > that select > Folio overlays > floating framework. It does not scroll. What I've done wrong?

    Schermafbeelding 2016-02-14 om 14.57.41.pngSchermafbeelding 2016-02-14 om 14.56.38.png

    DAT danced some overlays avenues (!) reviews Regolamento zijn voor DPS books, due noch het SWF-noch het ePUB-voorvertoningsvenster laten zien said. Het due zal ook niet werken in bv. en PDF een in een ePUB avenues in FXL - epub puts extra een saw CSS code. DHS avenues from DPS DPS 2015 (article) maar voorvertonen zal het niet anyway (folio).

    Werk I niet met DPS (peper, peperduur!) vergeet dan het hele Overlay window DHS.

  • Question SCCM - "LANG_LIST a certain locale that does not match the regional settings of the serial number.

    I have a problem with the error 'LANG_LIST a certain locale that does not match the regional settings of the serial number' recurring.

    I'm trying to install Acrobat XI Std silently by SCCM.

    I used the Adobe Customization Wizard to create an STD which include the serial number of the volume that we have with our license purchases. Note that I am in Australia. I use the command line in SCCM for installation as "msiexec /i"AcroStan.msi"TRANSFORMS = /'D & B_AcroStd.mst' SB ' fails silently. If I install on a local computer using an admin command prompt and replacing /qb in the end, I get the above error.

    I have a few things to try to solve, after searching the forums adobe and other forums for the solution. The mst is only trying to install U.S. English & I even went up to use the Editor directly in the Customization Wizard and change some values in the property table for this problem. In the property table, I can confirm that LANG_SEL_DEFAULT = FRA, REGIONAL_LIST = FRA, LANG_LIST = en_US, ProductLanguage = 1033

    Is there a way to check the language specified for the ym serial number?

    Linda

    I contacted customer service and a live chat session. It turns out that the problem is to use a key volume license, you must download the installer from portal licenses on the adobe Web site. Once I downloaded from there, extract the msi file and used the same transformation, the installation worked.

    In other words, other downloads probably won't work for the silent installation of volume but works by Manuel installs. You will need to download it from https://licensing2.adobe.com/

Maybe you are looking for