Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
troubleshooting
- Page 1
Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
1 Month Ago
by blud
…](https://www.iis.net/learn/troubleshoot/using-failed-request-tracing/
troubleshooting
-failed-requests-using-tracing-in-iis) to track this down…
Re: Okta apps validation
Programming
Web Development
1 Month Ago
by maplestar
Thanks for the information! It’s really helpful to know how to fix the account activation issue with just a click. Simple solutions like this make
troubleshooting
much easier. For more helpful tips and insights
Troubleshooting Issue
Hardware and Software
Networking
10 Years Ago
by Maymoon
… the following would be the most appropriate first step in
troubleshooting
this issue? 1.Unplug the printer from the wall electrical…
Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Saran_1
I am currently
troubleshooting
a utility that I have been working on. The main …
Troubleshooting Issue
Community Center
9 Years Ago
by Brayan_2
… combination of steps would be the most effective approach to
troubleshooting
this issue? 1.Verify printer accessible through local network, verify…
Re: troubleshooting on wmedia player 11
Hardware and Software
Microsoft Windows
17 Years Ago
by sultan_emerr
… window. = [url]http://www.headbands.com/gspot[/url] info on
troubleshooting
WMP11, here, [url]http://www.microsoft.com/windows/windowsmedia/player…/11/
troubleshooting
.aspx[/url] FAQs [url]http://www.microsoft.com/windows/windowsmedia…
Re: Troubleshooting: PC suddenly shuts down not because of overheating
Hardware and Software
Hardware
10 Years Ago
by polarpandabear
…. I am a 3D artist with a little knowledge on
troubleshooting
and I do a lot of rendering in my machine…
How to create a better-than-live troubleshooting
Community Center
17 Years Ago
by sabrina07080236
Hello. I am a technical support of our software company, does anybody have good ideas of how to create a better-than-live
troubleshooting
? Always our customers meet the same problem and I need reply them many times. I want to find a software to create a better-than-live
troubleshooting
, so I can enhance the efficiency.
get user identity & display database record - troubleshooting
Programming
Software Development
15 Years Ago
by Lori Barber
Greetings - I'm wondering if anyone can assist me with
troubleshooting
. When I login, my page displays the heading, but not … my ASP and VB code. Thanks in advance for your
troubleshooting
assistance! <asp:LoginView ID="LoginViewMemberDetails" runat="…
Cannot connect to Internet after running troubleshooting software
Hardware and Software
Information Security
19 Years Ago
by robertonline
… two other programs based on something I read on another
troubleshooting
site....programs called a-squared and CleanUp! I deleted everything…
HighJack This Log (Internet Browsing Troubleshooting Guide for XP ?)
Hardware and Software
Information Security
18 Years Ago
by Gizmo78
…;http://www.daniweb.com/techtalkforums/thread49592.html"]Need a
troubleshooting
guide for Internet Browser (XP) ?[/URL] Logfile of HijackThis v1…
Network Troubleshooting Toolkit?
Hardware and Software
Networking
17 Years Ago
by bushib
Hi there, I want to know that is there any best software utilities for the network administrators i.e. any good utilities for
troubleshooting
and diagnosing the networking problems. I will be very thankful for any help. Best Regards. B. Bashir
LCD Help needed, please! (Already did some troubleshooting!)
Hardware and Software
Hardware
17 Years Ago
by chrysalyst
… V5000) Hi.. First of all, I've already done some
troubleshooting
, so this may help with your thoughts on the problem…
Sound Card Troubleshooting?/New Sound Card
Hardware and Software
Hardware
16 Years Ago
by Ax3
… it, but to no avail. I googled, and did some
troubleshooting
, and now i actually here my speakers buzzing and so…
Dell Dimension 3000 CPU Troubleshooting
Hardware and Software
Hardware
16 Years Ago
by munluc2000
… dimension 3000 desktop computer, it stoped posting and after some
troubleshooting
i concluded the cpu had parked. i actually got another…
PC troubleshooting advice needed
Hardware and Software
Hardware
16 Years Ago
by phoneyman
…'s causing the power supply to shut itself off. Any
troubleshooting
advice?
Linux and Networking Troubleshooting
Hardware and Software
Networking
13 Years Ago
by mustafahman
… have the knowledge on basic and intermediate computer hardware/Networking
troubleshooting
.. can you give me tips or maybe links to sites…
I'm looking for troubleshooting advice
Programming
Web Development
12 Years Ago
by mmcdonald
… errors are reported at all? Any other valuable methods of
troubleshooting
I could learn / use? Thanks in advance for any help…
Re: Troubleshooting Issue
Hardware and Software
Networking
10 Years Ago
by Slavi
4, if others are able to print it is quite likely that the user's settings are different or he is trying to print it out on a different printer
Re: Troubleshooting Issue
Hardware and Software
Networking
10 Years Ago
by Riptyed
^ Also 4. If everyone else can connect fine, it's not the network connectivity. If you can print a test page, it's not the printer/drivers. That leaves the issue is something local to his PC.
Re: Troubleshooting Issue
Hardware and Software
Networking
10 Years Ago
by Maymoon
thank you for your help guys
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Gribouillis
You can write dest = self.destination_csv(filename) with open(dest, 'wt') as fh: writer = csv.writer(fh) writer.writerows(self.makerows(flatten_dict(root))) Then you need a method def destination_csv(self, filename): """Compute a destination filename from a source filename…
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Saran_1
Here is my version (I know it is rather clunky and inefficent) Two issues: The first function **check_config** takes a configuration file (txt) which has the filenames of files I want to exclude from further processing. I attempt to move these files in the intersection of `files_in_dir` and `lines` (which contains the names of the files). I then …
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Gribouillis
You did not understand my advice the function `destination_csv()` is only supposed to take a filename argument (such as `C:\foo\bar\baz\awesomedata.xml`) and return another string, such as `"C:\\Users\\Desktop\\Playground\\Samples\\CSV_Records\\awesomedata.csv"`. It is not at all supposed to open or parse the file.
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Saran_1
So ` destination_csv()` would recursively take each txt or XML file and rename it? I would only need to make the directory once. This should be outside the iterative loop, correct?
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Gribouillis
The directory needs to be made only once. `destination_csv()` does not *rename* the XML file. It only creates a *new* destination filename where the csv data will be written without modifying the source XML file. The name of the destination file is built from the name of the source file, which permits to handle several files which names don't …
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Saran_1
I have tried this: folder = '"C:\\Users\\wynsa2\\Desktop\\Playground\\Samples\\' for filename in os.listdir(folder): infilename = os.path.join(folder,filename) if not os.path.isfile(infilename): continue oldbase = os.path.splitext(filename) newname = …
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Gribouillis
You don't need to change the initial `findFiles()` function which calls `open_and_parse()`. The `destination_csv()` function must **not** rename any file **nor** iterate over a listdir etc. In your original code, you only need to replace lines 60 and 61 with dest = self.destination_csv(filename) with open(dest, 'wt') as fh:…
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Saran_1
I have already done so (please see lines 87 - 90). I am unclear as to the purpose of `destination_csv()`. Code Example Here` # import the os.path library import os.path #import the sys library import sys # from parsexml2 import flatten_dict, ElementTree import csv import os import …
Re: Troubleshooting utility to parse XML objects
Programming
Software Development
9 Years Ago
by Gribouillis
Indentation of line 87 is incorrect. Now here is an hypothetical example which shows how destination_csv() should work >>> obj.destination_csv('C:\\Playground\\Samples\\FOO.xml') C:\Playground\Samples\CSV_Reports\FOO.csv Edit: I shortened the path for the example.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC