Quantcast
Channel: SCN : Discussion List - SAP on DB2 for z /OS
Viewing all 23 articles
Browse latest View live

R3trans error

$
0
0

Refreshed system giving below R3trans -error . environment varialbles .dbenv.sh is already in place. This is R3trans version 6.05 (release 46D - 10.06.11 - 13:57:00). 2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/QD1/SYS/exe/run  ' or dbms_type 'DB6'" R3trans finished (0012). Please share your thoughts. thanks, -csk


Problem with STOGROUP when creating indexes

$
0
0

Hello,

 

I done an homogeneous system copy a couple of weeks ago of an SAP ERP 6.0 EHP5, from the productive system onto the test system.

Everything is going ok by now.

The only problem is that it's impossible to creating indexes on any table due to the STOGROUP.

When defining the index and customizing storage parameters, I put <Test system SID>BTI as the STOGROUP.

Then it fails to create the index with the message in the log:

 

sql:

     COMMIT WORK

Tmpo.DDL(___1): .........1 milisegundos.

sql:

     CREATE TYPE 2 INDEX 'EKKO~Z03'

     ON 'EKKO'

     ('ZZPEDHOST' )

[IBM][CLI Driver][DB2] GEWBTI IS AN UNDEFINED NAME

 

"GEWBTI" is the <Productive system SID>BTI, that it shouldn't be used because it does not exist, and I changed it before creating it.

I know there should be a table *DB2* where the default stogroup for indexes or for tabarts are registered but I can't find it.

 

Thanks in advance.

 

Regards,

Leo.

db statistics

$
0
0

hi guys

 

i just want to know the diff bet rebuiling the indexes & updating DB statistics

Inst DB2 V11, Netweaver 7.4 - problems with SAPCL

$
0
0

Dear Colleagues,

We have installed a z/os 2.1, DB2 V11 with Netweaver 7.4 and are trying to configure the sapcl.

In db02, job profile, general, we can't see or select the db2 subsystem ID and therefore are not able to configure the stored procedure.

Error message: <SID>: Error reading password: Invalid description.

Regards,

Alexander

DSNL511I Messages on z/OS

$
0
0

Hello,

I just wanted to ask, if anybody else is experiencing "DSNL511I TCP/IP CONVERSATION FAILED" Messages on z/OS?

 

We get this messages during regular production work, after a SAP Web-User closes his browser window unexpectedly. They seem to be caused by a conversation "misunderstanding" between DB2 connect and DB2 on z/OS. We are Using DB2 Connect 9.5 and DB2 9 for z/OS.

temporary tablespace in DB2/390

$
0
0

What are the general guidlines for temporary tablespace in DB2/390?

Can you point me to any best practice document?

Day light savings time

$
0
0

We have a landscape for Europe, which is approaching the day light savings switch.

I need help with few questions.

 

1. Can you share your experience how your systems are being handled for EST/CST/PST or Europe timezone's.

Are you shutting down the SAP and DB for 2 hours 10 mins during switch?

 

2. On the zOS, we have set the following parameter.

T TIMEZONE=E.02.00   and

SET TIMEZONE CES

is there a automatic setting that takes care of timezone change during day light time switch, so that we dont need to shutdown the LPAR(just restart the SAP and DB)?

Migrating SAP on Mainframe DB2 to Hana on x86

$
0
0

Hi,

 

I have been asked to provide information on the following:

 

Has anyone migrated a SAP system from DB2 on the mainframe into Hana running on large x86 boxes? (any info you can give would be greatly appreciated, understanding obvious need for privacy issues).

 

Can anyone give me an insight into any technical issues that would need to be dealt with? Obviously a little open ended, but looking for the significant "show stopper" type issues if not addressed.

 

Any information on moving the actual SAP configuration from mainframe to x86 would also be appreciated.

 

Thanks

Marc


Changing the CI for SAP system

$
0
0

Dear All,

 

We are working on DB2 upgrade from V9.1 to V10. In our SAP landscape we have our central instance on mainframe & application on AIX.

As CI on z/os is not supported from DB2 V10 onwards. We have a requirement to remove the central instance from z/os & make the applicaiton on AIX our CI. Can someone suggest how this can be done.

 

