Establishment of the database of SSO as part of a simple installation

Hi all, I am planning my "simple installation" update vCenter 4.1 to 5.1 running on a windows 2008 R2 x 64 machine that will run MSSQL 2005 SP4 32-BIT

I read in the installation guide in the documentation centre which explains in detail how to configure SSO on the database using the scripts provided with the installation program.  My question is that I'm sure to use these scripts to configure SSO on my MSSQL 2005 database in advance?   That is to say a week in advance, just so that there is less work to come a day upgrade?

Also, is the SSO OK database to run from my x 32 sp4 instance MSSQL2005?  I know that this database is compatible with vCentre 5.1, but the SSO database is not specifically mentioned.  I guess it is.

See you soon,.

Matt

cjscol is correct. The compatibility guide applies to SINGLE sign-on for the same parameters as vCenter Server 5.1.

You will find the necessary scripts to set up the database on the installation media in the folder of Single Sign On. You have to pay attention, as there are unnecessary scripts in there too.

You just want to use the setuptablespaces and those setupusers in that order. Do not use the createschema one because it will stop the installation because the installer expects not to find a pattern even on a database prepared.

Tags: VMware

Similar Questions

  • Connection not established with the database

    Hello

    I have recently install new version of the J 11 g 11.1.1.1.0 developer, when I trhy connect database allways gives me error = "Test failed: no ocijdbc11 in java.library.path".

    the settings I have spend in connection to database

    connection type = Oracle (JDBC)
    Driver = oci8

    Please let me know weather I made a mistake or do I need to install ocijdbc11 somewhere?

    Thank you

    Concerning

    NomanHaq

    Your credentials are wrong or you are trying to connect to a database that is not supported.

    What db you are trying to connect to?

    Timo

  • Move the database as part of the Oracle 12 c upgrade files

    Hello

    I read the document upgrade Oracle for the database Oracle 12 c.

    http://docs.Oracle.com/CD/E16655_01/server.121/e17642/upgrade.htm#CHDJJJEE

    Here in DBUA, step 8 says that

    Move database files in the page, select an option:

    • Move database as part of the upgrade files
    • Move the quick recovery as part of the upgrade area

    I wonder why we never need to use this feature to move database files?

    I understand for FRA, it will define just the parameters DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE parameters to initialize at the new location and size new startup of the new home of Oracle database. But why never use us animated here database files option?

    Thank you

    Delphine

    There is no requirement to move the database as part of the upgrade files. It is simply provided as an option

    HTH
    Srini

  • Connection.setAutoCommit (false); She creates a transaction next to the database?

    I'm curious to know what the transaction is started next to the database? I use oracle as database and ojdbc6 driver to connect to the db jar.

    I'm also curious to know what exactly is a connection? There I can relate to a database session? taken do allow to install a java application on the database server?

    Thank you!

    I'm curious to know what the transaction is started next to the database? I use oracle as database and ojdbc6 driver to connect to the db jar.

    I'm also curious to know what exactly is a connection? There I can relate to a database session? taken do allow to install a java application on the database server?

    Thank you!

    Non - autocommit affecting false does NOT create a transaction.

    You can EASILY search the Web for definitions of terms such as the transaction, logon session.

    The Java tutorials has a track for "aid Operations."

    https://docs.Oracle.com/javase/tutorial/JDBC/basics/transactions.html

    Turn off autocommit Mode

    When a connection is created, it is in autocommit mode. This means that each SQL statement is treated as a transaction and is automatically committed right after his execution. (To be more precise, the default is for a SQL statement to be engaged when it is finished, not when it is executed. A statement is completed when all its result sets and update counts were recovered. In almost all cases, however, a statement is completed and therefore committed, just after his execution.)

    How to allow two or more instructions which lie in a transaction is to disable auto-commit mode. This is illustrated in the following code, where con is an active connection:

    on.setAutoCommit(false);
    

    The Java API tells you what a 'link'

    Connection (Java SE 7 platform)

    A connection (session), with a specific database. The SQL statements are executed and results are returned as part of a connection.

    See where it says "connection (session)?

    And the Oracle documentation can discuss those from the point of view of DB

    https://docs.Oracle.com/database/121/CNCPT/Transact.htm#CNCPT117

    Introduction to Transactions

    A transaction is a logical, Atomic work unit that contains one or more SQL statements. A transaction includes the SQL statements so that they are all committed, which means they are applied to the database, or all canceled, which means that they are cancelled from the database. Oracle database assigns to each transaction a unique identifier called transaction ID.

    Oracle transactions obey the basic properties of a database transaction, known as ACID properties. ACID is an acronym for the following:

    . . .

    After the end of a transaction, the next executable SQL statement automatically starts the following transaction.

    . . .

    The Oracle documentation also discuss when a transaction begins - which may be different from another database

    http://docs.Oracle.com/database/121/SQLRF/statements_10005.htm#SQLRF01705

    Use of the SET TRANSACTION statement to establish the current transaction in read-only or read-write, to establish its isolation level, assign it to a specified rollback segment or type a name for the transaction.

    A transaction is implicitly starts with any operation that requires a TX lock:

    • When a statement that changes data are issued
    • When a SELECT ... FOR UPDATE instruction is emitted
    • When a transaction is explicitly started with one SET TRANSACTION statement or the DBMS_TRANSACTION package
  • Read a record of file and write to the database.

    Hello

    I read a file using a file adapter and write to the database using DBAdapter table. In BPEL, I used activity to receive the entry from the file and call activity to call dbadapter.in between receive and call I used activity activity of transformation of transformation.the problem is that, after deployment it.i get following error two errors:

    (1) no recoverable system failure:
    < bpelFault > < faultType > 0 < / faultType > < bindingFault xmlns = "http://schemas.oracle.com/bpel/extension" > < a name = "summary" part > < summary > Exception is is produced when the link has been invoked. Exception occurred during invocation of the JCA binding: "JCA binding run reference"insert"operations have to: connection problem component binding JCA.". JCA Binding component is unable to create an outgoing connection of JCA (CCI). ReadWriteDB:WriteDB [WriteDB_ptt::insert (MydbCollection)]: The JCA Binding component could not establish an outbound connection of JCA CCI due to the following problem: BINDING. Error of JCA - 12510 JCA adapter localization resources. Unable to locate the adapter of JCA resource through the element of the binding file .jca & lt; factory connections / > The JCA Binding component is unable to startup of the resource adapter specified in the & lt;-factory connections / > element: location = 'EI, DB, null. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or 2) the "& lt;" jndi name > ' element in weblogic - ra.xml has not been defined in eis/DB/null. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). Please fix this and then relaunch the Application Server, please make sure that the JCA connection factory and dependent connection factories have been set up with a sufficient limit for maximum connections Please also make sure that the physical connection to the EIS server is available and the backend itself accepts connections. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution. < Summary / > < / part > < part name = "detail" > < details > error location JCA resource adapter. Unable to locate the adapter of JCA resource through the element of the binding file .jca & lt; factory connections / > The JCA Binding component is unable to startup of the resource adapter specified in the & lt;-factory connections / > element: location = 'EI, DB, null. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or 2) the "& lt;" jndi name > ' element in weblogic - ra.xml has not been defined in eis/DB/null. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). Please fix this and then restart the application server < / details > < / part > < part name = "code" > < code > 12510 < / code > < / piece > < / bindingFault > < / bpelFault >

    2 non recoverable system fault):
    Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run reference"insert"operations have to: connection problem component binding JCA.". JCA Binding component is unable to create an outgoing connection of JCA (CCI). ReadWriteDB:WriteDB [WriteDB_ptt::insert (MydbCollection)]: The JCA Binding component could not establish an outbound connection of JCA CCI due to the following problem: BINDING. Error of JCA - 12510 JCA adapter localization resources. Cannot find the adapter in JCA resources via the element of the binding .jca file <-factory connections / > The JCA Binding component is unable to startup of the resource adapter that is specified in the <-factory connections / > element: location = 'EI, DB, null. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the application server WebLogic or 2) the element '< jndi name >' in weblogic - ra.xml has not been set to eis/DB/null. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). Please fix this and then relaunch the Application Server, please make sure that the JCA connection factory and dependent connection factories have been set up with a sufficient limit for maximum connections Please also make sure that the physical connection to the EIS server is available and the backend itself accepts connections. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution.

    Please suggest how to solve.

    Thank you

    Tejas

    Check your source data and your connection adapter db adpater deployments factory.
    Check if you have configured all steps of http://docs.oracle.com/cd/E15523_01/integration.1111/e10231/life_cycle.htm#BABBEDBF.
    Also, in your file .jca in your jdeveloper have named the location of connection-factory as "ist/DB/draw ' if so change it to one that you have created in the db adapter deployments.

  • How the portal is mapped in the schema of the database database?

    How the portal is mapped to the schema of the database selected in the user profile of portal to the database? It is my understanding that each user connects to the database as a 'Portal' that is configured by default in the dad under PlsqlDatabaseUsername. How the database schema selected in the portal user profile come into play?

    Thanks in advance for your help:
    Aimee

    Oracle Portal users are not defined in the database. They are defined as inputs in your LDAP server (Oracle Internet Directory) below the tree defined as a basis for research of the users in the Oracle Portal:

    Portal generator > Administration > global settings > tab: SSO/OID

    Therefore, there is no mapping between users defined in Oracle Internet Directory and the users defined in your database.

    To connect to the database, Oracle Portal uses the authentication of the Proxy (http://docs.oracle.com/cd/B28359_01/java.111/b31224/proxya.htm). Connections are made mainly by the user PORTAL_PUBLIC (who is often mentioned as part of the database schema in the user properties). The schema of database in the portal user profile defines the schema that is used to perform the procedures in the database of Portal metadata repository. Theoretically, you can use a different schema than Oracle Portal, but I have not seen all cases where this has been helpful.

    Thank you
    EJ

  • Unable to connect to the database of the BPM 11g database adapter

    I added an adapter of BPM 11 g database to the composite.xml. This database adapter is just to load data into an XML (in charge of the user interface) document. I can't get a connection to the database. I get an error message, see below.


    < bpelFault > < faultType > 0 < / faultType > < bindingFault xmlns = "http://schemas.oracle.com/bpel/extension" > < a name = "summary" part > < summary > Exception is is produced when the link has been invoked. Exception occurred during invocation of the JCA binding: "JCA binding run operations reference 'GetRequestInfoSelect' have to: connection problem component binding JCA.". JCA Binding component is unable to create an outgoing connection of JCA (CCI). FundsDisbursementProject:GetRequestInfo [GetRequestInfo_ptt::GetRequestInfoSelect (GetRequestInfoSelect_inputParameters, FdRequestHeaderCollection)]: The JCA Binding component could not establish an outbound connection of JCA CCI due to the following problem: BINDING. Error of JCA - 12510 JCA adapter localization resources. Unable to locate the adapter of JCA resource through the element of the binding file .jca & lt; factory connections / > The JCA Binding component is unable to startup of the resource adapter specified in the & lt;-factory connections / > element: location = "jndi/FDF_Database. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or 2) the "& lt;" jndi name > ' element in weblogic - ra.xml has not been defined on jndi/FDF_Database. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). If please fix this and then restart the application server". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution. < Summary / > < / part > < part name = "detail" > < details > error location JCA resource adapter. Unable to locate the adapter of JCA resource through the element of the binding file .jca & lt; factory connections / > The JCA Binding component is unable to startup of the resource adapter specified in the & lt;-factory connections / > element: location = "jndi/FDF_Database. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or 2) the "& lt;" jndi name > ' element in weblogic - ra.xml has not been defined on jndi/FDF_Database. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). Please fix this and then restart the application server < / details > < / part > < part name = "code" > < code > 12510 < / code > < / piece > < / bindingFault > < / bpelFault >


    The docs said I need to add a Pool of outbound connections to SOA DbAdaptor in WebLogic. The problem is that I can't seem to make my changes take effect. It's the same mistake recorded here:
    Adapter DB BPEL

    The problem is when you try to change the property, xADataSourceName, that the changes take effect. I also note that, in our test environment, I get a dialog box to change the deployment plan. On my local WLS, I don't get this dialog box. Anyway xADataSourceName changes will not take effect.

    There must be a simple solution, I do not.

    Any help is greatly appreciated.
    Kind regards
    Mark

    Published by: M Peterson on July 15, 2010 05:33

    When you enter the xADataSourceName property, you hit enter the field? If you simply tab off the field and click on save changes without hitting the Enter key, then it does not record the change in ownership.

  • Withdrawal and the entry of the database

    Hihi, looking for a solution for something like that.

    My intention to build a leaf (Data Input) to enter all the necessary information. (Use database)

    And after that, we turn to sheet 1-1, as it is the page I need to select the information that must appear in others.

    Is there a method / formula to define, so that I can key in the name of the element (Cranberry) in the cell of the element, and (price, color, size, Photo Kgs) can be automatically filled as I previously entered it?

    Much appreciated for your help =)

    Hi Taelim,

    The combination of the INDEX and MATCH will be repeated.

    Formula in B2 from the roll of the order (and fill down and fill right)

    = INDEX (Database::B,MATCH($A2,Database::$A,0))

    My cheat for INDEX and MATCH worksheet:

    = INDEX (column, I want a value returned by,)

    MATCH (the value of my choice,

    Column, I want to search against.

    Enter ""0")).

    -See more at: http://www.randomwok.com/excel/how-to-use-index-match/#sthash.L2WFkFjw.dpuf

    To hide the triangles of red error (where there is no entry in a cell in column A of the table Order), enter this formula in A2 B2 (and fill down and fill right)

    = IF (A2 = "", "", INDEX (database: B, MATCH($A2,Database::$A,0))))))

    If a cell in column A is empty (NULL,"" "), then insert NULL" ", otherwise perform the formula INDEX & MATCH.

    I don't know how to find a photo in the database and insert it into the order.

    I hope I understood your screenshot. Command Shift 3 (fullscreen) is often difficult to read. Try the command shift 4 and drag the cross on the relevant part of your screen. How to display a screenshot, see this tip for user to Wayne.

    https://discussions.Apple.com/docs/doc-6591

    Kind regards

    Ian.

    Edit: enter this formula in A2 B2.

  • Cannot open the database: TrueSuite Access Manager

    Whenever I try to record fingerprints in TrueSuite Access Manager, I get an error indicating that it was unable to open the database.

    Hello

    Have you tried to reinstall the TrueSuite software?
    I think that the registry is confused upwards or a part of the software is damaged. Who knows.
    But I think that a new installation of software could help to make it work again...

  • Forestry USE. AdditionalData to the database

    As part of the design, we have before us, is there a way I can dynamically load data into the database?

    The container for the object to be measured has container AdditionalData which is PropFlags_UnstructuredProperty. It allows easy access to add new data in for test purposes. It is requested that the test developer can put additional data in this so that it appears in the results/reports. Practices for the generation of reports NI TestStand and customization explains how to add values in this container well under "logging USE and additional data to the report header Station (TestStand 2013 and later only).  My question is, I want to make these data available to be put in the database, not only in the report:

    Parameters.UUT.AdditionalData.SetValString ("Manufacturer.Name", 1, "National Instruments").

    Parameters.UUT.AdditionalData.SetValString ("Manufacturer.Location", 1, "Debrecen, Hungary").

    Parameters.UUT.AdditionalData.SetFlags("",0,PropFlags_IncludeInReport)

    So if someone does, I would be able to store all these in the database. I created a new table based on the result of USE which has 4 columns, ID, name, TestResultID, value that should be sufficient to meet this requirement.  Each property in AdditionalData will be an entry to this other table with the TestResultID being a foreign key to the table UUT_Result.

    How can I get the database plugin to loop in the data, or what I have to write this function in my process template?

    You can connect the UUT. Table AdditionalData properties as properties of a step in a new result.

    1. Add a new Table that is bound to the key of the object to measure. Refer to the UUT_PROP_RESULT_ADDITIONAL_DATA document under "Test Log USE additional results - generic Recordset" schema in the attached schema file.
    2 add steps to create the object to measure. AdditionalData properties, and then have a step that takes the object to measure. AdditionalData, it clones and adds it as a property of the result of a step called UUTAdditionalData. (example sequence attached file)

    3. then create a schema that will record the additional data container located accordingly step when his path of the property contains the name of the UUTAdditionalData property. Note the precondition on the declaration of UUT_PROP_RESULT_ADDITIONAL_DATA and the options to cross stops processing a result once if the UUT_PROP_RESULT_ADDITIONAL_DATA table deals with the property (so it will be not as recorded in the PROP_RESULT table). Schema file (TestStandDatabaseSchemas.ini) is attached. You can directly import the schemas from the schema file in the Options dialog box database to log.

    I hope this works.

    Kind regards

    Sahana

  • Adjust the data in the database with the variables

    Hello

    For my internship, I have an assignment to read and set a database with the variables. This SQL server 2005 database contains variables of a controller. These are read and write variables. The assignment is to display the read variables and the user can adjust the variables of Scripture. The first part was "easy" because the forum contained a lot of examples of this. The second part is more difficult because the forum contains absolutely no example of this. Can I use LabVIEW 2010 and 2011, and also I downloaded the 30 day trial of the database connection tool. If it's useful, I can recommend my company to buy this package. Playback vi makes use of a UDL (Microsoft data link) connection.

    So you guys my question is: is it possible to adjust the specific variables in a database using LabVIEW? And maybe you can give me a little advice on this topic...

    Thanks in advance!

    Roy

    In SQL, the specific data are always selected with the keyword WHERE. In VI to update there is a link for options, you can for example add a constant 'WHERE id = 1457 and measure > 0.54 ".

    You can ofc. also build this chain through controls, settings and other means.

    If you prefer, you can use the Execute Query (under Advanced tab I think) to which you can send the complete query example "TestTable Update set name ="Zeus"where id > 14 and id.<>

    /Y

  • Convert the database to 10 v to v11

    Hello

    I'm unable to convert and merge a v10.1 v11 user database.  I made a backup of Usrcomp_S.usr to another folder in Windows then used the merger of Multisim and Ultiboard and conversion tools. Here are the steps I followed:

    1 tools > Database > convert database...

    2. Select Source in the dialog context database names.

    3. navigate to the database using the Windows dialog box. Select my copy of database using "All Files." Curiously he is not using the default filter. Select OK and then the following error:

    The path of the database: "database\UsrComp_S.usr" was not found or not set.
    You want to select the path where the database of component?

    4. Select Yes then select my now visible database of the dialog Windows.

    5. press start to convert my database to aid auto rename. Briefly, something happens that seems to be the conversion and the window convert watch Done

    6. close the convert and open tools > database > merge a database...

    7. Select a name of the component database

    8. Repeat step 3 above. The allegedly converted database is still not visible but this time there is no option to "All Files." In the file name drop-down box I choose the path previously used for the database copy. Select open and receive the following error message:

    The path of the database: "database\UsrComp_S.usr" was not found or not set.
    You want to select the path where the database of component?

    9. Select Yes then select my now visible database of the dialog Windows.

    10. press on open and receive the following error message:

    Error: Could not open the database [user data].
    The file format/version does not, and cannot be merged.
    If the database is from a previous version, use convert the database.

    Help, please. This should be a simple process of a button to import parts of the user of a previous version.

    Richard

    Hi Richard,

    I think you are trying to convert the incorrect database. From the name you specified (Usrcomp_S.usr), it's just a CDS model uses to create a user database, it is not your user database.

    On Windows XP, the user database is located in C:\Documents and Settings\\Application Data\National Instruments\Circuit Design Suite\11.0\database\

    On Windows Vista/7, the user database is located in C:\Users\\AppData\Roaming\National Instruments\11.0\database\

  • Make a call to the database

    From the outset, I apologize for my lack of knowledge about databases and database connectivity kit.  I am struggling through it, with my team and make advance slow progression.

    We are finally able to connect to an Oracle (11g) database with database connectivity kit (LV2015) and I successfully read some data using the select VI.  I'm pretty impressed by the way in which it works and as the integration, this will provide for my project.  The problem is that my team is very nervous about an application of part 3rd reading and writing to their database tables.  Their concern is to corrupt data, expecially when writing.

    They would rather make me a call to the database using the API.  For starters, they gave me a test script that would send a message once received by the database.  The script is the following:

    sy_common.send_mail ('[email protected]'

    , "[email protected]".

    "Database connection has worked"

    "You have successfully called a LabView database procedure."

    ,'[email protected]'

    null

    "text/html");

    Is it possible to run a script with one of the database connectivity tool screws?

    If it works, the next step would be to have several calls that could read and write data using API to return the equipment to communicate with the database according to the needs.

    Yes, look at him "create parameterized query VI.  Specify the name of the procedure that the text of the query and then build the table of parameters with your input values.  Stored procedure set to true.

    At least this is how it works with MSSQL.  I'm not familiar with Oracle, but it should work the same way on all platforms.

  • Error: A connection has been established with the server, but then an error occurred during the connection process.

    Hello

    I have MsSql running in the cluster environment and recently face the problem when there is a security agent installed in MsSql server, which the agent does nothing but only to capture the local database activity. The error led is as below:

    ID from step 1

    Server NIBKSQLCLUST

    Job name LSBackup_DRIB

    Newspaper log shipping backup job step name.

    Time 00:00:02

    SQL severity 0

    SQL Message ID 0

    Operator by e-mail

    Operator Net sent

    Operator paged

    Retries attempted 0

    Message

    2011-03-21 08:00:02.62 * error: could not retrieve parameters of backup for primary ID '26f46141-a676-41b2-8653-11f1b13de43a '. (Microsoft.SqlServer.Management.LogShipping) *.

    2011-03-21 08:00:02.63 * error: could not connect to the server NIBKSQLCLUST. (Microsoft.SqlServer.ConnectionInfo) *.

    2011-03-21 08:00:02.63 * error: a connection has been established with the server, but then an error occurred during the connection process. (provider: Named Pipes Provider, error: 0 - no process is on the other end of the pipe.) (.Net SqlClient data provider) *.

    2011-03-21 08:00:02.63 - END OF THE TRANSACTION LOG BACKUP-

    The process to run correctly when I turned off the security officer. Advice kindly the cause of this problem and is where all configurations should be set / changed in MsSql server.

    Thank you

    Boonlep coulibaly

    Hello

    I suggest you to send your request from the link and check.

    http://msdn.Microsoft.com/en-us/hh361695.aspx

    http://msdn.Microsoft.com/en-us/library/bb545450.aspx

  • Impossible to find information of the domain in the database and access is denied. (Exception from HRESULT: 0x80070005)

    Configuration of the VM Windows 8 of my model fails and causes the following error in log audit Broker rd.

    I'm running vWorkspace 8 with different Hyper-V hosts (without SCVMM).

    clues?

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: cloning xxx, try = 1...

    Broker - INFO - CVdiMachineHyperV::buildParentVHDPath: entering, the folder path is "D:\". ', file name is "xxx.vhdx".

    Broker - DEBUG - CDbManager: Re-use of conn = 0x038215c0 (50)

    Conn CDbManager:keeping broker - DEBUG - = 0x038215c0 (50, lastCount = 49)

    Broker - INFO - CDbManager:connection held 0MS

    Broker - INFO - CVdiMachineHyperV::buildParentVHDPath: the Final folder path is «D:\Quest VMs\ParentVHDs\ vWorkspace»

    Broker - INFO - CVdiMachineHyperV::buildParentVHDFilePart: Extension, part of parent's name is "xxx".

    Broker - INFO - CVdiMachineHyperV::buildParentVHDPath: Final full path is «D:\Quest VMs\ParentVHDs\xxx-20130927090200.vhdx vWorkspace»

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: Call to CHyperVClone::doClone...

    Broker - INFO - CVdiUtils::pnGetDomainControllers: entering, strDnsDomainName is "xxx".

    Broker - INFO - CVdiUtils::getDnsServersForManagedDomain: entering, strDnsDomainName is "xxx".

    Broker - DEBUG - CDbManager: Re-use of conn = 0x038215c0 (50)

    Broker - INFO - CVdiUtils::getDnsServersForManagedDomain: ERROR: could not find the domain managed in the database information for xxx

    Conn CDbManager:keeping broker - DEBUG - = 0x038215c0 (50, lastCount = 49)

    Broker - INFO - CDbManager:connection held 0MS

    Broker - INFO - CVdiUtils::pnGetDomainControllers: WARNING: could not find the domain information managed in the database for xxx

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: domain name into IP [xxx] [xxx]

    Broker - INFO - CHyperVClone::doClone: taken exception. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Broker - INFO - CVdiMachineHyperV::startHyperVClone: took CJvmErr during the CHyperVClone::doClone call.

    Broker - INFO - CVdiMachineHyperV::doVdiAction: ERROR: create failed.  Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) - call stacks - to System.Management.ThreadDispatch.Start)

    Hi Freek,

    I think you have a support case to open to this question as it seems similar to the one I was talking to Sam earlier, is that correct?

    Thank you

    David

Maybe you are looking for