Attaching menu by data base lookup

hi
In the properties of a form we can attach a menu
module to the form by specifing the mmx filename (mentioning the directory
where menus mmx module is located ) it's fine but i have to attach the menu
module thru database. on forms 6i docs it was mentioned that a menu module can
be querried by two methods. ie direct reference by mentioning the mmx files
name and also by database lookup.
i thought that the default&smartbar menu might be stored on databse ?
i had executed frm60bld.sql,frm60grt.sql and
frm60sec.sql on D:\DEV6I\TOOLS\DBTAB60\FORMS60 successfully
even after i am getting following error
frm - 10249 indicating no authorisation to run
application %s
i am running the application from a user with connect,dba,resource
privilages.
please tell me the correct way to use menu in the
database and hence avoid setting the
menu module path .
sincerely
rajesh

All the menu in the databse option does is store a path to an MMX file - you still need the MMX on Disk somewhere - I'd recommend that you use the filesystem and just use the FORMS60_PATH to point at the locations of the Menu files.
Default&Smartbar is build into the forms code itself - it's not in the database.
The ability to reference menus from the DB has been removed in 9i.

Similar Messages

  • Attach document from Data Base Table Document in email attachment Option

    HI Friends,
    i have create an email option in my application .i have a table CRM_DOC_FILE.this table have collection of all document file.
    i want to send an email with attchment but i want to attch file from my table Named CRM_DOC_FILE ,so i have created an report region with list of all documents .i want jus a button in last column in this report when i click on this button then corresponding document should be attch ,i want to attch more then one document .
    How can i attch a button in last column in report where i would be click on this button to attch documents.
    How can i attch documents click on Attch button.
    how can i do this.
    i have ctreated a Dummy Application
    Workspace: SKILLS IMPROVE
    User: [email protected]
    Password :desomu
    Application: 42370
    page No 4 For Sending email .
    Thanks
    Edited by: 805629 on Nov 28, 2010 11:36 PM

    PLEASE DO NOT POST THE SAME QUESTION MULTIPLE TIMES.... Please see the OTHER version of this question for a possible solution. Please close one of these questions, so others do NOT waste their time answering multiple versions of your questions..
    Thank you,
    Tony Miller
    Webster, TX

  • Importing music, artwork and data base from external hard drive

    I purchased a MacBook to use primarily as a music server. I have an external hard drive with over 300GB of music files ripped from CDs in Apple Lossless with a computer using Windows XP. I also have another external hard drive formatted for the Mac. My goal is to attach both drives to the MacBook via USB and transfer the music files, album art, and iTunes data base from the Windows system hard drive to the new Mac formatted hard drive. Then I am going to reformat the Windows system hard drive to the Mac format and use it as a back up for the other hard drive. Has anyone ever done something similar? If so, I would appreciate some guidance. If possible, I want to do the above so that the file names and artwork from the Windows itunes system do not get changed or left out when making the transfer to the Mac system. All music files will still be in ALAC. Thanks to all for your help.

    Lots of programs out there from which to choose. In the meantime, don't access the drive.
       18 Free Data Recovery Software Tools
    -Jerry

  • SAP R/3 and JAVA based data base

    hi,
    I have two data base one is SAp r/3 and another is JAVA based.
    i need to link one table from Sap r/3 and one from JAVA based data base.
    using crystal reports how can i do this????
    thanks

    hi,
    in Crystal reports go to data base expert in the pop up link JAVA based data base using JDBC and connect SAp r/3 using SAP.
    You will be able to get SAp menue only if you are using crystal reports version 2008 or version 12.
    Once the connection is established select the tables you require and rest remains same.
    Thanks.

  • How to read a byte data from maxdb data base

    Dear All,
    I have a issue in reading the data from database table.
    I have a column named as templateData which contains the byte data (biometric template data, which comes from fingerprint device) which is DataType of LONG and CODE of BYTE.
    I am not using the below to get the template data
    Connection con = null;
      Statement stmt = null;
      ResultSet resultSet = null;
    byte[] DbBioData = new byte[1024];
    InitialContext ctx = new InitialContext();
       if(ctx == null)
         throw new Exception("Boom - No Context");
       DataSource ds = (DataSource)ctx.lookup(db_drvstr);
       con = ds.getConnection();
       stmt = con.createStatement();
       resultSet  = stmt.executeQuery(db_query + " where SUBJECT_ID='"+ username +"'");
       if(resultSet.next())
        DbBioData = resultSet.getBytes(1);
        _loc.infoT("verify", "verify::Got BioData From MAXDB" +DbBioData );
        loc.infoT("verify", "verify::Query is: " +dbquery + " where SUBJECT_ID='"+ username +"'" );
    But I am not getting the proper data, could anyone please tell me the way to read the biometric data from data base table.

    Hi Kishore,
    is it me or is there no query definition in that code?
    I see that you concatenate a "db_query" with a string to make up a WHERE clause, but the db_query is nowhere defined before.
    So at least you should provide something like
    stmt = con.createStatement("SELECT templateDate FROM <tablename> ");
    before you do anything with the query.
    Besides this: have you ever heard of SQL injections? Try to use BIND-variables instead of concatenating strings. Otherwise your application will spend much time just with parsing your queries...
    Hmm... possibly the best thing you could do about this is to read the JAVA manual for MaxDB:
    <a href="http://maxdb.sap.com/currentdoc/ef/2de883d47a3840ac4ebb0b65a599e5/content.htm">Java Manual (SAP Library - Interfaces)</a>
    Best regards,
    Lars
    Edited by: Lars Breddemann on Dec 17, 2007 1:12 PM - corrected link

  • How to change the Data base connection Dynamically

    Hi
    Hi create a crystal reports using crystal report 12.0 in this i use the standard wizard and local data base connection and create a dotnet programme for this .Now i want to  change the database because because i want to instal it in client they use a different connection so i need to change the connection .How is it possible . PLzzzzz tell me it is urgen t
    Addvance thnks

    Hi
    To change the database you can use DataSource  Option that is present in the Menu Bar.
    Go to Database
    ->Set Datasource Location
    ->Replace the current Data Source with the new Datasource.
    Hope this helps
    Shraddha

  • Data base fields in browse mode

    Appleworks v 6.2.9
    Have data base with 54 fields. List mode fine, but in browse mode
    only first 34 are viewable and therefore available for data entry.
    When tab key is punched after data entered in 34th field cursor goes
    back to 1st field rather than 35th field. Command and down arrow keys
    brings up next record. Is there a keyboard shortcut or any other way
    to enter data in fields 34-54 in browse mode? Using list mode for
    that is too confusing because 1st field identifies record name and
    once past 34th field it is no longer viewable.

    Hi Frank,
    I'm assuming the Layout you are referring to is the default "Layout 1" that AppleWorks creates as you define the fields. This layout, or a "Standard" layout created through the New layout menu item in the Layout menu is a simple list of fields (with labels containing the field name) one above the other in a single column.
    AppleWorks Database Layouts are restricted to a single page in the page size defined in Page Setup (File menu). With the default US Letter size page, at around 34 fields, the list runs into the bottom of the page, and no fields created after that are automatically inserted into the layout.
    You can place more than 34 fields on a page, but you must contribute to the process.
    With Layout 1 (or any other layout you wish to modify) showing, go Layout > Layout to put the document into Layout mode. (You can also do this by pressing shift-command-L.)
    In Layout mode, select one or more of the fields (and labels) at the bottom of the page and drag them up and to the right into some empty space on the layout. New fields inserted onto the layout will be inserted in the space between the bottom-most field and the bottom of the layout/page, so the object of this exercise is to open up enough space at the bottom of your layout to insert the remaining 20 fields. It may take more tthan a single step to do this.
    When you have all 54 fields on the page, rearrange them in the order and in the locations you want.
    Note that the default tab order for a latout is from left to right then top to bottom, starting at the top left. If this order is not suitable, you can override it using the Tab Order... menu item in the Layout menu.
    Regards,
    Barry

  • Infected files found in mail data base.

    Greetings to everyone,
    A few days ago, ClamXav detected infected files when scanning my mail data base. One of wich was a phishing kind of mesage, and the other was defined as a trojan. It turns out that they were mesages from 2009, by the time when i had a G5 Power PC. I've never open theme, nor clicked the links attached. Now i have a new Mac, but those mails are still in the data base; i think they migrated from my imap account. Any way, i red the ClamXav developper's page and he says that its not advisable to trash out or put this kind of files into quarantine. it bothers me that they still remain in my user's library.
    Can someone give me a tip on how to cope with this issue?
    Thank you!

    Grandel wrote:
    Greetings to everyone,
    A few days ago, ClamXav detected infected files when scanning my mail data base. One of wich was a phishing kind of mesage, and the other was defined as a trojan. It turns out that they were mesages from 2009, by the time when i had a G5 Power PC. I've never open theme, nor clicked the links attached. Now i have a new Mac, but those mails are still in the data base; i think they migrated from my imap account. Any way, i red the ClamXav developper's page and he says that its not advisable to trash out or put this kind of files into quarantine. it bothers me that they still remain in my user's library.
    I wish you had asked this question in the ClamXav Forum where I would have found it earlier.
    Unless the infection name contains "OSX" it's almost certainly not anything that can impact your OS. But there still could be a couple of issues.
    If the infection name contained the word "Heuristics" then it means that phishing message was not positively identified as a phishing attempt, but something about the way it was formatted looked suspicious enough to warn you about it. All such messages should be read before you delete them, as they could well be a false alarm.
    The other question I would have asked you is what e-mail client you were using on your G5. Some e-mail clients (including Apple Mail in the early days) stored all their e-mail in one large database. If you were to delete the infected file, you would lose all your e-mail, so an alternate procedure is necessary to find and delete the message.

  • Featching Data From The Data Base Using DI API in Matrix

    Hi
       All of u i am shahid i faced a problem when i retrive
       the selected data from the data base using matrix plz.
       Healp me!.
       Thanks
       Mohd Shahid.
       SAP Techinical Consultent
      Option Strict Off
    Option Explicit On
    Friend Class UseMatrix
        '// This parameter will use us to manipulate the
        '// SAP Business One Application
        Private WithEvents SBO_Application As SAPbouiCOM.Application
        Private oForm As SAPbouiCOM.Form
        Private oMatrix As SAPbouiCOM.Matrix
        Private oColumns As SAPbouiCOM.Columns
        Private oColumn As SAPbouiCOM.Column
        '// declareing a DB data source for all the Data binded columns
        Private oDBDataSource As SAPbouiCOM.DBDataSource
        '// declaring a User data source for the "Remarks" Column
        Private oUserDataSource As SAPbouiCOM.UserDataSource
        ' This Function is called automatically when an instance
        ' of the class is created.
        ' Indise this function
        Public Sub New()
            MyBase.New()
            '// set SBO_Application with an initialized application object
            SetApplication()
            '// Create the UI
            CreateFormWithMatrix()
            '// Add Data Sources to the Form
            AddDataSourceToForm()
            '// Bind the Form's items with the desired data source
            BindDataToForm()
            '// Load date to matrix
            GetDataFromDataSource()
            '// Make the form visible
            oForm.Visible = True
        End Sub
        Private Sub SetApplication()
            '// Use an SboGuiApi object to establish connection
            '// with the SAP Business One application and return an
            '// initialized appliction object
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
            '// by following the steps specified above, the following
            '// statment should be suficient for either development or run mode
            sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
            '// connect to a running SBO Application
            Try ' If there's no active application the connection will fail
                SboGuiApi.Connect(sConnectionString)
            Catch ' Connection failed
                System.Windows.Forms.MessageBox.Show("No SAP Business One Application was found")
                End
            End Try
            '// get an initialized application object
            SBO_Application = SboGuiApi.GetApplication()
            'SBO_Application.MessageBox("Hello World")
        End Sub
        Private Sub SBO_Application_AppEvent(ByVal EventType As SAPbouiCOM.BoAppEventTypes) Handles SBO_Application.AppEvent
            Select Case EventType
                Case SAPbouiCOM.BoAppEventTypes.aet_ShutDown
                    SBO_Application.MessageBox("A Shut Down Event has been caught" & _
                        Environment.NewLine() & "Terminating 'Add Menu Item' Add On...")
                    '// terminating the Add On
                    System.Windows.Forms.Application.Exit()
            End Select
        End Sub
        Private Sub CreateFormWithMatrix()
            '// Don't Forget:
            '// it is much more efficient to load a form from xml.
            '// use code only to create your form.
            '// once you have created it save it as XML.
            '// see "WorkingWithXML" sample project
            '// we will use the following object to add items to our form
            Dim oItem As SAPbouiCOM.Item
            '// we will use the following objects to set
            '// the specific values of every item
            '// we add.
            '// this is the best way to do so
            Dim oButton As SAPbouiCOM.Button
            Dim oStaticText As SAPbouiCOM.StaticText
            Dim oEditText As SAPbouiCOM.EditText
            '// The following object is needed to create our form
            Dim creationPackage
            creationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
            creationPackage.UniqueID = "UidFrmMatrix14"
            creationPackage.FormType = "TypeFrmMatrix14"
            '// Add our form to the SBO application
            oForm = SBO_Application.Forms.AddEx(creationPackage)
            '// Set the form properties
            oForm.Title = "Quality Check"
            oForm.Left = 336
            oForm.ClientWidth = 620
            oForm.Top = 44
            oForm.ClientHeight = 200
            '// Adding Items to the form
            '// and setting their properties
            '// Adding an Ok button
            '// We get automatic event handling for
            '// the Ok and Cancel Buttons by setting
            '// their UIDs to 1 and 2 respectively
            oItem = oForm.Items.Add("1", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
            oItem.Left = 5
            oItem.Width = 65
            oItem.Top = 170
            oItem.Height = 19
            oButton = oItem.Specific
            oButton.Caption = "Ok"
            '// Adding a Cancel button
            oItem = oForm.Items.Add("2", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
            oItem.Left = 75
            oItem.Width = 65
            oItem.Top = 170
            oItem.Height = 19
            oButton = oItem.Specific
            oButton.Caption = "Cancel"
            '// Adding a Text Edit item
            'oItem = oForm.Items.Add("txtPhone", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            ' oItem.Left = 265
            'oItem.Width = 163
            'oItem.Top = 172
            'oItem.Height = 14
            '// Adding an Add Phone prefix column button
            ' oItem = oForm.Items.Add("BtnPhone", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
            ' oItem.Left = 160
            ' oItem.Width = 100
            ' oItem.Top = 170
            ' oItem.Height = 19
            ' oButton = oItem.Specific
            ' oButton.Caption = "Add Phone prefix"
            '// Add the matrix to the form
            AddMatrixToForm()
        End Sub
        Private Sub AddMatrixToForm()
            '// we will use the following object to add items to our form
            Dim oItem As SAPbouiCOM.Item
            '// we will use the following object to set a linked button
            Dim oLink As SAPbouiCOM.LinkedButton
            '// Adding a Matrix item
            oItem = oForm.Items.Add("Matrix1", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
            oItem.Left = 5
            oItem.Width = 500
            oItem.Top = 5
            oItem.Height = 150
            oMatrix = oItem.Specific
            oColumns = oMatrix.Columns
            '// Adding Culomn items to the matrix
            oColumn = oColumns.Add("#", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "#"
            oColumn.Width = 30
            oColumn.Editable = False
            '// Add a column for Item Code
            oColumn = oColumns.Add("DSItemCode", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Item Code"
            oColumn.Width = 40
            oColumn.Editable = True
            '// Link the column to the ITEM master data system form
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_Items
            oColumn = oColumns.Add("DSItemName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Item Name"
            oColumn.Width = 80
            oColumn.Editable = True
            '// Add a column for BP Card Phone
            oColumn = oColumns.Add("DSWhs", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Ware House"
            oColumn.Width = 40
            oColumn.Editable = True
            '// Add a column for BP Card Phone
            oColumn = oColumns.Add("DSQuantity", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Quantity"
            oColumn.Width = 40
            oColumn.Editable = True
            '// Add a column for Combo Box
            oColumn = oColumns.Add("DSQuality", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX)
            oColumn.TitleObject.Caption = "Quality"
            ' oColumn.ValidValues.Add("OK", "")
            'oColumn.ValidValues.Add("NOT OK", "")
            oColumn.Width = 40
            oColumn.Editable = True
            oColumn = oColumns.Add("DSReport", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Remarks"
            ' oColumn.ValidValues.Add("OK", "")
            'oColumn.ValidValues.Add("NOT OK", "")
            oColumn.Width = 40
            oColumn.Editable = True
            '// Add a column for BP Card Phone
            ' oColumn = oColumns.Add("DSPhoneInt", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            ' oColumn.TitleObject.Caption = "Int. Phone"
            'oColumn.Width = 40
            'oColumn.Editable = True
        End Sub
        Public Sub AddDataSourceToForm()
            '// every item must be binded to a Data Source
            '// prior of binding the data we must add Data sources to the form
            '// Add user data sources to the "International Phone" column in the matrix
            ' oUserDataSource = oForm.DataSources.UserDataSources.Add("IntPhone", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 20)
            '// Add DB data sources for the DB bound columns in the matrix
            oDBDataSource = oForm.DataSources.DBDataSources.Add("OITW")
        End Sub
        Public Sub BindDataToForm()
            '// getting the matrix column by the UID
            oColumn = oColumns.Item("DSItemCode")
            'oColumn.DataBind.SetBound(True, "", "DSCardCode")
            oColumn.DataBind.SetBound(True, "OITW", "ItemCode")
            'oColumn = oColumns.Item("DSItemName")
            'oColumn.DataBind.SetBound(True, "OITW", "ItemName")
            oColumn = oColumns.Item("DSWhs")
            oColumn.DataBind.SetBound(True, "OITW", "WhsCode")
            oColumn = oColumns.Item("DSQuantity")
            oColumn.DataBind.SetBound(True, "OITW", "U_QCStock")
            '// to Data Bind an item with a user Data source
            '// the table name value should be an empty string
            ' oColumn = oColumns.Item("DSPhoneInt")
            'oColumn.DataBind.SetBound(True, "", "IntPhone")
        End Sub
        Public Sub GetDataFromDataSource()
            '// Ready Matrix to populate data
            oMatrix.Clear()
            oMatrix.AutoResizeColumns()
            '// Querying the DB Data source
            oDBDataSource.Query()
            '// setting the user data source data
            'oUserDataSource.Value = "Phone with prefix"
            oMatrix.LoadFromDataSource()
        End Sub
        Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent
            If (pVal.FormUid = "UidFrmMatrix") Then
                If ((pVal.itemUID = "BtnPhone") And _
                    (pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED) And _
                    (pVal.Before_Action = False)) Then
                    AddPrefix()
                End If
                If ((pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_UNLOAD) And _
                    (pVal.Before_Action = False)) Then
                    SBO_Application.MessageBox("Form Unloaded, Addon will terminate")
                    System.Windows.Forms.Application.Exit()
                End If
            End If
        End Sub
        Public Sub AddPrefix()
            Dim i As Integer
            Dim PhoneExtCol As SAPbouiCOM.Column
            Dim newPhone As String
            Dim oItem As SAPbouiCOM.Item
            Dim oEditTxt As SAPbouiCOM.EditText
            '// Get the prefix edit text item
            oItem = oForm.Items.Item("txtPhone")
            oEditTxt = oItem.Specific
            '// Flush user input into datasources
            oMatrix.FlushToDataSource()
            '// Get the DBdatasource we base the matrix on
            oDBDataSource = oForm.DataSources.DBDataSources.Item("OCRD")
            '// Iterate all the records and add a prefix to the phone
            For i = 0 To oDBDataSource.Size - 1
                newPhone = oDBDataSource.GetValue("phone1", i)
                newPhone = newPhone.Trim(" ")
                oDBDataSource.SetValue("phone1", i, oEditTxt.String + newPhone)
            Next
            '// Load data back to
            oMatrix.LoadFromDataSource()
        End Sub
    End Class

    Hi Shahid,
    I am not sure what your question is. The code you pasted looks like the MatrixAndDataSources example that comes with the SDK. What are you trying to do?
    Thanks,
    Adele

  • Data base

    Hi all : Issue is data base  Please attach see file , copy this file to desktop ,, then run create table  vi ,,, as you see its will save the data in access . Please see  I took the this example from national instrument example directory C:\Program Files\National Instruments\LabVIEW 8.5\examples\database  but I add some objects My problems are : 1-       Every one can insert to epos.mdb and do changes 2-       I want if I insert same number in  column 1 , massage appeared that say this number is in data base , and don't saved it , if this number doesn't exist then application will saved it   How can I do that?  thanks       
    Attachments:
    database.zip ‏239 KB

    the exemple just cover the creation of a table, but not the insert record.
    I do not have the database add on but I am using a database not connected yet to Labview.
    To answer your question you should first use create table with the database app(like access: simpler)
                    next find the function vi to (findRecord(like query)  and Numberof record  and insert record. 

  • Error opening data base for the library for Aperture

    Hello,
    I have been using Aperture all day and for some reason am now getting this error message when trying to open it again.
    Te was an error opening the data base for the library "users/*******/pictures/aperture3triallibrary.aplibrary
    Has this happened for anyone else?
    Many Thanks

    When I hold down ⌘⌥ firmly, at the same time, and with these keys held down double click the Aperture library that I want to repair, I get this panel:
    Then, when I select "Repair"  Aperture will show a progress bar and the Dock icon will stay highlighted.
    When it is finished, the Aperture window will open.
    When I select repair, it seems as though it doesn't run. I don't get a dialog box to confirm it's happening and on the dock the little light under the Aperture icon isn't lit, which seems it is'nt open or running.
    After you select "Repair", does the panel close and then nothing? Or does the panel not react?
    I still don't see fully, what is going on on your mac.
    But it is a good sign, that you can create a new library. That suggests, that Aperture is running correctly on your mac, and "only" your old library has a problem. Try to test the new library - import a few images and try to adjust them.
    Once you are convinced, that the new library is working well, you have three options.
    Try "Rebuild" instead of "Repair".
    Or try to import your old library into the new library (Aperture's main menu bar > File >Import > Library) - that is another approach to rebuilsd the library.
    Or restore from backup. To restore from Time Machine, open a Finder Window showing your Aperture library, and then enter Time Machine. Go back in time to the most recent date that has a working Aperture library and select "Restore". If you have enough space on your disk, restore to a different folder and don't overwrite your current library.
    Regards
    Léonie

  • Library Update rqstd on Aperture 3.2; now won't open get msg "error opening data base for the library "~/Pictures/Aperture Library.aplibrary"   TIme machine won't load backup "error code -8003"

    Aperture working on OS 10.6.8 then Library Update rqstd on Aperture 3.2; said yes;
    now Aperture won't open,  get msg "error opening data base for the library "~/Pictures/Aperture Library.aplibrary"  
    TIme machine won't load backup "error code -8003"
    Tried reloading Aperture 3.2 but get same result.

    You’re running an outdated copy of Safari on your Desktop. That won’t work.
    In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A to open the Applications folder. Check that the Safari application is in that folder. If it is, use it, and delete the copy on your Desktop. Never move or copy built-in applications.
    If you've deleted Safari from the Applications folder, back up all data, then reinstall OS X. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.

  • Bussines object reference into Solution into Solution Data Base

    Hi Experts
    I´m creating Solution Data Base based on the following  landscapes: R3 retail, BW and CRM. Under IMG I found that is possible to Define Business Object types for Simptom and Solution. My doubt is focus on learning how to use  Business Object Repository that exist on satelites sytems (BW, CRM, R3) for link them to the solution.
    I mean, when you create a new solution into SDB is possible to link or reference the Business Object which you opened a support message, i.e: when is not possible to release a Purchase Order (R3 system), then I´d like to "attach" or link the Purchase Order reference by number to the Solution.
    Could you please give hand or explain me how it works?
    Thank a lot

    if you are sure, that your object is a string, u can do this, too:
    String stringObject = (String) getItemAt(combo.getSelectedIndex())

  • My data are not gettitng enterted in the data base

    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    public class Main implements ActionListener
    Frame mainf;
    MenuBar mb;
    MenuItem List,admitform,inquiry,exit;
    Menu newm,update;
    Inquiry iq;
    Admit ad;
    Register reg;
    Main()
    mainf=new Frame(" Engg College V/S Mumbai University ");
         mb=new MenuBar();
         newm=new Menu(" New ");
         update=new Menu(" Update ");
         List=new MenuItem("List");
         admitform=new MenuItem("Admit");
         inquiry=new MenuItem("Inquiry");
         exit=new MenuItem("Exit");
    newm.add(List);
                   newm.add(admitform);
    newm.add(inquiry);
                   newm.add(exit);
              mb.add(newm);
              mb.add(update);
    mainf.setMenuBar(mb);
                   exit.addActionListener(this);
                   List.addActionListener(this);
         inquiry.addActionListener(this);
         admitform.addActionListener(this);
    mainf.setSize(400,300);
         mainf.setVisible(true);
    public void actionPerformed(ActionEvent ae)
    if (ae.getSource() == List)
              reg=new Register();
         if(ae.getSource()==inquiry)
         iq=new Inquiry();
    if(ae.getSource()==admitform)
         ad=new Admit();
              if(ae.getSource()==exit)
         mainf.setVisible(false);
    public static void main(String args[])
              new Main();
    }

    >My data are not gettitng enterted in the data
    base
    no real surprise to me.Can u please help me ??How? There's no connection and prepared staments anywhere in your code. Do you think the database will update itself automagically?

  • J2ee process not started sfter data base restore

    hi ,i installed a test system.it is abap+java stack.i have restored full data base from production.SID's are different.abap satack is working fine,but j2ee process are not thetr in mmc showing no information is available. any one help me out.

    hi am sedin
    dev_disp trc file
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        CRT
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    75
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3572
    Thu Mar 13 20:32:42 2008
    kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3572) [dpxxdisp.c   1237]
         shared lib "dw_xml.dll" version 75 successfully loaded
         shared lib "dw_xtc.dll" version 75 successfully loaded
         shared lib "dw_stl.dll" version 75 successfully loaded
         shared lib "dw_gui.dll" version 75 successfully loaded
         shared lib "dw_mdm.dll" version 75 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Thu Mar 13 20:32:47 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >crmtest_CRT_00                          <
    DpShMCreate: sizeof(wp_adm)          18512     (1424)
    DpShMCreate: sizeof(tm_adm)          5258160     (26160)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1744)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000CFD0050, size: 5947376)
    DpShMCreate: allocated sys_adm at 000000000CFD0050
    DpShMCreate: allocated wp_adm at 000000000CFD1F00
    DpShMCreate: allocated tm_adm_list at 000000000CFD6750
    DpShMCreate: allocated tm_adm at 000000000CFD67B0
    DpShMCreate: allocated wp_ca_adm at 000000000D4DA360
    DpShMCreate: allocated appc_ca_adm at 000000000D4E0120
    DpShMCreate: allocated comm_adm at 000000000D4E2060
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000D568CF0
    DpShMCreate: allocated gw_adm at 000000000D568D70
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000D568DA0
    DpShMCreate: allocated wall_adm at 000000000D568DB0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1312
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1199
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]
    ***LOG Q0K=> DpMsAttach, mscon ( crmtest) [dpxxdisp.c   11586]
    Thu Mar 13 20:32:48 2008
    DpStartStopMsg: send start message (myname is >crmtest_CRT_00                          <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 75
    Release check o.K.
    Thu Mar 13 20:33:01 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Thu Mar 13 20:33:04 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 424
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1205) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1312)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:33:28 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 5112
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1275
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:33:36 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 368
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1276) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5112)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:33:48 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3456
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1294
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:33:56 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 364
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1295) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3456)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:34:08 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4564
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1310
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:34:16 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 356
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1311) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4564)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:34:28 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3604
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1321
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:34:36 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 352
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1322) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3604)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:34:48 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4452
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1336
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:34:56 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 348
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1337) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4452)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:35:08 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3476
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1368
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:35:16 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 344
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1370) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3476)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:35:28 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 5104
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1381
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:35:36 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 340
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1382) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5104)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:35:48 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3304
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1396
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:35:56 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 7 / sock 324
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1397) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3304)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:36:08 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4864
      argv[0] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = F:\usr\sap\CRT\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1412
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=CRT
      argv[7] = -DSAPMYNAME=crmtest_CRT_00
      argv[8] = -DSAPPROFILE=F:\usr\sap\CRT\SYS\profile\CRT_DVEBMGS00_crmtest
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Mar 13 20:36:16 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 320
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:1413) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4864)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Mar 13 20:36:28 2008
    DpEnvCheckJ2ee: switch off j2ee start flag
    Sat Mar 15 04:50:32 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:50:42 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:50:52 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:51:47 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:52:03 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:52:12 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:52:19 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:53:02 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:53:31 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:55:01 2008
    WARNING => Program on wp 8 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:55:07 2008
    WARNING => Program on wp 8 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 04:55:18 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:50:04 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:50:11 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:50:20 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:50:26 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:51:08 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:51:27 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:51:42 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:52:23 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:52:50 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 16:54:16 2008
    WARNING => Program on wp 8 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sat Mar 15 17:00:01 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:49:26 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:49:34 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:49:43 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:50:38 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:50:54 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:51:05 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:51:12 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:52:19 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:54:08 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 04:59:50 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:49:22 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:49:30 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:49:38 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:50:42 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:50:54 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:52:02 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:53:30 2008
    WARNING => Program on wp 8 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Sun Mar 16 16:53:39 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:49:42 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:49:51 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:50:00 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:50:06 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:50:55 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:51:11 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:51:20 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:51:28 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:52:10 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:52:37 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:54:03 2008
    WARNING => Program on wp 8 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:54:13 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 04:54:21 2008
    WARNING => Program on wp 9 (stat=0x4) no longer exists - answer discarded [dpxxdisp.c   3787]
    Mon Mar 17 05:00:20 2008
    WARNING => Program on wp 9 (stat=0x2) no longer exists - answer discarded [dpxxdisp.c   3787]
    and dev_wo is
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Thu Mar 13 20:32:48 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'F:\usr\sap\CRT\DVEBMGS00\exe\dbmssslib.dll' ...
    B  Library 'F:\usr\sap\CRT\DVEBMGS00\exe\dbmssslib.dll' loaded
    B  Version of 'F:\usr\sap\CRT\DVEBMGS00\exe\dbmssslib.dll' is "700.08", patchlevel (0.72)
    B  New connection 0 created
    M sysno      00
    M sid        CRT
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    75
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3920
    M
    M  kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3920) [dpxxdisp.c   1299]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18512     (1424)
    M  DpShMCreate: sizeof(tm_adm)          5258160     (26160)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1744)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EFD0050, size: 5947376)
    M  DpShMCreate: allocated sys_adm at 000000000EFD0050
    M  DpShMCreate: allocated wp_adm at 000000000EFD1F00
    M  DpShMCreate: allocated tm_adm_list at 000000000EFD6750
    M  DpShMCreate: allocated tm_adm at 000000000EFD67B0
    M  DpShMCreate: allocated wp_ca_adm at 000000000F4DA360
    M  DpShMCreate: allocated appc_ca_adm at 000000000F4E0120
    M  DpShMCreate: allocated comm_adm at 000000000F4E2060
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000000F568CF0
    M  DpShMCreate: allocated gw_adm at 000000000F568D70
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000000F568DA0
    M  DpShMCreate: allocated wall_adm at 000000000F568DB0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host crmtest

    M Thu Mar 13 20:32:49 2008
    M  calling db_connect ...
    C  Thread ID:3956
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'F:\usr\sap\CRT\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      72
    C    patchcomment MSSQL: Thread check in DbSlDisconnect (969143)
    C  np:(local) connection used on CRMTEST
    C  CopyLocalParameters: dbuser is 'crt'

    C Thu Mar 13 20:32:50 2008
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.1399.06
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Cache sizes: header 104 bytes, 20000 names (32800000 bytes), 500 dynamic statements (2872000 bytes), total 35672104 bytes
    C  Using shared procedure name cache CRMTEST_CRTCRT_CRT_MEM initialized by another process.
    C  Connected to db server : [CRMTEST] server_used : [np:(local)], dbname: CRT, dbuser: crt
    C  pn_id:CRMTEST_CRTCRT_CRT
    C  Using MARS (on sql 9.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080313 203249 CRMTEST        
    C  The IRow interface is supported by this OLEDB provider
    M  db_connect o.k.

    M Thu Mar 13 20:32:51 2008
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Thu Mar 13 20:32:58 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0000000019460050, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 000007FFF3290050, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 00000000198A0050, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 000000001B7F0050, size: 615040)
    M  SHM_PAGING_ADM          (addr: 000000001B890050, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 000000001B920050
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 000000000FFE0050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 000000001FA70160, size: 30000000, end: 000000002170C4E0)
    B  dbtbxbuf: Buffer TABLP (addr: 0000000021710160, size: 10240000, end: 00000000220D4160)

    B Thu Mar 13 20:32:59 2008
    B  dbexpbuf: Buffer EIBUF (addr: 00000000220E0170, size: 4194304, end: 00000000224E0170)
    B  dbexpbuf: Buffer ESM   (addr: 00000000224F0170, size: 4194304, end: 00000000228F0170)
    B  dbexpbuf: Buffer CUA   (addr: 0000000022900170, size: 3072000, end: 0000000022BEE170)
    B  dbexpbuf: Buffer OTR   (addr: 0000000022BF0170, size: 4194304, end: 0000000022FF0170)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 00000000115A2D30
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 000000002C3900D0
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 000000002C3904F0
    S    using messages for server info
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2168 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  PXA: Fragment Size too small: 36 MB, reducing # of fragments
    A  System page size: 4kb, total admin_size: 5720kb, dir_size: 5664kb.
    A  Attached to PXA (address 000007FFF6D30050, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--


    A Thu Mar 13 20:33:00 2008
    A  ABAP ShmAdm attached (addr=000007FF6207E000 leng=20955136 end=000007FF6347A000)
    A  >> Shm MMADM area (addr=000007FF62557E90 leng=244096 end=000007FF62593810)
    A  >> Shm MMDAT area (addr=000007FF62594000 leng=15622144 end=000007FF6347A000)
    A  RFC Destination> destination crmtest_CRT_00 host crmtest system CRT systnr 0 (crmtest_CRT_00)
    A  RFC Options> H=crmtest,S=00,d=2,
    B  table logging switched off for all clients
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 13730 bytes at 000000002C500050
    N  SsfSapSecin: putenv(SECUDIR=F:\usr\sap\CRT\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is F:\usr\sap\CRT\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [MSSQL:700.08]):
    B     max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B     min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B     prefer_union_all    =   1,  prefer_join                 =   1,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B     convert AVG         =   1,  alias table FUPD            =   0,
    B     escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x00,  character encoding          = STD / []:X,
    B     use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.75.20050900]
    W    ITS Plugin: Int.version, [32]
    W    ITS Plugin: Feature set: [10]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume crmtest_CRT_00

    E Thu Mar 13 20:33:01 2008
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    C Thu Mar 13 20:33:15 2008
    C  The IRow interface is supported by this OLEDB provider

    S Thu Mar 13 20:34:08 2008
    S  found spool memory service RSPO-ACTIONS at 000000002C39A230

    M Thu Mar 13 20:36:35 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 20:38:08 2008
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 0000000008E30050
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 0000000008E307C0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 0000000008E30800
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 0000000008E3080C

    M Thu Mar 13 20:39:30 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 20:40:58 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]
    B  dbmyclu : info : my major identification is 168427960, minor one 0.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is 21ED0D86BD75A54AB110DF41F509CAAB.
    B  dbmyclu : info : current optimistic cluster level: 3
    B  dbmyclu : info : pessimistic reads set to 2.

    M Thu Mar 13 21:07:39 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:08:04 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:08:23 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:08:45 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:09:37 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:09:59 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:10:16 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:10:40 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:12:33 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:12:56 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    M Thu Mar 13 21:14:15 2008
    M  *** ERROR => TempLicense request rejected [slicfkt.c    656]
    M  *** ERROR => SlicTryTemplicense: SlicICheckLicense failed (rc: -104) [slicch.c     2125]
    M  ***LOG SL3=> KLIC_HWIDKEY_LN.SLIC_HWIDKEY_LN [slicch.c     380]
    M  *** ERROR =>
    SAPLICENSE ERROR ***, error description not available
    [likeyapi_w.c 2182]

    N Thu Mar 13 21:14:56 2008
    N  RSEC: The entry with identifier /RFC/[email protected]_CRD
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.
    N  RSEC: The entry with identifier /RFC/[email protected]_CRD
    N  was encrypted by a system
    N  with different SID and cannot be decrypted here.

    A Thu Mar 13 21:14:57 2008
    A  RFC 3165  CONVID 24150480
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 2, 24150480, {BBF7B2FD-E7BD-481C-BCC5-C14C4DCF7569})
    A  RFC> Called function module: TMS_CI_START_SERVICE
    A  RFC 3165  CONVID 24151558
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 3, 24151558, {BE818A28-28FF-4FA3-8468-7D26BAE3E45C})
    A  RFC> Called function module: TMS_CI_START_SERVICE

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host crmtest / sapgw00
    M  *  ERROR       program state check for conversation 24152667
    M  *
    M  *  TIME        Thu Mar 13 21:14:57 2008
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          471
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        3251
    M  *  DETAIL      program sapgw00 on host crmtest called function SEND_DATA in
    M  *              state RECEIVE_DO_ACCEPT
    M  *  COUNTER     79
    M  *
    M  *****************************************************************************

    A  RFC 3293  CONVID 24152667
    A   * CMRC=25 DATA=1 STATUS=1 SAPRC=221 ThSAPCMRCV
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 5, 24152667, {AF649C7D-630C-4119-8883-D1B05D5C7B04})
    A  RFC> Called function module: TMS_CI_START_SERVICE
    A  RFC 3165  CONVID 24152667
    A   * CMRC=25 DATA=1 STATUS=1 SAPRC=221 comread

    A Thu Mar 13 21:15:00 2008
    A  RFC 3165  CONVID 24156636
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 7, 24156636, {6B579F5B-BE77-497B-8F00-10A4EA3E56CA})
    A  RFC> Called function module: TMS_CI_START_SERVICE

    A Thu Mar 13 21:16:19 2008
    A  RFC 3165  CONVID 24236495
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 2, 24236495, {4060AC1F-CDBC-4F8F-A688-E0EC4349A4AD})
    A  RFC> Called function module: TMS_CI_START_SERVICE
    A  RFC 3165  CONVID 24237526
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 3, 24237526, {2194687C-6032-433B-A830-3B14BBB6F08E})
    A  RFC> Called function module: TMS_CI_START_SERVICE

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host crmtest / sapgw00
    M  *  ERROR       program state check for conversation 24238573
    M  *
    M  *  TIME        Thu Mar 13 21:16:19 2008
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          471
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        3251
    M  *  DETAIL      program sapgw00 on host crmtest called function SEND_DATA in
    M  *              state RECEIVE_DO_ACCEPT
    M  *  COUNTER     82
    M  *
    M  *****************************************************************************

    A  RFC 3293  CONVID 24238573
    A   * CMRC=25 DATA=1 STATUS=1 SAPRC=221 ThSAPCMRCV
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 5, 24238573, {7070FE84-C4F8-4B93-9A35-CC8B33004994})
    A  RFC> Called function module: TMS_CI_START_SERVICE
    A  RFC 3165  CONVID 24238573
    A   * CMRC=25 DATA=1 STATUS=1 SAPRC=221 comread

    A Thu Mar 13 21:16:21 2008
    A  RFC 3165  CONVID 24241636
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 7, 24241636, {BAE47DEC-B5E0-436B-AF61-49BA0BECBA89})
    A  RFC> Called function module: TMS_CI_START_SERVICE

    A Thu Mar 13 21:16:51 2008
    A  RFC 3165  CONVID 24272417
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 9, 24272417, {4A78FF2B-82BD-4199-845F-ED81CBD5CFE9})
    A  RFC> Called function module: TMS_CI_START_SERVICE
    A  RFC 3165  CONVID 24273433
    A   * CMRC=18 DATA=3 STATUS=1 SAPRC=0 comread Logon not possible (error in license check)                                    
    A  RFC> ABAP Programm: SAPLTMSC (Transaction: STMS)
    A  RFC> User: SAP* (Client: 000)
    A  RFC> Destination: [email protected]_CRT (handle: 10, 24273433, {6B3B7501-5319-4275-BCF3-64CE72C5D911})
    A  RFC> Called function module: TMS_CI_START_SERVICE

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host crmtest / sapgw00
    M  *  ERROR       program state check for conversation 24274480
    M  *
    M  *  TIME        Thu Mar 13 21:16:51 2008
    M  *  RELEASE     700
    M  *  COMPONENT   SAP-Gateway
    M  *  VERSION     2
    M  *  RC          471
    M  *  MODULE      gwr3cpic.c
    M  *  LINE        3251
    M  *  DETAIL      program sapgw00 on host crmtest called function SEND_DATA in
    M  *            

Maybe you are looking for