cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Objects not getting loaded in Sybase Unwired Platform

Former Member
0 Kudos

Hi,

I am able to create an SAP connection successfully through SAP router string..

But it is not able to Read the SAP objects from the Repository..

The status bar says 'Reading Objects from Repository' but the Application Components are not seen..

Any help would be appreciated.

Thanks

Accepted Solutions (0)

Answers (7)

Answers (7)

0 Kudos

Hi,

I've had the same problem with Sybase Unwired WorkSpace 2.2 and Netweaver 7.00 Patchlevel 0027. Connection could be established (Ping successfull), but no BAPI repository and no RFC could have been found. I solved the problem by changing the login language from EN (default) to DE.

former_member199619
Participant
0 Kudos

Hi All,

We are facing the similar issue.


Actually, in one system we are able to retreive the SAP objects succesfully. In another machine, it is giving issue like the status bar says "Reading Objects from Repository" when we click on browse button to retreive the list of BAPIs.

I checked with my basis team also regarding  NOTE706195, they said everthing is fine.

Please help me. Its bit urgent.

Regards,

Shyam

Former Member
0 Kudos

Shyam,

Did you run the Bapi RS_COMPONENT_VIEW

with all input parameters

LANGUAGE = EN

OBJECT_TYPE = SOBJ

REFRESH = X

WITHOUT_TREE_SETTING = X

REFRESH_ALL = X

Hope this helps you.

Please let me know in case the issue persists.

Regards

Saket


former_member199619
Participant
0 Kudos

Hi Saket,

Thanks for the reply.

Yes, i ran the bapi RS_COMPONENT_VIEW with all the specified parameters. Still the problem is not resolved.

Surprising thing is i am able to get the list of available BAPIs from the same backend in another machine.

Regards,

Shyam

Former Member
0 Kudos

Hey Shyam,

Did your  issue got resolved, if not try to create new workspace while launching workspace.

former_member199619
Participant
0 Kudos

Hi Saket,

I had tried all the ways like creating new workspace, reinstall and i even tried with formatting the machine also, but no luck .

Hey Saket, In this thread Derek Vincent said he turned on the trace in SUP. Do you have any idea where and how to change the trace in SUP. If you have any step-by-step guide, please share.

Regards,

Shyam

Former Member
0 Kudos

Shyam,

Try following :

Try to Update your Workspace JCO.

OR

This is not a requirement for Windows 7, or 64-bit Windows Server 2008 system.

Install the Microsoft Visual C++ 2005 Service Pack 1 Redistributable.

Obtain the Microsoft Visual C++ 2005 Service Pack 1 Redistributable from: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14431.

You can install the service pack after installing the 2.1 ESD #3 upgrade if you discover you need it.

Let me know if it works for u.

Former Member
0 Kudos

When you Run RS_COMPONENT_VIEW function module from your system using SE37 with following parameters

*Language should be same as your RFC users logon language. If RFC connecting with EN parameter. Then language should be EN as well.

LANGUAGE = EN

OBJECT_TYPE = SOBJ

REFRESH = X

WITHOUT_TREE_SETTING = X

REFRESH_ALL = X

Problem will solve.

Former Member
0 Kudos

I agree with Alper.

Former Member
0 Kudos

Alper,

You deserve a billion points for your answer.

You saved my life

Thank you very much

M

Former Member
0 Kudos

This issue belongs to Basis people,

Contact your basis person, he will be able to fix this problem.

In previous days, i also faced same problem.

Thanks & Regards

SAKET

MakotoS
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sunder,

I have faced exactly same problem and resolved the error by applying NOTE706195 .

This Note could be applicable to 7.02 basis as well.

I hope this helps.

Best regards,

Makoto

former_member199619
Participant
0 Kudos

Hi Makoto,

We tried the steps metioned in the NOTE706195. After performing the steps mentioned in that note, i did "refresh" on the SAP server node in SUP workspace. It was hangging there only.

Please tell me do we need to do any other steps after doing the steps mentioned in the NOTE706195.

Regards,

Shyam

derekvincent
Participant
0 Kudos

Sundar, I just figured this out this issue myself...

I turned on the trace in the SUP tool and found that it always dies calling the same RFC (RPY_BOR_TREE_INIT) and when I tried in the SAP system throws and error. In another system this FM returns data and work in SUP.

In troubleshooting I found note 706195 which in my case solution 1 fixes the problem. The issue seems to be for some reason the application hierarchy is not populate in an index and needs to be done manually (they have a function).

Derek

FrancoisAtAFP
Discoverer
0 Kudos

Hi Derek,

I would be interested to know where you enabled the trace that showed which RFCs are being called? I've specified Jco "User Options" in the Server Configuration (Performance Configuration) in the form of

-Djco.trace_level=10 -Djco.trace_path=C:\Sybase\...mytracefilepath.txt

but no trace file ever rocks up

I can ping my server fine from both the workspace and also a connection set up in the Sybase Control Center, so comms appear to be in order...

Thanks,

Francois.

former_member199619
Participant
0 Kudos

Hi Derek,

We are also facing the same issue(you can see my replies in this thread). Can you please tell me how you found it always dies in calling the same RFC by turning on the trace. Please help us by providing the steps of "where and how to turn on the trace". FYI, we are using SUP 2.1.3.

Thanks in advance.

Regards,

Shyam

Former Member
0 Kudos

All,

Finally, I tried to find out a Log entry in sybase:

!MESSAGE Error occurred when reading Business Object Repository from '/H/202.136.10.34/S/3299/H/10.130.85.10/S/3310'

!STACK 0

java.lang.RuntimeException: Failed to obtain groups from SAP system

at com.sybase.uep.tooling.eis.SapEISOperationBuilder.getGroups(SapEISOperationBuilder.java:109)

at com.sybase.uep.datasources.sap.core.SAPInitBORTreeJob.run(SAPInitBORTreeJob.java:61)

at com.sybase.uep.datasources.sap.core.SAPBORTreeBuilder.buildBORTreeForSystem(SAPBORTreeBuilder.java:90)

at com.sybase.uep.datasources.sap.core.SAPBORTreeBuilder.buildBORTreeForSystem(SAPBORTreeBuilder.java:64)

at com.sybase.uep.datasources.sap.core.SAPSystem.load(SAPSystem.java:200)

at com.sybase.uep.datasources.sap.ui.loading.LoadingJob.run(LoadingJob.java:42)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Any clue??????

Thanks...