WARNING: Logon attempts are audited

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

WARNING: Logon attempts are audited

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No clue. Can you give us some context? This is coming from the Sequence job at what point / from what stage? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post 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.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Which activity in the sequence throws this error? What is the complete error message?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Did you check for the contents of "/etc/motd"?
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Post 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
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you working in a cluster or accessing any remote machines?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply