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 [...]
Hopefully abc can provide us with additional details.
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
You’ll be better off installing Windows 7 within a VM under Hyper-V.
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 [...]
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 [...]
In BGP you simply use a static or dynamic routing if this is a dual homed connection….. BGP supports dual hommed ISP connection
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
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.
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 [...]
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 [...]
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 [...]
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 [...]
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
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
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.
The Welcome page would mean that the Local Bookmarks.nsf did not get upgraded. Recreate the bookmarks.nsf to revert the HOMEPAGE.
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.” [...]
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 [...]
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 [...]







