Script Browser & Script Analyzer 1.4 issue

Hi All Powershell Experts,
Need your assistance on script browser.
I am using "Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (Intel X86)   (Build 7601: Service Pack 1) "
and OS is Windows 7 Enterprise service pack 1
Powershell Windows version 3.0
I went through all websites for Script browser, I successfully installed script browser using its setup on Microsoft website but not able to get this feature in my powershell adjacent to command right pane( as described in all websites )
Your suggestions, assistance welcome. 
Thanks in Advance
I Referred below websites:
http://www.microsoft.com/en-in/download/details.aspx?id=42525
http://blogs.msdn.com/b/powershell/archive/2014/04/16/a-world-of-scripts-at-your-fingertips-introducing-script-browser.aspx
http://blogs.technet.com/b/heyscriptingguy/archive/2014/05/10/weekend-scripter-introducing-script-browser-and-script-analyzer.aspx

Actually the 1.4 version of the script browser still works.  Just install it form here:
http://www.microsoft.com/en-us/download/confirmation.aspx?id=42525
Post issues and questions here:
https://gallery.technet.microsoft.com/scriptcenter/Getting-started-with-57e15ada/view/Discussions#content
¯\_(ツ)_/¯

Similar Messages

  • Action Links - Browser Script

    Hi All,
    This has been a long process. I just wanted to use Action Links to open an external webpage based on a URL field that is stored in our data warehouse. The problem (based on my findings) is that external webpages can only be launched from OBIEE with a fixed part of the URL and then a query string section that follows the ? symbol. This is great if you are looking to launch a url with a query string (ie. google, cnn, etc.) but it doesn't help you if your url has no question mark.
    My first solution was to build a redirect asp page. I would point the URL to this asp page with the real URL positioned after the question mark. The asp page would strip out the query string from the end of the url and then launch that webpage. This works great but it relies on an asp page being stored somewhere on a server (by IT). I would rather take advantage of the out of the box action link functionality using OBIEE solely. So I started looking at browser scripts. I am so close but can't get the last bit to work.
    I have a function that looks like this:
    USERSCRIPT.Show_URL = function popitup(url){
    var url = c
    alert(url);
    My only issue is that this shows a comma at the beginning of the c variable. The c variable comes from the USERSCRIPT.parameter function sample that is in the USERSCRIPT.js file. Any ideas why there is a comma before my url? I tried using the replace function to get rid of it but it keeps erroring out saying 'Object doesn't support this property or method'.
    Much Appreciated,
    Mike

    I finally got this to work on my own with a bit of work.
    I borrowed some of the code for the displayparameters ootb function in the USERSRIPTS.js file but changed the variable that they have in the alert function from c to a. I then swapped out the alert function for the window.open function. This code now opens the url in my cell regardless of whether or not there is a ? in the url which in my case, there was not. I have set the parameter 1 to be the column value of the URL field.
    USERSCRIPT.Launch_URL=function(b){var c="";for(args in b){var d=args;var a=b[d];c+=""+d+""+a;c+="\n"};window.open(a,'name')};
    USERSCRIPT.Launch_URL.publish={parameters : []};
    Perhaps this will save someone else some time.
    Mike
    PS Oracle could have save me a lot of work by just allowing variables to be passed into web page url's without the requirement of a question mark. Easy nice enhancement they should incorporate into next release.
    Edited by: user8030589 on May 24, 2013 10:48 AM
    Edited by: user8030589 on May 24, 2013 10:49 AM

  • Invoking a Browser Script in OBIEE 11.1.1.5.0

    Hi
    In-order to meet a requirement I modified the Userscript.js in 11.1.1.5.0 located at "E:\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\b_mozilla\actions". After this I restarted all the services in EM, BI Server and ADMIN Server, but to no avail, the changes didn't reflect. It would be very helpful and greatly appreciated if you could provide a work-around/pointer etc to help reolve this issue. Should you require any information please let me know.
    Thanks!!

    Check this:-
    How-to: OBIEE 11g Javascript Integration using Action Framework (Browser Script) ~ Ask John OBIEE - Oracle Business Inte… 
    Mark if helps,
    Thanks,

  • Browser Script and Open UI

    We've encountered an issue where the Open UI client doesn't appear to use existing Browser Script. We have the Standard HI client and the Open UI client both running on the same web/app server with cloned object managers. The standard HI client is calling the browser script (there is a simple alert in the load event of an applet), but the Open UI client does not for the same applet. I can go into Develpoer mode in Chrome or IE9 for the Open UI client and look through the script that it's pulled in and I don't see any script pulled down for the srf######### directory. I do the same for IE9 and the Standard HI client and I can see all the browser script for the srf####### directory. We are running 8.1.1.10.
    I'm hoping it's just a switch, config setting on the cloned Open UI object manager or something that we just missed setting. Or perhaps deploying the browser script is different in the Open UI world.
    Thanks to anyone who can provide insight or can confirm that they've gotten it to work for themselves.

    The Deployment Guide (1499842.1) states:
    Migrating browser scripting
    There should be no requirement to change the client side browser scripting to run Siebel Open UI. Customer must ensure however that no browser specific JavaScript is implemented in existing browser scripts to ensure function beyond the traditionally supported browsers.
    Specific methods in Siebel have been enhanced or changed for a variety of reasons such as security. These methods include:
     WriteRecord: WriteRecord method in browser script failing in the Siebel [ID 1551530.1]
     ProfileAttributes: Why is GetProfileAttr/SetProfileAttr not Working in Siebel [ID 1546662.1]
    o SetPRofileAttr
    o GetPRofileAttr
    Information on Scripting related information for these methods can be found at the links above

  • "Invoke a Browser Script" Action in OBIEE 11g

    Follow website : http://www.rittmanmead.com/2012/07/navigating-to-bi-content-in-obiee11g-and-passing-multiple-parameters/
    In file "D:\oracle\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\b_mozilla\actions\UserScripts.js"
    I added the following function(s) to "UserScripts.js":
    USERSCRIPT.customPortalPageNav = function(arg_array){
    var str="parent.PortalPageNav(1";
    for(args in arg_array){
    var arg_name=args;
    var value=arg_array[arg_name];
    str+=",'"+value+"'";
    str+=")";
    eval(str);
    USERSCRIPT.customPortalPageNav.publish={parameters:[
              new USERSCRIPT.parameter("1","Dashboard","/shared/FOLDERNAME/_portal/DASHBOARDNAME"),
              new USERSCRIPT.parameter("2","Page","Insert your Page"),
              new USERSCRIPT.parameter("3","Table","Insert Table"),
              new USERSCRIPT.parameter("4","Column","Insert Column"),
              new USERSCRIPT.parameter("5","Value","Insert Value")]};
    However, this function "USERSCRIPT.customPortalPageNav" cannot be displayed in "Invoke a Browser Script" Action.
    If I put the function name "USERSCRIPT.customPortalPageNav" directly in the "Invoke a Browser Script" Action dialogue, an error message will be shown. It said:
    The function "USERSCRIPT.customPortalPageNav" does not exist.
    Please check with your administrator that this function has been setup correctly in the user-defined script file.
    What I have done wrongly? Or, how can I check the "UserScripts.js" file path is correct? How can I find a correct path for "UserScripts.js">

    Hi Dpka,
    Yes, I do. But, still the same.
    In fact, I can see two sample functions in "Invoke a Browser Script" Action. (i.e. USERSCRIPT.putUrlInFrame, USERSCRIPT.example_displayParameters).
    I edit "USERSCRIPT.example_displayParameters", replace "new USERSCRIPT.parameter( 'p3', 'Enter value for Param 3' )" to "new USERSCRIPT.parameter( 'p3', 'Enter value for Param 3', 'p3 default value' )".
    Still, there is no default value for "p3".
    So, I wonder whether my file path is wrong. But, how can I know where is the exact path?

  • Passing a date presentation variable in 'Invoke a Browser Script'

    Hi,
    I have a problem with passing presentation variable with Invoke a Browser Script.
    In my main report i set the filters and it works correctly:
    ColumnDate is greater than or equal to  @{vStartDate}{01/05/2015}
    ColumnDate is less than or equal to  @{vEndDate}{04/05/2015}
    (It works with different dates, i have tested, not only for the values between 01/05/2015 and 04/05/2015)
    i gave the same filters to the detail report.
    When i choose the action link to go the detail report, it only brings me the values between 01/05/2015 and 04/05/2015 .
    If i remove the default date values then both report gives the error :
    A date value was expected (received "vStartDate"). 
    Error Details
    Error Codes: GYYEWLWG 
    What i am doing wrong?
    Please help me.
    Thanks in advance.

    You should be using prepared statements.
    String scoredGoalsQuery = "SELECT count(name) from player_goal_rel where name = ? and pdate BETWEEN ? and ?":
    PreparedStatement pstmt = connection.prepareStatement(scoredGoalsQuery);
    pstmt.setString(1, pName);
    pstmt.setDate(2, startYear);
    pstmt.setDate(3, endYear);
    ResultSet scoredGoalsResult = pstmt.executeQuery();

  • Question I am getting this error and see no place to change scripting?JavaScript is disabled in your browser. Please activate JavaScript from Tools Internet Options Security Internet Custom Level Scripting Active Scripting Enabled.

    JavaScript is disabled in your browser. Please activate JavaScript from Tools>Internet Options>Security>Internet>Custom Level>Scripting>Active Scripting>Enabled.
    These are the instructions for internet explorer but i can't see anything in firebox.

    In my Firefox 5.0 I see check-box for enabling/disabling JavaScript in the "Content" tab.
    Is it checked in your Firefox and JavaScript still not working?

  • Where can I find the Script Browser tab?

    I need to use the Script Browser function of Dir. 11.5.9. I am instructed to click Window, Script.  Then select the Script Browser tab.  But when I open the Script Window, I do not find a Script Browser tab. Can someone assist me?
    Thanks.
    Dewey

    Perhaps it's collapsed against the left hand side of your script window - can you drag it open from there?

  • Not able to execute browser script at applet_load

    Hi ,
    I am a new bee to siebel and was trying a very simple browser script at applet_ load method. which shoud throw a alert ,when contact list applets loads.
    1> script has the steps theapplication().alert("Browserscrip") ;
    alert("next step");
    2> I have compiled my object and got my js file generated at siebel server root/webmaster location with time stamp.
    3> But when I am launching application and navigating this applet .It is not giving any alert.
    Please help me ,where I am going wrong and why my script is not getting called .is there any step i m missing ,while compiling?

    Hi,
    Delete all old genbscripts from both locations and execute genbscript again.
    it happens sometime, hopefully will be solve by applying above step.
    Regards,
    Rajesh Kumar

  • GetProperty() in Browser script and Open UI

    Hello Open UI Expert,
    I was going through IP2014 deployment guide and found something around GetProperty() as below. 
    GetProperty() can return undefined values as opposed to empty values and this requires code alignment.
    However, when we turned on OpenUI , we found that the script which was working correctly.
    Can you please help me to , under which scenarios GetProperty() method would work in OpenUI from your experience?
    Also it was mentioned that it would need a code alignment, as far as my understanding goes, we can rewritte code in server script.
    Can you please help me to validate understanding?

    The Deployment Guide (1499842.1) states:
    Migrating browser scripting
    There should be no requirement to change the client side browser scripting to run Siebel Open UI. Customer must ensure however that no browser specific JavaScript is implemented in existing browser scripts to ensure function beyond the traditionally supported browsers.
    Specific methods in Siebel have been enhanced or changed for a variety of reasons such as security. These methods include:
     WriteRecord: WriteRecord method in browser script failing in the Siebel [ID 1551530.1]
     ProfileAttributes: Why is GetProfileAttr/SetProfileAttr not Working in Siebel [ID 1546662.1]
    o SetPRofileAttr
    o GetPRofileAttr
    Information on Scripting related information for these methods can be found at the links above

  • Daily activity help for script... and investgating some issue

    hi
    i am new to apps.i fil i need some script to solve some daily activity issues and solving some issue.
    can anyone help me or list of issue(s).I know it may different from site to site but i want very common list.so that issues could be resolved quickly.
    regards

    hsawwan wrote:
    Hi,
    invalid object lists and number.Query dba_objects for invalid objects and compile it either manually or via adadmin.yes. i know but i need to schedule this with scripts so that it will compile jar files,invld obj etc.
    >
    failing patches.Check the patch log file.
    diagonostics failed patches.Check the patch log file as well as the workers log file.where is the worker logfile?
    >
    backup of archivelog and database.Test the backup periodically.how?
    >
    gathering statistics for apps and dadatabase users.Schedule "Gather Schema Statistics" concurrent program on regular basis.option is dbms_job right?
    >
    specific concurrent manager/log lists for specific requests.Check the CM log file along with the failed request log file.i notice FND<sum number>.log usually created for this but for specific log file is needed to query from db.for this reason i want to use some scripts.
    >
    shrinking apps tablespaces to utilise the spaces and enhancing the performance of apps.Shrinking tablespaces does not enhance performance.
    may not enhance performance but may enhance the disk space.
    See (Note: 122669.1 - How to Perform a Health Check on the Database).
    monitoring alerts.
    monitoring forms and report and generating trace files.You can do from OAM.
    monitoring triggers Write an alert to notify you in case the status of the triggers changed.
    startup total apps and shutdowns total apps (this actually sysadmins of clients want)Usually, we review the startup/shutdown scripts log files.
    total cloning process within a night.You will have to review the log files.
    Thanks,
    Hussein

  • How to call BS Browser Script from Server Script

    I have a req. where a confirmation message need to be displayed to the user from Server Script.
    I have followed the steps described in bookshelf http://download.oracle.com/docs/cd/E05553_01/books/CommSrvAdm/CommSrvAdm_AdvConfig40.html
    and the same is not working. I am invoking the BS from Applet Server script.
    Please let me know if the above steps can be used in our context as it is not at all related to CTI.
    For the above config I have selected one of the existing Profiles in our system and am not sure about the role played by the same.
    Thanks in advance.

    You create a Business Service, then deploy the BS as described in the bookshelf and finally call it through Browser Scripts.
    You can't interact with the browser session from the server the way you describe your requirement.

  • Browser Script or Server Script run first

    Hi,
    As the tittle above may I know the priorty that siebel would run first ? Browser script or server script first ? Its important for me as my own thumb of rule.
    Cheers.
    Edited by: 928756 on Jun 19, 2012 3:50 AM

    Hi,
    The browser scripts are executed before server scripts!
    for more info & details:
    http://docs.oracle.com/cd/E05553_01/books/PlanUpgdSiebel7/PlanUpgdSiebel7_chapter18.html
    ;-)

  • Firefox has crashed numerous times on me tonight, and I keep getting an unresponsive script error (Script: chrome://devany/content/main.js:254) regardless of what website I'm on. NoScript will not block this script, and it's popping up with an increasing

    Firefox has crashed numerous times on me tonight, and I keep getting an unresponsive script error (Script: chrome://devany/content/main.js:254) regardless of what website I'm on. NoScript will not block this script, and it's popping up with an increasing and alarming frequency. It's completely crippled my Firefox, and getting the a large enough window between unresponsive script warnings to get the Troubleshooting Information from Firefox took me a good 20 minutes. It's a very persistent script. I've already re-installed Firefox and restarted my computer, and scanned for viruses/malware. I'm on a Mac, if it makes a difference.
    == This happened ==
    Every time Firefox opened
    == Tonight. I can't say what site I was on, though I first noticed it on DeviantArt and thought it was their new layout producing problems. ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    yay, I had this same issue, and I too browsed deviantArt and also have got Deviantanywhere add-on installed. : D
    I'm so glad that You've found a solution and shared it with us.
    I was really getting worried that I'd done something to get malware installed on my 'puter. *Phew* !!
    I'm going to disable DeviantAnywhere after I post this and hopefully this will be fixed for me too!
    I actually hadn't kept my firefox up to date. but.. *shh...*
    I updated it and after I did, it told me that there was a script running that was not responding. : )
    yay for FireFox~
    ~QuinsY.

  • Help - lost motherboard, auto save saved older script, newer script actually with older date.

    Adobe story team:
    I had a best script to date, on an older hard drive and the motherboard failed on my HP tower.  The sony laptop has a more recent dated script, but not the one I want.  How do I replace an "older" date script, one that I want for a newer script.  I don't want the newer script, I want the older one that is on a "pulled" hard drive again, from a tower that failed.
    Do I save the older file on an offline, using a new ID, new password, forever changed or what can I do?
    I need a fairly quick response, timing is critical.  HP tower is the problem.
    drgm
    thanks

    You have it half right.  the issue is the HP tower I had failed.  The mother board failed, I pulled the hard drive which is windows 7, I have a sony laptop which is in 32 bit vista, I am not sure if the different versions will be an issue.  can i take a file off the pulled hard drive and put it somewhere in a directory even with the different windows vista vs windows 7 if so which file should i copy on the pulled hard drive and where do i put it on the laptop, directory plus I will go back on online save it in the clouds and reformat the laptop and go to windows 7 then go back to adobe story  and go from there. thank you for your quick attention in this matter.
    Respectfully,
    drgm
    doug morrow
    Date: Tue, 24 May 2011 22:10:24 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help - lost motherboard, auto save saved older script, newer script actually with older date.
    Hi
    I am not sure if I understand your problem correctly, but as far as I can make out you had been working on a script and then it got autosaved and now you wish to go back to the "older" script.
    In order to do so you may visit your document's history through the View->History option. There you will see older versions of your document (if you had not turned off autoversioning). You may then open an older version of the document from the panel by double clicking on it. Once on an older version you will get to see the "Make Latest" option. Clicking on that will make the "older" state of your document your "current" state and then you may proceed to edit the document as usual.
    I hope this is helpful to your situation. In case you face any issues in following the mentioned steps do let us know.
    Thanks
    Ali
    Adobe Story Team
    >

Maybe you are looking for