Questions tagged [guid]
10 questions
7
votes
3 answers
how do i find application name using GUID from error in event viewer on Windows Server 2003?
A Windows Serve 2003 machine logged an error in Event Viewer with the COM+ Event System, saying it could not marshal the subscriber for a particular subscription and then gave the SID/GUID, which…
user717236
- 255
- 1
- 4
- 16
4
votes
2 answers
How to resolve NIC service IDs (GUIDs)?
Is there a way to resolve NIC service IDs (the GUID assigned to each hardware NIC) from the command line?
paxos1977
- 370
- 1
- 4
- 12
2
votes
2 answers
NTFS volume GUID
I'm currently experimenting with my own backup software, and just wondered where the NTFS volume GUID (i.e. the one that appears as \?\Volume{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}) is actually stored, offset wise, on the partition? Is it always at a…
PhilPotter1987
- 141
- 5
2
votes
1 answer
How to get an application's GUID
How can I get an application's GUID from an MSI file without installing it and searching for it in the registry? Is the GUID located in the MSI's properties? Or, can I retrieve it using Orca?
Force Flow
- 1,155
- 5
- 23
- 45
1
vote
2 answers
A unique identifier for a Domain
I asked a question over on StackOverflow and was directed to ask a related one here to see if I could get any additional input. Basically, I am looking to have my application aware of what domain it's running under, if any at all. (I want to expose…
jchoover
- 111
- 2
1
vote
2 answers
Find site URL from SharePoint GUID
I am analyzing ADFS logs, which reference the SharePoint webs visited (via the wcontext parameter) but do so via their GUID.
How do I translate a SharePoint site/web GUID into a URL?
Michael Broschat
- 193
- 3
- 12
0
votes
1 answer
Sticky bit enabled Script can't write to a root file
I have 2 files in the /tmp/.
The first one is an empty file named "file" with permission -rw------- and owner root:root.
The second file is named "script" which is a simple Ruby script with permission -rwsr-xr-x and owner root:root.
The contents of…
S.Goswami
- 277
- 1
- 3
- 9
0
votes
1 answer
Can/should PHP-FPM and Apache be run under the same user/uid and/or group/gid?
I decided to reinstall my box's PHP and Apache today to give FPM a go, never used it before and wanted to do some performance tests as I've heard it is a lot faster. Right after compiling and installing PHP with FPM support, of course, the first…
GGets
- 270
- 2
- 6
0
votes
1 answer
Windows Server 2012 2TB drive limit on 3TB drive - UEFI, GUID
We've got a Dell Poweredge T410, and have upgraded to two raided 3TB hard drives, and Windows Server 2012 Standard. The drive is only showing as 2TB, and I can't see why. We're using UEFI and GUID partition table.
Are additional drivers needed? Or…
Dave Harding
- 141
- 1
- 6
0
votes
1 answer
Changing an MSSQL clustered index field from containing "random" GUIDs to sequential GUIDs - how will it affect indexes
We have an MSSQL database in which all the primary keys are GUIDs (uniqueidentifiers). The GUIDs are produced on the client (in C#), and we are considering changing the client to generate sequential (comb) GUIDs instead of just using Guid.NewGuid(),…
Eyvind
- 101
- 1