New Query Builder Guide Version Published – Includes XI 3.x Updates and Relationship Functions
I have finally completed my nearly 3-month long update to our Query Builder Guide. Like most things I do, the deeper I got into it the more I found that needed work.
What kept me going, and delaying my previously promised delivery time, was the realization that aside from Ted Ueda‘s famous blog entries on Path Queries and Relationship Functions, I was building the only “how-to” guide for those Query Builder and SDK Query functionalities. I dug a little deeper into each one and broke them down into their basic components, making it easy to understand how to use them and to also be able to respect their limits.
I decided that this version of the guide was such a milestone for the guide that I jumped straight paste the 1.1 version and splurged on bestowing it with the 1.2.0 Version. The truth is that the guide itself grew by 50% in file size! Yes, I added that much new textual content!
Click here to order the latest Business Objects XI Query Builder Guide
This new version includes numerous additions to bring the guide current up to Business Objects Enterprise XI 3.1. However, for those of you not yet on BO XI 3.x, please take note of something I explain clearly in the guide:
“Query Builder is based on the BOE SDK and both tools in their BO XI 3.1 versions support all of the older methods and syntax used in BO XI R2. In fact, syntax that was labeled as deprecated in XI R2 continues to function even in XI 3.1. It is certain that XI 3.x brought some new functionality, and this guide will distinguish these, but rest assured most of what you can do in Query Builder is applicable to all BO XI releases.”
In fact, BO XI R2 administrators will greatly benefit from the newly added “Relationship Queries” section. This nearly secret functionality take Query Builder to a whole new level.
Future Customers
For the many of you to whom I committed to deliver this BO XI 3.x guide update earlier, I apologize for my tardiness and I sincerely thank you for your patience and understanding. To those of you still on the fence about whether or not to get this guide, I believe I have now packed it with enough value to make your decision a “no-brainer”.
Click here to order the latest Business Objects XI Query Builder Guide
Current Customers
To the now hundreds of you who have already purchased a previous version of our Query Builder guide, thank you again for your business and come get your free updated version. Please refer to your order confirmation email to obtain the instructions on how to get your COMPLETELY FREE updated guide. If you have any trouble, just email us and we will get it for you ASAP.
Future Improvements Coming Still
If left in a vacuum I might never publish any updates because I would never feel they are complete. This time is no different. I wanted to include more sample queries for Relationship Queries and Path Queries, but I decided it was better to publish the guide now that those tutorial sections are complete and then publish another version when I have added some additional, wonderful samples of each. As you can see, we are always working to improve this guide.
OK, now I think I will publish this little posting and get on with what is left of my beautiful Saturday afternoon. I hope someone out there appreciates my little sacrifice.


