HIS 2013 - Command Timeout - Dynamic DB2 Sendport

Hi ,
    In one of our application (BizTalk 2013 R2), We are integrating with DB2 (Host Integration server 2013) using dynamic sendport. The default command timeout for DB2 is 30 seconds. This timeout can be increased in DB2 static sendports.
But as we are using Dynamic sendport, we are not seeing such option in the context properties to set the command timeout.
Any suggestions on how to set command timeout for dynamic DB2 sendport?
Thanks,
Karthik M
karthik

 This timeout can be increased in DB2 static sendports. But as we are using Dynamic sendport, we are not seeing such option in the context properties to set the command timeout.
As you said, we really can't set timeout for Dynamic send port, you can consider
contacting Microsoft support directly(http://support.microsoft.com)

Similar Messages

  • ATA command timeouts after disk has gone sleeping

    Hi all
    I've configured myself a NAS, which is infrequently accessed, so I set the standby timer of the disks to 241 (30 minutes) using hdparm.
    for i in /dev/sd?; do
        hdparm -S 241 $i > /dev/null
    done
    After 30 minutes the disks go to sleep, no problem there, but once they are accessed again, the first command sent to the disk time out:
    ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
    ata7.00: cmd b0/d8:00:00:4f:c2/00:00:00:00:00/00 tag 0
             res 40/00:00:00:f1:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata7.00: status: { DRDY }
    ata7: hard resetting link
    ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata7.00: max_sectors limited to 256 for NCQ
    ata7.00: max_sectors limited to 256 for NCQ
    ata7.00: configured for UDMA/133
    sd 6:0:0:0: timing out command, waited 7s
    ata7: EH complete
    SCSI device sdg: 1953525168 512-byte hdwr sectors (1000205 MB)
    sdg: Write Protect is off
    sdg: Mode Sense: 00 3a 00 00
    SCSI device sdg: drive cache: write through
    After that the drives work fine again. The command timeout is 7 seconds, which seems too low because the disks need some time to spin up.
    Two questions:
    Can the ATA command timeout be increased?
    If the command fails, is it retried?
    Thanks,
    Glenn

    The G5 Discussion is here while this is devoted to Mac Pro, hence the confusion. The MP doesn't use cables, just trays that slide in.
    Is it possible you have backups you can boot from? (hint, hint). Or Disk Warrior 4? would also be 'nice.'
    Hard restarts DO trash files and directories. And never make changes w/o a bootable backup. Maybe a couple FW drives. (One person yesterday backed up his problem G5 drive only that turned his 'good backup' into an unbootable drive also, and didn't have a 2nd backup - which can happen and why you don't want to rely on just one).

  • Setup HIS 2013

    I am working on  POC to use HIS 2013/SNA to connect to our CICS regions instead of using SNA 4.0 over token ring.
    I am following thro the following steps
    1. Setup the link service to use TCP/IP
    2. What are teh different components here that relates to my network so i can try to get it?

    Hello,
    You have to specify here at least the Primary NNS : IP address 
    Network Name : "like APPN"
    Control point name : "here you can specify the same of your HIS Server"
    Check : Use Dynamic PU Definition.
    Here's a good starting point documentation : https://www.microsoft.com/en-us/download/details.aspx?id=17441
    Best Regards,
    Steve Melan - BCEE My Blog : http://stevemelan.wordpress.com

  • Adapter file receiver command line dynamic

    Hi everybody,
    In the adapter file receiver, I'd like to put the command line dynamically depending of informations of the payload of the message.
    Do you have ideas ?
    Thank you in advance for your collaboration.
    Regards

    Eric,
    Why not work with Parameters (adapter Specific)
    Enable Adapter Specific attributes and fill them with data from the Payload. Be aware that this need to be filled via the Dynamic Configuration
    See SAP Help
    Dynamic Conf
    http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm
    Sender File/FTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Receiver File/TFP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    PS: the option Command line execution can also be filled with parameters. This in order to make dynamic cmd line executions
    Greets and Success

  • SDK Samples in HIS 2013

    After installing Host Integration Server 2013, I do not see any of the SDK Sample directories on the file system.
    Did I miss something in the install or are these samples not part of the install media anymore???
    Thanks,
    Gary Clanton

    HIS 2013 is available as a supplemental license to BizTalk 2013. This means that you have to license one of the BizTalk Server 2013 Editions to get a license for HIS 2013. You don't need to install and use BizTalk Server in order to use HIS. You only need
    to install BizTalk Server if you need to use one of the BizTalk Adapters that is included with HIS.
    You didn't indicate what type of applications that you will be communicating with on the IBM mainframe. If you will be communicating with CICS or IMS transactions on the mainframe, then you'd likely want to take a look at the Transaction Integrator (TI)
    feature in HIS 2013. You can use TI with a WCF service. See
    http://msdn.microsoft.com/en-us/library/dn150066(v=bts.80).aspx#application for an overview of the Application Integration feature of HIS 2013. You might also want to look through the following topic:
    http://msdn.microsoft.com/en-us/library/dn149782(v=bts.80).aspx
    The HIS 2013 SDK does include sample applications. When the SDK is installed, it gets installed to the following folder:
    C:\Program Files\Microsoft Host Integration Server 2013 SDK v1.0
    Under this folder, you will see the following folders:
    - ApplicationIntegration
    - BizTalkAdapters
    - DataIntegration
    - MessageIntegration
    - NetworkIntegration
    - SessionIntegration
    Under each of these folders are samples specific to those features. For example, under ApplicationIntegration there are two additional folders: HostInitiated and WindowsInitiated. The WindowsInitiated folder includes samples for Transaction Integrator where
    TI initiates transactions by calling application on the IBM host system. Under WindowsInitiated, you will find a WcfService folder that has a TI WCF sample application. You'd also want to look at the ApplicationIntegrationStarterGuide sample because it describes
    many of the new TI features in HIS 2013.
    If TI doesn't fit the needs, then you need to look at the other HIS features to see what might work for the IBM integration scenario that you are working on.
    You might also want to look at
    http://msdn.microsoft.com/en-us/biztalk/hh441721 as this site has many links to HIS specific resources.
    Thanks...
    Stephen Jackson - MSFT

  • How to set command timeout for table object?

    I have a report that is generating an error during rendering in a CrystalReportViewer control (v10.5).  The error is "Failed to open a rowset." which appears to be caused by a timeout.  I'm currenlty setting the connection info and location of the sproc programmatically.  How can I set the command timeout as well?  Can I set this via the Attributes collection of the ConnectionInfo object?  (This appears to be a command timeout, not a connection timeout, which I'm already including in the Attributes collection of the ConnectionInfo object and setting at 15 seconds.  I've tried making this as much as 60 seconds but it doesn't change the behavior.)

    The error message includes text that states the timeout was exceeded (in bold below)...
    CrystalDecisions.CrystalReports.Engine.InternalException: Failed to open a rowset.
    Details: ADO Error Code: 0x
    Source: Microsoft OLE DB Provider for SQL Server
    Description: Timeout expired
    SQL State: HYT00Error in File J:\DOCUME1\ADMINI1\LOCALS~1\Temp\SpecificationSummaryReport {42EDFEA3-DD0D-4F5E-BC0B-F9CC1126A872}.rpt:
    Failed to open a rowset. ---> System.Runtime.InteropServices.COMException (0x800002D3): Failed to open a rowset.
    Details: ADO Error Code: 0x
    Source: Microsoft OLE DB Provider for SQL Server
    Description: Timeout expired
    SQL State: HYT00Error in File J:\DOCUME1\ADMINI1\LOCALS~1\Temp\SpecificationSummaryReport {42EDFEA3-DD0D-4F5E-BC0B-F9CC1126A872}.rpt:
    Failed to open a rowset.
    1)  Is there a Service Pack for CR 10.5???  That is the runtime that is in use - not XI.
    2)  The report viewer app is in version 10.5 (as mentioned in the first post) but the report was created in the designer for version 11.  Before we assume that is a problem - I have other reports created this way that work fine.
    3)  The data source is SQL 2005.
    4)  The connection type is OLE DB - Microsoft OLE DB provider for SQL Server.
    I think the issue is due to corruption in the report file.  I've seen this many times with reports (over the last 10 years).  I've had reports that refuse to work but if I recreate them from scratch the new report works fine.  In fact, I've recreated the data portion of this report (using the same sprocs) and that one works.

  • Set Command Timeout For SQL Server

    Hello,
    How do you set the command timeout for the 'open' statement? I am running a Database via SQL Server and I tried the dialog box timeout statement (the check box on the advanced tab) and simply get an error. The manual shows a 'step.commandtimeout' but how is it implemented?
    Thanks,
    Kevin

    Kevin -
    I looked at the internal implementation of the CVI SQL Toolkit. The toolkit function that the step type uses is DBNewSQLStatement. Internally to the toolkit the function opens a recordset instead of a command object. The command timeout attribute is only available on a command object and not on a recordset object, so as implemented inside the toolkit the error is appropriate. I think the toolkit could have used a command object to create the recordset object and this would allow the toolkit to let you set the timeout attribute. Unfortuneately this is not the way it was done.
    For the future I may investigate to see if there is a way to bypass this limitation by using different toolkit functions, but I am not sure if there a
    re any side effects.
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Generate Command Button Dynamically

    Hi All
    I'm developing a web app using jd 11.1.1.3
    I want to generate command buttuns dynamically,
    The no of buttons to be generated based on a integer value that is stored in the DB.
    Pls tell me a way to do this.
    Tx

    Hi,
    and then, what arethe buttons supposed to do - or do you need them as decoration only ?
    Frank

  • Converting TI Object from HIS 2006 to HIS 2013

    Hello
    I am attempting to convert my current HIS 2006 TI objects to run in HIS 2013 and have encountered the following issues:
    1. Unable to open my TI object .DLL file in TI Designer within Visual Studio 2012. I have run the TI Conversion Tool to convert my TI object to be compatible with HIS 2013, however I am now unable to open this in TI Designer as I get the following error
    message "Failed to load the library. It might not be generated by Host Integration Server Designer". 
    2. My TI Object is self-hosted and I have a Web Service that references this TI Assembly. When I try and invoke this web service it fails and when I check my WCF trace file it is telling me that a method in my TI assembly cannot be found. This is after I
    have converted the DLL file via the TI conversion tool.
    Does anyone have any ideas as to why these 2 issues are occuring and how I can resolve this.
    Thanks
    Sean

    Transaction Integrator went through a lot of changes in HIS 2013. Here are a few of the key changes:
    - TI Manager has been removed from the product.
    - TI WIP and HIP configuration is now included in a app.config (or web.config) file
    - HIS Designer has been updated to produce XML based meta data definition files. These files have an extension of "hidx" (Host Integration Definition XML).  The hidx file replaces the TI meta data assembly as the media used by TI
    designer. 
    If you haven't, you should download and install the HIS 2013 SDK from
    http://www.microsoft.com/en-us/download/details.aspx?id=41557.
    After installing the SDK, you should take a look at the readme files associated with the ApplicationIntegrationStarterGuide sample under C:\Program Files\Microsoft Host Integration Server 2013 SDK v1.0\ApplicationIntegration\WindowsInitiated.
    You should start with the Readme_01_Changes.txt file as it explains many of the changes in TI.
    When you ran the TIConversionTool, it should have created a HIDX file based on the old HIS 2006 TI assembly. You should be able to open the HIDX file in VS2012 and see the methods and parameters just like you did with the Designer for HIS 2006. It should
    have also created a backward compatible DLL in a \bin folder in the output location specified when running the conversion tool.
    Hope this helps.
    Thanks...
    Stephen Jackson - MSFT

  • ASMX web service in HIS 2013

    Hello
    I have another set of TI objects that I have converted to run in HIS 2013 as we have upgraded from HIS 2006 to HIS 2013. I have written a stand-alone test client application that consumes these TI objects successfully
    and everything works fine. 
    The issue is that our ASMX web service that consumes these TI objects no longer works. We have re-compiled the ASMX web service in .NET framework 4.5 and made the relevant changes using the new ClientContext() class as required and the web service compiled
    successfully, however when we run a test client against this service we see the following error in the event logs "Internal message routing error:
    process id 2604, mhtype 1, msgtype 19  EXPLANATION This is an internal error in Host Integration Server.".
    We turned on HIS tracing and can see the last entry is "HISTSNA0013 The SNATransport is calling CMALLC." and then it stops.
    Any ideas why this is occuring and should our ASMX web service be able to consume the HIS 2013 TI objects?
    Thanks
    Sean

    Hi Sean,
    Have you correctly configured the SNA Connection ? Can you please open the SNA Manager and running the Diagnostics to see if the SNA Sessions are correctly established.
    In addition have you added the new config settings for HIS 2013 (web.config) in order to use the correct settings (like Remote Environment) ? 
    Best Regards,
    Steve Melan - BCEE My Blog : http://stevemelan.wordpress.com

  • Move from HIS 2010 to HIS 2013

    We are in a process of upgrading our servers to Windows Server 2012.  This is done by installing new servers. We will install HIS 2013 on Windows 2012 Server . We have a lot of HIS 2010 objects (both WIP and HIP) which we want to move over. WIP objects
    are currently hosted as ASP.NET Worker process on HIS 2010. Is it possible to move these objects to HIS 2013 just using generated dll's from VS 2010/HIS 2010 ? I know that it is possible to upgrade 2010 to 2013, but we have installed an empty HIS 2013, and
    want to do a "move" from HIS 2010 and run 2010/2013 in parallel. I am also looking for docs how to "Connect" HIS 2013 to IIS using TICT to IIS as we did in TI in HIS 2010 when we deployed Objects hosted as ASP.NET Worker process.
    Jan Terje

    Hello Jan,
    I've done this kind of migration last year with more than 1500 TI Objects :-)
    Yes, it's possible to move easy from HIS 2010 to HIS 2013 by converting the TI Objects using the TIConversionTool (C:\Program Files\Microsoft Host Integration Server 2013\SysWow64).
    The Problem with the TIConversionTool is that it doesn't replace directly the assemblies but it creates a folder structure with the converter TI Object. It's also possible to Open the HIS 2010 TI Objects in Visual Studio 2010/2012 with HIS 2013. The Objects
    will be converted after you are saving again the Assemblies.
    In addition you have to change your web.config files because the HIS Assembly Version has changed from 7.0 to 9.0.
    Please let me know if you need more information or help !
    Best Regards,
    Steve Melan - BCEE My Blog : http://stevemelan.wordpress.com

  • OWA 2013 and Timeout

    OWA 2013 (CU6) timeout values have been set according the following article.
    http://www.msexchange.org/kbase/ExchangeServerTips/ExchangeServer2013/OutlookOWA/how-configure-public-and-private-computer-settings-owa-2013.html
    On the "external" or "public" side - default is 15 minutes.  When 15 minutes of inactivity occurs, OWA does not exit the session.  Instead the content remains on the screen - and you can browse around the information that remains
    in the display.  You cannot create a new message or open a message in a new window.
    If a browser "refresh" is sent the logon to OWA screen appears.
    Contacted Microsoft and they were also able to reproduce this same behavior.
    This is not a secure way to handle timeout.  Anyone else experience this?

    Hi,
    The time-out feature will only works with Forms-Based Authentication method enabled on CAS server.
    http://technet.microsoft.com/en-us/library/bb124787(v=exchg.141).aspx
    Although this document applies to Exchange 2010, it’s just the same in Exchange 2013.
    In addition, is there TMG in your deployment? If yes, please refer to the following document to
    configure the idle session time-out period for Outlook Web Access clients.
    Before performing this task, we must have a Web listener that uses forms-based authentication for Outlook Web Access.
    http://technet.microsoft.com/en-us/library/cc995140.aspx
    Best Regards.

  • Admin Command Timeout

    My streaming server 3 hanged last night and can be restarted.
    I found that the admin logs have thousands of line like the
    following:
    2008-12-22 03:20:15 236 (e)2671287 Admin Command Timeout:
    (Command (getServerStats) timed out.) -
    2008-12-22 03:20:15 236 (e)2671287 Admin Command Timeout:
    (Command (getVHostStats) timed out.) -
    How can I solve this problem? Restart the computer helps, but
    I wonder there is a way to solve it.

    Well, really, none of these problems should happen! But,
    sadly, they do and not just for me.
    A Google search will show that these Admin timeouts are a
    very common problem but no-one seems to have a solution. More
    worryingly, I have never seen any suggestion from Adobe about what
    might cause them.
    Since my original post I have made two changes to our app:
    (1) when the 'owner' of the room leaves I unload the instance
    (after a 30 seconds delay)
    (2) I amended the application.xml for this app to timeout
    idle connections after 2 minutes (the default is no timeout)
    This has made things slightly better in that the app now runs
    for 2/3 days without failing (rather than failing twice a day).
    But, it still fails and the only thing that brings it back is a
    reboot of the server which is totally unacceptable in a live
    environment where we usually have 500+ clients watching 100 live
    streams at any one time (many on a pay-per-minute basis). The only
    other significant thing I notice now is that once the machine has
    been running for a couple of days the logging stops completely for
    some (but not all) instances i.e. nothing is displayed in the admin
    console and nothing is written to the log files. It's as if the FMS
    Admin has just given up.
    Re. your suggestion about checking IPs etc. There are no
    "hidden clients"! When the Admin fails it is possible to be on a
    machine with a single connection (i.e. my client). When I reload my
    client there is a trace that I have disconnected, then reconnected
    again *but* the connection count goes up by one. If I reload twenty
    times the count will increase to 20. Even if I close my browser the
    connections will apparently stay, sometimes for days!
    As I mentioned, this happens on multiple servers with lots of
    different clients and very, very low load. When it happens is, so
    far, unpredictable other than it will happen and bring down our
    live system.

  • Lync 2013 commands shell to get the report which user is connecting to which pool in coexistence with Legacy version

    HI,
    We have LYNC 2013 in coexistence with OCS 2007 R2 and setup is like that user can connect to any pool  either sip is exist on OCS 2007 or on LYNC 2013
    Do we have any command shell to get the details about which user is connecting to which pool?
    lync 2013 commands to get the report which user is connecting to legacy pool in coexistence with ocs 2007
    Thanks
    jitender

    HI Holger,
    Thanks for reply!!
    But the above link will not work as per scenrio.
    The SIP addresses has been migrated to LYNC server. ther is no user host on OCS server. However in communicator client the manual entry is done and OCS pool name is given. OCS pool just redirect the query to LYNC pool.
    And we need to idenfy the SIP user request on OCS which are redirecting by ocs pool to lync pool
    In other word we can say this question like:  How to collect the number of SIP users connections coming on OCS Direct  server?
    Thanks
    jitender
    As all users are migrated to Lync Server, all users will be redirected to their home pool.
    You want to collect the number of SIP connections coming from OCS server that means you want to count the number of Lync client with manual configuration pointing to OCS server.
    This information is stored in SIP session. There is no Lync command to get this kind of information natively.
    Lisa Zheng
    TechNet Community Support

  • DBM_EXECUTE  command timeout exceeded

    Hello All,
    When i am excuting any db t-code from my system ,
    i am gettting DBM_EXECUTE  command timeout exceeded.
    I have tried it with different user but facing the same problem.
    kindly let me know the sloution for this.
    Thanks in advance,
    Atul

    Hello Atul,
    if you don't find a solution in the SAP notes then you should open a customer message.
    SAP support will then logon to your system and analyze the problem.
    Best regards,
    Melanie

Maybe you are looking for