Unsolved
This post is more than 5 years old
14 Posts
0
840
August 27th, 2012 01:00
Can we disale "Prevent Automatic RDF Link Recovery" on DMX-4 5773 code with SE 7.1
When I run below command to disable "Prevent Automatic RDF Link Recovery" I am getting invalid rdfg.
symrdf -sid 201 -rdfg 21 set rdfg -autolink_recovery on -both_sides
'rdfg': Invalid keyword.
No Events found!
sauravrohilla
859 Posts
0
August 27th, 2012 01:00
Hi Basav,
It seems -rdfg is not required in your command:
symrdf -sid zzz -rdfg 21 set autolink_recovery on -both_sides
cheers,
Saurabh
ybraju_unb
14 Posts
0
August 27th, 2012 02:00
I tried the below command, I guess the rdfg option is required.
C:\Users\eccadmin>symrdf -sid 201 -rdfg 21 set autolink_recovery on
-both_sides
'autolink_recovery': Invalid keyword.
C:\Users\eccadmin>symrdf -sid 201 -rdfg 21 set -autolink_recovery on
-both_sides
'-autolink_recovery': Illegal option.
Thanks & Regards ,
Basavaraju Y
Storage Administrator
Information Technology Group
Phone: 02-6984174 - ext: 1174
0_Specialist
PedalHarder
3 Apprentice
•
465 Posts
0
August 27th, 2012 20:00
The syntax for the command is as follows:
symrdf -sid xx -rdfg nn set auto_link_recovery on|off -both_sides
Note the additional underscore in the auto_link_recovery.
sauravrohilla
859 Posts
0
August 27th, 2012 20:00
My command should have worked, can you please check symrdf -h and see if this option was available in your version of SE?
regards,
Saurabh
sauravrohilla
859 Posts
0
August 27th, 2012 21:00
right Jason, i missed that
symrdf
-rdfg
set <> |
<auto_link_recovery>> >
[-both_sides]
regards,
Saurabh