Get answers.  Share knowledge.  Collaborate with peers.




How to create an Outlook system that automatically achieves team email conversations using rules and public folders.
I’m trying to set up a Outlook system using rules and public folders that does the following:  1) Allows members of a team to “tag” an email conversation so all future emails from that conversation will be copied to a public folder.

Answer Question   |  June 5, 2012  1:02 AM
Microsoft Outlook 2007, Microsoft Outlook folders
asked by:
10 pts.

How do you code footers in DDS Print File?
I need to print a footer on every page of a report. Thought it would be simple like headers. If anyone has the answer let me know. Thx.

Answer Question   |  June 5, 2012  11:56 PM
AS400 RPGLE, DDS Printer files
asked by:
80 pts.

Green circle icons in outlook 2010
I have icons in deleted items that have green circles with a white checkmark on them. What does this mean?

Answer Question   |  June 4, 2012  7:04 PM
Microsoft Outlook, Microsoft Outlook 2010
asked by:
5 pts.

Printer Overlays
What is the simplest way to create an overlay for a printer file? I’d prefer to go generic, rather than buy a package.

Answer Question   |  June 6, 2012  6:36 PM
iSeries, iSeries 720
asked by:
10 pts.

CPYTOIMPF .txt file shows garbage on IFS when viewing on windows
CPYTOIMPF .txt file shows garbage on IFS when viewing on windows but when using wrklnk it looks fine, please help.Below is the query I am using CPYTOIMPF FROMFILE(BIN815PA) TOSTMF(&PATHDAT) + MBROPT(*ADD) FROMCCSID(*FILE) + STMFCODPAG(285) RCDDLM(*CRLF) + STRDLM(*NONE) FLDDLM(*TAB) CPYTOIMPF FROMFILE(BIN815PB) TOSTMF(&PATHDAT) + MBROPT(*ADD) FROMCCSID(*FILE) + STMFCODPAG(285) RCDDLM(*CRLF) + STRDLM(*NONE) FLDDLM(*TAB) CCSID of the file (BIN815PA) [...]

Answer Question   |  June 8, 2012  5:35 PM
AS/400, CPYTOIMPF
asked by:
35 pts.

COBOL400
I get the following message MCH3601 (pointer not set for loacation referenced) when calling a Cobol program from another Cobol program, passing 4 paramters.However this abend happens on the second call to this program as the first call was sucessful.Can anyone help me. It fails after open statment.even i am not able to check the file [...]

Answer Question   |  June 5, 2012  12:38 PM
COBOL Compiler
asked by:
100 pts.

Regarding AWE setting on SQL server
Hello I would like undestand what are the calculations need to be followed while setting AWE on SQL server.   Regards Ravi Raj Chelluri

Answer Question   |  June 5, 2012  9:08 AM
AWE Settings
asked by:
5 pts.

How to convert XML to AS400 PF with V5R2?
Hi All, How do I convert XML into as400 PF by using V5R2? As I know, XML-INTO and XML-SAX command only applicable for V5R4 and above. My XML file not in one-by-one tag (I open it from note pad). Thanks a lot.

Answer Question   |  June 5, 2012  1:18 AM
XML
asked by:
15 pts.

Security and QSECOFR number of sign-ons
For security purposes, the number of sign-on attempts can be *NOMAX or as few as one. I configured for 3 maximum sign-ons. Does anyone know if the OS/security sums the total number of sign-on attempts from the device only before it disables the device, or does the OS not count total from the device, but [...]

Answer Question   |  June 4, 2012  10:21 PM
QSECOFR, Security, sign-on
asked by:
365 pts.

Microsoft Excel error message
I have just installed office 2010 and error message comes up when I start excel: ‘Compile error in hidden module: AutoExecNew’ I also get error message when closing excel: ‘Compile error in hidden module: DistMon’ Please can you help

Answer Question   |  June 11, 2012  9:05 PM
Microsoft Excel 2010, Microsoft Excel error messages
asked by:
5 pts.

Upgrading to 2008 server standard(32bit) from windows 2003 domain control
I am upgrading windows 2003 domain control(running ad  dns server) to windows server 2008(32bit). How can i find the hardware and volume resources requirements?

Answer Question   |  June 25, 2012  8:26 PM
Windows Server 2003, Windows Server 2008
asked by:
40 pts.

Wireless connection of printer to network
I have a HP 209A printer and want to connect it to my wirelss network so all devices can print to it. Have tried through windows and through the printer to no avail

Answer Question   |  June 4, 2012  9:42 AM
prionter network
asked by:
5 pts.

Stubborn Deletion Stubs
Layout of issue: Domino 8 Server. Copied Domino 5.0.8 email databases to the folder “mail” on the D8 server. Neither Compact or Updall are purging the deletion stubs even though the replication settings discussed elsewhere have been set to 3 days. Since the only idea that I have involves making new copies of them through [...]

Answer Question   |  June 4, 2012  3:40 AM
Domino 8.0, Domino 8.0 Deletion Stub
asked by:
5 pts.

System i not = AS/400
I don’t have a question. This is just a post under the ‘System i <> AS/400′ topic. A co-worker, Ben Peters of Help Systems, sent this image: Yes, it shows Firefox running as a BCI job in a workstation/terminal session using PASE. He was testing Xterm sessions in i 7.1 and wondered about Firefox. The [...]

Answer Question   |  June 16, 2012  2:18 AM
browser version server
asked by:
108,055 pts.

ESX 4-0 server issue
Hi  I am a newbie with respect to the server administration. I have a ESX-4.0 server which has 4 disks and is running Adaptech Raid controller 5405.It does not have arcconf installed on it From the blogs,I came to know that remote arcconf needs to be configured.But I am not able to find the version [...]

Answer Question   |  June 2, 2012  7:21 PM
Server Hardware
asked by:
5 pts.

rep_1401 ‘cf_mosrrepformula’ fatal pl/sql error ora-00904 invalid identifier
I’m trying to get the most repeating value on my report so i in formula column I do function cf_mostrepfomula return char is ret_val1 varchar2(20); ret_val2 vachar2(20); begin select test_result,count(test_result) testcount into ret_val1,ret_val2 from lab_trx_details where test-id=:test_id and branch_id =:branch_id having (count(test_result)>1) group by test_result order by test_count if ret_val1 is not null then return(ret_val1); [...]

Answer Question   |  June 2, 2012  6:41 PM
REP-1401
asked by:
5 pts.

SQL Query
how to select only those table name from database that have a two field in table like PID amd EID table that have PID also have a EID in a single table those table i want to select

Answer Question   |  June 4, 2012  1:14 PM
SQL Server, SQL Server tables
asked by:
SDN
15 pts.

CPF3309 error message
While executing CPYSPLF command I get the error CPF3309 with the error description , ” No files named &1 is sctive”,Please let me know your thoughts and advice solution for the same

Answer Question   |  June 6, 2012  7:17 AM
CPYSPLF
asked by:
80 pts.

how to boot
how to boot usb port how to instatlion dos os with usb port

Answer Question   |  June 6, 2012  5:47 AM
how to boot usb
asked by:
5 pts.

Acronis 2012 support
Does Acronis 2012 Bootable disc support motherboard socket 2012? Acronis 2010 supports motherboard socket 775 and recognises HDD BUT NOT FOR SOCKET 1155…

Answer Question   |  June 6, 2012  9:24 PM
Acronis 2012, Windows XP
asked by:
3,260 pts.