To save survey in the portal

Hi experts.
I have created a iview in the portal that connect with CRMD_ORDER of CRM.
In the portal I create an activity than have a survey when I try to save the survey the portal is releaded to the next page: res://ieframe.dll/unknownprotocol.htm#sapevent:WFF_EVENT
Can you help me?
Thanks

hi,
Try making an entry of the CRM system in the host file of your DNS or your local system.
regards,
kris

Similar Messages

  • Forcing user to save data in the portal

    Hi
      We have developed some WebDynpro applications. When these applications are in the portal , we dont want the user to navigate to another link without saving. Is there any way we can force this check.
    regs
    Steve

    Hi
      Well use the WDPortalWorkProtectMode  in Webdynpro. Check out this link
    http://help.sap.com/saphelp_nw04/helpdata/en/17/76d93f130f9115e10000000a155106/frameset.htm
    Hope that helps you.
    regards
    ravi

  • To save survey in the ITS

    Hi experts.
    I have created an activity in CRM with a survey .
    I access to the CRMD_ORDER by ITS. I create an activity that have a survey when I try to save the survey it is releaded to the next page: res://ieframe.dll/unknownprotocol.htm#sapevent:WFF_EVENT
    Can you help me?
    Thanks

    hi,
    Try making an entry of the CRM system in the host file of your DNS or your local system.
    regards,
    kris

  • Save the image in SAP R/3 which is dispalyed in the portal.

    Hi all,
    I am have developed the picture upload using the BSP i am getting image displayed in the portal but with a check box. I would like to save this image in the SAP system with BP id .
    So could you please help me out to do it.
    here the code I have used.
        data: entity         type ref to if_http_entity,
              file           type xstring,
              content_type   type string,
          content_length        type string,
              num_multiparts type i,
              i              type i value 1,
              doEcho         type string,
              value          type string.
      find multipart containing file
        num_multiparts = request->num_multiparts( ).
        while i <= num_multiparts.
          entity = request->get_multipart( i ).
          value = entity->get_header_field( '~content_filename' ).
          if not value is initial.
          found a file!
            navigation->set_parameter( name  = 'content_filename'
                                       value = value ).
            content_type = entity->get_header_field( 'Content-Type' ).
            navigation->set_parameter( name  = 'content_type'
                value = content_type ).
          get file content
            file = entity->get_data( ).
          get file size
            content_length = xstrlen( file ).
            navigation->set_parameter( name  = 'content_length'
                value = content_length ).
          echo/download the same file again?
            doEcho = request->get_form_field( 'doEcho' ).
        if doEcho is not initial.
            set response data to be the file content
              runtime->server->response->set_data( file ).
            set the mime-type and file size in the response
              runtime->server->response->set_header_field(
                name  = 'Content-Type'
                value = content_type ).
              runtime->server->response->set_header_field(
                name  = 'Content-Length'
                value = content_length ).
              runtime->server->response->delete_header_field(
                name = 'Cache-Control' ).
              runtime->server->response->delete_header_field(
                name = 'Expires' ).
        endif.
            exit.
        endif.
          i = i + 1.
        endwhile.
        if doEcho is not initial.
          signal to the BSP runtime that the response data is
          complete and no onLayout method should be called to
          create the response
            navigation->response_complete( ).
        else.
          navigation->goto_page('Hs Munich dear3.JPG').
        endif.
    With best regards,
    Suneetha

    Khaled,
    Purchase Document Item Data Source fullfills the requirement of the PO activity, i mean PO created which has PO date and PO amount.
    Let me tell you my situation in detail:
    The requirement is like this:
    The report should contain all the procurement activities and report should display the three different scenarios of Procurement cycle:
    1) Only PO done
    2) Only PO and GR done.
    3) PO,GR and Invoice all done.
    and all scenario should be in one report i.e., if PO only done, then the  GR and Invoice should show blank and similarly for others.
    So I tried the following things in DEV.
    1) Custom DSO which gets loaded from 2LIS_02_ITM( for PO Information - PO date,PO Number , PO Amount) and 2LIS_02_SGR( for GR information - GR Number, GR date)
    2) 0LIV_DS01 (BI content) loaded from Invoice verifcation datasource 2LIV_06_INV.
    Then Created Infoset(Custom DSO Left Outer Join 0LIV_DS01 ) and then checked the report but it doesnt fullfill all the scenario's of the Reporting as mentioned above..i.e., the report only shows the data only when Invoice done for the particular PO.
    So was trying to Build 3 Custom DSO's ( As similar to the SAP Business One Standard BI content DSO's  0SBO_O0,0SBO_O1,0SBO_O2) and then load it to the Cube and check whether it meets the requirement and so wanted to go for Generic Datasource..
    So, Can you please give your some valuable time to help me out in this situation and Correct me if have approached any long way ....and suggest to how to proceed?

  • Whether we can able to save the data in the portal side or not?

    Hi All,
        Could anyone please tell me, whether we can able to save the data in the portal side or not, if possible can you please explain the procedure.
    Thanks in advance,
    Siva.

    If you are familiar with java then you can use the usual jdbc / odbc driver to connect. Do search the forums, this has already been discussed many times before, if you encounter a road block do post back.....
    You can also refer to this blog, though it talks about CE 7.1 the concepts remain the same, the configuration screens might differ - Connecting an Application to an External Database in SAP NW CE 7.1
    Did some searhing for you refer these also
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c&overridelayout=true
    How can I set the data binding between Web Dynpro & Database table
    Connect to External Oracle Database
    Urgent : Hoe to connect to a ORACLE database throught WEBDYNPRO JAVA <-- good one
    Thanks,
    GLM
    Edited by: GLM on Aug 18, 2009 11:38 AM
    Edited by: GLM on Aug 18, 2009 11:41 AM

  • Where do the portal server saves all the NWDS plugins

    Hello,
    Where do the portal server saves on his side all the plugins/packages that are available in my NWDS and does it have other packages that I don't have and need?

    10X Harish but I am looking for the folder themselfs as they appear at the NWDS plugins directory...
    I found many of them at the ...\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps. Is this the right place?
    And another question: Often I can't find any available imports on the NWDS plugins but I find it on the server, for example:
    com.sapportals.portal.pcd.gl.IPcdAttribute is not available at any of the NWDS plugins but it is available on the server at: com.sap.portal.pcd.glservice\lib\gl_api.jar. Why is that?
    Message was edited by: Roy Cohen

  • Unable to log in to the portal - missing Directory Service?

    Hi!
    I'm unable to log in to the Management Portal, getting this error message:
    "We are having trouble logging you into the portal. Your subscription does not have an associated directory and this is preventing us from logging you in. Please contact support."
    I've tried to call Microsoft regarding this issue, each of the four times I was routed forward, given phone-numbers for Azure support and redirected, each call ended with basically the same reply "uuhhh... I don't support Azure, sir, and I don't know
    how to help you..." - Microsoft needs to inform their frontline people better!
    Anyways, at some point I was told that I have to "file a ticket" in the Azure support forums, and that a representative will call me up after. So here is the ticket, and I'm anxiously awaiting a reply.
    In case I'm not clear - I have an urgent need to access the portal, as I need to put some more assets in there, aka *you're losing money, Microsoft!* (maybe that'll get your attention.. ;) )
    Thanks in advance,
    Thomas Qvidahl, supporter and fan of Azure, though faith is waning..
    Best regards,
    Thomas Qvidahl
    Senior consultant, MCITP: EA & SP2010, MCT
    EVRY Card Services AS
    Nordland, Norway

    hi Thomas,
    We apologize for the inconvenience that caused by this encountered issue.
    Firstly, I suggest you  could try David Messner's solution from this thread (
    http://social.technet.microsoft.com/Forums/windows/en-US/8713e5ca-965f-4e81-b6ea-8a9e95c58b79/we-were-unable-to-find-any-subscriptions-associated-with-your-account?forum=windowsazuremanagement ).
    If it doesn't work, I would like to suggest you to try the one that mentioned by Tabrez at: 
    http://social.msdn.microsoft.com/Forums/en-US/7a2acffb-6419-4a3d-8fb4-c8258790a2bb/why-cant-i-sign-up-for-the-1month-free-trial
    [quote]
    Contact support here:   https://support.microsoft.com/oas/?prid=14238.
    -tm
    [/quote]
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to edit a spreadsheet (excel file) in the portal?

    Hello experts,
    at the moment i am working on the requirement to edit a spreadsheet in the portal.
    Until now i was able to display an excel file with the help of the 'KM Document iView (without content filter)'.
    Everything is displayed alright and i can perform changes in the spreadsheet.
    BUT: There is no such thing like a Save-Button or something like that. Does the SAP NW Portal already provide a solution for this requirement? Or will i have to develop an own application?
    I have already searched the forums and sap help, but i haven't found any solution. I can't imagine that such an easy requirement would need coding.
    Best Regards
    Marcus
    (Po*nts will be rewarded for good answers)

    Hi Marcus,
    I do not think you can do the task the way you want. You will have to look for some workaround that may be download the file, edit it and then upload it back. You will have to code in your application for that. If you want to do this way I can help you further to edit and save the excel.
    Regards.
    Rajat

  • HTTP Headers - enabling caching and compression with the portal?

    Has anyone configured their web server (IIS or Apache) or use a commercial product to flawlessly cache and compress all content generated by the portal?
    Compression and caching is critical for making our portal based applictions work for overseas users. It should be doable, just taking advantage of standard HTTP protocols, but implementing this a complex system like the portal is tricky, we seem to be generating different values in the HTTP Headers for the same types of files (such as CSS).
    We are running Apache so can't take advantage of the built in compression capabilities of the .net portal. We are running the java vervion. 6.1 mp1, sql server 2000 (portal, search, collab, publisher, studio, analytics, custom .net and java portlets on remote server).
    Basically our strategy is to compress all outgoing static and dynamic text content (html, CSS, javascript), and to cache all static files (CSS, javascript, images) for 6 months to a year depending on file type.
    Here are some links on the subjects of caching and compression that I have compiled:
    Caching & Compression info and tools
    http://www.webreference.com/internet/software/servers/http/compression/
    http://www.ibm.com/developerworks/web/library/wa-httpcomp/
    http://www.mnot.net/cache_docs/
    http://www.codeproject.com/aspnet/HttpCompressionQnD.asp?df=100&forumid=322472&exp=0&select=1722189#xx1722189xx
    http://en.wikipedia.org/wiki/Http_compression
    http://perl.apache.org/docs/tutorials/client/compression/compression.html
    https://secure.xcache.com/Page.aspx?c=60&p=590
    http://www.codinghorror.com/blog/archives/000807.html
    http://www.howtoforge.com/apache2_mod_deflate
    http://www.ircache.net/cgi-bin/cacheability.py
    http://betterexplained.com/articles/how-to-optimize-your-site-with-http-caching/
    http://betterexplained.com/articles/speed-up-your-javascript-load-time/
    http://betterexplained.com/articles/speed-up-your-javascript-load-time/
    http://www.rubyrobot.org/article/5-tips-for-faster-loading-web-sites
    http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
    http://www.gidnetwork.com/tools/gzip-test.php
    http://www.pipeboost.com/
    http://www.schroepl.net/cgi-bin/http_trace.pl
    http://leknor.com/code/gziped.php?url=http%3A%2F%2Fwww.google.com
    http://www.port80software.com/surveys/top1000compression/
    http://www.rexswain.com/httpview.html
    http://www.15seconds.com/issue/020314.htm
    http://www.devwebpro.com/devwebpro-39-20041117DevelopingYourSiteforPerformanceCompressionandOtherServerSideEnhancements.html
    http://www.webpronews.com/topnews/2004/11/17/developing-your-site-for-performance-optimal-cache-control
    http://www.sitepoint.com/print/effective-website-acceleration
    http://nazish.blog.com/1007523/
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/dnwebgen/IE_Fiddler2.asp?frame=true
    http://www.fiddlertool.com/fiddler/version.asp
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
    http://www.web-caching.com/cacheability.html
    http://www.edginet.org/techie/website/http.html
    http://www.cmlenz.net/blog/2005/05/on_http_lastmod.html
    http://www.websiteoptimization.com/speed/tweak/cache/
    http://www.webperformance.org/caching//caching_for_performance.html
    http://betterexplained.com/articles/how-to-debug-web-applications-with-firefox/
    Edited by tkoenings at 06/18/2007 6:26 AM

    Hi Scott,
    Does Weblogic platform 8.1 supports netscape? We have developed a portal which
    works perfectly on IE but it dies in netscape. Is netUI tags not supported in
    Netscape?
    Pls reply
    manju
    Scott Dunbar <[email protected]> wrote:
    From a pure HTML perspective Portal does it's rendering with nested
    tables.
    Netscape 4.x and below have terrible performance with nested tables.
    The
    problem is not the Portal server but rather Netscape on the client machine.
    If IE and/or a recent version of Netscape/Mozilla is not possible then
    there are
    really only two options:
    1) Faster client hardware - not likely to be an acceptable solution.
    2) Minimize the number of portlets and the complexity within the portlets.
    Neither of these solutions are a great answer, but the 4.7 series of
    Netscape is
    getting pretty old. Having said that, we've got customers who want to
    continue
    to use IE 4 :)
    Again, though, this problem is, I'm afraid out of our hands. It is the
    client
    rendering time that is the issue.
    cg wrote:
    Does anyone know of any known reasons why the 7.0 (did it also with4.0) portal
    pages can take up to almost 30 seconds to load in Netscape 4.7? I knowit is a
    very generic question but our customer still uses 4.7 and will notuse the portal
    b/c it takes so long to load some of the webapps. What the pages willdo when
    loading is that the headers will come up and when it gets to the bodyof the page
    it seems to stall and then comes up all of a sudden. For some of thepages it
    takes 6 seconds and for others it takes about 24-27 seconds.
    We have suggested using IE only but that is not an option with allof the customers
    and getting a newer version of Netscape is also out of the question.
    Any suggestions would be greatly appreciated.--
    scott dunbar
    bea systems, inc.
    boulder, co, usa

  • Popup message while creating new CRM activities in the Portal

    Hello All,
        We are implementing EP 7.0 SPS 12 and have integrated CRM 5.0 with it. We have installed CRM BP 5.0 SPS 01.
    When we are creating activities through the Portal using the "Business Activity" iview and then save the creation, we get a popup with the message - <b>"The web page you are viewing is trying to close the window. Do you want to close this window?"</b>..
    What could be wrong and how should we solve this?
    Thanks.

    Hi Sunitha,
            I think that this kind of message will come because of the timeout property in the backend system(CRM).Try to figure out the timeout property in backend and increase the same.
    Regards,
    Vinoth.M

  • Absence Days iView in the Portal

    Hi
      In the portal as of now i could able to see only the Absence days. If my Absence type is linked to the Quota in which all the Public Holidays/Weekly also included. In Such cases Absence days and Quota Deducted days is not same.
    In the Portal (Absence iView) i would able to see only the Absence days, But the Client wants to see the Quota Deducted Days  instead of Absence days which is coming from the IT 2001.
    please Suggest..
    Thanks in Advance
    Sri...

    Dear Srikanth,
    Do you want to display the "calander days" in your portal when your requesting leave right? IF so, Go to IMG--- Personnel Management----Employee Self service----Service specific setting-----Working time----Leave request---Layout of the web application--Define filed Selection.
    Click on "define field selection" you can able to find ABWTG-. Select that record and click on "Feild customizing" in left side.
    Now you can find a button call "select field"  click on it  and you can select the "calander days"  field from left side and put it into right side and save it .
    after this you can check in the portal.
    Im sorry if this is not your requirement.
    Regards,
    Dinesh

  • Moving the Portal Database

    I have attempted to move the portal database onto another host machine. When I move the database and point the portal at the database everything seems to work fine except for the administration area of the portal. When I try to navigate to the administration area I get an error. Can anyone help with a resolution for this?
    Chris
    error:
    Server Error in '/portal' Application.
    Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    Notes:The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    I did it a few times succesfull and this is (my) procedure:
    1. stop the SAP system
    2. detach th DB on the Source server
    3. copy db+log files to the Target server
    4. attach the db on the Target server
    5. repair login/db user account following the steps:
    -  http://support.microsoft.com/kb/274188
    OR
    -  http://blog3.daqureshi.com/archive/2008/12/16/11.aspx
    6. update/change the file usr\sap\<sid>\sys\profile\default.prf
    7. start the configtool and within the keystore change the jdbc connection parameters so that it points to the new DB Server
    8. save this action!!!!
    9. exit and restart the configtool and look if its connecting to the new DB Server
    10. exit the confconfigtool.
    11. start your SAP System
    Good Luck!
    Benjamin Houttuin

  • How to store custom application data in the Portal

    Hello,
    Is there a mechanism in the Portal whereby you can put custom application data into persistence and then retrieve it again? I don't want to use the database to store the data. I was hoping there is some API to such a mechanism that will allow you to do this.
    Of course, I also mean that I want to persist the data beyond the lifetime of a session - i.e. when the user logs off and comes back later, I want to retrieve the data again. Also, I do not want to use a KM repository, because I do not want to make the application KM-dependent.
    Any suggestions would be welcome.
    Thanks,
    Martin
    Message was edited by: Martin Ceronio

    Martin,
    do you want to store this data on a per-user basis? Then the personalization functionality might be want you want. You could define some additional properties in the portalapp.xml for your component and set its personalization to "no-dialog".
    Alternatively, you could store this information as additional attributes of the IUser object. See the following code snippet for details:
    IUserMaint mutableUser = UMFactory.getUserFactory().getMutableUser(userName);
    mutableUser.setAttribute(NAMESPACE, ATTRIBUTE, "some user-specific data");
    mutableUser.save();
    (NAMESPACE, ATTRIBUTE being some custom defined String constants that uniquely identify the attribute.
    Repost if you need further details.
    Regards,
    Dominik

  • Changes to the welcome / login page of the portal

    Dear SAP Gurus,
       I've read all possible material on sdn, and I am still struggling with this. We have SP16 on our java server. The Basis team has provided me with the par file from the location
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    com.sap.portal.runtime.logon.par.bak.
    . When i unzip the par file, I can see the two folders portal-inf & meta-inf. Now I am trying to open the par file in nwds and I get the following error message.
    The plugin "com.sap.portal.plugins.config-archiver" caused an exception during the "unpack" operation.
    See the log for more details.
    Invalid CEN header (bad signature) Reason: Sorry an error occured creating the new project.
    I am using a standalone version of nwds which is not connected to the the java server yet.
    1) How do i see the log file in nwds?
    2) SP14 on nwds and SP16 on java server is that what is causing the conflict?
    3) Do I need to upgrade and how do i upgrade
    Points for useful answers and any help is appreciated.
    ~Thanks

    Hi Gattaca,
    Try do this.
    1) Copy the file com.sap.portal.runtime.logon.par.bak
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd\com.sap.portal.runtime.logon.par.bak
    2) Remove the .bak by the file com.sap.portal.runtime.logon.par.bak (just rename)
    3) Copy the files com.sap.portal.runtime.logon_api.jar and umelogonbase.jar
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.runtime.logon\lib\
    4) Open the NWDS
    5) Import the .PAR file (com.sap.portal.runtime.logon.par)
    File --> Import --> PAR file --> Button Next
    Achive file name: (looking for the file com.sap.portal.runtime.logon.par)
    Project Name: com.<companyname>.portal.runtime.logon
    Click Button Finish
    6) Put the files com.sap.portal.runtime.logon_api.jar and umelogonbase.jar into your application.
    com.<companyname>.portal.runtime.logon\dist\PORTAL-INF\lib\
    7) Right Button inside your app --> Export --> PAR File --> Next (Button) --> select your app --> Next (Button) --> Configure servers settings (Button) --> Add.. (Button) --> set the information and OK (Button) --> Apply (Button) --> OK (Button)
    Enable the Include the source code of the portal application and Deploy PAR
    put the password --> Finish (Button).
    Now the application was deployed in portal.
    8) Open the Configtools
    <J2EE_Engine_Instance>\j2ee\configtool\configtool.bat
    9) Click in button "Switch to configuration editor mode.
    10) Configuration --> cluster_data --> server --> persistent --> com.sap.security.core.ume.service
    11) Download the file authschemes.xml
    12) Rename the file authschemes.xml to authschemes_<yourcompany>.xml
    13) Open the file authschemes_<yourcompany>.xml
    14) Change all string "com.sap.portal.runtime.logon" to "com.<yourcompany>.portal.runtime.logon"
    This is the name of your application.
    15) Upload the file authschemes_<yourcompany>.xml in the same path.
    Set to Edit Node --> Right mouse Button inside the com.sap.security.core.ume.service --> Create sub-node --> File Entry (ListBox) --> Upload (Button) --> find the file authschemes_<yourcompany>.xml --> Open (Button) --> Create (Button).
    16) Click in button Switch config tool mode
    17) Global Server configuration --> Services --> com.sap.security.core.ume.service
    18) Change the parameter login.authschemes.definition.file to authschemes_<yourcompany>.xml
    19) Click Set (Button) and Save.
    20) Restart the Portal.
    For check just Rigth Mouse Button inside the image in Logon Page --> Properties
    Look the parameter Address (URL)
    http://<Hostaname>:<port>/irj/portalapps/com.yourcompany.portal.runtime.logon/layout/branding-image.jpg
    Good Luck
    Eduardo

  • How to save a selection in Portal (as a view)

    Hi,
    I have a question concerning the BI Portal. We use a template containing one analysis table and one filter pane item. So, when the user is in the portal and makes different selections in the filter area, is there a possibility to save tis locally or user specific in Portal?
    Thanks

    Hi Sandra,
    I think its not possible.
    Its a temporary selection.
    If u have any variable on a char which is in filter..u can give the values and save them as Variant in the Portal.
    Regards,
    Ram.

Maybe you are looking for

  • I forgot to eject my phone

    then I unplugged it from Itunes and now it won't even turn on.  How do I reboot my Iphone?

  • Downcasting ViewObject

    Hello! I'm working in a Stuts DataAction, and I'm trying to grab a ViewObject from my ApplicationModule using the findViewObject() method. I need to downcast it to my own specific type to expose a custom method. However, I get a ClassCastException wh

  • Pismo Sound Problems after Sleep in Tiger

    Hi all. New to the forums and returning to Macs after years of cursing Bill Gates. Picked up a Powerbook Pismo from a friend and have been having some fun with it, but I have one problem I can't solve. I replaced the hard drive (saved the old one) an

  • Boxes around icons, duplicates in Apple menu and File menu

    When I select something on the desktop, such as an icon, a box with a black outline appears around the icon. Same thing happens when I open a folder. The highlighted name will show a box with outline around it. Also, if I go under the Apple, I can se

  • Static during a certain album but not others?

    My iPod Touch 4th generation, with the latest update available,  has static when I play a certain album. I've played other albums and just random songs not from that album and it works just fine, but when I play that certain album it has static. I go