Planning Analytics

 View Only
  • 1.  Find sourcefile by TI on Cloud

    Posted Tue March 31, 2020 01:41 PM

    Hi, 

    I'm finalizing a migration from on-premise TM1 to Planning Analytics on cloud and I've got an issue. 

    I don't know how to get a file from TI, I tried : 
    "sFullPath='\\data\s\prod\TM1FINANCE\Ressources\IN\Metadata\AUTOMATIQUE\toto.txt';" 

    The folders and the file exist but when I wan't to get this file as a sourcefile, it seems like the file does not exist. 
    When I try, I get FileExists( sFullPath)= 0. 

    Do you know what is the path to get files which are not in the data directory but in the shared folder in Planning Analytics on Cloud ? 

    Thanks a lot, 
    Corentin



    ------------------------------
    Corentin Gombert
    ------------------------------

    #PlanningAnalyticswithWatson


  • 2.  RE: Find sourcefile by TI on Cloud

    Posted Tue March 31, 2020 11:49 PM
    Hi Corentin

    Please see "How do I access text files in Architect, TurboIntegrator or Performance Modeler?" from this link

    https://www.ibm.com/support/knowledgecenter/SSD29G_2.0.0/com.ibm.swg.ba.cognos.tm1_cloud_mg.2.0.0.doc/c_tm1_cloud_faq.html

    The path needs to be relative to the data directory or you can use s:\..

    Kind regards
    Jill

    ------------------------------
    Jill MacLaurin

    ------------------------------



  • 3.  RE: Find sourcefile by TI on Cloud

    Posted Wed April 01, 2020 03:41 AM
    Hi Jill, 

    Thanks, 

    I found yesterdy, it's work ! To access from architect I have to access relatie to the data directory, my path was : 
    "sFullPath='..\Ressources\IN\Metadata\AUTOMATIQUE\toto.txt';" 

    Corentin

    ------------------------------
    Corentin Gombert
    ------------------------------