Quantcast
Channel: SCN: Message List - SAP Enterprise Portal : Administration and Development
Viewing all 1661 articles
Browse latest View live

Re: User getting "Not Authorized" error while accessing Open Text Vendor Invoice Management(VIM) via portal

$
0
0

If a user want to access OpenText VIM from portal, there should be an entry in USERMAP table. If you want add user to usermap table manually, while indexing you can give user name as Approver. There are few methods (ADDNEWMAPPING) to add user mapping.


Re: User getting "Not Authorized" error while accessing Open Text Vendor Invoice Management(VIM) via portal

$
0
0

Hi Uday

 

Thanks for your Quick response.

 

Can you share any docs related to this Usermap tbale and this portal configuration. I am Stuck at this from past few days ..

 

Thanks & Reagrds

Pradeep

Re: Portal runtime error in Portfolio Project Management

$
0
0

Hi,

 

In order to investigate properly you should provide the errors that are generated in the trace file when the issue occurs.

Moreover, please answer to all the questions raised until now - does all the content not working? or only this entry?

What exactly this content is?

You get different issue than the one reported at the beginning.... is it on the same content?

 

If this is an Application Integration iView (AI), check the system property, to understand what system it uses. Then go to the System Landscape Overview, and check whether the system with this alias is actually configured properly (you can also test the connection - there is an editor for that).

 

If this content uses destinations, please check the destination configuration via NWA.

 

You can also provide HTTPWatch trace in order to check what request fails.

 

Thanks & regards,

Michal

Re: Portal application not starting after SC transport via NWDI

$
0
0

Hi,

 

As mentioned in earlier replies, you should maintain the references to other applications - if this is not a portal application, but another java application,

then you should maintain the hard reference via application-j2ee-engine.xml or provider.xml depending on your component type - SDA or EAR.

Moreover, if you start Y application, and it gives such an error, you should check to what other application it has reference to, and make sure to maintain the reference in Y application as well.

 

Thanks & regards,

Michal

Re: Error at "IConnectorGatewayService cgService = (IConnectorGatewayService) PortalRuntime.getRuntimeResources().getService(IConnectorService.KEY)"

$
0
0

Hi,

 

As you get error on build time, you should check the build time references.

(portalapp.xml is for runtime)

 

Make sure you import the following package to the java file:

"import com.sapportals.portal.prt.runtime.PortalRuntime;"

And refer to prtapi.jar that includes it.

You should add this JAR to the file with the build references, according to the method you use in order to build.

 

Thanks & regards,

Michal

Re: Portal runtime error in Portfolio Project Management

$
0
0

Thanks for your reply michal,

 

For all services it is giving same error,

I have checked the destinations, all are fine.

In SICF all services activated but when I click on Test Service it is not opening.

Re: User getting "Not Authorized" error while accessing Open Text Vendor Invoice Management(VIM) via portal

$
0
0

Hello Pradeep,

Check which browser and version is in use, please. If we talking about VIM 6 and earlier versions than only Internet Explorer is supported.

 

Best regards,

Selim

Re: User getting "Not Authorized" error while accessing Open Text Vendor Invoice Management(VIM) via portal

$
0
0

Hi Pradeep

 

I don't have any such document, I follow OpenText VIM Configuration and Administration documents.

 

Regards

Uday


Re: Portal application not starting after SC transport via NWDI

$
0
0

Hi Michal/Rohit

 

Thanks for wonderful pointers.

 

As suggested I checked Application Y

 

The error while starting application Y is

 

Exception occurred during ws clients start. Unable to bind service implementation instances for service group

 

 

 

 

 

com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Path to object does not exist. First missing component is [philips.com], the whole lookup name is

 

Only reference in application Y is

 

tc~esi~esp~wsrm~app

 

Regards

Pratyush

Re: Portal application not starting after SC transport via NWDI

$
0
0

Hi Pratyush,

 

Could you paste the deployment descriptor for application Y.

 

Also please paste the entire exception chain that you get on start up of application Y.

 

Best Regards,

Rohit Singhal

Re: Clicking on Tasks in UWL opens URL with DynamicParameter value wi_id is NULL

$
0
0

Hello,

 

Did you try to enter WI_ID instead of wi_id ?

 

Rgds

Gilles

UWL add columns - display data from custom workflow Container

