cancel
Showing results for 
Search instead for 
Did you mean: 

trying to access R/3 system in VC , getting error

Former Member
0 Kudos

Hi all,

my project requires me to get materials from r/3 and insert into my application.

i have to create a model in VC which does so. I have identified BAPI_MATERIAL_GETLIST and BAPI_MATERIAL_GETDETAIL which would do it for me.

now i know to access these BAPI's i have to define a system in EP for r/3 which i have done.

Now when in VC , i say <b>Find Data</b> Service , and select the r/3 system that i configured , it says

<b>Falied to Connect to backend system. Check your system definition and user privileges.</b>

<b>In EP</b> this is how i have defined my system.

created a system of type "SAP system using a dedicated Application Server"

gave the following Properties.

A) Connector

1)Application host : my host

2)SAP Clinet : 000

2) SAP System Id : RTD

3) SAP System Number : 00

4) Server Port : 3200

5) System Type : SAP_R3

B) User Management

1) Authentication Ticket Type : SAP Logon Ticket

2) Logon Method : UIDPW

3) User Mapping Type : admin,user

then gave System alias to my system.

Defined an user mapping within j2ee_admin user (Last tab which says User Mapping For system Access), choose my system there and gave r/3 user id and pwd.

Now in EP too i guess i have some connection problem .. I mean in one test it succeds and other it fails.

<b>Succeds in this test</b> , which means my connection parameters are correct :

<b>System administration->Support-> SAP Application->SAP Transaction->i gave my system Alias->Transaction code as SU01->SAP GUI type as SAP GUI for windows</b>. It displays r/3 window where i was able to create a new user.

<b>Fails in this test</b>.

In system Administration -> system Confguration, i select my object and Choose Display as "Connection Tests" and choose <b>Connection Test for connector</b> but it fails saying

<b>Connection failed. Make sure user mapping is set correctly and all connection properties are correct.</b>

<b>so am really confused as to where i am going wrong.

How do i define a system for R/3 so that i can access its BAPI's in VC.</b>

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Dear Rohit Sharma or anybody else,

first please add me scroe.

Maybe all your configuration is OK

but please login /useradmin or User Administrator

search the user you want to login

click Modify

Tab: User Mapping for System Access

select the system

input user ID and password

and test again, you can make it

former_member196517
Contributor
0 Kudos

Hi Rohit,

i am facing same problem , can you help me if it is resolved for u...

Regards

Anuj

Former Member
0 Kudos
Former Member
0 Kudos

thanks ajay but it din help much , as it doesnt speak about connecting to r/3 using VC.

<b>dont know why sap did such a boasting</b> that even a bussiness analyst can develop applications and what not . Who is going to do configuration for him ? they should have given a way in VC where i define my R/3 system connection parameters which should have internally created a system in EP. huh , neways i have to find a way out of this ....

Former Member
0 Kudos

I think your problem is you are connecting to client 000. You need to connect to the R3 client you're using and the user needs access to the BAPIs in the R3 system. My guess is that the j2ee_admin doesn't have the access in the ABAP system to these BAPIs as well, so fix those 2 things and you should be good.

Former Member
0 Kudos

Hello Mr.Prakash,

thanks for your reply.

the client 000 is my r/3 client number(on another machine) to which i am connecting , and in the user mapping for j2ee_admin , i chose my system alias and gave r/3 userid and ppwd which have access to bapi's.

however with your comments i tried on client 100 too but its still failing.

>My guess is that the j2ee_admin doesn't have the access in the ABAP system > to these BAPIs as well

Can you please elaborate on thisas i din understand it . j2ee_admin is EP's user , so does taht mean i will have to give j2ee_admin more rights so that it can access BAPI's fos some other system(in my case another r/3). if yes how do i do so ?

and major doubts , do i have to give gateway host , gateway port and logical system name ? i had read they are optional ?

Former Member
0 Kudos

and major thing is that the Transaction ivew works for this system , client both 100 and 000. but the real connection test fails so does it fails in VC while accessing data services

Former Member
0 Kudos

