error during zimport
During a PDS library import with scm zimport command, we receive the following error
Uploading contents. Please wait.
........................................
........................................
.........................
Problem running 'zimport':
CRHTC0610E An error occurred while sharing the components.
We've tried to delete and recreate the SCM_WORK directory but no luck.
The PDS contains 146 members. If we try to import few members (100), the zimport ends without problems.
No space problems with SCM_WORK directory filesystem.
Thanks in advance.
Bye.
Uploading contents. Please wait.
........................................
........................................
.........................
Problem running 'zimport':
CRHTC0610E An error occurred while sharing the components.
We've tried to delete and recreate the SCM_WORK directory but no luck.
The PDS contains 146 members. If we try to import few members (100), the zimport ends without problems.
No space problems with SCM_WORK directory filesystem.
Thanks in advance.
Bye.
3 answers
some other information:
- no problems founded on system logs
- following the suggestion of this technote
http://www-01.ibm.com/support/docview.wss?uid=swg21509278
we've tried to change the zimport command with -Xmx parameter. The command is
/SYPX/RTC400/scmtools/eclipse/scm zimport -Xmx1024M --hlq .........
but we receive the following error
Argument syntax error:
Malformed option to subcommand: -Xmx1024M. Try 'scm help zimport' for m........
Thanks.
Angelo,
The directions in that technote for adjusting memory are incorrect. You will need to modify the scm script itself. Take a look and you should see an entry like this:
exec "$JAVA_HOME/bin/java" -Dscm.show.own.errors=true -Xquickstart -Xmx512m -Dosgi.requiredJavaVersion=1.6 -jar "$PRGPATH/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar" -os zos -data "@noDefault" -configuration $WRKPATH/scmtools "$@"
The directions in that technote for adjusting memory are incorrect. You will need to modify the scm script itself. Take a look and you should see an entry like this:
exec "$JAVA_HOME/bin/java" -Dscm.show.own.errors=true -Xquickstart -Xmx512m -Dosgi.requiredJavaVersion=1.6 -jar "$PRGPATH/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar" -os zos -data "@noDefault" -configuration $WRKPATH/scmtools "$@"