Get answers.  Share knowledge.  Collaborate with peers.




Need to Identify whether a program is using by any user
Hi Tom, Thanks for the response.  My requirement is as follows. We don’t have any locks on the program.  1.  User 1 access program1.  Program 1 can be accessed by many users at the same time due to business requirement.  Hence, we can’t lock for user 1.  2.  As we don’t want 2 users from [...]

View Answer   |  November 28, 2012  2:03 AM
CL Program, RPG Program
answered by:
195 pts.

Why is my app so slow when writing from VB to Excel
Hopefully abc can provide us with additional details.

View Answer   |  November 27, 2012  2:37 PM
Microsoft Excel, Visual Basic
answered by:
20 pts.

Meeting room reservations not seen by all just creator
These should help http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/managing-resource-mailboxes-exchange-server-2007-part1.html http://exchangeserverpro.com/exchange-server-2010-room-mailboxes-step-by-step-guide

View Answer   |  November 27, 2012  10:26 PM
Microsoft Exchange 2003, Microsoft Outlook 2007, Microsoft Outlook 2010
answered by:
5 pts.

Downgrade
You’ll be better off installing Windows 7 within a VM under Hyper-V.

View Answer   |  November 27, 2012  12:07 AM
Windows 7, Windows 8
answered by:
30 pts.

Update a file from CL program
If you rewad a record with RCVF, you can use SQL to update it if you have unique data elements to select the record. ——————————————————— Anyone suggesting that CL cannot update records within a file has not been keeping up with CL. You can certainly use the RUNSQL command (on 6.1 and 7.1 ) as [...]

View Answer   |  November 26, 2012  6:45 AM
AS/400, CL Program
answered by:
2,030 pts.

Awk program to print output of comm command in required format
Why don’t use diff command? First, sort both files (I hope these are plain text): sort x > x_sorted sort y > y_sorted Then, diff sorted files: diff -wB x_sorted y_sorted -wB means ignore all blanks and blank lines in comparison. If it is necessary to double, etc. spaces and tabs and blank lines, use [...]

View Answer   |  November 26, 2012  4:23 PM
Awk
answered by:
3,120 pts.

How do I automatically transfer to the backup leased line?
In BGP you simply use a static or dynamic routing if  this is a dual homed connection….. BGP supports dual hommed ISP connection

View Answer   |  November 26, 2012  9:05 PM
Leased line, Leased line management, Leased line services, Managed Leased Line Network, Network management
answered by:
285 pts.

Lotus Notes
If you google “Backup Lotus Notes email” you will get a list of a variety of web sites that will give you all the information that you need. Thanks for using ITKE

View Answer   |  November 26, 2012  12:45 PM
Lotus Notes, Lotus Notes email
answered by:
14,000 pts.

Message queue – Break Handling Program
You need to run the CHGMSGQ MSGQ(TSTLIB/TSTMSGQ) DLVRY(*BREAK) command on your interactive session, not in the job that is being submitted. If you have a signon program associated with your USRPRF, you can put the command in there and never have to worry about it again.

View Answer   |  November 26, 2012  11:20 AM
AS/400, DSPMSG
answered by:
14,000 pts.

cell phone or tablet?
It’s not really the item that you need to worry about, it is the carrier.  Working for the government, we have people that travel the world and they need exactly what you are asking for.  What will work in the US may not work in Europe or Asia.  So, your best bet is to contact [...]

View Answer   |  November 26, 2012  6:48 AM
Mobile, Tablet
answered by:
5 pts.

How to run oracle 10g forms without browser !!
You can run Oracle Forms without browser with Forms EXEJar. In our company we use this tool to deploy Forms to Citrix environments (Browser used to chew up all the resources until we started using this tool) http://www.talkingbyte.com/index.php?page=frmexejar This tool creates an executable jar file – which is fine for most people – but if you [...]

View Answer   |  November 26, 2012  3:14 PM
Oracle 10g, Oracle developers, Oracle Forms, Oracle Forms 10g
answered by:
63,580 pts.

how to set up this complicated network ?
case one : if you want all PCs be with the server subset (network segment) just connect the all in one switch and you can share the files easily case two:  if you want to make the server in different subset (network) from the other PCs you must make on router between them , you can connect the all in [...]

View Answer   |  November 26, 2012  1:09 PM
Networking
answered by:
50 pts.

Windows Server 2012 – VM Domain Controller
The better solution would be to put the two VMware servers in a cluster so that either server can run either or both VMs.  As you are using network storage this gives you the best high availability option.   You can’t configure the same VM to run at the same time on both servers.  Also [...]

View Answer   |  November 22, 2012  9:59 AM
Disaster Recovery, Domain Controller, VMware
answered by:
15 pts.

Create a Flat File from Access 2007 Database
you click on external data, then click on ‘text file’, browse for the file you want, then choose the first option which says ‘import the data into a new table in curretn database’. you then double click on the table which has the data added to it on the left hand side!! hope this helps!!x

View Answer   |  November 21, 2012  3:29 PM
Access 2007, Access Database, Flat files, Windows 7
answered by:
15 pts.

Get last day of previous month
First change the DD in the date to ’01′ Your field will now have 01/07/2012 Now subtract 1 day from that date Newdate = Indate – %Days(1); Newdate will now be 30/06/2012  

View Answer   |  November 21, 2012  5:21 AM
AS/400, AS400 Date
answered by:
2,030 pts.

Showing issue in working with SEU
First, verify the PF-SRC is a multi-member file. If that does not correct the issue, we need to know what is the error you are getting.

View Answer   |  November 21, 2012  8:09 AM
AS/400, STRSEU
answered by:
95 pts.

After migrating to Lotus Notes 8.5 I still get the Lotus Notes 6.5 welcome page
The Welcome page would mean that the Local Bookmarks.nsf did not get upgraded. Recreate the bookmarks.nsf to revert the HOMEPAGE.

View Answer   |  November 21, 2012  8:38 AM
Lotus Notes 6.5, Lotus Notes 8.5
answered by:
10 pts.

Online marketing vs. traditional marketing
 It all depends on who you want to reach, their media consumption habits, and how they are looking for you. As an online marketing agency, we, of course, would say online marketing is more effective. But online marketing really has proven to be less expensive – so with online you really get more “bang for your buck.” [...]

View Answer   |  November 20, 2012  9:31 AM
Marketing Technology
answered by:
15 pts.

Parse JSON in Linux
As far as I know Linux doesn’t have native JSON parsing.  You will need to feed the JSON through a language that supports it (Python and Perl I believe support it natively and are found on many systems by default). Here’s how to do it in Python (supports 2.6+) try: import json except ImportError: import [...]

View Answer   |  November 20, 2012  12:04 PM
Linux, Linux Commands
answered by:
14,000 pts.

DDS
DDS is Data Description Specification. It is used on the AS400 to describe files (PF, LF, PRTF, DSPF, etc) Here is a link to a manual http://publib.boulder.ibm.com/html/as400/v4r5/ic2924/info/db2/rbafpmst.pdf The current direction is to move away from DDS and use DDL for DB files. A few google scans will give you more than enough informaiton on both [...]

View Answer   |  November 20, 2012  9:10 AM
AS/400
answered by:
95 pts.