Bex Connection of a Webi 4.0 Report

Hi All,
Is their any way to get the system name (i.e. DEV/PROD/TEST) of a report which is connected to BEx??
Please help.
Thanks,
Meenu

http://michaelwelter.wordpress.com/category/web-intelligence/
http://sceis.sc.gov/documents/SCEISWebIntelligence.html

Similar Messages

  • Webi and Deski report engine ports

    We're having problems connecting to the webi or deski report engines through a firewall with BO XI R2 Java SDK. We've followed this document extensively :
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0047e5f4-3140-2b10-1bae-de175e4c741c
    We've set the -port and -requestport switches but the opendocument call always hangs and eventually gives out the error :
    No server was available to process the request. Please try again later. (Error: RFC 00101)
    Its definitely a firewall issue - I can turn off the firewall to solve it, but obviously that's not a long term solution.
    I believe we have configured the servers correctly according to that document given we managed to successfully connect to the CMS through a firewall following the same procedure.
    If anyone has any experience connecting to the RAS webi / deski servers through a firewall via the Java SDK, please let me know.
    Greg.

    You should only be getting the getRASConnection() method log with Desktop Intelligence, since the internal server name is RAS21.  It's distinct from the public server name RAS (Report Application Server) that's specific to Crystal Reports.  Not trying to harp on this, just an FYI when posting.
    How about the Desktop Intelligence Cache Server?  All communications to the Desktop Intelligence Report Server goes through the Cache Server.  So it's SDK <-> DeskI Cache <-> DeskI Report Server.
    Sincerely, 
    Ted Ueda

  • HTTPs connection from SAP WebAS

    Hello,
    I have to establish a connection from SAP WebAS to an iSaSiLk server via HTTPS.
    The iSaSiLk authentication is based on client certificates.
    I've created a SSL client PSE, generated the Certificate Request, imported the certificate response and the chain of certificates associated  with no errors. When testing the connection we're getting the following error message:
    SAP icm log:
    [Thr 1087400256] ->> SapSSLSessionInit(&sssl_hdl=0x2aaaba679980, role=1 (CLIENT), auth_type=3 (USE_CLIENT_CERT))
    [Thr 1087400256] <<- SapSSLSessionInit()==SAP_O_K
    [Thr 1087400256]      in: args = "role=1 (CLIENT), auth_type=3 (USE_CLIENT_CERT)"
    [Thr 1087400256]     out: sssl_hdl = 0x1a3310c0
    [Thr 1087400256] ->> SapSSLSetNiHdl(sssl_hdl=0x1a3310c0, ni_hdl=22)
    [Thr 1087400256] NiIBlockMode: set blockmode for hdl 22 TRUE
    [Thr 1087400256] <<- SapSSLSetNiHdl(sssl_hdl=0x1a3310c0, ni_hdl=22)==SAP_O_K
    [Thr 1087400256] ->> SapSSLSetSessionCredential(sssl_hdl=0x1a3310c0, &cred_name=0x1a49e4e0)
    [Thr 1087400256]   SapISSLComposeFilename(): Filename = "/usr/sap/XID/DVEBMGS00/sec/SAPSSLSPHTID.pse"
    [Thr 1087400256] <<- SapSSLSetSessionCredential(sssl_hdl=0x1a3310c0)==SAP_O_K
    [Thr 1087400256]      in: cred_name = "/usr/sap/XID/DVEBMGS00/sec/SAPSSLSPHTID.pse"
    [Thr 1087400256] ->> SapSSLSetTargetHostname(sssl_hdl=0x1a3310c0, &hostname=0x1a4a09e0)
    [Thr 1087400256] <<- SapSSLSetTargetHostname(sssl_hdl=0x1a3310c0)==SAP_O_K
    [Thr 1087400256]      in: hostname = "<remoteServer_to_be_accessed>"
    [Thr 1087400256] ->> SapSSLSessionStart(sssl_hdl=0x1a3310c0)
    [Thr 1087400256]   SapISSLUseSessionCache(): Creating NEW session (0 cached)
    [Thr 1087400256] Tue Jan 13 10:10:22 2009
    *[Thr 1087400256] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL*
    [Thr 1087400256]    session uses PSE file "/usr/sap/XID/DVEBMGS00/sec/SAPSSLSPHTID.pse"
    [Thr 1087400256] SecudeSSL_SessionStart: SSL_connect() failed
      secude_error 536871693 (0x2000030d) = "none of the PSEs registered with hSsl can suffice the negotiated SSL cipher suite"
    [Thr 1087400256] >>            Begin of Secude-SSL Errorstack            >>
    [Thr 1087400256] ERROR in ssl3_get_certificate_request: (536871693/0x2000030d) none of the PSEs registered with hSsl can suffice
    [Thr 1087400256] <<            End of Secude-SSL Errorstack
    [Thr 1087400256]   SSL_get_state() returned 0x00002150 "SSLv3 read server certificate request A"
    [Thr 1087400256]   No certificate request received from Server
    [Thr 1087400256] <<- ERROR: SapSSLSessionStart(sssl_hdl=0x1a3310c0)==SSSLERR_SSL_CONNECT
    [Thr 1087400256] ->> SapSSLErrorName(rc=-57)
    [Thr 1087400256] <<- SapSSLErrorName()==SSSLERR_SSL_CONNECT
    [Thr 1087400256] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT [icxxconn_mt
    On the iSaSiLk server we're getting:
    ssl_debug(2): Starting handshake (iSaSiLk 3.06)...
    ssl_debug(2): Received v3 client_hello handshake message.
    ssl_debug(2): Client requested SSL version 3.0, selecting version 3.0.
    ssl_debug(2): Creating new session 11:5F:04:C9:0D:32:15:B9...
    ssl_debug(2): CipherSuites supported by the client:
    ssl_debug(2): SSL_RSA_WITH_RC4_128_SHA
    ssl_debug(2): SSL_RSA_WITH_RC4_128_MD5
    ssl_debug(2): SSL_RSA_WITH_3DES_EDE_CBC_SHA
    ssl_debug(2): SSL_RSA_WITH_DES_CBC_SHA
    ssl_debug(2): SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
    ssl_debug(2): SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    ssl_debug(2): SSL_RSA_EXPORT_WITH_RC4_40_MD5
    ssl_debug(2): CompressionMethods supported by the client:
    ssl_debug(2): NULL
    ssl_debug(2): Sending server_hello handshake message.
    ssl_debug(2): Selecting CipherSuite: SSL_RSA_WITH_RC4_128_SHA
    ssl_debug(2): Selecting CompressionMethod: NULL
    ssl_debug(2): Sending certificate handshake message with server certificate...
    ssl_debug(2): Sending certificate_request handshake message...
    ssl_debug(2): Sending server_hello_done handshake message...
    ssl_debug(2): IOException while handshaking: Connection closed by remote host.
    ssl_debug(2): Sending alert: Alert Fatal: handshake failure
    ssl_debug(2): Shutting down SSL layer...
    ssl_debug(2): Closing transport...
    From the iSaSiLk everything seems to be OK, but on the SAP WebAS the error "none of the PSEs registered with hSsl can suffice the negotiated SSL cipher suite" is really unclear, since the cipher chosen by the iSaSiLk is one of the ciphers sent by SAP WebAS...
    Can anyone give me any suggestion?

    Hello Olivier,
    Thanks for your answer.
    I've implemented note 800240 which facilitates the PSE analysis by implementing the report ZSSF_TEST_PSE. With this report I'm able to check all the PSE content, which are:
    Filename            SAPSSLSPHTID.pse
    PIN                 <no>
    Signature           X
    Encryption          X
    Profile Parameter
    DIR_INSTANCE                   /usr/sap/XID/DVEBMGS00                       /usr/sap/XID/D00
    sec/dsakeylengthdefault                                                     1024
    sec/libsapsecu                 /usr/sap/XID/SYS/exe/run/libsapcrypto.so
    sec/rsakeylengthdefault                                                     1024
    ssf/name                       SAPSECULIB
    ssf/ssf_md_alg                                                              SHA1
    ssf/ssf_symencr_alg                                                         DES-CBC
    ssf/ssfapi_lib                 /usr/sap/XID/SYS/exe/run/libsapcrypto.so
    ssf2/name
    ssf2/ssf_md_alg                                                             SHA1
    ssf2/ssf_symencr_alg                                                        DES-CBC
    ssf2/ssfapi_lib
    ssf3/name
    ssf3/ssf_md_alg                                                             SHA1
    ssf3/ssf_symencr_alg                                                        DES-CBC
    ssf3/ssfapi_lib
    Environment variables
    USER                xidadm
    SECUDIR             /usr/sap/XID/DVEBMGS00/sec
    PSE
    Validity            18.12.2008 19:47:04   18.12.2009 19:47:04
    Algorithm           RSA (OID 1.2.840.113549.1.1.1)
    Test signature
    Signature OK
    Verification OK
    Test encryption
    Encryption OK
    Decryption OK
    As you can see, the cipher algorithm used is RSA. Any suggestion... ?
    An iSaSiLk server "is a Java programming language implementation of the SSLv2 (client-side), SSLv3, TLS 1.0 and TLS 1.1 protocols. It supports all defined cipher suites (except for Fortezza), including all AES and PSK cipher suites. iSaSiLk implements all standard TLS extensions, comes with an easy to use API and operates on top of the IAIK-JCE Javau2122 Cryptography Extension. iSaSiLk is highly configurable and will work with any alternative JCE implementation supported by a proper provider for supplying the required cryptographic algorithms".
    Once again thanks for your answer.

  • An error occurred while trying to connect to a Web service, when InfoPath web enabled form loads.

    Hi Everyone,
    I am getting an error message: An error occurred while trying to connect to a web service, when my InfoPath form tries to load.  The last few days, it only spits this error message in the morning and around 12pm-1pm it resolves itself and the form loads
    fine the rest of the day, oddly enough. 
    A few things about my form:
    1). It is web enabled
    2). The form submits to a form library on the SP server
    3). I use the UserProfileService data connection in the form to auto-populate a few fields
    4). I use a udcx file with correct language stored in the root of the site collection in the data connection library
    5). The form has been working fine until a few days ago
    I noticed while in Central Administration, that the User Profile Service Synchronization is Stopped.  Not sure if this is causing some or all of the problem. If I need to start it I will need to contact my farm administrator to do this, since I do not
    have the service account information.
    Also, I looked thru the log files on the SharePoint server and found the following by searching for the Correlation ID shown when the error comes up, I won't put in everything just the important messages.
    Schema file was already loaded: BuiltInActiveXControls.xsd
    FormServer Partial Trust - Proxy operation invoked in the SHIM process.
    FormServer Partial Trust - Invoking proxy operation for Web service adapter failed with exception Operation is not valid due to the current state of the object. for Url=https://<SP URL>/_vti_bin/UserProfileService.asmx
    Data adapter failed during OnLoad: The custom code in the form cannot be run. This functionality may be deactivated on the server. For more information, contact the server farm administrator.
    The following query failed: GetUserProfileByName (User: , Form Name: Expense Report, IP: , Connection Target: <SP URL>/Data Connections/GetUserProfileByName.udcx, Request: , Form ID: urn:schemas-microsoft-com:office:infopath:Expense-Report:-myXSD-2014-04-11T21-06-32
    Type: DataAdapterException, Exception Message: The custom code in the form cannot be run. This functionality may be deactivated on the server.

    Hi B.,
    You are on the right track. I recommend that you first get the User Profile Synchronization Service started because that itself could be the root cause of the issue.
    If that doesn't fix it then focus your attention on the GetUserprofileByName data connection. I always use my secure store ID for this connection. I add the ID by editing the udcx file and then publishing it again.
    Hope this helps.
    Daniel Christian (MCTS)

  • Empty report returned from WEBI and Crystal report when using external hier

    Hi,
    WEBI and Crystal report build from BEX query returned empty report when we used external hierarchy 0PROFIT_CTR.  In BEX we don't have any problems with it.
    No authority check is perfomed on the hierarchy when we start the report in WEBI/Crystal. Only check on the hierarchy is performed when the root authorization is assigned to the user

    We using BO4  SP12

  • Can't start the web site of Reports Services

    Does anybody know how to fix this problem?
    After installation of the 9iAS, can't start the web site of
    Reports Services
    and Form Services from the URL listed in the postinstallation
    guide using
    default port no 1950. The dev60html and devdem60/demo
    directories are not
    existing, the runrep.htm and runform.htm files are in the
    directory
    tools/web60/html. I also tried to replace the dev60html with
    tools/web60/html
    in the URL but it won't work.
    During the installation the discoverer and portal tools failed,
    the portal
    hanged at 100%, and the discoverer didn't install the util
    directory. But we
    can login to the portal from the URL.
    Below is the message when I start from the command line: I am
    not sure if it is
    working.
    $ reports60_server start
    Stopping Reports Server Rep60_abc.com processes...
    kill -9 5647
    Reports Server Rep60_abc.com stopped.
    Starting new Reports Server Rep60_abc.com .
    rwmts60 name=Rep60_abc.com
    Stopping Reports Server Rep60_abc.com processes...
    kill -9 5910
    Reports Server Rep60_abc.com stopped.
    $ reports60_server start
    Stopping Reports Server Rep60_abc.com processes...
    Could not find running instance of Reports Server
    Rep60_abc.com
    Starting new Reports Server Rep60_abc.com .
    rwmts60 name=Rep60_abc.com
    Thanks

    Hi,
    Dumb question : is one of your server listening on port 7001 ? If not, should it ?
    What is the expected behavior ? A managed trying to connect to the admin server ?
    Check the value for ADMIN_URL value, set in the startManagedServer.sh or cmd.
    Another dumb question : do you have a firewall ?

  • URGENT - Web Wizard in Reports 3.0

    Hi,
    I prepared my reports using
    web wizard and tried running from the web browser one report is working fine in the browser the other one whenever I running it it popping a save dialog box asking me to save the rep.sh file (which is env file
    report server in unix env)
    I am not too sure what difference I made in preparing in web wizard ver 3.0 .
    Pointers would be appreciated.
    Thulasi

    It does have classes for connecting to web services.
    For example the mx.rpc.soap.WebService object...

  • Connection to database in sap crystal reports enterprise xi 4.0

    Hi,
    When we are trying to connect to database in sap crystal reports enterprise xi 4.0 ,i am geting the below error.please advise.
    Error:
    Failed to establish a connection.The cause was:
    Connot connect to SAP BussinessObjects Enterprise at this time.Please try again later.

    Thanks for your quick response Henry....
    I checked all this things and all are working fine.
    Now I am able to connect to BOE server.
    The cause behind the issue was in "CMC > Applications > Web
    Service > Access URL:"  the URL was having different server name which we have changed earliar, I just correct the URL and issue got resolved.
    But now when I am trying to access BOE Server through Crystal Reports for Enterprise 4.0 client tool directly not from launch pad, it probes me the same error. (Note: I used the same parameters which i got from launch pad token to this)
    Is that a only way to use Crystal Reports for Enterprise 4.0 from launch pad ??

  • BEx variable prompt in WebI

    Hi,
    I have created a Universe on top of a BEx query and a WebI, the result seem acceptable already, however I have one question that I need to clarify.
    When I run the WebI query, in the prompt screen list of value selection, I can see two columns.  One is LovVersionBase and the other one is LovVersion (I'm using BEx Version variable).  Now everytime I assign value to the prompt, the system always assigns the 'LovVersionBase' value.  Is there a way for me to get the value of 'LovVersion' instead?
    LovxxxxxBase contains the caption of the variable value.  What we need really to display in the report is the variable key (Lovxxxxx).  Can anyone shed some light please?
    Thanks,
    Aloy

    Thanks David for replying.
    On your question, "Where do you want to show it exactly?"
    First, I want 'LovVersion' shown as the value being assigned during prompt value selection.  When I execute the query, during prompt, I was presented with the list of 'LovVersionBase' and 'LovVersion' being LovVersionBase as the caption and LovVersion as the key.  When I select specific value from the list, It's the LovVersionBase (caption) that is being assigned to the prompt not the LovVersion (key).
    Second, since it's the caption that is assigned in the prompt, when I did my UserResponse of course it's the caption that I will get.
    I'll have a look with what you've suggested here, I'll tweak the universe filter a little bit and create my own prompt. 
    Thanks,
    Aloy

  • Web Acceleration Client Error (513) - Internal Error The Web Acceleration Client detected an internal error which caused the connection between the Web Acceler

    Web Acceleration Client Error (513) - Internal Error
    The Web Acceleration Client detected an internal error which caused the connection between the Web Acceleration Client and Web Acceleration Server to be broken. Retrying the web page may correct the problem.
    I get this error continuously when working in the ancestry.com website. I have to reload the page on almost every search I do on that website. This is the ONLY website that I get this error message on, can work continuously for several hours on other websites and never get this message. I've talked to the people at Ancestry.com support and they made 2 recommendations: turn of antivirus (did not help) or switch to another web browser. I tried both IE 11 and Chrome Version 31.0.1650.63 m and I did not have the problem with either of those 2 browsers getting this error.
    Is there a problem with how Firefox and ancestry.com are communicating with each other?

    Hello byron.lewis, many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Dynamic filtering with BEx query variables in WebI 3.1

    Hi experts.
    Can anybody help me ?
    1) I use BEx query variables in WebI 3.1 .  But i can't understand how to order fields of selection screen in WebI reports
    2) How can i use Dynamic filtering with BEx query variables in WebI 3.1 ?
        It's need that  list of second field on selection screen will be accoding to result of selection first field on selection screen and so on .
        Need i use BEx user-exit variables ?
    Thank you

    Hi,
    1)  Variable sequence isn't respected in XI3.1 - and can't be modified in OLAP.unv  (this enhancement exists in 4.0 )
    2)  Dynamic filtering?  Yes, Exit routines are the best way to go for this.
    Regards,
    H

  • ASA 5505 configured for WebVPN connecting to Citrix Web Interface

    ASA 5505 configured for WebVPN connecting to Citrix Web Interface.
    i have a ASA 5505 that I am attempting to configure for WebVPN with passthrough into Web Interface .  The user authenticates into WebVPN OK and gets the option to click on the Citrix Link (which is i add bookmark  citrix server http:// 172.30.40.5.) i enter the citrix and then for example  i want to open to outlook it can not open. (when i want to open some application no application is open)).there is no alarm at asa. how i solve this issue?
    thanks.

    Teymur,
    Can you confim that after disabling the ssl/tls on the Citrix server (secure connectivity) that you are getting exactly the same error.  It is possible that it is generating a different error.
    The bug where we have see the existing error was CSCtf06303 but that has been fixed in 8.4.1.  Can you confirm the exact version of code you are running on the ASA.
    If you have confirmed the above two notes it may be adventageous to open a TAC case as we may need to do some live additional troubleshooting.
    Thanks
    -Jay

  • Connection from the web server to the database which is situated in another machine.

    Thanks for the reply.
    I need to know, whether there shold be a physical connection between the web server and database machine? or can we connect to the database machine through the web, if the database machine has a domain name? if there is a physical connection, we can use the jdbc/odbc connection. but if we are connecting through the web, how can I estblish the connection using a JDBC/ ODBC connection?
    Regards,
    George

    As long as there's a network connection between the two machines, you should be able to make the connection. I'm not sure what the difference between a 'direct connection' and a 'connection through the web' is-- are you actually running a network cable from one machine to another?
    When you cannot make the connection, are you able to do a 'tnsping' on the target database?
    When you say 'connecting through the web', is it possible that you're going through a firewall? If so, the firewall may be blocking the ports you need to communicate on.
    Justin Cave
    ODBC Development

  • Error message while connecting to Planning Web 9.2.1

    Hello,
    While creating the database in Desktop Planning, I have the following error message:
    "Application is not registered in HUB. Can not synchronize users with Essbase in CAS mode."
    However, the database is created in Essbase. But when I try to connect to Planning web, it says:
    "An error occurred."
    I'm using SQL server 2005 as relationnal database.
    Current OS: Windows Server 2003
    When do I actually launch the configuration utility for regenerating the Planning properties file ? Once, the database is created via Desktop Planning.
    Thanks for your help.

    Hello John,
    I don't have the error message with Planning Desktop, "Security filters" should not have been ticked. But now, I still have the problem with Planning Web => Blank page although the service is running.
    http://localhost:8300/HyperionPlanning/
    Here the HspEventLog contents:
    =======================
    Information*16*hpadmin*01/25/08 17:25:10*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_HPAPP1*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19314*InitializeSQL failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19330*InitializeDSMD failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 431*CreateApplication failed in Initialize*
    Information*16*hpadmin*01/25/08 17:32:00*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_APP1*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3255*Could not retrieve planning version*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3326*Could not retrieve product release*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3397*Could not retrieve product CSS Version*
    Error*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 217*Version & Release not found*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 436*CreateApplication: Deleting old schema*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 450*CreateApplication: Recreating security tables*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 479*CreateApplication: Creating Essbase application*
    Information*16*hpadmin*01/25/08 17:32:19*CHspDataSourceImp.cpp*Line 537*CreateApplication: Creating new schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 616*CreateApplication: Initializing schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 684*CreateApplication: Creating plantypes*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 796*CreateApplication: Creating application owner user*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 897*CreateApplication: Setting system config info*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 929*Exiting CreateApplication: A_APP1*
    Information*16*RNARRAINSAMY*01/25/08 17:32:21*Hyperion Planning*SaveAppAssistant*Created application...now opening application...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Setting calendar...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Creating a scenario...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Done with everything!*
    Regards,
    Andy

  • My wife and I share our Mac OS 10.6.8 since downloading Skype on her account she can not stay connected to any web site she pulls up. I removed Skype from here account but it stll happens. What can I do to clear this up?

    My wife and I share the same Mac OS 10.6.8 and since downloading Skype on her accout she came not asty connected to any web site for more than a few seconds. I have remove Skype from her account but not mine. I don't have the problem on my accout and I still have Skype loaded. How can I fix this problem?

    O.k. Thanks for the clarification. I poked around in my TimeCapsule router's settings (TimeCapsule is an Apple Airport Extreme router with attached hard drive for wireless backup/storage). Unfortunately, it doesn't look like I can disable multicasting with the TimeCapsule. I can change the multicasting 'rate'. Settings are Low, Medium, High. It's currently set to Low.
    I did a few web searches, and found an Apple.com article: <http://support.apple.com/kb/HT3789?viewlocale=en_US> which explained how to disable Bonjour Service Advertisements. I believe this is the same thing as 'Multicasting'. The process is a modification of "/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist", and a restart of the Mac is required afterwards.
    I'm a bit concerned that disabling multicasting will interfere with my AppleTVs and iTunes music sharing, but I may try it next time I'm up for a computer workout. This task will require editing of system preference files, could require multiple restarts, might interfere with my AppleTVs, could interfere with my iTunes file sharing, doesn't have a documented relationship to my problem.
    This is way to difficult for something that should just work. Did you say you had read something about a relationship between this bonjour multicasting and smb connectivity? If it was online could you post the link?
    I'm currently able to connect to the drive using NFS, but I have to manually configure that connection each time I reboot (can't get the 'Disk Utility' configured to do it automatically). While it's working with NFS, it's not my preferred connect method (for various reasons).

