BizTalk 2010 HL7 DASM generating wrong version ACK

For no apparent reason BizTalk 2010 on my dev machine has decided it no longer likes generating ACKs for 2.3.1 messages properly anymore.
The message context and MSH segment before and after the pipeline component properly identify the version of the message as 2.3.1.
The ACK Body segment that comes out though is the 2.5+ ack, ACK_25_GLO_DEF, instead of _24_
So, when the next part of the application is listening on context of this message that says it is _24_ it fails Xml schema validation because the body is actually from the _25_ structure.
My question: What inputs make the DASM choose the ACK_24_ or the ACK_25_ schemas for automatic ACK generation?
I have dived as deep as I can to try to figure this out. I need to get this environment fixed asap as I am unable to develop and debug the system while it is non functional.
Edit: Actually this is even weirder. The BodySegment of the DASM generated ACK looks like this:
<ns0:ACK_24_GLO_DEF xmlns:ns0="http://microsoft.com/HealthCare/HL7/2X">
<MSA_MessageAcknowledgment>
<MSA.1_AcknowledgmentCode>AE</MSA.1_AcknowledgmentCode> 
<MSA.2_MessageControlId>NWHCWDMZMJIUBRVSCYW</MSA.2_MessageControlId> 
</MSA_MessageAcknowledgment>
<ERR_Error><ERR_2_ErrorLocation><ERL_0_SegmentId><ERL_0_0_StringData>OBX_ObservationResultSegment</ERL_0_0_StringData></ERL_0_SegmentId><ERL_1_SegmentSequence><ERL_1_0_Numeric>1</ERL_1_0_Numeric></ERL_1_SegmentSequence><ERL_2_FieldPosition><ERL_2_0_Numeric>4</ERL_2_0_Numeric></ERL_2_FieldPosition></ERR_2_ErrorLocation><ERR_3_Hl7ErrorCode><CWE_0_Identifier><CWE_0_0_StringData>HL7nnnn</CWE_0_0_StringData></CWE_0_Identifier><CWE_1_Text><CWE_1_0_StringData>Required
field is missing</CWE_1_0_StringData>...</CWE_1_Text><CWE_2_NameOfCodingSystem><CWE_2_0_CodedValueForHl7DefinedTables>101</CWE_2_0_CodedValueForHl7DefinedTables></CWE_2_NameOfCodingSystem></ERR_3_Hl7ErrorCode><ERR_4_Severity><ID_0_CodedValueForHl7DefinedTables><ID_0_0_CodedValueForHl7DefinedTables>E</ID_0_0_CodedValueForHl7DefinedTables></ID_0_CodedValueForHl7DefinedTables></ERR_4_Severity><ERR_12_HelpDeskContactPoint><XTN_11_UnformattedTelephoneNumber><XTN_11_0_StringData>
</XTN_11_0_StringData></XTN_11_UnformattedTelephoneNumber></ERR_12_HelpDeskContactPoint></ERR_Error><ERR_Error><ERR_2_ErrorLocation><ERL_0_SegmentId><ERL_0_0_StringData>OBX_ObservationResultSegment</ERL_0_0_StringData></ERL_0_SegmentId><ERL_1_SegmentSequence><ERL_1_0_Numeric>2</ERL_1_0_Numeric></ERL_1_SegmentSequence><ERL_2_FieldPosition><ERL_2_0_Numeric>4</ERL_2_0_Numeric></ERL_2_FieldPosition></ERR_2_ErrorLocation><ERR_3_Hl7ErrorCode><CWE_0_Identifier><CWE_0_0_StringData>HL7nnnn</CWE_0_0_StringData></CWE_0_Identifier><CWE_1_Text><CWE_1_0_StringData>Required
field is missing</CWE_1_0_StringData></CWE_1_Text><CWE_2_NameOfCodingSystem><CWE_2_0_CodedValueForHl7DefinedTables>101</CWE_2_0_CodedValueForHl7DefinedTables></CWE_2_NameOfCodingSystem></ERR_3_Hl7ErrorCode><ERR_4_Severity><ID_0_CodedValueForHl7DefinedTables><ID_0_0_CodedValueForHl7DefinedTables>E</ID_0_0_CodedValueForHl7DefinedTables></ID_0_CodedValueForHl7DefinedTables></ERR_4_Severity><ERR_12_HelpDeskContactPoint><XTN_11_UnformattedTelephoneNumber><XTN_11_0_StringData>
</XTN_11_0_StringData></XTN_11_UnformattedTelephoneNumber></ERR_12_HelpDeskContactPoint></ERR_Error></ns0:ACK_24_GLO_DEF>
To save you time, that XML is wrapped in ACK_24_GLO_DEF but the inside of the ERR_Error tag is from the ACK_25_GLO_DEF schema!
How is that even remotely possible or sane?! It is the correct version up until the ERR segment is constructed, and it is choosing the wrong structure then. 

