If you ever get this error generated by Filenet Content Engine 3.5:
PID=864, TID=860, Fnk_CatService.exe hr=0x80070032(The network request is not supported.) Lfh.cpp[122] ($Revision: 1.2 $): An error occurred in a Win32 API method call. (function HeapSetInformation(), Enable the Low Fragmentation Heap on Object Store Default Heap failed. See MS kb929136 for LFH instructions. GFlags and debuggers should not be used with LFH.).
Modify the registry at
HKLM\Software\FileNet\ECM\Content Engine\Client\
and add the following:
DWORD EnableLFHClientCRT=0
DWORD EnableLFHClientDefault=0
More info available here.
2009-09-08
2009-09-04
VMware disks created by an unsupported version
When you get the following error on VMware:
One or more of the disks used by this virtual machine was created by an unsupported version of VMware Server. To power on or upgrade the virtual machine, either remove the unsupported disks(s) or use a version of VMware Server that supports this version of the disks. Below is a list of the disks and their reported versions.
You can perform the following:
1) Edit file.VMX
2) Modify virtualHWVersion = "n"; n might be 4 for example
3) Edit the smallest file.VMDK (the one without -flat)
4) Modify ddb.virtualHWVersion = "n", the same way as before
One or more of the disks used by this virtual machine was created by an unsupported version of VMware Server. To power on or upgrade the virtual machine, either remove the unsupported disks(s) or use a version of VMware Server that supports this version of the disks. Below is a list of the disks and their reported versions.
You can perform the following:
1) Edit file.VMX
2) Modify virtualHWVersion = "n"; n might be 4 for example
3) Edit the smallest file.VMDK (the one without -flat)
4) Modify ddb.virtualHWVersion = "n", the same way as before
Register Websphere as a service
I have installed Websphere 6.1 on Windows but it only registered Dmgr as a service: how can I register nodeagent and the appsrv as well?
Here are the commands to launch:
WASService -add nodeagent -servername nodeagent -profilePath "C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01"
WASService -add server1 -servername server1 -profilePath "C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01"
Here are the commands to launch:
WASService -add nodeagent -servername nodeagent -profilePath "C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01"
WASService -add server1 -servername server1 -profilePath "C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01"
2009-09-03
Windows the great & "Insufficient system resources to complete the requested service" error while copying a file
Some people found out that turing off the antivirus can help. It didn't work for me, anyway. Not even by using xcopy or xcopy /Z as someone else suggested.
What I need to do is perform a local copy using ftp. If your source drive is an external hd, you may want to add that path to ftp and download it locally. You can find some info about that here.
What I need to do is perform a local copy using ftp. If your source drive is an external hd, you may want to add that path to ftp and download it locally. You can find some info about that here.
2009-05-20
enlarge your disk - vmware virtual disk
assumptions: the disk is system volume (i.e. there's only C:).
Also, there's no snapshot: if there's any, they should be removed for this to work as described.
1) increase virtual disk file size:
vmware-vdiskmanager -x 20Gb vmdiskfile.vmdk
2) add it as hd to another vm.
note: once the other vm has booted, the "new" hd should already automagically have a letter assigned. if not, then there's probably a snapshot and the process won't work (point 7 won't, at least).
3) inside the booted vm open a dos window and run: diskpart
4) list volume
5) set volume=X
6) list volume, just to verify
7) extend
That's it. Shutdown, remove the disk and go back to the original vm.
Also, there's no snapshot: if there's any, they should be removed for this to work as described.
1) increase virtual disk file size:
vmware-vdiskmanager -x 20Gb vmdiskfile.vmdk
2) add it as hd to another vm.
note: once the other vm has booted, the "new" hd should already automagically have a letter assigned. if not, then there's probably a snapshot and the process won't work (point 7 won't, at least).
3) inside the booted vm open a dos window and run: diskpart
4) list volume
5) set volume=X
6) list volume, just to verify
7) extend
That's it. Shutdown, remove the disk and go back to the original vm.
2009-05-12
IE8 compatibility mode
To have your IE8 render a page like IE7 used to do, you have to add the following to your page:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
By doing so, IE8 will render that page just like IE7 would do.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
By doing so, IE8 will render that page just like IE7 would do.
2009-05-08
how to create a second (new) instance in jboss
You can find it here. It works!
Subscribe to:
Posts (Atom)
