Quantcast
Channel: VMware Communities: Message List
Viewing all 228672 articles
Browse latest View live

vSM 9.1.8 question

$
0
0

Hello everyone,

 

I have a question about vSM 9.1.8. As we are trying to get our current version (9.0.10) updated I run into a problem, this happens when i install a custom made piece of software for our company. I can install most of the custom software with no problems but thisone breaks the install of VSM. When I open the wrapper i get the following error:

 

An application error has occurred.

Please report this error to your system administrator with the following details.

 

Query 'GET ALL LICENSE KEYS' does not exist

 

Type

Infra.Rules.InfraQueryNotFoundException

 

Source

Infra.Rules

 

Stack Trace

at Infra.Rules.QueryCache.get_Item(String Name)

at Infra.Rules.QueryEngine`1.ExecuteSelectGeneric[ResultSet](InfraSession Session, DBConnection`1 Con, String QueryName, IFieldCollection Parameters, QuerySettings Settings)

at Infra.Rules.InfraSystem.ExecuteSelectReader(InfraSession Session, String QueryName, IFieldCollection Parameters, QueryExecSettings Settings)

at Infra.Rules.InfraSession.ExecuteSelectReader(String QueryName, IFieldCollection Parameters)

at Infra.Rules.InfraSystem.PopulateLicensedModules(InfraSession Session, Boolean Refresh)

at Infra.Rules.InfraSystem.get_LicensedModules(InfraSession Session, Boolean Refresh)

at Infra.Rules.InfraSessionManager`1.CheckLicence(InfraSessionSystem WorkingSession, IFieldCollection VariantsOut, String UserID, Int32 PartitionRef, Int32 CorralRef, String ClientAddress, String ClientAgent, Int32 OfficerRef, LoginType LoginType)

at Infra.Rules.InfraSessionManager`1.Login(InfraSessionSystem WorkingSession, LoginType LoginType, Int32 OfficerRef, DataRow OfficerRow, String UserID, IFieldCollection VariantsIn, IFieldCollection VariantsOut, String LogonUser, String NTUserID, String NTDomainName, Boolean NTNoAuth, String ClientAddress, String ClientAgent, InfraSource Source)

at Infra.Rules.InfraSessionManager`1.Login(InfraSessionSystem WorkingSession, LoginType LoginType, IFieldCollection VariantsIn, IFieldCollection VariantsOut)

at Infra.Rules.InfraSessionManager`1.Login(LoginType LoginType, IFieldCollection VariantsIn, IFieldCollection VariantsOut, InfraSource Source)

at Infra.Rules.Login.ProcessPage(InfraApplication InfraApplication, IFieldCollection VariantsIn, IFieldCollection VariantsOut, InfraSystem& InfraSystem, InfraSession& Session)

at Infra.Rules.ServiceDesk.GetPage(InfraApplication InfraApplication, String PageID, IFieldCollection VariantsIn, IFieldCollection VariantsOut)

 

Additional Info

Display Message: Query 'GET ALL LICENSE KEYS' does not exist

Code: 603

SQL:

ErrorOutput:

Query Name: GET ALL LICENSE KEYS

 

I have tried
- recylcle the application pool
- iisreset
- restart all services
- reinstall the custom software
- reboot the application server

- enter all license codes in the server console again (to no avail)

- do a trace on the sequel server (nothing came out)

- search google (did not find maching results)
- have a break from it to get better ideas (failed)

- ate some food to get energy (didnt help)

 

I am desperate for some great insights!


Re: Set-CDDrive Operation is not valid due to the current state of the object.

$
0
0

I am not sure I made this clear enough.The new VM script seems to be working, it creates a new VM.

But afterwards, Every setting change I try to make on the VM, I get an error saying "Operation is not valid due to the current state of the object."

It seems to take the configuration but then I noticed that it was trying to boot up, but it was getting the error that i put in the screen shot. 

To me this shows that it is trying to boot off of the CD, because it is a Windows error.  By the way, it just tries to boot over and over again.

 

Now I have gone back and i think the "Operation is not valid due to the current state of the object" error may have been do to the fact that the VM was trying to boot from the CD over and over, this is what was meant by current state.

 

I also just noticed that the hosts here have 4.1 on them, which doesn't support Server 2012 r2.

 

I think we are good.  Thanks!

Re: vSM 9.1.8 question

$
0
0

Hi,

I think you may try these steps as well:

+ parse queries (from Server Console) then recycle VSM IIS App pool.

