Page 1 of 1

WARNING: Logon attempts are audited

Posted: Fri Jun 21, 2013 7:02 am
by satheesh_color
Hi,

I have come across a strange warning message in my production environment. We have setup if the job completed with warnings, it should abort. But the jobs has been completed(Extraction and load). Sequencer is aborted due to the below warning message:

WARNING: Logon attempts are audited. Access and use allowed
Warning|| for authorized purposes only. Violators will be prosecuted.


Kindly let me know how this can be resolved.

Thanks,
Satheesh.R

Posted: Fri Jun 21, 2013 7:22 am
by chulett
No clue. Can you give us some context? This is coming from the Sequence job at what point / from what stage? :?

Posted: Fri Jun 21, 2013 7:32 am
by ArndW
That message is a typical generic UNIX logon message, it is often found at "/etc/motd" and has nothing to do with DataStage, and is most likely not the cause of your problems.

Posted: Fri Jun 21, 2013 10:10 am
by priyadarshikunal
Seems after the jobs are executed you are running some ssh command or something similar and you are receiving the banner as mentioned by Arnd. But this banner should not cause an issue unless you are not filtering out when capturing and validating the stdout. Is there anything else which you missed to mention.

Posted: Fri Jun 21, 2013 3:36 pm
by ray.wurlod
Which activity in the sequence throws this error? What is the complete error message?

Posted: Mon Jun 24, 2013 4:40 am
by satheesh_color
Hi Ray,


CopyStage:when we try to load
|-----------------------------------------------------------------|
| WARNING: Logon attempts are audited. Access and use allowed |
| for authorized purposes only. Violators will be prosecuted. |
|-----------------------------------------------------------------|


Satheesh.R

Posted: Mon Jun 24, 2013 5:15 am
by ArndW
Did you check for the contents of "/etc/motd"?

Posted: Mon Jun 24, 2013 5:59 am
by satheesh_color
Hi ArndW,

Yes, i did check it with motd file. It doesnt have the above mentioned message.
It contains generic access policy message.

Thanks,
Satheesh.R

Posted: Mon Jun 24, 2013 6:42 am
by PaulVL
Can you cut and paste the EXACT message from your log file please.

never seen a copy stage throw that. That's why the exact message will help. It will show us which stage threw the warning.

Posted: Mon Jun 24, 2013 9:52 am
by ArndW
Are you working in a cluster or accessing any remote machines?

Posted: Mon Jun 24, 2013 10:47 pm
by ray.wurlod
Pretty sure this is coming from somewhere on your UNIX system, perhaps from some add-on security module. Do you get the same message when logging in via a telnet session?

Posted: Tue Jun 25, 2013 5:39 am
by satheesh_color
Hi Ray,

My Bad. Now i could see all of my jobs which has been completed with warnings or finished(without warnings) contains the warning message throughout the project.

I suspect DS admin has truned-on something to audit, but when i questioned the same, he hasn't done that. Only particular project(Production) has the warning message.

|-----------------------------------------------------------------|
| WARNING: Logon attempts are audited. Access and use allowed |
| for authorized purposes only. Violators will be prosecuted. |
|-----------------------------------------------------------------|

Thanks,
Satheesh.R

Posted: Tue Jun 25, 2013 4:32 pm
by ray.wurlod
Well, it's at your site. You will just have to do some more in-depth detective work to find out where it's coming from. You have not answered my questions about telnet connections.