Operating System - HP-UX
1833767 Members
2324 Online
110063 Solutions
New Discussion

connect direct help - anyone experienced?

 
lawrenzo_1
Super Advisor

connect direct help - anyone experienced?

Hi all,

I am having difficutly finding any information to support connect direct and was wondering if anyone is a superuser with the app ;-0

my issue is that I have fully confifured the environment but when I come to run a test transfer I get the following error code:

-------------------------------------------------------------------------------
PROCESS RECORD Record Id => USEC
Process Name => sample Stat Log Date => 11/18/2008
Process Number => 4 Stat Log Time => 11:45:03
Submitter Class =>
Submitter Id => cdcaput@cawsut01

Step Start Date => 11/18/2008 Step Start Time => 11:45:03
Step Stop Date => 11/18/2008 Step Stop Time => 11:45:03
Step Elapsed Time=> 00:00:00

From node => S
Rstr =>
SNODE => cawsut01
Completion Code => 8
Message Id => XSMG242I
Short Text => Create user profile - sdsc_create failed


ndmmsg -f /opt/cdcap/ndm/cfg/msgfile.cfg -l XSMG242I

mod.name=NUSMPC00
long.text=The Session Manager could not create a user profile for CD authority check.
SYSTEM ACTION->The user process was returned to the Hold Queue.
RESPONSE-> Validate the user ID in the CD user profile configuration file and release the process to resume execution.


thanks in advance.
hello
1 REPLY 1
lawrenzo_1
Super Advisor

Re: connect direct help - anyone experienced?

I found a solution by working through the configs and documentation - although this was a headache it now makes sense:

the userfile.cfg contains information about remote and local users. you must define a remote user to a local user for the transfer to work:

ie here is an extract from the file:

cdtest@CDSERVER:\
:local.id=cdtest:\
:admin.auth=y:\
:pstmt.copy.ulimit=y:\
:pstmt.upload=y:\
:pstmt.upload_dir=:\
:pstmt.download=y:\
:pstmt.download_dir=:\
:pstmt.run_dir=:\
:pstmt.submit_dir=:\
:phone=2268:\
:descrip=Connect Direct Administrator:

so in this case cdtest@cdserver translates to local user cdtest.

NB. This configuration was used to test the initail setup of C:D

I hope this helps someone else

:-)

Chris.
hello