In a clustered environment the application will failover to the passive node if the active node is rebooted. Best practice would be to manually failover the application before the reboot. You could allow the application to failback once the original active has come back but I would recommend doing that under manual control
It would depend on the service which you are clustering, but typically the failed transaction would be rolled back, and the next command would then be picked up by the database server. Mr Denny, could you explain your statement, “the failed transaction would be rolled back, and the next command would be picked up by [...]
You should read up on the ALWREPCHG parameter of the ADDPFTRG command.
Typically when you are setting up an Active/Passive cluster, the only software license cost you have is for the Windows OS. So for example if it is a SQL Server, you only need to license one copy of SQL Server. When patching is done correctly both nodes of the cluster shouldn’t ever go down at [...]
No matter what in memory system you get you have to write the data to disk at some point, otherwise when the server reboots or fails you’ve lost your data. How large is your database, and what problems are you seeing? Personally I’ve got a 1 TB OLTP database serving 45k users daily without any [...]
This site will give you a good place to start – those .dat files can be very challenging if you don’t know what program is producing them. http://www.online-tech-tips.com/computer-tips/how-to-open-dat-files/ I also searched with a combination of your iPT brand, with .dat, and came up with the following site: http://filesharefreak.com/2008/11/02/utorrent-move-all-your-downloaded-files-keep-seeding/ Hope this helps!
Storage would be physical hardware, with everything else happening within the software.
You would need to use some sort of replication at the server level to ensure that all the data is replicated between the two servers. What OS are you using?
Looks like you could write an Excel Macro, with the employee numbers and names in a different sheet of the same workbook. For an example writing a macro : http://www.ozgrid.com/forum/showthread.php?t=55176
Forgive my ignorance, but I thought Mochasoft was a 5250 emulator? What do you mean by “developed a small project in MochaSoft”?
You could use the DDE package. Dynamic Data Exchange (DDE) is a mechanism by which applications can communicate and exchange data in Windows. In this case, you would need to use the function App_Begin. This is the syntax: The following code can help you specifically about how to implement th DDE package. here is an [...]
It is not a good idea to simply ignore errors. Those installation errors could be causing this problem. However, you can <a href=”http://download.oracle.com/docs/html/A95493_02/install.htm#i1008302″>Review the Installation Session Log</a> and try to find more information about those errors. Also, make sure your computer meets the <a href=”http://download.oracle.com/docs/html/A95493_02/reqs.htm#i1101759″>System Requirements</a>. You could also <a href=”http://download.oracle.com/docs/html/A95493_02/install.htm#i1008321″>Deinstall Oracle Components and Services</a> [...]
You can use the bulk import wizard or data migration manager tool and note that status code should be set as ‘Completed’
To create a list of local IFS-files into a physical file, follow these steps: 1. Create the file to recieve the filenames: <pre>CRTPF mylib/mydirlist RCDLEN(12) LVLCHK(*NO)</pre> 2. Make the IFS-directory your current directory: <pre>CD ‘/somedir/myfiledir’</pre> 3. Now use Qshell’s ls command to list the filenames into the physical filefrom step 1. <pre>qsh ‘ls *.* > [...]
You should follow <a href=”http://www.msexchange.org/tutorials/MF009.html”>these instructions</a>.
Go for RPM. Cache doesn’t help as much as you would expect. Before you decide, see if <a href=”http://www.pricewatch.com”>pricewatch</a> helps you with good deals.
this <a href=”http://itknowledgeexchange.techtarget.com/itanswers/pcs-compatanbility/”>previous question</a> may help. ————————- The previous question is a good answer if you are running an older OS. Client Access for V5R4 with the latest service pack or higher is compatible with Windows 7.
The maximum cluster size depends on the application and operating system. More nodes usually always provides better performance and availability. But there are a few limitations out there; VMware, for instance, has a maximum ESX HA cluster of 32 nodes. Mostly I’ve only heard of recommended maximums, that are either 8, 16, or 32.
If I understand your question correctly, you could use a combination of the <a href=”http://office.microsoft.com/en-us/excel/HP100625621033.aspx”>CONCATENATE</a>, <a href=”http://office.microsoft.com/en-us/excel/HP100698361033.aspx”>FIND</a> and <a href=”http://office.microsoft.com/en-us/excel/HP100625681033.aspx”>LEFT</a> functions. For example, if you have “12400″ (you said back slash) in A1, you could put something like this in A2: <pre>=CONCATENATE(LEFT(A1,FIND(“”,A1)-1)+1,”2400″)</pre> If that’s not what you mean, please provide more details. -CarlosDL ——————
I’m not a 400 (err.. i5) guy myself but I’ve had some experiences with them. I <b>can </b>speak from a windows perspective and say from my searches on the internet it would be possible. <a href=”http://archive.midrange.com/midrange-l/200506/msg01515.html”>Here </a>is a link to a discussion that looks promising. From teh windows side you are going to want to [...]







