About 50 results
Open links in new tab
  1. Use managed identity to access storage account with persistent …

    Sep 13, 2024 · 0 I face the following situation: I would like to access a storage account using Persistent Volume (PV) and Persistent Volume Claim (PVC) but without an access to the storage account's …

  2. What does retain persistent mapping variable value mean in …

    Nov 24, 2022 · If you check it Infa will retain persistent variable values in target repository/folder. For example, if you are migrating a mapping which has a sequence generator with initial value as 5000 in …

  3. python - chromadb persistent client crashes when attempting to add a ...

    Jul 7, 2025 · chromadb persistent client crashes when attempting to add a record to collection Asked 9 months ago Modified 8 months ago Viewed 421 times

  4. Persistent TCP Connections in Python - Stack Overflow

    Oct 8, 2023 · I'm trying to build a simple HTTP web server that serves a single file (index.html) over a persistent TCP connection. Specifically, I want the browser to be able to send multiple HTTP …

  5. BAT file to map to network drive without running as admin

    May 8, 2014 · I'm trying to create a .bat file that will map to a network drive when it is clicked (it would be even better if it could connect automatically on login if connected to the network, otherwise do not

  6. java - What is Persistence Context? - Stack Overflow

    Nov 12, 2013 · Persistence context defines a scope under which particular entity instances are created, persisted, and removed. A persistence context is like a cache which contains a set of persistent …

  7. When to use VolumeClaimTemplates versus predefined Persistent …

    Dec 22, 2023 · I am struggling to understand the advantages and disadvantages for VolumeClaimTemplates versus predefined PVs/PVCs and standard Volumes. We have StatefulSet A …

  8. Mapping a network drive and having trouble saving password

    Mar 27, 2014 · I'm changing file servers soon, and cmdkey really saves the day here: I can now script how to forget the old credentials and store new ones, and my new persistent share reconnects …

  9. Map a network drive to be used by a service - Stack Overflow

    Oct 8, 2008 · 50 You'll either need to modify the service, or wrap it inside a helper process: apart from session/drive access issues, persistent drive mappings are only restored on an interactive logon, …

  10. How can I see the contents of a PVC in Kubernetes?

    Apr 23, 2023 · I'm trying to view the contents of a PVC (Persistent Volume Claim), but it appears that the only method is to mount the PVC into a container and inspect the contents. As you can imagine, this …