Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SgtPeppa
  • Content: Threads
  • Order by date
  1. SgtPeppa

    IIS unblock any restricted file extensions

    Hi all, i have a ClickOnce Setup running on IIS 6.0. Well its not actually running,........ the help file says that I need to unblock files Extensions like .manifest or .config. How can I do that in IIS? I cant find any Settings for it? Thanks, Stephan __________
  2. SgtPeppa

    XSD: Restrict a TextNode

    Hi all, this is a little weird scenario, but I need in one of my Schemas to restrict a ceratin Node. It can hold any value other than "123". Is there any way I could do that in a Schema? Any sites where I can read up on Restriction Patterns for Schemas? Thanks, Stephan
  3. SgtPeppa

    Xpath Help,....again

    Given this XmlStructure: <channel> <title>ChannelTitle</title> <link>link</link> <description>des</description> <item> <title>Item1Title</title> <link>link1</link> <description>des1</description> </item> <item> <title>Item2Title</title> <link>link2</link>...
  4. SgtPeppa

    Help with XPath-Query Statement

    Hi all, I am no good at this whole xpath query thing. I have an Xml Structure like this <Root> <parent type ="a"> <child>texta</child> </parent> <parent type ="b"> <child>textb</child> </parent> </Root> My query should look something like this: Select child where parent...
  5. SgtPeppa

    BizTalk Bloggers Guide Version 1.3 has been released!

    BizTalk Bloggers Guide Version 1.3 has been released! Get it now: http://www.gotdotnet.com/workspaces/workspace.aspx?id=0dfb4f4e-d241-4bc8-8418-2c385d8e3eaa Have Fun, Stephan
  6. SgtPeppa

    BizTalk Server 2004 SP1

    Service Pack 1 for BizTalk Server 2004 is available. You can Download it here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=f4a5ab9e-d599-4cc8-abdf-ae6ae68bac3d Please also check Scott Woodgates Blog for further Instructions: http://blogs.msdn.com/scottwoo/ Have Fun
  7. SgtPeppa

    BizTalk 2004 LicenseVersion

    Hey all, I am trying to programatically extract which BTS 2004 Version a user has installed! (Partner, Standard, Enterprise) Any hints? Thanks, Stephan
  8. SgtPeppa

    Oracle Blob Data to BizTalk 2004

    Hey all, has anyone ever extracted Blob Data from an Oracle Database to BTS 2004 and inserted it back to a different Oracle DB? What Adapter did you use, .... Thanks, Stephan
  9. SgtPeppa

    Cannot Start BizTalk Server!

    Hey, I am at a customers at the Moment and trying to get his BizTalk working! But I have never seen an error like this! A Google search on this error returned 0 results! Heres the error message from the event log: Error code: c0c01538 Error source: BizTalk Server 2004 Error description: The...
  10. SgtPeppa

    64 Bit und BTS 2004

    Hey all, does anyone know if BTS 2004 runs on a Windows Server 2003 64 Bit System? Any resources on that Topic? Thanks, Stephan
  11. SgtPeppa

    browser control and xml

    Hey, all, I am really bad in these UI things, so I hope some of you can give me a hint to accomplish this: I have a browser control placed on my WinForms Application. I also have a string containing a xml document. I want to display the xml string inside my browser control. How can I...
  12. SgtPeppa

    How to use envelope Information in BizTalk Mapper?

    Hey all, i pick up a file using a FileReceiveFunction. I specify an envelope in that FRF. Now the FRF passes my Document (only the working data) to a channel. That channel contains a mapping. In that mapping I want to use the envelope Information. Is there any way I can gain access to these...
  13. SgtPeppa

    How to send a document to suspended queue?

    Hey all, i have a problem, what I do is send a document through bizTalk server to a folder. So, once biztalk delivered the file the status is set to OK. Now I get an answer (asynchronous) to my document. what I want to do now is to open up the document (using an AIC) and take a look at the...
  14. SgtPeppa

    Orchestration error!

    Hey all, i have a problem concerning XLANG Schadule with BizTalk Orchestration. I created an Orchestration and used &quot;make&quot; to build the skx file. This returns NO errors! When I try to connect to that Orchestration throug a Port I always get the following error...
  15. SgtPeppa

    XSLT: How to do a If / Else in XSLT?

    Hey all, I have a question concerning XSLT. I have a xml document containing a couple nodes. I now need to know if the value of one node is not 0 or null, perform some other xslt or if the value is 0 or null perform some other xslt. Anyone has some Idea? Heres the structure of my xml...
  16. SgtPeppa

    DTD Importing to BizTalk Editor

    Ok I have a dtd File which contains a statement like this: <!ELEMENT myElement (name|surename|street|date)*> If I try to Import this one with BizTalk Editor I always get an error saying that Element groups are not supported! Do you know any sort of workaround to be able to import a statement...
  17. SgtPeppa

    Delete first byte

    Hey all, i have file and want to delete the first byte of it. Any approach would be helpful, Thanks Stephan
  18. SgtPeppa

    UTF-8 encoding a xmlDom

    Hey all, i am trying to save a XmlDocument UTF-8 encoded. My XmlDecaration already says its UTF-8 encoded but still if I do this: myXmlDom.save(path); it saves it as whatever, but not as UTF-8. So how can I encode that entire XmlDom? Thanx in advance Stephan
  19. SgtPeppa

    Creating a COM Component?

    Hey, ähm headline says it pretty good, how do I create a Com Component in C#? I`m using VS.net 2003 Thanx, Stephan
  20. SgtPeppa

    Micrososft BizTalk Tracking

    Hey all, does anyone know how to track a document using a Preprocessor? Ok what I mean is, how cn I track the document, through code before my Preprocessor is doing any changes (Base 64 decoding) to it! Thanks for helping, Stephan

Part and Inventory Search

Back
Top