Hi, I purchased your guide. All of the sample queries in your guide do not correspond to tables/fields in my CMS database.
For example, I do not have tables named ‘CI_InfoObjects’ or ‘CI_AppObjects’. I do have a table named ‘cms_infoobjects6′ – which seems to have some of the fields in your sample queries – but not all of them.
What am I missing? FYI – this is a new install of BOXIR3.1
Great question and you are 100% correct accept for a very small detail. It seems you skipped the section that explains where to put the queries (the first section). Queries against the logical tables ‘CI_InfoObjects’ or ‘CI_AppObjects’ must be run either directly through the Business Objects Enterprise (BOE) Software Development Kit (SDK) or through the Query Builder application (which is a free utility provided with BOE). In BO XI 3.1 this tool can be found in the “AdminTools” web application and if this app is deployed to your server it can be accessed through the URL: “http://yourserver/AdminTools/”.
The metadata that you want to be able to query is encrypted and stored in CLOBs inside mostly inside the table ‘cms_infoobjects6?. The data is further abstracted by being organized into the logical tables named ‘CI_InfoObjects’, ‘CI_AppObjects’, and ‘CI_SystemObjects’. Unfortunately, BO has made it so no one can access most of the data locked inside of ‘CI_AppObjects’ without the BOE SDK or Query Builder. Nevertheless, the guide that you purchased also includes and section that will help you query the ‘cms_infoobjects6? table directly and extract the very few pieces of information that are available directly.
Thanks for your purchase and please do let me know if you have anymore questions.
what are the advantages in bo xir3?
I will try an write a full article on this topic as this question is a bit off topic. From a Query Builder perspective the only significant advantages are the addition of Path Queries and an increase in the number of relationship types.
In general BO XI 3.1 gives you WebI Auto-Save, WebI Rich Client, Patch Support beyond Jun 2010, Engineer Support beyond Jun 2011, Custom Access Levels, Aggregate Awareness, … I know there are more, but this is what stands-out in my mind right now.
Julian,
I purchased your guide, and it appears to be exactly as described. I have not been able to start Query Builder and was hoping you might be able to help.
When I use the following url:
http://servername:6405/admintools/querybuilder/ie.jsp
I get the error: “404 Missing Page”
When I use the this url (no port number):
http://servername/admintools/querybuilder/ie.jsp
I get the error “The page cannot be found…”
I found the file ie.jsp in the …\admintools\querybuilder folder so it seems the url is correct. Do you have any idea what I am doing wrong?
I’m glad the guide lives up to your expectations. I do understand it is frustrating not to be able to access Query Builder and start applying what you are learning. You will definitely need the port numbers unless your web server is on port 80, all other ports will require the port in the URL. If you are certain that the port “6405″ is correct, then I suggest trying the URL: http://servername:6405/AdminTools/ the default page in “AdminTools” should get you where you need to be.
Also, if you are running a Java server then please notice that EVERYTHING in the URL is case-sensitive, for example “AdminTools” instead of “admintools”. Please let us know if any of this helps or not.
How do we create a universe with two different rdbms like one is oracle another is sequel?
I think that one option might be some kinds of middleware that would allow you to create pointers tables in one of the DBMS that point to the other.
But perhaps linking one universe to the other is the cleanest solution (go to properties of one universe and link to the other). I don’t use this feature as it is known to be unstable or problematic; however, it is supported.
Hi Julian
I´m trying to use query builder with 3.1 and I’m having the same result as Rick.
I can´t find the solution.
Did you find de solution?
Thanks in advance
Hi Gachi, I am not sure that I understand your problem completely. It seems to me you are saying that you cannot access Query Builder in your environment(s). Without more information it is difficult to help you, but I will try:
1) Are you certain that the application/deployment named “AdminTools” is deployed to your web application server? For example, if you are using the default Apache Tomcat are you certain that “AdminTools” is deployed to it?
2) A simple test to see if “AdminTools” is deployed is to just hit that application on the same server and port in the URL you use to hit CmcApp. For example, in Apache Tomcat you may use http://yourserver.yourdomain:8080/CmcApp/ to reach CMC, so you could test Query Builder by hitting the following: http://yourserver.yourdomain:8080/AdminTools/
PLEASE comment on the results of the above tests and provide more information about your system if possible.
Hi Julian,
With http://yourserver.yourdomain:6405/CmcApp I can reach CMC, but with http://yourserver.yourdomain:6405/AdminTools/ I reach an error (404 Missing Page)
I´m using BO 3.1
Thanks for your answer
Hi Gachi, in that case you need to deploy the “AdminTools” application to your web app server. BTW, that port number is an odd port, what web app server are you using. The 6400-6410 ports are considered reserved for use by BO, so I would avoid them for web servers.
Hi,
We are implementing BOXI 3.1 environment where in we are using BO SDK to customize the logging and logout as per our needs. We are logging by creating a valid logon token and then redirecting the control to Infoview URL which is generated as shown below
alert(“infoViewURL: ” + “”);
<%
out.print(infoViewURL + "?ivsLogonSession=" + java.net.URLEncoder.encode(serializedSession));
//response.sendRedirect(infoViewURL+"?ivsLogonToken=" + URLEncoder.encode(logonToken));
response.sendRedirect(infoViewURL + "?ivsLogonSession=" + java.net.URLEncoder.encode(serializedSession));
} catch(SDKException e) {
out.print("ERROR ENCOUNTERED” + e.getMessage() + “”);
}
%>
Everything works fine with the above code
Issue :
In the above code the Infoview URL that will be coming on the infoview main page window will contain the Server name and port number. We do not want the port number to appear in the address bar it. Is it possible to do that as this is very critical for our project implementation.
Please help!!!
–Ak
Hi Ak, I usually don’t allow off-topic comments, but I don’t really know of any other article on this topic. When you say “Server name and port number” I understand that you are talking about something like “myserver.domain.com:8080″. This may not be your port number, of course. If you want to do away with this port number then I must ask you how can you log directly in to your InfoView? Do you use a port number? If you do, and you don’t want to then you are asking mostly a web server question, not a BO question. The only way that a standard web browser can access your web server without a port is if the port is 80 (for http) or 443 (for https). So either you need to change your web server’s port or you need a proxy web server (such as Apache or IIS with a proper module that allows the web server to proxy for the web app server.
Hi Julian,
I apolozie for going of the topic, I was not aware of the process I will take care of the same in future.
Thanks for the reply, I will take this up with the server admin
Thanks again
Ak
Hi Julian,
I apologize for going of the topic, I was not aware of the process I will take care of the same in future.
Thanks for the reply, I will take this up with the server admin
Thanks again
Ak
I purchased the Query Builder Guide on 2/8/10.
I see Julian’s note from 3/6/10 that it was updated for XIR3.
My old download links don’t work anymore.
How do I get the new version?
Here is my info from the original purchase.
Customer Name: TIMOTHY ?. ???????
Customer Email: tim.????@?????.com
Transaction ID: gc-934##########
Hi Tim, thanks for your question, I know this has not been as clear as I would like it to be. After you purchase the guide you receive an email with the subject “BusinessObjectsTips.com Query Builder Guide Purchase” and in this email there is a section that reads as follows:
The link contained in the email includes a functioning secure URL which all customers receive. If you cannot locate your email you may also contact us by email with the email address or transaction idea or your name and we will quickly take care of getting you what you need.
Thank you for highlighting this issue.
[...] [UPDATE - March 6, 2010]: I have just published the promised guide update. Please see my new posting “New Query Builder Guide Version Published – Includes XI 3.x Updates and Relationship Functions“ [...]