Stack checking

I'm a newbie Solaris developer, so please be kind ;-). Can anyone point me to an overview of stack checking using the Workshop 5.2 compiler (C/C++) (localhost:8888 not have links to the C/C++ Users Guides?). In GCC there is the -fstack-check flag. Is there something similar in Workshop/Forte? I've seen the pthread_attr_setguardsize()" but I don't think it's quite what I want. I want to know if my stack has overflowed. Right now all I get is a SEGV when some overflowed/corrupted stack object is dereferenced. Perhaps I just don't know the tools well enough. For instance from a core file can I find out if the crash was do to a stack overflow vs. plain old pointer problems. BTW, I'm trying to debug a multi-threaded shared library, so I have multiple stack frames to worry about. I think I have a recursive loop, but I'm not sure how to find it.
Cheers

I'm a newbie Solaris developer, so please be kind ;-). Can anyone point me to an overview of stack checking using the Workshop 5.2 compiler (C/C++) (localhost:8888 not have links to the C/C++ Users Guides?). In GCC there is the -fstack-check flag. Is there something similar in Workshop/Forte? I've seen the pthread_attr_setguardsize()" but I don't think it's quite what I want. I want to know if my stack has overflowed. Right now all I get is a SEGV when some overflowed/corrupted stack object is dereferenced. Perhaps I just don't know the tools well enough. For instance from a core file can I find out if the crash was do to a stack overflow vs. plain old pointer problems. BTW, I'm trying to debug a multi-threaded shared library, so I have multiple stack frames to worry about. I think I have a recursive loop, but I'm not sure how to find it.
Cheers

