Which ports are needed for SAP HANA Studio - HANA DB communication?

I want to connect SAP HANA Studio to a HANA instance. The HANA instance number is 40.
The SAP note 1592925 states that the ports 5$$13/5$$14 and 3$$15 should be open to allow communication between the HANA Studio and the HANA database. I even see the instance in the HANA Studio, but I cannot administrate it and the HANA studio gives this general "I don't want you to know what the error actually is" message:
!ENTRY com.sap.ndb.studio.navigator 4 1 2012-01-16 14:01:40.627
!MESSAGE [HDB hostname 40 (SYSTEM)] Error on refreshing system
!SUBENTRY 1 com.sap.ndb.studio.navigator 4 0 2012-01-16 14:01:40.627
!MESSAGE SAPControl request failed
!STACK 0
com.sap.ndb.studio.sapcontrol.SAPControlException: SAPControl request failed
     at com.sap.ndb.studio.sapcontrol.operations.SAPControlOperation.execute(SAPControlOperation.java:118)
     at com.sap.ndb.studio.sapcontrol.SAPControl.getInstanceProperties(SAPControl.java:439)
     at com.sap.ndb.studio.sapcontrol.SAPControl.collectProperties(SAPControl.java:466)
     at com.sap.ndb.studio.sapcontrol.SAPControl.open(SAPControl.java:297)
     at com.sap.ndb.studio.sapcontrol.SAPControlManager.getSAPControl(SAPControlManager.java:108)
     at com.sap.ndb.studio.sapcontrol.SAPControlManager.getSAPControl(SAPControlManager.java:81)
     at com.sap.ndb.studio.sapcontrol.SAPControlManager.needCredentials(SAPControlManager.java:57)
     at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTrySAPControl(SAPSystemObjectUpdate.java:102)
     at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:63)
     at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:75)
     at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:67)
     at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
     at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(Unknown Source)
     at com.sap.ndb.studio.sapcontrol.operations.SAPControlOperation.execute(SAPControlOperation.java:94)
     ... 11 more
Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
     at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.post(Unknown Source)
     ... 13 more
