Objects Not Copying to Server

Post Reply
User avatar
Steve Vincent
Site Admin
Posts: 1054
Joined: Mon May 12, 2008 8:33 am
OLAP Product: TM1
Version: 10.2.2 FP1
Excel Version: 2010
Location: UK

Objects Not Copying to Server

Post by Steve Vincent »

This one is a little puzzling, never seen it before and can't quite get my head around it.

I had a couple of basic subsets in my dev server against 2 control dims, }Cubes and }Dimensions. I needed to copy across some TIs and these subsets too, and i have a bunch of BAT files that do that (including stop / restart of the service) every weekend. So i copied them to the folder that is picked up by these BAT files and went home Friday thinking nothing more about it.

This morning i checked all the files had been copied and all looked good. However, in the service i cannot see the 2 subsets. The objects are there in the data directory, but TM1 is refusing to acknowledge the fact. It's hardly a world shattering issue to create them manually, but the point is why didn't they appear?

The dev and prod servers are running slightly different versions of TM1 (9.0 SP3 182 and 9.0 SP3 173) but i've gone from 8.1.8 to 9.0 before and never lost anything yet, so why would it ignore them? I've checked the message log as the service started up and nothing has caused it to report an issue, so i'm at a loss, especially as the TIs i copied are fine :?
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
User avatar
jim wood
Site Admin
Posts: 3961
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Objects Not Copying to Server

Post by jim wood »

What server platform (OS) are you running? (On both servers)
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
User avatar
Steve Vincent
Site Admin
Posts: 1054
Joined: Mon May 12, 2008 8:33 am
OLAP Product: TM1
Version: 10.2.2 FP1
Excel Version: 2010
Location: UK

Re: Objects Not Copying to Server

Post by Steve Vincent »

Windows Server 2003 Standard (32bit)
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
User avatar
Martin Ryan
Site Admin
Posts: 2002
Joined: Sat May 10, 2008 9:08 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2010
Location: Wellington, New Zealand
Contact:

Re: Objects Not Copying to Server

Post by Martin Ryan »

Are they static subsets? If so, do any of the elements exist in the dev server that don't exist in the new server? Or any other reason why the live server might not be able to work out what the dev server was doing with the subsets?

Martin
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
User avatar
paulsimon
MVP
Posts: 808
Joined: Sat Sep 03, 2011 11:10 pm
OLAP Product: TM1
Version: PA 2.0.5
Excel Version: 2016
Contact:

Re: Objects Not Copying to Server

Post by paulsimon »

Steve

I don't know if this could conceivably be related but I once had a problem with copying curly brackets. I needed a second copy to pick them up.

XCOPY F:\DATA\*.* M:\SERVER7\DATA /Y /R /E
REM above misses curly bracket files so this gets them.
XCOPY F:\DATA\}*.* M:\SERVER7\DATA /Y /R /E

Is it possible that your files have copied but the windows security has been set so that your TM1 Server's Windows User Id can't see them? Unlikely assuming it has local admin rights, but worth a shot.

Regards

Paul Simon
User avatar
Steve Vincent
Site Admin
Posts: 1054
Joined: Mon May 12, 2008 8:33 am
OLAP Product: TM1
Version: 10.2.2 FP1
Excel Version: 2010
Location: UK

Re: Objects Not Copying to Server

Post by Steve Vincent »

The copy itself definately worked, nothing was left behind. Security is an interesting one, XP security can be a pain when transferring files but i'd have expected all of the items i'd copied to have been an issue then, not just these 2 views. The name of the account running the service on both boxes is the same, but that doesn't mean it'd apply the right security.

Martin also raises an interesting point, one was static and the other was MDX driven. Neither showed up, but i'll try a test with some subsets that do and don't have elements that exist and see what happens. Cheers for the ideas :)
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
Post Reply