Exchange 2003 Permissions
I don’t think you can prevent this change from being reflected, no. However being honest about why it was done would be your best response. It may be helpful to know most email administrators have “god rights” to all mailboxes in order to troubleshoot mail issues. This is not unusual and is to be expected [...]

View Answer   |  January 12, 2010  5:43 PM
Auditing, Ecora, Exchange 2003, Exchange permissions, IT audit
asked by:
56,975 pts.

Data Center Standards
This <a href=”http://docs.sun.com/source/805-5863-13/”>Sun’s Data Center Site Planning Guide </a> might be helpful. ——————-

View Answer   |  January 11, 2010  2:14 PM
Data center cooling, Data center design, Network design
asked by:
63,535 pts.

Grub 16 error
Hello, The error code “16″ means the following: 16 : “Device string unrecognizable” This error is returned if a device string was expected, and the string encountered didn’t fit the syntax/rules listed in the Filesystem Description. To recover, you would need to change the menu.lst entry causing the problems in /boot/grub/menu.lst and reboot. How you [...]

View Answer   |  January 9, 2010  2:55 AM
GRUB, help, how to, linux server, Recovery, reinstall
asked by:
1,175 pts.

Routing Between Two Networks
Although I am not familiar with the devices in use, I would make an assumption that the NAT functionality of one of the firewalls is causing the problem you’re having. You would want to turn this functionality off on both devices if and only if you are not connecting to the Internet. Another option is [...]

View Answer   |  January 8, 2010  9:34 PM
CAT5, Network Configuration, Network Topology, Routing and switching
asked by:
27,310 pts.

Not authorised to display job logs
create a CL wrapper program for the DSPJOBLOG command and when compiling set useprf(*owner) and set the owner of the command to a profile that has sufficient authority. Since there is no command line in DSPJOBLOG, users won’t be able to do anything else under the extra authority. ======================================================= Since DSPJOBLOG won’t help you much [...]

View Answer   |  January 8, 2010  8:37 AM
AS/400, DataCenter
asked by:
108,055 pts.

Accessing the other users object.
Hi You will need to talk to your system administrator and ask them to grant you authority to the object. If you don’t have authority to the object then you wouldn’t normally have the authority to grant it to yourself. Regards Jonathan ========================================================= The owner of the object can always grant any needed authority to [...]

View Answer   |  January 8, 2010  7:50 AM
AS/400, Backup & recovery, DataCenter, RPG, RPGLE, Security
asked by:
108,055 pts.

Copying Spoolfiles
1) Create a file to transfer the spool file data on the source system. RCDLEN is (at least) 1 char larger than width of report. ? CRTPF FILE(library/file) RCDLEN(length) 2) Save the spool file data to the transfer file on the source system. ? CPYSPLF FILE(splfname) TOFILE(library/file) JOB(jobnbr/user/jobname) SPLNBR(splfnbr) CTLCHAR(*FCFC) MBROPT(*REPLACE) 3) Send the transfer [...]

View Answer   |  January 8, 2010  7:46 AM
Application development, Backup & recovery, DataCenter, RPG, RPGLE, Security
asked by:
108,055 pts.

V5R3 to V5R4
what is a “-913 error” ? ===================================================== The previous answer wasn’t much help. On the other hand, the question didn’t give much to go on and what was given was contradictory — tags included “RPG” and “RPGLE” but the question asked about COBOL programs. It also referenced “-913 errors” even though the errors have essentially [...]

View Answer   |  January 8, 2010  7:37 AM
Application development, AS/400, CLP, DataCenter, DB2 Universal Database, Project management, RPG, RPGLE
asked by:
108,055 pts.

Ability to perform AS/400 file transfers in batch
STRPCCMD only interactive? Check for STRPCO in this forum. (only CA) Or you can run a RFROMPCB(RTOPCB) in a .bat file? ==================================================== There should be no need for STRPCCMD ever. The AS/400 and Windows/Linux PCs can share directories through Windows networking. you don’t need to transfer a file when a file can be directly accessed [...]

View Answer   |  January 8, 2010  5:51 AM
AS/400, DataCenter, Development
asked by:
108,055 pts.

