cancel
Showing results for 
Search instead for 
Did you mean: 

Table Splitting for tables ending with numeric or special character in name

Former Member
0 Kudos

Hi All,

We are in process of migrating our NW 7.5 Java System using DB export/import.

To reduce export/import we are using table splitting which is working well for all tables except those which has numeric or special character as end character in their name.

Table name is EP_ATTR_VALUES3 So we mentioned table as below in split file.

EP_ATTR_VALUES3%5

But we got error -

Error on line 4. Incorrect rules syntax: EP_ATTR_VALUES3:5. Please enter <TABLE_NAME>:<NUMBER_OF_PACKAGES>[:<key>[;<key>]]

Same format worked well for all other tables.

We are using SUM SP18. Not sure if this is bug with SUM or there is some different format for such tables.

Please let me know your view.

Thanks,

Shivam

Accepted Solutions (0)

Answers (1)

Answers (1)

leandro_batista1
Explorer
0 Kudos

Hi, did you get a solution for your error? Do you know the nomenclature when using tables ending in numeric values?

I am facing exactly the same thing for that table (and EP_ATTR_HEADERS3)

Thanks!