Sap b1 problem

Hi,
We are trying to customizing the Sapb12005b
i want to take the input value given by the user from my Addon.
i put one Combobox on my addon, i want to bring data from database by using that combobox selected value.
i am using vb.net, in that i am getting the selected value like
"combo.selected.value"
but i am getting error like Null reffrence exception. plz help me. asap
Regards,
nagababu

Hai,
       U please try this code to fill the combo where the datas from database     
Dim oCmb As SAPbouiCOM.ComboBox
        Dim Rec As SAPbobsCOM.Recordset
        Dim i As Integer
Rec = com.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
        frm = app.Forms.ActiveForm
Rec.DoQuery("select cardcode,cardname from OCRD")
            Rec.MoveFirst()
            oCmb = frm.Items.Item("cmb_agy").Specific
            If oCmb.ValidValues.Count > 0 Then
                           For i = 0 To Rec.RecordCount - 1
                oCmb.ValidValues.Add(Rec.Fields.Item(0).Value, Rec.Fields.Item(1).Value)
                Rec.MoveNext()
            Next
End If

Similar Messages

  • SAP PI problem: User credentials are invalid or user is denied access

    Hi!
    I am about to configure SAP PI.
    Therefore I have run post installation wizard step PI_00 and get the following errors:
    Error: Not able to load Function SWF_XI_BPM_AUTO_CUSTOMIZE
    (cause:Name or password is incorrect (repeat logon)).
    Step: Execute SWF_XI_BPM_AUTO_CUSTOMIZE
    Error: User credentials are invalid or user is denied access
    Step: Add Installed Product2
    Questions:
    How can I identify which user/password makes problems here?
    P.S.
    My further problems are:
    2) It is not possible to work with XI tools, such as:
    Integration Directory, Integration Repository, Runtime Workbench
    When I try to execute some action in these tools I get the following error:
    Cannot connect to Repository
    Error during communication with System Landscape Directory: User credentials are invalid or user is denied access.
    2) When I try to access the NetWeaver configuration wizard (http://localhost:50000/nwa)
    I get the followign warnig:
    System Landscape Directory is not available
    Only local systems can be maintened
    Thank you very much
    Thom

    Hi,
    Check the similar discussion  Error in PI postinstallation wizard
    Wrong password PISUPER in PI_00 wizard
    Thanks!
    Edited by: Sudhir Tiwari on Nov 26, 2008 10:29 AM

  • Importing Non-SAP WebService - Problem: Data Transfer

    Hi all,
    I need to integrate a non-sap Web Service into Dynpro.
    I generated a client-proxy and a logical port.
    The Web Service needs one object (the structure from the object was generated correctly)
    In the next step I was programming the following code.
    *        Reference variables for proxy and exception class
             DATA:
             lo_clientproxy TYPE REF TO zrhco_testrules_services,
             lo_sys_fault TYPE REF TO cx_ai_system_fault,
             lo_app_fault TYPE REF TO cx_ai_application_fault,
    *        Structures to set and get message content
             ls_request TYPE zrhexecute_rules,
             ls_person TYPE zrhperson,
             ls_response TYPE zrhexecute_rules_response.
      ls_person-geschlecht = 'weiblich'.
      ls_person-age = 18.
      ls_person-name = 'Petra'.
      ls_person-icon1 = 0.
      ls_person-icon2 = 0.
      ls_request-person = ls_person.
      TRY.
    *    create proxy client
          CREATE OBJECT lo_clientproxy.
       CATCH cx_ai_system_fault.
      ENDTRY.
      TRY.
          CALL METHOD lo_clientproxy->execute_rules
            EXPORTING
              input = ls_request.
        CATCH cx_ai_system_fault INTO lo_sys_fault.
          WRITE: / 'Code:', lo_sys_fault->code.
          WRITE: / 'Text:', lo_sys_fault->errortext.
        CATCH cx_ai_application_fault INTO lo_app_fault.
      ENDTRY.
    The input is correctly filled with the required data but every time i executed the program an error occurred.
    SoapFaultCode:5
    I think that the real problem could be parsing abap into xml.
    SERIALIZE_APPLICATION_DATA
    I tested the Web Service in Web Services Navigator without any errors.
    The object is written in Java and the class implement Serializable, but i think the failure is on the abap site.
    Does anyone has a solution for my issue?
    Thanks a lot in advance!
    Regards,
    Robert

    Hello Leo,
    There are a number of options to do this. You can use the standard SAP tool named LSMW - Legacy System Migration Workbench (transaction LSMW) as a starting point.
    Also please read this [Documentation|http://help.sap.com/saphelp_47x200/helpdata/en/0d/414538bc0fe927e10000009b38f8cf/frameset.htm] before undertaking the data migration activity via LSMW.
    Additionally, there is also a Direct Input program available named RMDATIND - please go through the program documentation before you use it. You can use this program to transfer material master data to SAP but
    make sure you assign this program through LSMW for mapping structures etc. The internet link above will give
    more details and step-by-step instructions to follow.
    Hope this helps,
    Cheers,
    Sougata.
    p.s. It is sad to see useful answers remain unrewarded such as this one!
    Edited by: Sougata Chatterjee on May 9, 2008 10:13 PM

  • Sap script - Problem while printing Hungarian characters during Unicode

    Hello Friends,
    We had done  unicode changes ie Version upgrade from 4.6 C to ECC and because of that sap script Hungarian characters are printing as Junk characters ex - #####.
    Can any one please help me on this issue. In SO10 Print preview also we are facing same issue.
    Thank you,
    Regards,
    Phaneendra

    Hi Phaneedhra,
    the below thread explains the font issue for Hungary..
    SAPScript with Hungarian characters on it.  Weh we review the output online it looks good, but when we print it we get a u2018#u2019 in place of Hungarian characters.  I found the following link in SDN and am wondering if you can help.
    Hungarian Character Printing problem
    Problem in displaying special chars
    Prabhudas

  • Filenet Archive to SAP Migration - Problem with DMS_KPRO_CONVERT2

    Hi there
    We seem to be having an issue with a Filenet RFC to SAP Content Server migration.
    We run the report DMS_KPRO_CONVERT and eveything seems to run fine.
    When we run DMS_KPRO_CONVERT2 to move the files, we seem to pick up an error:
    File /saparchive/DV2/username (where username is my username) cannot be opened
    In looking at what is happening, it seems to save the file to the filenet archive exchange directory as the username (with no file extension) however it seems that the system has problems accessing this directly to check the file in to the new repository again and fails.
    If I manually check out the file and check it into the sap content server, there is no problem so it doesn't seem to be an issue that either the SAP content server or the filenet server is not accessible.
    Any ideas what the issue could be?
    Regards,
    Athol

    Hi Athol,
    You have marked this question as answered so can you please help me How you have overcome this issue?
    Do we have to run both DMS_KPRO_CONVERT and DMS_KPRO_CONVERT2 reports while migrating DMS documents from Content server to other archive server?
    Thanks in advance!
    With Regards,
    Ajay

  • Mini SAP install problem:ACLs

    Hello,
    When I install,I am getting the followin message.
    The message is:"File system of SAP drive 'C:' doen not support ACLs(Access Control Lists).
    How to solve the above problem?
    please help me.
    With Regards,
    Jaheer,Yanbu.

    from the command prompt run the following code
    convert C: /fs:ntfs /v
    this will convert C drive to NTFS format.
    more on this check out this link.
    http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/convert.mspx?mfr=true
    Regards
    Raja

  • SAP License Problem in EP System

    Hi
    After completed the EP 7.0 ((SAP EHP1 for SAP Netweaver 7.0) installation on Sunsolaries with Oracle 10g. I start with the license installation.
    I manage to get the license ,but when i try to install the license into the server it show invalid.. i already key in everything correctly still invalid.
    i try to install the license manually using "saplicense" command it show this error.
    qepadm> saplicense -show
    SAPLICENSE (Release 701) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
                 LD_LIBRARY_PATH = <path do db and sap libs> (e.g. /oracle/SID/lib)
    I have already set the environment variables.. like below..
    qepadm> env
    DB_SID=QEP
    DIR_LIBRARY=/usr/sap/QEP/SYS/exe/run
    HOME=/export/home/qepadm
    HZ=
    JAVA_HOME=/usr/jdk/j2sdk1.4.2_19
    LD_LIBRARY_PATH=/usr/sap/QEP/SYS/exe/run:/oracle/client/10x_64/instantclient
    LOGNAME=qepadm
    MAIL=/var/mail/qepadm
    NLS_LANG=AMERICAN_AMERICA.UTF8
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle/QEP/102_64
    ORACLE_SID=QEP
    PATH=/oracle/QEP/102_64/bin:/usr/jdk/j2sdk1.4.2_19/bin:.:/export/home/qepadm:/usr/sap/QEP/SYS/exe/run:/usr/bin::/usr/ccs/bin:/usr/ucb
    PS1=
    qepadm>
    SAPDATA_HOME=/oracle/QEP
    SAPSYSTEMNAME=QEP
    SHELL=/bin/sh
    TERM=xterm
    THREAD=NOPS
    TNS_ADMIN=/usr/sap/QEP/SYS/profile/oracle
    TZ=Asia/Calcutta
    dbms_type=ORA
    dbs_ora_tnsname=QEP
    Please help....
    Regards,
    Suresh

    Hi,
    I have already applied the SAPlicense through Visual Administrator.
    start the Visual Administrator tool (usr\sap\SID\JC<xx>\j2ee\admin\go) and from there you can find the "Licensing Adapter" when you select correct server and "Services" underneath it.
    But the problem is while executing the saplicense -show at OS level... i am getting below error..
    qepadm> saplicense -show
    SAPLICENSE (Release 701) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
                 LD_LIBRARY_PATH = <path do db and sap libs> (e.g. /oracle/SID/lib)
    Regards,
    Suresh

  • New GUI 7.40 SAP printout problem

    Hello Expert,
    Recently we updated new GUI 7.40.When we are taking print out system is not giving any output. Pls find below spool request for printout,if any outdated please let us know how to resolve this.
    (3:42:37 PM) Number of processors: 2
    (3:42:37 PM) Icon DLL loaded.
    (3:42:37 PM)
    (3:42:37 PM) Network Communication via SAP-NiLib
    (3:42:37 PM) Hostname: XXXXNB0905012
    (3:42:37 PM) IP Address: 10.201.9.73
    (3:42:37 PM)
    (3:42:37 PM) SAPLPD version 740 Final Release.7400.1.0.32
    (3:42:37 PM)
    (3:42:37 PM) OS-Info: version = 6.1, build = 0/7601, text = Service Pack 1
    (3:42:37 PM) (C) Copyright 1992-2014 SAP AG
    (3:42:37 PM)
    (3:42:47 PM)
    (3:42:47 PM) Receive job for printer \\XXXXPS01\CNIRAD6075_MOB_5L_ENG (Berkeley LPD protocol / RFC1179)
    (3:42:47 PM) send_status called
    (3:42:47 PM) send_status called
    (3:42:47 PM) send_status called
    (3:42:47 PM) send_status called
    (3:42:47 PM) send_status called
    (3:42:47 PM) Job 000pdcQb.KED for user srinivas.j.I queued.
    (3:42:47 PM) Start printing job 000pdcQb.KED on printer \\XXXXPS01\CNIRAD6075_MOB_5L_ENG
    (4:25:15 PM) Error: Unable to start print job, Windows rc = -1, Error = The operation completed successfully.
    (4:25:15 PM) Error: BG: saplpd_open_dc failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll

    Hi ,
    Please follow the below steps,
    1) Go to transaction SPAD
    2 Just click " Enter key"
    3) And the screen will appear below and click " change"  and select the printer name you want to change for exp:" LP01"
    Now you can able to see the option called "Access Method"
    Host Spool Access Method: F or G: Printing on Front End Computer
    Host printer: __DEFAULT
    Please remember in above step its two times under-scope then DEFAULT
    and SAVE the entry by clicking button SAVE which I marked red colour.
    Kindly let me know if you need any other details.
    Thanks,
    Brindavan

  • File is placing in Non-sap system problem

    Hi all,
    I am placing file in different IP address 150.150.120.123 successfully by using FMs
    HTTP_SCRAMBLE
    FTP_CONNECT
    FTP_COMMAND
    FTP_COMMAND
    FTP_R3_TO_CLIENT
    But i am getting problem of all are not coming line by line.
    the file is placing but records are all line items placing continuously continuation with ','. Actually i have to get file records like this
    0001000265,070914,,,1000,16.0000,67322.00,2.0000,1346.00,HRCF
    0001000267,070914,,,1000,16.0000,67322.00,2.0000,3446.00,HRSCF
    0001000278,070916,,,1000,16.0000,67322.00,2.0000,4546.00,HRPO
    But i am getting now file records as
    0001000265,070914,,,1000,16.0000,67322.00,2.0000,1346.00,HRCF,0001000267,070914,,,1000,16.0000,67322.00,2.0000,3446.00,HRSCF,0001000278,070916,,,1000,16.0000,67322.00,2.0000,4546.00,HRPO
    Just like coming records continuing with ','.
    DATA: v_aux(4) TYPE c, v_cr TYPE c.
    v_aux = cl_abap_char_utilities=>newline.
    v_cr  = v_aux+1(1).
    I am using this V_cr when concatenating those fields then also i am getting problem.
    I need to place all records items wise.
    But i am getting now as all items are continuing with ','
    Pls if any one knows solution how to get records item wise without continuation all records with ','.
    Pls help me
    Regards,
    J.Lokesh

    Try using CR_LF instead of NEWLINE. Also I think that "end of line" character may also be affected by the FTP settings (not related to SAP). I vaguely remember having somewhat similar issue with FTP and mainframe. The file looked fine when downloaded to PC but mainframe "saw" only one long line.
    Also take a look at the parameters in the FMs that you've mentioned, maybe there is something about the file type or end-of-line.

  • SAP BW : Problem with precalculation job on WebTemplate depending on user

    Hi experts,
    We have a problem with the precalculation job on WebTemplate. When we schedule this job with a specific user, the job run normally and precalculation is done on step 3 :
    Step 003 started (program RSRA_JOB, variant , user ID E0126831)
    Start package ZBWP_SCHEDULE_TEMPLATE                          
    - Start setting ZBWP_WAD_001 with variant  -                  
    Precalculation: initialization started                        
    Precalculation: processing started                            
    Precalculate data (fill DataStore)                            
    Processing data provider DATAPROVIDER_1, query ZBWP_IS01_001  
    Processing data provider DATAPROVIDER_10, query ZBWPM_016     
    Processing data provider DATAPROVIDER_11, query ZBWPM_016     
    But when we change the user to a technical user (like BATCH or ALEREMOTE which have the profile SAP ALL ), the job don't do any precalculation in step 3 :
    Step 003 started (program RSRA_JOB, variant , user ID ALEREMOTE) 
    Start package ZBWP_SCHEDULE_TEMPLATE                             
    - Start setting ZBWP_WAD_001 with variant  -                     
    Implementing settings finished
    Did you have an idea for this problem ?
    Thanks in advance for your response.
    Regards,
    Mathieu

    Hi,
    Try to trace the log files in RSRD_LOG and also check files in C:TEMP.The precal server trace files will be stored in the subdirectory of C:TEMPBWAnalyzer .
    for more information look in belwo blog
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30e3d697-4ca0-2c10-4b81-c474b1490064?quicklink=index&overridelayout=true
    Thanks

  • BPEL with SAP integration problem.

    Hi,
    I have a serious problem to integrate with SAP and BPEL.
    I have to create a IDOC document in BPEL process.
    Can I create IDOC in BPEL process through SAP Adapter?
    Does anybody know about this?
    Thanks in advance.
    Regards,
    Jean.

    Looks like Process B is being called successfully, if it wasn't it wouldn't be in the BPEL Console.
    I suggest that you look at the Process B the in the flow in the BPEL Console. It looks like you may be assigning a variable that has not been populated.
    The reason why you cann't see a instance for Process A is because Process B has not returned a value, sucess or failure. Therefore Process A is still stitting there waiting. To confirm this go to your BPEL Console select the BPEL processes tab then the manual recovery. You should see a row for your Process A.
    cheers
    James

  • SAP Authentication problem when loggin into CMC

    Hi,
    I've recently started getting the following error when using SAP authentication to log-in to Designer or CMC:
    Account information not recognized: All of your system's 0 Concurrent Access Licenses are in use at this time or your system's license key has expired. Try again later or contact your administrator to obtain additional licenses. (FWB 00014)
    This is a pilot system so had intially entered trial licence keys, but some time back had changed these to the permanent equivalent in CMC. All was working but now get this error.
    When it first appeared I noticed that the entry in registry editor did not match permanent licence key so changed this there and also in CMC - Authentication have changed licence type from concurrent to named users per our licence agreement.
    This has not resolved the problem and struggling to find any other recommended solutions, any help greatly appreciated.
    I'm running BOE XI 3.1 at SP3 with SAP integration kit and crystal 2008.
    Thanks in advance
    Ad

    Thanks Seb,
    All a bit odd, initially deleted licence key and replaced with a trial  NUL licence, and got the same errors. Then tried with trial CPU which worked.
    Also didn't make any changes to the CMC Authentication (still named licences) when inputting the CPU licence key but this seemed to have any effect.
    Have you seen this behaviour before?

  • OWB SAP Integrator Problem

    Hello,
    i have a problem with the needed library from SAP that should be in the OWB_HOME/owb/bin/admin folder.
    I am using OWB 10.1 on a linux machine, so i put the librfccm.so in this folder and set it to the LD_LIBRARY_PATH
    When i want to create a sap source module, i get the error message, that the librfc32.dll is not correctly installed. Do i need this file too? Thought it is just for Windows.
    Or it is just a display message bug and it could be possible that die librfccm.so maybe is the wrong version?
    Thanks for your help
    Greetings
    Message was edited by:
    user461428

    The librfccm.so is the file, i put into the specified directory. I got the file from the sap support site.
    I also installed both the database and the owb client on a windows server. I put the librfc32.dll in the specified directory. But there i have another problem. On this machine it works to create a sap module, but when i want to set the SAP R/3 version. It is just possible to choose SAP R/3 Version 3.X.
    When i choose 4.X and want to go further, nothing happens. No error message, it loads just a second. The next page where the connection details are set does not appear, the current page remains.
    I tried several dll's from the sap site.
    What could be the cause for this problem?
    Thanks in qdvance, and for the answers before.
    Message was edited by:
    user461428

  • Starting sap getting problem

    Oracle can be started but when try to start sap with startsap then it is thorowing error 12
    After executing R3trans -x getting the following error
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/YC5/SYS/exe/run/dboras
    lib.so' ...
    4 ETW000
       94  0.000743
    4 ETW000  [dlux.c      ,00000]  *** ERROR => DlLoadLib: dlopen()= Unable to find li
    brary 'libclntsh.so.10.1'. -> DLENOACCESS (0,Error 0)
    4 ETW000
    1345  0.002088
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Couldn't load library '/usr/sap/YC5/SY
    ...skipping...
    4 ETW000 R3trans version 6.13 (release 700 - 20.02.06 - 16:15:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 26.09.2007 - 09:34:01
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Sep 26 09:34:01 2007                             432  0.000432
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    40  0.000472
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            177  0.000649
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/YC5/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              94  0.000743
    4 ETW000  [dlux.c      ,00000]  *** ERROR => DlLoadLib: dlopen()= Unable to find library 'libclntsh.so.10.1'. -> DLENOACCESS (0,Error 0)
    4 ETW000                                                                            1345  0.002088
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Couldn't load library '/usr/sap/YC5/SYS/exe/run/dboraslib.so'
    4 ETW000                                                                              46  0.002134
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/YC5/SYS/exe/run' or dbms_type 'ORA'"
    sd2n1v5:yc5adm>

    Hi there
    The DB has to be open and the listener must be running, otherwise SAP or R3trans cannot connect.
    For the client library problem, please check if you have the lib here. Path should be something like /oracle/client/10x_64/instantclient_10202/libclntsh.so.10.1
    A very common error is the missing link:
    ll /oracle/client/10x_64
    -rwxrwxr-x  1 sidadm sapsys   33 Mar 27  2006 dbclient.lst
    lrwxrwxrwx  1 sidadm sapsys   41 Nov 29  2006 <b>instantclient -> /oracle/client/10x_64/instantclient_10202</b>
    dr-xr-xr-x  2 sidadm sapsys 1024 Nov 15  2006 instantclient_10202
    Please do also check if the SAP Kernel Lib can resolve to the client lib, here is an example:
    sidadm 53><b> ldd /sapmnt/SID/exe/dboraslib.so</b>
    libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1
    libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1
    libclntsh.so.10.1 => <b>/oracle/client/10x_64/instantclient/libclntsh.so.10.1</b>
    libnnz10.so => /oracle/client/10x_64/instantclient/libnnz10.so
    libc.so.1 =>    /usr/lib/hpux64/libc.so.1
    libxti.so.1 =>  /usr/lib/hpux64/libxti.so.1
    /oracle/client/10x_64/instantclient/libnnz10.so => /oracle/client/10x_64/instantclient/libnnz10.so
    librt.so.1 =>   /usr/lib/hpux64/librt.so.1
    libnss_dns.so.1 => /usr/lib/hpux64/libnss_dns.so.1
    libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
    libm.so.1 =>    /usr/lib/hpux64/libm.so.1
    libpthread.so.1 => /usr/lib/hpux64/libpthread.so.1
    libunwind.so.1 =>  /usr/lib/hpux64/libunwind.so.1
    libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1
    libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1
    libuca.so.1 =>  /usr/lib/hpux64/libuca.so.1
    If you cannot resolve the problem with this info, just post the outputs of these commands here.
    Best regards
    Michael

  • Sap Note Problem

    Hi,
    I am applying Note in Sap ,  if i apply note in development server and make its request and transport that request to
    production server then it is showing me error but if i apply the same note in production it is applied successfully/
    Its a matter of production server so i don want to take any risk and want to update note via request only , the error
    which i am getting is
    R3TRPROGJ_1I_CHALLAN_TOP  was repaired in this system.
    same like above in 7-8 objects, please suggest how to remove this probelm ??
    Ankesh Jindal

    >
    Ankur Parab wrote:
    > I dont see any problem in directly applying your note in production. However this assumption is always debatable.
    > As a practise it should be avoided. It should always go via Development.
    In my opinion, its a big problem as it will make the system landscape workbench objects unequal.
    so it always better to keep the clients throughout the system landscape equal. To ensure this you must apply any patches/notes first to your development(Sandbox is fine if u have one) and then move it to Production Via Quality.
    Regards
    Karthik D

  • Starting SAP System Problem

    Hi,<br>
    <br>
    I am trying  to install the SAP ERP 2004 and I need to log on to the SAP system to change the DDIC password.<br>
    <br>
    The problem is that I cannot log on to the system because the SAP instance is not started successfully. The disp+work.exe <br>process starts OK but after few minutes it stop.<br>
    <br>
    Please, give me a solution how to change the DDIC password.<br>
    <br>
    I am sending below the content of dev_w0 log<br>
    <br>
    Thank you,<br>
    Vasil<br>
    <br>
    <br>
    <br>
    trc file: "dev_w0", trc level: 1, release: "640"<br>
    *<br>
    ACTIVE TRACE LEVEL           1<br>
    ACTIVE TRACE COMPONENTS      all, M<br>
    *<br>
    B  <br>
    B Wed Jul 29 10:17:34 2009<br>
    B  create_con (con_name=R/3)<br>
    B  Loading DB library 'C:\usr\sap\UFT\SYS\exe\run\dbmssslib.dll' ...<br>
    B  Library 'C:\usr\sap\UFT\SYS\exe\run\dbmssslib.dll' loaded<br>
    B  Version of 'C:\usr\sap\UFT\SYS\exe\run\dbmssslib.dll' is "640.00", patchlevel (0.43)<br>
    B  New connection 0 created<br>
    M systemid   560 (PC with Windows NT)<br>
    M relno      6400<br>
    M patchlevel 0<br>
    M patchno    43<br>
    M intno      20020600<br>
    M make:      multithreaded, Unicode<br>
    M pid        3676<br>
    M <br>
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3676) [dpxxdisp.c   1160]<br>
    I  MtxInit: -2 0 0<br>
    M  DpSysAdmExtCreate: ABAP is active<br>
    M  DpSysAdmExtCreate: JAVA is not active<br>
    M  DpShMCreate: sizeof(wp_adm)          10528     (1316)<br>
    M  DpShMCreate: sizeof(tm_adm)          2780232     (13832)<br>
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)<br>
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)<br>
    M  DpShMCreate: sizeof(comm_adm)          290000     (580)<br>
    M  DpShMCreate: sizeof(vmc_adm)          0     (372)<br>
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)<br>
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 060C0040, size: 3192688)<br>
    M  DpShMCreate: allocated sys_adm at 060C0040<br>
    M  DpShMCreate: allocated wp_adm at 060C1B58<br>
    M  DpShMCreate: allocated tm_adm_list at 060C4478<br>
    M  DpShMCreate: allocated tm_adm at 060C44A0<br>
    M  DpShMCreate: allocated wp_ca_adm at 0636B0E8<br>
    M  DpShMCreate: allocated appc_ca_adm at 06370EA8<br>
    M  DpShMCreate: allocated comm_adm_list at 06372DE8<br>
    M  DpShMCreate: allocated comm_adm at 06372E00<br>
    M  DpShMCreate: allocated vmc_adm_list at 063B9AD0<br>
    M  DpShMCreate: system runs without vmc_adm<br>
    M  DpShMCreate: allocated ca_info at 063B9AF8<br>
    M  DpShMCreate: allocated wall_adm at 063B9B00<br>
    X  EmInit: MmSetImplementation( 2 ).<br>
    X  <ES> client 0 initializing ....<br>
    X  Using implementation flat<br>
    M  <EsNT> Memory Reset disabled as NT default<br>
    X  ES initialized.<br>
    M  <br>
    M Wed Jul 29 10:17:35 2009<br>
    M  calling db_connect ...<br>
    C  Thank You for using the SLOLEDB-interface<br>
    C  Using dynamic link library 'C:\usr\sap\UFT\SYS\exe\run\dbmssslib.dll'<br>
    C  dbmssslib.dll patch info<br>
    C    patchlevel   0<br>
    C    patchno      43<br>
    C    patchcomment View with literal containing (0x60) (786638)<br>
    C  np:(local) connection used on UPAYWEB1<br>
    C  Using Provider SQLNCLI<br>
    C  OpenOledbConnection: MARS property was set successfully.<br>
    C  Provider Release:9.00.1399.06<br>
    C  Using Provider SQLNCLI<br>
    C  OpenOledbConnection: MARS property was set successfully.<br>
    C  <br>
    C Wed Jul 29 10:17:36 2009<br>
    C  Cache sizes: header 68 bytes, 20000 names (31520000 bytes), 1000 dynamic statements (5672000 bytes), total 37192068 bytes<br>
    C  Using shared procedure name cache UPAYWEB1_UFTUFT_UFT_MEM initialized by another process.<br>
    C  Connected to db server : [UPAYWEB1] server_used : [np:(local)], dbname: UFT, dbuser: uft<br>
    C  pn_id:UPAYWEB1_UFTUFT_UFT<br>
    C  Not using MARS (on sql 8.0)<br>
    B  Connection 0 opened<br>
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost          <br>
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20090729 101735 UPAYWEB1        <br>
    C  The IRow interface is supported by this OLEDB provider<br>
    M  db_connect o.k.<br>
    I  <br>
    I Wed Jul 29 10:17:40 2009<br>
    I  MtxInit: 0 0 0<br>
    M  SHM_PRES_BUF               (addr: 0AD60040, size: 4400000)<br>
    M  SHM_ROLL_AREA          (addr: 5EF60040, size: 160563200)<br>
    M  SHM_PAGING_AREA          (addr: 0B1A0040, size: 72417280)<br>
    M  SHM_ROLL_ADM               (addr: 0F6C0040, size: 1603610)<br>
    M  SHM_PAGING_ADM          (addr: 0F850040, size: 525344)<br>
    M  ThCreateNoBuffer          allocated 540152 bytes for 1000 entries at 0F8E0040<br>
    M  ThCreateNoBuffer          index size: 3000 elems<br>
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 0F970040<br>
    X  EmInit: MmSetImplementation( 2 ).<br>
    X  <ES> client 0 initializing ....<br>
    X  Using implementation flat<br>
    X  ES initialized.<br>
    C  The IRow interface is supported by this OLEDB provider<br>
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 8<br>
    C  Using Provider SQLNCLI<br>
    C  OpenOledbConnection: MARS property was set successfully.<br>
    B  dbtbxbuf: Buffer TABL  (addr: 146900C8, size: 30000000, end: 1632C448)<br>
    B  dbtbxbuf: Profile: max_objects = 5000, displace = 1, reorg = 1<br>
    B  dbtbxbuf: request_unit = 2000, sync_reload = 5, inval_reload = 5<br>
    B  dbtbxbuf: protect_shm = 0, force_checks = 0<br>
    B  dbtbxbuf: tsize_retry = 14304000<br>
    B  ***LOG BB0=> buffer TABL       started with length 30000000   bytes [dbtbxbuf#7 @ 15714] [dbtbxbuf1571 4]<br>
    B  dbtbxbuf: Buffer TABLP (addr: 163300C8, size: 10240000, end: 16CF40C8)<br>
    B  dbtbxbuf: Profile: max_objects = 500, displace = 1, reorg = 1<br>
    B  dbtbxbuf: request_unit = 2000, sync_reload = 5, inval_reload = 5<br>
    B  dbtbxbuf: protect_shm = 0, force_checks = 0<br>
    B  dbtbxbuf: tsize_retry = 5047296<br>
    B  ***LOG BB0=> buffer TABLP      started with length 10240000   bytes [dbtbxbuf#7 @ 15714] [dbtbxbuf1571 4]<br>
    B  dbtbxbuf: Reading TBX statistics:<br>
    B  dbtbxbuf: 0 object entries precreated<br>
    B  Layout of EIBUF buffer shared memory:<br>
    B  0: 1 * 4 = 4<br>
    B  1: 1 * 344 = 344<br>
    B  2: 8 * 20 = 160<br>
    B  3: 4001 * 48 = 192048<br>
    B  4: 2000 * 232 = 464000<br>
    B  5: 4001 * 4 = 16004<br>
    B  6: 1 * 200 = 200<br>
    B  7: 65 * 4 = 260<br>
    B  8: 13755 * 256 = 3521280<br>
    B  Tracing = 0, Shm Protection = 0, Force checks = 0<br>
    B  dbexpbuf: Buffer EIBUF (addr: 16D000D0, size: 4194304, end: 171000D0)<br>
    B  ***LOG BB0=> buffer EIBUF      started with length 4096k      bytes [dbexpbuf#5 @ 2322] [dbexpbuf2322 ]<br>
    B  Layout of ESM   buffer shared memory:<br>
    B  0: 1 * 4 = 4<br>
    B  1: 1 * 344 = 344<br>
    B  2: 8 * 20 = 160<br>
    B  3: 4001 * 48 = 192048<br>
    B  4: 2000 * 232 = 464000<br>
    B  5: 4001 * 4 = 16004<br>
    B  6: 1 * 200 = 200<br>
    B  7: 65 * 4 = 260<br>
    B  8: 13755 * 256 = 3521280<br>
    B  Tracing = 0, Shm Protection = 0, Force checks = 0<br>
    B  dbexpbuf: Buffer ESM   (addr: 171100D0, size: 4194304, end: 175100D0)<br>
    B  ***LOG BB0=> buffer ESM        started with length 4096k      bytes [dbexpbuf#5 @ 2322] [dbexpbuf2322 ]<br>
    B  Layout of CUA   buffer shared memory:<br>
    B  0: 1 * 4 = 4<br>
    B  1: 1 * 344 = 344<br>
    B  2: 8 * 20 = 160<br>
    B  3: 3001 * 48 = 144048<br>
    B  4: 1500 * 232 = 348000<br>
    B  5: 3001 * 4 = 12004<br>
    B  6: 1 * 200 = 200<br>
    B  7: 193 * 4 = 772<br>
    B  8: 5012 * 512 = 2566144<br>
    B  Tracing = 0, Shm Protection = 0, Force checks = 0<br>
    B  dbexpbuf: Buffer CUA   (addr: 175200D0, size: 3072000, end: 1780E0D0)<br>
    B  ***LOG BB0=> buffer CUA        started with length 3000k      bytes [dbexpbuf#5 @ 2322] [dbexpbuf2322 ]<br>
    B  Layout of OTR   buffer shared memory:<br>
    B  0: 1 * 4 = 4<br>
    B  1: 1 * 344 = 344<br>
    B  2: 8 * 20 = 160<br>
    B  3: 4001 * 48 = 192048<br>
    B  4: 2000 * 232 = 464000<br>
    B  5: 4001 * 4 = 16004<br>
    B  6: 1 * 200 = 200<br>
    B  7: 81 * 4 = 324<br>
    B  8: 13754 * 256 = 3521024<br>
    B  Tracing = 0, Shm Protection = 0, Force checks = 0<br>
    B  dbexpbuf: Buffer OTR   (addr: 178100D0, size: 4194304, end: 17C100D0)<br>
    B  ***LOG BB0=> buffer OTR        started with length 4096k      bytes [dbexpbuf#5 @ 2322] [dbexpbuf2322 ]<br>
    B  ***LOG BB0=> buffer CALE       started with length 500000     bytes [dbcalbuf#1 @ 2206] [dbcalbuf2206 ]<br>
    B  dbtran INFO (init_connection '<DEFAULT>' [MSSQL:640.00]):<br>
    B   max_blocking_factor =  50,  max_in_blocking_factor      = 255,<br>
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,<br>
    B   prefer_union_all    =   1,  prefer_union_for_select_all =   0,<br>
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,<br>
    B   convert AVG         =   1,  alias table FUPD            =   0,<br>
    B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,<br>
    B   select *            =0x00,  character encoding          = STD / []:X,<br>
    B   use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,<br>
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0<br>
    B  ***LOG BZY=> unexpected return code 000000064  calling db_cbufl   [dbcalbuf#1 @ 4399] [dbcalbuf4399 ]<br>
    B  ***LOG BZY=> unexpected return code 17         calling init_shm_a [dbcalbuf#1 @ 1536] [dbcalbuf1536 ]<br>
    B  db_calinit failed<br>
    M  *** ERROR => ThCallHooks: event handler db_init for event CREATE_SHM failed [thxxtool3.c  252]<br>
    M  *** ERROR => ThIPCInit: hook failed [thxxhead.c   1901]<br>
    M  ***LOG R19=> tskh_init, ThIPCInit ( TSKH-IPC-000001) [thxxhead.c   1359]<br>
    M  in_ThErrHandle: 1<br>
    M  *** ERROR => tskh_init: ThIPCInit (step 1, th_errno 17, action 3, level 1) [thxxhead.c   9413]<br>
    M  <br>
    M  Info for wp 0<br>
    M  <br>
    M    stat = 4<br>
    M    reqtype = 1<br>
    M    act_reqtype = -1<br>
    M    rq_info = 0<br>
    M    tid = -1<br>
    M    mode = 255<br>
    M    len = -1<br>
    M    rq_id = 65535<br>
    M    rq_source = 255<br>
    M    last_tid = 0<br>
    M    last_mode = 0<br>
    M    int_checked_resource(RFC) = 0<br>
    M    ext_checked_resource(RFC) = 0<br>
    M    int_checked_resource(HTTP) = 0<br>
    M    ext_checked_resource(HTTP) = 0<br>
    M    report = >                                        <<br>
    M    action = 0<br>
    M    tab_name = >                              <<br>
    M  <br>
    M  *****************************************************************************<br>
    M  *<br>
    M  *  LOCATION    SAP-Server upayweb1_UFT_01 on host upayweb1 (wp 0)<br>
    M  *  ERROR       tskh_init: ThIPCInit<br>
    M  *<br>
    M  *  TIME        Wed Jul 29 10:17:40 2009<br>
    M  *  RELEASE     640<br>
    M  *  COMPONENT   Taskhandler<br>
    M  *  VERSION     1<br>
    M  *  RC          17<br>
    M  *  MODULE      thxxhead.c<br>
    M  *  LINE        9589<br>
    M  *  COUNTER     1<br>
    M  *<br>
    M  *****************************************************************************<br>
    M  <br>
    M  PfStatDisconnect: disconnect statistics<br>
    M  Entering TH_CALLHOOKS<br>
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP<br>
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]<br>
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  252]<br>
    M  Entering ThSetStatError<br>
    M  Entering ThReadDetachMode<br>
    M  call ThrShutDown (1)...<br>
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3676) [dpnttool.c   357]<br>

    Hi,<br>
    <br>
    The result from R3trans -d is:<br>
    <br>
    This is R3trans version 6.09 (release 640 - 26.10.04 - 15:45:42).<br>
    unicode enabled version<br>
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."<br>
    R3trans finished (0012).<br>
    <br>
    <br>
    The content from trans.log is:<br>
    <br>
    4 ETW000 R3trans version 6.09 (release 640 - 26.10.04 - 15:45:42).<br>
    4 ETW000 unicode enabled version<br>
    4 ETW000 ===============================================<br>
    4 ETW000 <br>
    4 ETW000 date&time   : 29.07.2009 - 12:45:58<br>
    4 ETW000 control file: <no ctrlfile><br>
    4 ETW000 R3trans was called as follows: R3trans -d<br>
    4 ETW000  trace at level 2 opened for a given file pointer<br>
    4 ETW000  [dev trc     ,00000]  Wed Jul 29 12:46:00 2009                            3083  0.003083<br>
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    24  0.003107<br>
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            105  0.003212<br>
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library<br>
    4 ETW000                                                                              41  0.003253<br>
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."<br>
    <br>
    Thank you,<br>
    Vasil<br>

Maybe you are looking for

  • To what folder do I upload the google webmaster verification file too?

    Trying to verify my website on BC so I can get the sitemap searched. WHICH folder do I upload the google webmaster verification file too? Thanks!

  • Do I need to erase my hard drive?

    My 15" 1.5GHz superdrive powerbook sometimes won't start up properly in tiger. The screen shows "starting mac os" and then fast it loads (really it doesnt load my user info, doesn't let me log in and leaves me with an aqua blank screen). The disc per

  • Stupid Error in Compiling JSP on Tomcat 4.1

    Hi, I know I am missing something stupid, but I am not able to compile/view a simple JSP. The code of the JSP is <%@ page language="java" import="builder.*" errorPage="" %> <html> <%builder.MenuBuilder menuBuilder = new builder.MenuBuilder("http://am

  • General query regarding the implementation of a Flash Streaming Server

    Hey lads, I'm looking at setting up an Adobe Flash Streaming Server at work. It will be used primarily to stream training videos across our Intranet - we have ~1000 users at the moment, with the capacity to expand to ~2000). We are looking at both fi

  • Can't move files, only duplicate

    hello, i have some files at the root level of my laptop drive and i want to move them, but they only copy into their new locations (duplicating) they don't simply move with the gong sound. i'm wondering why. does it have to do with permissions or som