It's all about the answers!

Ask a question

error during load zfiles to z/os


Angelo Corna (26148381) | asked Feb 14 '11, 5:58 p.m.
I've installed RTC 3.0 on z/os and
When I try to load the files to z/os I receive the following error:
java.lang.Exception: CRHTC0301E:Invalid userid or password for server : https://rdzut0:9443/ccm/. Check the FileAgent miner configuration file.
at com.ibm.teamz.fileagent.miner.client.FileAgentService.loadFiles(Unknown Source)
at com.ibm.teamz.fileagent.miner.client.FileAgentSubsystem.loadFiles(Unknown Source)
at com.ibm.teamz.fileagent.miner.client.FileAgentLoadOperation.run(Unknown Source)
at com.ibm.teamz.zide.ui.wizards.LoadOperation.run(Unknown Source)
at com.ibm.teamz.zide.ui.actions.LoadzAction$2.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Unknown Source)

Where are sored userid and password?

Thanks in advance.

One answer



permanent link
Angelo Corna (26148381) | answered Feb 18 '11, 12:37 p.m.
Problem solved.

The content of our FileAgentConfiguration.dat
https://hostname:9443/ccm, userid, /u/jazz/pwdfile

changing the content with (note the / after ccm)
https://hostname:9443/ccm/,userid,/u/jazz/pwdfile

the load works.

Bye

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.