Strange error in Zheevr with Studio Express 6/10

I have found a strange anomaly exposed by my code while testing Studio Express 6/10.
At runtime I was seeing a large number of copies of the error message
** On entry to ZHEEVR, parameter number 22 has an illegal value.
** On entry to ZHEEVR, parameter number 22 has an illegal value.
On closer investigation this arose in execution of the code
    ! Workspace query -- set "size(cwork,1)" to -1; this is stored in optimal_size
    optimal_size = -1
    call zheevr('v','a','u',N,matrix,size(matrix,1),1.0_dp,1.0_dp,1,1, &
       &        abs_tol,num_eigval,eigenvalues,eigenvectors,size(eigenvectors,1),isupp,cwork,optimal_size, &
       &        rwork,optimal_size,iwork,optimal_size, status)
    optimal_size = iwork(1)
    deallocate(iwork,stat=status)
    if (status/=0) call io_abort('Error in deallocating iwork in algor_diagonalise_hermitian')
    allocate(iwork(optimal_size),stat=status)
    if (status/=0) call io_allocate_abort('iwork','algor_diagonalise_hermitian')
  [.. deallocate and reallocate cwork and rwork similarly to iwork .]
    call zheevr('v','a','u',N,matrix,size(matrix,1),1.0_dp,1.0_dp,1,1, &
       &        abs_tol,num_eigval,eigenvalues,eigenvectors,size(eigenvectors,1),isupp,cwork,size(cwork,1), &
       &        rwork,size(rwork,1),iwork,size(iwork,1),status)
   On return status=-22, corresponding to a size error in the "iwork" argument.
So in other words, the code makes an enquiry of the size to use for the iwork array, allocates an array
of that size. However the computational call rejects the size that the enquiry call advised!
If I allocate a larger array (size > 40*N) then the call succeeds and no error is generated. I should point out
that this code works well with Intel MKL, AMD ACML, GotoBLAS, and other LAPACK implementations, and
only fails with sunperf. If I link the Sun f95-compiled code against GotoBLAS instead of sunperf it also works
correctly.
Is there some anomaly in the Sunperf implementation of zheevr?
The platform is x86_64 linux (Mandriva 2010) with 32-bit integer memory model. The matrix size of one
failing case was 4 and the first call of zheevr returned iwork(1)=32, though it fails for other small sizes too.

Yes, there are formulas for figuring out the optimal workspaces. For Studio Express 6/10, this is based on LAPACK version 3.1.1. The ZHEEVR interface
and workspace formulas are :
SUBROUTINE ZHEEVR( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK,
$ RWORK, LRWORK, IWORK, LIWORK, INFO )
WORK (workspace/output) COMPLEX*16 array, dimension (MAX(1,LWORK))
LWORK (input) INTEGER
The length of the array WORK. LWORK >= max(1,2*N)
For optimal efficiency, LWORK >= (NB+1)*N, where NB is the max of the blocksize for CHETRD and for CUNMTR as returned by ILAENV
You could just use MAX(1, 2*N) for the size of WORK. But this is sub-optimal. To get the optimal size, this is more work since it involves calls to
ILAENV. But it should give you better performance. Here is what calculating the optimal WORK size should look like :
INTEGER ILAENV
EXTERNAL ILAENV
INTEGER LWMIN, NB
LWMIN = MAX(1, 2*N)
NB = ILAENV( 1, 'CHETRD', UPLO, N, -1, -1, -1 )
NB = MAX( NB, ILAENV( 1, 'CUNMTR', UPLO, N, -1, -1, -1 ) )
LWKOPT = MAX( ( NB+1 )*N, LWMIN )
RWORK (workspace/output) REAL*8 array, dimension (MAX(1,LRWORK))
LRWORK (input) INTEGER
The length of the array RWORK. LRWORK >= max(1,24*N)
So for RWORK, this is much simpler. Just make it MAX(1, 24*N)
IWORK (workspace/output) INTEGER array, dimension (MAX(1,LIWORK))
LIWORK (input) INTEGER
The dimension of the array IWORK. LIWORK >= max(1,10*N)
IWORK is also simple. Just make it MAX(1, 10*N)
You can also view the source code for this at www.netlib.org if you need further details. Hope this helps.
-Jeremy

