Get answers.  Share knowledge.  Collaborate with peers.




owa 2003 not showing any items for one person
I can’t figure out why only one person(s) e-mail doesn’t show in owa.No folders show for this person. Running Exchange 2003, server 2003 r2, plan install for both. all other owa’s work great. Thanks in advance. -Jose

Answer Question   |  March 12, 2012  9:17 PM
Exchange 2003 Standard Edition, OWA 2003
asked by:
5 pts.

jsp
<HTML> <HEAD> <!– Example2 –> <TITLE> JSP loop</TITLE>  </HEAD>  <BODY> <font face=verdana color=darkblue> JSP loop <BR> <BR> <%! public String writeThis(int x) {             String myText=”";             for (int i = 1; i < x; i++ )                        myText = myText +  “<font size=” i ” color=darkred face=verdana>VisualBuilder JSP Tutorial</font><br>” ;             return myText; } [...]

Answer Question   |  April 4, 2012  6:00 PM
JDK 1.6, JSP
asked by:
35 pts.

AS/400
i have two fields defined in RPGLE PGM one is in O spec as  O BCENTH Z   and one is in D spec as  D DS  D TCALC 10 0  when i done eval Statement   EVAL BCENTH = TCALC  it gives me compiler Error that *RNF7416 30 1002 053200 The types of the right and left [...]

Answer Question   |  March 17, 2012  9:32 AM
AS400 Data Definitions, AS400 iseries, AS400 RPGLE
asked by:
200 pts.

Lotus Domino Mail Journaling Stopped Working
We have setup Mail Journal to save copy of every mails in an account “mail tracking”. It was working fine but today I monitored that it has stopped archiving mail from past 10 days. My journal setting as as follows: Journaling: Enabled Field encryption exclusion list: Form; From; Principal; PostedDate Method: Send to mail-in database [...]

Answer Question   |  March 12, 2012  6:40 AM
Lotus Domino 8.5, Lotus Domino Journaling
asked by:
5 pts.

want color codes on outlook calendar
I want to use a color for certain appointment types on my outlook calendar. I do not have a tag icon on my tool bar. Where do I get that from?

Answer Question   |  March 14, 2012  4:15 AM
Microsoft Outlook, Microsoft Outlook Add-ins
asked by:
5 pts.

AS/400 Query – wild card for LIKE test
When I select records usinf the LIKE test, what wild card character do I use? LIKE ‘air%’?

Answer Question   |  March 17, 2012  1:18 AM
AS/400 Query, AS/400 Records
asked by:
5 pts.

Tapelibrary is always Disabled
replaced a 3581-L38 with a new 3581-L38 (1/8 Autoloader). Did the IOP IPL and reset, and have reset power on the MLB after reconfig to match the old MLB. Still, the IOP shows operational, but the MLB is always Disabled. vary on says it needs “Reset” but when I set reset = *yes, it doesn’t [...]

Answer Question   |  March 17, 2012  11:02 PM
i5/OS, TapeLibrary
asked by:
20 pts.

Adding HP SAN P4000G2 to an existing cluster????
I appologize in advance for my newb terminology but I have no experince in this at all. I have an environment running on vmware esxi 4.1 and HP lefthand san p4000 g2. currently their san is set RAID5 with one LUN and two datastores but they are running out of space and getting some major [...]

Answer Question   |  June 7, 2012  6:26 PM
IP SAN, RAID, VMware
asked by:
5 pts.

How to set administrator rights on files and folders without harming the current rights (windows Server 2003)
I scanned our file server for huge files and encountered several files and folders (450+ folders 30K+ files) that have not the [local-fileserver]localadministrator account assigned. Is there a way to push these administrator rights trough a folder top-down, but respecting the rights already present in the folders and files below. So how to set administrator [...]

Answer Question   |  March 9, 2012  4:55 PM
File Server, Windows Server 2003
asked by:
5 pts.

SSIS 2008 R2 Change Configuration File Location
Starting with SSIS 2008, the /conf option no longer overrides the location of a configuration file. The dtexec documentation states to use the /SET option to override its location. My problem is I can not figure out the syntax to change c:foo.dtsconfig to d:foo.dtsconfig.

Answer Question   |  May 19, 2012  2:54 PM
SSIS 2008 /SET configuration file location
asked by:
5 pts.

How to stop domain wide access of users calendar and mailboxes ?? Exchange 2010/Outlook 2007
What the solution to this ? I have issue’s with the users in my domain basically anyone can access anyones else’s calendar (via outlook 2007), without setting any permissions and we’ve recently found out that you can even access other peoples folders and mails. This is a big security risk !! How do we stop this [...]

Answer Question   |  March 15, 2012  2:21 PM
Microsoft Exchange 2010, Microsoft Outlook 2007
asked by:
5 pts.

Files
hai friends, i have PF in this format ————–PF1-NAME R   REC      FLD1      FLD2 ———————— FOR LF: ——————LF1 R   REC   PFILE(PF1) ——————– My question Is it possible to have some other record format name in my LF??? Example:: ————————LF1 R   ANC    PFILE(PF1) ——————- Thanks in advance..

Answer Question   |  March 17, 2012  11:30 AM
AS/400, as/400 files
asked by:
275 pts.

WAN connectivity
Hi, I had a query regarding WAN connectivity. Can we provide WAN connectivity on ethernet ports(copper as well as fiber)? Because I am assuming to terminate T3/E3 WAN connection from SP on this port to provide 10 Mbos or higher bandwidth. And do this can be provided on branch routers of cisco like 2900 series.

Answer Question   |  March 9, 2012  7:59 AM
Cisco router, WAN
asked by:
25 pts.

help
class Orc { public static void main(String args[])throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String s = br.readLine(); Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”); Connection con = DriverManager.getConnection(“jdbc:odbc:oradsn”,”system”,”sekhar”); Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery(“select id from fhtml where fname =’s'”); while(rs.next()) { System.out.println(rs.getString(1)); } con.close(); } } hai is it possible to give input and execute [...]

Answer Question   |  March 9, 2012  7:24 AM
Java code, Java Database, PRG
asked by:
35 pts.

Hidden field in single page subfile?
hi ,  When we open subfile source by using 2 or 5 option then hidden fiedl defination is like that? WWRRN       R   H        REFFLD(…….. like that………) there is no any position means defined at record format level. but when I’m tryung to find out that hidden field by uasing 17 option, I can’t find it.   [...]

Answer Question   |  March 17, 2012  6:08 AM
AS400 RPGLE, RPGLE
asked by:
130 pts.

Lotus notes agent: copy newly received email to other account
Hi, Am trying to figure out on how do i automate the copy and paste of my emails from lotus notes account to other account on lotus notes application. I added gmail account in the lotus notes application, am trying to copy the newly received email (everytime new email comes in) from my lotus notes [...]

Answer Question   |  March 10, 2012  2:52 AM
Lotus Notes, Lotus Notes configuration
asked by:
15 pts.

Access a password protected URL (web application)
Greetings! I am facing an issue (class Authenticator was not called when the url asked for an username and password). Here is my sample code. Can anyone see what I am doing wrong or post their working sample code? My scenario, I think is little different from the the article, as I am trying to [...]

Answer Question   |  March 8, 2012  1:23 AM
Java code, java script
asked by:
25 pts.

AFP printer drivers
Hello!   I’m trying to install a AFP printer driver on my laptop so that I can update an overlay on our iSeries.  However, I’ve tried every one that I can find to no avail.  I get an error message that states “Printer driver not installed.  Operation could not be completed. (error 0×00000002).      Can anyone [...]

Answer Question   |  March 17, 2012  9:50 PM
APF printer, iSeries
asked by:
15 pts.

citrix problem
i install citrix xenapp 6 after publish application i tried to access application  i get that error An error occurred while making the requested connection.

Answer Question   |  March 7, 2012  8:16 PM
Citrix, Citrix XenApp
asked by:
5 pts.

Calendar
How do I set up the calendar function in the Central Management Console?

Answer Question   |  March 7, 2012  7:43 PM
Business Objects XI, Central Management Console
asked by:
5 pts.