Caused by: java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(Unknown Source)
     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
     at java.net.PlainSocketImpl.connect(Unknown Source)
     at java.net.SocksSocketImpl.connect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at sun.net.NetworkClient.doConnect(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.net.www.http.HttpClient.New(Unknown Source)
     at sun.net.www.http.HttpClient.New(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
     ... 14 more
Do I need to open any other ports to make HANA Studio work with HANA DB?
Regards,
Mark

Hi Mark,
The HANA Studio connects to HANA DB Instance with JDBC on port 3<Instance number>15.
For your HDB with Instance Number 40, the port would be 34015.
HANA Studio will automatically assign the JDBC port number when you assign the instance number when you add new system.
Looking at the error message that you posted:
!ENTRY com.sap.ndb.studio.navigator 4 1 2012-01-16 14:01:40.627
!MESSAGE [HDB hostname 40 (SYSTEM)] Error on refreshing system
It looks like the hostname entry was not entered correctly (you might have entered "hostname" value when adding the system in HANA Studio).
Here is an example of correct log entry on DCA database instance on hanasvr-01 server with Instance number 00:
!ENTRY com.sap.ndb.studio.navigator 4 1 2012-01-10 13:55:23.598
!MESSAGE [DCA hanasvr-01 00 (SYSTEM)]
You may want to delete and re-add your HDB instance in your HANA Studio.
Regards,
Ferry

Similar Messages

  • Which files are needed for connection to database in 11gR2?

    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?

    881656 wrote:
    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?sqlnet.ora is used to configure the actions of sqlnet on whatever machine. Some of the config parms available to it apply only to the server side, some apply only to the client side, some apply to both.
    tnsnames.ora is used by client processes to resolve a connect alias to a specicific host, port, and service. It is used ONLY by the client side of tns. You see it on host machines because those machines can also run client processes.
    host file. Oracle doesn't know what this file is. Oracle doesn't give a flying fig about this file. It is used by the standard network software in the OS to resolve a name to an IP address. The only reason you even see it discussed in the Oracle world is because Oracle TNS sits on top of the standard OSI network stack, and uses it. Thus, if your tnsnames file has an entry like:
    houston =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = vmlnx01)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = houston)
    #==========tns will never know or care where vmlnx01 is. The request will be packaged and sent to the standard network stack with a request to "route this package to vmlnx01, wherever that is.". The OS network stack will then resolve 'vmlnx01' to an ip address, by one of several possible methods. ONE of those methods is to look it up in the local hosts file.

  • Which ports are involved for ACS-ACS DB synchronisation ?

    Hi all,
    which ports are used when one ACS is pushing its database to another ACS ?

    With ACS v4.x its port 2000.

  • Which files are require for sap IDES ecc6.0 ehp6 with windows 2008 and db2 LUW 10.1

    Hi professionals,
    Please help me out which file are require to download for SAP IDES ecc6.0 ehp6 with windows 2008 and db2 LUW 10.1
    My requirement is to install Windows2008 R2 Service pack 1 + ECC6.0 ehp6 + DB2 LUW
    So according to this i found these files,please tell me which one i require. second thing i am not able to find instalation master DVD in it.So which file is best for my environment.
    51044815_1           BD IDES SAP ERP 6.0 EHP6 Inst. Export 1 of 40
    51041991_1                 BS2011 Java Components - NW 7.03 1 of 4
      51041992                SAP ERP 6.0 EHP6 Components
    51041988_6                 NW703 UC-Kernel 720_EXT Windows Server on x64 64bit
    51041988_5
    NW703 Kernel 720_EXT Windows Server on x64 64bit
    51041988_7
    SL CONTROLLER 700
    51041988_8
    SL CONTROLLER 720
    51041991_1
    BS2011 Java Components - NW 7.03 1 of 4
    51048277_3
    721 NUC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_6
    721 UC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_7
    SL CONTROLLER 700 for SWPM SP06
    51048277_8
    SL CONTROLLER 721 for SWPM SP06
    51048285_2
    721_EXT NUC Kernel for SWPM SP06 - Windows Server x64 64bit
    51048285_4
    721_EXT UC Kernel for SWPM SP06 - Windows Server x64 64bit
    51048285_5
    SL CONTROLLER 700 for SWPM SP06
    51048285_6
    SL CONTROLLER 721 for SWPM SP06
    51048532
    DB2 LUW 10.1 FP4 RDBMS Windows x64
    51048533
    DB2 LUW 10.1 FP4 RDBMS CLI/JDBC-Driver
    51041988_9
    DB2 USER ENV
    51041988_11
    DB6 USER ENV
    51041988_10
    DB4 USER ENV
    Thanks & Regards,
    Bhipra Sakti

    Hi Bhipra,
    You need below DVDs for ERP 6.0 EHP6 IDES
    51041985_11
    DB2 USER ENV
    70SWPM10SP06_4-20009707.sar
    70SWPM10SP06
    51044815_1
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 1 of 40
    51044815_10
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 10 of 40
    51044815_11
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 11 of 40
    51044815_12
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 12 of 40
    51044815_13
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 13 of 40
    51044815_14
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 14 of 40
    51044815_15
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 15 of 40
    51044815_16
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 16 of 40
    51044815_17
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 17 of 40
    51044815_18
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 18 of 40
    51044815_19
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 19 of 40
    51044815_2
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 2 of 40
    51044815_20
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 20 of 40
    51044815_21
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 21 of 40
    51044815_22
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 22 of 40
    51044815_23
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 23 of 40
    51044815_24
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 24 of 40
    51044815_25
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 25 of 40
    51044815_26
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 26 of 40
    51044815_27
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 27 of 40
    51044815_28
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 28 of 40
    51044815_29
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 29 of 40
    51044815_3
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 3 of 40
    51044815_30
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 30 of 40
    51044815_31
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 31 of 40
    51044815_32
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 32 of 40
    51044815_33
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 33 of 40
    51044815_34
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 34 of 40
    51044815_35
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 35 of 40
    51044815_36
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 36 of 40
    51044815_37
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 37 of 40
    51044815_38
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 38 of 40
    51044815_39
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 39 of 40
    51044815_4
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 4 of 40
    51044815_40
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 40 of 40
    51044815_5
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 5 of 40
    51044815_6
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 6 of 40
    51044815_7
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 7 of 40
    51044815_8
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 8 of 40
    51044815_9
    BD IDES SAP ERP 6.0 EHP6 Inst. Export 9 of 40
    51048277_6
    721 UC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_8
    SL CONTROLLER 721 for SWPM SP06
    51048532
    DB2 LUW 10.1 FP4 RDBMS Windows x64
    51048533
    DB2 LUW 10.1 FP4 RDBMS CLI/JDBC-Driver
    Hope this helps.
    Regards,
    Deepak Kori

  • Which file are require for sap IDES ecc6.0 ehp6 with windows 2008 and db2 LUW 10.1

    Hi professionals,
    Please help me out which file are require to download for SAP IDES ecc6.0 ehp6 with windows 2008 and db2 LUW 10.1
    My requirement is to install Windows2008 R2 Service pack 1 + ECC6.0 ehp6 + DB2 LUW
    So according to this i found these files,please tell me which one i require. second thing i am not able to find instalation master DVD in it.So which file is best for my environment.
    51044815_1           BD IDES SAP ERP 6.0 EHP6 Inst. Export 1 of 40
    51041991_1                 BS2011 Java Components - NW 7.03 1 of 4
      51041992                SAP ERP 6.0 EHP6 Components
    51041988_6                 NW703 UC-Kernel 720_EXT Windows Server on x64 64bit
    51041988_5
    NW703 Kernel 720_EXT Windows Server on x64 64bit
    51041988_7
    SL CONTROLLER 700
    51041988_8
    SL CONTROLLER 720
    51041991_1
    BS2011 Java Components - NW 7.03 1 of 4
    51048277_3
    721 NUC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_6
    721 UC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_7
    SL CONTROLLER 700 for SWPM SP06
    51048277_8
    SL CONTROLLER 721 for SWPM SP06
    51048285_2
    721_EXT NUC Kernel for SWPM SP06 - Windows Server x64 64bit
    51048285_4
    721_EXT UC Kernel for SWPM SP06 - Windows Server x64 64bit
    51048285_5
    SL CONTROLLER 700 for SWPM SP06
    51048285_6
    SL CONTROLLER 721 for SWPM SP06
    51048532
    DB2 LUW 10.1 FP4 RDBMS Windows x64
    51048533
    DB2 LUW 10.1 FP4 RDBMS CLI/JDBC-Driver
    51041988_9
    DB2 USER ENV
    51041988_11
    DB6 USER ENV
    51041988_10
    DB4 USER ENV
    Thanks & Regards,
    Bhipra Sakti

    Hi professionals,
    Please help me out which file are require to download for SAP IDES ecc6.0 ehp6 with windows 2008 and db2 LUW 10.1
    My requirement is to install Windows2008 R2 Service pack 1 + ECC6.0 ehp6 + DB2 LUW
    So according to this i found these files,please tell me which one i require. second thing i am not able to find instalation master DVD in it.So which file is best for my environment.
    51044815_1           BD IDES SAP ERP 6.0 EHP6 Inst. Export 1 of 40
    51041991_1                 BS2011 Java Components - NW 7.03 1 of 4
      51041992                SAP ERP 6.0 EHP6 Components
    51041988_6                 NW703 UC-Kernel 720_EXT Windows Server on x64 64bit
    51041988_5
    NW703 Kernel 720_EXT Windows Server on x64 64bit
    51041988_7
    SL CONTROLLER 700
    51041988_8
    SL CONTROLLER 720
    51041991_1
    BS2011 Java Components - NW 7.03 1 of 4
    51048277_3
    721 NUC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_6
    721 UC Kernel for SWPM SP06 - Windows Server on x64 64bit
    51048277_7
    SL CONTROLLER 700 for SWPM SP06
    51048277_8
    SL CONTROLLER 721 for SWPM SP06
    51048285_2
    721_EXT NUC Kernel for SWPM SP06 - Windows Server x64 64bit
    51048285_4
    721_EXT UC Kernel for SWPM SP06 - Windows Server x64 64bit
    51048285_5
    SL CONTROLLER 700 for SWPM SP06
    51048285_6
    SL CONTROLLER 721 for SWPM SP06
    51048532
    DB2 LUW 10.1 FP4 RDBMS Windows x64
    51048533
    DB2 LUW 10.1 FP4 RDBMS CLI/JDBC-Driver
    51041988_9
    DB2 USER ENV
    51041988_11
    DB6 USER ENV
    51041988_10
    DB4 USER ENV
    Thanks & Regards,
    Bhipra Sakti

  • Which packages are needed for rt73 chipset?

    Right, so the last time I installed Arch, I blindly installed every package related to networking and the size of the install came out to be quite big for an arch install. This time, I want to reinstall it with the barest amount of packages needed for me to get on the Internet (including base and base-devel), so which packages do I select?

    While I have no first hand experience of rt73/rt2571 based devices myself, the Arch Wiki suggests it's no big deal.
    I use wicd as a wireless connection manager as it comes with a curses based interface so you can easily select wireless networks before setting up X.org (or if you don't use it). It is very easy to set up and manage.

  • Process Flow / Flow charts are needed for SAP MM

    Hi ,
    Please help me getting process flow chart of follwoing:
    Standard procurement Materials
    Standard procurement services
    Stock transport order
    Subcontracting
    consignment
    Invoice verification
    Stocks on rent / loan
    Inventory management
    Frame work order
    long term agreement
    Thanks a lot
    SP

    I didn't expect to be the only one to encounter this misbehaviour of OWB.
    Meanwhile I found out what the problem is and had to recognize that it is like it is!
    There is no solution for it till Paris Release.
    Bug Nr. 3099551 at Oracle MetaLink adresses this issue.
    Regards,
    Johann Lodina.

  • Which ports are required by ODMA?

    I am an SAP R/3 administrator.
    I want to upgrade from Oracle 8.0.6.3 to 8.1.7.3 under AIX 4.3.3
    So I need to use the RUNINSTALLER followed by the ODMA
    I want to do this remotely, passing out through one firewall then in through another.
    My X-emulation is ReflectionX, for which I already have firewall transparency for port 6000 .
    My question: Which ports are required for RUNINSTALLER + ODMA
    Thanks in advance,
    Keith

    Hi Keith!
    This forum deals with issues specifically related to the Oracle Migration Workbench product. This product is used to migrate non Oracle databases to Oracle8i & Orace9i. (It does not enable you to migrate from one Oracle database version to another!)
    In order to get assistance in performing a migration frrm one Oracle database version to another you should contact Oracle RDBMS Support. You should be able to find their contact details in the Documentation that comes with ODMA.
    hope this helps
    - Garry

  • Which archivelogs are required for restoring database

    I'm moving to RMAN direct to tape backups (via Netbackup). I'm hoping someone can clarify for me which archivelogs are needed for restoring/recovering a RMAN "hot" backup.
    I will have two tape pools with different retention periods:
    - standard (kept for 2 months)
    - long term (kept for 7 years)
    I plan to backup as follows:
    - archivelogs every 15 mins direct to the standard pool
    - daily backups to the standard pool
    - monthend backups to the long term pool
    Month ends will either be a full or a full plus a cumulative (level 2) (depending on the weekday that month end falls on).
    The bit I'm concerned about is archivelogs. After 2 months they will be expired on tape. But do I need archive logs in order to restore the month end backups?
    At the moment I record the SCN before the backup begins and after it finishes (retrieved via select first_change# first_scn from v$log where status = 'CURRENT'). Before recording the post-backup SCN, I force a logfile switch.
    For clones, I always restore to the post-backup SCN that I previously recorded (rather than using the tag I associated with the backup).
    So a few questions related to restoring after the 2 month window:
    - do I need the archivelogs created during the timespan of the backup ran in order to restore to the post-backup SCN?
    - If so, is just backing up these archivelogs (to the long term pool) by specifying the range of pre-backup SCN to post-backup SCN sufficient or are additional archivelogs likely to be required?
    - if I restore the database and don't specify an SCN but just specify the tag used at the time of the backup, will archive logs be required at all? In this case what would be the state of the restored database - would it be as it was at the beginning or at the end of the backup?

    Hi user4835675,
    do I need the archivelogs created during the timespan of the backup ran in order to restore to the post-backup SCN?Yes.
    If so, is just backing up these archivelogs (to the long term pool) by specifying the range of pre-backup SCN to post-backup SCN sufficient or are additional
    archivelogs likely to be required?Can you do a skip of the daily backup schedule duing the monthend backups run and run the "archivelogs every 15 mins" job to the long term pool?
    Or temporarily stop the "archivelogs every 15 mins" job during the monthend job and run the monthend backup with the "backup database plus archivelog" clause?
    if I restore the database and don't specify an SCN but just specify the tag used at the time of the backup, will archive logs be required at all?Yes, you need archivelogs to recover the datafiles to a consistent state.
    In this case what would be the state of the restored database - would it be as it was at the beginning or at the end of the backup?You can only restore to a point in time which past the end of the backup.
    Rgds,
    Tycho

  • Which ports are used by LMS 4.2.5 Software Center

    Hi everybody!
    we are trying to download device updates and packages via the software center of lms 4.2.5. but get the attached error msg.
    Which ports are used for the download (for firewall configuration)
    I can't find the used ports for this function in the install guide.....
    I am very thankful for any suggestions!
    Edit:
    here is the log output:
    [ Sun Jan 04 00:30:01 CET 2015 ] ERROR  [CcoDownloadAdapter : getXmlFileList]  : failed to connect to Cisco.com:RespCode=302, RespMsg=Found
    [ Sun Jan 04 00:30:01 CET 2015 ] INFO   [SecurityHandler : getCSProxyHost]  : No proxy Host configured
    [ Sun Jan 04 00:30:01 CET 2015 ] INFO   [SecurityHandler : getCSProxyPort]  : No proxy port confgured
    [ Sun Jan 04 00:30:01 CET 2015 ] ERROR  [CcoDownloadAdapter : getXmlFileList]  : failed to connect to Cisco.com:RespCode=302, RespMsg=Found
    [ Mon Jan 05 00:30:01 CET 2015 ] ERROR  [CcoDownloadAdapter : getXmlFileList]  : failed to connect to Cisco.com:RespCode=302, RespMsg=Found
    [ Mon Jan 05 00:30:01 CET 2015 ] INFO   [SecurityHandler : getCSProxyHost]  : No proxy Host configured
    [ Mon Jan 05 00:30:01 CET 2015 ] INFO   [SecurityHandler : getCSProxyPort]  : No proxy port confgured
    [ Mon Jan 05 00:30:01 CET 2015 ] ERROR  [CcoDownloadAdapter : getXmlFileList]  : failed to connect to Cisco.com:RespCode=302, RespMsg=Found
    there is no proxy in use, so the is none configured :)

    Hi,
    Looks like you are encountering this BUG
    CSCur85172    Unable to installing the device packages from cisco.com using LMS Server
    Try this to resolve the issue::
    Stop Daemon Manager
    2.            Change the protocol 'http' to 'https' for the below URL's in vds.properties
    file located under /NMSROOT/lib/classpath/com/cisco/nm/xms/vds/.
    NGCcoScript=http://tools.cisco.com/software/catalog/swcs/softwaremetadata
    NGCcoImageScript=http://tools.cisco.com/software/catalog/swcs/image
    TO
    NGCcoScript=https://tools.cisco.com/software/catalog/swcs/softwaremetadata
    NGCcoImageScript=https://tools.cisco.com/software/catalog/swcs/image
    3.            Start the Daemon Manager.
    Thanks-
    Afroz
    ****Ratings Encourages Contributors ****

  • Which packages are required for make?

    I'd like to compile athcool and grabbed the source, but for the life of me, can't figure out which packages are needed for make.

    Thanks for the suggestion.  I got errors:
    # pacman -S base-devel
    base-devel package not found, searching for group...
    :: group base-devel (including ignored packages):
    diffutils ed gcc libtool m4 patch pkgconfig
    :: Install whole content? [Y/n] y
    :: group base-devel (including ignored packages):
    autoconf automake make
    :: Install whole content? [Y/n] y
    :: group base-devel (including ignored packages):
    autoconf automake bin86 bison ed fakeroot flex gcc libtool m4
    make patch pkgconfig
    :: Install whole content? [Y/n] y
    warning: diffutils-2.8.1-5 is up to date -- reinstalling
    warning: gcc-4.3.2-2 is up to date -- reinstalling
    warning: pkgconfig-0.23-1 is up to date -- reinstalling
    warning: automake-1.10.2-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (14): diffutils-2.8.1-5 ed-1.1-2 gcc-4.3.2-2 libtool-2.2.6a-1
    m4-1.4.12-1 patch-2.5.9-1 pkgconfig-0.23-1 autoconf-2.63-1
    automake-1.10.2-1 make-3.81-3 bin86-0.16.17-3 bison-2.4.1-1
    fakeroot-1.12.1-1 flex-2.5.35-1
    Total Download Size: 1.59 MB
    Total Installed Size: 78.50 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core-testing...
    diffutils-2.8.1-5-i686 191.5K 65.8K/s 00:00:03 [#####################] 100%
    ed-1.1-2-i686 45.7K 63.6K/s 00:00:01 [#####################] 100%
    libtool-2.2.6a-1-i686 578.7K 121.0K/s 00:00:05 [#####################] 100%
    patch-2.5.9-1-i686 54.3K 67.9K/s 00:00:01 [#####################] 100%
    pkgconfig-0.23-1-i686 49.9K 62.7K/s 00:00:01 [#####################] 100%
    :: Retrieving packages from core...
    bin86-0.16.17-3-i686 54.5K 210.0K/s 00:00:00 [#####################] 100%
    bison-2.4.1-1-i686 427.0K 52.3K/s 00:00:08 [#####################] 100%
    fakeroot-1.12.1-1-i686 52.7K 99.6K/s 00:00:01 [#####################] 100%
    flex-2.5.35-1-i686 176.0K 57.1K/s 00:00:03 [#####################] 100%
    checking package integrity...
    (14/14) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    /usr/info/dir exists in both 'diffutils' and 'make'
    make: /usr/info/dir exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by graysky (2009-02-17 01:44:04)

  • How do I upload to Facebook in High Resolution using my iPhone. Do I need an app? Which ones are best for the job? (I know how to do it on a PC :) )

    How do I upload photos to Facebook in High Resolution using my iPhone. Do I need an app? Which ones are best for the job? (I know how to do it on a PC )

    100pat wrote:
    Thanks, I can do it fine from my Windows desktop PC, I just want to know how to do it from an iPhone4
    Like I said before ask facebook or look at their support site to see if that is even a feature.

  • What technical components are needed for integration of SAP BI and BO?

    Hello,
    What technical components are needed for integration of SAP BI and BO?

    Hi,
    you need to setup a BOBJ server (eg. BusinessObjects Enterprise XI 3.1 or BO Edge 3.1) and then install the BusinessObjects integration Kit for SAP on the same machine your BOBJ server runs.
    In order to build reports you can either use Crystal Reports (eg Install Crystal Report Designer 2008 V1 if you have an XI 3.1 server installed), WebIntelligence (Install the Business Objects XI 3.1 Client Tools in order to be able to build universes), BusinessObjects Voyager or XCelsius. Please note that you have to always install the BOBJ integration Kit for SAP (should be the same version as your server and client installation) on your clients AFTER you installed one or more of the above client tools.
    Please take again a look at the following link for more detailed information (from Ingo) on this:
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f]
    Regards,
    Stratos

  • Which SCs are needed if I want to use KM related API in webdynpro

    Hi Gurus,
    I am using NWDI based development, i want to using KM api in webdynpro application. in the application, file will be uploaded using webdynpro fileupload component and stored in KM. I have read some tutorial and known which jars are needs. but I don't know which software component these jars belong to. I want to add that software component as dependent SC in my software component where my application resides.
    Any comment is appreciated.
    Best regards,
    John

    Hi,
    I was searching for the com.sap.security.api to be used in my NWDI project ... any idea in which DC I can find that library?
    Best regards,
    Martin

  • How to find backend user for sap bw on Hana

    Hi expert,
              how to find backend user for sap bw on Hana , which are used to communicate with Hana.
    Many Thanks.

    Hi There,
    Goto DB02,
    Click on SQL Editor:
    Execute the below Query:
    select :session_user from dummy;
    Regards,
    Krishna Tangudu

Maybe you are looking for