0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows初期設定&作業コマンド&参考Note【SAP BASIS向け】

Last updated at Posted at 2024-09-25

作業でよく使う情報の備忘録です。SAPシステム構築を前提として書いています。※随時更新

■初期設定
TCP-IP有効化確認:SQL構成マネージャー ->ネットワーク構成->プロトコル

ユーザ作成(administrators追加)

EBS初期化(AMIからリストア時)
ドライブ確認
wmic diskdrive get size,deviceid

初期化コマンド
fio --filename=\.\PHYSICALDRIVE0 --rw=read --bs=128k --iodepth=32 --direct=1 --name=volume-initialize

■SAP
移送依頼
移送依頼番号確認(SQL)
SELECT TRKORR FROM ..E070L;

移送依頼番号変更(SQL)
UPDATE ..E070L SET TRKORR = '<移送依頼番号>' WHERE LASTNUM = 'TRKORR';

■ツール準備
Eclipse
ABAP Development Tools
参考:https://tools.eu1.hana.ondemand.com/
HANA Studio

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?