Dienstag, 27. Mai 2008

C360 and IFD

I spend hours (or even days) to find out why c360's record editor does not work in our client's CRM environment. What i found out by contacting the c360 support, is that most of the c360 tools do not support internet facing deployment (IFD). So please do not promise your client to get these tools running, when IFD is being used.

Dienstag, 11. März 2008

System.OutOfMemoryException in VS

If you're working with really large SSIS packages, visual studio might start throwing System.OutOfMemoryExceptions, that even prevent you from saving. Since this is really annoying, you should try to increase the amount of virtual memory - it worked fine for me.

Montag, 25. Februar 2008

SSIS: chaching options versus network traffic

So, i'm still worrying about the different caching options (full, partial, none) of SSIS. With my current configuration (full caching), i am facing out of memory exceptions (at least sometimes, when things are going really bad).
But changing the settings to "partial" creates another problem: since SSIS and SQL are not running on the same machine, the new settings will increase network traffic (singleton queries).
Mh, i am really curious about which way to go. I will let you know when the time has come. Any kind of help is welcome :).

Mittwoch, 20. Februar 2008

Thougts on SSIS Lookups

Yesterday i came across SSIS out of memory exceptions that could possibly caused by lookups in my packages. I guess i will have to play around with the caching options of the lookup. Results will follow if i dont forget to post them :)