TimeOut Property in BPEL

Hi,
We have a requirement to Indroduce a Timeout Property to 60 secs at BPEL Process level. Usually TimeOut Property will be placed at Partner Link level. Is there any way to introduce the Timeout Property at BPEL Process level? We can change the BPEL Property in BPEL Console but it will apply this property for all the BPEL processes deployed in the instance.
Any help on this will be highly helpful.
Thanks,
Saravana

Hi:
Is it for BPEL 10g?
If it so, take a look to the BPEL Best Practices Guide http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf
there is a very clear explanation about the time out parameters.
thx
best

Similar Messages

  • JMS Adapter timeout property

    How do I set timeout property for JMS adapter in BPEL in SOA Suite 10g ?
    Scenario :
    In one of the business scenarios, a JMS message in enqueued to WebLogic JMS queue from BPEL process.
    There is a asyncronus invoke activity to the JMS adapter partner link.
    This invoke activity to the JMS adapter took 15 mins in one of the invocations and hence giving timeout to the bpel client.
    Query :
    Is there any way I could set the timeout for this invocation, either at partner link level or a JMS adapter connection factory level.

    Hi,
    This is supposed to solve ERRJMS_PROVIDER_ERR error for JMS adapter.
    Please refer metalink NOTE:393468.1.
    I am not sure if it works for 10.1.2.0.2 version but probably it works on 10.1..3.X version.
    Regards,
    Ved

  • How  to Set JMS property and Read JMS property in BPEL using JMS adapter

    Does any one know how to set or read more than one JMS property in BPEL using JMS adapter. My queue server is Oracle JMS server.
    Any help and sample is well appreciated

    Hi Van
    I have noted that only the attribute "type" is missing. It seems that when you create a "string" property, the attribute "type" is droped from the XML. If you use another type (as "integer" or "double") it stays there.
    If you try to read your properties, except for the "type" attribute, you should be successful, as I am. If you need, please tell me your email, I can send you my code.
    Source Code:
    in ASSIGN activity (process which SENDS the JMS message):
    <assign name="TESTES">
    <copy>
         <from expression="'string'"/>
         <to variable="HeaderJms" part="outboundHeader"
         query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties/ns5:Property[1]/@type"/>
    </copy>
    <copy>
         <from expression="'name'"/>
         <to variable="HeaderJms" part="outboundHeader"
         query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties/ns5:Property[1]/@name"/>
    </copy>
    <copy>
         <from expression="'value1'"/>
         <to variable="HeaderJms" part="outboundHeader"
         query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties/ns5:Property[1]/@value"/>
    </copy>
    <bpelx:append>
         <bpelx:from>
         <Property name="" type="" value=""
              xmlns="http://xmlns.oracle.com/pcbpel/adapter/jms/"/>
         </bpelx:from>
         <bpelx:to variable="HeaderJms" part="outboundHeader"
              query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties"/>
    </bpelx:append>
    <copy>
         <from expression="'string'"/>
         <to variable="HeaderJms" part="outboundHeader"
         query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties/ns5:Property[2]/@type"/>
    </copy>
    <copy>
         <from expression="'name2'"/>
         <to variable="HeaderJms" part="outboundHeader"
         query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties/ns5:Property[2]/@name"/>
    </copy>
    <copy>
         <from expression="'value2'"/>
         <to variable="HeaderJms" part="outboundHeader"
         query="/ns5:JMSOutboundHeadersAndProperties/ns5:JMSOutboundProperties/ns5:Property[2]/@value"/>
    </copy>
    </assign>
    in ASSIGN activity (process which READS the JMS message)
    <assign name="Assign_1">
    <copy>
    <from variable="Variable_1" part="inboundHeader"
    query="/ns3:JMSInboundHeadersAndProperties/ns3:JMSInboundProperties/ns3:Property[10]/@name"/>
    <to variable="temp"/>
    </copy>
    <copy>
    <from variable="Variable_1" part="inboundHeader"
    query="/ns3:JMSInboundHeadersAndProperties/ns3:JMSInboundProperties/ns3:Property[10]/@value"/>
    <to variable="temp"/>
    </copy>
    <copy>
    <from variable="Variable_1" part="inboundHeader"
    query="/ns3:JMSInboundHeadersAndProperties/ns3:JMSInboundProperties/ns3:Property[12]/@name"/>
    <to variable="temp"/>
    </copy>
    <copy>
    <from variable="Variable_1" part="inboundHeader"
    query="/ns3:JMSInboundHeadersAndProperties/ns3:JMSInboundProperties/ns3:Property[12]/@value"/>
    <to variable="temp"/>
    </copy>
    </assign>
    Note that I do not try to read the "type" attribute, otherwise it will fail.
    Here is the JMS Header Message received:
    <inboundHeader>
    <JMSInboundHeadersAndProperties xmlns="http://xmlns.oracle.com/pcbpel/adapter/jms/">
    <JMSInboundHeaders>
    <JMSCorrelationID>
    bpel://localhost/pi_lms-c001e/BpelPiAtualizacaoC001E~1.0/3200025-BpInv0-BpSeq1.6-2
    </JMSCorrelationID>
    <JMSDeliveryMode>2</JMSDeliveryMode>
    <JMSExpiration>0</JMSExpiration>
    <JMSMessageID>ID:467DFA1FA1ED459EBF37F51F596C3F12</JMSMessageID>
    <JMSPriority>4</JMSPriority>
    <JMSRedelivered>false</JMSRedelivered>
    <JMSType>com.mercurio.lms.integration.c001eip.c001EIntegrationPoint</JMSType>
    <JMSTimestamp>1201552046253</JMSTimestamp>
    </JMSInboundHeaders>
    - <JMSInboundProperties>
    <Property name="JMSXDeliveryCount" type="integer" value="1"/>
    <Property name="JMSXRecvTimestamp" type="long" value="1201552046698"/>
    <Property name="JMSXUserID" value="lms_dev_int_v1_user"/>
    <Property name="JMS_OracleDeliveryMode" value="2"/>
    <Property name="JMS_OracleTimestamp" type="long" value="1201552046253"/>
    <Property name="JMS_OracleDelay" type="long" value="0"/>
    <Property name="JMSXState" type="integer" value="0"/>
    <Property name="IAS_VERSION" value="10.1.3"/>
    <Property name="JMS_OracleDeliveryMode" value="2"/>
    <Property name="name" value="value1"/> ("type" attribute was droped!!!)
    <Property name="JMS_OracleTimestamp" type="long" value="1201552046253"/>
    <Property name="name2" value="value2"/> ("type" attribute was droped!!!)
    </JMSInboundProperties>
    </JMSInboundHeadersAndProperties>
    </inboundHeader>
    Regards
    Marcelo

  • DspMaxRequestDepth property in bpel 10.1.3.5

    Hi
    Can anyone please let me know how and where do I configure dspMaxRequestDepth property in bpel 10.1.3.5 version. In BPEL 10.1.3.3 this property is set at the domain level - Domain configuration.
    Thanks
    Edited by: 869271 on May 10, 2013 12:44 PM

    You can generate a plan for each instance.
    For example in build.xml add something like this:
    <target name="Generate_Deployment_Plans"
            depends="validateTask, compile, Generate_DEV, Generate_TEST, Generate_PROD"/>
        <target name="Generate_DEV">
            <generateplan planfile="DPlan_DEV.xml"
               verbose="true" overwrite="false" descfile="${process.dir}/bpel/bpel.xml"/>
        </target>
        <target name="Generate_TEST">
            <generateplan planfile="DPlan_TEST.xml"
               verbose="true" overwrite="false" descfile="${process.dir}/bpel/bpel.xml"/>
        </target>
        <target name="Generate_PROD">
            <generateplan planfile="DPlan_PROD.xml"
               verbose="true" overwrite="false" descfile="${process.dir}/bpel/bpel.xml"/>
        </target>Not sure if this is what you are asking for though.

  • Access composite level property in BPEL

    Hi,
       I have a composite level "auditLevel" property defined in composite.xml as given below. Can anyone suggest a way to access that property in BPEL process ?
    <composite name="SetInstanceTitle"
                   revision="1.0"
                   label="2015-04-12_18-52-43_897"
                   mode="active"
                   state="on"
                   xmlns="http://xmlns.oracle.com/sca/1.0"
                   xmlns:xs="http://www.w3.org/2001/XMLSchema"
                   xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                   xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
                   xmlns:ui="http://xmlns.oracle.com/soa/designer/">
          <import namespace="http://xmlns.oracle.com/CompositeSamples/SetInstanceTitle/SetInstanceTitleWithCondition"
                  location="SetInstanceTitleWithCondition.wsdl" importType="wsdl"/>
          <service name="setinstancetitlewithcondition_client_ep"
                   ui:wsdlLocation="SetInstanceTitleWithCondition.wsdl">
            <interface.wsdl interface="http://xmlns.oracle.com/CompositeSamples/SetInstanceTitle/SetInstanceTitleWithCondition#wsdl.interface(SetInstanceTitleWithCondition)"/>
            <binding.ws port="http://xmlns.oracle.com/CompositeSamples/SetInstanceTitle/SetInstanceTitleWithCondition#wsdl.endpoint(setinstancetitlewithcondition_client_ep/SetInstanceTitleWithCondition_pt)"/>
          </service>
         <property name="auditLevel" many="false">Off</property>
      <component name="SetInstanceTitleWithCondition" version="1.1">
        <implementation.bpel src="SetInstanceTitleWithCondition.bpel"/>
       </component>
    Thanks in advance,
    Saba

    Hi AnatoliAtanasov,
      Thank you for your reply.
    My requirement is to set composite instance title by retrieving SOA Audit Level settings in BPEL process.
    Need to set composite instance title If "auditLevel" is not "Off" or "Inherit".
    If I use this composite level property "<property name="auditLevel" many="false">Off</property>", it is getting reflected in EM Console. Also this property value get change if do auditLevel change from EM console.
    So I thought, I can use this property to control composite instance title setting in BPEL process dynamically.
    Please advise me any possible solution to achieve my requirement.
    Thanks in advance,
    Saba

  • Revision property in bpel.xml file in jar

    Hi!
    I've been trying to set revision property for my BPEL process in JDeveloper but had no success. Even if I set this property in bpel.xml file like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase revision="1.0">
    </BPELSuitcase>This property is not set in bpel.xml file in jar file after the build, but it is composed of date, time and build number.
    I can change this property by renaming jar file to zip, unpack, change the property in bpel.xml, pack back to zip and rename back to jar. This way the deployed version is 1.0 as I want it to be.
    Isn't there a way to set this in JDeveloper while developing the process?
    Thanks.
    BB

    Hi Dietrich!
    Thanks for your help. I did what you suggested but had to provide some more property values in build.properties:
    admin.user
    admin.password
    http.hostname and
    http.port
    Without this I couldn't make the build.
    But I don't like this solution, the admin.password is now in clear-text in this file plus I can't use the same jar file for our development server, test server and then production server.
    Is there another way just to set revision property and leave others default?
    BB

  • How to increase SyncMaxWaitTime property at BPEL process level

    Hi,
    I want to increase SyncMaxWaitTime property specific to my BPEL process to avoid timeout for a request/response operation. Example: Invoking a plsql procedure from BPEL is taking much time to send response back than the timeout set in server.
    Thanks in advance

    Hi,
    I have changed the synmaxwaitTime in Server as you said...
    So if i said to 900, And in a Simple request/reply process, i am waiting for 10 minutes, the process is timing out after 303 seconds. If i wait for 300 seconds, its getting executed successfully. Can you tell what its exactly happening ?
    Thanks,
    N

  • Setting timeout property in java client using corba

    Hi all,
    We are facing a problem regarding corba timeout. We have a java based client (jdk 1.5), which connects to a cpp server using corba. Now we want to set a timeout at client side if some call takes a long to come back (due to TCP/IP connection problem or any other reason). We are using borland's visibroker and implemented their 'RelativeRequestTimeoutPolicy' policy but it gives an exception like this : org.omg.CORBA.PolicyError: There is no PolicyFactory Registered for type 31
    I have searched this forum for the same but could not find any particular solution or may be I was unable to find that. Can anyone please help regarding this issue? Is there any SUN specified property that can be used? What is the use of 'com.sun.CORBA.transport.ORBTCPReadTimeouts'? Can anyone help?.

    Hi ,
    I am getting the same exception org.omg.CORBA.PolicyError: There is no PolicyFactory Registered for type 31
    at com.sun.corba.se.internal.Interceptors.PIORB.create_policy
    Below is source code :
    long relative_expiry = 30L * 10000000L; // 30 seconds
    Any relative_request_timeout_value = orb.create_any();
    TimeTHelper.insert(relative_request_timeout_value,relative_expiry);
    Policy policies = orb.create_policy(org.omg.Messaging.RELATIVE_REQ_TIMEOUT_POLICY_TYPE.value,relative_request_timeout_value);
    PolicyManager orbManager = PolicyManagerHelper.narrow(
    orb.resolve_initial_references("ORBPolicyManager"));
    orbManager.set_policy_overrides(new Policy[] {policies},SetOverrideType.SET_OVERRIDE);
    Please let me know how the problem was resolved

  • Question about the usage of wsdlRuntimeLocation property in BPEL process

    Hi,
    I have a BPEL process P1. And then I also have a BPEL process P2. Within P2, I invoke the process P1 using P1.wsdl in the following way -
    <partnerLinkBinding name="WshGetRefDataPL">
    <property name="wsdlLocation">http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    </partnerLinkBinding>
    Then I tried adding the following property -
    <property name="wsdlRuntimeLocation">${domain_url}/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    Then, when I try to deploy my process P2 after adding this in my bpel.xml I keep getting the error -
    Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "file:/H:/jdevhome/jdev/mywork/BPELProj/WshSendRefDataStlToOtm/WshSendRefDataStlToOtm.wsdl". The reason is The specified network name is no longer available.
    Please verify the schemas defined in wsdl.
    [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    I also tried - <property name="wsdlRuntimeLocation">${domain_url}/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl/1.0</property>
    With this change, the process P2 gets deployed successfully, but I am running into the following runtime issue -
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="code">
    <code>WSDLReadingError</code>
    </part>
    <part name="summary">
    <summary>Failed to read wsdl. Failed to read wsdl at "http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl/1.0", because "WSDLException: faultCode=INVALID_WSDL: The document: http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl/1.0 is not a wsdl file or does not have a root element of "definitions" in the "http://schemas.xmlsoap.org/wsdl/" namespace or the "http://www.w3.org/2004/08/wsdl" namespace.". Make sure wsdl is valid. You may need to start the OraBPEL server, or make sure the related bpel process is deployed correctly.</summary>
    </part>
    </remoteFault>
    I have also pasted process P2's bpel.xml below.
    Can you please let me know what I might be missing here?
    Thanks a lot for your help.
    Thanks
    Ravi
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase>
    <BPELProcess id="WshSendRefDataStlToOtm" src="WshSendRefDataStlToOtm.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="client">
    <property name="wsdlLocation">WshSendRefDataStlToOtm.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="WshGetRefDataPL">
    <property name="wsdlLocation">http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    <property name="wsdlRuntimeLocation">${domain_url}/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="SendRefDataToGC3PL">
    <property name="wsdlLocation">GLogXML.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>

    there is a nice article on this issue.
    http://www.oracle.com/technology/products/ias/bpel/pdf/bpel-admin-webinar.pdf
    Try another property to see if you have the same issue:
    Deployment in 10.1.2, String substitution, Only have support for:
    • server_url
    • domain_url
    • suitcase_url
    • suitcase_path
    bpel.xml
    <BPELSuitcase>
    <BPELProcess id="OrderBooking" src="OrderBooking.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="CreditRatingService">
    <property name="wsdlLocation">
    http://$(server_url)/orabpel/default/CreditRatingService?wsdl
    </property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>

  • How to set UOO(bea_unitoforder) property within BPEL Adapter property

    Hi,
    In oracle documentation JMS message payload field values can be used as correlation properties.
    Correlation property aliases are used to define from which payload field the correlation property value is taken.
    I need to set the correlation property value from a JMS message header field instead of payload fields. (=JMS JCA Adapter properties).I have a UOO value set same for all messages.Now I need to set this WL property to JMS JCA Adapter property and then create one single instance for all messages in queue.
    Routing a New message to a (New or) Existing Instance:
    http://docs.oracle.com/cd/E28389_01/dev.1111/e10224/bp_correlate.htm#CHDDJEAI
    How is it possible in BPEL???
    Thanks
    Souvik

    Hi,
    In oracle documentation JMS message payload field values can be used as correlation properties.
    Correlation property aliases are used to define from which payload field the correlation property value is taken.
    I need to set the correlation property value from a JMS message header field instead of payload fields. (=JMS JCA Adapter properties).I have a UOO value set same for all messages.Now I need to set this WL property to JMS JCA Adapter property and then create one single instance for all messages in queue.
    Routing a New message to a (New or) Existing Instance:
    http://docs.oracle.com/cd/E28389_01/dev.1111/e10224/bp_correlate.htm#CHDDJEAI
    How is it possible in BPEL???
    Thanks
    Souvik

  • How to get remaining time for baton after setting timeOut property

    Hello,
    Is it possible to get the remaining time for baton after setting timeOut, or do I have to maintain a separate Timer for that?
    Been following this excellent tutorial here http://tv.adobe.com/watch/adc-presents/create-shared-forms-in-livecycle-collaboration-serv ice/

    Thanks Nigel, before reading your reply, I came up with something like this, but it seems extending the Baton class is not enough, as I would need my own BatonProperty as well that uses this extended Baton class...
    Also attempted to get some help here http://stackoverflow.com/questions/7116814/actionscript3-lccs-how-to-access-property-paren t-class-protected-var/7116882#7116882
    Could this be made into a feature request for Baton and BatonProperty, se we could easily get the remaining time please?   I guess I can wait for a future release.
    /custom as file /
    package com.mysite.BatonExtender
         import com.adobe.rtc.sharedModel.Baton;
         import flash.events.TimerEvent;
         public class BatonExtender extends Baton
              public function BatonExtender()
              super();
              _autoPutDownTimer.addEventListener(TimerEvent.TIMER,countDown);    
              trace("CURRENT TIMER:"+_autoPutDownTimer.currentCount);
              trace("BATONEXTENDER added");
              public function countDown(p_evt:TimerEvent):void {
                   trace("TRACING START countDown....");
                   if (_autoPutDownTimer.running) {
                        trace(_autoPutDownTimer.currentCount);
                        //sharedTimer.value = String(90 - _autoPutDownTimer.currentCount);
                   trace("TRACING END....");

  • Get the JMS Queue property in BPEL

    Hi,
    Does anyone have idea on how to get the value of JMSXDeliveryCount which is a prorerty of JMS queue in BPEL. I want that value in the bpel flow to control the Flow on the basis of it. Plz suggest its urgent.
    TIA.
    Best Regards,
    Amit Jain

    Hi,
    I have got the solution to above issue.
    Once my JMS adapter picks the message, it passed the message to BPEL through mediator.
    In Mediator assign, by using $in.property.jca.jms.JMSProperty.JMSXDeliveryCount I got the value.
    Thanks & Regards,
    Amit Jain

  • Query TimeOut Property

    Hi, I need to know which is the name of the property that allows to set the Query TimeOut, because when I run a query that last too much it throws me the error:
    java.sql.SQLException: [SQL0666] El tiempo calculado de proceso de consulta 338 excede el limite 300.
    I am using WebSphere Application Server V5.1.2 and DB2
    Thanks for your help.

    Hi, I need to know which is the name of the property
    that allows to set the Query TimeOut, because when I
    run a query that last too much it throws me the error:
    java.sql.SQLException: [SQL0666] El tiempo calculado
    de proceso de consulta 338 excede el limite 300.Presumably that is 300 seconds which means the query is taking longer than 5 minutes.
    Perhaps you should look into reducing the time of the query itself (Indexes, optimization, stored procs, etc.)

  • Where to set SET_MAX_TIME property in BPEL?

    I am writing a simple synchronous service in my jdeveloper. i want to change the max waiting time property(default 45 sec) to 2 min. where can i set this?

    I'm supposing you are talking about 11g version.
    You can set the SyncMaxWaitTime parameter in MBean Browser, from Enterprise Manager.
    Click with the right mouse button on soa-infra > SOA Administration > BPEL Properties
    In this page follow the link at the page botton to open More BPEL Configuration Properties, to open the MBean browser filtering by oracle.as.soainfra.config:name=bpel,*
    In the right pane you will find the SyncMaxWaitTime  property.
    Please have a look on this page:http://docs.oracle.com/cd/E15523_01/integration.1111/e10224/bp_sync.htm#BABCAGIA

  • How to define scriptmanager timeout property in custom master page

    I have a custom master page. When you create a custom master page then another page with similar name is automatically created by SharePoint.
    For e.g. my master page name is mymaster.html so sharepoint created mymaster.master file with it. I want to increase the AsyncPostBackTimeout property of ScriptManager. I opened mymaster.html in SPD but didn't find any code there. Then I opened mymaster.master
    in SPD and I can see the ScriptManager code written as below.
    <asp:ScriptManager id="ScriptManager" runat="server" --more code here-- />
    Problem is, SPD doesn't allow you to edit .master page and I can't add this code in my .html master page file. How to edit this code in SPD?

    Hi Frank,
    How did you mean that you could not edit master page with SharePoint 2010 Designer?
    You can edit master page by the followings:
    Open the site with SharePoint 2010 Designer
    Click on Master Pages on the left launch, then click on mymaster.master
    Edit the file, then you can add the code. If you cannot edit the file, please click on
    Advanced Mode in Editing section at the top
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Delete file from an FTP folder

    Hi expert, I wanna know if it's possible delete with abap command a file from a FTP folder. I mean, there is a ftp folder periodically filled with excel files. An ABAP program read this folder and the files content must be moved in a SAP Table. Aftre

  • Firecox constantly crashes when Shockwave is playing

    Whenever I am playing a video, such as on www.cbs.com, shockwave will crash. And it's not always because of shockwave. I could just be on Facebook, not playing a video or anything and the page will just crash. Here is an example of the report. Adapte

  • How to permanently connect to a minimal without being on the same network?

    I'm trying to connect my mini-mac to my mac book pro permanently so that they will appear in each other's finders even when they are not on the same network. I've done it before but I can't remember how I did it. Help?

  • Safari PDF. Preview Download Problem

    I've had my Macbook Pro for about two years and have suddenly become unable to use the "Save PDF to Download Folder" option when Previewing documents in Safari. I've tried creating another account to test the problem, reseting safari and dragging the

  • Snippets not displayed in Topic (Design View)

    I have RoboHelp 7.0.2. This "snippets" problem started a few days ago. I use the same 2 snippets in about 100 topics. Suddenly, the snippets stopped getting displayed in the topics (Design View). I don't see the snippets even when I click the eye gla