How to add new medium in Ncert tenant #176
Replies: 9 comments 2 replies
-
@ArunachalamDhanapal Can you provide more details? What challenges are you encountering while executing the script? |
Beta Was this translation helpful? Give feedback.
-
@pallakartheekreddy For updating the framework, we pass xlsx sheet in the script, in that xlsx sheet, Board, medium, grade, and subject values could be passed, For other tenant BMGS values could working fine, but in Ncert there is no Board values, only Medium, Grade, Subject is available, So without Board value the script is not working. Can you provide solution for that without board, script will execute successfully. Thank you. |
Beta Was this translation helpful? Give feedback.
-
@amitpriyadarshi I checked the script, It was already show some error related to cell type, But my doubt, in that script where we need to pass the data's, xlsx sheets and environment change, channel value and Id's on the tenant, Any instruction or sample video is available for run the script, i could'nt find anything. Can you help on this?. |
Beta Was this translation helpful? Give feedback.
-
@ArunachalamDhanapal For Passing Excel Sheet: refer line number: 53-54 of ntp.fwwoboard.FWMainFile.java For passing channel and framwork specific info: ref line number: 64-95 of ntp.fwwoboard.FWMainFile.java `System.out.print("Enter Framework Name - Should be of format 'State (State Name)':: ");
Q. This ( ntp.fwwoboard.FWMainFile ) script is userd for creating Medium grade subject in Ncert Tenant? |
Beta Was this translation helpful? Give feedback.
-
@amitpriyadarshi Config, File path, channel and framework specific info we got it, what we pass in Translation Code, this is mandatory? We are try to run the script without Translation code, Script was running, but data do not reflect in Ncert tenant. String strTranslationCode = "";
|
Beta Was this translation helpful? Give feedback.
-
@amitpriyadarshi Yes am publish the framework post creation, Will check the job execution logs for all apis. |
Beta Was this translation helpful? Give feedback.
-
@amitpriyadarshi I try to run the script, Script was running, but the values are not update, Can we connect a call, for screensharing session, It might be help full for us. |
Beta Was this translation helpful? Give feedback.
-
@amitpriyadarshi I run the script successfully, but my issue, when i login as state user, the data reflect in UI, without login as a state user, the data are not reflect in UI. I attached a screenshot for your reference. |
Beta Was this translation helpful? Give feedback.
-
@amitpriyadarshi Please confirm, can we create a subject in the Punjabi language (ਵਿਸ਼ਾ) through scripts? |
Beta Was this translation helpful? Give feedback.
-
Hi team,
Here i have to add new medium, gradLevel, subject values in Ncert tenant, I have script for that which is shared by ekstep implementation team, But that script is not working in Ncert production. So need help from your team to fix the issue.
Beta Was this translation helpful? Give feedback.
All reactions