Cannot open tunnel with id account:///xxxxxxxtrial
Hi, I am trying to access odata created in onpremise sap abap system to webide usind cloud connector. I have all the connected status in cloud connector and in access control for SAP ABAP system....
View ArticleRe: BiffException: jxl.read.biff.BiffException: Unable to recognize OLE stream
Hi Hhoang Can you please refer to the below SCN threads and check if it helps to resolve your issue or not jxl.read.biff.BiffException: Unable to recogniz... | SCNUploading excel to webdynpro...
View ArticleRe: Cannot open tunnel with id account:///xxxxxxxtrial
Hi, I would like to add more details for this post.
View ArticleRe: OBN Issue In Portal for E recruitment
Hi Santarshi, Please find below the Form Data:...
View ArticleAdobe Forms are displaying blank page in Portal for one user
Hi Experts, We have added the Adobe forms as links in portal under Benefits and Payments. All users are able to open in production except one user. When he accessing the link it showing blank page. He...
View ArticleRe: Adobe Forms are displaying blank page in Portal for one user
Dear Vamshi, Hope you are doing good. This is strange indeed. Some points to check:1)because the ADS means connection from portal to backend, is the user using VPN , proxy etc> can you do a...
View ArticleReg:Web Tool Development
Hi All , Can any one brief me about this web tool development for the below requirement .Develop web tool to flat file data load to cube XXXX.Is the above task is related to portal development or BW...
View ArticleRe: BiffException: jxl.read.biff.BiffException: Unable to recognize OLE stream
Hi Santarshi Samanta,Thanks for your helpful answer, I try using jxl.jar in project java application on my desktop, it's ok when reading excel file (*.xls)code: Workbook wb = Workbook.getWorkbook(new...
View ArticleRe: Adobe Forms are displaying blank page in Portal for one user
Hi Hemanth, Thanks for your response. It seems that the problem not with ADS, host name resolution, network etc.. Because we are able to open some claim forms. problem with declaration forms which we...
View ArticleRe: OBN Issue In Portal for E recruitment
Hi Pankaj This is quite strange that the operation is only missing. Can you refer to the below KBA 1974159 - OBN - Object Based Navigation Survival guide Under the resolution section on thing I...
View ArticleRe: OBN Issue In Portal for E recruitment
Hi Santarshi, Thanks for the response. I have imported pfcg role from ECC to Portal. I have also checked in Tcode "lpd_cust" for Instance "OBN_Navigation" and candidacy.assess is missing there as...
View ArticleRe: Adobe Forms are displaying blank page in Portal for one user
Dear Vamshi, Hope you are doing good.Did you delete and then create the user again as a copy of a working user? Did that work?Also the first point that I mentioned relates to the workstation that the...
View ArticleRe: How to change iview tray background color? (AFP Blue Crystal Design)
Hi Nicola,I've opened an incident to solve this issue. SAP's provided me a workaround, so if you still want to solve it, please follow these steps: 1.) In your file system go to file:...
View ArticleRe: Unable to change toolbar background color using UI Designer
Hi Nathan,we've experienced the same here in our project.Please, refer the following link to solve it:Re: How to change iview tray background color? (AFP Blue Crystal Design)Let me know if it works for...
View ArticleRe: Unable to change toolbar background color using UI Designer
Hi, Thanks for your help. In the end, the solution was:1) Upgrade our Support Package to support the fallback funcionality of SAP UI Theme Designer2) Create a fallback theme base on SAP Tradeshow...
View ArticleRe: Unable to change toolbar background color using UI Designer
Hi Nathan, nice to hear that.And thanks for sharing Regards.Evandro P. Ramos
View ArticleRFC connections do not terminate
Hi We are consuming RFCs in standalone portal applications. The connections are established using the following code: IConnection conn = null; IInteraction ix = null; IConnectorGatewayService...
View ArticleRe: RFC connections do not terminate
Hi, The proper way to open/close connections is to put the code inside try -> catch and in finally use if(ix != null) ix.close() ; and if(conn!=null) conn.close();In some cases when the code throw...
View ArticleRe: RFC connections do not terminate
Thanks for the reply Roman. We are indeed doing what you have suggested. The connection operations are encapsulated in try catch blocks and the closing statements are in catch block as well as finally...
View ArticleRe: How to add Custom Image for the Workset Map Pictogram property
For everyone who is looking for an fast-n-ugly alternative:upload your pictogram (48*48) in KM to etc/public/mimes/images/pictograms/ In the PCD editor change the pictogram property...
View Article