+ check if the system queries (Config/*.sql) are not overwriten by your custom app. You may compare these files with the same files in ../Original/Config/*.sql. If you will find some differences, resolve any missmatch and do the first step again.

Re: BDE 2.2 Bootstrap failed

$
0
0

Hi Jesse Hu,


I just tried the CLI cluster creation. I created a mapr cluster with 3 zookeeper, 1 master, 1 mysql, 2 worker, 2 client. During the creation, 5 of 9 vms ended up with Bootstrap error (1/1 master, 1/1 mysql, 1/2 worker, 2/2 client). The 4 other vms ended up with "service ready" status. Here is the full output of the cluster creation :


FAILED 80%

 

 

node group: mysql,  instance number: 1

roles:[mapr_mysql_server]

  NAME          IP              STATUS            TASK

  ----------------------------------------------------

  test-mysql-0  10.192.200.159  Bootstrap Failed

 

 

node group: zookeeper,  instance number: 3

roles:[mapr_zookeeper]

  NAME              IP              STATUS         TASK

  -----------------------------------------------------

  test-zookeeper-0  10.192.200.151  Service Ready

  test-zookeeper-1  10.192.200.154  Service Ready

  test-zookeeper-2  10.192.200.156  Service Ready

 

 

node group: master,  instance number: 1

roles:[mapr_cldb, mapr_resourcemanager, mapr_nfs, mapr_webserver, mapr_fileserver, mapr_historyserver, mapr_metrics]

  NAME           IP              STATUS            TASK

  -----------------------------------------------------

  test-master-0  10.192.200.158  Bootstrap Failed

 

 

node group: worker,  instance number: 2

roles:[mapr_nfs, mapr_fileserver, mapr_nodemanager]

  NAME           IP              STATUS            TASK

  -----------------------------------------------------

  test-worker-0  10.192.200.155  Bootstrap Failed

  test-worker-1  10.192.200.157  Service Ready

 

 

node group: client,  instance number: 2

roles:[mapr_pig, mapr_hive, mapr_client]

  NAME           IP              STATUS            TASK

  -----------------------------------------------------

  test-client-0  10.192.200.152  Bootstrap Failed

  test-client-1  10.192.200.153  Bootstrap Failed

 

 

 

 

The failed nodes: 5

  ----------------------------------------------------------------------------

[NAME] test-mysql-0

[STATUS] Bootstrap Failed

[Error Message] [2015-07-31T10:28:32.764+0000] Cannot bootstrap node test-mysql-0.

yum_package[mapr-core] (mapr::prereqs line 105) had an error: Chef::Exceptions::Exec:  returned 1, expected 0

SSH to this node and view the log file /var/chef/cache/chef-stacktrace.out, or run the command 'sudo chef-client' to view error messages.

  ----------------------------------------------------------------------------

[NAME] test-master-0

[STATUS] Bootstrap Failed

[Error Message] [2015-07-31T10:48:21.599+0000] Cannot bootstrap node test-master-0.

ruby_block[wait_for_mysql_server] (mapr::config_metrics line 235) had an error: RuntimeError: The abort signal is detected. Some key nodes failed to bootstrap, so abort bootstrapping node test-master-0.

SSH to this node and view the log file /var/chef/cache/chef-stacktrace.out, or run the command 'sudo chef-client' to view error messages.

  ----------------------------------------------------------------------------

[NAME] test-worker-0

[STATUS] Bootstrap Failed

[Error Message] [2015-07-31T10:42:19.916+0000] Cannot bootstrap node test-worker-0.

ruby_block[wait_for_zookeeper_nodes] (mapr::startup line 235) had an error: RuntimeError: The abort signal is detected. Some key nodes failed to bootstrap, so abort bootstrapping node test-worker-0.

SSH to this node and view the log file /var/chef/cache/chef-stacktrace.out, or run the command 'sudo chef-client' to view error messages.

  ----------------------------------------------------------------------------

[NAME] test-client-0

[STATUS] Bootstrap Failed

[Error Message] [2015-07-31T10:32:34.070+0000] Cannot bootstrap node test-client-0.

ruby_block[wait_for_zookeeper_nodes] (mapr::startup line 235) had an error: RuntimeError: The abort signal is detected. Some key nodes failed to bootstrap, so abort bootstrapping node test-client-0.

SSH to this node and view the log file /var/chef/cache/chef-stacktrace.out, or run the command 'sudo chef-client' to view error messages.

  ----------------------------------------------------------------------------

[NAME] test-client-1

[STATUS] Bootstrap Failed

[Error Message] [2015-07-31T10:31:12.517+0000] Cannot bootstrap node test-client-1.

ruby_block[wait_for_zookeeper_nodes] (mapr::startup line 235) had an error: RuntimeError: The abort signal is detected. Some key nodes failed to bootstrap, so abort bootstrapping node test-client-1.

SSH to this node and view the log file /var/chef/cache/chef-stacktrace.out, or run the command 'sudo chef-client' to view error messages.

  ----------------------------------------------------------------------------

 

cluster create failed: Task execution failed: Bootstrapping cluster test failed.

 

It seems the error is from the mysql ?

hotkey issue windows 10

$
0
0

Hey Guys

 

I'm facing issues regarding the new Windows 10 hotkey to switch desktops (crtl + windows key + arrow key). On one desktop I'm using a VM in Full screen mode, and i want to be able to switch desktops with the hotkey mentioned above. The issue is, the Player picks up this hotkey when the Window is active, how can I get the VM player to ignore this hotkey?

Re: Windows 10 Enterprise Unity Issue

$
0
0

Hi Candy1014,

 

Just for the record, I think Daylward is talking about Windows Tech Preview and not Fusion Tech Preview.

At least that is what I read from it. Hopefully he can clarify which Fusion version he is actually running.

--
Wil

Re: Unity not working on El Capitan (beta 3/4) and Windows (8.1/10) Guest

$
0
0

Uninstalling VMware Tools and reinstalling it fixes the problem with unity on the Windows 8.1 guest but not Windows 10.

 

From mbaran's post it looks like unity is not supported with Windows 10 because of some fundamental changes that Microsoft has made with desktop rendering.

 

I have attached my logs just in case you need it and it helps.

 

I guess that I will continue to use the 8.1 guest until the issues with 10 are resolved.

 

Thanks,

Harish

VCP6 Study Resources


problem creating folder on datastore

$
0
0

I'm new to pyvmomi and python, so please forgive the 'newbie' question:

 

OBJECTIVE: use pyvmomi to create new folder on the local datastore

 

Using the following sample code (see url) and made a few modifications by

adding the following code (see below).  However I get the following error.

 

ERROR: TypeError: _InvokeMethod() takes at least 2 arguments (1 given)

QUESTION: How can I fix this error?  I'm passing 2 arguments in the code.

 

NOTE: I can use other sample scripts (e.g. powerOn) passing same info

and it works.

 

CMD LINE: ....\pyvmomi-community-samples-master> python samples\list_datastore_info.py -s myIP -u myUsername -p myPassword

 

https://github.com/vmware/pyvmomi-community-samples/blob/master/samples/list_datastore_info.py

 

 

CODE:

....

....

atexit.register(connect.Disconnect, service_instance) content = service_instance.RetrieveContent()

 

#START MY CODE:

 

dc = content.rootFolder.childEntity[0]

newName = "[local__local] cache"

fm = vim.FileManager

 

fm.MakeDirectory(name=newName,datacenter=dc)

 

#END MY CODE:

 

....

....

 

 

 

 

Any thoughts are greatly appreciated!

Do I need a Snapshot?

$
0
0

If I keep suspending and resuming my virtual machine do I need to use a snapshot, or am I misunderstanding what snapshots are for?

 

Thanks

 

I'm using Workstation 10

Re: Repair / Recover VMFS Volume

Re: Login attempts result in "Account not authorized."

$
0
0

Hi,

 

Thanks for providing such detailed information.

 

The issue you are experiencing is not caused by the VMware Software Manager - Download Service software you are running on your machine. It has to do with another unfortunate problem we've been seeing with VMware infrastructure.

It should also affect your ability to download VMware products directly from our Web site - My VMware.

It seems only some of our customers are impacted by it, and apparently you are one of the impacted users.

 

Hopefully this issue will soon be resolved.

 

For further assistance, please contact the Global Support & Services team at my.vmware.com so VMware can best assist you with your issue

 

 

HTH,

Crackling audio

Re: Do I need a Snapshot?

$
0
0

Snapshots are like a "picture" you take of a VM. The most common case uses for them are:

 

a) backup software like VEEAM.

b) when installing something that you suspect it will break the VM.

 

In the first case, you dont use them directly, but the backup software does. When you take a snapshot, the main vmdk files of the VM will not be changed, changes are written to delta files. Imagine that you're backing up a file that keeps on changing, it would be a disaster.

 

The other case is when you're going to install software, updates, etc. that you suspect it will break the VM. You'll use the snapshot much like Word's CTRL+Z if something breaks: you can go "back in time" to the moment you took the snapshot.

 

As a bottom note: DONT use them for backup.

 

Btw, why are you suspending/resuming your VM?

Re: Login attempts result in "Account not authorized."

$
0
0

Hello again Stoimen,

 

Oddly enough, I have no problem downloading VMware products directly from the My VMware web site:

 

MyVMware Download History.JPG

 

So my account is most definitely authorized for product downloads.  This is becoming more strange by the minute!


Re: Outlook

$
0
0

I can't think of any reason that View would impact the size of that file.   Have you verified that the same configuration, gpo, etc is being applied to the View desktops as it is to the physical desktops.   Also, see this KB to compact the size of the pst to free up space after you have deleted items.

 

https://support.microsoft.com/en-us/kb/289987#/en-us/kb/289987

Re: BDE 2.2 Bootstrap failed

$
0
0

Yes. The mysql node failed due to "yum_package[mapr-core] (mapr::prereqs line 105) had an error" could you SSH to the mysql node (as user serengeti) and run 'sudo yum install mapr-core' ?  It might failed with 'Timeout Error', then it probably means the network speed is not faster enough between the mysql node and the yum server.

Application failure. hr = 0x80040101: Failed to initialize virtual machine

$
0
0

I'm getting this message then trying to start TP. I'm running Windows 10 RTM as host, newly installed. I have no virtual Machines created. It's the default installation of TP. Any clues? My laptop is a Lenovo X250 with 16GB ram and a 1TB SSD.

 

Thanks

/Thomas

Re: Do I need a Snapshot?

$
0
0

I'm suspending/resuming my virtual machine out of laziness/impatience.  It starts quicker and all the programmes/files I need are already open.

 

Is that the wrong thing to do?

 

Thanks

Re: Do I need a Snapshot?

$
0
0

No, we do that with our laptops every day

Viewing all 228672 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>