Page 1 of 1

Error/Warnings in TI

Posted: Mon Jan 02, 2012 10:33 am
by mincharug.shulft
i would apprciate for your help here.
I have build some calculations using TI process, and also i passed the parameters(in TI under Parameters TAB ,there are three paramaeters)
so once the Processes completes with error warnings and iam not entirley sure what is mean of. Could you please help me to understand why these are occuring. Listed below are just a few examples coming from log file.
and also i have taken the Maps TAB and under Cube TAB i have enabled the NO Action,Accumulate Values ..

"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"

Thanks for understanding me.

Re: Error/Warnings in TI

Posted: Mon Jan 02, 2012 10:50 am
by Alan Kirk
mincharug.shulft wrote:i would apprciate for your help here.
I have build some calculations using TI process, and also i passed the parameters(in TI under Parameters TAB ,there are three paramaeters)
so once the Processes completes with error warnings and iam not entirley sure what is mean of. Could you please help me to understand why these are occuring. Listed below are just a few examples coming from log file.

"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"

Thanks for understanding me.
It means that you should look at the code on line 94 of your Data tab. It may be a CellPutN or CellGetN function. Whatever it is, it's trying to use an element named "Trades" in an argument which represents the dimension "Regions" in your function. No element named "Trades" actually exists in that dimension.

Re: Error/Warnings in TI

Posted: Mon Jan 02, 2012 11:11 am
by mincharug.shulft
Thank you so much for your quick reply.

exatly iam using the CellGetN function and i will back to you once i analzed and kindly let me know if anything that i have look.


Thanks.

Re: Error/Warnings in TI

Posted: Mon Jan 02, 2012 12:50 pm
by lotsaram
mincharug.shulft wrote:"calulation","Abdabi","entrie","satity","central","EN","PAK",Data Source line (1) Error: Data procedure line (94): Invalid key: Dimension Name: "regions", Element Name (Key): "Trades"
Assuming that the error file extract is verbatim and contains a complete set of the source file variables (which I assume is the case since you included multiple rows) then one additional thing worth mentioning is that the value "Trades" is not contained in the data source itself and so is coming either from a parameter or variable that has been created.

Re: Error/Warnings in TI

Posted: Wed Jan 11, 2012 10:50 am
by mincharug.shulft
All ,
Thanks for your valuable reply ,i reached as i expected.