cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP xMII Transaction is not reflecting changes made in customized BAPI

Former Member
0 Likes
628

hi all ,

I am facing a SAP xMII transaction refreshing problem .Problem is like one transaction I have created using a JCo connection to connect customized BAPI (In Business Logic Services) but when any changes are done in that BAPI (changes like no of input/output parameters) then changes are not getting reflected in same transaction even if you create new transaction also those changes are not reflecting in it only when you create new BAPI then only its working.

itz urgent .

thanks in advance

praveen

Accepted Solutions (0)

Answers (5)

Answers (5)

jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Likes

Prior to SR3 only a restart of the servletexec service would work.

Regards,

Jamie

Former Member
0 Likes

hi rick ,

u want to say there is no solution for this problem except upgrading to version 11.5.3 .

regards,

praveen sharma

Former Member
0 Likes

The new URL to reset the JCO cache is only available in SR3 (which you should upgrade to anyway, as there are a number of other critical fixes included).

Former Member
0 Likes

hi Musarrat ,

i m gettin this xml in page after opening the link

<?xml version="1.0" encoding="UTF-8" ?>

- <Rowsets DateCreated="2007-11-28T12:23:20" EndDate="2007-11-28T12:23:20" StartDate="2007-11-28T12:23:20" Version="11.5.2">

<FatalError>Invalid Mode</FatalError>

</Rowsets>

regards,

praveen sharma

Former Member
0 Likes

Be sure to upgrade to version 11.5.3...

Former Member
0 Likes

hi Musarrat ,

i am using 11.5 and i have administrator rights also but still i am gettin the same fatal error tag .

regards,

praveen

Former Member
0 Likes

Hi,

Can you post the exact error you are getting?

Regards,

Musarrat

Former Member
0 Likes

Hi,

if you are changing a BAPI/RFC in SAP. You need to reset the JCO cache.

login to xMII and goto this link

http://<ServerIP>/Lighthammer/JCOProxy?Mode=Reset

and tadaahh...

This is for 11.5. You need to change it accordingly for 12.0

I would suggest that you should first search in the forum before posting a question as many of the common problem are already answered.

Hope this helps

Regards,

Musarrat

Former Member
0 Likes

hi Musarrat ,

thnaks for ur quick reply

when i am running http://<ServerIP>/Lighthammer/JCOProxy?Mode=Reset i am getin a page containing fatal error tags

<FatalError>Invalid Mode</FatalError>

regards,

Praveen

Former Member
0 Likes

Hi,

If u r using 12.0, then I feel that you may need to do some changes in URL.(I'm not sure, but you may need to replace lighthammer by xMII)

I am getting this output if i goto the link...


Rowsets DateCreated="2007-11-28T15:22:14" EndDate="2007-11-28T15:22:14" StartDate="2007-11-28T15:22:14" Version="11.5.3">
&#8722;
	<Messages>
<Message>JCOProxy Repository Reset Successful</Message>
</Messages>
</Rowsets>

This should be the url format for 11.5

http://xx.xxx.xxx.xx/Lighthammer/JCOProxy?Mode=Reset

I am also not sure if you are logged in as admin.