3rd Party SCTP stack

Hi all,
We did develop a protocol on Solaris 9 that uses SCTP as transport protocol (and on that time the SCTP was not available). So we bought a sctp stack from a third party company, now we did a upgrade to Solaris 10 and since we have our application working with the 3rd party SCTP we don't wanna to give up of it (even because some customization would be necessary for use solaris sctp stack).
My question is, is there any problem on using both stack at the same time? I am asking that because now we will develop another application and use the sun stack seems to be the best choice (it is easier to use). However I am afraid if those stacks can get in conflict?
The 3rd party stack we do have, uses RAW_SOCKET in order to implemente the SCTP... I don´t know how those things work behind the scenes on solaris, so I am not sure of how realiable is having two appilcations the same transport layer socket.
any comment is welcome
Thanks and Regards

Hi,
Well, my main concern is not about support. I would like to make sure that both SCTP stacks will not get in conflict.
I did a test bed and create a sample time server using SUN SCTP and it worked fine with the 3rd party SCTP M3UA application.
I have the solaris 10 internals book, and there I could see that SUN implements the stack like drivers, however they only comment about UDP and TCP.
On my guess there is also one for SCTP and other one for RAW socket. If my guess is right, adding to the fact the our 3rd party sctp stack uses raw socket, the
sun sctp stack would be used together with no problem - what my tests have confirmed.
However, I am still not 100% sure that everything will gonna be right. As I told before, our 3rd party stack uses RAW SOCKET (so the SCTP was implemented on top of it) and SUN SCTP STACK seems to use a specific SCTP driver for that. What should prevent problems.
My main concer is that IP packages define an ID that map the packet to a upper layer (and both SUN SCTP stack and our 3rd party SCTP stack) use the same
value when openning the socket, so how the IP layer would know which one (SCTP or 3rd party) shall receive the packet?
Thanks and Regards