When you do your user mapping it should map to a user with access in your R3 system so j2ee_admin won't be required on the R3 system.

Definitely do this on client 100. If the connection test is failing, I would check that your proxy isn't blocking you. If the connection test is successful and you're getting issues from the VC side, turn on the logs based on this guide and post them here:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/92d80512-0a01-0010-32a3-cd3...

Former Member
0 Kudos

I had done the proxy settings following your weblog regarding proxy settings

this one

<a href="/people/prakash.darji/blog/2006/10/10/external-web-service-proxy-configuration-for-visual-composer:///people/prakash.darji/blog/2006/10/10/external-web-service-proxy-configuration-for-visual-composer

is this the proxy settings you are talking about or some other proxy settings that might be blocking me ?

really tired now , i mean if so minimal configuration is required to connect to r/3 dedicated server than why is it failing ?

<b>did u read my settings in the beginning , where they exhaustive ? or have i missed anything ?</b>

Former Member
0 Kudos

Those are the proxy settings. I read your settings and they look ok. That's why you need to debug using the logs.

Former Member
0 Kudos

ok Mr.Prakash

but since the error is at ep itself i will haev to check ep logs in detail , dont know where, presently i m only checking trace files and they are of no use, they are just diplaying the error messages and not the real causes.

is there a way to start ep logs also so that everything gets displayed ?

Former Member
0 Kudos

The above guide mentions the components to turn logs on for. This can be done in the Visual Administrator Log Configurator.

Former Member
0 Kudos

thanks for your help , will try to do it , else will write tomorrow , hope i get this done , my real work has left behind and all the time has gone into this configuration and my xApps certification is on 11th december.

have one major doubt apart from this....

i had posted one question on Portal regarding whether i can access web services of a j2ee application but din get any reply. do u have any idea if thats possible.

as i said i have to read materials from r/3 and put them into my database using my j2ee aplication.

so this j2ee application is like any other j2ee application taht i have deployed on web App Server of SAP , but again on some diffferent machine. this application exposes webservices which can be accessed when i run this application. i have accessed them using XML SPY tool .

can i access them using VC too. presently when i define a web service system and give url of my webservice's wsdl it says " InValid Web Servie Url "

Please let me know if this can be done ?

Former Member
0 Kudos

