View Issue Details

IDProjectCategoryView StatusLast Update
0004662SymmetricDSBugpublic2022-08-01 19:30
Reportermitesh1.parekh Assigned Toelong  
Priorityhigh 
Status closedResolutionno change required 
Product Version3.12.3 
Summary0004662: Not able to load data from the Tables
DescriptionWe are facing issue while loading data from Tables.
Table names starting from "/" for eg. "/JC/Engineer".
Source is oracle and destination is MYSQL in our case
unable to find metadata error is coming
Steps To ReproduceAll the Tables which are starting from "/". we are not able to load the data.

 
Additional InformationAll the Tables which are starting from "/". we are not able to load the data.
Tagsdata sync, load only

Activities

elong

2020-12-02 18:41

developer   ~0001865

MySQL does not allow pathname separator characters ('/' or '\') in the table name. You will need to use sym_router.target_table_name to change the table name to one that MySQL will accept.

Issue History

Date Modified Username Field Change
2020-11-25 12:47 mitesh1.parekh New Issue
2020-11-25 12:47 mitesh1.parekh Tag Attached: data sync
2020-11-25 12:47 mitesh1.parekh Tag Attached: load-only
2020-12-02 18:41 elong Status new => feedback
2020-12-02 18:41 elong Note Added: 0001865
2022-08-01 19:30 elong Assigned To => elong
2022-08-01 19:30 elong Status feedback => closed
2022-08-01 19:30 elong Resolution open => no change required
2022-08-09 17:58 admin Tag Renamed load-only => load only