Jump to content

Manoj Chaurasia

Members
  • Posts

    578
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Manoj Chaurasia

  1. Users may receive an error after executing a procedure or HTML file from ibi WebFOCUS® App Studio when using Google Chrome or Microsoft Edge. Web browsers receive updates, and when a new version of Chrome or Edge browser is available, a new version of the selenium driver is also required to execute procedures and HTML files from ibi WebFOCUS App Studio. Currently, there is not an automatic way to update the Chrome and Edge drivers. However, users can manually update these drivers. Resolution Make sure that you are on the latest version of Chrome or Edge. To find this information: For Chrome: Click the ellipses on the top-right of the browser window to expand the drop-down menu. Then click Help > About Google Chrome. For Edge: Click the ellipses on the top-right of the browser window to expand the drop-down menu. Then click Help and feedback > About Microsoft Edge. Navigate to the following sites to download the WebDriver for Chrome or Edge: For Chrome: https://chromedriver.chromium.org/downloads For Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ Select the WebDriver version that corresponds to the browser version that you are on and download the WebDriver. See the following images for an example. In the downloaded zip file, locate the chromedriver.exe file for Chrome or the msedgedriver.exe file for Edge. These are the WebDriver files. Shut down App Studio and copy the WebDriver files to the bin directory of the App Studio installation, for example, <drive>:ibiAppStudio90bin or <drive>:ibiAppStudio82bin. Start App Studio to test the browser setup. Navigate to Application Menu > Output Viewer Settings. Select the desired browser, and then click Test browser setup. If successful, App Studio will open up the selected browser and display the message Webdriver test status Success, as shown in the following image. Once this message displays, you have successfully updated the browser's WebDriver.
  2. If you are interested in the FOCUS language, whether you are using ibi FOCUS or ibi WebFOCUS products, FOCUS Fridays is a monthly user group that centers around the FOCUS language. You can expect basic FOCUS concepts from all parts of the language: TABLE, MODIFY, MATCH. GRAPH, Dialogue Manager, JOIN, MAINTAIN; advanced FOCUS language techniques to enhance functionality and performance in WebFOCUS and FOCUS; and coverage of new features as they appear in the products. These sessions all come with the live, freewheeling discussion, demonstrations, and Q&A with three of the FOCUS/WebFOCUS language gurus - Walter Blood and Walter Brengel - representing together more than 70 years of experience. Join us for the basics, to get the techniques you need, and to tell us how you use the language. We love active participation, so join us for FOCUS Fridays! Browse the event schedule or watch recorded sessions on demand.
  3. When planning your ibi WebFOCUS upgrade, please consider the most recent release of ibi WebFOCUS. ibi WebFOCUS v9.3 is now available on the ibi Product Download site (edelivery.ibi.com) and includes significant enhancements and innovations across the product. For complete details of all features, see our ibi WebFOCUS Product Documentation. As a valued customer, we want you to benefit from WebFOCUS v.9.3 as well as the robust capabilities available via the ibi WebFOCUS Edition product package. So we are offering the ibi WebFOCUS Technology Refresh program, a new service to ensure a smooth transition to this latest, feature-rich release. For further information, please visit the ibi WebFOCUS Technology Refresh Program site.
  4. David - I'm going to review with the team on this - and confirm this week 10/24/22
  5. @Cory Vendrely​ @Robert Fuschetto​ if you find the poll can you share the link or @mention me? thanks.
  6. @Robert Fuschetto​ we'll look into this and respond.
  7. @David Beagan​ we migrated myibi users and their related forum discussions. I'll follow up on what's possible regarding your question about merging your activity and points.
  8. User unable to shut down their WebFOCUS Reporting Server. User reported activity: may have started the server from the omvs command line It didn't appear to be running (viahttp://ibimvs:11961) tried issuing an ISTART jcl. SDSF logs indicated the server was already up. did an ./edastart -status, it said it was already running It failed to stop when I issued a ./edastart -stop it isn't clearing the edatemp and logs (which are under root user) control Has anyone else encountered this scenario on z/OS & is there an identified solution Thanks, Peter
  9. Cory - yes you should be able to ask/respond to questions. Please note a community user's first engagement requires review/approval and we are working to get the approvals done faster so there's no delay. Thanks.
  10. Where and how can I post a question related to WebFOCUS Select "Ask A Question" enter your question title/text scroll down the window to"Product" and enter or choose WebFOCUS enter related "tags" select "Save" And how can I filter for WebFOCUS answers from the "Answers" tab on the TIBCO Community I don't see WebFOCUS as a "Product" to filter (see screen shot). We will address this issue - we recommend accessing this pageto view all questions/answers related to WebFOCUS. Please comment with questions - thanks.!
  11. Where and how can I post a question related to WebFOCUS And how can I filter for WebFOCUS answers from the "Answers" tab on the TIBCO Community I don't see WebFOCUS as a "Product" to filter (see screen shot).
  12. I have the following fields in my datasource: 1stmonthname, 1stmonthvalue, currentmonthname, currentmonthvalue I want the report to have the 1stmonthname as the title above the 1stmonthvalue column and the currentmonthname as the title above the currentmonthvalue.
  13. I have a request to add totals to a report on a BY field where on of the columns is computed using the LAST function and the report is an Across Report. The across is on MM/YYY date field. The condition requres that the totals still be calculated using the last value from the previous months with the current months value Something like this COMPUTE MARGIN_DIFF_PCT/D12.1%=IF (SHIP_MY GT LAST_SHIP_MY AND LAST_SHIP_MY NE '') THEN (CONTRIBUTION_TOTAL - LAST CONTRIBUTION_TOTAL )/ LAST CONTRIBUTION_TOTAL * 100 ELSE 0; Using a RECAP or RECOMPUTE does get me the correct values. Has anyone had this type of request before I have added a screenshot of the report I am creating and highlighted the fields which need to be calculated. Thanks,
  14. : SCROLLHIGHT there is a typo in your code. It should be SCROLLHEIGHT
  15. If the focexecs are stored on the server you could open the synonym in the synonym editor and then from the context menu for the field of interest select Impact Analysis to see a report of every place where the field is used showing name of the procedure, line number, usage and context.
  16. To my knowledge HTML web pages are created in designer not IA. IA is forreports, charts, and documents. Is IA the only tool you have I would build your HTML page with your URL link in Designer.
  17. Hi Cllf, I can able to see the APT Status report as below. How to change the APT status for a particular RDBMS function like, change the CHAR function APT Convert to Pass as is in MS SQL Server. image.jpg1752688 634 KB
  18. I dont think this is nuts. Why would you want to show numeric values (representing companies) to a user I dont think there are many users knowing a company by its number / comp_id. You want a dropdown box with company names (thus alphanumeric) and then it will be in the dimensions area and if you drag that to the filter area, all company names will be shown.
  19. Mmmm. OK. With this setup I was trying to reduce the overlap of some code, but it is what it is. So I have to make some changes and forget about this dynamically generated fexs idea. @MartinY: I had this already on the Reporting Server, but I like the idea of having all fexes in 1 place and the DECODE was just for simplifying the example. In the real situation, a parameter is passed to this fex and concatenated with the path Thanks for the all replys. Have a great day, -Fred-
  20. Nope, also that BAD REQUEST error. And the other option with the IF-THEN GOTO is not really desirable in the InfoApp Im building. Its a flexible and generic fex with no manual maintenance. But I dont give up
  21. Hi Martin, Yes I did try those 2. With and without the .fex extension. I also tried the following: -SET &INCLUDE =-INCLUDE; -SET &FEX = IBFS:/WFC/Repository/Playground/&REPOS_PROC.EVAL || .fex; &INCLUDE &FEX WebFOCUS returns (FOC1517) UNRECOGNIZED COMMAND -INCLUDE IBFS:/WFC/REPOSITORY/PLAYGROUND/PROC1.FEX If I do (with an EVAL): -SET &INCLUDE =-INCLUDE; -SET &FEX = IBFS:/WFC/Repository/Playground/&REPOS_PROC.EVAL || .fex; &INCLUDE.EVAL &FEX WebFOCUS returns a different error: FOC227) THE FOCEXEC PROCEDURE CANNOT BE FOUND: IBFS:/WFC/Repository/Playground/PROC1.fex and if I do this: -SET &FEX = IBFS:/WFC/Repository/Playground/PROC1.fex; -INCLUDE &FEX 400 - Bad Request The request could not be understood. and just this -INCLUDE IBFS:/WFC/Repository/Playground/PROC1.fex everything is fine. I think the compiler/pre-parser doesnt like special characters like & in the line thats calling an INCLUDE fex. But thanks for your reply; appreciated.
  22. Hi all, Im trying to include a procedure that resides in the repository and the path/name of that procedure is a combination of 2 variables, something like: -DEFAULTH &COUNTER = 1; -SET &REPOS_PROC = DECODE &COUNTER( - 1 'PROC1' - 2 'PROC2' - 3 'PROC3' - 4 'PROC4' -); -SET &REPOS_PATH = 'IBFS:/WFC/Repository/Playground/'; -INCLUDE &REPOS_PATH.EVAL&REPOS_PROC.EVAL I tried a lot of different combinations but till now no luck. Anyone knows how to get this to work Thanks in advance -Fred-
  23. Hi Waz, I experienced the same problem with hitting Ctrl+S. Below is a one-liner that does the saving for you when hitting these keys. All I do is copy and execute the line below in the browsers console window of the editor. I know, its not the best solution but it does the job and every time a new editor is opened this line has to be copied and executed again. Im on WebFOCUS 8207.28.05. Again, not ideal, but for me its a time saver. -Fred- $(document).bind('keydown', function(e) { if(e.ctrlKey && e.which == 83){ e.preventDefault(); $('.ds-icon-save').trigger('click'); }});
  24. When it comes to making the perfect shortbread, do you like to add rosemary, lavender or some other special ingredient to elevate the flavor Share your go-to shortbread recipe with us below, and feel free to add in any tips that you think can help!
  25. Hi Garth, Hotfixes for 8207.27 should be up on the support site today.
×
  • Create New...