Error Message:
There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler" Receive Location: "C:\Labs\SourceFiles\Input\Interface.xml" Reason: The disassembler cannot retrieve the document specification by using this type...
Here is the sample XML
<?xml version="1.0" encoding="utf-16"?>
<Material>
<TagIdentifier>PS001</TagIdentifier>
<Source>Database Tables</Source>
<BatchNumber>222</BatchNumber>
<CreationDate>04/05/05</CreationDate>
<ProgramName>INteface Proof Of...
All,
Stephan, Thanks for the Reply. I tried what you indicated but, no luck yet. so, I added Orchestration to the picture.
Objective:
I have an XML file and am trying to convert that into a Flat File in the Header/Detail/Trailer Format.
1. I created one source schema for the XML...
I have a source XML Document in which some of the elements repeat as below: all part of same root element.
<elem1>
<elem2>
<elem3>
<elem4>
<elem5>
<elem3>
<elem4>
<elem5>
<elem6>
I have a destination schema for a Flat File in the format:
with the map as shown in the right.
Header - ELEM1 /...
Artichoke,
Thanks for the reply. To update registry on all computers one has to have admin privileges. Not able to figure that part out. Most of the users are not admin's on their desktops. These are non-IT users. How can impersonate the admin? Do you have an example anywhere?
Thanks,
i need to update system dsn across a set of 45 desktops pointing to a new database.
for ex;
we have testdsn that points to db1 on all 45 desktops xp.
how do i change that database to db2 on all of them?
tried using wsh. but, not working.
any ideas?
thx...
I am trying to use MAPI controls to send emails from VB6.0 application. THis is working perfect in WIn2K but, not on WINNT4.0. Does any one know if there are compatibility issues in that environment??
Thanks!
I am using MAPISession1 and MAPIMessages1 controls
in vb6.0 to send emails.
I am getting a 'Run-Time error: 32002' on the .send line
Error Desc: Unspecified failure has occured"
The following is the code I am using:
MAPISession1.LogonUI = True
MAPISession1.SignOn
DoEvents...
Hi All,
I have a VC++ project source code. How do I find out all the APIs that have been used in the project?
How are the WINAPIs declared in VC++6.0?
Any pointers would help.
Thanks
Any Articles or insight on how to setup
INternet - Firewall:1 -[DMZ Zone -> IIS <-] - Firewall:2 - Datbase server.
I am looking for information on:
How secure the above defined architecture is?
How to configure the firewalls 1 and 2?
If the above is not secure enough what else Can I...
While installing sqlserver6.5 sp5a on win2000 the SA Password dialog pops up. NO matter what I enter in the box for SA password and confirm password boxes the setup does not continue. I get a message back saying: "Password verification failed".
I did run msquery and set the SA...
I have menuitems in the left frame. Once mouse over each item pops-up a submenu which is consists about 3 to 4 items. The sub menu is crossing over into the main frame and mainframe is overlaying half of sub-menu. Set the z-index for submenu as highest still is being overlayed by the target...
Pete,
I did read that article before posting the problem on this forum. I understand the layered architecture of the messaging system.
The code is working as it is On windows NT.
Exchange server is the same.
Client application is being tested on Windows XP.
That's when I am getting the...
The code is correct and is working on NT.
generating errors on Windows XP.
Is it the MAPI dlls or any other configuration that needs to be changed?
Thanks!
What you have is correct in the header file.
I think in your cpp file:
you have to define constructor for the class as below:
CArtikelDlg::CKassaDlg()
{
}
cuz this is what instantiates cKassaDlg class constructor. Then you should be able to refer to the variable in the member function like...
Ok, When or where in the code the constructor is being instantiated?
Don't you think you have to instantiate your cKassaDlg somewhere in your code.
Ignore this if you already have an answer.
GoodLucks!
I get the following error while trying to use the CMC_Query_Configuration function.
CMC_return_code lresult;
CMC_boolean UI_available;
lresult = CMC_Query_Configuration (CMC_session_id) NULL,
CMC_CONFIG_UI_AVAIL,
&UI_available,
NULL )) == CMC_SUCCESS)
The error message says...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.