Yes, you can very easily access web services. There are numerous blogs on SDN based on this (See Scott Cairncross's weblog series) and is mentioned a ton in the online help as well.

Former Member
0 Kudos

thanks , will surelyhave a look into it

Former Member
0 Kudos

Just one small comment, when you are rested tomorrow morning: VC installation and connection configuration is of course never done by a BPX or business user, but always by an admin.

Like with your car: you would never fix the engine or electronic of a modern car yourself, but have the mechanic fix it. And yes, driving should be what you do and have fun

Former Member
0 Kudos

but the problem over here mario is that i am the admin as well as a business user , and my car is really jammed . its 5th day today and still not able to connect to r/3 adn get its BAPI's in VC. neways , trying it out. and not even able to connect to my j2ee application's webservices , it says invalid web service url , though will post a new thread for it .

Former Member
0 Kudos

and this is the latest trace , i found in dev_jrfc.trc

RfcGetException rc (7) message: Name or password is incorrect. Please re-enter

<RfcGetException

Former Member
0 Kudos

and it gives this too

RfcGetException rc (7) message: User not authorized. Session terminated

<RfcGetException

Former Member
0 Kudos

now i checked jrfc2323_2323.trc and it gives following trace ..

majorly tasks about two things<b>. User in not authorized</b>

and

<b> Name or password is incorrect. Please re-enter</b>

here is the trace

**** Trace file opened at 20061121 174456 GMT+05:30 Rel 6.45.9 (2006-06-21) [700.52]


*> RfcOpen
    TYPE=A USER="persistent" PASSWD=********** CLIENT=100 LANG=E ASHOST=ps3186.persistent.co.in SYSNR=00 TRACE=1 PCS=1

WARNING: use ashost as gwhost
WARNING: generated gwserv from system number
>>>> [1] <unknown> EXT <ac: 1> >>> OPEN (00000000)
UUID: ab_coxopen create uuid:E67CA420-7959-11DB-B4B9-CF520A4DDE56
   >> CPIC native call SAP_CMINIT3 [1] convid: 00000000 17:44:56,354
    sym_dest_name: <Java Rfc client>
    lu: ps3186.persistent.co.in
    tp: sapdp00
    gw_host: ps3186.persistent.co.in
    gw_serv: sapgw00
    prot: I
    snc_mode: 0
    snc_qop: 0
    snc_myname: null
    snc_partnername: null
    snc_lib: null
   << CPIC native call SAP_CMINIT3 [1] convid: 11296530 rc: 0 17:44:56,385
   >> CPIC native call CMSPLN [1] convid: 11296530 17:44:56,385
   << CPIC native call CMSPLN [1] convid: 11296530 rc: 0 17:44:56,385
   >> CPIC native call CMALLC [1] convid: 11296530 17:44:56,385
   << CPIC native call CMALLC [1] convid: 11296530 rc: 0 17:44:56,385
Send RFCHEADER [1]: 01/BIG/IEEE/SPACE/49494848
Send UNICODE-RFCHEADER [1]: cp:4102/ce:IGNORE/et:6/cs:2/rc:0x00000023
UUID: send_rfcuuid E67CA420-7959-11DB-B4B9-CF520A4DDE56

>>> RfcCall [1] >Tue Nov 21 17:44:56,385< ...

*> RfcCall
   FUNCTION RFCPING
    handle = 1
    parameter   = <null> 

    parameter   = <null> 

    tables = <null> 

UUID:  RfcCallNew send the uuid to the partner:E67CA420-7959-11DB-B4B9-CF520A4DDE56
>>>> [1] <unknown> EXT <ac: 2> >>> WRITE (11296530)
000000 | D9C6C3F0 F0F0F0F0 F0F0F0E3 01010008 |................
000010 | 01020101 01010000 01010103 00040000 |................
000020 | 020B0103 0106000B 04010002 01060200 |................
000030 | 00002301 06000700 0C31302E 37372E32 |..#......10.77.2
000040 | 32322E38 36000700 11000145 00110012 |22.86......E....
000050 | 00043634 30200012 00130004 36343020 |..640 ......640 
000060 | 00130008 000A7464 6C617367 61746F73 |......tdlasgatos
000070 | 00080006 00093C75 6E6B6E6F 776E3E00 |......<unknown>.
000080 | 06051400 10E67CA4 20795911 DBB4B9CF |......|. yY.....
000090 | 520A4DDE 56051401 11000A50 45525349 |R.M.V......PERSI
0000a0 | 5354454E 54011101 17000C9C 0D25B847 |STENT........%.G
0000b0 | 6792CACE 69512C01 17011400 03313030 |g...iQ,......100
0000c0 | 01140115 00014501 15050100 01010501 |......E.........
0000d0 | 05020000 0502000B 00043634 3020000B |..........640 ..
0000e0 | 01020007 52464350 494E4701 02033700 |....RFCPING...7.
0000f0 | 00033705 140010E6 7CA42079 5911DBB4 |..7.....|. yY...
000100 | B9CF520A 4DDE5605 14FFFF00 00FFFF00 |..R.M.V.........
   >> CPIC native call CMSEND [1] convid: 11296530 17:44:56,385
   << CPIC native call CMSEND [1] convid: 11296530 rc: 0 17:44:56,385
>>>> [1] <unknown> EXT <ac: 3> >>> FLUSH(WRITE) (11296530)


<* RfcCall >Tue Nov 21 17:44:56,385<    successful *>


>>> RfcReceive [1] >Tue Nov 21 17:44:56,385< ...

>>>> [1] <unknown> EXT <ac: 4> >>> FLUSH(WRITE) (11296530)
   >> CPIC native call cpic_coxread [1] convid: 11296530 17:44:56,385
   << CPIC native call cpic_coxread [1] convid: 11296530 rc: 18 17:44:56,666
>>>> [1] <unknown> EXT <ac: 5> >>> READ (11296530)
000000 | 01010008 01010101 01010000 01010103 |................
000010 | 00040000 020B0103 0106000B 01010000 |................
000020 | 01010100 00002301 06001600 04313130 |......#......110
000030 | 30001600 07000F31 302E3737 2E323232 |0......10.77.222
000040 | 2E363520 20200007 00110001 33001100 |.65   ......3...
000050 | 12000436 32302000 12001300 04363230 |...620 ......620
000060 | 20001300 08002070 73333138 365F5454 | ..... ps3186_TT
000070 | 445F3030 20202020 20202020 20202020 |D_00            
000080 | 20202020 20202000 08000600 803C756E |       ......<un
000090 | 6B6E6F77 6E3E0000 00000000 00000000 |known>..........
0000a0 | 00000000 00000000 00000000 00000000 |................
0000b0 | 00000000 00000000 00000000 00000000 |................
0000c0 | 00000000 00000000 00000000 00000000 |................
0000d0 | 00000000 00000000 00000000 00000000 |................
0000e0 | 00000000 00000000 00000000 00000000 |................
0000f0 | 00000000 00000000 00000000 00000000 |................
000100 | 00000000 00000000 00000000 00000605 |................
000110 | 140010E6 7CA42079 5911DBB4 B9CF520A |....|. yY.....R.
000120 | 4DDE5605 14050000 00050004 15000230 |M.V............0
000130 | 30041504 17000331 35370417 04040027 |0......157.....'
000140 | 55736572 206E6F74 20617574 686F7269 |User not authori
000150 | 7A65642E 20536573 73696F6E 20746572 |zed. Session ter
000160 | 6D696E61 74656404 04040200 27557365 |minated.....'Use
000170 | 72206E6F 74206175 74686F72 697A6564 |r not authorized
000180 | 2E205365 7373696F 6E207465 726D696E |. Session termin
000190 | 61746564 0402FFFF 0000FFFF 00000000 |ated............
Received RFCHEADER [1]: 01/LIT/IEEE/SPACE/1100
Received UNICODE-RFCHEADER [1]: cp:1100/ce:IGNORE/et:1/cs:1/rc:0x00000023
UUID: ab_rfccheck_uuid compare uuid's E67CA420-7959-11DB-B4B9-CF520A4DDE56


<* RfcReceive >Tue Nov 21 17:44:56,666<    failed *>

>>>> [1] <unknown> EXT <ac: 6> >>> CLOSE (11296530)
   >> CPIC native call coxclose [1] convid: 11296530 17:44:56,666
   << CPIC native call coxclose [1] convid: 11296530 rc: 0 17:44:56,666

RfcException:
    message: User not authorized. Session terminated
    Return code: RFC_SYS_EXCEPTION(3)
    error group: 104
    key: RFC_ERROR_SYSTEM_FAILURE
    message class: 00
    message number: 157*> RfcReceive ... 
    handle = 1
    parameter   = <null> 

    parameter   = <null> 

    tables = <null> 


*> RfcClose ...
>>>> [1] <unknown> EXT <ac: 7> >>> FREE (11296530)
<* RfcClose*>
Error> RfcOpen failed. Could not ping the partner system.
  User not authorized. Session terminated



*> RfcOpen
    TYPE=A USER="persistent" PASSWD=********** CLIENT=100 ASHOST=ps3186.persistent.co.in SYSNR=00 TRACE=1 PCS=1

WARNING: use ashost as gwhost
WARNING: generated gwserv from system number
>>>> [1] <unknown> EXT <ac: 1> >>> OPEN (00000000)
UUID: ab_coxopen create uuid:E6AC3FA0-7959-11DB-BE79-CF520A4DDE56
   >> CPIC native call SAP_CMINIT3 [1] convid: 00000000 17:44:56,666
    sym_dest_name: <Java Rfc client>
    lu: ps3186.persistent.co.in
    tp: sapdp00
    gw_host: ps3186.persistent.co.in
    gw_serv: sapgw00
    prot: I
    snc_mode: 0
    snc_qop: 0
    snc_myname: null
    snc_partnername: null
    snc_lib: null
   << CPIC native call SAP_CMINIT3 [1] convid: 11296827 rc: 0 17:44:56,682
   >> CPIC native call CMSPLN [1] convid: 11296827 17:44:56,682
   << CPIC native call CMSPLN [1] convid: 11296827 rc: 0 17:44:56,682
   >> CPIC native call CMALLC [1] convid: 11296827 17:44:56,682
   << CPIC native call CMALLC [1] convid: 11296827 rc: 0 17:44:56,682
Send RFCHEADER [1]: 01/BIG/IEEE/SPACE/49494848
Send UNICODE-RFCHEADER [1]: cp:4102/ce:IGNORE/et:6/cs:2/rc:0x00000023
UUID: send_rfcuuid E6AC3FA0-7959-11DB-BE79-CF520A4DDE56

>>> RfcCall [1] >Tue Nov 21 17:44:56,682< ...

*> RfcCall
   FUNCTION RFCPING
    handle = 1
    parameter   = <null> 

    parameter   = <null> 

    tables = <null> 

UUID:  RfcCallNew send the uuid to the partner:E6AC3FA0-7959-11DB-BE79-CF520A4DDE56
>>>> [1] <unknown> EXT <ac: 2> >>> WRITE (11296827)
000000 | D9C6C3F0 F0F0F0F0 F0F0F0E3 01010008 |................
000010 | 01020101 01010000 01010103 00040000 |................
000020 | 020B0103 0106000B 04010002 01060200 |................
000030 | 00002301 06000700 0C31302E 37372E32 |..#......10.77.2
000040 | 32322E38 36000700 11000145 00110012 |22.86......E....
000050 | 00043634 30200012 00130004 36343020 |..640 ......640 
000060 | 00130008 000A7464 6C617367 61746F73 |......tdlasgatos
000070 | 00080006 00093C75 6E6B6E6F 776E3E00 |......<unknown>.
000080 | 06051400 10E6AC3F A0795911 DBBE79CF |.......?.yY...y.
000090 | 520A4DDE 56051401 11000A50 45525349 |R.M.V......PERSI
0000a0 | 5354454E 54011101 17000C5D 90352F27 |STENT......].5/'
0000b0 | 14896AA0 42C05A01 17011400 03313030 |..j.B.Z......100
0000c0 | 01140115 00000115 05010001 01050105 |................
0000d0 | 02000005 02000B00 04363430 20000B01 |.........640 ...
0000e0 | 02000752 46435049 4E470102 03370000 |...RFCPING...7..
0000f0 | 03370514 0010E6AC 3FA07959 11DBBE79 |.7......?.yY...y
000100 | CF520A4D DE560514 FFFF0000 FFFF0000 |.R.M.V..........
   >> CPIC native call CMSEND [1] convid: 11296827 17:44:56,682
   << CPIC native call CMSEND [1] convid: 11296827 rc: 0 17:44:56,682
