-
Recent Posts
Recent Comments
- arnet on InfoView SSO With WinAD(NTLM)
- sabrieker on Prompt All Values Differ Between Desktop Intelligence and Web Intelligence
- Smokeless Cigarettes on Why a New Web Site
- Johnfu on Prompt All Values Differ Between Desktop Intelligence and Web Intelligence
- Amy on Introduction to Business Objects SDK – BO101
Archives
Categories
Meta
Author Archives: admin
InfoView SSO With WinAD(NTLM)
SAP Business Objects 3.1 does not log in you to InfoViewApp or CmcApp with Windows AD authentication based on NTLM not Kerberos when you call Tomcat based server not IIS based. It is interesting because you can log in with … Continue reading
Why a New Web Site
Before this site I have been using my google web blog . As you know blogspot is free . It was easy to use , manage and control. But for a while a lot of people from web or around … Continue reading
Posted in Genel
2 Comments
At the End Of Third Month
This blog is not being written to get millions of readers everyday. It aims to share Business Objects SDK information with everybody over the world. And it is nice to see that lots of people are reading or entering to … Continue reading
Posted in Genel
Leave a comment
ValueFromLov Has Different Approach
Yes ValueFromLov object has a different approach to values you insert to it. But to figure out the problem reason is more complicated than it is being. And here is the solution with a small tip. I hope it helps … Continue reading
Posted in Business Objects 3.1 SDK, ValueFromLov
1 Comment
Using Blogs to Find Something New
I am a software engineer that I am. I develop projects which are based on requirement lists. It is an awesome job for me, to coding. But sometimes it becomes boring or annoying and at that point I want to … Continue reading
Posted in Genel
Leave a comment
Sorting Webi Documents LOV
In web intelligence documents for sorting prompts I am using; if(strDocumentKind.equalsIgnoreCase(“Webi”)) tmpPrompt.getLOV().setSortType(SortType.NONE);else tmpPrompt.getLOV().setSortType(SortType.ASCENDING); For web intelligence documents I am setting sortType as None, Web Intelligence report builder automatically sorts the LOV. But in desktop intelligence documents it must be done … Continue reading
Blogging and Me
I have started to write to this blog for a reference who want to develop something or solve problems for Business Objects SDK. I started to develop something with BO Sdk over a year ago. I was having problems for … Continue reading
Posted in Genel
Leave a comment
Viewing Reports Without OpenDocument Cont.
Hello everybody, Today I am gonna try to explain how you can use BO InfoView application to show your reports. You will put this code peace in a jsp file and copy that file to [TOMCAT_PATH]webappsAnalyticalReportingviewerscdz_adv path. You must submit … Continue reading
Posted in Genel
Leave a comment
Date Type Problem in Webi Reports Solved
In a long time I have been faced with date type problem in Business Objects SDK in DocumentInstance class’s setPrompts method. Now I am proud to tell you the exact solution. But it will be the duplicate of the my … Continue reading
Certain Solution Prompt Solution For Datetime
For a while I have been encoutered Date format problem with Web Intelligence Reports in BO 3.1. I have a find a temporary solution but sometimes it does not work. Anyway a response from BO for this kind of solution … Continue reading