Viewing 15 posts - 1 through 15 (of 97 total)
OK, one more question. The query I ran shows the last processed date if you right click on the cube database properties on SSAS, which is not the same date...
July 15, 2015 at 10:20 am
Can you log onto Analysis Services using SSMS and create a new DMX query:
SELECT * FROM $SYSTEM.DBSCHEMA_CATALOGS
What output do you see here?
Raunak,
This is perfect! I see all of the...
July 15, 2015 at 10:07 am
No problem, Mohamed! I appreciate your help. I did find out that the developer was running it in 32 bit mode, which is important. I think using a variable will...
July 13, 2015 at 3:10 pm
Ok, found more info. The developer did create the package in 32bit mode, which I'm having him investigate to tell me why he did that. But I just ran the...
July 13, 2015 at 2:52 pm
Since I'm running this from a SQL job, I think that SQL will automatically run it in 64bit mode. When we install SQL we always choose 64bits so I think...
July 13, 2015 at 2:23 pm
I'm confused. Why would I want to force it to use 32bits?
July 13, 2015 at 12:55 pm
Good idea, but same results. I overwrote the config file and only exported the name and the password of the SQL login. I think I'm going to have to look...
July 13, 2015 at 12:35 pm
I've included the relevant part of the config file that deals with the Crook connection manager. I've replaced sensitive values with descriptive names.
<?xml version="1.0"?>
<DTSConfiguration>
<DTSConfigurationHeading>
<DTSConfigurationFileInfo...
July 13, 2015 at 11:52 am
Mohamed IDTTALBE (7/13/2015)
First do u use a 32bits computer to make your development and a...
July 13, 2015 at 11:37 am
Mohamed IDTTALBE (7/11/2015)
First you have enter development of the package again
Then choose DontSaveSensitive
Configure a new configuration file for the package and edit it to save login and password
Edit again the...
July 13, 2015 at 10:40 am
One more thing I tried - in the Command line tab in the SQL Agent job, I edited the command line to include the SQL login account and password. Didn't...
July 10, 2015 at 9:51 am
Ah, that's it. I'm having trouble getting the syntax right for this. I created a temp table for the catalog names and then tried to get the last processed date.
CREATE...
June 30, 2015 at 4:05 pm
I didn't mention that in SSAS I have 21 cube databases. Each cube database has 1 cube associated with it. I don't know if that makes a difference.
June 30, 2015 at 3:25 pm
Alvin,
Thanks, I've created the linked server. When I run that query in master on the DB instance I still just get one row for one cube instead of 21 rows...
June 30, 2015 at 3:19 pm
Lowell,
I think this is really close to what I need. I created the linked server, which is helpful. The result of the second query is the information I need but...
June 30, 2015 at 3:12 pm
Viewing 15 posts - 1 through 15 (of 97 total)