Soap proxy to jms business service response not available.

Hi
Please can anyone help me with this really urgent, help is greatly appreciated.
We have one Proxy Service which takes in SOAP Request, and I have a route node in it which calls the biz service.
Business service is a Messaging service built using jms queue and response URI is configured with jms out queue.
If I run business service standalone it gets the message and response comes to out queue.
if I run it through proxy service which routes to biz service, the message goes to biz service, and response goes to out queue, but I do not get response in http proxy.
Please can someone help.
thanks
K.

Basically the logic to consume msg requires full SOAP message as text, now when I use BS as Messaging Service it works fine because in test I put the full soap message as text. If I run it through Proxy it strips the header and sends only Body or if I base both my BS and PS using WSDL, then it attaches full soap message in multiple soap header and that causes the problem, so I have to remove extra header from message to have it processed correctly.
this is my actual request:
<SOAP-ENV:Envelope      xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
the trace shows that request to BS is:
<soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Envelope      xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
/SOAP-ENV:Body>
</SOAP-ENV:Envelope>
</soapenv:Body>
so my message consumer has problem with extra soapenv:Body wrapper... any ideas will help.
thanks
K.

Similar Messages

  • SOAP proxy for RESTful business service

    Hi,
    I have a requirement to consume a 3rd-party RESTful web service from within WebLogic Integration 9.2.3.
    My organisation also has an OSB 10.3 installation which is lucky since WLI 9.2.3 does not readily support RESTful service consumption.
    My plan is therefore to proxy the RESTful service via the OSB with a SOAP proxy service and consume the proxy from WLI.
    Can anyone provide guidance on how I might go about this?
    Cheers,
    Rob

    I want to give it a try :)
    1. Create a business service with the 3rd-party RESTful web service WSDL and point it to the URL where it is currently deployed/hosted.
    2. Create a Proxy Service to invoke the 3rd-party RESTful web service via the business service. (I think you will need to define a simple WSDL to be able to use this service from WLI)
    3. Then import the ProxyService WSDL in WLI and invoke the same via the WebServiceControl.
    I hope this works out well for you.
    Thanks,
    Patrick.

  • Business Service Response URI

    Hello,
    I have 2 clusters of managed servers (cluster 1 and cluster 2). I have another server with OSB. I created a business service that host several queues. I successfully created a proxy that routes messages from cluster 1 to the business service queues.
    My question is how do I route messages to Cluster 2? Do I enter the machine:port/factory/queue of cluster 2 in the business service response URI (if so it's not working:( ) or is another proxy needed to get messages there?
    Thanks for any help

    If you want to send messages to cluster 2 instead of your server, then change your endpoint uri to something like:
    jms://<host:port[,host:port]*/factoryJndiName/destJndiName
    If you want to read messages from your server queue and route them to cluster 2, than you have to create another proxy service that will consumer messages and route them to business service using flow.
    http://download-llnw.oracle.com/docs/cd/E13159_01/osb/docs10gr3/interopjms/transport.html

  • QoS issue with OSB publish to JMS business service

    Hi,
    1. I have a http OSB proxy service which is publishing an audit message to a JMS queue through OSB business service.
    MainProxyService (http) --> Publish (best-effort) --> AuditBusinessService (JMS) --> Audit Queue
    2. I want 'Publish to JMS business service' to be a non-blocking call so that proxy service message flow can continue. Transaction support is disabled in proxy service as well as in JMS connection factory.
    3. As default value of QoS (quality of service) for publish action is best-effort, ideally proxy service should continue its message flow immediately after dispatching the message to publish action and it should not block the main proxy flow.
    4. But in my case, proxy service is blocking the message flow until the message is delivered to JMS business service/JMS queue. This is degrading performance of my application.
    5. I think default 'best-effort' QoS is not working with JMS business service as there is a significant time lag between publish action and its next subsequent action.
    6. If I replace the JMS business service with HTTP business service, then it seems to be a non-blocking call and message flow immediately proceeds to next actions.
    Correct me if I am going wrong anywhere or my understanding is wrong.
    Many thanks.

    HI,
    u can use Conditional Branching
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/userguide/modelingmessageflow.html#wp1061670
    Split join would be used in case u need to split your request and call your Business Service in Serial/parallel & then gather resposnes from multiple callouts to have single response
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/userguide/splitjoin.html#wp1137258
    Abhinav

  • Problem in creating JMS business service in OSB

    Hi all
    I am creating a JMS business service in osb:request /response is TEXT
    It write to "*QueueSend*"-which is my URI endpoint
    I have a MDB which read from "*QueueSend*" and write to "*QueueReceive*"
    i have given the *"Response Endpoint*" in jms business service to point to "*QueueReceive*"
    When i send the msg, it write to QueueSend and mdb writes it to QueueReceive but JMS business service doesn't read from QueueReceive,it just wait a long .......
    What is the problem??
    Thanks
    Rohan

    Hi Rohan,
    Are you able to see consumers on "QueueReceive"?
    If no, then your BS is not listening on this queue. Check the end-point again. Check server logs to know if any error occured while BS tried to connect with Queue. Restart your server which has this queue and then the OSB, and try again.
    Regards,
    Anuj

  • OSB Business Service is not timing out on Connection/Read timeout

    I have a weird problem with my business service in OSB. I have set the read timeout value as 1 sec and Connection timeout value as 1 sec. The response from backend is taking more than 2 seconds or even 3 seconds but still my business service is not timing out..! My service is still listening to the response from backend even if it comes after 3 seconds. I expect it to timeout after 2 seconds. Any ideas?
    Business Service Configurations:
    Service Type: Any type
    Protocol: http
    Retry count : 0
    Retry Application Errors: No
    Read Timeout: 0
    Connection Timeout: 0
    HTTP Request Method: POST
    Result Caching: No
    Let me know if you need any more information. Thanks in Advance.
    Regards
    Kaleem

    AbhishekJ wrote:
    Maximum possible successful response time of the service will be less than Read TO + Connection TO.
    Alas, this is not true.
    Maximum possible response time is infinity.
    There are two reasons for that.
    1. Read timeout is not counted as time from the successful connection establishing to the current moment. It is measured as time from the last received byte to now. Imagine a backend service that sends a single byte in a data packet every 500ms. Despite you have read timeout set to 1, the receiving of 3K message will take 25 minutes, and yet your Biz service will not timeout.
    2. In HTTPS, handshake is handled by a separate library which has its own quirks. Specifically, if the key exchange is broken at particular point of handshake, the library re-establishes the connection and does it few times; in my experiements, the largest I could delay the eventual fault was about 3 minutes.
    Having said that, in the OP message the configuration is Read=0, Connect=0, so I wonder why the timeout is expected.

  • Mail service POC - connecting to GMAIL gives error "service is not available"

    From webcenter Dev Guide, I followed steps to connect to gmail server using webcenter mail service.
    Mail service connection info:
    imap server : imap.gmail.com
    imap port : 993
    smtp server : smtp.gmail.com
    smtp port : 465
    imap secured : true
    smtp secured : true
    Test connection status : Success
    external application info:
    App Name: MyGmailApp
    Display Name : My Gmail App
    Login URL : https://mail.google.com/mail
    Username field : Username
    Password field : Password
    Authentication Method : POST
    Field Names : 'Email Address', 'Reply-To Address'. (Display to user true for both)
    Shared credentials & public credentials entered are gmail credentials.
    I dropped mail service on to a page & ran the portal.
    The error I got was "The service is not available" , Log is given as below. what did i miss ??? Please help me out.
    Error Log:
    javax.mail.MessagingException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target;
      nested exception is:
      javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:571)
      at javax.mail.Service.connect(Service.java:288)
      at javax.mail.Service.connect(Service.java:169)
      at oracle.webcenter.collab.mail.MailSession$2.call(MailSession.java:1302)
      at oracle.webcenter.collab.mail.MailSession$2.call(MailSession.java:1276)
      at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
      at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
      at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1649)
      at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241)
      at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1206)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
      at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
      at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
      at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
      at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:110)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
      at com.sun.mail.iap.ResponseInputStream.readResponse(ResponseInputStream.java:97)
      at com.sun.mail.iap.Response.<init>(Response.java:96)
      at com.sun.mail.imap.protocol.IMAPResponse.<init>(IMAPResponse.java:61)
      at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:135)
      at com.sun.mail.imap.protocol.IMAPProtocol.readResponse(IMAPProtocol.java:261)
      at com.sun.mail.iap.Protocol.<init>(Protocol.java:114)
      at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:104)
      at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:538)
      ... 16 more
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:323)
      at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
      at sun.security.validator.Validator.validate(Validator.java:218)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
      ... 34 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
      at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
      at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
      ... 40 more
    <Submission> <run> Submission[id=1, service=oracle.webcenter.collab.mail, resource=null] caught exception running task
    oracle.webcenter.collab.share.ConnectionFailedException: The service is unavailable.
      at oracle.webcenter.collab.mail.MailSession.acquireImapStore(MailSession.java:1374)
      at oracle.webcenter.collab.mail.MailSession.login(MailSession.java:462)
      at oracle.webcenter.collab.share.Session$1.call(Session.java:652)
      at oracle.webcenter.collab.share.Session$1.call(Session.java:646)
      at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
      at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
      at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
      at java.lang.Thread.run(Thread.java:662)

    Did you add Gmail's certificate to the trust store? Check this link: Configuring SSL

  • Report error service is not available

    Hello,
    I find the following error on several locations in my SIPstack logs on my Edge Server:
    ms-diagnostics: 2019;reason="Report error service is not available";source="standard.kressmark.com"
    What service is this referring to?
    How can we troubleshoot this error message further?
    Any additional information about this topic would be appreciated!
    /mk
    The full INFO message:
    L_INFO(TF_PROTOCOL) [0]0A40.1148::03/10/2014-17:14:03.968.000000ad (SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
    Trace-Correlation-Id: 2161867164
    Instance-Id: 000000F0
    Direction: incoming;source="internal edge";destination="external edge"
    Peer: standard.kressmark.com:5061
    Message-Type: response
    Start-Line: SIP/2.0 503 Service unavailable
    From: "Mattias Kressmark"<sip:[email protected]>;tag=45e334cc8d;epid=8ff7cc2b20
    To: <sip:[email protected]>;tag=FD66AF22DAE1582D6D94354611261F35
    CSeq: 1 SERVICE
    Call-ID: 9316261cef2141d3815a94c386e180d6
    Via: SIP/2.0/TLS 17.21.122.15:49348;branch=z9hG4bKB54C0D77.B76658C4DF13234B;branched=FALSE;ms-received-port=49348;ms-received-cid=4600
    Via: SIP/2.0/TLS 192.168.1.10:51983;received=81.217.34.250;ms-received-port=51983;ms-received-cid=100
    ms-diagnostics: 2019;reason="Report error service is not available";source="standard.kressmark.com"
    Server: RTC/4.0
    Content-Length: 0
    Message-Body: –
    $$end_record

    Hi,
    Did you deploy Monitoring server in your Lync server environment?
    Please update to the latest version for Lync server 2010 and then test the issue again.
    http://technet.microsoft.com/en-us/lync/dn146015
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Impersonate domain user to call MessageQueue.Create() to create a private queue throw exception "Msmq service is not available".

    The code impersonate a domain user to create a private messaging queue on local machine, using MessageQueue.Create(".\\myqueue").
    When the current user is a member of local administrators, it works well. 
    When the current user is a member of local users, it throw exception "Msmq service is not available."

    Hi Psun,
    In my opinion, this thread is related to MSMQ forum. So please post thread on that forum for more effective response. Thank you for understanding. Please refer to the following link.
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?forum=msmq
    Regards,
    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.

  • Our Redemption service is not available

    After purchasing Adobe Photoshop Elements 12 and Premiere Elements 12 together from BestBuy, I am unable to retrieve my serial number.  I have tried entering the redemption code that came in the box several times and not once has it given me a number of any kind, much less a serial number.  The latest error message says, "Our redemption service is not available."  After paying good money for this program and being on a strict timeline for work, not being able to use the software is very frustrating.  After looking at Adobe's support section of their website, I have it nearly memorized; except the place where you can get actual help, for there are no chat rooms listed nor numbers given.
    If there is anyone that can give me some help, it would be nice to only be two days late on my deadline for work instead of a week or more.  Who knew that after paying so much money for software, you would have to hire a hacker to be able to use what you bought?

    Best Buy has told others that BB’s computers have sent the messages to Adobe’s servers, but that because of a backlog of people purchasing the physical software, Adobe was unable to process the numbers in a timely manner.  It is no secret that Adobe users are none too happy with the corporate decision to keep the software in the Cloud and move to a subscription paradigm.  It might be that users are purchasing all the copies they can before being forced into the Cloud.  On the other hand, this may be a carefully crafted excuse by Best Buy to cover a blunder of their own.  Leave it to corporate America to never accept blame for anything and to shift responsibility to someone else.  Meanwhile, the customer has to pay in lost time and failed deadlines.
    Sarah

  • Laptop (Running Windows 8.1) no longer able to print and now see message Active Directory Domain Services is not available

    Have a very recent Lenovo Ideapad Laptop running Windows 8.1. Connected via USB port to HP LaserJet Pro CM1415 frw Color MFP Printer. Was able to print fine nearly 2 weeks ago, but something recently happened - either a new windows or office 2013 update
    or perhaps I blew away a certain file by mistake. I can see the printer installed but cannot print to it from anything (Word, Notepad, IE, Firefox etc.). The one thing to note is that usually when I plug or unplug a USB related device, Windows 8.1 recognizes
    this and makes a certain chime noise, but with the printer USB cable it never makes that noise - making me think that it never fully recognizes the printer. Also when I select the printer (from within the control panel) and right click for properties (via
    admin rights) It never lets me fully connect to it.
    I have tried all the usual remedies - remove, install all drivers, reinstall printer, Windows update, start/stop print spooler and all other printer related services,  etc. Its really annoying because this printer was working fine nearly 2
    weeks ago. Looking for any advice now. Thanks.
    -Chris

    Hi Chris,
    à
    I have tried all the usual remedies - remove, install all drivers, reinstall printer, Windows update, start/stop print spooler and all other printer related services, etc.
    I noticed that you had reinstalled the printer. Just a confirmation, when un-install this printer, please check
    if this printer still exist in registry. For more details, please refer to following KB.
    Registry entries for printing
    If printer entry still exist in registry, please delete that printer entry and re-install this printer again,
    then check if this issue still exists. (Please backup registry entries before operating registry. It will help us to avoid unexpected issue.)
    àand now see
    message Active Directory Domain Services is not available
    By the way, would you please let me know where/when get this
    Active Directory Domain Services is not available error message? Or provide a screenshot of it?
    (Please hide all protected or private information) Please check if all services are running correctly on the computer. Meanwhile, please refer to following article and check if can help you.
    Printer
    Problem: Active Directory Domain Services is currently unavailable – Why does windows say no printers are installed?
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • TF400893: Team Foundation Server services are not available.

    Hi Gang
    Am getting
    TF400893: Team Foundation Server services are not available. This is most likely caused by a network error. Please check your connection and try again.
    consistently when trying to access TFS2012 Web Access.  I'm on the same domain as the server and able to login however as soon as I try and access a query it asks me to log in again and then presents me with the above message.
    Any thoughts am trying to get as many ports open as possible however security's pretty tight here.
    Regards

    Hi,
    Thanks for your feedback!
    I recommend you install TFS Power Tools and run a Team Foundation Server Complete Health Check and see if it helps.
    TFS 2012 Power Tools download address:http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f
    Hope it helps!
    Best Regards,
    Cathy Kong
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Report-Service is not available: REP-110 und REP-1070

    Hello,
    I get the following errors after new configuration for Froms, Reports and Discoverer (11.1.1.6):
    FRM-41214: Unable to run report
    Or:
    REP-110: File 01RD_MARG_04E. cannot be opened.
    REP-1070: An error occurred while opening or saving a document.
    The Report-Server is in Running state, but Report-Service is not available.
    How can I isolate the error position?
    Thanks in advance,
    Mohammad

    Just out of curiosity, what did you change in opmn.xml?
    Oh, I see in the doc now. That the same thing can be inserted in opmn.xml. But I have never seen
    that done in any production environment I have encounterd.
    I find that document a little bit strange, to be honest. Is that really the way to configure the Reports Service?
    It is so very strange that they do not mention the env-id possibility in the rwserver.conf file.
    The REPORTS_PATH is gotten from either registry, that is, the default for the host if you so like, or envid in the call to reports service via the URL as a parameter, ie. &envid=test. That envid can also hold
    variables like NLS_LANG and such.
    I regard the opmn files as do-not-touch and part of the WLS system structure.
    I seldom touch the reports.bat-file. But maybe that was necessary in this case. I do not know.
    Edited by: Lars Sjöström on May 31, 2012 5:03 PM

  • I updated to OS X Mavericks and now trying to run Logic Pro X on a MacBook Pro mid-2009, using an M-Audio Axiom 49 and an M-Audio Fast Track Pro... Logic keeps telling me that Mac OS X MIDI Services are not available... How do I solve this problem?

    I updated to OS X Mavericks and now trying to run Logic Pro X on a MacBook Pro mid-2009, using an M-Audio Axiom 49 and an M-Audio Fast Track Pro... Logic keeps telling me that Mac OS X MIDI Services are not available... How do I solve this problem?

    I just checked to see if the update to OS X Yosemite 10.10.1 solved any of the issues outlined in my previous post, and to my dismay, nothing has changed -- all of the previous problems persist.
    My iMac (8) -- it's renamed itself eight times since the recent troubleshoot with the Apple tech rep -- shows up as a shared device in Finder on my MacBook Pro, but when I click on it, I cannot establish a connection using "Connect As".  So I've attempted to connect using the menu "Go/Connect to Server...", using both (alternately) the iMac's name and IP address, to no avail.  I get a message which reads: "There was a problem connecting to the server 'Peter's iMac (8)'. This server may not exist or it is unavailable at this time.  Check the server name or IP address, check your network connection, and then try again."
    Here's what I know:
    The server -- Peter's iMac (8) does exist;
    The server -- Peter's iMac (8) is available at this time;
    The server name -- Peter's iMac (8) -- is correct, as specified in the system sharing preferences;
    The server IP address is correct, as specified in the system sharing preferences;
    The network connection is active when I attempt to connect.
    I'm convinced the problems stem directly from the OS X Yosemite update.  None of this was ever remotely an issue in the previous OS X's -- any of them.  This is maddening!  What can be done?  Apple?? Anyone???

  • I'm out of the country right now and I want to suspend my verizon service, but I couldn't. It says "Error, the service is not available at this time. Try it later" What should I do?? Plz Help me!!

    I wanted to suspend my verizon service, but I couldn't. The web shows "the service is not available at this time. Try it later..." How can I address this problem??

        Hi Shell126 - We certainly want you to be able to easily manage the account while so far from home! Have you tested a different web browser? Also try clearing the cookie and temporary internet files on your current browser. I am eager to help get this resolved!
    Thank you, 
    YaleK_VZW
    Follow us on Twitter @VZWsupport

Maybe you are looking for

  • External Hard Drive Installation to Extend DVR capacity

    I recently purchased one of the recommended Western Digital 1TB SATA hard drives to extend our DVR capacity.  When trying to install it, the DVR wouldn't recognize the drive.  I worked through diagnostic steps with the Verizon Tech.  Ultimately, they

  • FCC Help Needed!

    Hi there Im using FCC to create a flat file, I have to specify the field lengths and If I miss something it takes forever to get the faulty value. If I have an error like this, is there a way to pin point the line that has the problem? Message proces

  • How to create a bitmap from a FlashPro Shape?

    CS Extension Builder n00b here.  I am looking for a way to generate a bitmap from a FlashPro Shape object.   The bitmap doesn't have to be a FlashPro Bitmap object... just an in-memory bitmap, or even a .png file on disc.  Any ideas on how to accompl

  • MacBook Pro Freezes in Login Screen

    Hello, I've encountered a strange error on my 08 MBP (Should not be hardware related). When my computer boots up and gets to the login screen, it simply stops. Mouse clicks and key hits (either onboard or USB devices) do not appear to register, as no

  • Use of FM 'SELECT_OPTIONS_RESTRICT' in other than INITIALIZATION event

    Hi all, I am using function module SELECT_OPTIONS_RESTRICT to restrict the select option ranges. My question is can we use this FM into another event such as AT SELECTION-SCREEN. Basically I want to restrict n grayed out Select Option High value and