Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Audit log behavior

Status
Not open for further replies.

vibzr

Programmer
Apr 21, 2005
1
US
Hi There,

I have question on input errors which are logged in audit log. We are using 6.5(211) I know that output error behavior in Audit log which will stop logging output card info after the error occurred. But what about input it’s not the same case which I observed.

If there are 4 input cards.
Input1
Input2
Input3
Input4

If there is error in card1 like source not available. I see only 3 input cards info in audit log. Why the fourth card is missing in audit log?

Can any one tell me how the input cards errors are logged in audit log?

Case1:
Input 1 in error:
Input4 is missing.

<ExecutionSummary MapStatus="Error" mapreturn="12" ElapsedSec="0.3243" BurstRestartCount="0">
<Message>Source not available</Message>
<CommandLine>'C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\GEN_GENx3B3vR01_I.mmc'</CommandLine>
<ObjectsFound>121887</ObjectsFound>
<ObjectsBuilt>0</ObjectsBuilt>

<SourceReport card="1" adapter="File" bytes="0" adapterreturn="-1">
<Message>Source not available</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\..\..\..\Base65s2\RosettaNet\GEN_GENx3B3vR01_In\xmlfiles\new\PIP3B3_2005113017082028500__CIZ.xmlm</Settings>
</SourceReport>

<SourceReport card="2" adapter="File" bytes="846408" adapterreturn="0">
<Message>Data read successfully</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\..\..\..\Base65s2\Common_Files\Cust_Trans_Xref.DAT</Settings>
<TimeStamp>11:04:32 December 1, 2005</TimeStamp>
</SourceReport>

<SourceReport card="3" adapter="File" bytes="7701" adapterreturn="0">
<Message>Data read successfully</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\..\..\Common_Files\StatusCodes.txt</Settings>
<TimeStamp>09:38:05 December 2, 2005</TimeStamp>
</SourceReport>

Case 2:
Input 4 in error

<ExecutionSummary MapStatus="Error" mapreturn="12" ElapsedSec="0.4370" BurstRestartCount="0">
<Message>Source not available</Message>
<CommandLine>'C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\GEN_GENx3B3vR01_I.mmc'</CommandLine>
<ObjectsFound>122308</ObjectsFound>
<ObjectsBuilt>0</ObjectsBuilt>

<SourceReport card="1" adapter="File" bytes="4030" adapterreturn="0">
<Message>Data read successfully</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\..\..\..\Base65s2\RosettaNet\GEN_GENx3B3vR01_In\xmlfiles\new\PIP3B3_2005113017082028500__CIZ.xml</Settings>
<TimeStamp>11:27:57 December 1, 2005</TimeStamp>
</SourceReport>

<SourceReport card="2" adapter="File" bytes="846408" adapterreturn="0">
<Message>Data read successfully</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\..\..\..\Base65s2\Common_Files\Cust_Trans_Xref.DAT</Settings>
<TimeStamp>11:04:32 December 1, 2005</TimeStamp>
</SourceReport>

<SourceReport card="3" adapter="File" bytes="7701" adapterreturn="0">
<Message>Data read successfully</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\..\..\Common_Files\StatusCodes.txt</Settings>
<TimeStamp>09:38:05 December 2, 2005</TimeStamp>
</SourceReport>

<SourceReport card="4" adapter="File" bytes="0" adapterreturn="-1">
<Message>Source not available</Message>
<Settings>C:\mercator\base65s2\RosettaNet\GEN_GENx3B3vR01_In\Routing.datm</Settings>
</SourceReport>

Regards,
vibzr
 
Probably a 6.5.2 bug.


BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top