Thanks in advance !

 

 

Regards,

Manoj

saproot read access to BPX.DAEMON.HFSCTL

$
0
0

Dear Colleagues,

We faced some issues installing SMD Agent on zos because the user saproot has no read access to BPX.DAEMON.HFSCTL. This is needed based on the Security Guide 2.3.2.2 for SAP on IBM DB2 for zos.

For our RACF colleagues setting this read access is quite a security risk and they have asked if there is not another solution?

Regards,

Alexander

Migration key for old version SAP 3.1H

$
0
0

Hi all

  i need  migration key for older version of SAP  3.1H,i believe this is same for all SID and host name.if any one had perform the migration with this version please share with me the migration key.

 

Thanks and Regards

Soumya

Back up and Recovery DB2 database

$
0
0

Hi Gurus,

 

I'm new on this. Could you please explain how we can back up recover DB2 database on SAP? Can we use SAP BR tools?

SAP BW install on zDb2

$
0
0

Thomas, Anne,

 

Were can our clients find the installation images for SAP BW on NW 7.4 for DB2 z?

Everything looks to reference SAP BW on HANA.

Do they use the documentation or SAP BW HANA just running on Software Provisioning client on support SAP DB2 Z appserver?

 

Thanks for the information

 

Bryan Kelley

ControlM vs Redwood Central processing scheduler

$
0
0

Does any one using ControlM or Redwood Central processing scheduler for job scheduling.

We are looking for the difference between these two tools.

Let me know ASAP

Get TOP 10 tables in SAP

$
0
0

Hi,

 

Can anybody tell me how can I list TOP 10 tables in SAP?

When I look in DB02 for table sizes, it does not show the history of all tables at once, I have to choose the tablespace and the table each time.

 

Thanks,

Nishikant


DB2 Hint with an SAP view?

$
0
0

Do DB2 Hints work with SAP views?

 

I am using the following code:

 

 

      SELECT v_equi~equnr v_equi~objnr v_equi~matnr eqbs~b_werk  

      INTO CORRESPONDING FIELDS OF TABLE i_equi
     
FROM v_equi LEFT JOIN eqbs
       
ON v_equi~equnr = eqbs~equnr
      
FOR ALL entries IN i_material
    
WHERE v_equi~bukrs EQ wa_org_tab-bukrs
      
AND datab LE sy-datum   "Valid-From Date
      
AND datbi GT sy-datum   "Valid To Date
      
AND kund2 IN r_kund2
      
AND matnr EQ i_material-matnr
      
AND spras = sy-langu
       %_HINTS DB2
       
'CTE_HINT=WITH DSN_INLINE_OPT_HINT ' &
       
'(TABLE_NAME,ACCESS_TYPE, ACCESS_NAME)' &
       
' AS (VALUES ( ''EQUI'', ''INDEX'', ''EQUI~B40''))'.

 

But, the optimizer does not pick the B40 index.

 

Can someone assist?

 

Regards,

Steve

SAP Basis job SAP_CCMS_MONI_BATCH_STARTUP_DP is failing.

$
0
0

Hello Experts,

 

Since 1 month now the standard job SAP_CCMS_MONI_BATCH_STARTUP_DP is failing with below information and isnt performing any actions on the Database, and the job remains in a continuous loop for days together.

 

I couldnt find any logs from SM37, ST22 and SM21 except for the trace file of the wp. And here it is below

 

Sat Jan 10 04:59:27 2015                                                                                                        

M  ThInit: running on host usz****01                                                                                               

M  calling db_connect ...                                                                                                         

B  Loading DB library '/usr/sap/QA1/DVEBMGS01/exe/dbdb2slib.o' ...                                                                

B  Library '/usr/sap/QA1/DVEBMGS01/exe/dbdb2slib.o' loaded                                                                        

B  Version of '/usr/sap/QA1/DVEBMGS01/exe/dbdb2slib.o' is "720.00", patchlevel (0.324)                                            

C  DB2Trc: trace level of dbdb2cli set to 1                                                                                       

C  Callback functions for dynamic profile parameter registered                                                                    

C  DB2Trc: dbs/db2/dsn_alias is not set -> we use the SAP fail over feature                                                       

