Questions tagged [workgroup]

A workgroup is a collection of computers on a local area network (LAN) that share common resources and responsibilities.

"In computer networking, a workgroup is a collection of computers on a local area network (LAN) that share common resources and responsibilities. Workgroups provide easy sharing of files, printers and other network resources. Being a peer-to-peer (P2P) network design, each workgroup computer may both share and access resources if configured to do so." Taken directly from: http://compnetworking.about.com/cs/design/g/bldef_workgroup.htm.

74 questions
22
votes
8 answers

Why does MSMQ think I'm on a workgroup computer?

My computer is connected to a domain, but when I go to create a public queue: MessageQueue.Create(@".\testqueue"); I get this error: A workgroup installation computer does not support the operation. Why might MSMQ think I'm on a workgroup…
Mike Pateras
  • 14,715
  • 30
  • 97
  • 137
11
votes
1 answer

Work Group Sizes

For a given Kernel, why are work_groups of always the same size? I read somewhere (for the case in which we don't specify the local work size) that openCL creates 3 work groups(of 217 work-items each) for kernel with 651 work-items(divisible by 3)…
Remy
  • 139
  • 1
  • 1
  • 10
9
votes
4 answers

How to windows authenticate Windows 8.1 Microsoft Account With Sql Server 2012

I have set up a little network with windows workgroup. My pc (windows 8) connected with server (sql server 2012) using windows authentication. Of course I had a local account and not the microsoft account and a pure mapping of the accounts did the…
Mantzas
  • 2,463
  • 3
  • 25
  • 35
8
votes
4 answers

In C# how do I get the list of local computer names like what one gets viewing the Network in windows explorer

There are a lot of questions about getting the name and IP addresses of the local machine and several about getting IP addresses of other machines on the LAN (not all answered correctly). This is different. In windows explorer if I select Network on…
user334911
8
votes
1 answer

MSMQ creating errors: A workgroup installation computer does not support the operation / User's internal Message Queuing certificate does not exist

This is driving me abit nuts so if anyone could hepl i'd be very grateful!! I am trying to send a message to a public queue from a server within the domain to the domain controller but i get the error: 'A workgroup installation computer does not…
anna
  • 1,001
  • 6
  • 23
  • 40
5
votes
1 answer

Principal.IsMemberOf exception for local user account when joined to Domain

I am trying to determine if a given local user account is in the local Administrators group. Everything works fine until the system is joined to a domain. When joined to a domain an exception is thrown that the network path was not found, but only…
4
votes
3 answers

Using SVN alone or in small workgroups - workflow approach?

I have spent some months working on a web application and we're come close to production stage. It's soon time to expand the development group with 1-3 people on this project. I have not too much experience on working with SVN, but It's obviously…
Industrial
  • 41,400
  • 69
  • 194
  • 289
4
votes
4 answers

How can I get the Workgroup name of a computer using C#?

I've read about getting it with the Environment class, but can't find it. Thanks guys.
delete
4
votes
1 answer

C# Programmatic Remote Folder / File Authentication In Non-Domain Windows Environment

I need to be able to programmatically authenticate when trying to read and write files on a remote computer in a non-domain environment. When you type a command into the Windows RUN prompt that is similar to \\targetComputer\C$\targetFolder or…
blitz_jones
  • 1,048
  • 2
  • 10
  • 22
3
votes
4 answers

Handling multi-user work on Version Control Systems

I can imagine system of how can multiple programmers work intensive on same codebase in same time. I think the Version Control System on server should be able to lock one file for editing when one of programmers connected to codebase starts editing…
Marek Sebera
  • 39,650
  • 37
  • 158
  • 244
3
votes
1 answer

Connecting to VS2010 Remote Debugger from a domain?

I'm trying to set up a remote debugger connection from my dev box on a domain to a web server (SERVER) in a workgroup with no success and I'm hoping for the some insight. --------------------------- Microsoft Visual…
amber
  • 1,067
  • 3
  • 22
  • 42
3
votes
3 answers

Is global synchronization in OpenCL possible?

As well known OpenCL barrier() function works only for single workgroup, and there is no direct possibility to synchronize workgroups. If it possible what's best approach for global synchronization today? Using atomics, OpenCL 2.0 features,…
ash
  • 151
  • 1
  • 2
  • 5
3
votes
1 answer

OpenCl max warp and work-group per compute unit

Can I get maximum warp/work-group on one compute unit through some function like clGetDeviceInfo. From what I've found the number depends only on Compute capability.So is there any function that can detect it? thx jikra
cizek
  • 31
  • 2
2
votes
1 answer

NetMsmqBinding WAS service fails to read messages from remote MSMQ queue in a workgroup

We have a service that is hosted in IIS using WAS with the net.msmq binding. The service reads messages from a private transactional MSMQ queue. I need it to work by reading from a queue that is on a different machine to the service. I can get it…
stevejay
  • 884
  • 9
  • 19
2
votes
3 answers

how to connect to sql server 2008 (R2) on same workgroup on intranet

I am trying to connect to sql server R2 instance on same workgroup but I get (error: 26 - Error locating server/instance specified). please Assume I have pc pc1 and pc2 with windows 7 network connection pc1 - router - pc2 pc2 has my SQL SERVER…
v s
  • 549
  • 2
  • 7
  • 17
1
2 3 4 5