Viewing 15 posts - 211 through 225 (of 302 total)
Looks like a memory issue to me too. Run DBCC MEMORYSTATUS then see http://support.microsoft.com/default.aspx?scid=kb;en-us;271624. This will help explain what you are seeing.
Linda
October 13, 2005 at 11:25 am
It looks to me that your server (node) ran out of memory. The reboot frees up the memory temporarily, but I'd check out the RAM on your cluster. You may...
October 11, 2005 at 9:44 am
I thought this was interesting because the same thing happened to me. The error was a bit different:
Attempt to fetch logical page (1:4358712) in database 'dbname' belongs to...
October 11, 2005 at 9:34 am
If that doesn't help, think about downgrading the Oracle driver to version 8. The 9i driver still caused issues on our second server too.... the Cluster nodes are on Windows 2003 and so...
September 27, 2005 at 12:40 pm
Sounds familiar. We had Oracle 9i driver on a cluster and had to move it due to heavy usage of the linked server. Even with a -g startup paramenter (to...
September 27, 2005 at 10:57 am
The secondary needs to be Enterprise or Developer edition. See http://support.microsoft.com/default.aspx?scid=kb;en-us;314515
Linda
September 23, 2005 at 11:14 am
I use this. Just put in the node names.
select hostname from sysprocesses
where hostname in ('node1','node2')
August 26, 2005 at 10:30 am
Did the procedure work before you upgraded to service pack 4? Can you do a select successfully? What ODBC driver are you using to connect to your AS400? Have you...
August 24, 2005 at 11:08 am
I agree that it's not necessary to take the node offline once you have moved the group to the other node. We have an active / passive setup, but the steps are...
August 24, 2005 at 10:55 am
Are you using linked servers heavily? If so, you can add the -g startup parameter to increase memory in the virtual address space. See BOL "Using Startup Options".
Linda
August 12, 2005 at 12:15 pm
We've been replicating to Oracle for years. All you need to do is install the Oracle client (or just ODBC, OLE DB) on the server and set up an ODBC...
August 8, 2005 at 11:20 am
Due to company policy all of our servers have an anti-virus software program running on all files and folders. The only time I've seen an issue on a database server...
July 20, 2005 at 10:44 am
Be sure to take note that Distributed Transaction Coordinator needs to be installed as a Cluster Resource. We've had 2 clusters built and both times the server group missed this part 🙂
Linda
July 14, 2005 at 10:30 am
Are the transaction logs restoring, or is the restore job still trying to execute? If the job is still trying to run, you could try stopping & restarting it, or stop...
July 11, 2005 at 11:08 am
How about using just a restore with replace and move? Run sp_helpdb TrainingDb to get the logical names and paths of the database you want to restore. You may need to add a step...
June 24, 2005 at 10:07 am
Viewing 15 posts - 211 through 225 (of 302 total)