Configuring timeout in Tuxedo client

Hello,
I have a C++ client which is talking to EJBs via Tuxedo, through all the auto-generated
C++ code produced by IDL.
Sometimes operations take a bit longer, and the default timeout is expiring.
How is this timeout configured?
Thanks
Ewan

John:
I am researching this same problem. Check out this forum answer and let me know if it works for you!
http://forums.bea.com/bea/message.jspa?messageID=202432714&tstart=0
I haven't been able to test it yet - though it works without timing out.
Mark

Similar Messages

  • Best Practice to configure tnsnames.ora on client of MAA environment in 10g

    Hi,
    I have a MAA environment, 1 RAC Primary of 2 nodes and 1 RAC standby of 2 nodes too. I want to configure the tnsnames.ora on clients (we have many clients on each PC) and I need to configure the tnsnames.
    I have read some papers but the information is not clear regarding to configure the tnsnames on clients. I just want to have only one entrie on tnsnames that I can use on clients to connect to RAC Primary and/or Standby depending on what site is primary in that moment, I was thinking in something like this:
    SALES.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = site1a)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = site1b)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = site2a)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = site2b)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sales.world)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 5)
    Where site1 is RAC Primary now, and site2 is standby. But in case of switchover, I want that clients recognize automatically to which site connect.
    I was thinking to stop listeners on site that is not primary on that moment.
    The question is if this is the best practice on this scenario?.
    Thanks for your advice.
    Luis

    Hi Louis,
    you need to setup a service with clusterware. On both sides: primary and standby.
    On primary you start them. On standby the services are also configured but stopped.
    In case of switchover or failover, data guard will notice clusterware to bring them up.
    You need to use this service name in your clients tnsnames.
    Another issue are TCP timeouts, to protect against them you use
    outbount_connect_timeout in your sqlnet.ora
    Also have a look at
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10gR2_SwitchoverFailoverBestPractices.pdf
    HTH Mathias

  • Complete message timeout in weblogic client

    Hi,
    We have a weblogic client application connecting to weblogic server 8.1 SP6. The client is getting the below error while executing a rmi call. I have tried setting the CompleteMessagetimeout in weblogic console as well as the client program (-Dweblogic.CompleteMessageTimeout=480). But still the below exception occurs. Any one can help to identify how to set a higher value for CompleteMessageTimeout in client side ? I noticed a number of threads in the forums, but unable to find a concrete answer.
    ERROR stdErr 22/Jan/2010/09:45:28 - Caused by: java.io.IOException: A complete message could not be read on socket: 'weblogic.rjvm.t3.T3JVMConnection@125d61e', in the configured timeout period of '60' secs
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.socket.SocketMuxer$TimeoutTrigger.trigger(SocketMuxer.java:796)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.java:243)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:229)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:223)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    ERROR stdErr 22/Jan/2010/09:45:28 -      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    Hi,
    Please try applying the following two properties in the Service Stub... (This change you need to make on Client Program after getting the "port" reference....rest of the code will be same)
    ((Stub)port)._setProperty("weblogic.wsee.transport.read.timeout ","480");
    ((Stub)port)._setProperty("weblogic.wsee.transport.connection.timeout ","480");
    Actually 60-Seconds is the Default " T3 Connection Timeout " period which u are getting in the Logs...i am finding a way to tune that...amy be some JAVA_OPTIONS..(ideally it is not recommended to change t3 Timeout).
    Are you trying to Upload Large amount of file to the WebService?
    Example:
    HelloWorldService service = new HelloWorldService_Impl();
    HelloWorldPortType port = service.getHelloWorldPortTypeSoapPort();
    int time=Integer.parseInt(args[1]);
    System.out.println("\n\n\t Timeout is set for "+time+"-Seconds");
    ((Stub)port)._setProperty("weblogic.wsee.transport.read.timeout", time);
    ((Stub)port)._setProperty("weblogic.wsee.transport.connection.timeout",30);
    port.sayHello("Jay");
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com/webservices/ (WebLogic Wonders Are Here)

  • Using tuxedo client 8.1 with tuxedo server 6.4

    Hi,
    I am using Weblogic server 7 sp2 with Tuxedo 8.1 on my Windows XP machine, I have configured weblogic (config.xml) to use WTC to connect to tuxedo 6.4 on windows 2000 machine which in turn connects to tuxedo 6.4 server. When I try to do a tpcall I get an error on weblogic server log 'TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could not find service'.
    My question is I haven't made any configuration changes on the tuxedo server end like ubb.config or dm.config files. We are currently in the process of upgrading to weblogic 7 or 8. At the moment we are using JOLT to connect to the existing tux services on the dynix box.
    I want to know if I can configur WTC on weblogic 7 using tuxedo 8.1 API to connect to tuxedo 6.4. What all changes do I need to make on both WLS and Tuxedo end.
    I have read some documentation which state ways where old tuxedo client versions 7.1 and earlier can access tuxedo server 8 by configuring WSH (CLOPT -t) option in ubb.config file.
    Can someone please help.
    Thanks,
    Smita

    Hello Smita,
    I don't think WTC is supported with Tuxedo 6.4. I think (for a number of reasons) that you really should consider an upgrade to 6.5 or newer version of Tuxedo.
    Regards,
    /Per
    Per Lindström - R2Meton AB, SWEDEN

  • Tuxedo Client in EJB method + Test Client

    Hi,
    Currently, the Tuxedo client-side logic is wrapped and exposed as a remote EJB method.
    Have the following deployment questions:
    (a) How can I set up my WebLogic container to point to a remote Tuxedo domain (e.g. domain name/IP/port). Are there any steps to refer to?
    (b) Is it possible to write a Tuxedo client so that the InitialContext object contains the domain name/IP/port etc so that it will bypass the container and test the remote Tuxedo APIs directly? What are the settings I should put in the Properties object?
    Any advice?
    Thanks.

    To clear your first two questions. The password needs to be encrypted before it can be stored in a plaintext file such as config.xml, so the key is used for this purpose. The assumption is your Tuxedo /Domain is configured with SECURITY=DM_PW, and your WTC is configured with SECURITY="DM_PW" for your local access point. Am I correct? If not correct then you either have to correct your configuration or not needed to configure DM_PW.
    You need clear password pair from your Tuxedo Application Domain. You use "weblogic.wtc.gwt.genpasswd" to generate encrypted passwords information and use those information to cut/paste to the WLS console. The generated information such as "Local Password" and "Local Password IV" are needed. The "Key" should be the same for all the password, and should be entered as part of your java option "weblogic.wtc.PasswordKey".
    For instance,
    Your Tuxedo configured a GWTDOMAIN gateway with id TDOM, and a remote access point id WDOM. And in your WTC you configured a local access point with id WDOM, and a remote access point with TDOM.
    Your Tuxedo TDOMAIN you configured a password pair for TDomain session (TDOM, WDOM), the password pair looks like (TdomPassword, WdomPassword).
    You use "helloworld" for your passowrd key. Then you do the following
    java weblogic.wtc.gwt.genpasswd helloworld WdomPassword localLocal Password : cu/008NA4gWgmmJa193PgReSLmQ6Kk08in2fnN9mE0U=
    Local Password IV: bat/6QcWm54=
    java weblogic.wtc.gwt.genpasswd helloworld TdomPassword remoteRemote Password : T6aC069iqDjZE+O/p5vhalRdBuonClnGJH+WQ/L1MNw=
    Remote Password IV: aMtSUUbEDjg=
    On you console you have to enter
    cu/008NA4gWgmmJa193PgReSLmQ6Kk08in2fnN9mE0U=
    for your local password
    bat/6QcWm54=
    for your local password IV
    do the same for your remote password information
    and in your WLS command line java options you do
    java -Dweblogic.wtc.PasswordKey=helloworld weblogic.Server

  • Tuxedo client running under Windows CE

    Does anyone know if the Tuxedo client portion can under on a Windows
    CE device and make service calls?
    (Windows CE 3.0)

    Hi Rumcajs,
    The current version of the LabVIEW PDA module (7.1) does not support
    calls to external code in the form of .NET assemblies. However, it DOES
    support calls to C-style DLLs and the way to do it is shown in the
    following example:
    Calling External Code in LabVIEW PDA for Pocket PC - Battery Information Example
    Please let me know if you have any further questions, thanks.
    Have fun!
    - Philip Courtois, Thinkbot Solutions

  • Error "The memory could not be "read" in tuxedo client 8.0

    Old Environment:
    1.Tuxedo Server 6.4
    2.Tuxedo /WS 6.4
    5.PowerBuilder 5.1
    New Environment:
    1.Tuxedo Server 8.0
    2.Tuxedo Client 8.0
    3.PowerBuilder 8
    In my upgrade software version progress, I want to unchange my old source code
    or little changed. I've DLL develop from Visual C++ to communicate bewteen Tuxedo
    and PowerBuilder.
    After upgraded software, I found memory error from my client PowerBuilder application
    (See error from attach file.) and I don't know what's cause of this error. And
    after I've found this error I try to use tuxedo /ws version 6.4 again, It's workable
    and not found memory error.
    Please give me if you found the solution of this case .
    Thanks you very much for yours help.
    [error.bmp]

    We are working on a similar case from another customer. Please contact customer support and
    provide them details of your case.
    -Deepak
    Sutep wrote:
    Old Environment:
    1.Tuxedo Server 6.4
    2.Tuxedo /WS 6.4
    5.PowerBuilder 5.1
    New Environment:
    1.Tuxedo Server 8.0
    2.Tuxedo Client 8.0
    3.PowerBuilder 8
    In my upgrade software version progress, I want to unchange my old source code
    or little changed. I've DLL develop from Visual C++ to communicate bewteen Tuxedo
    and PowerBuilder.
    After upgraded software, I found memory error from my client PowerBuilder application
    (See error from attach file.) and I don't know what's cause of this error. And
    after I've found this error I try to use tuxedo /ws version 6.4 again, It's workable
    and not found memory error.
    Please give me if you found the solution of this case .
    Thanks you very much for yours help.
    Name: error.bmp
    error.bmp Type: Bitmap Image (image/bmp)
    Encoding: base64

  • Please wait while windows configures SAP Business One Client

    Hi
    I have just upgraded to SAP B1 8.8 PL16
    All is fine apart from when I run vb 6 to compile some early programs of mine I get the following window which you can't seem to easily cancel
    Please wait while windows configures SAP Business One Client
    Can anyone suggest anything please ?
    Thanks
    Regards Andy

    Hi,
    You may check this: SAP 8.8 PL13 - Client keeps getting Configuring Client dialog box.
    Have you searched the forum or web? There are quite a few discussions regarding the possibility for this.
    Thanks,
    Gordon

  • How to create multiple pof configuration files for c# client

    Is there a way to have multiple pof files for c# coherence client?
    Can I create a file called my-pof-config.xml with the following line...
    <pof-config xmlns="http://schemas.tangosol.com/pof">
    <user-type-list>
    <include>assembly://Coherence/Tangosol.Config/coherence-pof-config.xml</include>
         <include>file://pof-config.xml</include>
    and here is what pof-config.xml file look like
    <?xml version="1.0" encoding="UTF-8"?>
    <pof-config xmlns="http://schemas.tangosol.com/pof">
    <user-type-list>
    In my C# visual studio project, this is where I load my-pof-config.xml in app.config
    <coherence>
    <cache-factory-config>coherence.xml</cache-factory-config>
    <cache-config>coherence-cache-config.xml</cache-config>
    <pof-config>my-pof-config.xml</pof-config>
    </coherence>
    and this is what I saw in the log...
    2012-02-23 14:35:35,529 DEBUG Coherence (null) - 2012-02-23 14:35:35.529 level(thread=System.Threading.Thread): Loaded POF configuration from "FileResource(Uri = file://my-pof-config.xml, AbsolutePath = D:\worktrees\ads\mainline\v2\ads\demos_cs\build\my-pof-config.xml)"
    2012-02-23 14:35:35,545 DEBUG Coherence (null) - 2012-02-23 14:35:35.545 level(thread=System.Threading.Thread): Loaded included POF configuration from "EmbeddedResource(Uri = assembly://Coherence/Tangosol.Config/coherence-pof-config.xml, AbsolutePath = assembly://Coherence/Tangosol.Config/coherence-pof-config.xml)"
    2012-02-23 14:35:35,623 DEBUG Coherence (null) - 2012-02-23 14:35:35.623 level(thread=ExtendTcpCacheServiceCSharp:TcpInitiator): Loaded POF configuration from "FileResource(Uri = file://my-pof-config.xml, AbsolutePath = D:\worktrees\ads\mainline\v2\ads\demos_cs\build\my-pof-config.xml)"
    I don't see pof-config.xml is loaded at "Loaded included POF configuration....". How do I get around it so I can load multiple pof configuration files for c# client?

    Hi,
    Not sure about C# but I would suggest try removing file:// from
    <include>file://pof-config.xml</include>and keep pof-config.xml and my-pof-config.xml in the same directory.
    Hope this helps!
    Cheers,
    NJ

  • Tuxedo Client on Windows Server 2003/2008

    I know this is a little unorthodox, and probably not supported, any pointers on possible problems with WSL and WSH would be nice though.
    I'm trying to run a .NET application that acts as a Tuxedo client on the Windows Server 2008 operating system. I've tried this with multiple versions of the Tuxedo client software, including 7, 8, 9, and 10. The application works fine on Windows XP.
    My client ULOG:
    120157.CI2009CORE!?proc.3376.2624.1: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
    120157.CI2009CORE!?proc.3376.2624.1: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
    120157.CI2009CORE!?proc.3376.2624.1: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level
    Has anyone tried something like this before? Is there a server 2008 setting I'm missing?
    EDIT:
    Same problem on a server 2003 machine. Using the 10.0 win 2003 installation and tried it with the 10.0 winXP install.
    Edited by: user1953107 on Feb 16, 2009 3:23 PM

    My original problem with the WSL seems to have been not having enough environment variables and the tux.env file set. This leads me to another problem though. I need to be able to set the WSNADDR at runtime, which I thought I was doing, but the API seems to insist on using the environment settings instead of what is set in the application.
    Example:
    TypedTPINIT tpinfo = new TypedTPINIT();
    tpinfo.flags = TypedTPINIT.TPMULTICONTEXTS;                       
    Utils.tuxputenv("WSNADDR=//NOTVALID");
    AppContext ctx1 = AppContext.tpinit(tpinfo);
    TypedString requestString = new TypedString(tbInputData.Text);
    TypedBuffer replyBuffer = new TypedString(0);
    ctx1.tpcall(tbServiceName.Text, requestString, ref replyBuffer, 0);
    string result = ((TypedString)replyBuffer).GetString(0, (int)replyBuffer.Size);
    ctx1.tpterm();That ought to fail completely because the WSNADDR "//NOTVALID" doesn't point anywhere. I only use an invalid WSNADDR for illustration, because even when I set WSNADDR in the code to a valid location, the API uses what is in the env file instead. Likewise I can set the env file to an invalid location, but use a good one in the code and the system will also fail.
    I really need to determine WSNADDR at runtime, how do I do that? I believe I'm following the instructions found at Link: [http://edocs.bea.com/tuxedo/tux100/dotnet/dotnet_chapter.html] and not getting the desired results.

  • GETSQL2008DBFilesFreeSpace forced to terminate because it ran past the configured timeout 300 seconds

    We have a SQL cluster that is consistantly reporting the following error:
    Forced to terminate the following process started at 
    <Time> because it ran past the configured timeout 300
    seconds.
    Command executed: "C:\Windows\system32\cscript.exe" /nologo
    "GetSQL2008DBFilesFreeSpace.vbs" "<Cluster Name>" "<ClusterFQDN>"
    "MSSQLSERVER"
    Working Directory: C:\Program Files\System Center Operations
    Manager\Agent\Health Service State\Monitoring Host Temporary Files
    2450\2125\
    One or more workflows were affected by this.
    Workflow name: many
    Instance name: many
    Instance ID:
    many
    Management group:
    In troubleshooting this error message, we have run the VBS manually on the server and the VBS runs and completes successfully.   On the SQL side, it also appears to report back the data in under the 300 second threshold.  However we are seeing
    that the connection is active and then is terminated after 300 seconds.
    Does anyone have any ideas or further troubleshooting suggestions for this error?  We have other cluster servers that are configured the same and that do not report this error.
    Thanks!

    Hi,
    This seems like an known issue:
    On a cluster, when there are multiple clustered SQL Server instances, management pack discovery scripts may time out for Database Engines, Analysis Services, and Reporting Services. You might see events 21402.
    Please go through the below article for more details:
    http://technet.microsoft.com/en-us/library/dd279652.aspx
    We can find the workflow name based on the event information.
    Regards,
    Yan Li
    Regards, Yan Li

  • Disconnecting Tuxedo Clients

    I would like to know if there is a simple way to disconnect Tuxedo clients from
    a Tuxedo server (perhaps in tmadmin??). My preference is to be able to disconnect
    a tuxedo client based on the user that is logged in (eg, the username listed when
    a 'pclt' command is run in tmadmin).
    I'm using version 7.1 of Tuxedo.
    Any help appreciated.
    Rod.

    You can do this at runtime. You can either write a program that calls the MIB, or
    use a ud32 script. You'll need to know the client ID and some other key fields.
    If you get stuck, post another message and we'll see if someone can help you a
    little more.
    Rod Hamilton wrote:
    Thanks Scott,
    Is this something that can be done at runtime? Can I use a utility to set the
    clients state to DEAD or do I need to write a custom app to easily do this?
    Thanks,
    Rod.
    Scott Orshan <[email protected]> wrote:
    You can use the MIB to set a Client's state to DEAD.
    Rod Hamilton wrote:
    I would like to know if there is a simple way to disconnect Tuxedoclients from
    a Tuxedo server (perhaps in tmadmin??). My preference is to be ableto disconnect
    a tuxedo client based on the user that is logged in (eg, the usernamelisted when
    a 'pclt' command is run in tmadmin).
    I'm using version 7.1 of Tuxedo.
    Any help appreciated.
    Rod.

  • Configure Timeout in Tomcat

    Hi,
    We want to configure timeout in tomcat, but we are not able to do so by configuring the ~conf/web.xml. Our requirement is to configure http timeout to be 2 seconds.
    Pl. help
    ShekharA

    Which timeout are you talking about? 2 seconds is very short. The HttpSession timeout can only be set in minutes.

  • 451 4.7.0 Timeout waiting for client input

    My organization is running Small Business Server 2008 with Exchange.  After installing Exchange users reported not reciveing emails from Comcast and a few other domains.  Looking at the logs, domains including gmail and comcast are unable to deliver email to our Exchange mailboxes.  They receive an error message like the following.
    Technical details of temporary failure:
    Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 451 451 4.7.0 Timeout waiting for client input (state 18).
    Other domains send just fine. Any ideas what is causing the 451 4.7.0 connection timeout error message?  The following is an example SMTPReceive log.
    2009-06-08T23:15:11.964Z,,+,,
    2009-06-08T23:15:11.964Z,,SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders,Set Session Permissions
    2009-06-08T23:15:11.964Z,,"220 remote.domain.com Microsoft ESMTP MAIL Service ready at Mon, 8 Jun 2009 16:15:11 -0700",
    2009-06-08T23:15:12.027Z,,<,EHLO smtp3.mail.com,
    2009-06-08T23:15:12.027Z,,250-remote.domain.com Hello [123.12.123.123],
    2009-06-08T23:15:12.027Z,,250-SIZE 10485760,
    2009-06-08T23:15:12.027Z,,250-PIPELINING,
    2009-06-08T23:15:12.027Z,,>,250-DSN,
    2009-06-08T23:15:12.027Z,,>,250-ENHANCEDSTATUSCODES,
    2009-06-08T23:15:12.027Z,,>,250-STARTTLS,
    2009-06-08T23:15:12.027Z,,>,250-AUTH,
    2009-06-08T23:15:12.027Z,,>,250-8BITMIME,
    2009-06-08T23:15:12.027Z,,>,250-BINARYMIME,
    2009-06-08T23:15:12.027Z,,>,250 CHUNKING,
    2009-06-08T23:15:12.105Z,,<,STARTTLS,
    2009-06-08T23:15:12.105Z,,>,220 2.0.0 SMTP server ready,
    2009-06-08T23:15:12.105Z,,*,,Sending certificate
    2009-06-08T23:15:12.105Z,,*,CN=remote.domain.com,Certificate subject
    2009-06-08T23:15:12.105Z,,*,CN=ecf-DOMAINSERVER-CA,Certificate issuer name
    2009-06-08T23:15:12.105Z,,*,,Certificate serial number
    2009-06-08T23:15:12.105Z,DOMAIN\Windows SBS Internet Receive DOMAIN,,20,,*,,Certificate thumbprint
    2009-06-08T23:15:12.105Z,DOMAIN\Windows SBS Internet Receive DOMAIN,,21,,,*,remote.domain.com;domain.com;DOMAIN.local,Certificate alternate names
    2009-06-08T23:15:12.355Z,,EHLO smtp3.mail.com,
    2009-06-08T23:15:12.355Z,,250-remote.domain.com Hello [123.12.123.123],
    2009-06-08T23:15:12.355Z,,250-SIZE 10485760,
    2009-06-08T23:15:12.355Z,,250-PIPELINING,
    2009-06-08T23:15:12.355Z,,250-DSN,
    2009-06-08T23:15:12.355Z,,250-ENHANCEDSTATUSCODES,
    2009-06-08T23:15:12.355Z,,250-AUTH,
    2009-06-08T23:15:12.355Z,,250-8BITMIME,
    2009-06-08T23:15:12.355Z,,>,250-BINARYMIME,
    2009-06-08T23:15:12.355Z,,>,250 CHUNKING,
    2009-06-08T23:15:12.433Z,,<,MAIL From:<[email protected]> SIZE=52018,
    2009-06-08T23:15:12.433Z,DOMAIN\Windows SBS Internet Receive DOMAIN,,,,,,,receiving message
    2009-06-08T23:15:12.433Z,,250 2.1.0 Sender OK,
    2009-06-08T23:15:12.496Z,,RCPT To:<[email protected]>,
    2009-06-08T23:15:12.496Z,,250 2.1.5 Recipient OK,
    2009-06-08T23:15:12.496Z,,DATA,
    2009-06-08T23:15:12.496Z,,354 Start mail input; end with <CRLF>.<CRLF>,
    2009-06-08T23:15:20.277Z,,451 4.7.0 Timeout waiting for client input,
    2009-06-08T23:15:20.277Z,,,Local
    2009-06-08T23:16:03.276Z,,451 4.7.0 Timeout waiting for client input,
    2009-06-08T23:16:03.276Z,,,Local

    I had a similar issue with fortigate firewall. I could not able to resolve this issue with fortigate. Fortunately I had a Cisco PIX firewall in my stock. Eventhough it is not a best practise I have replaced the fortigate firewall with Cisco PIX mail flow
    started perfectly without any issues.
    If any fortigate experts are seeing this forum please suggest what has to be done for solving this issue.
    I have escalated this case to fortigate and they resolved the issue by executing the following commands on the fortigate firewall.
    set tcp-mss-sender1452
    set tcp-mss-receiver1452
    Santhosh Sivaraman MCITP: Microsoft Exchange Server 2007/2010 | MCSE/MCSA

  • Is it possible to Automate configuration of skydrive pro client for a document library

    Hi Everyone,
    I would like to automate the document library url(configuration) for skydrive pro client programatically.Please let me know if this is possible and how can we do this.
    Thanks in advance,
    Sailaja Kaladurgi.

    It's not possible to automate that. Although you can trigger a standard word-search using JavaScript, you can't do anything with the results - they just appear in the user interface. There's no GREP functionality so you can't search for an extended block of page content, and there's also no way to select or extract a specific region of a page into a new file using scripts.
    The only way I could think of doing this would be in InDesign - assuming each question starts with a distinct element that can be GREPped for, you could separate each one onto a new page by running a search/replace that add a page break in front of the element. You can then export all the 'single-question' pages as images, and use PS automation to trim the whitespace.

Maybe you are looking for

  • Why are there symmetry differences on Ipad or Windows ? ( for sketchbook express)

    On windows (surface 3) i can select x and y symmetry and on Ipad version only one axis symmetry. Is there a way to have both axis on Ipad? will the pro version on ipad have it?

  • Adobe v6 on Windows Server 2003

    Howdy, I have at least two clients now that can't print to Adobe v6 running on Windows Server 2003 SP2 fully patched. Adobe has all patches as well. I also did everything here: http://kb.adobe.com/selfservice/viewContent.do?externalId=321546 I also r

  • Illustrator CC Crashing (Mac)

    Hey folks.. Thanks in advance for any help! I posting here as a last resort - I've done a lot of research, and I've been up and down the discussion boards. I've done the whole unistall/reinstall, delete all the files/preferences, so many restarts, et

  • Amortization of Goodwill after method change

    Hi all, Need some help. It is not really clear to me how does BCS take into account (equity-method)goodwill, and further more - amortization of goodwill, in/after Method Change activity. Business scenario Step 1. Company "A" (equity - 1000 monetary u

  • How can i  get Oracle BI tool in Excel

    I have install oracle Bi Tool and I can't see the the BI tool in Excel menu . I need help