Jump to content

Patrick Huebgen

Moderators
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    7

Patrick Huebgen last won the day on March 11

Patrick Huebgen had the most liked content!

5 Followers

About Patrick Huebgen

  • Birthday June 30

Recent Profile Visitors

113 profile views

Patrick Huebgen's Achievements

Community Regular

Community Regular (8/14)

  • Dedicated Rare
  • Reacting Well Rare
  • Problem Solver Rare
  • Week One Done
  • One Month Later

Recent Badges

16

Reputation

10

Community Answers

  1. @Debra Waybright I was usign this a while back - worked fine but yoiu will need support by the Sharepoint Experts unless you are able to create keys/tokens/secrets on your own.
  2. @robert fuschetto - you do not have to update the driver for each update of the browser but whenever the changes are bigger this is needed. You can use the internal viewer as well to avoid this. But oif you want to to use Edge ot Chrome as your preferred viewer you have to stay up to date with this driver. Patrick
  3. How To Customize Pages on Demand in WebFOCUS 9.x The aim of this document is to explain the process for changing the "Pages on Demand" design. If you want to get my sample design - please download the zip file attached New Design: To change the design of the "Pages on Demand" functionality, the following steps are necessary - complete guide attached in PDF Format Step 1 - Replacing icons Previously files for customization where stored in following folder: drive:/ibi\WebFOCUSversion\ibi_html\viewer As of Release 9.0.0, the ibi WebFOCUS system file configuration no longer includes the ibi_html directory located at drive:\ibi\WebFOCUSversion\WebFOCUS, where version is the number of your installed version. If you store customized files in the ibi_html directory, you must backup them from this directory before installing or upgrading to WebFOCUS Release 9.0.0 or higher. If you do not take this precaution, you will lose customized files stored in the ibi_html directory. Solution in 9.x: All the entire \ibi_html folder structure has been moved to a .jar file, if you go to drive:\ibi\WebFOCUSversion\webapps\webfocus\WEB-INF\lib you will find a file called webfocus-ibi-html-version.jar, if you edit with winrar or 7zip and go to META-INF, resources you will find the old \ibi_html folder and you could add your custom files. For on-demand paging this would be following storage location drive:\ibi\WebFOCUSversion\webapps\webfocus\WEB-INF\lib\webfocus-ibi-html-version.jar\META-INF\resources\ibi_html\viewer\ Make a backup of the existing jar file and save it into a new folder outside webapps\webfocus\WEB-INF\lib “drive:\ibi\backup”. The ibi_html change is part of a larger shift to replace standalone files in the WebFOCUS installation with packaged files. This is being done to reduce the size of the install and for security reasons but it will require you to follow those steps Be aware that after upgrading this step would need to be repeated! To get you a sample design please check the files included with my documentation. Just copy and replace the files from the "On Demand Paging Custom Icons" folder to the following folder via 7zip or Winrar - drive:\ibi\WebFOCUSversion\webapps\webfocus\WEB-INF\lib\webfocus-ibi-html-version.jar\META-INF\resources\ibi_html\viewer\ It is also possible to replace the gif files with your own selected icons. But please use the same size for the new / changed icons. Step 2 - Customizing Templates The original files are stored in following folder drive:\ibi\WebFOCUSversion\client\home\etc\prod My sample will show you how to customize vcp_page.xml and vcp_page_1.xml - the main files that build the deferred execution screen. To get you a sample please check the files included with my documentation - to be found in “On Demand Paging xml Files” Please copy the files into following folder drive:\ibi\WebFOCUSversion\client\wfc\etc\custom Within the xml files, parts of the HTML / CSS code have been changed or blocks have been completely commented out, so that some functionalities (e.g. Close or Help) are not visible in "Pages on Demand" anymore. Feel free to make your own changes as needed Feel free to make your own code adjustments within the above-mentioned files. Step 3 - Restart ● Stop your application server - for example Tomcat ● Clear your App Server work directory - for example drive:\ibi\tomcat\work\Catalina ● Clear your browser cache ● Start your application server - for example Tomcat Customize Pages on Demand in WebFOCUS 9.x (1).pdf ondemandpaging_9x.zip
  4. @Brad Gronli fwhat is the content of <50 ???? could it be too long? HTML ignored repeating blank spaces PDF will displayt them
  5. The cast ist the important part but this will be different from database to database - I had to create it differently for an Oracle repository then for an MS SQL Server repository
  6. I use notepad++ as it supports serach a folder structure for certain strings
  7. @robert fuschetto - I agree with @Clayton Peacock - exporting a CM is great way to accomplish this. In addition what I did is was creating a report on top of WebFOCUS repository to read/search via a WebFOCUS report - but this is an unsupported technique and would require an additional custom view in the Repository - I did this with SQL Server and Oracle in the past.
  8. Take a look at my latest Tips & Tricks tutorial sessions- Updating Chrome driver for WebFOCUS AppStudio
  9. The "problem" is the DEFAULTH the H wil prevent any prompting - it stands for HIDDEN - so Davids sample should work perfect I create a sample video on Reporting Object and Designer a while back https://youtu.be/ETFazfjhP38?si=GOiBrP32n4eRh8c3
  10. There's an article about anonymous access - https://support.tibco.com/s/article/000051448 Is your content in IBFS:/WFC/Public
  11. The image does not show Schedules as this is not ReportCaster it‘s the Reporting Server - the 83 does mean that this agent was running 83 jobs in the past. If you need to see ReportCaster schedules please use the ReportCaster console.
  12. @David Briars - The problem here is not really WebFOCUS but Excel - it trys to be smart. As the year is a horrizontal sort - WebFOCUS defines it as text because otherwise it my be considered in asubtotal if you manualy add it later in Excel Your CTRLCHAR works as this prevents the "Number as text" - the only solution is what you did - make sure Excel does not "think" it could be a number. Better solution - make sure your Date / Year is a Date not an integer. Additional please use XLSX instead of EXL2K to prevent the error message in my screenshot - but the Date solution will work for both versions. Here's a sample: DEFINE FILE ibisamp/CAR REPORT_YEAR/I4 = '2024'; REPORTYEAR/YY = REPORT_YEAR; END TABLE FILE ibisamp/CAR PRINT CAR SALES ACROSS REPORTYEAR ON TABLE PCHOLD FORMAT XLSX END
  13. @Debra Waybright - please share a screenshot - I'm not sure which screen / setting you are referring to?
  14. AppStudio is using the same way to communicate with WebFOCUS than the regular browser - and portal setting might be misleading - it#s any session that uses the portal/hub logon.
×
  • Create New...