Maybe you are looking for

  • HD webcam for the Mac

    Does anybody have suggestions for a HD webcam for the latest Mac Mini that will actually perform HD video calling (720p) in all applications that support HD video calling (like Skype, Facetime HD, Bria, VidyoDesktop). Please don't post a recommendati

  • Recovery Problem HP DV7 4285dx

    I had deleted the recovery partition from my laptop after making the recovery disks. I tried to restore my laptop to factory settings using recovery disks. But it showed that my hard disk was formatted and 83 % of the factory image was copied to the

  • Is it possible to define multiple Initial Extract Date' for Different modules ? INITIAL_EXTRACT_DATE

    HI We are configuring BI Apps 11.1.1.7.1 For HRMS and Financials.  HRMS data should extract from  '2010-01-01' and Financials Data should extract from '2012-01-01' is it possible? Source system: EBS 12.1.3 OBIEE: 11.1.1.7 BI APPS: 11.1.1.7.1 ODI: 11.

  • Sharing PDF in iBooks

    I Wang to Share my Dokuments with my iPhone and my iPad? Is there any Way tobdo so?

  • Is KeyAssociation used during partition assignment?

    I understand that KeyAssociation is used to direct a filter to the partition owning the parent of the child being queried, as in the following example in the wiki: -- BEGIN CODE OrderId orderId = new OrderId(1234); // this Filter will be applied to a