cancel
Showing results for 
Search instead for 
Did you mean: 

Rabax during sap gui login

Former Member

    Hi,

During SAP upgrade I am on the step of starting shadow instance. It is started. Unfortunatelly when trying to launch login screen message "RABAX during sap gui logn" is displayed.

In logs w work processes I have found:

N  VSI: WP init in ABAP VM completed with rc=0

E  EnqId_Initialize: local EnqId initialization o.k.

A

A Fri Feb 21 00:34:26 2014

A  *** ERROR => TEXTENV_INVALID environment: [ablocale.c   239]

A  {root-id=80212846C4D21EE3A6D0F11A76FA0D7E}_{conn-id=0000000000000000000000000

0000000}_0

A  *** ERROR => Locale=`en_US' Lang=`E' [ablocale.c   245]

A  {root-id=80212846C4D21EE3A6D0F11A76FA0D7E}_{conn-id=0000000000000000000000000

0000000}_0

A  *** ERROR => Country=`   ' CodePage=`1100'. [ablocale.c   251]

A  {root-id=80212846C4D21EE3A6D0F11A76FA0D7E}_{conn-id=0000000000000000000000000

0000000}_0

A  TH VERBOSE LEVEL FULL

A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.

A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.

A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.

A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.

I have found that table TCPDB was empty and I inserted the value 1100 there but it still does not work.

Any idea what could be the reason of this problem?

QAS

View Entire Topic
former_member182657
Active Contributor

Hi,

As you said you've inserted value 1100 into table TCPDB.Please share output of SQL query

select * from SAPDEV.TCPDB;

& to insert 1100 into table TCPDB use below query

INSERT INTO "TCPDB~" VALUES ('1100','1100');

Thanks

Former Member
0 Kudos

SQL> select * from SAPDEV.TCPDB;


CPTR CPPO
---- ----
1401 1401

SQL> SQL>

former_member182657
Active Contributor
0 Kudos

Hi,

Please update table with 1100 by using command

INSERT INTO "TCPDB~" VALUES ('1100','1100');

after that try to logon.

Thanks