Has anyone figured out how to promote the GE01 on an X12 Envelope? I need the count of ST/SE Loops in my orchestration. I'm working on Biztalk 2006 R2 on an 837.
How useful is the Biztalk 2004 to Biztalk 2006 map converter? I need to start working on a 2006 map conversion from a 2002 map but won't get my Biztalk 2006 till this fall. Is it worth my time to go ahead and convert my 2002 maps to 2004 and then run the conversion?
Is anyone using the Database Functoids in BizTalk 2002? The Help is not very helpful. I believe that I have all of the connections correct based on Help, but it only allows XML to XML when I try to test it. Should be a flat file to flat Native Instance?
You can set Public Variables up just like in VB Code. Since I'm not sure which version you are on, this may not make complete sense, but I'll try an 2002 example.
To initialize the variable
Public variablename
variablename = 0
Then to refer to it in the code
variablename = variablename + 1...
All of the maps that I have worked on have been X12 to Flat File including the NSF versions using BizTalk 2002. We decided to do our Outbound Files in custom code, but I was not involved in that. If you have a specific question about the Accelerator, I might be able to point you in the right...
Can anyone point me to any documentation regarding specific mapping questions? I can find all kinds of things on how the Server is configured and practically nothing on mapping. For example: When using the HIPAA Accelerator and no segment is present, does it return the line anyway? as empty...
Since I'm not getting any response on this, I take it there aren't many of us using the HIPAA Accelerator and BizTalk 2002. I could really use some input on how to reliably put two separate values into the same outbound field. Only one of the input values will be present, but I can't get...
We are using the HIPAA Accelerator which in and of itself constitutes a complicated map. It is also the result of hiring a contractor who started the map, someone here taking over and attempting to finish it, then it came to me. All of us are programmers, but doing BizTalk for the first time...
I tried that too. BizTalk is so picky about what types of fields it will convert that I didn't get much accomplished. Also, anytime you put in a series of functoids, it really gets confused. The error messages are soooo descriptive. We've pretty much been left to figure it out on our own...
Has anyone come up with any way of debugging in BizTalk 2002? I need to be able to see intermediate values on a very complicated map. Notice I didn't ask for an easy way. ANY way that has worked for you would be appreciated.
Has anyone that is using the HIPAA Accelerator in BizTalk 2002 figured out a way to check whether the data comes from the Subscriber Data or the Patient Data. Since all of the fields from the Claim Level on down are setup twice, we are having the dickens of a time retrieving which value...
Glad you have it resolved. One of the easiest lo-tech ways to resolve this is to train your users not to leave the screens open. If you scan in this forum for LDBView.exe, that is a program that will allow you to know who is in your data bases. Sometimes if you call them and say get out of...
I used RPGII, RPGIII and RPG/400 for 15 years, then switched to Analysis just when RPGIV was coming out. The Headhunters won't touch me since I don't have current RPGIV use. It's getting very frustrating. IBM has an RPGIV certification listed on their website, but when you go into it, it says...
Does anyone know what is up with the IBM Certification for RPG IV? I am an RPG/400 (15 years) programmer who is trying to get back into the market after a couple years in Healthcare as a Business Analyst. When I have to say that I haven't actually used RPG IV, only studied it, the door just...
I haven't looked at the security on an Access DB in a long time so can only point in a direction, but sounds like you have some record locking going on. When a record is left up on a screen with update/write capability, it can prevent any other users from accessing the record. Check out the...
I need to do a TransferText to a Delimited .txt file with a Delimiter of "*". I have built my Import/Export Specification in the Import Wizard, but can't track down how to get the Export to work. The Export Wizard does not appear when I go to do an export. The file will export, but it isn't...
Thanks for the answer. I finally have time to try it out. However, I can't get it to compile. I get a "user defined type not found" on the Dim rs as DAO.Recordset. If I take out the DAO, the NoMatch shows as "Method or Data Member Not Found". The Project Name is an index (CHAR 7) but not a...
How do I make my Subforms that have many records stay on the same record that I used last? I have to use the Requery to display any changes made in the additional screen back to the Subform. Is there a way to identify where I want the subform positioned even using the Requery?
Example: If I...
Has anyone heard of a book that compares Visual Basic to AS400/RPG? As a long time RPG Programmer, I am really struggling with some of the Visual Basic concepts? I found a book called "C for the RPG Programmer" but haven't been able to find anything for Visual Basic. Any ideas?
Thank everyone for their input. This forum has saved me on many occasions. I actually put the code CosmoKramer suggested in a text box and it works perfectly. I've saved the rest of the suggestions for exploration later. I'm pretty much the only Access developer here and you never know what...
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.