cancel
Showing results for 
Search instead for 
Did you mean: 

FRF-00063 RFC logon failed with message: A:SY:002 Codepage 1100 is not rel

Former Member
0 Kudos

Hi,

I am getting the following error during the installation of SAP 4.7......

Error is:

FRF-00063 RFC logon failed with message: A:SY:002 Codepage 1100 is not released

=====================================================================================

Error log says...........................

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter CLIENT was set to value 000.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter USER was set to value DDIC.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter PASSWD was set to value homeh.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter LCHECK was set to value 1.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter PCS was set to value 1.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter LANG was set to value EN.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter ASHOST was set to value erp.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:429]

CAbRfcImpl::setRfcConnectParam

RFC parameter SYSNR was set to value 00.

INFO 2014-03-18 18:06:40 [iaxxrfcimp.cpp:568]

CAbRfcImpl::checkConnectInfo

RFC connection information checked successfully.

ERROR 2014-03-18 18:06:40 [iaxxrfcimp.cpp:478]

CAbRfcImpl::openRfcConn

FRF-00007 Unable to open RFC connection.

TRACE [iaxxrfcimp.cpp:479]

CAbRfcImpl::openRfcConn

Failed to open RFC connection

TRACE [iaxxrfcimp.cpp:482]

CAbRfcImpl::openRfcConn

A:SY:002 Codepage 1100 is not released.

ERROR 2014-03-18 18:06:40

CJSlibModule::writeLogEntry()

FRF-00063 RFC logon failed with message: A:SY:002 Codepage 1100 is not released

========================================================================

pls help me to remove this hurdle.

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

- Was your database load successful or did you fiddle with .TSK files manually?

- What OS and database version do you use?

Markus

Former Member
0 Kudos

Database was corrupted. but i manually created around 100 missing tables and 200 missing views . I worked hard for this. this made every thing ok except the above noticed error which i got at the completion of 99% of installation. everything is ok. sap license is too installed.

now i have to cope up with this "A:SY:002 Codepage 1100 not released"

I am installing it on windows server 2000 SP 5

Oracle: 9i with patch 92080

But really i dont want to leave this installation, i need the solution of above problem. pls help me.

between can you pls send me the complete table "T100" (in terms of its DDL statement) , as i think during the manual creation there is error in this table, which probably may be the cause of this error........

any solution Boss......

Abhishek

markus_doehr2
Active Contributor
0 Kudos

> Database was corrupted. but i manually created around 100 missing tables and 200 missing views . I worked hard for this.

Uff... I believe you.. but...

the database load does not only create the table structure but also fills them with data. That data is in binary compressed form in the files under the DATA directory on the export DVD.

> now i have to cope up with this "A:SY:002 Codepage 1100 not released"

It seems that your tables TCP0C and apparently also the 100 others are empty if you created just the table itself without filling in the data - and without that data the system will not run....

SQL> select count(*) from TCP0C;

  COUNT(*)
----------
      2356

> between can you pls send me the complete table "T100" (in terms of its DDL statement) , as i think during the manual creation there is error in this table, which probably may be the cause of this error........

SQL> descr T100;
 Name                                      Null?    Type
 ----------------------------------------- -------- ----------------------------
 SPRSL                                     NOT NULL VARCHAR2(3)
 ARBGB                                     NOT NULL VARCHAR2(60)
 MSGNR                                     NOT NULL VARCHAR2(9)
 TEXT                                      NOT NULL VARCHAR2(219)

but

SQL> select count(*) from T100;

  COUNT(*)
----------
   4880220

Markus

Former Member
0 Kudos

Thats Good.

I check the same and the result are as follows..........

SQL> select count (*) from saperp.TCP0C;

COUNT(*)

-


3277

SQL> SELECT COUNT(*) FROM SAPERP.T100;

COUNT(*)

-


0

So I was right and the error is basically of empty T100 Table.

Pls provide me the full content of this Table . I believ this will solve out the problem.

Abhishek

markus_doehr2
Active Contributor
0 Kudos

You HAVE that content in your data files

You can try to