$
0
0

Dear Gurus,


I am trying to display in the worklist two additional columns with data retrieved from custom workflow task TS90000038.  I am trying to access elements in the workflow container, see second screenshot. The columns display but are empty.

Below is a screenshot from PFTC for task TS90000038

Screenshot from PFTC for task TS90000038 displaying container fields


I have added the following to the UWL xml

    <ItemType name="uwl.task.webflow.TS90000038" connector="WebFlowConnector"
      defaultView="DefaultView" defaultAction="viewDetail" executionMode="pessimistic">
<ItemTypeCriteria systemId="SAP_WebDynpro_XSS" externalType="TS90000038"
        connector="WebFlowConnector"/>
<CustomAttributes>
<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalObjectId"
          objectType="WebFlowContainer" cacheValidity="default">
<Attribute name="P_ACTION_DATE" type="date" displayName="Effective Date"/>
<Attribute name="P_ORG_UNIT" type="string" displayName="Org Unit"/>
</CustomAttributeSource>
</CustomAttributes>
<Actions>
<Action reference="viewDetail"/>
</Actions> 
</ItemType>


The columns display but not the data

 

I have not added the task TS 90000038 to tcode SWFVISU since the task is used by more than one web dynpro

We are on portal version 7.40 SP 9, ECC6 - Support Pack Stack 14, SAPBASIS731, SP14

 

No errors display in the logs.

The UWL cache has been cleared.

The item types have been re-registered.

 

All help is greatly appreciated!

Shari

Re: Clicking on Tasks in UWL opens URL with DynamicParameter value wi_id is NULL

$
0
0

Hi ,

 

I tried the same , but no use.

 

Regards,

Srinivas

Documents search on Portal Home page

$
0
0

Hi Experts,

 

Could you please give solution for below:

 

1. Password reset on Portal log on page.

2. Documents search on Portal Home page.

3. Missing creating "New folder" option in KM documents.

4. Missing "Life Time" tab in KM documents.

5. Performance issue of the portal. 

6. Design change login page ?

7. What are functionality can use in  EP7.0 ?.

8. Overview about SAP EP7.0 functionality and capability  ?

 

Thanks and Regards,

Vamshi Krishna

Re: Clicking on Tasks in UWL opens URL with DynamicParameter value wi_id is NULL

$
0
0

Hi Srinivas,

 

This might be a repetitive question, but have you also tried: WI_ID=${ITEM.EXTERNALID}

 

Best Regards,

Rohit Singhal


Re: Clicking on Tasks in UWL opens URL with DynamicParameter value wi_id is NULL

$
0
0

Hi,

What is your SAP EP release ?

Rgds

Gilles

Re: Clicking on Tasks in UWL opens URL with DynamicParameter value wi_id is NULL

$
0
0

Hi Srinivas,

 

As you have mentioned System Alias is "SAP_ECC_HumanResources"  which is maintained in SWFVISU but in 1st screenshot of TASK ,, SYSTEM ID is showing "SAP_ECC".


Can you  please check UWL TASK is connecting through proper System object?

 

Can you please maintain SAP_ECC system alias in SWFVISU instead of "SAP_ECC_HumanResources" and then check?

 

Regards,

Re: error Session unknown: Request with URI=/webdynpro/dispatcher/sap.com/tc~lm~webadmin~mainframe~wd/WebAdminApp ?

TLN node navigation issue

$
0
0

Hi Experts,

 

Need help regarding navigating to TLN tab from html file.

 

I have two tabs under role1. first tab has an KM html file displayed in the content area. it has a hyperlink. clicking on the link should navigate to another iview under tab 2 of TLN under the same role1.

 

Please advice.

 

Thank you

Ambica.

MSS workset navigating to MY WOrk

$
0
0

HI All,

 

We have done the stack upgrade for portal 7.31 from stack 9 to 14.

 

A strange issue has appeared

 

IN MSS, When we click on of the worksets...it is navigating UWl.

 

I have checked the PCD object structure..it is fine...when i see the preview also all the things are fine but the issue exists

 

I have checked the launch pad customization also ..fine

 

I am wondering how the mss is pointing to UWL Role  directly.

 

This is an high priority issue, some one reply is really appreciatable

 

Regards,

Rajesh

Viewing all 1661 articles
Browse latest View live