zimport failure
Hello,
I'm trying to execute scm zimport command from a zos system to load source code located on PDS TWSZ.FMID00.INCASM on the related RTC server. But when I run the following zimp.sh
/u/twsz/zimp.sh
scm zimport --hlq TWSZ --mapfile /u/twsz/zimp_fmid00/MAPAIN_INCASM.txt --projectarea TWS_Distr --stream tws_93_zos -r https://rtc2srv1.romelab.it.ibm.com:9443/jazz --workspace "twsbuild on tws_93_zos" -v -u twsbuild
-P xxxxxxxxx
with MAPAIN_INCASM.txt
P:FMID00.INCASM.*=twsz00_incasm:ASMinclude
L:FMID00.INCASM.*=TWSZ_ASM_include:ain
C:twsz00_incasm=twsz00_incasm
First I have to press ENTER twice to proceed (otherwise I am left on INPUT mode instead of RUNNING)
(in do not understand why I need these ENTER ) Then I got the following error
CRHTC0636I Member TWSZ.FMID00.INCASM(SWSVCOM) matched mapping rule "P:FMID00.INC
ASM.*=twsz00_incasm:ASMinclude".
CRHTC0637I The zComponent project twsz00_incasm matched mapping rule "C:twsz00_i
ncasm=twsz00_incasm".
CRHTC0638I Member TWSZ.FMID00.INCASM(SWSVCOM) matched mapping rule "L:FMID00.INC
ASM.*=TWSZ_ASM_include:ain".
CRHTC0631I Associated the language definition TWSZ_ASM_include with the zFile TW
SZ.FMID00.INCASM(SWSVCOM).
CRHTC0630I Created the zFile SWSVCOM.ain.
Uploading contents. Please wait.
....
Problem running 'zimport':
CRHTC0610E An error occurred while sharing the components.
Failed to create /scmwork/SCM/TWSZ/.jazz5
An error has occurred. Kindly check the log for more details.
:/u/twsz:>:/u/twsz:>:/u/twsz:>
===>
INPUT
ESC=° 1=Help 2=SubCmd 3=HlpRetrn 4=Top 5=Bottom 6=TSO
7=BackScr 8=Scroll 9=NextSess 10=Refresh 11=FwdRetr 12=Retrieve
This happens even in the PDS there is only 1 member to be imported
If I go to look at scmwork dir (SCM_WORK var is set to scmwork) I see:
/u/twsz/scmwork/eclipse/configuration/scmtools/
Type Filename
_ Dir .
_ Dir ..
_ Dir org.eclipse.core.runtime
_ Dir org.eclipse.equinox.app
_ Dir org.eclipse.osgi
_ Dir org.eclipse.update
Where are located the log I have to check? Why this error occurs and how can I solve it?
Thanks in advance for the help you could provide me
Rossella
I'm trying to execute scm zimport command from a zos system to load source code located on PDS TWSZ.FMID00.INCASM on the related RTC server. But when I run the following zimp.sh
/u/twsz/zimp.sh
scm zimport --hlq TWSZ --mapfile /u/twsz/zimp_fmid00/MAPAIN_INCASM.txt --projectarea TWS_Distr --stream tws_93_zos -r https://rtc2srv1.romelab.it.ibm.com:9443/jazz --workspace "twsbuild on tws_93_zos" -v -u twsbuild
-P xxxxxxxxx
with MAPAIN_INCASM.txt
P:FMID00.INCASM.*=twsz00_incasm:ASMinclude
L:FMID00.INCASM.*=TWSZ_ASM_include:ain
C:twsz00_incasm=twsz00_incasm
First I have to press ENTER twice to proceed (otherwise I am left on INPUT mode instead of RUNNING)
(in do not understand why I need these ENTER ) Then I got the following error
CRHTC0636I Member TWSZ.FMID00.INCASM(SWSVCOM) matched mapping rule "P:FMID00.INC
ASM.*=twsz00_incasm:ASMinclude".
CRHTC0637I The zComponent project twsz00_incasm matched mapping rule "C:twsz00_i
ncasm=twsz00_incasm".
CRHTC0638I Member TWSZ.FMID00.INCASM(SWSVCOM) matched mapping rule "L:FMID00.INC
ASM.*=TWSZ_ASM_include:ain".
CRHTC0631I Associated the language definition TWSZ_ASM_include with the zFile TW
SZ.FMID00.INCASM(SWSVCOM).
CRHTC0630I Created the zFile SWSVCOM.ain.
Uploading contents. Please wait.
....
Problem running 'zimport':
CRHTC0610E An error occurred while sharing the components.
Failed to create /scmwork/SCM/TWSZ/.jazz5
An error has occurred. Kindly check the log for more details.
:/u/twsz:>:/u/twsz:>:/u/twsz:>
===>
INPUT
ESC=° 1=Help 2=SubCmd 3=HlpRetrn 4=Top 5=Bottom 6=TSO
7=BackScr 8=Scroll 9=NextSess 10=Refresh 11=FwdRetr 12=Retrieve
This happens even in the PDS there is only 1 member to be imported
If I go to look at scmwork dir (SCM_WORK var is set to scmwork) I see:
/u/twsz/scmwork/eclipse/configuration/scmtools/
Type Filename
_ Dir .
_ Dir ..
_ Dir org.eclipse.core.runtime
_ Dir org.eclipse.equinox.app
_ Dir org.eclipse.osgi
_ Dir org.eclipse.update
Where are located the log I have to check? Why this error occurs and how can I solve it?
Thanks in advance for the help you could provide me
Rossella
2 answers
Hello,
someone helped me to understand that teh problem was my incorrect setting of SCM_WORK variable.pointing to a really existing correct directory like u/scmwork finally zimport worked! :-)
someone helped me to understand that teh problem was my incorrect setting of SCM_WORK variable.pointing to a really existing correct directory like u/scmwork finally zimport worked! :-)
Hello,
we have just migrated TWSz from IDSS to RTCz the next release code.
So we have only one release defined on RTCz made from 5 streams.
We loaded all the code using zimport running the 5 different scm scripts (using putty to connect to the z/os system), one for each stream, one row command for each PDS (and related component) to be loaded.
I wrote some rexx exec to be run in VM to create automatically map files and scripts and send them in the appropriate uss dir in order to speed up the process (we had to move the code from VM IDSS environment).
These exec are strictly related to the TWSz product structure under IDSS.
We did not use until now the promotion feature.
Wet have the global build set up and working and use RDz for single developer work
Ciao
Rossella
we have just migrated TWSz from IDSS to RTCz the next release code.
So we have only one release defined on RTCz made from 5 streams.
We loaded all the code using zimport running the 5 different scm scripts (using putty to connect to the z/os system), one for each stream, one row command for each PDS (and related component) to be loaded.
I wrote some rexx exec to be run in VM to create automatically map files and scripts and send them in the appropriate uss dir in order to speed up the process (we had to move the code from VM IDSS environment).
These exec are strictly related to the TWSz product structure under IDSS.
We did not use until now the promotion feature.
Wet have the global build set up and working and use RDz for single developer work
Ciao
Rossella