IIS ASP.Net reporting tool across multiple domains
We have multiple domains in our forest with multiple websites being hosted in each under IIS. We need to report on the versions of of ASP.Net for each website for auditing. Is there a tool that can help (easily) with this? We are running multiple versions of Windows server also.
Answer Question
| March 22, 2011 7:34 PM
ASP.NET, IIS, Network management software, Network monitoring, Tools for Auditing and Security
We have multiple domains in our forest with multiple websites being hosted in each under IIS. We need to report on the versions of of ASP.Net for each website for auditing. Is there a tool that can help (easily) with this? We are running multiple versions of Windows server also.
I want to delete records from a PF outside a PGM
I need to either setup a SQL that lets me pass a variable so that I can delete records based on a moving date. Or, I want to setup a CPYF command that will allow me to copy records that are *LT a variable (date). I’m not sure how to pass variable to either idea.
Answer Question
| March 22, 2011 3:25 PM
CPYF, PGM, SQL, SQL commands, SQL Server
I need to either setup a SQL that lets me pass a variable so that I can delete records based on a moving date. Or, I want to setup a CPYF command that will allow me to copy records that are *LT a variable (date). I’m not sure how to pass variable to either idea.
Free IT Book: The Accidental Administrator: Cisco ASA Security Appliance
This week’s free IT book comes with a bonus interview with the author, Don Crawley! Check out what he has to say about the book, the process, and the joys of being an IT-type personality. Then answer one of the questions below and post the link to your answer in the discussion section for your [...]
Answer Question
| March 24, 2011 2:29 PM
AS/400, Channel, CIO, Cisco ASA, CRM, Database, DataCenter, Development, Don Crawley, Exchange, Giveaways, IT Books, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
This week’s free IT book comes with a bonus interview with the author, Don Crawley! Check out what he has to say about the book, the process, and the joys of being an IT-type personality. Then answer one of the questions below and post the link to your answer in the discussion section for your [...]
Software Program icon
Can someone tell me how to get my software that I’ve written and burned to cd show an icon of my choosing in the list after choosing Start, then My Computer and the icon that shows for that cd reader? I asked this a few days ago, but I put a space between lines and [...]
Answer Question
| March 21, 2011 1:43 AM
Icon Resizing, Icons, Software programming industry, Windows XP, Windows XP administration
Can someone tell me how to get my software that I’ve written and burned to cd show an icon of my choosing in the list after choosing Start, then My Computer and the icon that shows for that cd reader? I asked this a few days ago, but I put a space between lines and [...]
Speed benifits of MPLS and reasons
We have just finished migrating over to our parent companies domain. We are now on their exchange and are updating and moving domain data back and forth. We are upgrading to a 50/10mps cable line but are getting some pressure to spend about 12000 dollars per year for a MPLS line. What are the benefits [...]
Answer Question
| March 25, 2011 12:41 PM
ISP, MLPS, Multiprotocol Label Switching, Packets, VPN
We have just finished migrating over to our parent companies domain. We are now on their exchange and are updating and moving domain data back and forth. We are upgrading to a 50/10mps cable line but are getting some pressure to spend about 12000 dollars per year for a MPLS line. What are the benefits [...]
What wiki software do you recommend?
Just as the title suggests, what wiki software (DokuWiki, MediaWiki, etc…) do you suggest to run? The purpose of this is nothing more than to make a remote note-taking sort of scenario, so it’s not something for anyone but me to be used. I know I could do my own thing and stuff, but I’d [...]
Answer Question
| March 19, 2011 3:02 AM
Linux, MongoDB, MySQL, MySQL 5.0, PHP, Wikis
Just as the title suggests, what wiki software (DokuWiki, MediaWiki, etc…) do you suggest to run? The purpose of this is nothing more than to make a remote note-taking sort of scenario, so it’s not something for anyone but me to be used. I know I could do my own thing and stuff, but I’d [...]
difference between QSTGLOWLMT and Threshold in dsk capabilty
there is a confusion regarding the ASP%. Just wanted to know that we have set the ASP% threshold in the SST as 90% and in the System Value is set to 95% as shown below Display System Value System value . . . . . : QSTGLOWLMT Description . . . . . : Auxiliary [...]
Answer Question
| March 18, 2011 10:42 AM
AS/400 administration, AS/400 ASP, ASP, ASP Maintenance
there is a confusion regarding the ASP%. Just wanted to know that we have set the ASP% threshold in the SST as 90% and in the System Value is set to 95% as shown below Display System Value System value . . . . . : QSTGLOWLMT Description . . . . . : Auxiliary [...]
List jobs in a job queue
Is there an API that will return a list of jobs in a job queue? I am particularly interested in a job queue that should have two scheduled jobs in it but might not.
Answer Question
| March 17, 2011 8:11 PM
API, AS/400, AS/400 Job Queue, RPG ILE, V5R4
Is there an API that will return a list of jobs in a job queue? I am particularly interested in a job queue that should have two scheduled jobs in it but might not.
help with access database
Searched high and low and while there are many internet posts addressing this topic, none seem to be geared low enough for this ubernubee. I have 2 tables, one lists various addresses and associated file numbers, the file numbers are unique and the primary key in the table. The other table lists various property details [...]
Answer Question
| March 16, 2011 6:03 PM
Access 2007, Access Database, ComboBox, Parameters, Refresh Report parameters
Searched high and low and while there are many internet posts addressing this topic, none seem to be geared low enough for this ubernubee. I have 2 tables, one lists various addresses and associated file numbers, the file numbers are unique and the primary key in the table. The other table lists various property details [...]
Disk Icon?
Hi, I know how to get an icon for a shortcut to be what you want it to be, but can anyone tell me how to get an icon image in the disk views.
Answer Question
| May 12, 2011 1:38 AM
VB4, Visual Basic, Visual Basic 4, Windows Server
Hi, I know how to get an icon for a shortcut to be what you want it to be, but can anyone tell me how to get an icon image in the disk views.
Multi Location Software in VB.Net
I want to create multi location software in VB.net .Basically, my scenario is like ………..software should work for 9 branches. One main branch where SQL server is located and rest all sites are remote site where software installed and directly connected to central SQL server. Please give me some idea how it is possible for [...]
Answer Question
| March 15, 2011 7:02 AM
SQL Server, SQL Server configuration, SQL Server connectivity, VB .NET
I want to create multi location software in VB.net .Basically, my scenario is like ………..software should work for 9 branches. One main branch where SQL server is located and rest all sites are remote site where software installed and directly connected to central SQL server. Please give me some idea how it is possible for [...]
AS400 – SQL
I want to use Functions in Update Queries Set operation Update File Set FName = Substring(Name,1,10) Where EmpNo = 99 How to perform this one using SQL Queries
Answer Question
| March 15, 2011 6:47 AM
AS/400 SQL, AS400 - SQL Queries, SQL queries, SQL Query
I want to use Functions in Update Queries Set operation Update File Set FName = Substring(Name,1,10) Where EmpNo = 99 How to perform this one using SQL Queries
Apple Mac Air and Ruby on Rails
Where can I find explicit instructions on how to install Ruby on Rails on an Apple Mac Air that runs Snow Leopard 10.6.5?
Answer Question
| March 14, 2011 6:31 PM
Apple, Mac, Mac OS X, Mac OS X 10.6.5, Ruby, Ruby on rails
Where can I find explicit instructions on how to install Ruby on Rails on an Apple Mac Air that runs Snow Leopard 10.6.5?
Get your free IT book: The Rails 3 Way
Here’s your chance to win “The Bible for Ruby on Rails Application Development”! There are two ways to get your copy of the book that “strips complexity from the development process,” answer one of four questions and post the link to your answer in the discussion section below. Another way to enter the contest is [...]
Answer Question
| March 14, 2011 4:08 PM
AS/400, Channel, CIO, Contests, CRM, Database, DataCenter, Development, Exchange, Giveaways, IT Books, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows 7, Windows Server
Here’s your chance to win “The Bible for Ruby on Rails Application Development”! There are two ways to get your copy of the book that “strips complexity from the development process,” answer one of four questions and post the link to your answer in the discussion section below. Another way to enter the contest is [...]
VB.NET Conversion Help: Bool Array to Integer and Inteher to Bool Array
Hello everyone, I would like to know how to convert an 32 bit Boolean array to an integer value from one command line instead of writing a For Loop. dim myBOOL(32) as Boolean dim myINT as Integer myBOOL(0) = True myBOOL(1) = True myBOOL(5) = True myINT = xxx(myBOOL) where INT will be 35 ——————————————————– [...]
Answer Question
| March 14, 2011 6:27 AM
VB, VB.NET, Visual Basic, Visual Basic .NET
Hello everyone, I would like to know how to convert an 32 bit Boolean array to an integer value from one command line instead of writing a For Loop. dim myBOOL(32) as Boolean dim myINT as Integer myBOOL(0) = True myBOOL(1) = True myBOOL(5) = True myINT = xxx(myBOOL) where INT will be 35 ——————————————————– [...]
add data in visual basic combo box from a table in database
how can i add a list a data from database to combo box…thannxxx
Answer Question
| May 7, 2011 3:11 AM
VB 6.0, VB Data Report, Visual Basic 6.0, Visual Basic Data Report
how can i add a list a data from database to combo box…thannxxx
Access 2003 IIF Function?
I have a form and a subform relating to vehicles. The subform has starting mileage, ending mileage and the purpose of the vehicle’s use, one of which is oil change. I would like a text box on the main form to show the next oil change mileage which should be 4500 miles from the ending [...]
Answer Question
| March 11, 2011 2:45 PM
Access 2003, Access 2003 forms, Form, IIF, Subform
I have a form and a subform relating to vehicles. The subform has starting mileage, ending mileage and the purpose of the vehicle’s use, one of which is oil change. I would like a text box on the main form to show the next oil change mileage which should be 4500 miles from the ending [...]
SQLRPGLE Error in UPDATE Query
Hello, I have a SQL Statement in SQLRPGLE which Updates a 3 fiels in a file with 30 fields. SQL Statement is as below. UPDATE TABLE1 SET TXDATE = :SYSDATE, TXTIME = :SYSTIME, SETFLAG = :w_Set, MSG = :w_ERR, Comment = ‘ ‘ WHERE ID = :W_ID This works fine on one iSeries server and throws following error on [...]
Answer Question
| March 14, 2011 9:25 PM
AS/400, iSeries, RPG ILE, SQL, SQL statement, SQLRPGLE
Hello, I have a SQL Statement in SQLRPGLE which Updates a 3 fiels in a file with 30 fields. SQL Statement is as below. UPDATE TABLE1 SET TXDATE = :SYSDATE, TXTIME = :SYSTIME, SETFLAG = :w_Set, MSG = :w_ERR, Comment = ‘ ‘ WHERE ID = :W_ID This works fine on one iSeries server and throws following error on [...]
Earning badges pays off – TODAY!
We recently announced that the IT Knowledge Exchange Badge Program is beginning its reward phase, meaning that you can earn great prizes just for doing what you’ve already been doing in the community! Initially we planned to send out a first-time prize for everyone who has been active in the past six months and has [...]
Answer Question
| March 28, 2011 4:32 PM
AS/400, Badges, Channel, CIO, CRM, Database, DataCenter, Development, Exchange, ITKE, ITKE Community, ITKE Feedback, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
We recently announced that the IT Knowledge Exchange Badge Program is beginning its reward phase, meaning that you can earn great prizes just for doing what you’ve already been doing in the community! Initially we planned to send out a first-time prize for everyone who has been active in the past six months and has [...]
SSL certificates
How do I configure SSL certificates on our IBM ISeries at v6R1? what will I need to do to setup this service for our iPad remote users?
Answer Question
| March 24, 2011 4:50 PM
Apache Web Server, iSeries, SSL, SSL Certificates, V6R1
How do I configure SSL certificates on our IBM ISeries at v6R1? what will I need to do to setup this service for our iPad remote users?