- find the .TSK file with the table T100

- set all the entries relating to T100 from "ok" to "xeq"

- check the second call of R3load, copy the full command line and execute it as <sid>adm

Markus

Former Member
0 Kudos

find the .TSK file with the table T100

you mean using the command "find /N /I "T100 *.TSK" in the installation file ??

is this is 2 perform. the answer is it does not show any "T100" entry, and that is why I created a empty table T100 manualy.

so ps requesting you to kindly share the whole content (in .sql form) of this table.

set all the entries relating to T100 from "ok" to "xeq"

what does this "xeq" resemble here....??

*check the +second call of R3load,+ copy the full command line and execute it as adm*

second call of R3 load ?? how does i can do that?? sorry i am very novice to SAP.

======================================================================

As far as databse corruption is concerned, let me tell you that during the installation i got only errors in SAPView. TSK file. all entries in the other .TSK files were in the mode "ok". I hope if you can share me this only part of database....it will completely rule out all the problems from the root.

in last will appreciate, if atleast you can share me the content of T100, so that i can directly upload the its sql file.

Between more curious to know the meaning of what exactly this "A:SY:002 Codepage 1100" error is ??

Abhishek

markus_doehr2
Active Contributor
0 Kudos

> find the .TSK file with the table T100

>

> you mean using the command "find /N /I "T100 *.TSK" in the installation file ??

>

> is this is 2 perform. the answer is it does not show any "T100" entry, and that is why I created a empty table T100 manualy.

It must show that entry. Otherwise your import is incomplete.

> so ps requesting you to kindly share the whole content (in .sql form) of this table.

I can't. You have the data locally - if you don't have it, then - again - your import is incomplete.

> set all the entries relating to T100 from "ok" to "xeq"

> what does this "xeq" resemble here....??

"to be done".

> *check the +second call of R3load,+ copy the full command line and execute it as adm*

> second call of R3 load ?? how does i can do that?? sorry i am very novice to SAP.

You can check the logfiles of the corresponding package.

If you open e. g. SAPAPPL0.TSK, it contains a number of tables. If you check the corresponding SAPAPPL0.log file, you will see, that it contains a line with

R3load -dbcodpage 1100... (etc.)

That is the command used to load the data into the database.

> it will completely rule out all the problems from the root.

No, the root cause is a corrupt database dump which you're trying to "circumvent" by creating tables manually.

> Between more curious to know the meaning of what exactly this "A:SY:002 Codepage 1100" error is ??

This means, that your language configuration is incomplete - which should NEVER happen on a new installed system. Codepage 1100 is the standard default ASCII codepage for a SAP system.

Check if table T100 is contained in any of the ".STR" files in your <dbexport>\DATA directory.

Markus

Former Member
0 Kudos

exactly when i am trying to log on using SAP GUI 710, i am getting this error "error Msg E14 645 not found"

What is this error???? how to solve any idea??

Abhishek

markus_doehr2
Active Contributor
0 Kudos

Abhishek,

fact is:

- you have a corrupt database dump (apparently)

- certain views weren't created during the initial installation because of missing tables

- the central message table (T100) content is missing

- your NLS configuration is incomplete too (for unknown reason)

The "solution" for this problem is: Get a complete and correct database dump and install the system. Everything else is "circumventing" but not solving the problem.

What do you expect us to do if you have knowingly a corrupt dump/installation DVD set but recommend getting a correct one?

Markus

Former Member
0 Kudos

Check if table T100 is contained in any of the ".STR" files in your <dbexport>\DATA directory.

Plz alo tell me the command to do this...............

Abhishek

markus_doehr2
Active Contributor
0 Kudos

Use the "find" command again as before. STR files are textfiles.

Markus

Former Member
0 Kudos

Dear Markus,

Can you pls tell me a web address where i can get the DDL statement information of the SAP Tables.as i have to face a interview and as a mock practise, sb asked me this details for the below given tables.....

Will appreciate if you can send the same for

Tables "D010S", "D010L", "D020S", "D020T", "D020L", "D020T", "D010T"

A quick response is always appreciated...

Abhishek

Answers (0)