iSeries Default Password
Yes, use the System values Depending on what release level you are on, you may not have all of these. <pre> System Value Description QPWDEXPITV Password expiration interval QPWDEXPWRN Password expiration warning QPWDLMTAJC Limit adjacent digits in password QPWDLMTCHR Limit characters in password QPWDLMTREP Limit repeating characters in password QPWDLVL Password level QPWDMAXLEN Maximum password [...]

View Answer   |  September 29, 2011  12:47 PM
Default password, iSeries, iSeries data center, iSeries RPG programming
asked by:
32,855 pts.

Open IT Forum: Will HP be a worthy cloud contender?
Good luck with the book,everyone always brings this up! Enjoy http://www.nikemallchina.com, Retail and wholesale NIKE态Adidas’s running shoes, soccer shoes, basketball shoes,and so on.

View Answer   |  September 27, 2011  8:01 AM
AS/400, Business Intelligence, Channel, CIO, Cloud Computing, CRM, Database, DataCenter, Development, Exchange, Hewlett-Packard, HP, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
0 pts.

Open IT Forum: Goals to round out 2011
Open IT Forum: Goals to round out 2011 – The goals that have been set for our department to finish out this year (2011) and move into 2012 are simple; establish a base line of where we are currently with our software (back office) and begin the planning to fully implement the new back office [...]

View Answer   |  September 26, 2011  1:26 PM
AS/400, Bounties, Business Intelligence, Channel, CIO, CRM, Database, DataCenter, Development, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
145 pts.

Free IT Book: Official Cert Guide for CCNP Security SECURE 642-637
I just answered the Cisco ASA question <a href=”http://itknowledgeexchange.techtarget.com/itanswers/asa/#viewquestion”>here</a>. Check it out! I LOVE CISCO!

View Answer   |  September 20, 2011  4:46 PM
AS/400, Business Intelligence, Certification preparation, Channel, CIO, CRM, Database, DataCenter, Development, Exchange, Giveaways, IT Books, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, Security certifications, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
775 pts.

Free IT Book: The Python Standard Library by Example
Hi, I’ve posted an answer which you can check in the following url: http://itknowledgeexchange.techtarget.com/itanswers/power-shell-script-change-screen-resolutions/ Regards

View Answer   |  September 19, 2011  10:35 PM
AS/400, Business Intelligence, 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 Server
asked by:
75 pts.

Cat6 vs 25 pair
Category 6 cabling and other categories of cabling are specified in ANSI/TIA-568-C.2 for 4-pair cabling and multi-pair cabling. Note; multi-pair cabling includes any pair counts above 4-pair cabling and typically refer to groupings of 25-pairs. While it may be possible for 25-pair cables to achieve the category 6 transmission performance requirements, 25-pair cabling is not [...]

View Answer   |  November 9, 2012  1:31 AM
Cables, CAT 6, Patch panels
asked by:
15 pts.

Open IT Forum: What should system documentation look like?
My documentation is written to be understood by the least knowledgable person who will be using it. If I’m writing disaster recovery procedures, they are written to be understood by the least qualified and knowledgable person in our department. This is no means a reflection on their abilities, but simply an opinion that if they [...]

View Answer   |  September 15, 2011  2:15 PM
AS/400, Business Intelligence, Channel, CIO, CRM, DataCenter, Development, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, System Documentation, Virtualization, VoIP, Windows Server
asked by:
810 pts.

Open IT Forum: IT’s role in customer service
A timely response is always encouraged and just good customer service of course. Nothing worse than asking for help and then waiting hours or even days for a response. If you say someone will be with the customer shortly, don’t keep them waiting forever please! I don’t mind giving a level of severity. If I [...]

View Answer   |  March 5, 2013  3:41 PM
AS/400, Business Intelligence, Channel, CIO, CRM, Customer service, Database, DataCenter, Development, Exchange, IT project management, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
56,975 pts.

Open IT Forum: How do you prepare your data center for severe weather?
The main problem in our area are ice storms, freezing rain, severe thunderstorms and tornados. Most of these result in power outages which is dealt with by UPS and backup generators. Now our company has experienced growth over the past decade to the point where we are now beginning to implement 2 co-locations for our [...]

View Answer   |  September 13, 2011  2:57 PM
AS/400, Business Intelligence, CIO, CRM, Data Center management, Database, DataCenter, Development, Disaster Recovery, Disaster Recovery Plan, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
810 pts.

asked by:
15 pts.

