on 2014 Feb 04 6:06 PM
Hi at all,
I've got an issue during Downtime. Now i need some help. I am implement EHP7 in an ERP System. In Pahes MAIN_NEWBAS/STARTSAP_NBAS the error message show me this error:
Checks after phase MAIN_NEWBAS/STARTSAP_NBAS were negative!
Last error code set: RFC login to system SLT as host ax-swb-q06 nr 19 gwhost ax-swb-q06 gwservice sapgw19 failed with code 2 key
RFC_LOGON_FAILURE: >>>>>>>>>>> DB-Error - -206<br/> System start failed.
SID: SLT
Host: AIX ax-swb-q06
DB: DB2 for z/OS
What should i do now??? Please help!!!
Thanks in advance
Alex
Request clarification before answering.
Alex,
Do check DDIC user in 000 client. It should not be locked.
Also check if client any client is protected against Upgrade.
Regards,
Raghuram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI
Kindly refer the SAP Note
Regards
Hi at all,
now i've solved the Problem. The problem was that the SUM process in the upgrade has not put the column "SECURITY_POLICY " in the table USR02. Thus, no USER could be tested / cross-checked. And the System producted always a dump with error code " DB2-Error - -206" (IS NOT VALID IN THE CONTEXT WHERE IT IS USED).
System dump:
"[IBM][CLI Driver][DB2] SECURITY_POLICY IS NOT VALID IN THE CONTEXT WHERE IT IS USED"
We' ve put manually this column in USR02 and the Problem was solved.
ALTER TABLE SPAR3.USR02 ADD COLUMN SECURITY_POLICY
VARCHAR(40) NOT NULL DEFAULT;
Thank you for your help and support!
Regards,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.