>>>> [1] <unknown> EXT <ac: 3> >>> FLUSH(WRITE) (11296827)


<* RfcCall >Tue Nov 21 17:44:56,682<    successful *>


>>> RfcReceive [1] >Tue Nov 21 17:44:56,682< ...

>>>> [1] <unknown> EXT <ac: 4> >>> FLUSH(WRITE) (11296827)
   >> CPIC native call cpic_coxread [1] convid: 11296827 17:44:56,682
   << CPIC native call cpic_coxread [1] convid: 11296827 rc: 18 17:44:56,713
>>>> [1] <unknown> EXT <ac: 5> >>> READ (11296827)
000000 | 01010008 01010101 01010000 01010103 |................
000010 | 00040000 020B0103 0106000B 01010000 |................
000020 | 01010100 00002301 06001600 04313130 |......#......110
000030 | 30001600 07000F31 302E3737 2E323232 |0......10.77.222
000040 | 2E363520 20200007 00110001 33001100 |.65   ......3...
000050 | 12000436 32302000 12001300 04363230 |...620 ......620
000060 | 20001300 08002070 73333138 365F5454 | ..... ps3186_TT
000070 | 445F3030 20202020 20202020 20202020 |D_00            
000080 | 20202020 20202000 08000600 803C756E |       ......<un
000090 | 6B6E6F77 6E3E0000 00000000 00000000 |known>..........
0000a0 | 00000000 00000000 00000000 00000000 |................
0000b0 | 00000000 00000000 00000000 00000000 |................
0000c0 | 00000000 00000000 00000000 00000000 |................
0000d0 | 00000000 00000000 00000000 00000000 |................
0000e0 | 00000000 00000000 00000000 00000000 |................
0000f0 | 00000000 00000000 00000000 00000000 |................
000100 | 00000000 00000000 00000000 00000605 |................
000110 | 140010E6 AC3FA079 5911DBBE 79CF520A |.....?.yY...y.R.
000120 | 4DDE5605 14050000 00050004 15000230 |M.V............0
000130 | 30041504 17000331 35320417 0404002E |0......152......
000140 | 4E616D65 206F7220 70617373 776F7264 |Name or password
000150 | 20697320 696E636F 72726563 742E2050 | is incorrect. P
000160 | 6C656173 65207265 2D656E74 65720404 |lease re-enter..
000170 | 0402002E 4E616D65 206F7220 70617373 |....Name or pass
000180 | 776F7264 20697320 696E636F 72726563 |word is incorrec
000190 | 742E2050 6C656173 65207265 2D656E74 |t. Please re-ent
0001a0 | 65720402 FFFF0000 FFFF0000 00000000 |er..............
Received RFCHEADER [1]: 01/LIT/IEEE/SPACE/1100
Received UNICODE-RFCHEADER [1]: cp:1100/ce:IGNORE/et:1/cs:1/rc:0x00000023
UUID: ab_rfccheck_uuid compare uuid's E6AC3FA0-7959-11DB-BE79-CF520A4DDE56


