Viewing 7 posts - 1 through 7 (of 7 total)
Actually found it was a server error. These were memory caches, and it does work. I was able to run down the error in one of my source...
June 4, 2012 at 2:32 pm
Hope you can help. I have a For Each Loop transform with an Execute Package where the child creates Caches for each station I want to process. Problem...
June 4, 2012 at 11:22 am
Yes, VStations is an Object. I have not looked at the size of the array, no.
May 30, 2012 at 10:16 am
No better. Still goes into that last iteration.
May 30, 2012 at 9:49 am
I saw that reference to the Array over ArrayList and so I changed to the second instance, and this also has the same problem. It iterates through the values...
May 30, 2012 at 9:27 am
I have tried two variations, but both give the same problem:
Dim arr As New ArrayList
arr.Add("636")
...
May 30, 2012 at 9:04 am
Working in 2008 R2: I attempted this setup, excpet in my case I was creating an array of strings which drive a query to read data from a database to...
May 30, 2012 at 8:03 am
Viewing 7 posts - 1 through 7 (of 7 total)