Similar Messages

  • How can I use a 3rd party XML parser such as xerces with OC4J ?

    Hi all tech experts,
    I am using Oracle Application Server 10g Release 2 (10.1.2) and i have
    installed Portal and Wireless and OracleAS Infrastructure on the same
    computer.
    i tried all the solutions on this thread
    Use of Xerces Parser in out application with Oracle App Server 9.0.4
    but still fighting.
    I have also posted this query on OTN on following thread
    How can I use a 3rd party XML parser such as xerces with OC4J?
    but no reply....
    Please help me on this issue.
    Since OC4J is preconfigured to use the Oracle XML parser which is xmlparserv2.jar.
    i have read the following article which states that
    OC4J is preconfigured to use the Oracle XML parser. The Oracle XML parser is fully JAXP 1.1 compatible and will serve the needs of applications which require JAXP functionality. This approach does not require the download, installation, and configuration of additional XML parsers.
    The Oracle XML parser (xmlparserv2.jar) is configured to load as a system level library of OC4J through it's inclusion as an entry in the Class-Path entry of the oc4j.jar Manifest.mf file. This results in the Oracle XML parser being used for all common deployment and packaging situations. You are not permitted to modify the Manifest.mf file of oc4j.jar.
    It must be noted that configuring OC4J to run with any additional XML parser or JDBC library is not a supported configuration. We do know customers who have managed to successfully replace the system level XML parser and the Oracle JDBC drivers that ship with the product, but we do not support this type of configuration due to the possibility of unexpected system behavior and system errors that might occur from replacing the tested and certified libraries.
    If you absolutely must use an additional XML parser such as xerces, then you have to start OC4J such that the xerces.jar file is loaded at a level above the OC4J system classpath. This can be accomplished using the -Xbootclasspath flag of the JRE.
    i have also run the following command
    java -Xbootclasspath/a:d:\xerces\xerces.jar -jar oc4j.jar
    but no success.
    How could i utilize my jar's like xerces.jar and xalan.jar for parsing instead of OC4J in-built parser ?
    All reply will be highly appreciated.
    Thnx in advance to all.
    Neeraj Sidhaye
    try_catch_finally @ Y !

    Hi Neeraj Sidhaye,
    I am trying to deploy a sample xform application to the Oracle Application Server (10.1.3). However, I encountered the class loader issue that is similar to your stuation. I tried all the three solutions but the application is still use the Oracle xml paser class. I am wondering if you have any insight about this?
    Thanks for your help.
    Xingsheng Qian
    iPass Inc.
    Here is the error message I got.
    Message:
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
    Stack Trace:
    org.chiba.xml.xforms.exception.XFormsException: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.initModels(Unknown Source)
         at org.chiba.xml.xforms.Container.init(Unknown Source)
         at org.chiba.xml.xforms.ChibaBean.init(Unknown Source)
         at org.chiba.adapter.servlet.ServletAdapter.init(ServletAdapter.java:153)
         at org.chiba.adapter.servlet.ChibaServlet.doGet(ChibaServlet.java:303)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Instance.iterateModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.initializeModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.init(Unknown Source)
         at org.chiba.xml.xforms.Initializer.initializeBindElements(Unknown Source)
         at org.chiba.xml.xforms.Model.modelConstruct(Unknown Source)
         at org.chiba.xml.xforms.Model.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.dispatchEvent(Unknown Source)
         at org.apache.xerces.dom.NodeImpl.dispatchEvent(Unknown Source)
         ... 18 more

  • Upgrade to Windows 8.1 Pro Update 1 and it killed all my 3rd party drivers

    Hoping someone can help - my PC upgraded Windows 8.1 Pro (fresh install a few months ago) with the 'Update 1 patch' which was made available a few days ago.  It was done via Windows Update - I let it do its thing for about 15 minutes, restart etc.
    Once the machine restarted, I noticed the following:
    - no network connection
    - no sound
    - no working camera
    I went to the device manager and see a stack of 3rd-party devices with exclamation marks, all stating code 28 (the drivers for this device are not installed).  I go to each device and try to update the drivers - it looks like its going to work and then
    gives the error "The system cannot find the file specified".
    I do some googling and find the setupapi.dev.log.  The log for every device with a problem reads like this:
    >>>  [Device Install (DiShowUpdateDevice) - HDAUDIO\FUNC_01&VEN_10EC&DEV_0900&SUBSYS_1043859D&REV_1000\4&83A6FBB&0&0001]
    >>>  Section start 2014/04/12 01:23:46.588
          cmd: "C:\Windows\system32\mmc.exe" C:\Windows\system32\devmgmt.msc
         dvi: {DIF_UPDATEDRIVER_UI} 01:23:46.608
         dvi:      No class installer for 'Audio Device on High Definition Audio Bus'
         dvi:      Default installer: Enter 01:23:46.647
         dvi:      Default installer: Exit
         dvi: {DIF_UPDATEDRIVER_UI - exit(0xe000020e)} 01:23:46.686
         ndv: {Update Driver Software Wizard for HDAUDIO\FUNC_01&VEN_10EC&DEV_0900&SUBSYS_1043859D&REV_1000\4&83A6FBB&0&0001}
    !!!  ndv:      Driver package import failed for device.
    !!!  ndv:      Error 2: The system cannot find the file specified.
         ndv:      Installing NULL driver.
         dvi:      {Plug and Play Service: Device Install for HDAUDIO\FUNC_01&VEN_10EC&DEV_0900&SUBSYS_1043859D&REV_1000\4&83A6FBB&0&0001}
    !    ndv:           Installing NULL driver!
         dvi:           {DIF_ALLOW_INSTALL} 01:23:48.883
         dvi:                No class installer for 'Audio Device on High Definition Audio Bus'
         dvi:                No CoInstallers found
         dvi:                Default installer: Enter 01:23:48.883
         dvi:                Default installer: Exit
         dvi:           {DIF_ALLOW_INSTALL - exit(0xe000020e)} 01:23:48.884
         dvi:           {DIF_REGISTER_COINSTALLERS} 01:23:48.884
         dvi:                No class installer for 'Audio Device on High Definition Audio Bus'
         dvi:                Default installer: Enter 01:23:48.885
         dvi:                Default installer: Exit
         dvi:           {DIF_REGISTER_COINSTALLERS - exit(0x00000000)} 01:23:48.885
         dvi:           {DIF_INSTALLDEVICE} 01:23:48.885
         dvi:                No class installer for 'Audio Device on High Definition Audio Bus'
         dvi:                No CoInstallers found
         dvi:                Default installer: Enter 01:23:48.886
    !    dvi:                     Installing NULL driver!
         dvi:                     Install Null Driver: Removing device sub-tree. 01:23:48.887
         dvi:                     Install Null Driver: Removing device sub-tree completed. 01:23:48.890
         dvi:                     Install Null Driver: Restarting device. 01:23:48.892
         dvi:                     Install Null Driver: Restarting device completed. 01:23:48.892
         dvi:                     Install Device: Starting device. 01:23:48.892
         dvi:                     Install Device: Starting device completed. 01:23:48.893
         dvi:                Default installer: Exit
         dvi:           {DIF_INSTALLDEVICE - exit(0x00000000)} 01:23:48.894
         ump:      {Plug and Play Service: Device Install exit(00000000)}
         ndv: {Update Driver Software Wizard exit(00000002)}
    <<<  Section end 2014/04/12 01:23:50.286
    <<<  [Exit status: FAILURE(0x00000002)]
     It seems like 'update 1' as crapped all over my driver store.
    What can I do to fix this - I have tried a raft of things such as pnputil commands to add the driver INFs manually (they fail saying 'element not found'), but still I am stuck without sound, network and camera.
    This will be the last time I let Microsoft update automatically install - it will now be 100% manual, and done after a few weeks to ensure there aren't bugs.

    espero y te sirva este link :)
    http://blogs.itpro.es/octaviordz/2014/04/05/actualizar-de-windows-8-1-2012r2-a-windows-8-1-ws2012r2-update-con-script-de-powershell/
    Freelance-IT http://www.freelance-it.com.mx

  • BRFPlus - license with NW fundation for 3rd party - SAP PO applies ?

    Hi,
    I got the impression that in order to use BRFPlus we need to have SAP NW fundation license for 3rd party,
    does anyone know, if we have SAP PO (process orchestration) which has a restricted SAP NW fundation license for 3rd party
    (to be used only with BPM, PI and BRM), can we use BRFPlus from PI ?
    Thank you for any comments,
    Regards,
    Michal Krawczyk

    Hi Michal,
    no idea about the licensing question, but I think you need an additional license due to the Java stack, but this has to be answered by an expert of SAP.
    Concerning the usage of BRFplus from PI: The only way I know to use the BRFplus functions from PI is via webservices generated out of the functions.
    The other way round is a little more comfortable as you can use the BRMS Connector expression.
    BR
    Christian

  • Logic X screensets do not remember 3rd party software instrument placement on second monitor screen

    I open my Spectrasonics software instruments and place them in a location on my second monitor screen and lock the screenset. Then switch to another screenset and come back to that saved screenset and the 3rd party software instruments are stacked on top of each other on my main monitor screen.
    This was not the case in Logic 9.

    Hi
    Tom Hammer wrote:
    You're have a Spectrasonics plugin open on your second monitor and when you come back to that screenset it's in the same location?
    yep
    Starting from an empty project, I added 2 Instrument channels (Omnisphere and Kontakt 5. Open both plugin GUI's, move dthem over to my 2nd monitor then Locked the ScreenSet (SS 1)
    Switch to other S Set and back, K5 and Omni GIU's open where I left them (locked).
    Close Project and then re-open... still works OK
    CCT

  • HP AiO remote doesn't recognize 3rd party toner as compatible in LaserJet M1217nfw MFP

    Hi,
    I have a HP Envy 17 running Windows 8.1, a MacBook Air, an iPhone and a HP LaserJet M1217nfw MFP.  I recently replaced the toner with a 3rd party replacement cartridge and while the printer does give me a "supply memory error" I am still able to print just fine from the Mac and my phone.  I am unable however to print from my Envy.  The HP All-in-One Remote app in Windows 8 gives me an "incompatible cartridge" message and says there are no solutions availble.  Is there a work-around to this?
    I am not very good at Windows 8....
    Thanks

    Hi Thaddeus,
    Although the printer may resoponse to some commands, a supply memory error is an error state about the used cartridge.
    Due the error message on the screen the HP AIO Remote recognize the cartridge as incompatible, that cannot be bypassed
    with any settings, resolving the issue which cause the error message is the only key to resolve a such.
    If the HP AiO Remote fails to print in such condition the only solution is to fully resolve the condition by following the steps listed in my previous post.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • 3rd Party AIFF loops tempo changes from loop library and Logic session

    Hi there,
    Hope somebody out there can help me out!
    I've recently purchased some 3rd party loops, some in AIFF and some in WAV (Which I have converted to AIFF using the Apple Loops Utility), and i have been able to get these into the logic Loop library successfully.....Or so I thought!
    The problem I am having is that when previewing one of my loops it's often double the speed that the set tempo, and this will happen to ALL of my loops. But when I drag one into my session, Logic asks if it should copy over the automation data with it, click yes, and it plays fine in the arrange window. And funnily enough, all of my loops in the library start playing at the correct tempo!
    Once this has all happened, i've tried quitting logic, and re-opening....but the issue just happens again....
    Has anyone else had this problem, or have any idea as to what the issue may be??
    Any help would be greatly appreciated!!
    - Aaron

    Hi there,
    Hope somebody out there can help me out!
    I've recently purchased some 3rd party loops, some in AIFF and some in WAV (Which I have converted to AIFF using the Apple Loops Utility), and i have been able to get these into the logic Loop library successfully.....Or so I thought!
    The problem I am having is that when previewing one of my loops it's often double the speed that the set tempo, and this will happen to ALL of my loops. But when I drag one into my session, Logic asks if it should copy over the automation data with it, click yes, and it plays fine in the arrange window. And funnily enough, all of my loops in the library start playing at the correct tempo!
    Once this has all happened, i've tried quitting logic, and re-opening....but the issue just happens again....
    Has anyone else had this problem, or have any idea as to what the issue may be??
    Any help would be greatly appreciated!!
    - Aaron

  • Airplay no longer working with 3rd party after upgrading to Maverick.

    I updated my MacBook Pro this week and I have noticed that the airplay icon is no longer showing up in iTunes to connect to my Denon Amplifier. The interesting thing is that my old iPad 1 that I have that is still running 5.1.1 can connect and play to the receiver just fine.
    Was there an update to the airplay software that would affect 3rd party devices? I was not able to find any new updates for my receiver.

    I woke up this morning with the same problem (all was fine last night).  Only way to get all my mailbox folders back was to use Time Machine while in Mail, choosing the backup file from previous night and selecting EACH MAILBOX to restore (23 for me).  All appears okay so far today (except some of my accessories in the menu bar are gone). 
    I sure hope an update comes SOON.  In anticipation of Mavericks and the new MAIL I switched from Outlook 2011 3 weeks ago transfering 17,000+ files and would hate to back

  • Credit Memo process in 3rd party order

    Hello All,
    Once 3rd party invoice is completed process as follows: (standard process)
    sale order --> Purchase Requisition --> Purchase Order --> Goods Receipt --> Invoice Verification --> Customer Invoice.
    When you post the customer invoice to accounting, in general system will update
    1.Net Value    2. COGS (Cost of goods sold)   3. Sales Qty.
    Now the scenario is when the vendor cancel his original invoice and reissue the invoice (due to change in price / change in stock item and so on..),
    We have to cancel the customer invoice and issue credit memo invoice (without any reference) for the customer.
    But the problem here is.. when we post the credit invoice to accounting, COGS will not be updated (currently they are adjusting COGS value manually).
    How can we map this scenario ? while creating credit memo invoice we should consider some reference so that COGS should be updated.

    Hello Suresh,
    THERE ARE TWO SCENARIOS HERE.
    Scenario is when the vendor cancel his original invoice and reissue the invoice (due to change in price / change in stock item and so on..),We have to cancel the customer invoice and issue credit memo invoice (without any reference) for the customer.
    > IF THE VENDOR GRANTS YOU A CREDIT MEMO ON THE QUANTITY OR VALUE BASIS, YOU CAN DIRECTLY PASS ON THIS TO CUSTOMER BY RAISING CREDIT MEMO (THIRD PARTY CREDIT MEMO IS G2S), THIS WORKS WITH ITEM CATEGORY 'TASG' (THIRD PARTY CREDIT MEMO ITEM). THE SALES RELEVANT INDICATOR ' F' IS SET IN CUSTOMISING FOR SALES FOR THIS ITEM CATEGORY. THIS MEANS THAT THE COST IS NOT CREATED.
    --->IF THE VENDOR CALCULATES ADDITIONAL COSTS FOR YOU ONCE THE THIRD PARTY BUSINESS TRANSACTIONS HAVE ALREADY BEEN BILLED. THE COSTS FROM THE INVOICE RECEIPT ARE THEN CORRECTED IN THE CUSTOMER BILLING DOCUMENT WHICH HAVE ALREADY BEEN CREATED. SUBSEQUENT DEBITS FROM THE INVOICE RECEIPTS ARE COPIED TO PROFITABILITY ANALYSIS AS A DIFFERENCE AMOUNT. THIS MEANS THAT THE COST IS UPDATED HERE ALSO. IN ACCRUED PROFITABILITY ANALYSIS, THE COSTS ARE NOT COPIED FROM THE INVOICE RECEIPT, BUT FROM THE CUSTOMER BILLING DOCUMENT.
    EXAMPLE:In the context of a third-party business transaction, you create a sales order for over 100 pieces.
    A purchase requisition and a purchase order are generated. Ten pieces are delivered to the customer, and a billing document is then sent to the customer when the 10 pieces are delivered. The vendor sets a subsequent debit of 100 USD for shipping costs in the invoice. The cost is nowupdated in the billing document created, and in the profitability analysis (in this case, it is raised
    by 100 USD).

  • 3rd party signature handler set in Adobe Acrobat 9 Professional Extended gets reset

    Hi All,
    I have got a 3rd party digital signature creating plug-in i.e. MySign . I have set it inside 'Preference > Security > Advanced Preferences > Creation > Default Method to Use when Signing and Encrypting Documents' > MySign. If I restart Adobe Acrobat that setting is lost and the Adobe Default Security handler is then used.
    I don't want to set handler manually every time I restart Adobe Acrobat. I have figured out that Adobe Acrobat is creating a registry entry named aPrivKey against that inside cHandlers BUT it gets removed on Adobe restart if I set MySign as the handler in the first place.
    Similarly I want the same handler to verify signatures. For that I have set 'Preferences > Security > Advanced Preferences > Verification > Always use the default method (overrides the document-specified method)' along with the name of handler i.e MySign but on restart of Adobe, this is also gets reset.
    Any idea how to set my handler as default to sign & verify without getting it reset?
    Regards,
    Wahaj

    Hi All,
    I checked with Adobe X and this issue is not present there.
    Regards,
    Wahaj

  • Adobe Muse form with 3rd party host is not working

    I have uploaded a form with Adobe Muse to a 3rd party host.  Upon testing the link scripts/form_check.php, I see 3 green checkmarks.  Upon testing the form, the form appears to submit successfully, however I never receive the email.
    I checked with the hosting company and this is what they said:
    ...this form is using localhost smtp of webserver which was stopped due to spamming issues...actually, localhost doesn't have proper rDNS record and the return path for all mails is the server itself, so whenever a client uses its domain for spamming the server's mail queue gets choked and creates issues for others. So we generally do not open localhost smtp and recommend users to use proper SMTP Authentication so that each mail will be delivered and won't create issues for server even if someone does spamming because in that case all mails will bounce back to the mailbox.  So, we recommend you to use smtp authentication in the form and use proper smtp details to send mail.
    Please provide a recommendation on what I should do to resolve this?  Is there a way to modify the form so that it uses proper SMTP Authentication instead of Localhost?

    Hi
    Please refer to this document :
    https://forums.adobe.com/docs/DOC-3581
    Thanks,
    Sanjit

  • Service desk integration with 3rd party tool

    Hi all,
    I've problems understanding the setup of connecting a 3rd party service desk tool with solman itsm.
    So far it's clear that I need to activate and configure the service provider and consumer in soamanager.
    The webservice then will be called by the 3rd party tool with corresponding data.
    However, according to spro I need to define a value mapping for incoming/outgoing calls.
    I do not understand this mapping... the WSDL of webservice ICT_SERVICE_DESK_API contains lots of fields, but in spro -> value mapping I can only define the following fields (which are hard coded in type pool AIICT):
    SAPCategory
    SAPComponent
    SAPDatabase
    SAPFrontend
    SAPIncidentID
    SAPIncidentStatus
    SAPInstNo
    SAPOperatingSystem
    SAPSoftwareComponent
    SAPSoftwareComponentPatch
    SAPSoftwareComponentRelease
    SAPSubject
    SAPSystemClient
    SAPSystemID
    SAPSystemType
    SAPUserStatus
    What about attachments, priority etc.?
    Will the interface parameters mapped to these ones?
    For what purpose do I need to maintain the value mapping?
    Can you give me a hint?
    Regards, Richard Pietsch

    can you please check the WIKI Solution manager Service Desk Integration with third party service desk - SAP Solution Manager - Security and Authorizat…

  • Using 3rd party binary in script that is run as job

    Hi all,
    I have several scripts to do various tasks with IIS logs we receive from all our various web servers.  One script unzips logs, another logparses to grab a few fields then sftp to a 3rd party for analysis, another will encrypt the original zip files
    in prep for ftp to 3rd party, another will ftp to that 3rd party, and yet another will analyse the logs with our in house analytiscs application.
    I want to have a master script that will run these other scripts as jobs so that it will control when to start certain scripts based on the state of the jobs.  It all seemed to work great as I was setting up test jobs, until I added '3rd' party executables
    like 7-zip, ftp.exe, winscp, etc...  The jobs would just go to failed state when they hit the executables.
    That's not my current problem though as I found out that if I used the
    -windowstyle hidden option for start-process then everything ran as expected, that is until I wanted to log output from the 3rd party app.  FTP for example.
    I tried this:
    $ftpexe = "C:\windows\System32\ftp.exe"
    $ftpscr="d:\scripts\ftpscrtmp.txt"
    "open 111.1.1.1`r`nSomeFTPuser`r`nSomepassword <..bunch of other ftp commands>" | Out-File -FilePath $ftpscr -Append -Encoding "ASCII"
    start-process -wait -filepath $ftpexe -argumentlist $ftparglist  -RedirectStandardOutput $ftplog -windowstyle hidden
    However, asking powershell to redirect output of a hidden window was probably like asking someone to cover their eyes and read a book and it let me know it.
    I have tried without using -windowstyle hidden and not having any luck.  I want to capture the output of the ftp commands so that I can make sure the file was transferred successfully.  If I run the script without -windowstyle hidden and not as
    a job it works, and I can test the output.  I really want to be able to run this script as a job AND get the output of the ftp to a file... advice?
    Thanks in advance!

    This works with no problem for me.
    Start-Process -wait -filepath ftp.exe -argumentlist  '-s:c:\scripts\ftpcmd.txt' -RedirectStandardOutput c:\scripts\ftp.log
    I get no window and the file gets written.
    This is my ftp command file:
    open ftp.microsoft.com
    anonymous
    [email protected]
    ls
    bye
    ¯\_(ツ)_/¯

  • IPhone 5 32GB echo voice during 3rd party call reject

    Dear all,
    Have anyone experience echoing voice especially for iPhone 32GB during 3rd party call reject? (Doesn't happen to 16GB and 64GB)
    During phone call if the other party rejects the call, you could hear echo background voice right after the busy tone.
    Appreciate if someone could share some joy in solving this very annoying problem. Have tried restoring and setting up as new phone both with negative result. Currently running 6.1.3.
    Best regards,
    MW

    Having the same issue with a 4S

  • How do I pair a bluetooth headset when my MAC doesn't recognize it? The hedset work properly because they are paired with my iPhone. The headset is not an Apple product. It'd 3rd party.

    How do I pair a bluetooth headset when my MAC doesn't recognize it? The hedset work properly because they are paired with my iPhone. The headset is not an Apple product. It'd 3rd party.

    Ask the headset manufacturer.
    Barry

Maybe you are looking for

  • Checks after phase MAIN_NEWBAS/XPRAS_UPG were negative

    Hi Gurus, am upgrading from ecc 6.0 to ehp5 on dual stack system OS:Windows 2003 DB:oracle 10.2.0.2 i got below error in the MAIN_NEWBAS/XPRAS_UPG phase XPRASUPG.ELG log:   LIST OF ERRORS AND RETURN CODES  ******* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • How do I change the background in the Menu bar screen area so that it is lighter and thus more readable?

    The background in the area where the Menu bar now sits is jetblack.. When I drag, say, the print icon or cut, paste, save icons to sit to the right of the menu bar, they're there but either I see them only faintly (printer) or I cna't see them only f

  • SER files using too much space

    Our production server had almost used 90 GB in the past one year. After digging further, I realized that the audit folder in the document storage is using up all the space. Is there a way to purge the files and not lose any data ? Where are the pdfs

  • Workflow variant and Workflow

    Hi Dear,i have workflow variant assigned to company code,how do i find out which workflow task contained in that workflow variant? thanks in advance

  • I fail to start the sap server with error:Operating system call recv failed

    I fail to start the sap server in SAP R3 Management Console and the message in the syslog was : R/3 Basis System: Operating system call           recv failed (error no. 10053) Is there any one could tell me how to resolve the problem or give me some