<* RfcReceive >Tue Nov 21 17:44:56,713<    failed *>

>>>> [1] <unknown> EXT <ac: 6> >>> CLOSE (11296827)
   >> CPIC native call coxclose [1] convid: 11296827 17:44:56,713
   << CPIC native call coxclose [1] convid: 11296827 rc: 0 17:44:56,713

RfcException:
    message: Name or password is incorrect. Please re-enter
    Return code: RFC_SYS_EXCEPTION(3)
    error group: 104
    key: RFC_ERROR_SYSTEM_FAILURE
    message class: 00
    message number: 152*> RfcReceive ... 
    handle = 1
    parameter   = <null> 

    parameter   = <null> 

    tables = <null> 


*> RfcClose ...
>>>> [1] <unknown> EXT <ac: 7> >>> FREE (11296827)
<* RfcClose*>
Error> RfcOpen failed. Could not ping the partner system.
  Name or password is incorrect. Please re-enter

Former Member
0 Kudos

The name or password is incorrect. Fix that, and also give the user appropriate authorizations.

Former Member
0 Kudos

hello mr.Prakash , the name and password are correct coz as i said it logs in using transaction ivew.

one thing i will be really interested in knowing is that, on r/3 side do i need to do anything apart from creating a user (and give him roles and profile ) which i am using for user mapping in EP.

