community-content

Forum Replies Created

Viewing 15 posts - 7,861 through 7,875 (of 9,652 total)
  • Author
    Posts
  • in reply to: Envelope SOAP adapter part 2, greg.forsythe and others… #14933

    Hi All,
    I have envelope and document schema in my orchestration.
    Im using custom pipeline which points to the envelope and document.
    The orchestration starts with a file which looks like this:

    <ERPReq xmlns=\”http://ERPActions.ScmERPRequestEnvelope\”>

    <ERPReq Type=\”newuser\” xmlns=\”http://ERPActions.ScmERPRequestRespItems\”>
    <ResponsibleId>10</ResponsibleId>
    <EmpId>7866</EmpId>
    </ERPReq>

    <ERPReq Type=\”newuser\” xmlns=\”http://ERPActions.ScmERPRequestRespItems\”>
    <ResponsibleId>10</ResponsibleId>
    <EmpId>2428</EmpId>
    </ERPReq>
    </ERPReq>

    It’s working [b:3df7e39872]GREAT[/b:3df7e39872].

    Now im trying to start the orchestration with web service.i published the web service with “publish schemas as web service”, the request is the envelope and the response
    Is some return value node that exists in the document schema.
    Im always getting: [b:3df7e39872]Document type \”http://ERPActions.ScmERPRequestRespItems#ERPReq\” does not match any of the given schemas[/b:3df7e39872]
    As u can see it’s exist
    Any help will be helpful

    in reply to: FTP commands failed in \"Before get\" field #14929

    [quote:1bf274a3e5=\”greg.forsythe\”]You will NOT be able to copy the files to a local directory. The FTP adapter does not have the capability to handle an ftp data port and save the data stream to a local directory.

    Your best bet is to use the normal FTP adapter functionality to copy the files and use an archiving pipeline component to save the files locally.
    [url]http://codebetter.com/blogs/jeff.lynch/archive/2006/04/08/142537.aspx[/url][/quote:1bf274a3e5]

    Great ! It really works fine. Very useful pipeline. I recommand it to everyone who wants to archive incoming messages.

    [u:1bf274a3e5]Thanks a lot for your help.[/u:1bf274a3e5]

    in reply to: FTP commands failed in \"Before get\" field #14928

    You’re rigtht: [b:998cb285a6]raw FTP commands[/b:998cb285a6] don’t provide the ability to copy or save files from remote FTP server to a local folder.

    Sure, I could save incoming files in my orchestration, but do you know if there is another way to do that ?

    I’ve got everything installed, configured, and ready to go. Now could someone please fill my head with everything I need to know about BizTalk development so I don’t have to go through the learning curve?

    Just kidding. Thanks for your help.
    Matt.

    in reply to: FTP commands failed in \"Before get\" field #14925

    You will NOT be able to copy the files to a local directory. The FTP adapter does not have the capability to handle an ftp data port and save the data stream to a local directory.

    Your best bet is to use the normal FTP adapter functionality to copy the files and use an archiving pipeline component to save the files locally.
    [url]http://codebetter.com/blogs/jeff.lynch/archive/2006/04/08/142537.aspx[/url]

    in reply to: FTP commands failed in \"Before get\" field #14927

    [quote:736f85e83e=\”greg.forsythe\”]You need to use raw FTP commands.
    [url]http://www.w3.org/Protocols/rfc959/4_FileTransfer.html[/url]

    The commands you are using are interpreted by the Windows ftp client application and the data port is also handled by the ftp client. The concept of a local directory is specific to the ftp client.

    The FTP adapter cannot copy and save files to a local directory[/quote:736f85e83e]

    Thanks, I’m gonna try this and tell you the result.

    in reply to: FTP commands failed in \"Before get\" field #14926

    Hi,

    I need to copy files located in a remote ftp to a local folder (servers = [b:636255320c]Windows 2003[/b:636255320c]). With a simple windows \”[b:636255320c]cmd[/b:636255320c]\” it works :

    [code:1:636255320c]ftp> prompt
    Interactive mode Off .
    ftp> lcd c:\\save
    Local directory now C:\\save.
    ftp> mget *
    200 Type set to A.
    200 PORT command successful.
    150 Opening ASCII mode data connection for files/data.txt(1795 bytes).
    226 Transfer complete.
    ftp: 1795 bytes received in 0,00Seconds 1795000,00Kbytes/sec.
    ftp>[/code:1:636255320c]

    So, in the [b:636255320c]BizTalk admistration console[/b:636255320c], when I configure my receive locations, i put the following in the field called \”before get\” :

    [code:1:636255320c]prompt; lcd c:\\; mget *;[/code:1:636255320c]

    But in the \”[b:636255320c]Application Event Viewer[/b:636255320c]\”, a warning writes :

    [code:1:636255320c]unknown command prompt[/code:1:636255320c]

    If I remove \”[b:636255320c]prompt[/b:636255320c]\”, I still have the same warning.

    Thanks a lot if anybody ‘s got an idea !

    in reply to: Starting orchestration – File adapter? #14923

    Is there possibility to start an orchestration by deleting \\ renaming file?
    I mean BT will listen to FS folder and once I deleted or renamed a file the orchestration will start.

    thanks in advance,

    in reply to: what is that?? #14901

    Yes…
    5 applications.Probabaly i have the the Standard…

    in reply to: Getting value from Stored Procedure and using in Mapper #14891

    Is the SQL query using a value from the incoming batch.
    Is this value present in each debatched message or is it lost when the envelope is discarded?

    in reply to: Configuration BizTalk Server 2006 #14908

    Also check the identity that the Application Pool is using.
    Make sure the application pool identity is a member of the local IIS_WPG group.

    Check the event log for errors when starting the application pool.

    The exam is how out and available. You should be able to find more information about it on Microsoft’s site.

    in reply to: Space issues regarding MsgBoxDb and DTADb (help) #13911

    You’ve got all the SQL Agent jobs enabled and SQL Agent running don’t you?

    in reply to: Envelope and SOAP adapter #14906

    Good point, greg.forsythe
    i will try.

    in reply to: Getting value from Stored Procedure and using in Mapper #14893

    I guess I need to explain more. I cannot keep calling the stored procedure within the map, as it would return different values each time. I need the value to stay constant accross all instances in the incoming message. The incoming message is a flat CSV, which I am \”debatching\” in the pipeline into singular messages. Maybe that’s where I am going wrong?

Viewing 15 posts - 7,861 through 7,875 (of 9,652 total)