That did the trick!
I had installed no new patches for BizTalk, just Windows (2008R2) updates and the versions from prod appeared to be the exact same. I just updated the GAC with the prod hl7 assemblies and it started working.
I wonder how it broke this way. Very weird.
Thanks again.

Similar Messages

  • New line character (/n ) getting introduced in the response XML in Biztalk 2010

    Hello,
    In one of our enviornment, we have started facing an issue that the response XML does not get structered correctly, hence when the response is finally redenered, there is a /n in the response fields. this is for all string fields that do not have data . 
    e.g.
    If you see the sample below, FName field has data and hence is structered correctly, however HairColorCd does not have data.
    The opening and closing tags of HairColorCd are on different lines when the xml response is opened in a text editor, and when opened in IE, there is a space. When the BizTalk (hosted as a WCF )responds to the caller application there appears a '/n ' in the
    value of the field.
    The correct value should have been null, i.e. ""
    <FName>LISA</FName><HairColorCd>
        </HairColorCd><HairColorDesc>
        </HairColorDesc><EyeColorCd>
        </EyeColorCd><EyeColorDesc>
        </EyeColorDesc>                                                                                                                                                                          
    ANy ideas on why this is happenning?ALl other enviornments(with same code) is working fine.

    Hi Rachana,
    I have faced the same issue last weeks with BizTalk 2010. This happens with versions of BizTalk 2006R2+ and  if you are loading the message using XML Document in some stage. So if that is the case, please check everytime you load the content of the
    message using XMLDocument and do it this way:
    Xmldoc= new System.Xml.XmlDocument();
    Xmldoc.PreserveWhitespace=false;
    Xmldoc.Load(CONTENT); // or Xmldoc.LoadXml(CONTENTAsSTRING)
    Xmldoc.PreserveWhitespace=true;
    YourBizTalkMessage=Xmldoc;
    Do it in this sequence and your problem should be solved.
    Regards, Mazin - MCTS BizTalk Server 2006

  • "The handle is invalid" error installing biztalk 2013 HL7 accelerator

    I have installed Biztalk Server 2013 on a Windows Server 2008 R2 SP1 machine and Sql Server 2008 R2 SP1 but when i try to install the HL7 accelerator it fails with the error message "The
    specified account "Domain\AccountName" is invalid. Error code: The handle is invalid."
    I already followed the steps in http://blogs.msdn.com/b/mandi/archive/2014/06/22/quot-the-handle-is-invalid-quot-error-installing-hl7.aspx but
    the error remains.
    what could be the problem?
    Thanks

    Guys,
    we just got the BizTalk 2010 HL7 accelerator installed yesterday on two servers. We had to uninstall several Windows updates. We tried to pinpoint which updates are causing the problem, but were unable to narrow the list much. Along with the original 5 mentioned
    earlier in the post here is a list of the other unpdates we uninstalled. All of these are very recent updates. It's a bit long, but it worked. Uninstalling these also worked for a friend of mine at another company this week.
    KB2973351
    KB2973201
    KB2962872
    KB2961072
    KB2871997
    KB2982378
    KB3000869
    KB2991963
    KB3005607
    KB3006226
    KB3010788
    KB3011780
    KB2979570
    KB2840631
    KB2978120
    KB3003743
    KB2972100
    KB2861191
    KB2832414
    KB2861698
    KB2973112
    KB2992611
    KB3000061
    KB2987107
    KB2984976
    KB2984972
    KB2977292
    KB2968294
    KB2937610
    KB289484v2
    KB2943357
    KB2993958
    KB3002885
    KB3003057
    KB953196

  • BizTalk 2013 Advantages over BizTalk 2010

    Hi - my current solution is on BizTalk 2010 and my client is thinking of migrating to BizTalk 2013 . Please suggest me is it a good idea to migrate to BizTalk 2013 
    I told them BizTalk 2010 is a stable server and there is no such need to migrate to 2013 as of now.
    So, are there any Advantages/drawbacks using 2010 version and 2013 version ?
    MBH

    Hi Jaguar,
    It totally depends on what applications you have or planning to have.
    BizTalk 2013 is offcourse stable, providing all that was available in 2010 with some improvements and new features and addition of some new adapters which help you to benefit from cloud.
    e.g, If you are dealing with HL7 then definitely as there has been big improvement in MLLP adapters .
    There are many other things too, but would ask you to go through following links(should give you enough insight):
    http://geekswithblogs.net/michaelstephenson/archive/2013/04/23/152772.aspx
    http://msdn.microsoft.com/en-us/library/jj248703(v=bts.80).aspx
    Maheshkumar S Tiwari|User Page|Blog|BizTalk
    Server : How Map Works on Port Level

  • RNDisAssembler issue in Biztalk 2010 or 2009 accelerator for RosettaNet

    We are receiving 3C3 PIP messages from a traing partner. But from time to time, below error pops out.
    Source module:
    RNDisAssembler
    Correlation information:
    Description:
    Receive pipeline rejected incoming message
    due to the following RNIF exception:
    UNP.SCON.VALERR : A failure occurred while validating the service content.
    Details:
    Data at the root level is invalid. Line 3, position 1.
    It's just once in a while. And I can't see any perceptible exception in the problematic message. This is so weird. I would assume it's a bug of Biztalk. Please refer to the post
    http://support.microsoft.com/kb/955240/en-us, which provide a hotfix for BizTalk Accelerator for RosettaNet 3.5. Is there a counterpart for Biztalk 2010 or 2009?
    Thanks
    Gou Jun

    Hi,
    The resolution to this problem is descrived here:
    http://blogs.msdn.com/b/biztalkcpr/archive/2011/03/05/btarn-app-pool-settings-for-biztalk-2010.aspx
    "Here is a some additional information regarding extending BTARN 2010 with new PIP’s. The artifacts generated are going to be .Net 4.0 unless Visual Studio is configured to do otherwise. This means along with setting the application pools for the
    32-bit the .Net setting must be set to match. "
    Sandro Pereira
    DevScope | MVP & MCTS BizTalk Server 2010
    http://sandroaspbiztalkblog.wordpress.com/ |
    @sandro_asp
    Oporto BizTalk Innovation Day | 14th March 2013 – Oporto, Portugal
    Please mark as answered if this answers your question.

  • Duplicate File issue using FTP adapter - BizTalk 2010

    Hi We encountered an Issue of picking Duplicate files in BizTalk 2010 from the FTP Location. Need your assistance on this.
    Mainframe sends multiple files a 0 KB file to FTP and BizTalk picks during a particular service window using FTP Adapter. 
    Receive Location has a pipeline component which decodes the MF file(EBCDICRow format). 
    Send Port transmits the file which is decoded in the Receive location. There is no mapping or orchestration involved. 
    When 2 files are placed in FTP Location. BizTalk Transmits the files successfully
    No suspended messages in BizTalk but we see below error in event log. we tried reproduce the issue but no luck. 
    Host Instance running FTP Location is Clustered  
     There was a failure executing the receive pipeline: "XXXX.XX.Pipelines.Receive_XXX_TransactionsMC_passthru, XXX.XX.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c2d1f476d5c2f97d"
    Source: "EbcdicRowDeCode" Receive Port: "XXX.XX.MCSTransactionsMC" URI: "ftp://XXXXXXXX:21/'XXXX'/MCSDT.DEFKOP.R001.D*.T*" Reason: Unable to cast object of type 'Microsoft.BizTalk.Streaming.BasicStreamWrapper' to type 'XXX.BizTalk.Pipeline.Components.Streams.V3.VirtualStream
    MF Puts below Files at FTP Location
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T002100
    BizTalk Picks ( at specified Service window) and Transmits as 
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T002100
    Regards
    -Sri

    Hi Sri,
    There could be two reason for such a behavior:
    1) Using Non-Clustered Hosts: It is always recommended to use the clustered host for FTP adapter. Because FTP don't allow
    any locking mechanism on the files so in case of non-clustered with multiple host instances you might receive same file multiple times through different host instances.
    2) If the original document is still being written to the FTP server by the host application, the FTP adapter cannot
    delete the document and will retrieve another copy of the document at the next polling interval that is configured for the receive location. This behavior causes document duplication to occur. 
    Workaround could be:
    Configure the host application to write to a temporary folder on the same hard disk as the public FTP folder and to periodically move the contents of the temporary folder
    to the FTP folder. The temporary folder should be on the same hard disk as the public FTP folder to make sure that the move operation is atomic. An atomic operation is an operation that is functionally indivisible. If you write data to the public FTP folder
    by using the BizTalk Server FTP adapter, you can do this by specifying a Temporary Folder property in the FTP Transport Properties dialog box when you configure a send port. If you specify a Temporary Folder property, make sure that this folder is on the same
    physical disk as the public FTP folder.
    Configure the FTP receive location to operate within a service window when the host application is not writing data to the FTP server. You can specify the service window
    when you configure the receive location properties.
    Refer: Known Issues with the FTP
    Adapter
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • How to Generate New Version of Enhancements done to Std WebDynpro ABAP obj

    Hi Experts,
    We have enhanced a SAP Std WebDynpro ABAP component (HAP_DOCUMENT_BODY) using Enhancement framework provided by SAP. Multiple enhancements were done on the same component for different requirements. Now, under the Enhancement Implementations folder of this component, you can see 5 enhancements of the component each referring to the 5 different changes done (most of the changes were done to the same view ).
    These changes has now been transported to the Quality System. Now, the client wants one of the changes to be removed. I am not sure of the impact of removing, for eg: the 3rd enhancement,  on the other changes done as multiple enhancements were done in a mixed manner.
    What i want to do is to generate a new version of WebDynpro component on Dev which has all the enhancements done so far using Utilities -> Versions -> Generate new version. Then try to delete the 3rd enhancement folder, so that if something goes wrong, I can always revert to this newly created version on DEV which has all changes available.
    Questions:
    1)  Before that, I would like to know if I can generate versions of the enhancements done of WebDynpro ABAP using enhancement framework by using Utilities -> Versions -> Generate new version ?
    2) If yes, I want to generate one version which has all the enhancements done so far using enhancement framework. For doing so, where should i do the click or selection (Is it Std Main Component or is it Enhancements in the enhancements folder-if so, there are 5 of them, and which one??) before i go to  Utilities -> Versions -> Generate new version. I am not clear where i should select or keep the cursor selected on before generating a new version? 
    Please guide with step by step details.
    Thanks,

    I have moved this post to the HTML5 layouts forum, which is more appropriate.
    I am guessing you are using Rh11 as you have a trial copy. I have some instructions for Rh10 and the only difference should be the script used. See the contact page on my site and request those details. Include a link to this thread.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • BizTalk 2010 - WCF-Custom Adapter with sqlbinding - rror was encountered while attempting to transmit the message

    BizTalk 2010 RTM version with SQL 2008 R2 .
    An intermittent issue with the WCF-Custom adapter with sqlbinding, calling a SQL stored proc as below
    Message gets suspended in BT Admin console  with "An internal server error was encountered while attempting to transmit the message" .
    Event log shows 
    A message sent to adapter "WCF-Custom" on send port "xxx" with URI "mssql://server/db?" is suspended.  Error details: Unknown Error Description 
    Any advice please. Thanks
    Sullu.
    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks

    Hi Chen
    Is there any update on this please ?
    I have applied the latest CU and have noticed the following issue.
    BizTalk 2010 Enterprise Edition with BizTalk 2010 CU6 and CU3 for BizTalk Adapter Pack works fine , no issues noticed.
    However ,
    On a DEV VM ,BizTalk 2010 Developer Edition with BizTalk 2010 CU6 and CU3 for BizTalk Adapter Pack still gives the error mentioned in this post.
    In addition Microsoft BizTalk Adapter Pack ,Microsoft BizTalk Adapter Pack(x64) & WCF LOB Adapter SDK are also installed .
    Below is the Error message.
    Message gets suspended in BT Admin console  with "An internal server error was encountered while attempting to transmit
    the message" .
    A message sent to adapter "WCF-Custom" on send port "xxx" with URI "mssql://server/db?" is
    suspended.  Error details:
    Unknown Error Description 
    Could you please check and advice what needs to be done to resolve this ? Thanks .
    Regards,
    Sullu
    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks

  • BizTalk 2010 wcf-oracledb adapter with Oracle Database 12c

    Hi,
    My customer is currently running BizTalk 2010 adapter pack wcf-oracledb with Oracle 11g.
    They want to upgrade the oracle database to 12c.
    Is it possible to use BizTalk 2010 wcf-oracledb adapter with Oracle 12c?
    Thank you.
    br, Johan

    Hi,
    No it is not supported.
    For the Oracle Database Adapter
    Supported server versions: Oracle database version 11.1, Oracle database version 10.2, Oracle database version 10.1, Oracle database version 9.2
    Supported client versions: Oracle Data Access Components for Oracle Client 11.1.0.6 with Patch Set 11.1.0.7, Oracle Data Access Components for Oracle Client 11.1.0.7
    Refer:
    Microsoft BizTalk Adapter Pack 2010 Documentation
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Biztalk 2010 Json and REST

    I have requirement to send JSON/REST message out of biztalk. My current version is Biztalk 2010 (not 2010R2).
    Can somebody tell me how I can do that, specially converting xml message to JSON and then sending it as REST message.

    Thanks, it is helpful.
    You mean using JSON.net packege I can convert my xml message to JSON and also can send it out?
    It means it will be good if I write c# class and call it in my pipeline component, as most probably my scenario will be message only. 
    Suggest me is this approach is good or you see some issue there.
    If you want to persist messages, you should publish it with receive port and send it with send port. Send port probably will be Null port which just dump messages. Your JSON... logic can be in receive or send pipe, it is up to your requirements.
    If you don't need persistence, you can use just receive pipe and do not persist messages at all. Why use receive port and pipe (and BizTalk) at all? BizTalk is a great hosting platform and it gives loose coupling with receive transport, listening endpoints
    etc. 
    Leonid Ganeline [BizTalk MVP]

  • Conversion of Biztalk 2002 maps To Biztalk 2010 maps

    Hi All,
    Is it possible to migrate maps from Biztalk server 2002 to 2010 automatically/programmatically? 
    If yes, what would be the process?
    or Do I need to create new map based on the BizTalk 2002 map? Why?
    Thanks, Girish R. Patil.

    Hi Girish,
    I have done a similar migration a year ago for an client. Initially we tried to migration the projects using migration wizards. We tried approaches like migrate the BizTalk 2002
    to 2004, then 2004 to 2006 and then finally 2006 to 2010. This effect on paper seemed much better than redeveloping things completely from scratch. But practically time and resource spent to migrate and resolve the issues popped up during the migration it
    not worth.
    Also when you migrate/leap your application from BizTalk 2002 to BizTalk 2010, don't just look in terms of using the latest version of BizTalk just to avail the support from BizTalk
    as per licensing. This is a chance to use the latest offering from BizTalk like support to WCF adapters, used advanced functiods, use the latest development approached etc. So it’s better to redevelop things to BizTalk 2010 rather than relying on some easily
    migrating approaches.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • BizTalk 2010 and BizTalk 2013 R2 on a single TFS 2010 build machine

    Hello,
           We are running two BizTalk environments ( BizTalk 2010 and BizTalk 2013 R2). All our BizTalk 2010 applications are using a single build machone on TFS 2010. We are planning to use the same build server for BizTalk 2013
    R2 as well. As a prerequisite, we need to install the below two components,
    1. .NET Framework 4.5
    2. Microsoft BizTalk Server 2013 - Project Build Component (under Additional Software)
    Will the single build server support BizTalk 2010 project build component and BizTalk 2013 R2 project build component. We don't want to have any conflict on the build server. Thanks in advance.

    Thanks for the answer. As its a dedicated build server, we are planning to install only the Project Build Components ( one is for BizTalk 2010 and another one is for BizTalk 2013 R2). We are not planning to install any of the other BizTalk server
    components on the build server. Is that true that we can't even install multiple versions of project build components? Thanks in advance.

  • Class file has wrong version 51.0,should be 49.0

    Dear All,
    I have 2 jdk in my computer, one is 1.7 and another is 1.5. I got a eclipse from my co-worker, checkout project from svn, complied it successful. However, there is error : class file has wrong version 51.0,should be 49.0 when I run it in eclipse( this is google gwt project).
    One of my colleague said I should modify one cache file under the eclipse direcotry, but he forgot the loaction of this file.
    Anyone knows?

    After modified this file : org.eclipse.jdt.launching.prefs under : <project folder>\.metadata\.plugins\org.eclipse.core.runtime\.settings,
    this problem has been fixed.
    The modification is :
    add
    <libraryLocations>\r\n<libraryLocation
    jreJar\="D\:/Java/jdk7/jre/lib/resources.jar"
    jreJavadoc\="http\://docs.oracle.com/javase/7/docs/api/"
    jreSrc\="D\:/Java/jdk7/src.zip" pkgRoot\=""/>\r\n
    to it.
    eclipse is :
    Eclipse Java EE IDE for Web Developers.
    Version: Luna Release (4.4.0)
    Build id: 20140612-0600
    my questions are :
    1. what is this file used for?
    2. when use this file?
    3. why I have to add these information to it by hand rather than generate these automatically when I set jdk in eclipse preference?
    4. why this error occur if this file doesn't has <libraryLocations> when running project(the project compile success before running)?

  • Part11.rar of the BizTalk 2010 Training Kit is corrupted

    I've downloaded it about 5 times - two different browsers on 3 machines - the extract always fails on Part11.rar -- reduces the training kit to videos and powerpoints.. The VPC sure would be nice..
    Any idea on  who can fix this or how to report it?
    All science is either physics or stamp collecting

    I downloaded the
    BizTalk 2010 Developer Training Kit
    and I have errors VS2010UltimitTrialESN.iso
    file that comes in Part 1. When i
    unzip the file this fails with a error of  CRC
    , I try to download on several
    machines and always generates the same
    error.
    Someone can help me sharing the virtual machine of this
    training kit or help me  with a solution
    thanks
    Freddy Parra

  • Passing json object to a ReST service - Biztalk 2010

    Hi,
    I need to call a ReST service, passing a json object to a ReST service from BizTalk 2010. ( PUT operation)
    I am able to call a ReST service with 'http://xxx.com/xx/geterporders/param1/' from BizTalk 2010.
    Regards,
    Sharmishtha

    Nice idea shared by Leonid Ganeline. Refer: Biztalk
    2010 Json and REST
    In support, you can refer this link Xml
    to Json pipeline component (DotNetTypesToJsonConverter.cs)
    You can send out a Json Message to an external endpoint, one of the solution for this is to create a new pipeline component and use the Newtonsoft
    Json libraries JsonConvert.SerializeObject method to convert the xml stream into an object
    and generate a json string.
    Rachit
    Please mark as answer or vote as helpful if my reply does

