When i run the A or P jobs the following error is generated
(system.reflection.targetinvocationexception)
Could any one please help me out
Thanks a lot
When i run the A or P jobs the following error is generated
(system.reflection.targetinvocationexception)
Could any one please help me out
Thanks a lot
Ignore the reflection-related exception, it says nothing more than that an exception occurred - the problem is the OutOfMemoryException. It means that the .NET runtime wasn’t able to allocate memory requested by the program, typically because there simply wasn’t any memory available.
Thanks a lot for the reply
Could you also please provide information how could i increase the memory for the same
Sorry, I don’t know your system at all. If you have a problem with physical memory, you may want to obtain additional memory (HW, virtual machine configuration) or to reduce memory consumption on the machine, e.g. by moving some services to other computers.
Ok I got point
Thanks for the reply