A workgroup is a collection of computers on a local area network (LAN) that share common resources and responsibilities.
0
votes
1answer
74 views
how to create a new start session in sql server 2008 with user from other computer?
I have two computers. One with windows XP where I have SQL Server 2008 Express and other computer with windows 7. In both computers I have sql server management studio.
Both computers are in the ...
2
votes
2answers
112 views
How to remove computer from Domain (C# Code) and then add to workgroup?
My requirement is to join a computer to a Workgroup. It works well in the normal scenario. But if computer is already part of a domain, then my code doesn't work.
I assume that at first computer ...
0
votes
0answers
84 views
batch: File Updater
I am sharing some batch files among the computers within my workgroup on my
wireless network and am allowing them to be able to edit them via "users can edit these
files" option under properties. I ...
0
votes
0answers
70 views
xmpp xep 0142 to join workgroup queue return 500 error
using XMPP xep0142 ,jabber and openfire 3.7
I create a workgroup ,an a queue with two members in this workgroup ,on member is online,
when a user join a workgroup queue ,an error return
the error ...
1
vote
1answer
328 views
opencl max work group size
Opencl defines maximum work group size.
What is the reason for that ?- is that harware limitation or just software design?
Why can`t I use any work group size ? - any case the workgroup is "divided" ...
0
votes
0answers
78 views
Installing passive failover sql server 2008 r2 on workgroup [closed]
I have looked around online and locally for how to install SQL Server 2008 R2 in failover passive mode on a failover server I have and can't find anything good. Is there anyone that has done this and ...
1
vote
0answers
269 views
Silverlight website isn't working in Domain Environment
I am running Server 2003 and client as Windows 7. I am trying to log-in to a website ( openjet.damanhealth.ae ). If my PC is running as Workgroup, I can log-in to the website and everything works ...
0
votes
1answer
123 views
Adding workgroup user to SQL Server on another Workgroup machine
We have 2 workgroup machines (say WG1 and WG2)
WG1 has SQL Server 2008 installed. and WG2 is web server.
I need to install application on WG2 server connecting to WG1 database server using Windows ...
0
votes
1answer
170 views
Change Windows password in a web application
I have a web site using https and basic authentication. User is automatically authenticated against Windows. The web site is hosted on a workgroup computer (not member of a domain). I'm working with ...
4
votes
1answer
2k views
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 ...
1
vote
2answers
1k views
Unable to access WMI when getting “Windows cannot connect to the domain” Error message
So I've got an XP Pro workstation that is reporting "Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because your computer account was ...
0
votes
2answers
2k views
How to join a workgroup computer to a domain remotely
Scenario: I'm using ComputerA in a domain with admin credentials. Remote ComputerB (with known admin credentials) is in a workgroup. ComputerB needs to join a specific domain (Different than ...
0
votes
0answers
137 views
Is there a “NetworkManager” for connecting to homegroups
All- First let me tell you my goal: Connect to a homegroup (network, not just wifi) via a Samba or Windows server and see the number of deveices also connected to the same homegroup. First I did a ...
0
votes
0answers
153 views
Integrated windows authentication in a workgroup machine allowing access to AD users in IIS7.5
I have developed a ASP.NET web application which reads the data from Active Directory Domain(Domain1). I have hosted the web application in IIS in a workgroup machine in the network. I need to allow ...
-1
votes
2answers
660 views
Get List of Local Network Computer Names
I am using visual studio 2010 and I have searched on the net for help and other people using the DirectoryEntry("WinNT:") but it doesn't seem to work for me. I can see my network workgroups and if I ...
0
votes
1answer
810 views
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) ...
0
votes
2answers
238 views
Pattern Matching using brute force in openCL
I have stored the text in char array a[textLength], and pattern in an array b[patternLength]
cl_char *a = (cl_char *) malloc(textLength*sizeof(cl_char));
for(int i =0; i<textLength;i++)
{
...
2
votes
1answer
284 views
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 ...
0
votes
1answer
746 views
Alternate Access Mapping not working in SharePoint 2010 Workgroup
I have tried to configure alternate access mappings in my SharePoint 2010 which is installed in WorkGroup Windows Server 2008 R2 server but could not make it work.
Here are my steps.
Go to Central ...
0
votes
1answer
712 views
How to execute batch file remotly over non domain workgroup Win XP network as administrator?
I need to execute a batch file remotely run as administrator over a workgroup win XP network.
Is there a way to do that?
I don't want make domain for that — I'm just looking for a solution as ...
0
votes
2answers
157 views
ASP.NET MVC intranet application based on a workgroup
Is ASP.NET MVC intranet application intented only to be used as a Windows-domain based application or there's a possiblity to run it inside a workgroup?
Thanks!
0
votes
1answer
444 views
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 ...
0
votes
1answer
141 views
Programmically create or join a home group
I am trying to write a utility to walk users through connecting and setting up their network. One requirement I have is to create or join a home group. I have been able to find ...
1
vote
3answers
2k views
how to connect to sql server 2008 (R2) on same workgroup on intranet [closed]
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 ...
0
votes
1answer
496 views
How to set explicit NetworkCredential for authenticating to a workgroup computer instead of domain
I am using the following form of the NetworkCredential constructor to set explicit credentials before invoking a webservice that requires a specific identity:
myWebService.Credentials = new ...
0
votes
0answers
181 views
Make a folder shared for anonymous login
I have a folder on a windows server 2003 machine in a workgroup that I want to share with a server 2008 machine that is in a domain. I want that to be accessed without prompting for logon credentials.
...
1
vote
1answer
510 views
Move TFS2010 to a domain
I am trying to move my TFS2010 server to a domain and keep getting "TF246017" database error. I followed the instructions on:http://msdn.microsoft.com/en-us/library/ms404883%28v=VS.100%29.aspx
I shut ...
1
vote
1answer
350 views
Accessing networked computers using C#
I have built an application with a tree view showing the file structure of the server the application is running on. I want to be able to include in the tree the file structure of machines connected ...
3
votes
4answers
306 views
Handling multi-user work on Version Control Systems [closed]
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 ...
1
vote
1answer
270 views
OpenCL order of work-group processing
I have question about work-groups processing in OpenCL. If I have 10 work-groups and every work-groups has 8 work-items. Is there an strictly order of work-group processing on GPU? Are the work-groups ...
3
votes
3answers
5k views
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 ...
1
vote
2answers
1k views
Access Denied when using system.management for shutdown
I'm trying to create a small program in C# -MVC# 2008 Express- that will let me turn on and off the 15 computers I'm in charge of, remotely. Turning them on was easy but turning them off seems to be a ...
3
votes
1answer
757 views
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.
---------------------------
...
6
votes
3answers
4k views
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 ...
0
votes
1answer
2k views
SQL Server 2008 express R2 logon problem after switch from workgroup to domain
My network just passed to domain from workgroup and my SQL Express 2008 R2 refuses to start saying that the logon is not correct.
Thank you for your help
0
votes
1answer
527 views
How do I create a script to switch between a Domain and my Workgroup
I am searching for a way to switch between my home's workgroup and my work's Domain.
I am sure that it can be done with some commands in batch/python language but I have no idea how to do it...
I'll ...
1
vote
1answer
704 views
Enumerate pc's on a workgroup using WMI (c++)
I'm trying to enumerate all the pc's in my workgroup lan (not a domain) using WMI.
I can't figure out which class to use or if there is any class that offers this functionality?
I've tried several ...
3
votes
3answers
292 views
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 ...
2
votes
4answers
3k views
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.
0
votes
1answer
3k views
MSMQ on a domain controller defaults to workgroup mode, how to switch to Domain mode?
I have a Windows Server 2008 machine acting as Domain Controller for a test domain and I have installed MSMQ on this server including the "Message Queue Server", "Directory Services Integration" and ...


