Folder permission for /db2/ sid /db2 sid /NODE0000 unknowingly resets.

Hi everyone,
I'm having a problem where the one of my db's folder, /db2/<sid>/db2<sid>/NODE0000 is suddenly reset to permission 700. This leads to alot of errors where background processes will hang and can't even start SAP. When setting the permission to 775 it works, but more often than not, it will go back to 700.
Is there a way to check who/what is changing this folder? Any idea what's causing this? We are using AIX 5.3 TL6 with DB2 9.1 FixPak 3.
Thanks in advance!
Regards,
Chris

Hi Christopher,
The DB2 active log folder should be owned by db2<sid> with group db<sid>adm.  For example:
lucka:db2hia 13> ls -lrt
total 4
drwxr-x---  2 db2hia dbhiaadm 4096 2008-08-11 21:00 NODE0000
lucka:db2hia 14> pwd
/db2/HIA/log_dir
If it is owned by someone else, this folder then have to have write permission for other (including db2<sid>) to write.  In which case, I am guessing that every time DB2 start, it may try to "fix" the permission. 
The best would still be to set the ownership of it to db2<sid> with group db<sid>adm. 
The safest time to do it is when the database is deactivated (or instance shutdown). 
Regards,

Similar Messages

  • Path for db2 library 'libdb2.so' could not be determined

    Any ideal why i would get this error, working on upgrading a system, it was working, then SUM shut it down and now it won't restart.    i have tried lots of things and no luck.  R3trans works fine.
    CLASSPATH=:/db2/db2lxd/sqllib/java/db2java.zip:/db2/db2lxd/sqllib/java/runtime.zip:.:/db2/db2lxd/sqllib/java/db2java.zip:/db2/db2lxd/sqllib/java/runtime.zip:.
    LD_LIBRARY_PATH=/usr/sap/LXD/SYS/exe/run:/usr/sap/LXD/SYS/exe/uc/linuxppc64
    dev_w0
    ..retrieving configuration parameters
    C  ..done
    C  *** ERROR => path for db2 library 'libdb2.so' could not be determined
    [dbdb6.c      11762]
    C  *** ERROR in getConfigurationAndEnvironmentHandle[/bas/741_REL/src/dbs/db6/dbdb6.c, 13610] CON = -1 (BEGIN)
    C  &+     DbSlConnectDB6: Unable to load DB2 libraries. Connect failed.                            
    C  &+                                                                                              
    C  &+                                                                                              
    C  *** ERROR in getConfigurationAndEnvironmentHandle[/bas/741_REL/src/dbs/db6/dbdb6.c, 13610] (END)
    M  ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 75]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c   2280]
    M

    Hi David ,
    Please check in Instance Kernel Directory /usr/sap/<SID>/<INSTANCE>/exe .
    there should be db6_clidriver exists and where all lib files related to Db2 exists. if not then copy in from global/db6/<LINUX> .and try .
    Thanks
    Manas Behra

  • Error connecting to DB2 via DRDA gateway for db2

    Linux 2 node RAC system version 10.2.0.4. Installed DRDA for db2 LUW version 11.2 into a new home on the existing RAC nodes. Installed and configured and followed note 945879.1. Restarted listener and configured tnsnames.ora successfully on both nodes. TNSPING works for the dg4db2 'SID' created. Created a database link, and when I tested by getting a simple count, I received the following error:
    select count(*) from schema.mydb2_table@db2_105
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from DB2_105Here's my listener config:
    SID_LIST_LISTENER_NODE1 =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
          (SID_NAME=dg4db2)
          (ORACLE_HOME=/u01/app/oracle/gateway/11_2/)
          (ENVS=LD_LIBRARY_PATH=/u01/app/oracle/gateway/11_2/dg4db2/driver/lib;/u01/app/oracle/product/10.2.0/db_1/lib)
          (PROGRAM=dg4db2)
      )Here's my tnsnames.ora:
    dg4db2 =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=vip-node1)(PORT=1521))
        (CONNECT_DATA=(SID=dg4db2))
        (HS=OK)
      )Here's the initdg4db2.ora - ip address and obfuscated:
    HS_FDS_CONNECT_INFO=[the ip address]:theport/ips,LUW
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    HS_TRANSACTION_MODEL=COMMIT_CONFIRM
    HS_FDS_TRANSACTION_ISOLATION=READ_COMMITTED
    HS_FDS_SUPPORT_STATISTICS=TRUE
    HS_FDS_RESULTSET_SUPPORT=FALSE
    HS_FDS_PACKAGE_COLLID=ORACLEGTW
    HS_IDLE_TIMEOUT=0And my db link syntax - database name and password obfuscated:
    CREATE DATABASE LINK db2_105
    CONNECT TO THEDB2DB
    IDENTIFIED BY somepassword
    USING 'dg4db2'tnsping output:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=vip-node1)(PORT=1521)) (CONNECT_DATA=(SID=dg4db2)) (HS=OK))
    OK (0 msec)Listener log from first node:
    08-FEB-2010 13:36:30 * (CONNECT_DATA=(SID=dg4db2)(CID=(PROGRAM=)(HOST=node1_hostname)(USER=oracle))) * (ADDRESS=(P
    ROTOCOL=tcp)(HOST=vip-node1)(PORT=55214)) * establish * dg4db2 * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptorNot sure where to go from here troubleshooting-wise. I understand that with 11.2, there is no longer a need to bind packages? Any help is much appreciated.
    Edited by: kellypw on Feb 8, 2010 12:06 PM
    Edited by: kellypw on Feb 8, 2010 12:20 PM

    your listener.ora contains an error in the SID section. you miss a closing bracket for the extproc SID and another SID_DESC for the dg4db2 SID:
    SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    ) #closing bracket is missing
    (SID_DESC = # SID desc is missing
    (SID_NAME=dg4db2)
    (ORACLE_HOME=/u01/app/oracle/gateway/11_2/)
    (ENVS=LD_LIBRARY_PATH=/u01/app/oracle/gateway/11_2/dg4db2/driver/lib;/u01/app/oracle/product/10.2.0/db_1/lib)
    (PROGRAM=dg4db2)
    After changing the listener.ora, stop and start the listener.

  • Enable awr and tkprof for particular sid

    Hi all,
    how to enable awr and tkprof for particular sid.
    it is very urgent
    Thanks
    mano

    Trace a session.
    1)Logout all sessions from the database
    2)Login to application (ensure that only one session is available)
    3)sqlplus trace/trace@026
    4)check the sid and serial# of the session from v$session
    Use the following query
    SQL> select username,to_char(logon_time,'DD-MON-YYYY HH:MI:SS') from v$session where username='<db username>' order by logon_time;
    SQL>exec sys.dbms_system.set_sql_trace_in_session(sid,serial#,TRUE);
    5)now execute the report/transaction.
    6)once the activity is over
    SQL>exec sys.dbms_system.set_sql_trace_in_session(sid,serial,FALSE);
    7)Now the trace file will be available in the udump folder of the database ip 10.44.0.26
    Userid/password: trace/trace
    The trace wil be available in /oracle/admin/orcl/udump
    8)To find the name of the trace file use the below query
    select spid from v$process where addr=(select paddr from v$session where sid=<enter the SID>);
    This will give the name of the file
    If you are not able to identify the trace file then please remove all files in udump before starting trace.
    9) ftp the trace fil to ur local pc and issue the tkprof command
    TKPROF <trace file (like D:\orcl_8853.trc)> D:\trace.txt explain=Oracle username/password (application user) sort=(prsela,exeela,fchela)
    This will give trace file in readable format(you need to have 10g client on your pc for tkprof to work)

  • Problem with skin for server side buttons.

    Hi,
    I have a problem with the skin for server side renderd buttons.
    In my CSS file I have :
    .AFButtonStartIcon:alias
    content:url(/skins/images/btns.JPG);
    .AFButtonEndIcon:alias
    content:url(/skins/images/btne.JPG);
    .AFButtonTopBackgroundIcon:alias
    content:url(/skins/images/btntb.JPG);
    .AFButtonBottomBackgroundIcon:alias
    content:url(/skins/images/btnbb.JPG);
    JPG files in project are in dir "public_html/skins/images".
    In WAR file,the JPG files are in "/skins/images" directory.
    Skin configuration is correct because other settings from CSS
    file are functioning fine after deploying.
    But buttons are standard browser buttons and are not taking the images i have used.
    In document provided by Oracle it says:
    (Note: These icons must be specified using either context-image or
    resource-image icons. Text-based icons are not allowed.)
    I am nt able to understand what this means?

    Perhaps this thread will help.
    JSF Skining Button Images
    The doc should say whether or not the width/height is a requirement. But since it doesn't mention it, try adding a width and height.
    - Jeanne

  • Can i use same Server for server side and client??

    Hi,
    i m developing webservices in java and using two different server for server side and client.
    e.g. i m using one tomcat server on a machine to run webservice and again using one more tomcat server on client side at different machine.
    and hence it need two tomcat server.
    But i want only one server to run webservice and client.
    So please help me out...
    Thanks

    Hi,
    It is always recommended to maintain different servers
    REgards,
    Ravi.

  • Task 0085 for parallel SID assignment terminated with errors

    Hi,
    While activating the ODS object we are getting the following error
    Task 0085 for parallel SID assignment terminated with errors
    Can anyone help me on this issue.
    Thanks
    Sheela Datla

    Hi Sheela,
    Does the problem happen with activating the ODS object (definition) itself or with activating the data in the
    ODS? I think that there must be other errors apart from Task 0085. At the time of the error you should check in
    sm21 and st22 for additional error messages and dumps. If the problem is with the activation of data in the ODS
    you should also check sm37 for the job that is created for the ODS activation , you may find more detailed
    information in the job log. You should also check the activation step in the 'Details' TAB in the monitor for
    the load there may also be more detailed information here.
    In transaction rscusta2 (ODS customizing) you should try the following setting for the activation:
    No. of Par. Proc.    3          
    Min. No. Data Recs.  10000     
    Wait Time in Sec.      600
    Before changing the values you have in RSCUSTA2 please take note of the values you have already in
    case you want to change them back.
    Best Regards,
    Des.

  • Error while installing NW7.3 ABAP for DB2 on z/OS Install DB CLI driver

    Dear Experts,
    i'm installing for the first time NW7.3 ABAP for DB2 on z/OS with AIX application server. Central Services was installed succesfull but next step Install Database on AIX stoped with error (establishConn.log):
    db2radm (release: "720", patch level: "000", version: "Jan 14 2012") begin:28.02.2012 10:54:39
    This is db2radm release: "720", patch level: "120", version: "Jan 14 2012".
    This is db2radm setting up DB2 Connect.
    Message file is /sapmnt/tmp/sapinst_instdir/NW73/INSTALL/NW73/DB2/HA/PI/DB/establishConn.log.
    db2radm called as: /usr/sap/DW8/SYS/exe/uc/rs6000_64/db2radm -m db2i -P 456 -L DW8DDF -S DW88 -H s10d1 -u SAPADM -p ******** -W primary_only -l /sapmnt/tmp/sapinst_instdir/NW73/INSTALL/NW73/DB2/HA/PI/DB/establishConn.log
    Adjusting environment
      dbs_db2_ssid=DW88
      SAPDBHOST=s10d1
      dbs_db2_user=SAPADM
      dbs_db2_schema=SAPADM
      dbs_db2_schema8=1
      dbs_db2_pw=********
    Checking environment
      DB host    = s10d1
      SSID       = DW88
      SAPSYSTEMNAME = DW8
    DB2Trc:    000000 CLI_ALLOC_ENV 1
    connect.ini file used: 'connect.ini.for.db2radm'
    Fail over connection list of this application server:
    NAME       = DW88_on_s10d1             
    USER       = SAPADM                    
    PASSWORD   = <***>                     
    SCHEMA     = SAPADM                    
    PS         = SAP0907U                  
    LOCATION   = DW8DDF                    
    SSID       = DW88                      
    HOST       = s10d1                     
    PORT       = 456                       
    RETRY_CNT  = 3                         
    SLEEP_TIME = 0                         
    DB2Trc: trace level of dbdb2cli set to 1
    COLLECTION ID used is "SAP0907U"
    DB2 Call 'SQLDriverConnectW' Warning: SQLCODE = 8007 : [IBM][CLI Driver][DB2] SQL8007W  There are "90" day(s) left in the evaluation period for the product "DB2 Connect". For evaluation license terms and conditions, refer to the License Agreement document located in the license directory in the installation path of this product. If you have licensed this product, ensure the license key is properly registered. You can register the license via the License Center or db2licm command line utility. The license key can be obtained from your licensed product CD.  SQL
    use lib_dbsl for DB2 version V9.
    Callback functions for dynamic profile parameter registered
    DbSl library successfully loaded.
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    SQL DRIVER VERSION is "09.07.0003"
    DB2Connect driver identified as THIN CLIENT
    Now I'm connected to DW88_on_s10d1
    DB2 DBMS version 09.01.0005
    DB2 LOCATION name DW8DDF
    (HYB): Info: Using OLD dbsl support.
    DB2 connect shared library loaded successfully.
    09.07.0003DB2Connect driver identified as THIN CLIENT
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    GetHaProfile: GetHaProfile: found 1 connections in connection profile.
    GetHaProfile: found section DW88_on_s10d1, ssid DW88, port 456, location DW8DDF, host s10d1  in connection profile
    connection profile /usr/sap/DW8/SYS/global/connect.ini opened.
    >>>>>> dump of connection profile
    ADDED 20120228 103331 by DB2RADM RELEASE 720 PATHLEVEL 000
      [DEFAULT_GROUP]
      CON1=DW88_on_s10d1
      [DW88_on_s10d1]
      SSID=DW88
      HOST=s10d1
      PORT=456
      LOCATION=DW8DDF
    <<<<<< end of dump of connection profile
    ssid DW88 found in connection profile, section DW88_on_s10d1.
    >>> analyse line:  * ADDED 20120228 103331 by DB2RADM RELEASE 720 PATHLEVEL 000
    >>> analyse line:  [DEFAULT_GROUP]
    >>> analyse line:  CON1=DW88_on_s10d1
    >>> analyse line: 
    >>> analyse line:  [DW88_on_s10d1]
    section DW88_on_s10d1 found.
    >>> analyse line:  SSID=DW88
    >>> analyse line:  HOST=s10d1
    >>> analyse line:  PORT=456
    >>> analyse line:  LOCATION=DW8DDF
    >>> analyse line:  section DW88_on_s10d1 found and data matches.
    backup connection profile /usr/sap/DW8/SYS/global/connect.ini .
    switch connection profile /usr/sap/DW8/SYS/global/connect.ini .
    check for adapted connection profile.
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    GetHaProfile: GetHaProfile: found 1 connections in connection profile.
    GetHaProfile: found section DW88_on_s10d1, ssid DW88, port 456, location DW8DDF, host s10d1  in connection profile
    ssid DW88 found in connection profile, section DW88_on_s10d1.
    check for adapted connection profile passed.
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    GetHaProfile: GetHaProfile: found 1 connections in connection profile.
    GetHaProfile: found section DW88_on_s10d1, ssid DW88, port 456, location DW8DDF, host s10d1  in connection profile
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    SQL DRIVER VERSION is "09.07.0003"
    DB2Connect driver identified as THIN CLIENT
    DB2Trc: 00 000000 cli_get_cli_driver_bld_level 1 s101006
    SQL DRIVER NAME is "libdb2.a"
    SQL DBMS NAME is "DB2"
    SQL DBMS VERSION is "09.01.0005"
    DATABASE NAME(DB2 Connect DCS database name) is "DW8DDF"
    The bind is skipped since collection for ssid DW88 is already bound.
    To force the bind, use option "-B force".
    DB2TRC: 0000000000 00      000000   CLI_DISCONNECT
    DB2TRC: 0000000000 00      000000   CLI_FREE_DBC 1
    DB2TRC: 0000000000 00      000000   CLI_FREE_ENV 1
    DB VERSION is 09.01.0005.
    Starting Grants .
    DB2Trc:    000000 CLI_ALLOC_ENV 1
    COLLECTION ID used is "SAP0907U"
    DB2 Call 'SQLDriverConnectW' Warning: SQLCODE = 8007 : [IBM][CLI Driver][DB2] SQL8007W  There are "90" day(s) left in the evaluation period for the product "DB2 Connect". For evaluation license terms and conditions, refer to the License Agreement document located in the license directory in the installation path of this product. If you have licensed this product, ensure the license key is properly registered. You can register the license via the License Center or db2licm command line utility. The license key can be obtained from your licensed product CD.  SQL
    Connecting to <DW88_on_s10d1> on connection 0 ...
    Now I'm connected to DB2 (09.01.5)
    SQL DRIVER NAME is "libdb2.a"
    SQL DBMS NAME is "DB2"
    SQL DBMS VERSION is "09.01.0005"
    DATABASE NAME(DB2 Connect DCS database name) is "DW8DDF"
    New functions of DB2 V9 are switched on
    Profile parameter dbs/db2/cli_trace_dir is not set
    dbdb2dic.c 1709 INFO    Profile: SDB2_DEBUG=<UNSET>                                                                           
    dbdb2dic.c 1733 INFO    Envrmnt: sdb2_debug=<UNSET>                                                                           
    dbdb2dic.c 1733 INFO    Envrmnt: SDB2_DEBUG=<UNSET>                                                                           
    DB2 Call 'CLI_EXECUTE' Error: sqlcode = -204 : [IBM][CLI Driver][DB2] SQL0204N  "SAPADM.#LOBU" is an undefined name.  SQLSTATE=42704
    dbdb2dic.c 2251 INFO    rc=103,sqlcode=-204: ExeRead                                                                          
    dbdb2dic.c 1709 INFO    Profile: dbs/db2/max_retry=<UNSET>                                                                    
    dbdb2dic.c 1733 INFO    Envrmnt: DB2_MAX_RETRY=<UNSET>                                                                        
    dbdb2dic.c 1709 INFO    Profile: dbs/db2/retry_on_924=<UNSET>                                                                 
    dbdb2dic.c 1733 INFO    Envrmnt: DB2_RETRY_ON_924=<UNSET>                                                                     
    dbdb2dic.c 1709 INFO    Profile: dbs/db2/no_retry_on_10=<UNSET>                                                               
    dbdb2dic.c 1733 INFO    Envrmnt: dbs_db2_no_retry_on_10=<UNSET>                                                               
    dbdb2dic.c 1733 INFO    Envrmnt: DBS_DB2_NO_RETRY_ON_10=<UNSET>                                                               
    DB2 Call 'SQLEndTran' Error: sqlstate = 08003 : [IBM][CLI Driver] CLI0106E  Connection is closed. SQLSTATE=08003
    [dbdb2dic.c  1873:rc=99: COMMIT WORK failed]
    dbdb2dic.c 1873 ERROR   rc=99: COMMIT WORK failed                                                                             
    [dbdb2dic.c  2019:rc=99,sqlcode=268435455: ExecDDL failed (DB error)]
    dbdb2dic.c 2019 ERROR   rc=99,sqlcode=268435455: ExecDDL failed (DB error)                                                    
    DB2 Call 'SQLEndTran' Error: SQLCODE = -99999 : [IBM][CLI Driver] CLI0106E  Connection is closed. SQLSTATE=08003
    ROLLBACK failed with SQL error '-99999'
    ERROR: couldn't connect to DB
    rc = 99
    error message returned by DbSl:
    rc=99,sqlcode=268435455: ExecDDL failed (DB error)
    DB2RADM EXITCODE: 12
    db2radm finished (0012)
    db2radm stop:28.02.2012 10:54:39
    i've patched db2radm and sapinst to the latest version.
    May be i should manually create "SAPADM.#LOBU"?
    Please help to solve these issue.
    Best regards,
    Alexander V

    Hi ,
    Please check if Note 1581637 - Installing a System with DB2CODEPAGE other than the default is useful.
    Award points if useful.
    Thanks,
    Ravi

  • I have a Windows 7 Professional, 64 bits on my computer and have recently installed iTunes 11.1.3.8. but i started having this msg :"The folder iTunes is on a locked disk or you do not have write permission for this folder" issues: how can i solve it?

    I have a Windows 7 Professional, 64 bits on my computer and have recently installed iTunes 11.1.3.8. but i started having this msg :"The folder iTunes is on a locked disk or you do not have write permission for this folder" issues: how can i solve it?

    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and SYSTEM full control of this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7 shouldn't be too different.
    If it won't let you change the permissions use the Owner tab to take ownneship from an account with administror privileges.
    tt2

  • No CENTRAL nor DIALOG instance known for system SID

    Hi,
    We are in the process of setting up our Solution Manager 7.1. Currently we are in the step 'Managed System Configuration'.
    We are stuck on the step 7 - "Create Users". There are 4 users to be created which are already there in the systems(Created Manually).
    The users are
    SAPSUPPORT and SMDAGENT_XXX for ABAP and Java both.
    In the ABAP view it gives the error as "No CENTRAL nor DIALOG instance known for system SID".
    In the Java view it gives the error as "User Status Cannot be checked".
    We are on the below Support Pack status:
    SAP_ABA 702 0008 SAPKA70208
    SAP_BASIS 702 0008 SAPKB70208
    PI_BASIS 702 0008 SAPK-70208INPIBASIS
    ST-PI 2008_1_700 0004 SAPKITLRD4
    SAP_BS_FND 702 0006 SAPK-70206INSAPBSFND
    SAP_BW 702 0008 SAPKW70208
    SAP_AP 700 0024 SAPKNA7024
    WEBCUIF 701 0005 SAPK-70105INWEBCUIF
    BBPCRM 701 0005 SAPKU70105
    BI_CONT 706 0003 SAPK-70603INBICONT
    CPRXRPM 500_702 0006 SAPK-50006INCPRXRPM
    ST 710 0003 SAPKITL703
    ST-BCO 710 0001 SAPK-71001INSTBCO
    SOCO 101 0000 -
    ST-A/PI 01N_700SOL 0000 -
    ST-ICO 150_700 0030 SAPK-1507UINSTPL
    ST-SER 701_2010_1 0008 SAPKITLOS8
    Please suggest a solution to this.
    Thanks & Regards,
    Ajitabh

    Hello Ajitabh,
    I'm sure that you will see this error if you expand the error entry:
    SPML service failed to process searchRequest
    1. If you followed the advices from note 1616058, disabling SPML:
    When the SPML is desactivated, the status of users can't be checked.
    We are working to provide a note to solve this issue. Note number is 1647267, it is not release yet, but the solution is:
    "Enable to flag the user creation  to 'manually performed' in solman_setup".
    2. If you didn't disable SPML:
    Please refer to the steps in this SAP Note : 1647157 which will help you address the issue.
    Please let us know the outcome, thanks.
    Best regards,
    Guilherme

  • Unable to use RAS SDK for server-side printing for XI 3.1

    Hi all,
    I am using RAS SDK for server-side printing.  Here are my codes:
    ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
    IEnterpriseSession enterpriseSession = sessionMgr.logon("Administrator", "", "cdi5boe", "secEnterprise");
    IInfoStore iStore = (IInfoStore) enterpriseSession.getService("InfoStore");
    //out.println("Current User is = " + enterpriseSession.getUserInfo().getUserName());
    //out.println ("<br>");
    IInfoObjects infoObjects = iStore.query("SELECT * FROM CI_INFOOBJECTS WHERE SI_Kind='CrystalReport' AND SI_NAME = 'Sales Print'");
    IInfoObject infoObject = (IInfoObject)infoObjects.get(0);    
    IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("RASReportFactory");
    ReportClientDocument rcd = new ReportClientDocument();
    rcd = reportAppFactory.openDocument(infoObject,0, java.util.Locale.US);
    //Create print options to use when printing.
    PrintReportOptions printOptions = new PrintReportOptions();
    printOptions.setPrinterName("
    cdi5boe
    HPLaserJ");
    printOptions.setJobTitle("Test Printer Job");
    printOptions.setPrinterDuplex(PrinterDuplex.horizontal);
    printOptions.setPaperSource(PaperSource.auto);
    printOptions.setPaperSize(PaperSize.paperLetter);
    printOptions.setNumberOfCopies(1);
    printOptions.setCollated(false);
    PrintReportOptions.PageRange printPageRange = new PrintReportOptions.PageRange(1,1);
    printOptions.addPrinterPageRange(printPageRange);
    //Print report.
    rcd.getPrintOutputController().printReport(printOptions);
    When I run the report, I got the following errors:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterException: com.businessobjects.crystalreports.printer.bean.ReportPrinter---- Error code:-2147215357 Error code name:internal
    I consult the Diamond Technical Community and I found the issue related to printer name:
    https://boc.sdn.sap.com/node/498
    However, I did check the printer name, it is accessible via Windows Explorer.
    Anyone knows how to resolve this?
    Regards,
    Derek

    It doesn't appear to be listed as a dependency in the developer docs, but would you try putting the ReportPrinter.jar in your RAS app?
    Sincerely,
    Ted Ueda

  • How to change the permission of a folder of a website hosted on Microsoft Azure. I would like to know how to enable read write permission for this folder

    How to change the permission of a folder of a website hosted on Microsoft Azure. I would like to know how to enable read write permission for this folder
    Regards,
    John

    Hi,
    Please try to setting Folder Permissions on Web Publish, and then deploy it with Web Deploy, as far as I know, if we do that, Web Deploy will use the SetAcl operation to change permissions. Please have a look at the article below.
    #http://sedodream.com/2011/11/08/settingfolderpermissionsonwebpublish.aspx
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Websphere Studio Plug-in for DB2 Intelligent miner

    The WebSphere Studio Plug-in for DB2 Intelligent Miner is a plug-in for Websphere Studio development tools (WSSD, WSAD, WSED) that can be used as a graphical front end for DB2 Intelligent Miner Scoring/Modeling.
    DB2 Intelligent Miner Scoring/Modeling is a DB2 extender for data mining. It provides a SQL API that allows you to add data-mining functionalities to your application. But since it doesn't provide any GUI, the programmer has to learn the data-mining SQL API to be able to use it. For complex mining operations on large numbers of tables, the use of the API is not an easy task.
    This plug-in hides the complexity of the API by allowing the programmer to define a data-mining process in a visual and intuitive way. The plug-in automatically generates the SQL code necessary for running it.
    http://www.alphaworks.ibm.com/tech/imeclipseplugin?open&S_PKG=&S_TACT=103AMW61&S_CMP=GR&ca=dgr-awjw03imeclipseplugin

    The WebSphere Studio Plug-in for DB2 Intelligent Miner is a plug-in for Websphere Studio development tools (WSSD, WSAD, WSED) that can be used as a graphical front end for DB2 Intelligent Miner Scoring/Modeling.
    DB2 Intelligent Miner Scoring/Modeling is a DB2 extender for data mining. It provides a SQL API that allows you to add data-mining functionalities to your application. But since it doesn't provide any GUI, the programmer has to learn the data-mining SQL API to be able to use it. For complex mining operations on large numbers of tables, the use of the API is not an easy task.
    This plug-in hides the complexity of the API by allowing the programmer to define a data-mining process in a visual and intuitive way. The plug-in automatically generates the SQL code necessary for running it.
    http://www.alphaworks.ibm.com/tech/imeclipseplugin?open&S_PKG=&S_TACT=103AMW61&S_CMP=GR&ca=dgr-awjw03imeclipseplugin

  • How to control the permission for reports in share folder?

    Hi Experts,
    In OBIEE 11.1.1.6.0.
    I have created two folders in share folder,one is sales folder which contains some sales reports,and the other is dashboard folder which contains some dashboard pages that have these sales reports.
    So I want to new users who do not access the sales folder, but can view the sales reports in dashboard pages.
    How to control the permission for reports in share folder? Thanks for your help.
    Note: Dashboard pages have whole sales reports for showing.

    Hi User,
    1. Give access to the users for all reports.
    2. Give No Access to Retail Folder
    3. GIve read or full access to dashboard folder.
    To set the permission , click on the object/folder bottom left you will find Permission. you set there.
    Mark if correct,
    fiaz

  • Source system Connection for DB2

    Hi All,
    I need to create a source system for DB2 in SAP BI 7.0.
    I have some information about the DB2 database but not sure if that info is sufficient to create a source system for this server.
    The info I have for DB2 server SERVER1  :
    FOR SERVER1:
    1)    Username: User01
    2)    DB Password: XXXXX
    3)    Conn. Info : BCDT
    I could get the info that database name is entered with the parameter u201CDB2_DB_NAME=u201D  (is that right ?)
    I believe that there needs to be more info for "Conn Info" other than just what is provided.
    Regards
    Shalabh Jain

    Hi Jain,
                    Hope this will help you....
    ETL PROCESS WITH DB2
    Thanks,
    Vijay.

Maybe you are looking for

  • How can I copy my contacts on my ios to my email

    I have a new email and I want all the conacts on my iCloud to be copyed in to the email I`m using an iPhone 4 & iPad 3 all updated to 6.1

  • SYNC no longer works with 10.6.1 - Assistance Please!

    My Curve has been working great with PocketMac Sync for the last year. A couple days ago I updated my MAC to 10.6.1 and now it no longer shows my Blackberry on the desktop when I plug it into the USB cable. When I open PocketSync it says "Avaliable"

  • Logo in Smartform.

    Hello Everybody, I am supposed to load the logo into the form based on the input given by the user.i,e. i should the take the name of the logo to be put in the SMARTFORM from the text box in the selection screeen.Could some one tell me as to how this

  • JNDI lookup from a JSP page (URGENT)

    Hello, In my JSP I was using the "conn = DriverManager.getConnection("URL","username", "password")" scheme to connect to the database. I want to change this to use the JNDI for the database lookup in the same JSP. After creating this JSP i am using t

  • Enable exception handling in trigger

    Hello- I am fairly new to Oracle, and have written a simple audit trigger to insert old values into an audit table upon updates to an existing table. I am trying to incorporate some exception handling in case there are errors. Is there a way to 'enab