Maybe you are looking for

  • IOS Remote Desktop App resolves hostname but throws Host is not reachable error.

    Hello, I am trying to use the Remote Desktop app on my iPad running iOS 7.0.2 to connect to a server through our Juniper VPN. When I type the hostname or IP address I get an error that say "Host is not reachable". If I connect through my Mac I have n

  • Can N200 battery be used for N100 laptop

    Hi, One of Lenovo resellers suggested that N200 battery can be used for N100 laptop as well. However, N200 one is 11V and N100 one is 10.8V. Otherwise it fits in the laptop design. Any recommendations or suggestions from experts? Thanks Ahmer

  • IPhoto 6.0.5 and iTunes 7.0.2 not recognized

    I will run Norton Utilities 8 to correct any problems and when complete I try to open iPhoto or iTunes and neither will open. They had been up and running before I ran Norton. The icons for the program will bounce once in the dock and the program wil

  • Urgent plz help abt Constraint

    Hi friends, I have disabled primary key constraint to import data into the table. Now I am trying to alter table table_name modify constraint cons_name enable NOVALIDATE it is giving me an error ORA-02437. Shall I drop primary key constraint & use th

  • Problem with applicatio​ns

    Hello, I have my Blackberry curve 9300 for 7 months already and a couple of days ago, two of my applications just deleted by themselves - facebook and Blackberry application world. I have tried to reinstalled them so many times but every time, an err