somwhere in r/3 system do i need to make any entry of my NW system ?

and one more question what is this logical system option in connector properties ? how do i create it and which logical system do i give. some logical system in r/3 or a logical system created in my NW.

Former Member
0 Kudos

Hi Rohit,

Just tested without Logical system , it works.

With these min. settings I'm getting success in 'Connection Test for Connectors'

Even I've tried to create new sap r3 connection , and it's working.

May be have to do with User Roles.

Just go thru the 'How To Resolve Visual Composer Issues' , see page 44 , You have to make some settings in the Visual Administrator.

You can get the link to guide from the url below ,which is second post in the Foum

Bye,

Ajay

Former Member
0 Kudos

Try This :

1. System Admin>System Configuration> your R3 Connection -->Display:Permissions: here include VCRole as Owner

Also include VCRole to the user.

2. My Connector settings: ( pls confirm the settings with your admin )

Application host: nnn.nnn.nn.nn

Gateway host: leave blank

Gateway service: leave blank

Logical System Name : sid + client #

Remote Host type :3

SAP Client: <<nnn>>

SAP System ID : <aaa>

SAP system Number:00

Server Port:3200

System Type: SAP_R3

Trace Mode

3. Pls log in as administrator and test the connection and assign VCRole to Administrator.

Former Member
0 Kudos

