Options

Invalid rule definition: too many components

EliBertEliBert Posts: 16
Dear Mr. Redgate,

Although tables are mapped right (and remapped) and everything looks fine in UI-mode i get following error from the command line:
Error: Invalid rule definition: too many components.

Can someone point out what i'm doing wrong?
Kindest Regards,
Bert

Comments

  • Options
    Hi,

    Are you using some /include or /exclude switches on your command line? It looks like you've got the syntax of one of those slightly wrong, specifically having too many bits of text separated by semicolons.

    If you could post the way you're invoking the command line, I'll see if I can spot where you're going wrong.

    Cheers,
    Robert
    Robert Chipperfield
    Red Gate
  • Options
    /exclude:view /include:table:\[TAB1\]/include:table:\[TAB1\] /include:table:\[TAB2\] /include:table:TAB3.\d{0,5} /include:table:TAB4.\d{0,5} /options:eid,its,k,ut /synchronize /out:"C:\Program Files\Red Gate\SQL Bundle 5\logs\outputTABdata.txt" /cs /force /v
  • Options
    I think you're missing a space between the first and second includes:
    /include:table:\[TAB1\]/include:table:\[TAB1\]
    

    Rob
    Robert Chipperfield
    Red Gate
Sign In or Register to comment.