Db13_fix.docx

  • Uploaded by: anupam
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Db13_fix.docx as PDF for free.

More details

  • Words: 653
  • Pages: 5
2018/11/17

WO_UNASSIGNED

PREPARED FOR:

DB13 Job Failure Fix PREPARED BY:

Version

Date

Author

Description

1.0

2018/11/17

Anupam Dabral

WO_UNASSIGNED HANSEN Database Connection Details

Copyright

All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of Metropolitan Sewer District. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft®, WINDOWS®, NT®, EXCEL®, Word®, PowerPoint® and SQL Server® are registered trademarks of Microsoft Corporation. IBM®, DB2®, DB2 Universal Database, OS/2®, Parallel Sysplex®, MVS/ESA, AIX®, S/390®, AS/400®, OS/390®, OS/400®, iSeries, pSeries, xSeries, zSeries, z/OS, AFP, Intelligent Miner, WebSphere®, Netfinity®, Tivoli®, Informix and Informix® Dynamic Server™ are trademarks of IBM Corporation in USA and/or other countries. ORACLE® is a registered trademark of ORACLE Corporation. UNIX®, X/Open®, OSF/1®, and Motif® are registered trademarks of the Open Group. Citrix®, the Citrix logo, ICA®, Program Neighborhood®, MetaFrame®, WinFrame®, VideoFrame®, MultiWin® and other Citrix product names referenced herein are trademarks of Citrix Systems, Inc. HTML, DHTML, XML, XHTML are trademarks or registered trademarks of W3C®, World Wide Web Consortium, Massachusetts Institute of Technology. JAVA® is a registered trademark of Sun Microsystems, Inc. JAVASCRIPT® is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MarketSet and Enterprise Buyer are jointly owned trademarks of SAP AG and Commerce One. SAP, R/3, mySAP, mySAP.com, xApps, xApp, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. V3iT, Lighthouse, vakiljee, hakimjee and egovt.us.com are registered trademarks of V3iT Consulting, Inc. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves information purposes only. National product specifications may vary.

Icons

Icon

Meaning Caution Example Note Recommendation Syntax

Typographic Conventions Type Style

Description

Example text

Words or characters that appear on the screen. These include field names, screen titles, pushbuttons as well as menu names, paths and options. Cross-references to other documentation.

Example text

Emphasized words or phrases in body text, titles of graphics and tables.

EXAMPL E TEXT

Names of elements in the system. These include report names, program names, transaction codes, table names, and individual key words of a programming language, when surrounded by body text, for example, SELECT and INCLUDE.

Example text

Screen output. This includes file and directory names and their paths, messages, source code, names of variables and parameters as well as names of installation, upgrade and database tools.

EXAMPL E TEXT

Keys on the keyboard, for example, function keys (such as F2) or the ENTER key.

Example text

Exact user entry. These are words or characters that you enter in the system exactly as they appear in the documentation.

In Transaction DB13 , The check and update optimizer statistics Job is failing.

Double click on the error ( marked in red) to open the error log

Follow the Note 1764043 – Support For Secure Storage in Br Tools.

Create the below directories , In case they don’t exist already with owner as oracle:oinstall: /oracle/<SID>/security/ /oracle/<SID>/security/rsecssfs /oracle/<SID>/security/rsecssfs/d ata /oracle/<SID>/security/rsecssfs/k ey Execute the below queries in sql to create a user for Br Tools namely “brt$adm” and to grant the user privilidges:

SQL> create user brt$adm identified by ; SQL> grant sapdba, sysdba, sysoper to brt$adm; Execute the below query in sql to set the correct password for the Br Tools user: brconnect -u / -c -f chpass -o 'BRT$ADM' -p <password> -s brtools Execute the below query to check if the Connection using Br Tools user is working fine: brconnect -u // -c -f check Execute the check and update optimizer statistics Job in DB13 again.

The Job is working fine now after following the above documented procedure.

More Documents from "anupam"