Thursday, December 17, 2009

Transuction resister is erroring out

Error:

Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
American_America.US7ASCII

'.,'

stat_low = 86
stat_high = 0
emsg:was terminated by signal 6
Enter Password:
SIGSEGV 11* segmentation violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]: Error 0
si_code [1]: SEGV_MAPERR [addr: 0x4f4431]


Aborting...

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xC0240140
Function=free
Library=/usr/lib/hpux32/libc.so.1

Current Java thread:
"Thread-4" prio=5 tid=41082050 nid=16 lwp_id=6506397 runnable [0x5dd10000..0x5dd10dc0]
at oracle.reports.engine.EngineImpl.CRunReport(Native Method)
at oracle.reports.engine.EngineImpl.run(EngineImpl.java:437)
at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:916)
- locked <5f5b0040> (a oracle.reports.engine.EngineImpl)
at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)


Solution:

A. Please query for the following flex fields in "key flexfield segments" form
1.System Items,
2.Item Categories,
3.Stock Locators,
4.Sales Orders,
5.Accounting Flexfield,
6.Account Aliases.

B. Please make sure that at least one segment is enabled in each of these flexfields, if not enable a segment freeze and compile the flexfield and then test the issue. Also please bounce the reports server once and then re-test the issue.

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...