 |
|
 |
Hi
it's veruy usefull project
Through this project i can get the local pc information but if i m trying to connect with remote pc then it will give error that RPC server error and access denied.
will u help me
by hitesh
|
|
|
|
 |
|
 |
Will the source code be available? or is it always going to be "not found".
je
|
|
|
|
 |
|
 |
Hi All,
This application is very nice, If we can make it work for all the computers on the newtork.
I tried to connect to some of our servers in our network with out success.
I used administrator credentials.
Did anybody tried connecting to remote computer successfully using this application?
If yes please let me know , how we can connect ??
Have a Nice Time
Anil
Anil
|
|
|
|
 |
|
 |
what if a remote user enter this url, how can he get his computer info?
Thanks in Advance
Mahmoud Manasrah
|
|
|
|
 |
|
 |
Hi. This is a great tool.
But I'm not able to run this demo . Here a error "System.UnauthorizedAccessException :Access Denied " , then I have addded the account "ASPNET" for this virtual directory . Here the error occur yet.
Much thanks for help me .
Li.Ming . China.
|
|
|
|
 |
|
 |
If I wanted to store all this information in a database what would be the best value to track machines in the system any time I needed to do a update.
Would it be Mac address, probably serial number of the motherboard or some other method.
thanks in advance
|
|
|
|
 |
|
 |
Hi. This is a great tool.
But I'm not able to connect to remote machine.
I'm using Administrator credentials.
But I tried also other WMI tool and I get "Access Denied"
try accessing ALL my wks in my lan.
I tried HTTP Computer Manager locally on those wks and
it works, but I can't access remotely also with administrators credentials.
Does wmi need specific grant on pc where is installed?
Thanks in advance
Sergio
Sergio Bertini
|
|
|
|
 |
|
 |
1. User name :
1.1 Domain user : \UserName
1.2 Local user : \UserName
2. You can configure WMI security on remote host, but usually by default all is ok.
|
|
|
|
 |
|
 |
HI Maxim.
Maxim Kazitov wrote:
You can configure WMI security on remote host, but usually by default all is ok
I suppose that the problem is this.
I tried many user, server name with \ or \\ and so on.
I get the same problem Access Denied also with others WMI tools.
So, can you help me to understand how configure WMI security on remote host
to finally use your great tool in my lan
Thanks un advance
Sergio
Sergio Bertini
|
|
|
|
 |
|
 |
Hi,
I try to add a new panel so i create a .xml and .xslt in the project and build it.
When i try to access to this new panel in a browser i have a error saying : the reference object is not define to a instance of an object.
Ligne 77 : log.Debug("Loading : "+ res_name);
Ligne 78 : XmlTextReader oReader = new XmlTextReader(m_Assembly.GetManifestResourceStream(res_name));
Ligne 79 : return oReader;
it stop to Ligne 78
Someone have an idea to add a panel ?
thanks for your help
|
|
|
|
 |
|
 |
XML file is resource file.
|
|
|
|
 |
|
 |
Hi,
What i want to know is how to add a panel like logical disk, System drivers ect ...
I made a new XLS and XSLT and I modify the pgNavTree.aspx file to add the new panel. What else i have to do ? When i click on the new link of the NavTree i have the error that i posted.
Here is my xls :
SELECT __PATH, Caption
FROM Win32_BootConfiguration
and a part of my xslt :
|
DisplayName |
|
thanks for your help
reagards,
Arnaud
|
|
|
 |
|
 |
You should add new XML file into project as resources file.
If you have more questions you can e-mail me directly : mvkazit@tut.by
|
|
|
|
 |
|
 |
System.UnauthorizedAccessException
^^
|
|
|
|
 |
|
 |
you should be administrator on remote host.
|
|
|
|
 |
|
 |
You got my five. Just providing a simple way to see the file associated with the processes is great.
Thanks
|
|
|
|
 |
|
 |
But where can I find the WMIConsts.DecodeReturnValue(). My system complains about missing WMIConsts definition.
|
|
|
|
 |
|
 |
http://www.yogageneration.com/~mvkazit/demo/WQLDataProvider/index.html
WMIConsts.cs
|
|
|
|
 |
|
 |
... the password is passed in the query string as clear text, when you press Connect.
Apart from that, it's a great tool!
--
Ry
|
|
|
|
 |
|
 |
Thanks, will be fixed
|
|
|
|
 |
|
 |
img src="/script/Forums/Images/smiley_cry.gif" align="top" alt="Cry | :((" />
wonderful site 4 prgmr's
|
|
|
|
 |
|
 |
I type localhost in the server box and it reject it?
what is needed to run this on my localhost PC?
|
|
|
|
 |
|
 |
This by default localhost (server where application runing)
|
|
|
|
 |
|
 |
I haven't checked out the sourcecode provided with this article, but the article itself has really given me some insight on WQL and the power of WMI.
So thanks for opening up my eyes to WMI/WQL.
/sinus-c
|
|
|
|
 |
|
 |
I try to run the source
When i try to access to this new panel in a browser i have a error saying : the reference object is not define to a instance of an object.
Ligne 77 : log.Debug("Loading : "+ res_name);
Ligne 78 : XmlTextReader oReader = new XmlTextReader(m_Assembly.GetManifestResourceStream(res_name));
Ligne 79 : return oReader;
it stop to Ligne 78
|
|
|
|
 |