|
Question : UIMPORT Problem
|
|
Hello!
I am trying to import user with UIMPORT utility but it give me the following messages:
UIMPORT-4.26 (971028) PTF-141: You did not specify a field for "Name". UIMPORT-4.26 (971028) PTF-142: You did not specify a field for "Last Name".
My control.txt file is:
(Import control) Name context=.graduacao.fem Create home directory=y Home directory path="/" Home directory volume=".APOLLO-11_USER.GRADUACAO.FEM" (Fields) Name Last name Given name Middle initial Password
and my data.txt file is:
"allanjm","allan","joshua","M","9463153" "andrewcr","andrews","christopher","R","9463154"
What´s the problem ?
|
Answer : UIMPORT Problem
|
|
without the () and use at least a space or tab before the text fields. (by the way is home dir path correct?)
Import control Name context=.graduacao.fem Create home directory=y Home directory path="/" Home directory volume=".APOLLO-11_USER.GRADUACAO.FEM" Fields Last name Given name Middle initial Name Password
data file:
"allan","joshua","M","allanjm","9463153" "andrews","christopher","R","andrewcr","9463154"
try this and see if that's any better, I don't think you should have to put them alphabetically, but it's custom to do this anyway.
regards,
CyberWizard
|
|
|
|