Recently ran into a similar issue while migrating from Development into Production. Package connector was working as expected in Dev but not in Prod.
The problem turned out to be that the Production server was missing the Microsoft SQL Native Client.
Search found 6 matches
- Tue May 30, 2017 5:25 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2 Package Connector - Issues.
- Replies: 13
- Views: 14274
- Mon Jan 04, 2016 1:51 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Application Error Message: "The applicaiton server cannot be deployed at this time. Another job is running..."
- Replies: 1
- Views: 3462
Re: TM1 Application Error Message: "The applicaiton server cannot be deployed at this time. Another job is running..."
I had this issue before and if I remember correctly, I had to clear out a value in one of the properties cube. It might have been " }ElementAttributes_}tp_config " cube. Might be worthwhile checking the application property cubes and check for a flag somewhere that is indicating that somet...
- Fri Dec 05, 2014 4:43 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Two Namespaces with same NamespaceID
- Replies: 2
- Views: 2618
Re: Two Namespaces with same NamespaceID
Merger of two companies - but they need to keep the Namespaces separate for the time being.
So it is not possible ?
So it is not possible ?
- Wed Dec 03, 2014 2:54 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Two Namespaces with same NamespaceID
- Replies: 2
- Views: 2618
Two Namespaces with same NamespaceID
Hi,
Is it possible to have two Active Directory namespaces in Cognos Configuration where the NamespaceID for both are the same?
I know it needs be unique and I get an error if I try and test the second Active Directory Namespace - Does anyone know if there is a way around this ?
Thanks
Is it possible to have two Active Directory namespaces in Cognos Configuration where the NamespaceID for both are the same?
I know it needs be unique and I get an error if I try and test the second Active Directory Namespace - Does anyone know if there is a way around this ?
Thanks
- Thu Nov 17, 2011 9:58 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI - SQL Query with JOIN or View, Slow to Execute
- Replies: 4
- Views: 13035
Re: TI - SQL Query with JOIN or View, Slow to Execute
Thanks for your responses Jim. I found the problem to be the "Use Unicode" setting in the Data Source of the TI. By disabling this the process runs in a matter of seconds.
-Michael
-Michael
- Wed Nov 16, 2011 8:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI - SQL Query with JOIN or View, Slow to Execute
- Replies: 4
- Views: 13035
TI - SQL Query with JOIN or View, Slow to Execute
Hi, I have a process that needs to run a SQL query that contains a JOIN. The query is simple enough: SELECT * FROM TableA AS a INNER JOIN TableB AS b ON a.OrderNumber = b.DocNumber AND a.SKUKey = b.SKUKey AND a.DateKey >= '20111002' AND a.DateKey <= '20111105' If I run this query in SQL Server Manag...