Forum Replies Created

Viewing 15 posts - 241 through 255 (of 270 total)

  • RE: Using ADO, Recordset fields appear to lose values

    Have you tried putting the code for updating the recordset in your main function and running that? In other words, not use a second function at all? If it works...

  • RE: Cannot set data directory

    I would try installing SP2 on both Analysis Services and SQL Server...you can download these from the Microsoft SQL Server site...

    hth,

    Michael Weiss

  • RE: Cannot set data directory

    Just out of curiosity, what service pack are you running on SQL Server and Analysis Services (they are separate service pack exe's)?

    Michael Weiss

  • RE: DTS Failure

    Are the permissions that SQLServerAgent the same as the user logged in when you execute the package directly from within DTS?

    hth,

    Michael

    Michael Weiss

  • RE: Referance Source and Destination in SQL

    Your assumptions (1) & (2) are correct...use an activex task, with ADO query for your max value...then you should either be able to use a global variable in your insert...

  • RE: Referance Source and Destination in SQL

    Have you tried using either an activex task object or a dynamic task object along with a global variable to pull the max trans number from the destination table then...

  • RE: DTS Diagrams

    Sorry! Please ignore my earlier response...I went back and re-read your question and realize that you were not asking about DTS Diagrams, but using DTS to move a database diagram...my...

  • RE: DTS Diagrams

    If I understand your question correctly you want to move one or more DTS diagrams from one database to another within the same sql server. DTS Diagrams reside on the...

  • RE: Login failed for user '(null)'

    Do you have your analysis services tasks set to run on the main thread? They are written in vb and vb is not multi-threaded. Right click on the OLAP task...

  • RE: DTS - Excel to SQL, Why am I getting nulls??

    Hi

    Excel automatically aligns number values (or values it perceives to be numerical) to the right. All values perceived to be text (such as your alphanumeric values) are automatically left aligned...

  • RE: Calling OLAP Cube Package

    The analysis services process cube task is written in vb. VB is not multi-threaded therefore you have to make sure that the tasks in your package are set to execute...

  • RE: DSO Object Variable or With Block Variable Not Set

    I was finally able to get it working! I tried re-registering the dll's but that didn't work, re-installed AS but that didn't work either, finally ended up deleting the cube...

  • RE: DSO Object Variable or With Block Variable Not Set

    It just keeps getting more interesting...if I click on the cube in Analysis Services and select Process, I get the 'Object Variable or With Block Variable Not Set' message...any ideas...

  • RE: DSO Object Variable or With Block Variable Not Set

    Okay...the plot thickens! I attempted to process the cube in Analysis Services Manager. I first wanted to see if I could open it for editing...when I attempt that I get...

  • RE: DSO Object Variable or With Block Variable Not Set

    In 'Microsoft SQL Server 2000 DTS' by Timothy Peterson, pg. 414, he states that you can not do an incremental update on multiple objects. I haven't been able to check...

Viewing 15 posts - 241 through 255 (of 270 total)