cancel
Showing results for 
Search instead for 
Did you mean: 

MAIN_NEWBAS/STARTSAP_NBAS were negative! RFC_LOGON_FAILURE:DB-Error - -206

alex_quiring
Discoverer
0 Kudos

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: &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; 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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

alex_quiring
Discoverer
0 Kudos

Hi Raghuram,

i can not logon to the System. When I enter the credentials and confirm i get an error Message ">>>>>>>>>>> DB-Error -      -206

Regards,

Alex

Former Member
0 Kudos

Is R3trans -d working?

Any changes on Kernel recently? Also are you able to login to DB with SAPSR3?

Regards,

Raghuram

Sriram2009
Active Contributor

Answers (1)

Answers (1)

alex_quiring
Discoverer
0 Kudos

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