Best way to do the DASD history capture…(Disk usage)
Their are two commands RTVDSKINF and PRTDSKINF which collect and print disk space usage information. These are part of the operating system. You should probably run this under a user profile name that has *ALL authority. This will show you how much space each library on the system takes up, as well as other system [...]

View Answer   |  January 8, 2010  3:42 AM
Backup & recovery, CRM, DataCenter, RPGLE
asked by:
108,055 pts.

asked by:
1,175 pts.

Cat 6 crossover only getting 100 Mbps?
Mark sure that the computers are both set to 1000 instead of auto. Try using a network switch which has Gig ports on it and see if that helps any. Also make sure that DMA is turned on on both side of the communication. DMA is Direct Memory Access, a protocol used by disk drives [...]

View Answer   |  January 7, 2010  5:42 PM
Cabling, CAT 6, Category 6 cable, gigabit, Gigabit ethernet, Gigabit network adapters, Windows 7
asked by:
1,175 pts.

How do I configure network ports to full-duplex on McData switches?
Unfortunately, I haven’t worked on this specific equipment. I’m sure your manual can help explain the steps you need to take. The most likely issue is a speed/duplex mismatch with the switchport or device it’s attached to. Make sure that the device it’s attached to is not set to 100/full, but instead to auto/auto. Thanks! [...]

View Answer   |  January 7, 2010  5:23 PM
configuration, Full Duplex, Half Duplex, Networking, Port
asked by:
1,175 pts.

HOW TO CONFIGURE VLAN WITH DHCP?
may i know what kind of equipment do you have and what brand..? The most useful link would probably be this one: http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfdhcp.html Thanks! Ryan

View Answer   |  January 7, 2010  4:37 PM
DHCP, IBM BladeCenter, VLAN, VLAN configuration
asked by:
1,175 pts.

QSYSOPR Break Mode Problem
your break message should have a higher serverity level that normal/informational messages. So if you use this command, it should work for you. CHGMSGQ MSGQ(QSYSOR) DLVRY(*BREAK) SEV(80)

View Answer   |  January 7, 2010  4:30 PM
Break Testing, Qysopr, Software Break Points
asked by:
32,855 pts.

remove multiple file-command in Solaris 10
You can use a wildcard if all of the filenames have something in common <pre>rm *.txt</pre> or you can list all the file names <pre>rm fil1.doc file2.txt file3.txt</pre> You can also combine these methods <pre>rm *.txt *.doc</pre>

View Answer   |  January 7, 2010  4:26 PM
Solaris, Solaris 10
asked by:
645 pts.

Capacity information on Altosoft Insight
Joe, I am a systems engineer with Altosoft. I noticed your question and would be happy to provide information. But I need to know more about what capacity information you are looking for. Please feel free to contact me directly Richard Rabin 215 962 8889 rrabin@altosoft.com

View Answer   |  January 6, 2010  7:27 PM
Altosoft Insight, Business Intelligence, Capacity planning
asked by:
15 pts.

Upgrading to new version using image catalog
Since *IMGCLG is a valid object type for a SAVOBJ command, could you not SAVOBJ the image catalog to a SAVF then FTP the save file over to the production machine? ============================================================ The *IMGCLG can be copied via perhaps SAVRST or SAVRSTOBJ. Or it can be saved into a savefile that can be FTPed (or [...]

View Answer   |  January 6, 2010  5:48 PM
AS/400, DataCenter
asked by:
2,310 pts.

OFC patching
It is possible thru the use of tranceiver from Single mode to Multimode

View Answer   |  January 5, 2010  3:12 PM
Line Interface Unit, LIU, Multimode Patch Cords, OFC, Optical Fiber Cable, Patch cords, Singlemode Patch Cords
asked by:
4,265 pts.

Cache Battery Replacement
We had a battery pack go not long ago on our 9406-720. The battery pack on our card was a typical cell phone type battery pack, (one of the bundle of 3 AA type batteries with a wire plug types). The pack is directly on the card (IOA or IOP, I forget which) you’ll need [...]

View Answer   |  January 1, 2010  10:15 PM
AS/400, Hardware
asked by:
108,055 pts.