Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PsInfo from remote computer in python
Post: RE: PsInfo from remote computer in python

(Aug-10-2021, 08:02 AM)DeaD_EyE Wrote: You need to address the Hosts by their name. IP does not work and in front of the name, you need the double backslashes. Remote hosts require a username and a ...
susja General Coding Help 3 2,249 Oct-02-2022, 10:48 AM
    Thread: PsInfo from remote computer in python
Post: PsInfo from remote computer in python

I need to get output from PsInfo.exe on remote computer. I am located on vhabosapp4gen but need to get information about vhabosdev25 From command line I execute: PsInfo.exe -d -nobanner \\vhabosdev...
susja General Coding Help 3 2,249 Aug-09-2021, 12:30 AM
    Thread: Python issue with Mercurial
Post: RE: Python issue with Mercurial

Sure thing, It's just for fun .. Thanks for the help anyway
susja General Coding Help 7 3,110 Mar-01-2021, 01:59 AM
    Thread: Python issue with Mercurial
Post: RE: Python issue with Mercurial

Well ... change to https did not make a diff. Not sure why it works fine on the same PC using Cygwin. FYI: I am using Emacs as Cygwin package. When I use Emacs shell I also don't have problem to acce...
susja General Coding Help 7 3,110 Feb-28-2021, 02:21 AM
    Thread: Python issue with Mercurial
Post: RE: Python issue with Mercurial

That was great hint. I was able to install Mercurial 5.7 and now I don't have an issue to run it from MobaXterm. At the same time I hit another issue which I don't have using Cygwin i.e. authenticatio...
susja General Coding Help 7 3,110 Feb-27-2021, 08:22 PM
    Thread: Python issue with Mercurial
Post: Python issue with Mercurial

'm using Windows 10 and have Cygwin and MobaXterm installed. I need to use Mercurial. It works fine from Cygwin but I want to run it from MobaXterm. I just installed Mercurial plugin for MobaXterm and...
susja General Coding Help 7 3,110 Feb-27-2021, 10:30 AM
    Thread: Manage user names in TRAC
Post: RE: Manage user names in TRAC

Your advice was very productive. I am all set now. Thanks
susja General Coding Help 3 5,891 Dec-06-2020, 09:34 PM
    Thread: Manage user names in TRAC
Post: RE: Manage user names in TRAC

(Dec-02-2020, 02:00 AM)Larz60+ Wrote: You may very well get an answer here, but perhaps sooner by contacting the authors. You can find their contact information here: https://pypi.org/project/Trac/ ...
susja General Coding Help 3 5,891 Dec-02-2020, 04:39 PM
    Thread: Manage user names in TRAC
Post: Manage user names in TRAC

I am completely new in TRAC. I was able to install it on my Windows server and the version is 1.4.2 I created a few users using 'session' command. Now I have users with parameters like name e.g. "Joh...
susja General Coding Help 3 5,891 Dec-02-2020, 12:22 AM
    Thread: Get database used data space from pyodbc
Post: RE: Get database used data space from pyodbc

Well ... please disregard my question. I realized that I have check just simply the database size and don't need to run stored procedure. Hence it's not relevant for me anymore. Thanks for advice anyw...
susja General Coding Help 1 2,230 Aug-14-2020, 02:01 PM
    Thread: Get database used data space from pyodbc
Post: Get database used data space from pyodbc

I need to get 'used data space' of database. I decided to use sp_spaceused. I am using python 3 and pyodbc My code: query = ''' CREATE TABLE SpaceUsed ( TableName sysname ,NumRows BIG...
susja General Coding Help 1 2,230 Aug-13-2020, 04:24 AM
    Thread: Execute DBCC CHECKDB from python script
Post: RE: Execute DBCC CHECKDB from python script

Actually I resolved my issue by adding parameter tableresults Thanks
susja General Coding Help 1 2,086 Aug-12-2020, 02:09 AM
    Thread: Execute DBCC CHECKDB from python script
Post: Execute DBCC CHECKDB from python script

I have to run this query from inside the python script using pyodbc (python 3): DBCC CHECKDB ('database_name') WITH ESTIMATEONLY In code I have the following: query = ''' DBCC CHECKDB ('database_nam...
susja General Coding Help 1 2,086 Aug-11-2020, 01:23 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020