Similar Messages

  • Error while installing Visual Studio Express 2013 with Update 4 for Windows Desktop.

    When I try to install Visual Studio Express 2013 with Update 4 for Windows Desktop, I
    get the error :
    Microsoft Visual Studio Express 2013 for Windows Desktop.The form specified for the subject is not one supported or known by the specified trust provider.
    Here is what I get when I use the File Checksum Integrity Verifier (NOTE: I couldn't find the SHA Hash for the .iso I downloaded)
    // File Checksum Integrity Verifier version 2.05.
    8ab9b5ff10da1c33bb3f088331a7c8d8 vs2013.4_dskexp_enu.iso
    Here is some Extra Information:
    MY OS: Windows Technical Preview x86ANOTHER OS I TRIED INSTALLING VB ON: Windows 7 Ultimate x86
    DOWNLOADED ISO FROM: http://www.visualstudio.com/en-us/downloadsLINK: http://download.microsoft.com/download/9/6/4/96442E58-C65C-4122-A956-CCA83EECCD03/vs2013.4_dskexp_ENU.iso
    LOG FILE: http://m.uploadedit.com/b044/1421425243589.txtSHA HASH OF THE RECEIVED ISO: 8ab9b5ff10da1c33bb3f088331a7c8d8
    ====================================================NOTES:
    #I ran the setup as an administrator.
    #I do not know the SHA Hash for the ISO so please check if it matches the SHA Hash of the actual file.#Please don't recommend to use the Web Installer.#I tried both extracting the ISO and Mounting the ISO to run the Setup.
    Thanks. :D

    Solved.   The ISO is corrupt.
    The SHA 1 Hash of the ISO was 57CF28106EA096758AD6AB909F226A3468D95A49
    and the downloaded one returned 8ab9b5ff10da1c33bb3f088331a7c8d8.

  • Error in filter with SQL Expression

    HI Experts,
    I have a sql query which works fine, but have to_date funtion() in the where clause as below :
    and oe.ORDERED_DATE BETWEEN to_date('09-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')
    AND to_date('10-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')
    and (ol.ORDERED_ITEM LIKE 'abckdo%' OR ol.ORDERED_ITEM LIKE 'xysalnb%')
    I am trying to create an OBIEE report with filter where the values of the filter are select as SQL Expression. and gave value to first variable as "to_date('09-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')" and the second variable as " to_date('10-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')"
    But the report is giving me an error. If I remove the date condition, then the report works fine. Can anyone give some inputs in resolving the problem. The mentioning of the HH24:MI:SS is very import to get the right resultset.
    Thanks in Advance.
    svr

    Hi SVR,
    I've had similar difficulties in the past with OBIEE and using the TO_DATE in the logical SQL expressions. I'm not sure if OBIEE recognizes TO_DATE or if it only recognizes TO_DATE is certain situations.
    However, I believe OBIEE recognizes the CAST( AS DATE) in all situations. Here's what I would recommend doing.
    1) Go into the connection pool associated with the report your creating and click on the second tab, "Connection Scripts"
    2) In the "Execute on Connect" area, click the "New" button and paste the following code: alter session set NLS_DATE_FORMAT='DD-MON-YYYY HH24:MI:SS' ** this step changes the default DD-MON-YYYY format of Oracle, to the format you will be giving the data in.
    3) Save the RPD and bounce the services if you made this change off-line.
    4) Instead of using TO_DATE() on your formulas, use CAST('09-APR-2009 23:59:59' AS DATE). Since we changed the default DATE mask to be the format that you're passing in, you should no longer see any issues.
    Hope that helps!
    -Joe

  • Error using Filter with SQL Expression

    Hey all -
    New to Oracle BI, and getting a problem with Filters that use SQL Expressions.
    The column I'm filtering on is a 4 digit year, expressed as a VARCHAR2(4 byte) in the physical database. My SQL Expression in the filter is:
    Column: CAL YEAR 4 DIGIT
    Operator: Is equal to/in
    SQL Expression: TO_CHAR(ADD_MONTHS(SYSDATE, -24), 'YYYY'))
    when I click on the "Results" Tab I get the following error message:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <(>: Syntax error [nQSError: 26012] . (HY000)
    I've isolated the issue to the expression above. If I put in a literal value and supply a four digit year like below it works:
    Column: CAL YEAR 4 DIGIT
    Operator: Is equal to/in
    SQL Expression: *2008*
    Any ideas on what's causing my problem?
    Thanks!
    Mac

    macearl wrote:
    SQL View does not display unless data is returned by the query. Is that normal?
    Also, none of these options shows the literal result of the expression we built, i.e.:
    expression: CAST(YEAR(TIMESTAMPADD(SQL_TSI_MONTH, -24, CURRENT_DATE)) as CHAR)
    result: *2008*
    Having the ability to test expressions and see their results would be very helpful in debugging. If anyone knows how to do that please share!
    Thanks!
    MacOk, Probably shoud have figured this out before, but in response to my own question, the way to view the result of an expression is to add the expression as a column and include it in the Table Presentation.
    - Mac (he can be taught)

  • Strange Error in Validating with JAXP1.2

    Hello,
    I have 3 big xsd files. The problem is that I cann't validate an xml sample using JAXP1.2. Also I tryed with JAXB and Castor but seems to be the same problem.
    I made an simple example in 3 files that generate the error:
    1.xsd - this is the main file
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://www.example.com/response" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:fmcg="http://www.example.com/fmcg" xmlns:core="http://www.example.com/core" xmlns="http://www.example.com/response" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xsd:import namespace="http://www.example.com/fmcg" schemaLocation="2.xsd"/>
         <xsd:element name="response" type="ResponseType"/>
         <xsd:complexType name="ResponseType">
              <xsd:sequence>
                   <xsd:element name="senderName" type="xsd:string"/>
                   <xsd:element ref="fmcg:item" minOccurs="0" maxOccurs="unbounded"/>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>2.xsd
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://www.example.com/fmcg" xmlns:core="http://www.example.com/core" xmlns="http://www.example.com/fmcg" xmlns:fmcg="http://www.example.com/fmcg" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xsd:import namespace="http://www.example.com/core" schemaLocation="3.xsd"/>
         <xsd:element name="item" type="ItemType"/>
         <xsd:complexType name="ItemType">
              <xsd:complexContent>
                   <xsd:extension base="core:ItemType">
                        <xsd:sequence>
                             <xsd:element name="itemName" type="xsd:string"/>
                        </xsd:sequence>
                   </xsd:extension>
              </xsd:complexContent>
         </xsd:complexType>
    </xsd:schema>3.xsd
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://www.example.com/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.com/core" elementFormDefault="unqualified" attributeFormDefault="unqualified">
         <xsd:complexType name="ItemType" abstract="true">
              <xsd:sequence>
                   <xsd:element name="additionalItemName" type="xsd:string" minOccurs="0"/>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>And this is a sample xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://www.example.com/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.com/core" elementFormDefault="unqualified" attributeFormDefault="unqualified">
         <xsd:complexType name="ItemType" abstract="true">
              <xsd:sequence>
                   <xsd:element name="additionalItemName" type="xsd:string" minOccurs="0"/>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>This files was all validated by XML Spy 5.0.
    When I run this piece of code(an ordinary code for validating):
          File input = new File("test.xml"),schema = new File("1.xsd");
          DocumentBuilderFactory factory =
                DocumentBuilderFactory.newInstance();     
          factory.setNamespaceAware(true);
          factory.setValidating(true);     
          factory.setAttribute(SCHEMA_LANGUAGE,XML_SCHEMA);
          factory.setAttribute(SCHEMA_SOURCE,schema);
          DocumentBuilder parser = factory.newDocumentBuilder();
          parser.setErrorHandler(new ErrorPrinter() );     
          parser.parse(input);I got this ERROR:
    (file:test.xml: 7, 28): cvc-complex-type.2.4.a: Invalid content starting with element 'core:additionalItemName'. One of '{"":additionalItemName, "http://www.example.com/fmcg":itemName}' is expected.
    It seems that the parser expects 'additionalItemName' instead of 'core:additionalItemName'.
    Why ? I think the namespace is OK.
    (Also I tryed with Castor and JAXB and seems to have the same error).
    Regards,
    Catalin

    Jeni Tennison ( http://www.jenitennison.com/ ) solved my problem:
    The <additionalItemName> element is declared with a local declaration
    in 3.xsd. When you declare an element locally, the namespace for the
    element is either the target namespace for the schema or no namespace;
    it depends on the "form" for the element declaration. Since you have
    no form attribute on the <xs:element> element declaration, the "form"
    comes from the elementFormDefault attribute on the <xs:schema>
    element. In this case, it's 'unqualified', which means that the
    <additionalItemName> element is in no namespace.
    If you want the <additionalItemName> element to be in the core
    namespace (the target namespace for 3.xsd), then you should set the
    elementFormDefault attribute on the <xs:schema> element to
    'qualified' or add a 'form' attribute to the <xs:element> element with
    the value 'qualified'.
    Thank you Jeni.

  • Error in query with COUNT expression

    Hi
    I have a query that returns an error as follows:
    "Column Ambiguously defined"
    the code is as follows:
    SELECT
              ce_family_member.student_id ,
              ce_family_member.last_name ,
              st_enrollment.grade_level ,
              ce_family_member.DATE_OF_BIRTH ,
              ce_family_member.GENDER,
              at_hourly_attendance_records.ABSENCE_REASON_CODE,
              at_hourly_attendance_records.CALENDAR_DATE,
              COUNT(at_hourly_attendance_records.student_id) AS days_absent
              FROM
                      at_hourly_attendance_records,
                      ce_family_member,
                      st_enrollment
              WHERE
              st_enrollment.student_id = at_hourly_attendance_records.student_id
             AND ce_family_member.student_id = st_enrollment.student_id
                AND st_enrollment.school_id = 705
                AND st_enrollment.school_year = 2006
                AND st_enrollment.district_number = 1000
                AND at_hourly_attendance_records.ATTENDANCE_STATUS = 'A'
                AND at_hourly_attendance_records.CALENDAR_DATE < '16-MAR-06'
              GROUP BY student_id; All help is highly appreciated. Thanks very much in advance

    Hi
    I followed your suggestion. But I still get an error as follows:
    Not a Group By Expression. And it points to the second line (ce_family_member)
    SELECT
              st_enrollment.student_id ,
              ce_family_member.last_name ,
              st_enrollment.grade_level ,
              ce_family_member.DATE_OF_BIRTH ,
              ce_family_member.GENDER,
              at_hourly_attendance_records.ABSENCE_REASON_CODE,
              at_hourly_attendance_records.CALENDAR_DATE,
              COUNT(st_enrollment.student_id) AS days_absent
              FROM
                      at_hourly_attendance_records,
                      ce_family_member,
                      st_enrollment
              WHERE
              st_enrollment.student_id = at_hourly_attendance_records.student_id
             AND ce_family_member.student_id = st_enrollment.student_id
                AND st_enrollment.school_id = 705
                AND st_enrollment.school_year = 2006
                AND st_enrollment.district_number = 1000
                AND at_hourly_attendance_records.ATTENDANCE_STATUS = 'A'
                AND at_hourly_attendance_records.CALENDAR_DATE < '16-MAR-06'
              GROUP BY st_enrollment.student_id; Thanks a lot for your kind suggestions

  • Strange Error in NetWeaver Developer Studio

    I am using the NWDS Version 7.0.07, build # 200603240339.
    I have a directory on drive D: named 'ABC'.
    I created a project (say Project1), and gave this directory as the project root folder. NWDS created a directory Project1 under ABC and all the generated files were placed there.
    I then started creating a project (say Project2) and gave the ABC directory as the root folder. NWDS complained that 'D:\ABC and D:\ABC\Project1 overlap'.
    I have given D:\ABC as my Workspace. This error looks strange because it is like saying that you can have only one project in one single directory (or even drive). Am I missing out some thing here?
    TYA

    Hi,
    The projects created by you are stored by default in the workspace, which you can check from the Window->Preference->Workbench->Workspace.
    But as such you are creating projects of different names under a single directory. There should not be overlapping as far as names are different.
    Regards,
    Srinivasan T

  • Strange errors using Flynet with Xcelsius Engage Server

    Each time I try to create a WebService I get an entire screen full of errors.  Here are a few of the error numbers:
    CS1513
    CS1001
    CS1519
    CS1518
    CS0116
    CS1001
    This is maddening! We are following everything per instructions (which are poor, by the way). We can't even get basic XML or WS data into Xcelsius on a single XPpro desktop (w/ IIS, .NET 2.0 etc. installed).
    Anyone have a clue what is going on? Are there any good sources for Flynet/Xcelsius documentation other than the PDFs that come with the software?
    Thanks in advance...

    Mario,
    Sorry to hear you are having problems.
    Please address your issues to us at Flynet and we will assist you. I believe you have our e.mail address.
    Best Regards,
    Ian Learmonth
    Flynet Support.

  • Parser error: XSD 2015 with regular expression

    The Oracle java parser is rejecting a document with the following error message:
    SD-2015: (Error) Invalid facet 'pattern' in element 'simpleType'I'm not excatly certain what the parser is objecting to, because the error messages aren't document (subject of a different rant). Now the thing it's rejecting is this:
      <xsd:simpleType name="TelCountryCodeType">
                 <xsd:restriction base="xsd:string">
                         <xsd:pattern value="[0-9]{1,3}"/>
                    </xsd:restriction>
            </xsd:simpleType>So is it choking because it doesn't like regular or for some other reason?
    TIA, APC

    Thanks - the code:
    String regExp = new String ("\"(http://)([.[^\"]]*)\"");seems to work. (I awarded you the duke dollars from your first post, becaues that was the "ahha" moment. )
    Thanks!!!

  • Error in query with COUNT expression and Group By Clause

    Hi
    I have this query that when run gives me the following error:
    SQL command not properly ended:
    The code is as below:
    SELECT
              st_enrollment.student_id ,
              ce_family_member.last_name ,
              st_enrollment.grade_level ,
              ce_family_member.DATE_OF_BIRTH ,
              ce_family_member.GENDER,
              at_hourly_attendance_records.ABSENCE_REASON_CODE,
              at_hourly_attendance_records.CALENDAR_DATE,
              COUNT(st_enrollment.student_id) AS days_absent
              FROM
                      at_hourly_attendance_records,
                      ce_family_member,
                      st_enrollment
              WHERE
              st_enrollment.student_id = at_hourly_attendance_records.student_id
             AND ce_family_member.student_id = st_enrollment.student_id
                AND st_enrollment.school_id = 705
                AND st_enrollment.school_year = 2006
                AND st_enrollment.district_number = 1000
                AND at_hourly_attendance_records.ATTENDANCE_STATUS = 'A'
                AND at_hourly_attendance_records.CALENDAR_DATE < '16-MAR-06'
              GROUP BY st_enrollment.student_id,
                       ce_family_member.last_name
                         st_enrollment.grade_level ,
                         ce_family_member.DATE_OF_BIRTH ,
                         ce_family_member.GENDER,
                         at_hourly_attendance_records.ABSENCE_REASON_CODE,
                         at_hourly_attendance_records.CALENDAR_DATE;
           All suggestions are gratefully acknowledgment, Thanks in advance

    Thanks a lot. In fact I discovered it myself and I am immensely grateful to you for pointing the error..

  • Installation Problem Visual Studio Express 2013 for Web on Windows 8.1

    Hi,
    I am new to Microsoft developing tools and I have spent the last two days trying to install VS Express 2013 for Web on my laptop that's running windows 8.1 (X64,Intel
    Core i5 3337U (1.80GHz)).
     I run it as an administrator and have enough space on the disk. However, I keep on getting the same error. 
    Microsoft Visual Studio Express 2013 for Web - ENU Fatal error during installation.
    After uninstalling and deleting the temp files, I get an additional error.
    Entity Framework 6.1.1 Tools for Visual Studio 2013
    User cancelled installation.
    In my log files here are some of the problems that I saw:
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\WebFrameworksTools\Servicing\5.0\VisualStudio12'; variable = 'AspNetWebFxTools_VS2013_Version'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\WebFrameworksTools\Servicing\5.0\VWDExpress12'; variable = 'AspNetWebFxTools_VWD2013_Version'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Classes\Installer\Dependencies\Microsoft.VS.Bliss_Core,v12'; variable = 'bliss_core_DetectKeyExists'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'bliss_core_DetectKeyExists' to value 0
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot'; variable = 'DisableRootAutoUpdate'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft Corporation\DataFxTools\12.0.0.0'; variable = 'EFTools_2013_VersionKey'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Help\v2.1\Setup'; variable = 'help3vs_49_DetectKey'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Help\v2.1\Setup'; variable = 'help3vs_49_DetectKeyExists'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'help3vs_49_DetectKeyExists' to value 0
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'IEsvcVersionExists' to value 1
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'IEsvcVersion' to value '11.0.9600.17631'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates\3B1EFD3A66EA28B16697394703A72CA340A05BD5'; variable = 'MicrosoftRootCertificateAuthority2010AuthRootExists'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2010AuthRootExists' to value 0
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2010RootExists' to value 1
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates\8F43288AD272F3103B6FB1428485EA3014C0BCFE'; variable = 'MicrosoftRootCertificateAuthority2011AuthRootExists'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2011AuthRootExists' to value 0
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2011RootExists' to value 1
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'netfxfullredist_43_CBSValue' to value '1'
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'netfxfullredist_43_DetectKey' to value '4.5.51641'
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'NetFxFullRedist_InstalledRelease' to value '378675'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'NetFxFullRedist_InstalledReleaseExists' to value 1
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'OS_BuildNumber' to value '9600'
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'ssceruntime_x64_msi_DetectKey' to value '4.0.8876.1'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'ssceruntime_x64_msi_DetectKeyExists' to value 1
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'ssceruntime_x86_msi_DetectKey' to value '4.0.8876.1'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'ssceruntime_x86_msi_DetectKeyExists' to value 1
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SSDT\12.0\1033'; variable = 'ssdt_lang_detect_enu'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\teamExplorerCore'; variable = 'teamExplorercore_DetectKeyExists'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'teamExplorercore_DetectKeyExists' to value 0
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'VSComponentPathVariable' to value ''
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Updates\Microsoft Visual Studio 2013\vsupdate_kb2829760'; variable = 'vsupdate_DetectKey'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Updates\Microsoft Visual Studio 2013\vsupdate_kb2829760'; variable = 'vsupdate_DetectKeyExists'
    [0354:1418][2015-02-23T13:55:12]i000: Setting numeric variable 'vsupdate_DetectKeyExists' to value 0
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'webdeploy_x64_en_usmsi_902_DetectKey' to value '9.0.1764.0'
    [0354:1418][2015-02-23T13:55:12]i000: Setting string variable 'webdeploy_x86_en_usmsi_901_DetectKey' to value '9.0.1764.0'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio 12'; variable = 'WebTools_VS2013_VersionKey'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio 2013'; variable = 'WebTools_VS2013_VersionKey_2'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio Express 12 for Web'; variable = 'WebTools_VWD2013_VersionKey'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Web Tools\Visual Studio Express 2013 for Web'; variable = 'WebTools_VWD2013_VersionKey_2'
    The last line of my log file contained this:
    [0354:1418][2015-02-23T14:02:26]i399: Apply complete, result: 0x80070643, restart: None, ba requested restart:  No
    I really need to have this up and running as soon as possible. Any help would be greatly appreciated. 
    Thanks!

    Hi,
    By the errors:
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\WebFrameworksTools\Servicing\5.0\VisualStudio12'; variable = 'AspNetWebFxTools_VS2013_Version'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\WebFrameworksTools\Servicing\5.0\VWDExpress12'; variable = 'AspNetWebFxTools_VWD2013_Version'
    [0354:1418][2015-02-23T13:55:12]i000: Registry key not found. Key = 'SOFTWARE\Classes\Installer\Dependencies\Microsoft.VS.Bliss_Core,v12'; variable = 'bliss_core_DetectKeyExists'
    It maybe a registry or administrator issue.
    Please install VS with administrator.
    What's more, it maybe a corrupt registry issue. And you can't install any version of Visual Studio, I think you can use the tool to fix problems that programs cannot be installed or uninstalled. It also can fix the corrupted registry keys.
    http://support.microsoft.com/mats/program_install_and_uninstall/en-us
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Studio Express 07/08 on Ubuntu 8.04

    I'm running an AMD X2 64bit system and I just wanted to share my experience with installing and trying to use Sun Studio on Ubuntu 8.04.
    I started with the tar-version of Sun Studio 12, got this version running after adding a few libs (see [http://wikis.sun.com/display/SunStudio/Sun+Studio+Linux+Platform+FAQ] ).
    But I was not able to start the Thread Analyzer, and that was the tool I actually installed Sun Studio. (So I used OpenSolaris with Studio Express 05/08 in the meantime...)
    After the release of Studio Express 07/08 I started a new attempt and finally - also with helpful contents of the post to Fedora in this forum - I got the whole thing running including Thread Analyzer.
    The major steps:
    1. install the latest jdk (the easiest way is to install netbeans to get all relevant files)
    2. add the libs mentioned above
    3. change the shell-script (tail --lines=+651...)
    Now everything runs fine and smoothly!
    Klaus

    Hi,
    thanks for the hint.
    It tried to install on Scientific Linux 5.1 (RHEL 5.1 clone) and I needed to chance the tail line as well.
    However many editors don't get the encoding right and may break the binary part while saving. ( A hexeditor worked for me in the end)
    Here some enhancement suggestions:
    - The script shouldn't state it installed successfully when nothing was done (because of the tail problem).
    - The script should work :-)
    - A simple tar.bz2 is easier to install, if some thing goes wrong in the script you don't need to start reading the source.
    - Put a md5 sum on the download page, it took me a few tries to make sure I got the file downloaded ok and didn't break it while editing.
    best regards,
    Samuel

  • Getting an strange error in "PluginPrefix.pch" while compiling a plugin code with InDesign CS4 SDK.

    Hi everybody,
    Currently trying to compile/build the existing Plugin code (C++) with InDesign CS4 SDK on my Mac OS X 10.5 machine but getting following strange errors.
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:26:27: error: MemoryStatics.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:39:30: error: PluginBuildFlags.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:40:28: error: AnsiBasedTypes.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:41:26: error: ShukHeaders.cp: No such file or directory
    Though above mentioned files are present at the following directory
    /Volumes/../../../Adobe InDesign CS4 SDK/source/precomp/common/
    Note : However initially I did not find “MemoryStatics.h” and “AnsiBasedTypes.h” files in the installed SDK directory. I have downloaded them from the net and copied those into the above mentioned directory.
    I am not much familiar with Mac OS environment and compiling/building C++ code with Xcode. Can anyone help me to resolve this issue (might be very trivial and related to Xcode project configuration) ?

    Thanks for the quick response,
    Yes, current build settings include path shortcuts as mentioned below and it also contains “$(CS_SDK_PATH)/source/public/includes” path in HEADER_SEARCH_PATHS settings.  But still I am getting the same error: MemoryStatics.h: No such file or directory
    CS_SDK_PATH= /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK
    CS_SDK_PRJ_PATH=/Volumes/MAC Extended/Inbetween Extended/Visual Studio/InBetweenDev/Projects/InBetweenCS/IBClientPluginCS3/prjCS4/mac
    Just for clarification : my Plugin code /project files are not inside the InDesign SDK (build/mac/prj). All the plugin project is outside of the InDesign SDK directory. Thus above mentioned CS_SDK_PATH and CS_SDK_PRJ_PATH are completely different.
    Is it expected that the plugin code/project files should be inside the InDesign SDK/build/mac/prj  directory only ? or is it okay if we put it in the completely another directory structure and modify the  SDK_PRJ_PATH accordingly (as in my case) ?
    Please let me know if you want me to elaborate the situation further.

  • Editing pages created using dreamweaver with microsoft's visual studio express

    Here's a quick, somewhat vague, question for anyone who might have an answer. Is there a trick to editing pages created using dreamweaver with Microsoft Visual Studio Express? The reason I ask is I recently finished a web site for my first client who now wants to make edits herself using the program she uses, that being Microsoft. I thought it would be as easy as pulling the html files from the server (or the usb flash drive i gave her), making changes and then putting them back to the server, but apparently she is having some problems. I'm meeting with her soon. I have no experience with any other programs, other than Adobe, so I don't know how much good I'll be in helping her. Maybe it's an easy question, maybe not. Any info appreciated. Thanks!

    David wrote -
    Dreamweaver template commands are all wrapped in HTML comments, so they
    shouldn't cause any problems. They should simply be treated as comments.
    However, the concept of editable and locked regions will be ignored.
    Hi David, I meant the templates with the dwt extension, not the html files that are created from them. The full version of VS will recognize the dwt extension as 'Dynamic Web Template' but as this is a microsoft extension it does not recognize the code for editing and shows a large number of errors, (before anyone comments the dwt file extension is used by a number of other programs, all referring to a different file type).
    PZ

  • Error installing sql server 2008 management studio express

    Hello,
    I need to install sql server 2008 management studio express on a sql server 2k8 R2 instance.
    First of all, I've downloaded this one from this link: http://www.microsoft.com/en-us/download/details.aspx?id=7593 (for 32 bits).
    Once I've the downloaded file I run this file and choose the first option (New sql server stand-alone...) in the installation part. Finally, in the installation type I choose the option 'Add features to an existing instance of SQL Server 2008' with the instance
    selected. I push Next and then I get the following error: 'The instance ID is required but it is missing'.
    Can anybody help me?
    Thanks a lot.
    Regards.

    Hello,
    What’s the edition of the SQL Server 2008 R2? If you had installed SQL Server 2008 R2 Developer edition, you should install “SQL Server 2008 Express with Tools” edition or “SQL Server 2008 Express with Advanced Services” edition.
    Please refer to the following article for more information:
    http://www.benlittler.com/2009/06/how-to-install-sql-management-studio-express-2008/
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

Maybe you are looking for