Viewing 15 posts - 91 through 105 (of 271 total)
I haven't yet re-registered anything on the client...everything worked fine up to the time I left the office yesterday evening. This morning when I came in and tried to open...
March 26, 2003 at 9:52 am
Thank you, Phill. I looked at the variables' properties and everything looked fine...in fact I couldn't find anywhere that the datatype could be 'dispatch' so either I am confused or...
March 25, 2003 at 8:41 pm
Thank you very much, Steve! I appreciate the extensive info and the link. I will study that article as I was impressed with all of the settings available...however, I will...
March 24, 2003 at 9:09 pm
Thanks, Steve...I guess I was more concerned about the amount of memory being used by the msmdvldm processes...it just seemed really high compared to what I was used to seeing....
March 24, 2003 at 8:48 pm
As an after thought, I am running the upsize wizard on an Access db...but I can't see why that would possibly involve those AS services. I am thinking memory leak...
Michael...
March 24, 2003 at 8:43 pm
For some reason, SQL Server believes there is a default constraint in the target database with the same name as one it is trying to copy over from the original...at...
March 20, 2003 at 11:53 am
I believe you can archive the cube and then restore it on the other server...check BOL for information on archiving, restoring and copying cubes...
Michael Weiss
March 18, 2003 at 11:36 am
Yeah, I forgot about that fix...since you mentioned it, I remember going that route myself on one occassion...
Michael
Michael Weiss
March 11, 2003 at 12:12 pm
The problem may not be with your MSDB repository. Have you opened the cube editor in Analysis Services and checked the cube's visible property? My bet is that the migration...
March 11, 2003 at 9:02 am
Here is a link to some ADO connection examples:
http://www.able-consulting.com/ado_conn.htm
and here is where you can find the ADO API programming reference on MSDN...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmscadoapireference.asp
hth,
Michael
Michael Weiss
March 10, 2003 at 4:37 pm
DTSGlobalVariables.Parent is a reference to the package object that contains the Global Variables...in your case, your DTS package. DTSGlobalVariables.Parent.Connection is a reference to a connection object in the package containing...
March 10, 2003 at 4:35 pm
Also, you could use ADO in your ActiveX task and set the appropriate connection properties...ADO can connect to a text file...this will work if you are 'querying' the text file...
March 10, 2003 at 4:15 pm
Check out this thread from a few months ago...
(watch for url wrap!)
hth,
Michael
Michael Weiss
March 10, 2003 at 4:12 pm
You can pass in user defined values to DTS packages via Global Variables. Look in Books On Line (SQL Server help) for Global Variables. A simple prompt to the user...
March 6, 2003 at 3:25 pm
Enable logging for
this package, so that the error message will be recorded in the log file. Also, are you setting your main function in the activex task to something like:
If...
February 27, 2003 at 12:31 pm
Viewing 15 posts - 91 through 105 (of 271 total)