C  DB2_CLI_DRIVER_INSTALL_PATH = /usr/sap/QA1/DVEBMGS01/exe/db2_clidriver -> load shared library libdb2.a(shr_64.o) using this path.

C  DB2 Connect driver version 09.07.0003                                                                                          

C  DB2 Connect driver build level is unknown                                                                                      

C  DB2Trc:    000000 CLI_ALLOC_ENV 1                                                                                              

C  Using user(db2cqa1) and password(<pwd>) from password service.                                                                 

C  connect.ini file used: '/usr/sap/QA1/SYS/global/connect.ini'                                                                   

C  *** ERROR => Invalid key ClientBuffersUnboundLOBS in line 4                                                                    

[dbdb2con.c   3978]                                                                                                              

C  *** ERROR => Key must begin with 'CON' followed by an unsigned integer                                                         

[dbdb2con.c   3979]                                                                                                              

C  *** ERROR => Unsigned integer must be greater 0 and less than 17                                                               

[dbdb2con.c   3980]  


 


Please do let me know in case any additional logs are required.


Regards

Hari Haran V

SAP ERP.In DBA planning calendar I return only 1 TableSpace: A100X997.DB2MISC

$
0
0

Hi! When I planning reorg_al_ts in DBA planning calendar I return only 1 TableSpace: A100X997.DB2MISC. But objects in requiring reorg very big. In my satellite centre stay DB2 for Z/OS v10.1 and SAP NetViewer 7 EHP6 approximately.  I known, that DB2 use stored procedure SYSPROC.DSNACCOR for build the list of TableSpace requiring reorg. Maybe change parameters in DBACOOKPIT->Configuration->DB Alert Settings ?

DB2->Jobs->Jobs Control->Utility Skeletons
UTILS:REORG_TS >>

REORG TABLESPACE &OBJECT.      

SHRLEVEL CHANGE      

MAPPINGTABLE DB2ADM.MAPTABLE      

COPYDDN(COPYTPL)            //UTILS:TEMPL_COPYDD      

RECOVERYDDN(COPYTPL)      

UNLDDN(UNLDTPL)    

SORTDEVT SYSDA      

DRAIN_WAIT 15      

DRAIN ALL      

MAXRO 240      

DELAY 900      

LONGLOG CONTINUE      

TIMEOUT TERM    

RETRY 20      

RETRY_DELAY 15    

DEADLINE NONE

 

UTILS:TEMPL_COPYDD >>

TEMPLATE COPYTPL

UNIT SYSDA

DATACLAS SORTSAP

DISP(NEW,DELETE,DELETE)

SPACE(300000,300000) TRK

DSN ('SORTSAP3.&DB..&SN..&UQ.')

Configure Backup DB13

$
0
0

Hi fellows  ,  i need configure Backup in sap ecc with db2 10 z/os  .

 

I'm search a doc with steps for creation database backup with DB13 .

 

I'm want to try in DEV system using BACKP SYSTEM . I'm using DBA Planning Calendar for solve this question . I'm dont expertise in db2 enviroments there i'm need a simple manual .

 

Best Regards .

 

Fabio 

Does the rdisp/mshost parameter have to match TCPIP hostname?

$
0
0

Everyone,

 

We run Linux for system z appservers and DB2 under z/os database servers.

 

For our networks, the naming convention here is set up where TCPIP hostname = rdisp/mshost = DNSname = primary interface.

 

Right now our rdisp/mshost parameter in our appservers say George.  The TCPIP hostname says George.  The DNS entry for George resolves to 10,10,10,10 which happens to be our primary network interface attached to George.

 

Life is good.  When we have secondary interfaces, we add an appropriate suffix to the dns entry and have it resolve to another address.  For example, a gigabit fiber interface with large frames would resolve to 10.10.120.10.

 

Notice no routes.  The only route is the default route.

 

But the time has come to change the network.  The network folks are putting in some new hardware.  And we want to move some of the traffic that goes to hostname George to a network with a suffix of t1. That is we would like to have the rdisp/mshost paramter say Georgt1, but still have the actual tcpip hostname called George.  Is there anything inside of SAP that would prevent us from doing this?

 

Ron Foster

Viewing all 23 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>