Questions tagged [quest]

Questions related to the PowerShell cmdlets from Quest Software

Tag questions which are related to the PowerShell cmdlets from Quest Software. e.g., Get-QADUser, Get-QADComputer, Get-QADObject.

101 questions
0
votes
1 answer

[Solved]: Error resolving image name 'debian-cloud/debian-9': Could not find image or family debian-cloud/debian-9

Google Cloud Skills Boost (Quest) Secure Workloads in Google Kubernetes Engine (Lab) Securing Applications on Kubernetes Engine - Three Examples On the section "Provisioning the Kubernetes Engine cluster", run the command make create I got into…
hungnd
  • 91
  • 2
  • 4
0
votes
0 answers

Unreal Building for Quest 2 : rungraddle.bat error

The the screen shot of the error So i have been trying to build for the quest 2 and i cant seem to fix this error forever. I need help fixing this error or im goin to loose my mind
0
votes
1 answer

QuestDB could not open file [errno=2, path=] although file exists

I have launched QuestDB through this way: docker run -p 9000:9000 --memory="100g" --name docker_questdb -v questdb/questdb After uncommenting the following line in the server.conf: cairo.sql.copy.root= Then running the import command: COPY d1temp…
AbdelKh
  • 499
  • 7
  • 19
0
votes
2 answers

ICMP filter in wireshark not capture when i ping google

hi anyone can help me, I try to ping www.google.com but did not capture it in Wireshark version 3.6.0 in windows 10. I use ICMP filter. In cmd, it shows that no loss and I'm very sure there is no blocking from the firewall. icmp not capture
0
votes
2 answers

How to animate grabbing in Unity VR?

I've been googling this for 10 hours and I'm running out of ideas. I found several video-tutorials and written-tutorials but none of them really works or they're overkill. I have VR Unity (2020.3.16f) project designed to be run on Quest 2. I'm not…
NastyKhan
  • 11
  • 2
0
votes
0 answers

Get-QADUser Mailbox?

I have a really generic/basic question. (Please close if not allowed) Currently, I've been adding the quest.activeroles.admanagement snapin to run the QAD cmdlets. Is anyone familiar with how to find Organizational Mailboxes a user is attached to?…
Abraham Zinala
  • 4,267
  • 3
  • 9
  • 24
0
votes
1 answer

Custom event: Instance trash mob requirement for quest completion

I'm scripting custom event where main requirement is to kill bosses in certain time and I need to prevent potential cheaters from using teleport hack inside of instance. Is there any way how I can add the trash mobs requirement in effective way ? I…
0
votes
1 answer

Launch android app on Oculus with VR mode

I'm new to Oculus Development. I'm trying to run an app inside Oculus Quest 2. Right now the app runs in floating window inside Oculus. I want to run the app in VR mode. Can anyone please guide?
0
votes
1 answer

UNITY Trying to trigger CustomEvent with Oculus VR integration input (OVRinput)

When i get input from the Oculus Touch Controllers i want to translate the targetObject. And if i do it directly, it works but when i try to trigger a CustomEvent it doesn't work. (I don't have Oculus Link so i am testing on the Headset). I'm trying…
0
votes
1 answer

Uploaded files are 0 bytes when uploading from Oculus Quest to LAMP server

I am running a LAMP server to collect some data. I have created an Oculus Quest app which collects some data, and then POSTs it to the LAMP server. During my testing of the POST method before deployment on Quest, I was using Unity and Windows. The…
Jack
  • 1
  • 1
0
votes
0 answers

How can I debug my Cordova app on Oculus Quest?

I can debug my Cordova app on an Android Samsung phone using Chrome -> 'chrome://inspect/#devices' This page also shows my Oculus Quest and the Cordova app running in it. But pressing 'Inspect' gets me a 'HTTP/1.1 404 Not Found' How can I debug my…
Tommi
  • 1
  • 2
0
votes
2 answers

How do I use Oculus Quest controllers for clicking on Buttons?

I'm currently building a prototype for a project (using unity 2019.4.0f1). That means it doesn't have to be perfect and there are just a few functions involved. So far I created the environment and added a dialogue system, which pops up when the…
Geka
  • 1
  • 1
  • 1
0
votes
1 answer

How can I share data from onTriggerEnter method to smoothly move the position of a game object, using Update method?

enter image description hereI am able to set Y axis of my player with a simple transform.position call, in a single step, all within onTriggerEnter method, but the motion has a single step and is therefore jerky. Now I am trying to make the motion…
jvralston
  • 1
  • 1
0
votes
1 answer

TOAD Automation Designer Export to Excel utilizing Variables

My goal is to iterate over a set of oracle database instances and export a dataset to an excel file. Each instance shall be encapsulated in its own sheet. The sheet shall be named like the currently used database. I have achieved to iterate over a…
Andreas B
  • 15
  • 5
0
votes
1 answer

Oculus Quest Haptics Feedback not working when building

I'm trying to set up the haptic feedback on oculus quest in Unity, using VRTK but it doesn't work, both with the VRTK custom script and OVRInput Haptics APIs. It works fine when I test the app on Oculus Rift, though. If anyone incurred in the same…