Posts

Showing posts with the label Errors

Disable Putty Sessions Time Out due to Inactivity

The ssh client PuTTY can be configured to maintain a connection and not time out due to inactivity.   To set up a new connection with "keep alives" to maintain your connection follow the steps below: Open the PuTTy application and navigate to the  Options  panel. Select Connection In the field  Sending null packets to keep session active  change the default value from  0 to 1800  (30 minutes) Check the  Enable TCP keepalives (SO_KEEPALIVE option)  check box. Note:  This option may not be available in older versions of the PuTTY client. Select  Session  from the left hand menu. In the  Host Name (or IP Address)  field enter the  destination hostname , for example vayu.nci.org.au In the  Saved Sessions  box enter a name for the session, for example vayu. Select  Save Any new sessions will now use these modified connection options.  

Unable to open DICT 'RT_LOG###'

When attempting to open a job log in Director, user gets the following error message: Error selecting from log file RT_LOG### Error was: Unable to open DICT 'RT_LOG###'. This is because the D_RT_LOG file is missing from the projects directory.

failed to invoke GenRunTime using Phantom process helper

    While attempting to compile job,  “failed to invoke GenRunTime using Phantom process helper” RC:      /tmp space might be full            Job status is incorrect            Format problems with projects uvodbc.config file

LoggingAgent.sh process stopped unexpectedly

     While running ./NodeAgents.sh start command... getting the following error: “LoggingAgent.sh process stopped unexpectedly”

Error 81015 when logging into DataStage

Unable to connect to host error 81015 when logging into IBM InfoSphere DataStage (DS): Failed to connect to host: <hostname>, project: UV  (The connection has timed out (81015)) 

InfoSphere DataStage List of Error Codes

API error codes in numerical order Code Error Token Description 0 DSJE_NOERROR No  InfoSphere DataStage  API error has occurred . -1 DSJE_BADHANDLE Invalid  JobHandle . -2 DSJE_BADSTATE Job is not in the right state (compiled, not running). -3 DSJE_BADPARAM ParamName  is not a parameter name in the job. -4 DSJE_BADVALUE Invalid  MaxNumber  value. -5 DSJE_BADTYPE Information or event type was unrecognized. -6 DSJE_WRONGJOB Job for this  JobHandle  was not started from a call to  DSRunJob  by the current process. -7 DSJE_BADSTAGE StageName  does not refer to a known stage in the job. -8 DSJE_NOTINSTAGE Internal engine error. -9 DSJE_BADLINK LinkName  does not refer to a known link for the stage in question. -10 DSJE_JOBLOCKED The job is locked by another process. -11 DSJE_JOBDELETED The job has been deleted. -12 DSJE_BADNAME Invalid project name. -13 DSJE_BADTIME Invalid  StartTime  or  EndTime ...