Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoHelp moving from StickyPassword to 1 Password, please [Solved]
Hi thank you for your help, in advance!
I have downloaded the mrc-converter-suite and Perl, as well as the export of the xml version of StickyPassword. I've gotten stuck in the import part in the c...
MrC
3 years agoSuper Contributor
@JulesBechthold
This has been a rocky road for you, sorry about the unpleasant journey.
That error is indicating that 1Password doesn't like something in the 1PUX file as created by the converter. 1Password 8's requirements for a 1PUX are quite stringent, but unfortunately there are no useful diagnostics to indicate where the issue is. So, we'll have to attempt to locate the issue by trial and error.
The converter supports selecting a list of import and export types. That is, the types of items you want considered from the original password manager's export (these are the "import types"), and the types of items you want placed into the 1PUX export (these are the export types).
The stickypassword converter supports the following import and export types (these are seen using the --help
option):
Supported import types:
appaccount bankacct bookmark creditcard identity note securememo webaccount
Supported export types:
bankacct creditcard identity login note
If you are receptive to testing out where the failure is and is not occurring, we could narrow the records such that the export only contains a subset of the original items. If the import then succeeds, we know the failure is in the records that were skipped.
Try starting with login export types, since those are likely the bulk of your records:
perl convert.pl -v stickypassword --exp login ..\pm_export.xml
Then, try to import the resulting 1PUX file. If that works, then we know that some record in one of the other categories is causing the issue, and we can move to those.