Hi ajay , tried all this . though not sure about the logical system , is it mandatory ?

and also whether u are able to access BAPI's in VC with these minimal configuration ?

did u have to assign any extra rights to VCRole for accessing these r/3 bapi's ?

Former Member
0 Kudos

1. Modify the User Management Authentication Ticket Type: Blank

2. Go to User Admin URL : http://server:port/useradmin/index.jsp -->Identity Management - Get the user -- Go to Details of User >Check Modify> got to user mapping tab-->select your R3 connection here and enter r3 user name and password in the Mapping data.

3.Search and run the SAP Log viewer in directory :\usr\sap\J2E\JC01\j2ee\admin\logviewer-standalone\logviewer.bat

4. In Log Viewer go to x:\usr\sap\j2e\jco1 >J2E>cluster>server0->log>vcserver , here you can see the VC errors.

5.Go to R3 and run st22 and see whether user have access to run RFC.

Bye,

Ajay

Former Member
0 Kudos

hi ajay , i made the changes u said. <b>made User Management Authentication Ticket Type Blank</b> and checked r/3 , for the user i have used in User Mapping , it allows transaction st22 .

however the connection tests are still failing , so is VC failing when it tries to access this r/3 system's Data Services.

Its really frustrating , its my 4th day into this , is my way of defining system right ? i had read we have to define some read rights or somethign to VCRole, did u do any such thing ?

Please let me know in details.

here is the trace of the log file

#1.5#001372410134006B0000005D00000C140004225B6C23C1D9#1163675958620#/System/Server#sap.com/VisualComposerServerEar04#com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents#J2EE_GUEST#2####4cf7a8c0756411dbafd1001372410134#SAPEngine_Application_Thread[impl:3]_17##0#0#Warning#1#com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents#Plain###Cannot load Servlet com.sap.visualcomposer.servlet.FrontServlet
The error is: java.lang.InstantiationException: nullnull#
#1.5#001372410134006F000002BD00000C140004225B6C2B88DF#1163675959136#/System/Server##com.sap.caf.eu.gp.model.pfw.local.UWLConnectorService#J2EE_ADMIN#253####4be7e670756411db92dc001372410134#SAPEngine_Application_Thread[impl:3]_14##0#0#Error#1#com.sap.caf.eu.gp.model.pfw.local.UWLConnectorService#Plain###Thu Nov 16 16:49:19 GMT+05:30 2006
 Initialization of UWL Service failed because of : Exception class is java.lang.NoClassDefFoundError and message is com/sapportals/portal/ivs/cg/ConnectionPropertiesjava.lang.NoClassDefFoundError: com/sapportals/portal/ivs/cg/ConnectionProperties
	at com.sap.netweaver.bc.uwl.core.um.UWLServiceUser.<init>(UWLServiceUser.java:28)
	at com.sap.netweaver.bc.uwl.core.um.UserManagementMap.refresh(UserManagementMap.java:24)
	at com.sap.netweaver.bc.uwl.core.um.UserManagementMap.<init>(UserManagementMap.java:15)
	at com.sap.netweaver.bc.uwl.core.um.UserManagementMap.<clinit>(UserManagementMap.java:18)
	at com.sap.netweaver.bc.uwl.core.portal.BootStrap.initUm(BootStrap.java:85)
	at com.sap.netweaver.bc.uwl.core.portal.BootStrap.<init>(BootStrap.java:57)
	at com.sap.netweaver.bc.uwl.core.portal.UWLPortalService.afterInit(UWLPortalService.java:71)