Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Jeff The samples come from the development team for the product you are using thats running on top of BIP for its reporting ie Weblogic server or Accounts Receivable. When I was at Oracle I tried to get a repository off the ground for folks to share content. Sadly, the legal team were not on board at the time so it…
-
Ashwin Please try creating a simple table template and running that to see if all the rows are shown Tim
-
Its going to depend on the format of the attachments. There are ways to embed HTML and images in the layout template inline to a PDF output. There are also a set of java APIs that allow you to attach any files to an existing PDF output. 1. There is one that allows you to append PDF documents to an existing PDF -…
-
I just have the barcode font that ships with publisher. I believe its pre loaded to the server so you can just go get it or its installed with the BI Pulisher Desktop. As for your output I just tested with your code 128 font and the Oracle encoder and I get the same result as you ie characters that are not handled by the…
-
Hi Firstly, your version of BIP is 6 years old and Im not even sure you are still supported :0( However, II'll try to help, some more questions :0) 1. what is the application that is calling the report? How is it calling the report? 2. You mention that it only happens for a specific report. So you can schedule other…
-
Hi I do not have time to test every scenario that you have. Suffice to say, I have learnt that you can not simply copy an already formatted table and then make changes. You need to start from a fresh simple table each time. That said, it looks like you have tried that with some of your scenarios and it is not rendering…
-
Hi I dont believe headers/footers are supported in PPT and Excel outputs, they were not in earlier releases. They are supported in the RTF output thou and I have that working locally with no issue. Tim
-
timothy.dexter@gmail
-
Hi I have solved the problem! I just needed to RTFM! Things in 11.1.1.9 and above changed when you wanted to use the fonts shipped with Publisher or the Publisher encoder class. https://docs.oracle.com/middleware/11119/bip/BIPRD/create_rtf_tmpl.htm#newfontsetup --> Scroll to 4.17.1 Using the Barcode Fonts Shipped with BI…
-
Check this solution out siooh: ERROR: runcat sawjniapi643r.dll: Can't find dependent libraries
-
Hi Its probably because you already have a French version of the template loaded (I can see it listed in the graphic.) The way BIP works is if someone requests a different language e.g. french to the default template e.g.english. It will first look for a french version of the template ie a template that already has French…
-
Hi First off, Id strongly recommend NOT using BI Analyses as the data source for the BIP report. The performance is terrible and the feature was put in to meet a requirement for very small and fast running reports. When the BIP report is run, it calls OBIEE to run the analysis. The query i the analysis is executed and the…
-
For 11g the path does not use apps Try using '<?register-barcode-vendor:'oracle.xdo.template.rtf.util.XDOBarcodeUtil';'XMLPBarVendor'?> Check out my profile for my email -
-
Hi Ashwin I can see from your screen shot that this is not an RTF template but its a web based template built in the online template builder. I see you have a couple of parameters in the report that are set to show all values. One thing to check with the interactive mode is that you have not filters the data by either…
-
Hi Shobana Couple of points: 1. What are the for-each fields at the bottom of the template for? 2. I think I would try extending the table rows to the bottom of the page in the template, This will fill the page completely. 3. Are you generating RTF output and sending that to print? RTF is a flow based layout ie not based…
-
If it is an RTF template you could use an XPATH expression to test the elements in the row. ROWSET ROW COL1 COL2 COL3 COL4 for-each:ROW[COL1!='' or COL2!='' or COL3!='' or COL4!=''] This will be more efficient that using an if statement testing each column. Tim
-
Couple of things: 1. Can you move the BCR field to the top of the template. It looks like it appears after the barcode field which could be causing the issue. 2. To confirm, you are using the E Business Suite version of Publisher? 3. Can you send me the template and some sample data? Tim
-
Its in the right place. That is a pure BIP report with parameters on the side rather than on the top. I have a few questions: 1. Just checking but that looks like the 12c version of BIP, correct? Waht the full version you are using. 2. Are the parameters that reset themselves based on list of value selection or are they…
-
Vivek What template format is this for? Tim
-
Hi Jeff This forum is specific to BIP issues. I know you have a BIP issue but technically its a question of where is the data that you want to report from ie what tables store the CPU usage data. Im not sure which product you are using however, you might have better luck finding that out if there is an ERD for the product…