Get answers.  Share knowledge.  Collaborate with peers.




Configuring two subnets
I have 2 subnets that need to be configured on 192.168.7.0 block. There is a pc in each subnet that need ip addresses configured, the gateway address to the Router, there is also a switch that dose not need to be configured. So there is 1 pc in subnet (A)that has 110 host and 1 [...]

Answer Question   |  September 14, 2012  8:14 AM
Subnet, Subnet Setup
asked by:
15 pts.

Setting Power Saver Mode
How can we set power save mode properly on new Windows 7 machines and wake on LAN to save on electricity costs?

Answer Question   |  September 14, 2012  6:44 AM
Window 7
asked by:
5 pts.

Object lock in AS/400
What is meant by an object lock in AS/400? How can it be prevented?

Answer Question   |  September 14, 2012  4:51 AM
AS/400, AS/400 object lock
asked by:
10 pts.

Word multiple page break format issues
Hi, I am creating a multiple page document in Word 2010 where the first page is going to be printed on letterhead so the left margin is 5cm. I have set it up fine so that only the first page has the margin, but I need it so that text that flows from page 1 [...]

Answer Question   |  September 14, 2012  12:10 AM
Microsoft Word 2010, Microsoft Word features
asked by:
5 pts.

Decision process to move from internal infrastructure of servers service providers to the cloud.
Where can I get help.  We are close to the end of life of our server for a small business.  We have perhaps 18 people that go onto the system to use e-mail, and use shared drives for client business. Much of our material is very confidential so we need security. I would just like [...]

Answer Question   |  September 13, 2012  9:24 PM
Cloud Computing
asked by:
15 pts.

Powershell script for counting files and emailing results
I need to find a script that will count files in a directory and return results via email if they exceed a certain amount. I am trying to automate a manual process. I am not a Powershell expert, but I am trying to learn. Can anyone point me in the right direction?

Answer Question   |  September 13, 2012  8:52 PM
PowerShell Scripts
asked by:
5 pts.

iSeries QBATCH – 3 options
Our site uses just the one batch job subsystem and generally this is fine, but at cerain times of the year two departments compete to run quite hefty reports. The users don’t like it when their jobs get stuck in the queue as some of these jobs take a while to run. QBATCH is set [...]

Answer Question   |  September 13, 2012  8:14 PM
iSeries, QBATCH
asked by:
65 pts.

HP EVA p6300 problems
We are having a lot of problems with our p6300, we are wondering if others are experiencing similar issues. This is what’s happened so far: Drive enclosure power supplies started repeatedly failing and recovering in 3 of the 6 enclosures (about two months ago) with critical errors like this: “A drive enclosure power supply component [...]

Answer Question   |  September 13, 2012  8:14 PM
HP SAN p6300
asked by:
5 pts.

AFPU QCCSID AS/400
I have trouble getting the Swedish characters å ä ö work when I use AFP Utility in an AS/400 CCSID have 37 as the system value (QCCSID)

Answer Question   |  September 14, 2012  7:38 PM
AS/400, AS/400 CCSID
asked by:
10 pts.

Crystal Reports 8.0 Error
I have created a formula called @DateCode: WhilePrintingRecords;NumberVar dblYear:= 0;NumberVar dblWeek:= 0;StringVar strYear:= “00″;StringVar strWeek:= “00″;StringVar strDate:= {OrderDet.User_Text1};DateVar dtDate;DateTimeVar dtDateTime;StringVar strDateCode:= “0000″; If IsDate(strDate) Then(    dtDate:= CDate(strDate);    dtDateTime:= CDateTime(dtDate);     dblYear:= DatePart(“yyyy”, dtDateTime);    dblWeek:= DatePart(“ww”, dtDateTime, crFirstJan1);        strYear:= Right(ToText(dblYear, “00″), 2);    strWeek:= ToText(dblWeek, “00″);); strDateCode:= strYear + strWeek; When I run the report, it [...]

Answer Question   |  September 13, 2012  6:49 PM
Crystal Report 8.0, Date calculation
asked by:
25 pts.

Open IT Forum: Do you think smartphone announcements have lost their luster?
We have seen several smartphone announcements recently – including yesterday’s iPhone 5 event -  but Ron Miller believes they have lost their ability to dazzle us. Do you agree? What has changed since the original iPhone was introduced in 2007?

Answer Question   |  September 13, 2012  5:33 PM
iPhone, Mobile
asked by:
11,410 pts.

redoing a report
I must redo a report using a new query. How do I tell the report to use the new query?

Answer Question   |  September 13, 2012  3:08 PM
Reports
asked by:
ybd
25 pts.

Outlook contacts
My Outlook all of a sudden is not filling in names and previous addresses I’ve sent mail to like it used to. Also my signatures are no longer there, anyone know why or how to get that back?

Answer Question   |  September 13, 2012  2:54 PM
Microsoft Outlook, Microsoft Outlook features
asked by:
5 pts.

Fields with Logic Codes
Hi all. i’m working in a form in Lotus Domino. How should I insert logic code (if / else) and and drop down fields in a form?

Answer Question   |  September 13, 2012  2:54 PM
Lotus Domino
asked by:
20 pts.

Templates for risk management and compliance
We are a small, growing company being asked to fill out the  Standardized Information Gathering (SIG) Questionnaire.  Are there examples for standard policies and procedures we could use as a starting place instead of creating all of them from scratch?

Answer Question   |  September 13, 2012  2:15 PM
SIG, Standardized Information Gathering
asked by:
10 pts.

mq/400 in as/400
Hi Guys Hope u guys r in the pink. I have a file in XML format which is sent to iseries through MQ series.This file has to be parsed and the records are to be written to a physical file and also into content manager.Could anyone please tell me how to do this task? Could [...]

Answer Question   |  September 13, 2012  2:01 PM
AS/400
asked by:
345 pts.

Compile error
Windows 7.0, Word 2007. When I open a document, I receive the message “Compile error in hidden module. AZWizard modul”. I can’t understand the Microsoft “help”. This error started following a crash. Could anyone help me remove this error? (I’m not an expert!)

Answer Question   |  September 13, 2012  10:54 AM
Microsoft Word 2007, Microsoft Word error messages
asked by:
35 pts.

Access 2007 Sql Query
Hi Team (Again).. further to an original post I am trying to get 2 further fields added to my Query / Report. BoxCount & AverageWeight Here is the existing query. SELECT Pickerid, Pickername, ROUND(SUM(totalweight), 2) AS PickersTotalWeight, SUM(totalweight)/ROUND(SUM(pickerhours)) AS HourlyRate FROM (SELECT pickerid,currentdate,pickerhours,pickername,SUM(currentweight) AS totalweight FROM mergeddatabase GROUP BY pickerid,currentdate,pickerhours,pickername) AS [%$##@_Alias] WHERE ((currentdate between [...]

Answer Question   |  September 13, 2012  7:14 AM
Access SQL Averaging, Counts
asked by:
225 pts.

Juniper SSG-350M anti-spam
Hi One of my client received a failure notice. “Remote host said: 550 Requested action not taken: mailbox unavailable or Anti-spam Action” I already put their email add in whitelist but still cannot send email until i delete the anti-spam in my firewall Juniper SSG-350M. Anyone knows how can i solved this problem without deleting [...]

Answer Question   |  September 13, 2012  6:50 AM
Firewall, Juniper, Mail server
asked by:
285 pts.

Windows Live contacts
I cannot access my contact folder from windows live mail. It keeps saying not responding? Is this a common problem with windows live?

Answer Question   |  September 13, 2012  11:45 PM
Windows Live, Windows Live Mail
asked by:
5 pts.