Deleted files reappear after logging on Windows Server 2008
I have seen this with Roaming proifles and RDP, apparently the file is deleted off the users desktop, but not the copy that is held in their profile. So the next time they login, the copy is returned. (I personally have removed all roaming profiles in favor of just using Folder Re-diretion to get their [...]

View Answer   |  September 8, 2011  8:51 PM
RDP, Roaming Profiles, Server-based/Thin-client computing, Windows Server 2008 R2
asked by:
160 pts.

Average Energy Consumption
http://www.dell.com/content/topics/topic.aspx/global/products/pedge/topics/en/config_calculator?c=us&l=en&cs=555

View Answer   |  September 8, 2011  3:23 PM
Data Center, Dell servers, Energy Consumption
asked by:
10,615 pts.

AS400 comparing large database files, cobol code taking too long
It sounds as if you do this regularly <i>It’s a batch process</i> so why not engineer the requirement out? – add a trigger to export the keys of changes to a ‘daily changes’ file or ‘hourly changes’ or whatever, and keep track that way. once it’s live – lets say a couple of days to [...]

View Answer   |  September 6, 2011  7:17 AM
AS/400, AS/400 database, AS/400 Database File, COBOL
asked by:
5,505 pts.

SHA1 Digest in Perl.
Obviously, the problem is that SHA1 module is not included in the AIX Perl distributive… Locate the module in CPAN, download and install it – sounds simple, but you might need to download and install some more modules on which SHA1.pm depends. Fortunately, the installer “knows” about dependencies and even if not download them automatically, [...]

View Answer   |  September 3, 2011  12:21 PM
AIX, Linux, Linux administration, Perl, Perl error handling, SHA1
asked by:
3,120 pts.

Did the wrong thing with firefox and osx
Check your preferences pages. There is a link in there to load the attachment handler. Your mileage may vary under mac & ff, but it is a good place to start. Another thing that may help trigger it is to clear your borwser cache and any cookies issued by that server. That is a pretty [...]

View Answer   |  September 2, 2011  1:47 PM
iNotes 85, Lotus Domino, Lotus Notes, Mac OS X
asked by:
615 pts.

CAT-6 -Return Loss failed (RL and RL @ Remote)
Hello Emiljo, This question was already answered <a href=”http://itknowledgeexchange.techtarget.com/itanswers/return-loss-error-on-fluke/”>here</a>. Even so, you might be willing to read<a href=”http://www.testmart.com/webdata/appnote/263.pdf”> this document</a> form Microtest. This doc. among others, helped me and my team some years ago (97/98) to start certifying our first structured cabling installations. HTH

View Answer   |  August 29, 2011  2:40 PM
CAT 6, Network administration, Network analysis, Network analyzers
asked by:
4,570 pts.

Open IT Forum: Did you buy a TouchPad?
Yep, sure did. Picked up one for me and one for the wife (got the bigger one for $150 each). Waiting for the hackers to get Android onto the devices which should just be a few more days.

View Answer   |  August 24, 2011  8:19 PM
AS/400, Business Intelligence, Channel, CIO, CRM, Database, DataCenter, Developers, Development, Exchange, Hackers, Hewlett-Packard, HP, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Tablets, TouchPad, Virtualization, VoIP, Windows Server
asked by:
64,520 pts.

PSOD with ESX 3.5
Hello Srv2003, I already had some PSODs with (essentially) some white box (ESXi) servers that I use in a personal lab. The first think I need to ask is if that server was upgraded or had some kind changed it’s configuration lately. If so, what changed? Unfortunately, the information you provide is too little to [...]

View Answer   |  August 22, 2011  10:12 PM
ESX, ESX 3.5, IBM BladeCenter
asked by:
4,570 pts.

how to hide user name and password while web.show_document built in forms 11g
Take a look at this question. You will find your answer there: <a href=”http://itknowledgeexchange.techtarget.com/itanswers/call-parameter-form-reports-10g-webshow_doc/”>Call parameter from Oracle Reports 10g web.show_doc</a>

View Answer   |  August 16, 2011  3:20 PM
Application Server, Oracle Forms 11g, WebLogic, WebLogic Server
asked by:
63,535 pts.

Free IT Book: Fedora and Red Hat Enterprise Linux
Hey All, Check out my answer for <b><a href=”http://itknowledgeexchange.techtarget.com/itanswers/server-2003-adding-mac-and-pc-to-same-domain/#viewquestion”>Windows Server 2003 adding MAC and PC to same domain</a></b>. Hope this helps! Paul NetLock Systems

View Answer   |  August 16, 2011  3:39 AM
AS/400, Business Intelligence, Channel, CIO, CRM, Database, DataCenter, Development, Exchange, Giveaways, IT Books, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server
asked by:
775 pts.