Similar Messages

  • ABAP STACK and JAVA STACK certificates

    Hi Fiends,
    I have requirement in which I want to use HTTP adapter to send message and apply security certificate. I got from sdn that if I wan to use http adapter with certificate than I have to install certificates in ABAP stack.
    My problem is I had one scenario in which I am using BC adapter to send message with security certificate and for that I had applied certificates in java stack and its working properly.
    My question is,
    Is it possible to use Java Stack and ABAP STACK together..?
    I mean is it possible to implement both of the above scenario in same xi system?

    Hi Soni,
    You cannot use the same certifcates wihch you installed in Java stack with abap stack. You need to install separealy on teh abap stack.
    For HTTP communication you dont need to install certificates. You only need when you want to use HTTPS communication. So if you want to use HTTPS communication and want to use SOAP adapter then you can use ther certifcates which is already installed on java stack. But if you want to use HTTP adapter then you need to install in ABAP stack.
    Please see this hlep on how to install on the java stack and the process behind it:
    http://www.i-barile.it/SDN/EnablingSSL&ClientCertificatesOnTheSAPJ2EEEngine.pdf
    Also check this help:
    http://help.sap.com/saphelp_nw04/helpdata/de/14/ef2940cbf2195de10000000a1550b0/content.htm
    on abap stack check seshus response:
    HTTPS  enabling
    Regards,
    ---Satish

  • Check Receipts tab in FBCJ

    Hi
    Where can the check receipts tab in cash Journal be useful
    Thanks
    Kedar

    for entering check receipts and present them together in one check stack,
    check receipts are balanced separatly in the header of cash journal

  • EHP4 stack 3 Java stack error

    HI,
    I'm trying to install EHP4 stack 3 on my ECC system and I'm getting an error when it gets to the Java stack load. 
    I'm getting the error in the PREPARE_JSPM_QUEUE phase
    Could not find $ component in SP stack.Check if stack is valid
    From researching the problem it looks like there is something wrong
    with my XML files that I created through the solution manager?
    this is a brand new install so I'm not sure why I'm getting this error.  Has anyone seen this before?
    Lee

    Hi Uday,
    Yes.  I read this message too but there is no solution or explenation.  A brief touch upon connecting Java to SLD which is not explained very clearly and not in any of the EHP documentation which is making me wonder if that is relevant.   I have opened a ticket with SAP but have not received a response yet.  I was hoping someone else had run into this issue and is familiar with the fix.  It seems to be an XML generation problem from what I can tell and there is a prompt saying you can pass this step with a password.  But It could also be a Java problem.  Any thoughts?
    Lee

  • Stack corrupted around CNiPointers

    Hi,
    I'm trying to convert a Measurement Studio project from 6.0 to 8.1.1 for Visual Studio 2005. It's a LabView callable DLL which uses UI components. When I run it in debug mode I get numerous Run-Time Check Failures saying that the stack is corrupted around local CNiPointers objects. I also get corruption of locals on the stack near calls to CNiGraph::GetAxes() and GetPlots(). One common thing among all the problem areas is the use of .Item() on objects of type CNiPointers, CNiAxes, and CNiPlots. In release mode I have also seen evidence of stack corruption in those areas.
    Is there a problem with those NI classes or do I have some project setting wrong?
    Thanks.
    Claus

    Hi, Jonathon,
    Thanks for the quick response. I am happy to give you more info, including tests I've done already, and to try your suggestions. Here are anwers to your points:
    - Yes, everything worked fine in 6.0. When it came time to upgrade, I first tried to build it under Visual Studio 2005 with the original Meas. Studio 6.0 headers and libs but it wanted to link the old MFC libs and could not find them. So I installed Meas. Studio 8.1.1 (I was afraid to install 8.1.2 from the December CD set because of "risk of bodily injury") and deleted the old headers and libs from the project. It recompiled and linked just fine.
    - Yes, the stack corruption breakpoints happened the first time I ran in debug mode. When I turned off the stack checker, I got some bogus failures warning of using uninitialized variables. I say "bogus" because when I step through the code, the variables are clearly initialized. I suspect that the unchecked stack corruption is confusing the variable checker. When I turned that off as well, the debug code worked correctly. However, the release build still failed. I added some tracing dumps to the release build and saw that a local variable called "bRet" was being clobbered by this unrelated line of code:
    m_graph.GetAxes().Item(1).SetMinMax(m_dXAxisMin, m_dXAxisMax);
    but only in release mode - the debug build did not change the value of bRet! I took that as more evidence of stack corruption.
    - Yes, the stack check breakpoints always occur in the three places I mentioned in the first post and the release mode failure always occurs as above (given the same app test conditions). Another interesting test result is that, if I turn on speed optimization, then the release build does not fail as above. Rather, it causes the LabView app to abruptly exit completely without any dialog or warning!
    - I will try to build and run a similar NI example. If that works fine, I'll try to strip down my project and demonstrate the failure.
    - The error says "Run-Time Check Failure #2 - Stack around the variable 'pointers' was corrupted." The local variable declaration is:
    CNiPointers pointers = m_sliderWnd.GetPointers();
    If I stick a "return;" just after that line, I get the same message but if I put "return;" just before that line, I get no error there!
    - I am calling the debug DLL from LabView. And the debug DLL is calling release builds of the Meas. Studio libraries. Is there any way to link in debug versions of these libs? It would be great to step through some of the NI code (at least the top, non-proprietary layers) like you can with MFC libraries.
    So I hope you can see why I suspect true stack corruption within the calls into those NI classes. Maybe I have some build setting wrong. This project was automatically converted by Visual Studio 2005 from the old one. I also tried creating a new Meas. Studio project and compared its settings with mine. I then changed some of my settings to match but to no avail. The only one I did not change was the "Struct Member Alignment". The new project used "8 Bytes" but mine requires "1 Byte" because it must parse LabView arrays and clusters.
    Thank you for your attention.
    Claus

  • Embedded Links that can't be deleted.

    I have several embedded links of an old image added onto my work, however several of the links could not be deleted and are invisible on the artwork. I can select them by using Go to Link but I cannot move them or delete them only resize it.
    How can I get rid of this as I don't want to risk it appearing when coming up for print?
    Thanks

    Turn off the preview to see where the images are. (You should see rectangles. You should also find them somewhere in the Layers stack)
    Check if anything is locked. (Object > Unlock All.)
    Check whether layers are locked, if so unlock them.
    Select the images (Links panel, click on link and then Go to Link button) and delete them.

  • Photoshop Crashes when I try to print

    Tried updating the whole CS6 suite, also uninstalled and reinstalled printer, and print drivers.
    Using Win 7 64
    Crash log
    Version=1
    EventType=APPCRASH
    EventTime=130099235437674630
    ReportType=2
    Consent=1
    UploadTime=130099235438504713
    ReportIdentifier=f760adf0-a083-11e2-a833-b8ac6f2384c2
    IntegratorReportIdentifier=f760adef-a083-11e2-a833-b8ac6f2384c2
    Response.BucketId=75256915
    Response.BucketTable=4
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=Photoshop.exe
    Sig[1].Name=Application Version
    Sig[1].Value=13.0.1.0
    Sig[2].Name=Application Timestamp
    Sig[2].Value=5022da9d
    Sig[3].Name=Fault Module Name
    Sig[3].Value=StackHash_ddb0
    Sig[4].Name=Fault Module Version
    Sig[4].Value=6.1.7601.17725
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4ec4aa8e
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000374
    Sig[7].Name=Exception Offset
    Sig[7].Value=00000000000c40f2
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=ddb0
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=ddb0447f040447be1d8f090b70850083
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=9df2
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=9df266df77195ba86f19de1061e15ce9
    UI[2]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    UI[3]=Adobe Photoshop CS6 has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.760 1.17825_none_2b253c8271ec7765\gdiplus.dll
    LoadedModule[5]=C:\Windows\system32\msvcrt.dll
    LoadedModule[6]=C:\Windows\system32\USER32.dll
    LoadedModule[7]=C:\Windows\system32\GDI32.dll
    LoadedModule[8]=C:\Windows\system32\LPK.dll
    LoadedModule[9]=C:\Windows\system32\USP10.dll
    LoadedModule[10]=C:\Windows\system32\ole32.dll
    LoadedModule[11]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[12]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ExtendScript.dll
    LoadedModule[13]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MSVCR100.dll
    LoadedModule[14]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ScCore.dll
    LoadedModule[15]=C:\Windows\system32\SHELL32.dll
    LoadedModule[16]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[17]=C:\Windows\system32\mscms.dll
    LoadedModule[18]=C:\Windows\system32\USERENV.dll
    LoadedModule[19]=C:\Windows\system32\profapi.dll
    LoadedModule[20]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MSVCP100.dll
    LoadedModule[21]=C:\Windows\system32\OPENGL32.dll
    LoadedModule[22]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[23]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[24]=C:\Windows\system32\GLU32.dll
    LoadedModule[25]=C:\Windows\system32\DDRAW.dll
    LoadedModule[26]=C:\Windows\system32\DCIMAN32.dll
    LoadedModule[27]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[28]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[29]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[30]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[31]=C:\Windows\system32\dwmapi.dll
    LoadedModule[32]=C:\Windows\system32\WS2_32.dll
    LoadedModule[33]=C:\Windows\system32\NSI.dll
    LoadedModule[34]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[35]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\cg.dll
    LoadedModule[36]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\cgGL.dll
    LoadedModule[37]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\adbeape.dll
    LoadedModule[38]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCR90.dll
    LoadedModule[39]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.616 1_none_08e61857a83bc251\MSVCP90.dll
    LoadedModule[40]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeOwl.dll
    LoadedModule[41]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ahclient.dll
    LoadedModule[42]=C:\Windows\system32\WININET.dll
    LoadedModule[43]=C:\Windows\system32\Normaliz.dll
    LoadedModule[44]=C:\Windows\system32\iertutil.dll
    LoadedModule[45]=C:\Windows\system32\urlmon.dll
    LoadedModule[46]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\amtlib.dll
    LoadedModule[47]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[48]=C:\Windows\system32\webio.dll
    LoadedModule[49]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[50]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[51]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AXEDOMCore.dll
    LoadedModule[52]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MPS.dll
    LoadedModule[53]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PlugPlug.dll
    LoadedModule[54]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\tbb.dll
    LoadedModule[55]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeLinguistic.dll
    LoadedModule[56]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[57]=C:\Windows\system32\IMM32.DLL
    LoadedModule[58]=C:\Windows\system32\MSCTF.dll
    LoadedModule[59]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\tbbmalloc.dll
    LoadedModule[60]=C:\Windows\system32\VERSION.dll
    LoadedModule[61]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
    LoadedModule[62]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[63]=C:\Windows\system32\uxtheme.dll
    LoadedModule[64]=C:\Windows\system32\STI.DLL
    LoadedModule[65]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[66]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[67]=C:\Windows\system32\rsaenh.dll
    LoadedModule[68]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[69]=C:\Windows\system32\wiatrace.dll
    LoadedModule[70]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.dll
    LoadedModule[71]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSViews.dll
    LoadedModule[72]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSArt.dll
    LoadedModule[73]=C:\Windows\system32\c_g18030.dll
    LoadedModule[74]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[75]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\FastCore.8BX
    LoadedModule[76]=C:\Windows\system32\apphelp.dll
    LoadedModule[77]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\MMXCore.8BX
    LoadedModule[78]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\libmmd.dll
    LoadedModule[79]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\MultiProcessor Support.8BX
    LoadedModule[80]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PLUGIN.dll
    LoadedModule[81]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\ADM\ADMPlugin.apl
    LoadedModule[82]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeXMP.dll
    LoadedModule[83]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\File Formats\Dicom.8BI
    LoadedModule[84]=C:\Windows\system32\WSOCK32.dll
    LoadedModule[85]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[86]=C:\Windows\system32\netutils.dll
    LoadedModule[87]=C:\Windows\system32\srvcli.dll
    LoadedModule[88]=C:\Windows\system32\wkscli.dll
    LoadedModule[89]=C:\Program Files\Common Files\Adobe\Plug-Ins\CS6\File Formats\Camera Raw.8bi
    LoadedModule[90]=C:\Windows\system32\wbem\wbemprox.dll
    LoadedModule[91]=C:\Windows\system32\wbemcomn.dll
    LoadedModule[92]=C:\Windows\system32\wbem\wbemsvc.dll
    LoadedModule[93]=C:\Windows\system32\wbem\fastprox.dll
    LoadedModule[94]=C:\Windows\system32\NTDSAPI.dll
    LoadedModule[95]=C:\Windows\system32\ntmarta.dll
    LoadedModule[96]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[97]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MediaCoreIF.DLL
    LoadedModule[98]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvacore.dll
    LoadedModule[99]=C:\Windows\system32\dbghelp.dll
    LoadedModule[100]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\boost_date_time.dll
    LoadedModule[101]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\boost_threads.dll
    LoadedModule[102]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvamediatypes.dll
    LoadedModule[103]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\boost_system.dll
    LoadedModule[104]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvatransport.dll
    LoadedModule[105]=C:\Windows\system32\MSWSOCK.dll
    LoadedModule[106]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvamarshal.dll
    LoadedModule[107]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dynamiclink.dll
    LoadedModule[108]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvaaudiodevice.dll
    LoadedModule[109]=C:\Windows\system32\WINMM.dll
    LoadedModule[110]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvaunittesting.dll
    LoadedModule[111]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\dvaplayer.dll
    LoadedModule[112]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[113]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\BIB.dll
    LoadedModule[114]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\BIBUtils.dll
    LoadedModule[115]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ACE.dll
    LoadedModule[116]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AGM.dll
    LoadedModule[117]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\CoolType.dll
    LoadedModule[118]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AXE8SharedExpat.dll
    LoadedModule[119]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobePIP.dll
    LoadedModule[120]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\LogSession.dll
    LoadedModule[121]=C:\Windows\System32\msxml6.dll
    LoadedModule[122]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\WRServices.dll
    LoadedModule[123]=C:\Program Files\Common Files\Adobe\Linguistics\6.0\Providers\Plugins2\AdobeHunspellPlugin\AdobeHunspellPlugin.dl l
    LoadedModule[124]=C:\Program Files\Common Files\Adobe\Linguistics\6.0\Providers\Plugins2\WRLiloPlugin1.3\WRLiloPlugin.dll
    LoadedModule[125]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\ScriptingSupport.8li
    LoadedModule[126]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ScriptUIFlex.dll
    LoadedModule[127]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\adobe_caps.dll
    LoadedModule[128]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[129]=C:\Windows\system32\WTSAPI32.dll
    LoadedModule[130]=C:\Windows\system32\WINSTA.dll
    LoadedModule[131]=C:\Windows\system32\EhStorShell.dll
    LoadedModule[132]=C:\Windows\system32\PROPSYS.dll
    LoadedModule[133]=C:\PROGRA~1\MICROS~1\Office14\GROOVEEX.DLL
    LoadedModule[134]=C:\Windows\WinSxS\amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.61 61_none_0a1fd3a3a768b895\ATL90.DLL
    LoadedModule[135]=C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
    LoadedModule[136]=C:\PROGRA~1\MICROS~1\Office14\1033\GrooveIntlResource.dll
    LoadedModule[137]=C:\Windows\System32\cscui.dll
    LoadedModule[138]=C:\Windows\System32\CSCDLL.dll
    LoadedModule[139]=C:\Windows\system32\CSCAPI.dll
    LoadedModule[140]=C:\Windows\system32\ntshrui.dll
    LoadedModule[141]=C:\Windows\system32\slc.dll
    LoadedModule[142]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapecore.dll
    LoadedModule[143]=C:\Windows\system32\SXS.DLL
    LoadedModule[144]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\aif_core.dll
    LoadedModule[145]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\aif_ogl.dll
    LoadedModule[146]=C:\Windows\system32\atig6pxx.dll
    LoadedModule[147]=C:\Windows\system32\atio6axx.dll
    LoadedModule[148]=C:\Windows\system32\atig6txx.dll
    LoadedModule[149]=C:\Windows\system32\aticfx64.dll
    LoadedModule[150]=C:\Windows\system32\atiadlxx.dll
    LoadedModule[151]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[152]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[153]=C:\Windows\system32\MSASN1.dll
    LoadedModule[154]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\data_flow.dll
    LoadedModule[155]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\image_runtime.dll
    LoadedModule[156]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\image_flow.dll
    LoadedModule[157]=C:\Windows\system32\icm32.dll
    LoadedModule[158]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapeengine.dll
    LoadedModule[159]=C:\Windows\system32\OLEACC.dll
    LoadedModule[160]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[161]=C:\Windows\system32\msi.dll
    LoadedModule[162]=C:\Windows\system32\DSOUND.dll
    LoadedModule[163]=C:\Windows\system32\POWRPROF.dll
    LoadedModule[164]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[165]=C:\Windows\system32\mlang.dll
    LoadedModule[166]=C:\Windows\system32\Secur32.dll
    LoadedModule[167]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[168]=C:\Windows\system32\credssp.dll
    LoadedModule[169]=C:\Windows\system32\schannel.DLL
    LoadedModule[170]=C:\Windows\system32\MMDevAPI.DLL
    LoadedModule[171]=C:\Windows\system32\wdmaud.drv
    LoadedModule[172]=C:\Windows\system32\ksuser.dll
    LoadedModule[173]=C:\Windows\system32\AVRT.dll
    LoadedModule[174]=C:\Windows\system32\AUDIOSES.DLL
    LoadedModule[175]=C:\Windows\system32\msacm32.drv
    LoadedModule[176]=C:\Windows\system32\MSACM32.dll
    LoadedModule[177]=C:\Windows\system32\midimap.dll
    LoadedModule[178]=C:\Windows\System32\wship6.dll
    LoadedModule[179]=C:\Program Files (x86)\Common Files\Adobe\CS6ServiceManager\lib\ServiceManager-Launcher_x64.dll
    LoadedModule[180]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\updaternotifications.dll
    LoadedModule[181]=C:\Windows\system32\taskschd.dll
    LoadedModule[182]=C:\Windows\system32\spool\DRIVERS\x64\3\KMUC53AP.DLL
    LoadedModule[183]=C:\Windows\system32\spool\DRIVERS\x64\3\KMUU53AP.DLL
    LoadedModule[184]=C:\Windows\system32\ClusApi.dll
    LoadedModule[185]=C:\Windows\system32\cryptdll.dll
    LoadedModule[186]=C:\Windows\system32\spool\drivers\x64\3\KMFs53AP.dll
    LoadedModule[187]=C:\Windows\system32\spool\drivers\x64\3\KMPE53AP.dll
    LoadedModule[188]=C:\Windows\system32\spool\drivers\x64\3\KMPF53AP.dll
    LoadedModule[189]=C:\Windows\system32\spool\drivers\x64\3\KMPO53AP.dll
    LoadedModule[190]=C:\Windows\system32\spool\drivers\x64\3\KMWM53AP.dll
    LoadedModule[191]=C:\Windows\system32\spool\drivers\x64\3\KM5C53AP.dll
    LoadedModule[192]=C:\Windows\system32\spool\drivers\x64\3\KMPS53AP.dll
    LoadedModule[193]=C:\Windows\system32\spool\drivers\x64\3\KMXL53AP.dll
    LoadedModule[194]=C:\Windows\system32\spool\drivers\x64\3\KMRF53AP.dll
    LoadedModule[195]=C:\Windows\system32\spool\DRIVERS\x64\3\PSCRIPT5.DLL
    LoadedModule[196]=C:\Windows\system32\spool\DRIVERS\x64\3\PS5UI.DLL
    LoadedModule[197]=C:\Windows\system32\prntvpt.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe Photoshop CS6
    AppPath=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    Any help would be greatly appreciated.

    From that it appears that your printer driver corrupted the stack, and the OS stack checking caught it.
    Check with your printer manufacturer for updated drivers.

  • Error in saving Web Templates

    I am currently seeing a problem in creating new Web Templates in Web Application Designer in SMD. The error occurs when a Web Template is newly created or when an existing Template is modified but clicking the OK button in the error dialog screen allows you to proceed with saving the template.
    Message Class      Message Number   Description
    RSBOLAP               014                     Transformer exception while transforming
                                                             BEx Web Templates
    RSWADMDERR1     090                     Java-Stack check found incorrectly
                                                             formatted templates
    Is there any known corrections/ implications in regards to this error? Thank you.

    Check and make sure BI and Portal connection is configured. Use note 917950 for  checking this.
    Also make sure you have the latest WAD SP level (Sp 12)

  • IDOC to File Scenario. Acknowledgement help required

    Hi All,
    I have made a IDOC to file scenario  (IDOC has business system and file has business service) which is working fine.
    But In sxmb_moni of XI it says Acknowledgement not possible.
    "<SAP:Stack>Unable to convert the sender service File_Receiver_BusService to an ALE logical system</SAP:Stack>"
    Please explain me and send be blogs to send Acknowledgement back to R/3.
    Regards

    Hello Rick,
    "<SAP:Stack>Unable to convert the sender service File_Receiver_BusService to an ALE logical system</SAP:Stack>"
    Check the Logical system name in SLD and in ID's Service->AdapterSpecific Identifies matches are not, go through the following link for step by step prcedure.
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    https://wiki.sdn.sap.com/wiki/display/XI/Unable%20to%20convert%20Sender%20system%20to%20ALE%20logical%20system
    Check this for providing Acknowledgments.
    https://wiki.sdn.sap.com/wiki/display/ABAP/HandlingIdocAcknowledgements
    Regards,
    Prasanna

  • Basic SSO question

    I'm a little puzzled by the "Basic SSO" option (ie: <SSOVendor value="50"/>) .. the admin guide mentions that "...the Portal Server can derive authentication information from the remote authenticationsource or LDAP configuration source.."
    what does this mean in practice? does it mean that the portal can pull in password info from AD and make credentials available to portlets so we get the best of both worlds - credentials passed to portlets and the user not having to specifically login (or is this just wishful thinking??) .. if so, how would this be set up?
    thanks in advance
    Simon

    Yes ..It is possible but with lot of constaints
    With regard to your dual-stack, when installed, if they share the same SID (Java and ABAP were installed as a combined system), I am pretty sure that you cannot break this away from ABAP authentication
    check below thread for constraints in implementation
    SPNego authentication mode on WAS with ABAP stack
    check these for more information
    Spnego for ABAP WAS
    Configuring and troubleshooting SPNego -- Part 1
    Configuring and troubleshooting SPNego -- Part 3 troubleshooting
    check below blogs for configuring and troubleshooting
    Configuring and troubleshooting SPNego -- Part 1
    Configuring and troubleshooting SPNego -- Part 3 troubleshooting
    Points are welcome if it is helpful
    Koti Reddy

  • IDOC Scenerio

    hi
      i am working on idoc to idoc scenerio... i configured everything in R/3 system...the IDoc is successfully send to Xi system...
    in XI system, i checked in IDX5 tx... its showing the Inbound IDoc is received in XI system...but if i go to SXMB_MONI tx... the message is with error..
    the flag set is error flag and ACK.Status - ACK contains system error...
    if i go to detail view of message... the error is ..
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_NUMBER</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Check the interval '01' of number range object 'EDIDOC'</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    wat is the solution to rectify this error????????//
    wat is the use of IDX5 tx????????????
    urgent plz reply quickly..

    Hello,
    1)
    if your IDoc (inbound and outbound) is the same you don't need a mapping in your scenario. In this case try without mapping.
    2)
    check your receiver determination in sxi_cache
    3)
    have a look at this thread:
    error in processing the idoc
    Regards
    Patrick

  • Ora-0600

    Hi,
    We are getting this error in Oracle DB after upgrading 10.2.0.1 to 10.2.0.4
    windows 2003 server.
    Redo thread mounted by this instance: 1
    Oracle process number: 30
    Windows thread id: 9764, image: ORACLE.EXE (SHAD)
    *** 2010-02-12 15:51:00.943
    *** ACTION NAME:(P_STDDTM ()) 2010-02-12 15:51:00.897
    *** MODULE NAME:(ATLAS_DTM.P_STDDTM ()) 2010-02-12 15:51:00.897
    *** SERVICE NAME:(ATLAS155.celgene.com) 2010-02-12 15:51:00.897
    *** SESSION ID:(159.2534) 2010-02-12 15:51:00.897
    ********** Internal heap ERROR 17114 addr=121130A8 *********
    ***** Dump of memory around addr 121130A8:
    121120A0 120F8EEC 120F8F08 [........]
    121120B0 120F8F24 120F8F40 120F8F5C 120F8F78 [$...@...\...x...]
    121120C0 72460668 68636E65 4602FFFF 120F8E28 [h.French...F(...]
    121120D0 120F8E44 120F8E60 120F8E7C 120F8E98 [D...`...|.......]
    121120E0 120F8EB4 0000004D 00534557 120F8D80 [....M...WES.....]
    121120F0 120F8D9C 120F8DB8 120F8DD4 120F8DF0 [................]
    12112100 120F8E0C 0000004D 00534557 120F8CD8 [....M...WES.....]
    12112110 120F8CF4 120F8D10 120F8D2C 120F8D48 [........,...H...]
    12112120 120F8D64 0000004D 00534557 120F8BF8 [d...M...WES.....]
    12112130 120F8C14 120F8C30 120F8C4C 120F8C68 [....0...L...h...]
    12112140 120F8C84 120F8CA0 120F8CBC 0000004D [............M...]
    12112150 00534557 120F8B6C 120F8B88 120F8BA4 [WES.l...........]
    12112160 120F8BC0 120F8BDC 00000000 00000000 [................]
    12112170 120F8AE0 120F8AFC 120F8B18 120F8B34 [............4...]
    12112180 120F8B50 0000004D 00534557 120F8A54 [P...M...WES.T...]
    12112190 120F8A70 120F8A8C 120F8AA8 120F8AC4 [p...............]
    121121A0 00000000 00000000 00070002 121121D8 [.............!..]
    121121B0 00060002 00000000 00000000 00000000 [................]
    121121C0 00000000 00000000 00000000 00000000 [................]
    121121D0 41000000 00000000 30304905 00000038 [...A.....I008...]
    121121E0 00000000 00060002 12112214 00050002 [........."......]
    121121F0 00000000 00000000 00000000 00000000 [................]
    12112200 00000000 00000000 00000000 21000000 [...............!]
    12112210 00000000 30304904 00000038 00000000 [.....I008.......]
    12112220 00000000 00000000 00000000 00000000 [................]

    Hi,
    Thanks for reply.
    alert.log
    Fri Feb 12 15:51:34 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x121130A8], [], [], [], [], [], []
    Fri Feb 12 15:52:04 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x121130A8], [], [], [], [], [], []
    Fri Feb 12 15:52:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x120E71BC], [], [], [], [], [], []
    Fri Feb 12 15:53:10 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x120E71BC], [], [], [], [], [], []
    Fri Feb 12 15:53:25 2010
    Thread 1 advanced to log sequence 52017 (LGWR switch)
    Current log# 2 seq# 52017 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO02.LOG
    Fri Feb 12 15:53:43 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x120E71BC], [], [], [], [], [], []
    Fri Feb 12 15:54:16 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x120E71BC], [], [], [], [], [], []
    Fri Feb 12 15:54:48 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x120E71BC], [], [], [], [], [], []
    Fri Feb 12 15:54:57 2010
    Thread 1 advanced to log sequence 52018 (LGWR switch)
    Current log# 3 seq# 52018 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Fri Feb 12 15:55:19 2010
    Errors in file d:\oracle\product\10.2.0\admin\atlas155\udump\atlas155_ora_9764.trc:
    ORA-00600: internal error code, arguments: [17114], [0x120E71BC], [], [], [], [], [], []
    Fri Feb 12 19:16:33 2010
    Thread 1 advanced to log sequence 52019 (LGWR switch)
    Current log# 1 seq# 52019 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO01.LOG
    Fri Feb 12 19:34:06 2010
    Thread 1 advanced to log sequence 52020 (LGWR switch)
    Current log# 2 seq# 52020 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO02.LOG
    Fri Feb 12 19:34:08 2010
    Thread 1 advanced to log sequence 52021 (LGWR switch)
    Current log# 3 seq# 52021 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Thread 1 cannot allocate new log, sequence 52022
    Checkpoint not complete
    Current log# 3 seq# 52021 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Fri Feb 12 19:34:11 2010
    Thread 1 advanced to log sequence 52022 (LGWR switch)
    Current log# 1 seq# 52022 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO01.LOG
    Fri Feb 12 19:34:13 2010
    Thread 1 advanced to log sequence 52023 (LGWR switch)
    Current log# 2 seq# 52023 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO02.LOG
    Thread 1 cannot allocate new log, sequence 52024
    Checkpoint not complete
    Current log# 2 seq# 52023 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO02.LOG
    Fri Feb 12 19:34:15 2010
    Thread 1 advanced to log sequence 52024 (LGWR switch)
    Current log# 3 seq# 52024 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Thread 1 cannot allocate new log, sequence 52025
    Checkpoint not complete
    Current log# 3 seq# 52024 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Fri Feb 12 19:34:17 2010
    Thread 1 advanced to log sequence 52025 (LGWR switch)
    Current log# 1 seq# 52025 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO01.LOG
    Thread 1 cannot allocate new log, sequence 52026
    Checkpoint not complete
    Current log# 1 seq# 52025 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO01.LOG
    Fri Feb 12 19:34:22 2010
    Thread 1 advanced to log sequence 52026 (LGWR switch)
    Current log# 2 seq# 52026 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO02.LOG
    Fri Feb 12 19:34:24 2010
    Thread 1 advanced to log sequence 52027 (LGWR switch)
    Current log# 3 seq# 52027 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Thread 1 cannot allocate new log, sequence 52028
    Checkpoint not complete
    Current log# 3 seq# 52027 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO03.LOG
    Fri Feb 12 19:34:29 2010
    Thread 1 advanced to log sequence 52028 (LGWR switch)
    Current log# 1 seq# 52028 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ATLAS155\REDO01.LOG
    Thread 1 cannot allocate new log, sequence 52029
    Checkpoint not complete
    Trace file
    Redo thread mounted by this instance: 1
    Oracle process number: 30
    Windows thread id: 9764, image: ORACLE.EXE (SHAD)
    *** 2010-02-12 15:51:00.943
    *** ACTION NAME:(P_STDDTM ()) 2010-02-12 15:51:00.897
    *** MODULE NAME:(ATLAS_DTM.P_STDDTM ()) 2010-02-12 15:51:00.897
    *** SERVICE NAME:(ATLAS155.celgene.com) 2010-02-12 15:51:00.897
    *** SESSION ID:(159.2534) 2010-02-12 15:51:00.897
    ********** Internal heap ERROR 17114 addr=121130A8 *********
    ***** Dump of memory around addr 121130A8:
    121120A0 120F8EEC 120F8F08 [........]
    121120B0 120F8F24 120F8F40 120F8F5C 120F8F78 [$...@...\...x...]
    121120C0 72460668 68636E65 4602FFFF 120F8E28 [h.French...F(...]
    121120D0 120F8E44 120F8E60 120F8E7C 120F8E98 [D...`...|.......]
    121120E0 120F8EB4 0000004D 00534557 120F8D80 [....M...WES.....]
    121120F0 120F8D9C 120F8DB8 120F8DD4 120F8DF0 [................]
    12112100 120F8E0C 0000004D 00534557 120F8CD8 [....M...WES.....]
    12112110 120F8CF4 120F8D10 120F8D2C 120F8D48 [........,...H...]
    12112120 120F8D64 0000004D 00534557 120F8BF8 [d...M...WES.....]
    12112130 120F8C14 120F8C30 120F8C4C 120F8C68 [....0...L...h...]
    12112140 120F8C84 120F8CA0 120F8CBC 0000004D [............M...]
    12112150 00534557 120F8B6C 120F8B88 120F8BA4 [WES.l...........]
    12112160 120F8BC0 120F8BDC 00000000 00000000 [................]
    12112170 120F8AE0 120F8AFC 120F8B18 120F8B34 [............4...]
    12112180 120F8B50 0000004D 00534557 120F8A54 [P...M...WES.T...]
    12112190 120F8A70 120F8A8C 120F8AA8 120F8AC4 [p...............]
    121121A0 00000000 00000000 00070002 121121D8 [.............!..]
    121121B0 00060002 00000000 00000000 00000000 [................]
    121121C0 00000000 00000000 00000000 00000000 [................]
    121121D0 41000000 00000000 30304905 00000038 [...A.....I008...]
    121121E0 00000000 00060002 12112214 00050002 [........."......]
    121121F0 00000000 00000000 00000000 00000000 [................]
    12112200 00000000 00000000 00000000 21000000 [...............!]
    12112210 00000000 30304904 00000038 00000000 [.....I008.......]
    12112220 00000000 00000000 00000000 00000000 [................]
    Repeat 150 times
    12112B90 00000000 00000000 00000000 120F89C8 [................]
    12112BA0 120F89E4 120F8A00 120F8A1C 120F8A38 [............8...]
    12112BB0 00000000 0000004D 00534557 120F8920 [....M...WES. ...]
    12112BC0 120F893C 120F8958 120F8974 120F8990 [<...X...t.......]
    12112BD0 0000004D 00534557 120F8878 120F8894 [M...WES.x.......]
    12112BE0 120F88B0 120F88CC 120F88E8 120F8904 [................]
    12112BF0 0000004D 00534557 120F87EC 120F8808 [M...WES.........]
    12112C00 120F8824 120F8840 120F885C 0000004D [$...@...\...M...]
    12112C10 00534557 00100003 12112C50 0F0A0003 [WES.....P,......]
    12112C20 00000000 00000000 00000000 00000000 [................]
    12112C30 00000000 00000000 00000000 01000000 [................]
    12112C40 00000084 00000000 00000000 00000000 [................]
    12112C50 444F4309 41425F45 57044553 00005345 [.CODE_BASE.WES..]
    12112C60 00000000 00000000 00000000 00000000 [................]
    Repeat 5 times
    12112CC0 000F0003 12112CFC 0E0A0003 00000000 [.....,..........]
    12112CD0 00000000 00000000 00000000 00000000 [................]
    12112CE0 00000000 00000000 01000000 00000044 [............D...]
    12112CF0 00000000 00000000 00000000 444F4309 [.............COD]
    12112D00 41425F45 57034553 00005345 00000000 [E_BASE.WES......]
    12112D10 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    12112D40 00000000 0EDBFF5C 0C879F24 00000000 [....\...$.......]
    12112D50 0EDBF020 00000003 0EDBF02C 01DEBA3C [ .......,...<...]
    12112D60 0EDBF010 00000115 00010000 120F85F4 [................]
    12112D70 120F8610 120F862C 120F8648 120F8664 [....,...H...d...]
    12112D80 120F8680 120F869C 120F86B8 120F86D4 [................]
    12112D90 120F86F0 120F870C 120F8728 120F8744 [........(...D...]
    12112DA0 120F8760 120F877C 120F8798 120F87B4 [`...|...........]
    12112DB0 120F87D0 1211E152 00534557 01400152 [....R...WES.R.@.]
    12112DC0 00534557 0000CA52 00534557 00001F52 [WES.R...WES.R...]
    12112DD0 00534557 00000052 12534557 00000052 [WES.R...WES.R...]
    12112DE0 00534557 00000052 00534557 FFFF0052 [WES.R...WES.R...]
    12112DF0 00534557 FFFFFF52 00534557 FF4D4453 [WES.R...WES.SDM.]
    12112E00 12117A52 12534557 004D4453 00000052 [Rz..WES.SDM.R...]
    12112E10 12534557 004D4453 12111252 12534557 [WES.SDM.R...WES.]
    12112E20 12111252 00534557 00000052 12534557 [R...WES.R...WES.]
    12112E30 00000052 00534557 00050052 00534557 [R...WES.R...WES.]
    12112E40 00000052 00534557 00000052 00534557 [R...WES.R...WES.]
    Repeat 1 times
    12112E60 00000052 00534557 601144C3 00000000 [R...WES..D.`....]
    12112E70 00000000 00000000 00000000 00000000 [................]
    12112E80 551944C3 00000000 00000000 00000000 [.D.U............]
    12112E90 00000000 00000000 601144C3 00000000 [.........D.`....]
    12112EA0 00000000 00000000 00000000 00000000 [................]
    12112EB0 60114480 00000000 00000000 00000000 [.D.`............]
    12112EC0 00000000 00000000 60114480 00000003 [.........D.`....]
    12112ED0 00000000 00000000 00000000 00000000 [................]
    12112EE0 551944C3 00000000 00000000 00000000 [.D.U............]
    12112EF0 00000000 00000000 010147C5 00000000 [.........G......]
    12112F00 12117A50 00000000 00000000 00000000 [Pz..............]
    12112F10 01011F80 00000000 00000000 00000000 [................]
    12112F20 00000000 00000000 001F47C5 00000000 [.........G......]
    12112F30 00000000 00000000 00000000 00000000 [................]
    12112F40 130747C5 00005A31 00000000 00000000 [.G..1Z..........]
    12112F50 00000000 00000000 130747C5 00005A31 [.........G..1Z..]
    12112F60 00000000 00000000 00000000 00000000 [................]
    12112F70 64A9C34D 736F6369 6F736F63 00736F73 [M..dicoscososos.]
    12112F80 00000000 00000000 00000000 00000000 [................]
    12112F90 64A9C34D 736F6369 6F736F63 00736F73 [M..dicoscososos.]
    12112FA0 00000000 00000000 00000000 00000000 [................]
    12112FB0 20444442 61707345 00656E67 00000000 [BDD Espagne.....]
    12112FC0 00000000 00000000 00000000 00000000 [................]
    12112FD0 20444442 61707345 00656E67 00000000 [BDD Espagne.....]
    12112FE0 00000000 00000000 00000000 00000000 [................]
    12112FF0 6E617053 00687369 00000000 00000000 [Spanish.........]
    12113000 00000000 00000000 00000000 00000000 [................]
    12113010 6E617053 00687369 00000000 00000000 [Spanish.........]
    12113020 00000000 00000000 00000000 00000000 [................]
    12113030 00414333 00000000 00000000 2E64654D [3CA.........Med.]
    12113040 6D614620 61696C69 20792072 756D6F43 [ Familiar y Comu]
    12113050 6174696E 6F616972 69646570 2E64654D [nitariaopediMed.]
    12113060 6D614620 61696C69 20792072 756D6F43 [ Familiar y Comu]
    12113070 6174696E 6F616972 69646570 00412F4E [nitariaopediN/A.]
    12113080 00000000 00000000 6E412F4E 502D6F74 [........N/Anto-P]
    12113090 61696465 61697274 61746176 6972616C [ediatriavatalari]
    121130A0 6F6C736F 69616967 00006163 12112090 [oslogiaica... ..]
    121130B0 03480C64 1211209C 0B19BA4C 121130C0 [d.H.. ..L....0..]
    121130C0 00000011 00000000 00000000 12113128 [............(1..]
    121130D0 120F6184 00000006 01403BCB 000100B6 [.a.......;@.....]
    121130E0 0000CB15 00030008 00001FE8 00000000 [................]
    121130F0 00000000 00000000 121120CC 00000000 [......... ......]
    12113100 01FF0001 AD1E70F0 00000000 00000000 [.....p..........]
    12113110 00000001 00000000 00000000 00000000 [................]
    12113120 00000000 00000000 00020002 00000000 [................]
    12113130 00000000 00000006 014324D8 000100B6 [.........$C.....]
    12113140 0000CB15 00030008 00001FE8 00000000 [................]
    12113150 00000001 00000001 120F6184 00000000 [.........a......]
    12113160 AEAF8014 00100003 00000000 01355A20 [............ Z5.]
    12113170 0F397BD4 00000000 00000000 00000000 [.{9.............]
    12113180 01356308 121130D0 00000000 00000000 [.c5..0..........]
    12113190 00000000 00000000 FFFFFFFF 0000FFFF [................]
    121131A0 00000241 00000000 00000005 001A5F91 [A............_..]
    121131B0 00000000 00000000 00000000 00000000 [................]
    121131C0 00000000 00000000 AEAF8064 00000000 [........d.......]
    121131D0 014324D8 00000000 00000000 0000FFFF [.$C.............]
    121131E0 00000006 01403BCB 000100B6 0000CB15 [.....;@.........]
    121131F0 00030008 00001FE8 00000000 121130D0 [.............0..]
    12113200 00000000 00000000 00080000 00000000 [................]
    And
    internal error ORA-600 seen on the error stack
    process appears to be having problems repeatedly, committing suicide
    *** 2010-02-12 15:55:19.306 slcra: exiting current thread, dumping call stack:
    check trace file d:\oracle\product\10.2.0\db_1\rdbms\trace\atlas155_ora_0.trc for preloading .sym file messages
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    sstsktcra+35        CALLrel  ksedst1+0 0 0 337C24C F394974 F394974
    50
    _slcra+12            CALLreg  00000000            
    ksedmp+2638         CALLrel  slcra+0
    ksfdmp+14           CALLrel  ksedmp+0 3
    _kgeriv+146          CALLreg  00000000             CFE8330 3
    kgesiv+85           CALLrel  kgeriv+0 CFE8330 DCE215C 42DA 1
    F394B04
    kgesic1+18          CALLrel  kgesiv+0 CFE8330 DCE215C 42DA 1
    F394B04
    kgherror+241        CALLrel  kgesic1+0 CFE8330 DCE215C 42DA 2
    120E71BC CFE8330 B1980F8
    120E71BC CFE8330 43A36C0 42DA
    120E71BC
    __VInfreq__kghfremp CALLrel _kgherror+0          CFE8330 B1980F8 42DA 120E71BC
    ty+193
    kghrcappl+53        CALLrel  kghrcdepth+0 CFE8330 B1980F8 3FB7680 0
    kghfremptyex+62 CALLrel _kghrcappl+0         CFE8330 B1980F8 3FB7680 0
    qesmmIPgaFreeCb+32  CALLrel  kghfrempty_ex+0 CFE8330 B1980F8 0
    7
    ksudispatch_tac+6 CALLreg 00000000 DC9A078 CFF8DC4
    13
    qerltRop+175        CALLrel  ksu_dispatch_tac+0
    _qerhjLeftNullExten  CALLptr  00000000             AD1F22C8 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3976AC 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F3976AC 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3975D0 7FFF
    nProbeHashTable+131 d+0
    _qerhjWalkHashBucke  CALLptr  00000000             F3975D0 7FFF
    t+265
    __VInfreq___PGOSF35 CALLrel _qerhjWalkHashBucke  F3974F4 8A17E58 7FFF
    7__qerhjGenProbeHas t+0
    hTable+86
    _qerhjLeftNullExten  CALLptr  00000000             F3974F4 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F397418 7FFF
    nProbeHashTable+131 d+0
    __PGOSF357__qerhjGe CALLptr 00000000 F397418 7FFF
    nProbeHashTable+563
    _qerhjLeftNullExten  CALLptr  00000000             F39733C 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F397260 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F397260 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F397184 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F397184 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3970A8 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F3970A8 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396FCC 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396FCC 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396EF0 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396EF0 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396E14 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396E14 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396D38 7FFF
    nProbeHashTable+131 d+0
    _qerhjWalkHashBucke  CALLptr  00000000             F396D38 7FFF
    t+265
    __VInfreq___PGOSF35 CALLrel _qerhjWalkHashBucke  F396C5C 8A170D8 7FFF
    7__qerhjGenProbeHas t+0
    hTable+86
    _qerhjWalkHashBucke  CALLptr  00000000             F396C5C 7FFF
    t+265
    __VInfreq___PGOSF35 CALLrel _qerhjWalkHashBucke  F396B80 12084190 7FFF
    7__qerhjGenProbeHas t+0
    hTable+86
    _qerhjLeftNullExten  CALLptr  00000000             F396B80 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396AA4 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396AA4 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3969C8 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F3969C8 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3968EC 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F3968EC 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396810 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396810 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396734 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396734 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F396658 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F396658 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F39657C 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F39657C 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3964A0 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F3964A0 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3963C4 7FFF
    nProbeHashTable+131 d+0
    _qerhjLeftNullExten  CALLptr  00000000             F3963C4 7FFF
    d+136
    __PGOSF357__qerhjGe CALLrel _qerhjLeftNullExten  F3962E8 7FFF
    nProbeHashTable+131 d+0
    _kdstf0100101km+244  CALLreg  00000000            
    kdsttgr+946         CALLrel  kdstf0100101km+0
    qertbFetch+698      CALLrel  kdsttgr+0 9923608 0 AD1FC5C8 99235A0
    AD1FC610 18E352C F3962E8 7FFF
    _rwsfcd+95           CALL???  00000000             120832E0 F3962DC 18E2B64
    CEF0BA8
    _qerhjFetch+478      CALL???  00000000            
    _rwsfcd+95           CALL???  00000000             AD1FC240 18E352C F3963C4 7FFF
    _qerhjFetch+478      CALL???  00000000            
    _rwsfcd+95           CALL???  00000000             AD1FBF34 18E352C F3964A0 7FFF
    _qerhjFetch+478      CALL???  00000000            
    _rwsfcd+95           CALL???  00000000             AD1FBBF8 18E352C F39657C 7FFF
    _qerhjFetch+478      CALL???  00000000            
    please any one reply that

  • Problem with a data set: DIAdem crashes

    Hi,
    I've got a problem with a data set. When I want to zoom in DIAdem-View, DIAdem crashes with the following message (translated from German ;-):
    error type: FLOAT INEXACT RESULT or FLOAT INVALID OPERATION or FLOAT STACK CHECK
    error address: 00016CB8
    module name: gfsview.DLL
    I've got some similar data set not showing such problems. Further on I scanned the data a bit, but in the 59000 points I didn't see anything special. I did try to delete "NOVALUE"s as well, but after that there still exist "NOVALUE"s.
    Does anyone have an idea what to look for?
    Thanks,
    Carsten

    Carsten,
    Could you please upload you Citadel database to the following FTP site:
    ftp.ni.com/incoming
    If you want to compress (ZIP) and/or put a password on the data, that's fine. Please send me a private email at [email protected] (with the file name and password if you put one on the file) once you have uploaded the file and I will check it out.
    Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Master data extraction BW 7.0

    In Master data extraction of 0PERSON_ATTR one record in the PSA is getting duplicated inside Error Stack as many times as we run the PSA dataload.Because of this Error mssg is displayed as Dates overlapped.

    Hi,
       In error stack check, which records are getting duplicated and whether the same date is avialable in both the record ( since message is overlapping dates). if it is you can check with psa and manually correct the records in error stack.
       create a error DTP( you will find this option in existing DTP). and schdule this to load the corrected records from Error stack.
    rgrds,
    v.sen.

  • How to know which SPS a system has?

    Hi,
    Because Support Package Stack (SPS) is a sum of Kernel + ABAP patches + Java patches, so how can I know which Support Package Stack (SPS) a system currently has?
    Thanks,

    Hi Toan,
                   There are diffenent way's to find out which stack are you now? but it's depent's on the SAP release too. If you are using NW04 or NW04s and using EP you can check it from http://<host name>:50xxx/index.htm  then go to system admin there you find all the information.
      If you want to get it from ABAP stack, check SAP_APPL patch no, It is the SP stack no. Yo can get good doc at the following link.
    http://service.sap.com/sp-stacks
    Regards,
    Hari.

Maybe you are looking for