Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Making Bulk Changes

Status
Not open for further replies.
Joined
Apr 26, 2006
Posts
828
Reaction score
10
After the Nominet changes my domains have around a dozen different account ID's associated with them.

I've never used the Bulk command before and have tried to change all the domains onto a single account-id, the PGP signed email I'm sending to [email protected] with the correct subject.

dry run:
update: account-id = 'xxxxxxx'

Where xxxxxx is the account-id I want to move all my domains to, want to try a dry run 1st. I keep getting the message back.

V109 Invalid bulk operation.

Help, what am I doing wrong.

Thanks

Mark.
 
After the Nominet changes my domains have around a dozen different account ID's associated with them.

Your doing better then me all I get is this error when I log in...

Expression tag.getTag() is undefined on line 20, column 46 in registrants/merge-accounts/notes-form.html.
The problematic instruction:
----------
==> ${tag.getTag()} [on line 20, column 44 in registrants/merge-accounts/notes-form.html]
in user-directive lnf.dlgBox [on line 12, column 1 in registrants/merge-accounts/notes-form.html]
in include contentFile [on line 130, column 37 in common/wtf-macros.html]
in user-directive wtf.body [on line 15, column 5 in common/main-wrapper.html]
in user-directive wtf.html [on line 1, column 1 in common/main-wrapper.html]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression tag.getTag() is undefined on line 20, column 46 in registrants/merge-accounts/notes-form.html.
 
After the Nominet changes my domains have around a dozen different account ID's associated with them.

I've never used the Bulk command before and have tried to change all the domains onto a single account-id, the PGP signed email I'm sending to [email protected] with the correct subject.

dry run:
update: account-id = 'xxxxxxx'

Where xxxxxx is the account-id I want to move all my domains to, want to try a dry run 1st. I keep getting the message back.

V109 Invalid bulk operation.

Help, what am I doing wrong.

Thanks

Mark.


I'm also using bulk for the first time, but that message is basically saying:

Update account id to XXXXXX

You need to select the domains the update command applies to first, ie:

filter: account-name = 'Joe Bloggs'
update: account-id = 'xxxxxxx'
 
Your doing better then me all I get is this error when I log in...

Expression tag.getTag() is undefined on line 20, column 46 in registrants/merge-accounts/notes-form.html.
The problematic instruction:
----------
==> ${tag.getTag()} [on line 20, column 44 in registrants/merge-accounts/notes-form.html]
in user-directive lnf.dlgBox [on line 12, column 1 in registrants/merge-accounts/notes-form.html]
in include contentFile [on line 130, column 37 in common/wtf-macros.html]
in user-directive wtf.body [on line 15, column 5 in common/main-wrapper.html]
in user-directive wtf.html [on line 1, column 1 in common/main-wrapper.html]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression tag.getTag() is undefined on line 20, column 46 in registrants/merge-accounts/notes-form.html.

I've only just seen this, but it was fixed quite quickly. Thanks for highlighting this.
 
I'm also using bulk for the first time, but that message is basically saying:

Update account id to XXXXXX

You need to select the domains the update command applies to first, ie:

filter: account-name = 'Joe Bloggs'
update: account-id = 'xxxxxxx'

Thought the filter was optional and that it applied to all domains without.
 
In its most basic form:

operation:request
key:domain.co.uk
account-name:your name
a1-name:your name
a1-email:[email protected]
addr:123 street road
city:city
country:gb
postcode:A12 B34

That first reg. will generate you an account ID, so after that you just need:

operation:request
key:domainname.co.uk
account-id:1234567


Grant
 
Thanks Grant, why cant Noms website explain it as clearly, I wasted ages trying to work it out with your instructions took me 2 minutes.

The key was not knowing the account id creation bit, I was using my TAG Account number.

Worked first time.

Merci beaucoup
 
Indeed, the account ID creation doesn't seem to be explained on the nom site at all, the only clue to it is in the example automaton reply email.

Grant
 
Code:
operation: modify
dns-id:
dns:
What's a dns-id?

It's like the account-id but for referencing nameservers.

You can now have 2 domains with identical DNS records, for example....
Code:
key: domain1.co.uk
dns0-id: ns0001
dns1-id: ns0002

key: domain2.co.uk
dns0-id: ns0001
dns1-id: ns0002

While that's like what you had before, the difference is the nameserver records are like...
Code:
dns-id: ns0001
dns: ns.anotherdomain.co.uk

dns-id: ns0002
dns: ns2.anotherdomain.co.uk
So if the details of your primary nameserver change you just need to do one modify command, rather than a bulk domain update... for example...
Code:
operation: modify
dns-id: ns0001
dns: ns.newdomain.co.uk

Alternatively you can also work in the same way things used to function by having multiple nameserver records for the same nameservers... e.g....
Code:
dns-id: ns0001
dns: ns.anotherdomain.co.uk

dns-id: ns0002
dns: ns2.anotherdomain.co.uk

dns-id: ns0003
dns: ns2.anotherdomain.co.uk
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom