IR Connection to System 9 WorkSpace

Hello.
We got System 9.3.1 and the Workspace is located on Hypsrv3 (Windows based)
I was trying to connect to System 9 from IR by using "Tools"-> "Connect to Interactive Reporting - System 9... " and I entered the following information in the Server Address:
http://hypsrv3/workspace/dataaccess
But it prompt an error message as below:
Cannot connect to http://hypsrv3/workspace/dataaccess/GetBrowseList!
HTTP Status: 404
Is there certain webpage that I need to setup first before I can get it working?
Thanks,
Andy

Hi experts,
any other suggestions for above error.
role for XIDIDRUSER:SAP_XI_ID_SERV_USER
profile:T_YB250028
plz suggest me in this issue???
thanks.

Similar Messages

  • Dúvida -  NF-e: Maintain Connected Authority Systems - layout 3.10

    Boa noite!
    Estou realizando o customize da SPRO, porém notei que só posso inserir a seguinte entrada para um mesmo CNPJ:
    Ou seja, quando tento colocar os demais estados o erro de chave duplicada é retornado devido aos campos logical system e Company's Own CNPJ. Dessa maneira, quando executo o novo programa de status de serviço (/XNFE/NFE_CHECK_SRV_STATUS) relalizando o debug noto que existe uma verificação durante a execução da função (/XNFE/SRVSTA_READ_CUST) na qual, por mais que eu tenha cadastro todos os cUF na spro que ficam registrados na tabela (/xnfe/tcuf) o status de serviço acaba sendo executado apenas para o que existe na tabela (/xnfe/govpar) alimentada pela configuração da NF-e: Maintain Connected Authority Systems da imagem que enviei posteriormente. Sendo assim só é executado o status de serviço para SP e não para todas as cUF que estão na atividade NF-e: Define Service Status Request for Authority (SEFAZ). Abaixo segue trecho do código que verifiquei que realiza esse controle no debug:
    SELECT * FROM /xnfe/govpar INTO TABLE lt_govpar
                                  WHERE doctype = iv_doctype.
    *--- 2. Version determination
      IF lt_govpar IS NOT INITIAL.
        SELECT * FROM /xnfe/xmlversdet INTO TABLE lt_xmlversdet
                           FOR ALL ENTRIES IN lt_govpar
                                 WHERE doctype  = iv_doctype
                                   AND logsys   = lt_govpar-logsys
                                   AND ( cnpj     = lt_govpar-cnpj
                                    OR   cnpj     = ' ' )
                                   AND messtype = iv_messtype.
    *--- 3. Service status check parameter
        SELECT * FROM /xnfe/tcuf INTO TABLE lt_tcuf.
        LOOP AT lt_govpar ASSIGNING <ls_govpar>.
    *--- Get corresponding entry from version determination
          READ TABLE lt_xmlversdet WITH KEY doctype = <ls_govpar>-doctype
                                            logsys  = <ls_govpar>-logsys
                                            cnpj    = <ls_govpar>-cnpj
                                  ASSIGNING <ls_xmlversdet>.
          IF sy-subrc <> 0.
    *--- If nothing is found try with blank CNPJ
            READ TABLE lt_xmlversdet WITH KEY doctype = <ls_govpar>-doctype
                                              logsys  = <ls_govpar>-logsys
                                              cnpj    = ' '
                                    ASSIGNING <ls_xmlversdet>.
          ENDIF.
          IF sy-subrc IS INITIAL.
    *--- Get corresponding entry for service status check parameter
            READ TABLE lt_tcuf WITH KEY doctype = <ls_govpar>-doctype
                                        cuf     = <ls_govpar>-cuf
                                      ASSIGNING <ls_tcuf>.
            IF sy-subrc IS INITIAL.
              ls_stacheck-cuf       = <ls_govpar>-cuf.
              ls_stacheck-tpamb     = <ls_govpar>-tpamb.
              ls_stacheck-xmlvers   = <ls_xmlversdet>-xmlvers.
              ls_stacheck-sscperiod = <ls_tcuf>-sscperiod.
              ls_stacheck-tzone     = <ls_tcuf>-tzone.
              ls_stacheck-respcont  = <ls_tcuf>-respcont.
              ls_stacheck-checkcont = <ls_tcuf>-checkcont.
              APPEND ls_stacheck TO et_stacheck.
            ENDIF.
          ENDIF.
          CLEAR: ls_stacheck.
        ENDLOOP.
      ENDIF.
    Sendo assim, como faço para que na atividade NF-e: Maintain Connected Authority Systems eu possa inserir todos os cUF com para os quais executarei o status de serviço e posteriormente enviarei notas?
    Obrigado.,

    Bom dia Luís,
    Exatamente! De fato o que ocorreu foi uma confusão, pois na versão anterior era possível enviar o status de serviço mesmo se você não possuísse uma filial para o estado em questão. Quando fui fazer a migração do cliente todos os estados estavam configurados para emitir status de serviço, porém não há necessidade de enviar o status de serviço para um estado visto que você não possui uma filial para emissão de Nota no mesmo.
    Abs.,

  • NF-e: Maintain Connected Authority Systems - Já existe uma entrada com a mesma chave

    Bom dia!
    Estou tendo um problema para adicionar novas entradas na SPRO - OUTBOUND -NF-e: Maintain Connected Authority Systems para configuração do layout 3.10:
    Sendo assim, como devo configurar todos os estados para a SEFAZ se o sistema lógico e CNPJ são chaves da tabela /xnfe/govpar?
    Com isso, não consigo executar todos os status de serviço no layout novo através do report (/XNFE/NFE_CHECK_SRV_STATUS) depois de cadastrálos na atividade NF-e: Define Service Status Request for Authority (SEFAZ,) pois durante a execução do report  (/XNFE/NFE_CHECK_SRV_STATUS) além da tabela  /xnfe/tcuf a tabela /xnfe/govpar também é verificada.
    Grato.,

    Bom dia Luís,
    Exatamente! De fato o que ocorreu foi uma confusão, pois na versão anterior era possível enviar o status de serviço mesmo se você não possuísse uma filial para o estado em questão. Quando fui fazer a migração do cliente todos os estados estavam configurados para emitir status de serviço, porém não há necessidade de enviar o status de serviço para um estado visto que você não possui uma filial para emissão de Nota no mesmo.
    Abs.,

  • DB connect source system creation in BI

    Hi,
    I would like to create a DB connect source system to an external MSSQL 2005 database in RSA1.
    The external MSSQL 2005 database is setup using Windows Authentication mode.
    Question: Which user actually should I specify when creating the source system in RSA1? or which user should I assign the db_ddladmin role in the external MSSQL database?
    Many thanks,
    YJ.

    Hi,
    Please note the following with regard to the user:
    To avoid problems loading data, proceed as follows:                   
    1. Create a special login for the extraction. You should add this login to the db_ddladmin database role in the 
    corresponding database. This generates a similar DB user at database level. The user you use must have the 'CREATE VIEW'
    authorization at least.  This is contained in the role mentioned above.
    2. For the extraction, you should only use DB views that were  created under this DB user. (refer also to type conversion, naming       
    convention and so on)                                                    
    3. Assign the necessary authorizations (SELECT at least) to the  selected user in the source tables, or the columns of these tables.      
    4. Use the specially created login in the logon information when you set up the DB source system in BW.   
    You will find much more detailed information on how to setup the connection and known problems and issues in the
    attached note 512739.
    Best Regards,
    Des.

  • XI 2.0: HowTo connect Bus.-Systems with different Releases to XI (RFC-Ad.)

    Hi,
    can anybody help me solving this problem:
    I have Business-Systems connected to XI by RFC-Adapter. Everything works fine. Now I want to upgrade some of these Business-Systems to a newer Release --> RFCs are changing! (For both Releases I have separate Developing-Systems)
    Does the following work?
    - Creating a new Product-Version
    - Creating new Software-Component-Versions for the new Product-Version
    - Creating Namespaces with the same names (as in the older Software-Component-Versions)
    - Tools/Release-Takeover for every Software-Component
    - Connecting Develop-System of the new Release to the new Software-Components (Interface-Import of RFCs)--> in the new Software-Components only new RFCs can be uploaded.
    - Business-Systems with old Release keep connected with old Product-Version. Business-Systems with new Release are connected with new Product-Version.
    Does it work? Is this the best approach or are there other possibilities?
    Thanks in advance,
    Max.

    Hey
    are u suppose to do an IDOC(R/3 system A)-Xi-IDOC(R/3 system B) scenario,of u have to collect IDOC's from both the R/3 systems and send it to a single file?
    in any case u have to maintain separate Business system and logical system name for both R/3 systems
    thanx
    ahmad
    Message was edited by:
            Ahmad

  • Error when connecting to system

    Hi,
    I have been off topic for quite a while and when I wanted to pick up today, I couldn't connect to the HANA server anymore. I haven't changed any settings since last setup, all I get is the "Error when connecting to system" in the Quick Lauch of the infornation modeler.
    Any suggestions?
    THX
    Markus

    Hello,
    did you connect since upgrade to SP03?
    You might be looking for this thread.
    SAP In-Memory Developer Center - planned downtime 2011-11-15, 10-11am PST
    Tomas

  • Connecting external systems via JMS

    Hello there!
    I have this ATG MessageSink component connected on a sqldms queue named /integration/CustomerQueue, what is the best approach for connecting external system (like a standalone .jar) on ATG sqldms Messaging System, to post a message on this sqldms queue?
    <message-sink>
         <nucleus-name>
              /integration/jms/sink/CustomerMessageSink
         </nucleus-name>
         <input-port>
              <input-destination>
                   <provider-name>
                        sqldms
                   </provider-name>
                   <destination-name>
                        sqldms:/integration/CustomerQueue
                   </destination-name>
                   <destination-type>
                        Queue
                   </destination-type>
              </input-destination>
         </input-port>
    </message-sink>
    Thanks!

    Resolved.
    I just created a ConnectionFactory and a Queue on Weblogic, than I created a JMSProvider on ATG and registered on dynamoMessagingSystem.xml:
    Create a JNDI Reference for the ConnectionFactory created on WLS: /atg/dynamo/messaging/WeblogicJMSProvider
    $class=atg.nucleus.JNDIReference
    JNDIName=jms.ConnectionFactory
    Register a Provider on: /atg/dynamo/messaging/dynamoMessagingSystem.xml
    <!-- ============================================================== -->
    <!-- ====================WEBLOGIC PROVIDER========================= -->
    <!-- ============================================================== -->
    <provider>
      <provider-name>
        weblogic
      </provider-name>
      <topic-connection-factory-name>
        dynamo:/atg/dynamo/messaging/WeblogicJMSProvider
      </topic-connection-factory-name>
      <queue-connection-factory-name>
        dynamo:/atg/dynamo/messaging/WeblogicJMSProvider
      </queue-connection-factory-name>
      <xa-topic-connection-factory-name>
        dynamo:/atg/dynamo/messaging/WeblogicJMSProvider
      </xa-topic-connection-factory-name>
      <xa-queue-connection-factory-name>
        dynamo:/atg/dynamo/messaging/WeblogicJMSProvider
      </xa-queue-connection-factory-name>
      <supports-transactions>
        true
      </supports-transactions>
      <supports-xa-transactions>
        false
      </supports-xa-transactions>
    </provider>
    And finally create a MessageSink or MessageSource pointing the provider-name for weblogic
    <message-sink>
      <nucleus-name>
      /integration/jms/sink/CustomerMessageSink
      </nucleus-name>
      <input-port>
      <input-destination>
      <provider-name>
      weblogic
      </provider-name>
      <destination-name>
      Integrations.CustomerQueue
      </destination-name>
      <destination-type>
      Queue
      </destination-type>
      </input-destination>
      </input-port>
    </message-sink>

  • ABAP code to connect 2 systems.

    Hi,
    My requirement is such that I need to read the data from a cube of one BI system and write it into the cube of another BI system.
    I am able to read the cube data through "RSDRI_INFOPROV_READ" function module.
    2 questions:
    1) Is the above solution possible?
    2) Is there ABAP code to connect 2 systems?
    Please help with some suggestions.
    Thanks,
    Pankaj

    You can call function modules in other systems using RFC - so you probably need to create a RFC wrapper function module for your 'RSDRI_INFOPROV_READ'. Then you can create/look up a RFC destination for the other system using SM59.
    All you have to do to call a RFC function in another system, is to add the destination to the function call (if the destination is setup up right):
    CALL FUNCTION 'ZRSDRI_INFOPROV_READ'
       DESTINATION 'DEST_NAME'

  • Integrate or connect SAP system to non-SAP system

    Hi All,
    We need to connect SAP system or integrate inspHire rental software to SAP. Do you know the process or initial summary on how to integrate this one?
    As of now, the only way that we know to integrate SAP to non-SAP for posting is thru LSMW and batch input.
    your suggestions will be greatly appreciated.

    Hi,
    LSMW is just tools for integration and you can use BDC Call Transaction, BDC session or BAPI, or Function to update something ins SAP.
    1/Easier is if your non-SAP system is able to create file and ftp to SAP folder.
    2/You will have background job running program that will every 5minutes or hour or daily(it is up to you how fast dat has to be bring to SAP) check if file was create in SAP folder.
    3/Program will move file to folder in process
    4/Program will process file, usinf function, or call transaction to update SAP on the base of file
    5/Program will move file to process folder
    If you need more info give me detail about what you would like to update in SAP and I could send you code.
    Bye Jan

  • RSA1 - Source system connection : No connection to system  possible

    Hello friends,
    I am creating a Source system connection from our BW system. I have already established the working RFC connection to source system which works fine, both side client is open & system is modifiable.
    Bit i am getting error : No connection to system  possible
    No connection to system  possible
    Message no. RSAR501
    Diagnosis
    Logical system  cannot be accessed.
    System Response
    Error during the retrieval of the logon data store d in secure storage
    Procedure
    Use transaction SM59 (for BAPI and SAP source systems) or DBCO (for database source systems) to check the RFC parameters of source system . Also check whether the system can be accessed in the network and whether the necessary application and system programs have been started.
    I have already implemented SAP note 1276270 - RSAR 501 for source system restore due to router string /H/ without success.
    thanks
    ashish

    Error during the retrieval of the logon data store d in secure storage
    Have you tested the remote login also ?
    Regards,
    Subhash

  • Db Connect source systems

    Are DB connect source systems also created in SM59 or just directly in RSA1? Thanks

    Check out the following Links
    http://help.sap.com/saphelp_nw04/helpdata/en/58/54f9c1562d104c9465dabd816f3f24/content.htm
    Step by step guide.
    http://www.slideshare.net/blackwhites/sap-bw-connect-db

  • Not display views/tables on DB connect source system

    Dear Experts,
    After creating a oracle DB connect source system, I want to create data sources based on oracle db. But it is not showing any view/table.
    Connection is up and running.
    Please advice.
    Thanks,
    Thilini

    Hi Thilini,
    Are you sure that the DB user on Oracle has sufficient authorizations?
    Does the search help support wildcards? Did you try w/o any wildcard or enter a table or a view name supplied by your Oracle DBA?
    Best regards,
    Sander

  • Change a migrated DataSource for DB Connect Source System

    Hi,
    I have created a DataSource for a DB connect Source system with transactioncode RSDBC as follows:
    1. select database TableView
    2. choose Edit DataSource
    3. fill in the field Application Component (default stated NODESNOTCONNECTED)
    4. generate datasource
    Result: the datasource has been created in the right application component. As I want to migrate to BW 7 I have migrated the datasource (with export) and afterwards activated it. Now we need to add more fields to the database TableView. After the fields have been added I want to make these fields also available in the DataSource created before.
    How can I do this ?
    When using transaction code RSDBC I found out that the application component is stated again NODESNOTCONNECTED instead of the application component filled before. Is it possible that changes in the TableView will always lead to create the DataSource all over again (new InfoPackage, new Transformation rules, new DTP).
    Thank you in advance for your help. Kind regards, Minouschka

    Hello,
    We have basically the same problem. An existing data source from a DB-connect client and now need to add a new field but edit mode BW does not provide the ability to add or delete existing fields.
    Were you able to complete this and if so how did you do it?
    Thank you,
    Rick

  • Problem in creating DB Connect source system

    Hi All,
    Iam creating a DB Connect source system to a legacy ORACLE database.
    Since my legacy database is ORACLE, I have given the TNS name as the connection info.
    The source system got created successfully. but the problem is, upon clicking on 'datasource overview', the system has to generate an application component hierarchy. But it is showing the same application component hierarchy which is there for flat file source system, and iam not getting the option to "select Database Tables" where i can create and edit the datasource.
    please help me out.
    help would be appreciable and carry reward.

    Hi,
    Create source system first.
    you have to select the option "Database system (Data and meta data using SAP DB Connect)".
    Now enter the database specific information.
    DBMS:
    Username:
    Pwd:
    Conn. Info:
    Conn. Info should be the TNS name if it is oracle database.
    after giving the relevent information save it, and come back. Source system will be created.
    Now right click on source system and select the option " select Database Tables". it will show you the list of tables or views on that database.
    select the table/view on which you need to create data source, and click on "edit datasource" there you can generate datasource.
    after creating the datasource, replicate it... adn proceed.
    any doubts plz ask me.
    Message was edited by: suman dara

  • No trusted/login RFC connection for system BCP in TA SMSY

    Hi,
    i got this error  Early Watch Report  for only production System.
    No trusted/login RFC connection for system BCP in TA SMSY
    Amit

    HI,
    I hope the error message is straight forward.
    Please Check whether you have established RFC connections to the BPC system and the same is avaiable under the RFC connections in TRXn SMSY-Your system -.Test the connections in SM59-BPCs-> READ and Trusted RFCs.
    If its not present, Generate the RFCs again manually.
    Hope this helps.
    Revert for any issues.
    Thanks,
    Jagan
    Edited by: jagadheeshan govindasamy on Oct 9, 2009 3:24 PM

Maybe you are looking for

  • Upgrade for HP Pavilion HDX9300 CTO Notebook PC

    Good morning people! I have one HP Pavilion HDX9300 CTO Notebook PC and have some questions: I am wanting to upgrade my HD drive for a SSD model and increase my DDR memory. I know my memory operates at a frequency of 667 MHz but need to know if my no

  • ENABLE_RAT message instead of Enable 3G  iphone 5

    Hi all, I have for a week my new iphone 5. The first 3 days worked perfectrly. One morning i tried to activate the cellular data (working perfect before) and instead of ENABLE 3G there was the ENABLE_RAT. Version ios 6.1.4 iphone 5. I have tried rest

  • Error : An error occurred while automatically activating bundle org.eclipse

    Hi, OpenScript closed with unsaved changes and now I cannot get it to open again. I checked out the logs it was giving the below error. !ENTRY org.eclipse.core.resources 2 10035 2013-03-28 10:05:18.046 !MESSAGE The workspace exited with unsaved chang

  • Suppress cloumn in ALV

    How to suppress column in ALV?

  • ESS mixed up users & ESS user not existing in this period

    Hi all I really hope you can help me in one way or an other. I am still quite new to SAP and SDN so have a bit leniency At my company we have two demo system here and my job is right now to implement the ESS scenario. We have on the one side a EP 7.0