MaxDB UpdAllStats - missing optimizer statistics for one name space

Hi experts,
every weekend the job UpdAllStats runs in the SAP systems hosted by us (weekdays just PrepUpdStats+UpdStats). Now we're facing the issue that in one system there are no optimizier statistics for all tables in one special name space - let's call it /XYZ/TABLE1 etc.
We randomly checked tables in that name space via DB20/DB50 and no optimizer statistics could be found. So we randomly checked other tables like MARA, VBAK etc. - all optimizer statistics up to date for those tables.
We even started the statistics refresh via DB20 manually for one of the tables - still no optimizer statistics appearing for this table.
I mean it's an update over all optimizer statistics - I rechecked note 927882 - FAQ: SAP MaxDB UPDATE STATISTICS and some others but couldn't find any reason for these tables being exluded. Especially I don't understand why the manual statistics refresh wouldn't work...
Does anybody have an idea why this could happen?
Thanks for your ideas in advance!
Regards
Marie

Hi again,
well it seems to be more of a visualisation problem I guess.
We figured out that in MaxDB Database Studio you can see the optimizier statistics but not in the SAP system itself.
We'll keep you up to date.
Best
Marie
Edit: it was really just a visualisation problem... DB Studio rhows the right values

Similar Messages

  • Run optimizer statistics for one table

    dear all,
    i noticed an error in DB16 , that is  <b>Missing Statistics for a table </b> SAPGRP.MC03BF0SETUP.
    How to run/ generate the stats. for this table

    Dear Somckit
    here is the error msg.  from DB16.
                                                                                    Description         Table: SAPGRP.MC03BF0SETUP # Table or index has no optimizer
    Correction Type     D                                                           
    Corrective Action   Collect optimizer statistics                                
    Check Log           /oracle/GRP/sapcheck/cdwqhqnz.chk                           
    Single Messages                                                                      
    No.   Description                                                                    
    1     Table: SAPGRP.MC03BF0SETUP # Table or index has no optimizer statistics        
    2     Table: SAPGRP.MC03BX0SETUP # Table or index has no optimizer statistics        
    3     Table: SAPGRP.MC03UM0SETUP # Table or index has no optimizer statistics        
    4     Index: SAPGRP.MC03BF0SETUP~0 # Table or index has no optimizer statistics      
    5     Index: SAPGRP.MC03BX0SETUP~0 # Table or index has no optimizer statistics      
    6     Index: SAPGRP.MC03UM0SETUP~0 # Table or index has no optimizer statistics                                                                               
    Thank u.

  • Missing contact info for one of the users.  Can't get it back

    ?missing contace info for one of the users. can't get it back?

    On what Mac or iDevice, running what operating system?

  • 2 SCM 4.0 Optimizer instances for one SCM system as high availability?

    Hi
    Can we install more (i.e. 2) seperate SCM 4.0 Optimizers and connect them both to one SCM Server system?
    If yes:
    1) Can/will the SCM Server system used both optimizers?
    2) If one failes, can/will the SCM server then just use the one still running
    Best regards
    Tom

    Hi Larsen
    Since optimizer is just exe.file, you can install several optimizers<engine> (put exe.file into
    different location <folder>) and it should not be in same HW. And in the IMG customize you can priolatize Optimizer engine. So system can use several engine depending on the priority (or for some component like CTM, you can specify engine and run CTM in parallel with using different CTM engine for different objects.
    And I know 1 company who install 2 CTM engine into 2 servers for high availbility solution (This means active server A has 2 CTM engine/ stand by server B has 2 CTM engine).
    To use fail over scenario with several server, I think you need to define following customize in SCM system.
    T-CD /SAPAPO/COPT01 (Define directly and engine name)
    T-CD /SAPAPO/COPT00 (Check availbility of Server)
    <Also RFC definition should be correctly customized in SM59).
    best regards
    Keiji

  • Creteria for generating optimizer statistics

    Dear membes,
    Oracle 10.2.0.2
    os : HP-UX 11i
    I want to know is there any creteria for generating optimizer statistics
    for the production database, like we have a creterai for rebuilding indexes
    through checking the index_stat table.
    Is there any tables present in database for this kind pre checking before
    generating the optimizer statistics.
    Thanks.

    VIRENDER SINGH wrote:
    Dear membes,
    Oracle 10.2.0.2
    os : HP-UX 11i
    I want to know is there any creteria for generating optimizer statistics
    for the production database, like we have a creterai for rebuilding indexes
    through checking the index_stat table.
    Is there any tables present in database for this kind pre checking before
    generating the optimizer statistics.First of all I hope you've heard that rebuilding indexes is something that should only be done under very rare circumstances, see e.g. here or here.
    Since you're on 10g already you should be aware of the fact that the database is coming with a pre-configured default statistics collection job that runs every night and attempts to gather statistics on stale objects (either with no statistics at all or more than 10% changes since the last statistics gathering).
    If you're having an application that modifies large chunks of data in batch jobs, then you should consider gathering statistics right after these batch modifications because otherwise it might take too long until the default job is activated and refreshes the statistics and many execution plans until then might suffer from the incorrect/outdated statistics.
    Ideally you should know your application and data and work out when to gather the statistics and in particular how to gather the statistics and in some cases even use hand-crafted statistics (using the DBMS_STATS.SET__STATS procedures) that lead the optimizer in the desired direction.
    There are many potential pitfalls to consider, e.g. the default method for generating histograms has changed in 10g to "FOR ALL COLUMNS SIZE AUTO" which means you'll get histograms for columns that are used in WHERE clauses (when using equal or range comparisons) and have skewed data or contain large gaps in the values. This was not the case in 9i and not always does the existence of histograms change execution plans for the better, in particular if you're using bind variables.
    In addition 10g introduced the possibility of "out-of-range" predicates which means that the optimizer takes into account if a predicate value is outside the recorded minimum and maximum value of the column. If the gap is becoming significant the selectivity is adjusted and eventually you get an estimate of 1 (or actually 0 adjusted to 1) rows which can have dramatic effects on your execution plans.
    This means you need to be careful if the default "staleness" of 10% changes is applicable to your particular situation otherwise you might be confronted with execution plans that either deteriorate over time and/or "switch" at a certain point in time to a really "bad" plan to due the adjusted selectivity caused by the "out-of-range" predicates. If this is the case you should consider refreshing the statistics more often (using your own logic/job) to avoid such situations.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Name space problem in a WSDL

    hello
    I have an RFC 2 WS sync message. in the reply, I seem to have a problem with my name space in the WSDL that I recieve. (I see 2 arrays with the same name in the response). I tryed to change the WSDL so it will be with one name space only but with out success. when I try to test the xml in the MM I I see it red in the tree.
    I attached the wsdl and the xml response that I recieve. (there are 2 processBPRArr array in the reponse with the same name space even though it seems that I have in the WSDL different name spaces).
    help will be appreciated.
    my WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://CRMWorkQueue.ws.migdal.co.il" xmlns:intf="http://CRMWorkQueue.ws.migdal.co.il" xmlns:tns1="http://CRMWorkQueue.ws.migdal.co.il" xmlns:tns2="http://CRMWorkQueue.ws.migdal.co.il" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://CRMWorkQueue.ws.migdal.co.il">
         <wsdl:types>
              <schema elementFormDefault="qualified" targetNamespace="http://CRMWorkQueue.ws.migdal.co.il" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://beans.hafaka.scheme.migdal"/>
                   <import namespace="http://out.beans.hafaka.scheme.migdal"/>
                   <element name="getWorkQueue">
                        <complexType>
                             <sequence>
                                  <element name="in0" type="tns1:CRMWorkQueue"/>
                             </sequence>
                        </complexType>
                   </element>
                   <complexType name="ArrayOf_tns1_PaymentDetails">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:PaymentDetails"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_DOColl">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:DOColl"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_PSColl">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:PSColl"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_DGColl">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:DGColl"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_AttachedFile">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:AttachedFile"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_Party">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Party"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_FundRequest">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:FundRequest"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_Relation">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Relation"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_OptionalBenefit">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:OptionalBenefit"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_LifeParticipant">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:LifeParticipant"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_Coverage">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Coverage"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns1_Policy">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Policy"/>
                        </sequence>
                   </complexType>
                   <element name="getWorkQueueResponse">
                        <complexType>
                             <sequence>
                                  <element name="getWorkQueueReturn" type="tns2:CRMWorkQueueNotify"/>
                             </sequence>
                        </complexType>
                   </element>
                   <complexType name="ArrayOf_tns2_PathNoteInfo">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:PathNoteInfo"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_ChangeEssence">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ChangeEssence"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_xsd_string">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_HistoryState">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:HistoryState"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_WorkQueue2000">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:WorkQueue2000"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_ReceivedDocument">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ReceivedDocument"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_ExpectedDocument">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ExpectedDocument"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_NoteInfo">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:NoteInfo"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_ProcessBPR">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ProcessBPR"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_Restriction">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Restriction"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_Addition">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Addition"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_Taarif">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Taarif"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_ProductOffer">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ProductOffer"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_Agreement">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Agreement"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_FundDetails">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:FundDetails"/>
                        </sequence>
                   </complexType>
                   <complexType name="ArrayOf_tns2_Funds">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Funds"/>
                        </sequence>
                   </complexType>
                   <complexType name="UserPswd">
                        <sequence>
                             <element name="pswd" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="cryptPswd" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="cryptType" minOccurs="0" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="UserAuthRequest">
                        <sequence>
                             <element name="userLoginName" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="userPswd" nillable="true" minOccurs="0" type="tns1:UserPswd"/>
                        </sequence>
                   </complexType>
                   <complexType name="AgreementRequest">
                        <sequence>
                             <element name="organizationKey" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="all" minOccurs="0" type="xsd:int"/>
                             <element name="carrierPartyId" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="agreementID" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="Organization">
                        <sequence>
                             <element name="directDeliveryByPost" minOccurs="0" type="xsd:int"/>
                             <element name="natureCategory" minOccurs="0" type="xsd:int"/>
                             <element name="policyHolderNumber" minOccurs="0" type="xsd:int"/>
                             <element name="govtID" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="commissionPayeeType" minOccurs="0" type="xsd:int"/>
                             <element name="salesManagerNum" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="organizationKey" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="residenceCounty" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="allowAppPaymentDetermining" minOccurs="0" type="xsd:int"/>
                             <element name="contactPersonName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="orgCode" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="abbrName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="carrierPartyId" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="orgForm" minOccurs="0" type="xsd:int"/>
                             <element name="publicCompanyIndicator" minOccurs="0" type="xsd:int"/>
                             <element name="addressCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="commissionPayeeID" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="estabDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="signedAgreementInd" minOccurs="0" type="xsd:int"/>
                             <element name="percentForSalesManager" minOccurs="0" type="xsd:double"/>
                             <element name="fullName" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="Fax">
                        <sequence>
                             <element name="areaCode" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="dialNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="PaymentDetails">
                        <sequence>
                             <element name="creditConfirmationID" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="cardOwnerID" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="creditCardType" minOccurs="0" type="xsd:int"/>
                             <element name="bankBranchName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="accountNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="paymentMethod" minOccurs="0" type="xsd:int"/>
                             <element name="creditCardExpDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="acctHolderName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="bankName" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="Person">
                        <sequence>
                             <element name="fatherName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="firstName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="primaryProfession" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="secondaryEmailAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="primaryEmailAddress" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="personKey" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="passportCountry" minOccurs="0" type="xsd:int"/>
                             <element name="birthDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="secondaryProfessionCode" minOccurs="0" type="xsd:int"/>
                             <element name="cellularNumber" minOccurs="0" type="xsd:int"/>
                             <element name="confirmationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="englishFirstName" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="gender" minOccurs="0" type="xsd:int"/>
                             <element name="occupationCode" minOccurs="0" type="xsd:int"/>
                             <element name="lastName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="sendMailInd" minOccurs="0" type="xsd:int"/>
                             <element name="proofOfAgeInd" minOccurs="0" type="xsd:int"/>
                             <element name="carrierPartyId" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="selfEmployedDeclaration" minOccurs="0" type="xsd:int"/>
                             <element name="marStat" minOccurs="0" type="xsd:int"/>
                             <element name="smokerStat" minOccurs="0" type="xsd:int"/>
                             <element name="primaryProfessionCode" minOccurs="0" type="xsd:int"/>
                             <element name="issueDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="secondaryProfession" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="englishLastName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="occupation" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="cellularAreaCode" minOccurs="0" type="xsd:int"/>
                             <element name="declarationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                        </sequence>
                   </complexType>
                   <complexType name="LS">
                        <sequence>
                             <element name="drugs_ls" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="DC">
                        <sequence>
                             <element name="name_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="street_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="first_name_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="town_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="id_no_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="GH">
                        <sequence>
                             <element name="drinking_x_gh" minOccurs="0" type="xsd:int"/>
                             <element name="drinking_from_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="gen_questions19_gh" minOccurs="0" type="xsd:int"/>
                             <element name="ever_smoked_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions20_gh" minOccurs="0" type="xsd:int"/>
                             <element name="number_cigarettes_then_gh" minOccurs="0" type="xsd:int"/>
                             <element name="height_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions2_gh" minOccurs="0" type="xsd:int"/>
                             <element name="family_disorders_x_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions12_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions7_gh" minOccurs="0" type="xsd:int"/>
                             <element name="number_cigarettes_now_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions17_gh" minOccurs="0" type="xsd:int"/>
                             <element name="ever_drunk_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions23_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions5_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions10_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions15_gh" minOccurs="0" type="xsd:int"/>
                             <element name="smoking_started_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="smoking_x_gh" minOccurs="0" type="xsd:int"/>
                             <element name="smoking_stopped_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="gen_questions21_gh" minOccurs="0" type="xsd:int"/>
                             <element name="weight_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions3_gh" minOccurs="0" type="xsd:int"/>
                             <element name="heathy_able_to_work_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions13_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions8_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions18_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions1_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions24_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions6_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions11_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions16_gh" minOccurs="0" type="xsd:int"/>
                             <element name="drinking_until_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="gen_questions22_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions4_gh" minOccurs="0" type="xsd:int"/>
                             <element name="hiv_infection_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions9_gh" minOccurs="0" type="xsd:int"/>
                             <element name="gen_questions14_gh" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="PM">
                        <sequence>
                             <element name="pursuit_x_pm" minOccurs="0" type="xsd:int"/>
                             <element name="occupation_hazards_x_pm" minOccurs="0" type="xsd:int"/>
                             <element name="substandard_pm" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="DOColl">
                        <sequence>
                             <element name="treatment_year_do" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="start_month_do" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="has_fully_recovered_do" minOccurs="0" type="xsd:int"/>
                             <element name="hospital_admission_do" minOccurs="0" type="xsd:int"/>
                             <element name="end_year_do" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="several_times_do" minOccurs="0" type="xsd:int"/>
                             <element name="type_of_treatment_do" minOccurs="0" type="xsd:int"/>
                             <element name="disorder_name_do" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="consequences_do" minOccurs="0" type="xsd:int"/>
                             <element name="start_year_do" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="treatment_month_do" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="right_left_do" minOccurs="0" type="xsd:int"/>
                             <element name="code_do" minOccurs="0" type="xsd:int"/>
                             <element name="end_month_do" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="PSColl">
                        <sequence>
                             <element name="pursuit_name_ps" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="code_ps" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="DGColl">
                        <sequence>
                             <element name="drug_name_dg" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="code_dg" minOccurs="0" type="xsd:int"/>
                             <element name="quantity_dg" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="Questionnaire">
                        <sequence>
                             <element name="LS" nillable="true" minOccurs="0" type="tns1:LS"/>
                             <element name="DC" nillable="true" minOccurs="0" type="tns1:DC"/>
                             <element name="GH" nillable="true" minOccurs="0" type="tns1:GH"/>
                             <element name="PM" nillable="true" minOccurs="0" type="tns1:PM"/>
                             <element name="DOCollArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_DOColl"/>
                             <element name="PSCollArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_PSColl"/>
                             <element name="DGCollArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_DGColl"/>
                        </sequence>
                   </complexType>
                   <complexType name="HealthStatement">
                        <sequence>
                             <element name="questionnaireStr" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="tkufatBituach" minOccurs="0" type="xsd:int"/>
                             <element name="trdMiluiMevutach" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="medicalPcntAddition" minOccurs="0" type="xsd:double"/>
                             <element name="professionalPcntAddition" minOccurs="0" type="xsd:double"/>
                             <element name="questionnaire" nillable="true" minOccurs="0" type="tns1:Questionnaire"/>
                             <element name="maslulChitum" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="Phone">
                        <sequence>
                             <element name="areaCode" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="dialNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="Address">
                        <sequence>
                             <element name="zip" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="buildNum" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="street" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="buildEnt" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="cityName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="cityCode" minOccurs="0" type="xsd:int"/>
                             <element name="addressValidInd" minOccurs="0" type="xsd:int"/>
                             <element name="POBox" minOccurs="0" type="xsd:int"/>
                             <element name="buildLet" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="AttachedFile">
                        <sequence>
                             <element name="fileType" minOccurs="0" type="xsd:int"/>
                             <element name="originalFileName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="fileContent" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                             <element name="fileName" nillable="true" minOccurs="0" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="Party">
                        <sequence>
                             <element name="organization" nillable="true" minOccurs="0" type="tns1:Organization"/>
                             <element name="partyResultCode" minOccurs="0" type="xsd:int"/>
                             <element name="fax" nillable="true" minOccurs="0" type="tns1:Fax"/>
                             <element name="paymentDetailsArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_PaymentDetails"/>
                             <element name="person" nillable="true" minOccurs="0" type="tns1:Person"/>
                             <element name="healthStatement" nillable="true" minOccurs="0" type="tns1:HealthStatement"/>
                             <element name="phone" nillable="true" minOccurs="0" type="tns1:Phone"/>
                             <element name="address" nillable="true" minOccurs="0" type="tns1:Address"/>
                             <element name="attachedFileArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_AttachedFile"/>
                        </sequence>
                   </complexType>
                   <complexType name="Parties">
                        <sequence>
                             <element name="partyArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_Party"/>
                        </sequence>
                   </complexType>
                   <complexType name="FundRequest">
                        <sequence>
                             <element name="indexEndDate" minOccurs="0" nillable="true" type="xsd:dateTime"/>
                             <element name="carrierPartyId" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="indexStartDate" minOccurs="0" nillable="true" type="xsd:dateTime"/>
                             <element name="linkingType" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="Relation">
                        <sequence>
                             <element name="relationRoleCode" type="xsd:int"/>
                             <element name="relationOriginatingObjectID" nillable="true" type="xsd:string"/>
                             <element name="relationRelatedObjectID" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="KolRega">
                        <sequence>
                             <element name="providentFundType" type="xsd:int"/>
                             <element name="providentFundNumber" type="xsd:double"/>
                        </sequence>
                   </complexType>
                   <complexType name="BudgetSplit">
                        <sequence>
                             <element name="rule45" type="xsd:double"/>
                             <element name="amount" type="xsd:double"/>
                             <element name="pcntCompensation" type="xsd:double"/>
                             <element name="pensionEmployer" type="xsd:double"/>
                             <element name="rule47" type="xsd:double"/>
                             <element name="pensionEmployee" type="xsd:double"/>
                        </sequence>
                   </complexType>
                   <complexType name="Migdalor">
                        <sequence>
                             <element name="equityCourse" type="xsd:int"/>
                             <element name="lifeEquity" type="xsd:double"/>
                             <element name="compensationInvestmentCourse" type="xsd:int"/>
                             <element name="constStipend" type="xsd:double"/>
                             <element name="reduction" type="xsd:int"/>
                             <element name="manLifeStipend" nillable="true" type="tns1:BudgetSplit"/>
                             <element name="manEquity" nillable="true" type="tns1:BudgetSplit"/>
                             <element name="manConstEquity" nillable="true" type="tns1:BudgetSplit"/>
                             <element name="manStipend" nillable="true" type="tns1:BudgetSplit"/>
                             <element name="lopping" type="xsd:int"/>
                             <element name="constEquity" type="xsd:double"/>
                             <element name="pcntEquity" type="xsd:double"/>
                             <element name="salaryEquity" type="xsd:double"/>
                             <element name="pensionLifeInvestmentCourse" type="xsd:int"/>
                             <element name="lifeInvestmentCourse" type="xsd:int"/>
                             <element name="stipend" type="xsd:double"/>
                             <element name="equity" type="xsd:double"/>
                             <element name="lifeCycleCompensationMigdalorForLife" type="xsd:int"/>
                             <element name="lifeCyclePensionMigdalorForLife" type="xsd:int"/>
                             <element name="lifeCycleCompensationMigdalor" type="xsd:int"/>
                             <element name="pcntExpenseToSaving" type="xsd:double"/>
                             <element name="manLifeEquity" nillable="true" type="tns1:BudgetSplit"/>
                             <element name="paramInsuranceCourse" type="xsd:double"/>
                             <element name="insuranceCourse" type="xsd:int"/>
                             <element name="lifeStipend" type="xsd:double"/>
                             <element name="pensionInvestmentCourse" type="xsd:int"/>
                             <element name="investmentCourse" type="xsd:int"/>
                             <element name="compensationLifeInvestmentCourse" type="xsd:int"/>
                             <element name="manConstStipend" nillable="true" type="tns1:BudgetSplit"/>
                             <element name="lifeCyclePensionMigdalor" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="OptionalBenefit">
                        <sequence>
                             <element name="optionalBenefitID" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="OptionalBenefits">
                        <sequence>
                             <element name="optionalBenefitArr" nillable="true" type="impl:ArrayOf_tns1_OptionalBenefit"/>
                        </sequence>
                   </complexType>
                   <complexType name="Mitria">
                        <sequence>
                             <element name="additionalShalvaAmount" minOccurs="0" type="xsd:double"/>
                             <element name="shalvaAmount" minOccurs="0" type="xsd:double"/>
                             <element name="fundStartDate" minOccurs="0" nillable="true" type="xsd:dateTime"/>
                             <element name="fund" minOccurs="0" type="xsd:int"/>
                             <element name="restPensionAmount" minOccurs="0" type="xsd:double"/>
                             <element name="disabilityPensionAmount" minOccurs="0" type="xsd:double"/>
                             <element name="fundPremium" minOccurs="0" type="xsd:double"/>
                             <element name="salaryEquity" minOccurs="0" type="xsd:double"/>
                             <element name="equityCourse" minOccurs="0" type="xsd:int"/>
                             <element name="pcntEquity" minOccurs="0" type="xsd:double"/>
                        </sequence>
                   </complexType>
                   <complexType name="Product">
                        <sequence>
                             <element name="productCode" minOccurs="0" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="LifeParticipant">
                        <sequence>
                             <element name="commissionPayeeType" minOccurs="0" type="xsd:int"/>
                             <element name="beneficiaryType" minOccurs="0" type="xsd:int"/>
                             <element name="lifeParticipantRoleCode" minOccurs="0" type="xsd:int"/>
                             <element name="lifeParticipantKey" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="lastUpdateDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="beneficiaryRoleCode" minOccurs="0" type="xsd:int"/>
                             <element name="participationPct" minOccurs="0" type="xsd:double"/>
                             <element name="collectionPct" minOccurs="0" type="xsd:double"/>
                             <element name="deathBenefitAmt" minOccurs="0" type="xsd:double"/>
                             <element name="participantType" minOccurs="0" type="xsd:int"/>
                             <element name="productionPct" minOccurs="0" type="xsd:double"/>
                        </sequence>
                   </complexType>
                   <complexType name="LifeParticipants">
                        <sequence>
                             <element name="lifeParticipantArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_LifeParticipant"/>
                        </sequence>
                   </complexType>
                   <complexType name="Coverage">
                        <sequence>
                             <element name="lifeParticipant" minOccurs="0" nillable="true" type="tns1:LifeParticipant"/>
                             <element name="coverageAction" minOccurs="0" type="xsd:int"/>
                             <element name="riskGroupName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="coverageName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="paymentPeriod" minOccurs="0" type="xsd:int"/>
                             <element name="paymentCode" minOccurs="0" type="xsd:double"/>
                             <element name="duration" minOccurs="0" type="xsd:int"/>
                             <element name="msManotCollective" minOccurs="0" type="xsd:double"/>
                             <element name="coverageSignDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="pcntValue" minOccurs="0" type="xsd:double"/>
                             <element name="policyValue" minOccurs="0" type="xsd:double"/>
                             <element name="release" minOccurs="0" type="xsd:int"/>
                             <element name="numSalaries" minOccurs="0" type="xsd:double"/>
                             <element name="coverageKey" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="mandatoryIndicator" minOccurs="0" type="xsd:int"/>
                             <element name="mix" minOccurs="0" type="xsd:double"/>
                        </sequence>
                   </complexType>
                   <complexType name="Life">
                        <sequence>
                             <element name="coverageArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_Coverage"/>
                        </sequence>
                   </complexType>
                   <complexType name="Pension">
                        <sequence>
                             <element name="transferFromAnotherFund" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="mainCover" minOccurs="0" type="xsd:int"/>
                             <element name="riskDeduce" minOccurs="0" type="xsd:int"/>
                             <element name="pcntPension" minOccurs="0" type="xsd:double"/>
                             <element name="finalPaymentAge" minOccurs="0" type="xsd:double"/>
                             <element name="solitudeDeclarDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="insuranceCourse" minOccurs="0" type="xsd:int"/>
                             <element name="retAge" minOccurs="0" type="xsd:int"/>
                             <element name="orgFund" minOccurs="0" type="xsd:int"/>
                             <element name="pcntDisability" minOccurs="0" type="xsd:double"/>
                             <element name="pcntRest" minOccurs="0" type="xsd:double"/>
                             <element name="solitudeStatus" minOccurs="0" type="xsd:int"/>
                             <element name="qualificationPeriod" minOccurs="0" type="xsd:int"/>
                             <element name="pensionAge" minOccurs="0" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="Risk">
                        <sequence>
                             <element name="loanType" minOccurs="0" type="xsd:int"/>
                             <element name="interestCode" minOccurs="0" type="xsd:int"/>
                             <element name="loanNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="premiumCode" minOccurs="0" type="xsd:int"/>
                             <element name="pcntInterest" minOccurs="0" type="xsd:double"/>
                        </sequence>
                   </complexType>
                   <complexType name="Policy">
                        <sequence>
                             <element name="carrierCode" minOccurs="0" nillable="true" type="xsd:string"/>
                             <element name="pcntPensionEmployee" minOccurs="0" type="xsd:double"/>
                             <element name="printPolicyIndicator" minOccurs="0" type="xsd:int"/>
                             <element name="policycarrierPartyID" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="replacingForm" minOccurs="0" type="xsd:int"/>
                             <element name="proposalDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="linkingMode" minOccurs="0" type="xsd:int"/>
                             <element name="polNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="acctHolderName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="compensationAgreement" minOccurs="0" type="xsd:int"/>
                             <element name="numSalaries" minOccurs="0" type="xsd:double"/>
                             <element name="riskDeduce" minOccurs="0" type="xsd:int"/>
                             <element name="organizationKey" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="creditCardType" minOccurs="0" type="xsd:int"/>
                             <element name="externalPolNumerator" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="agreementID" minOccurs="0" type="xsd:int"/>
                             <element name="compensationInvestmentAuthority" minOccurs="0" type="xsd:int"/>
                             <element name="kolRega" nillable="true" minOccurs="0" type="tns1:KolRega"/>
                             <element name="contIndicator" minOccurs="0" type="xsd:int"/>
                             <element name="bankBranchName" nillable="true" minOccurs="0" type="xsd:string"/>
                             <element name="creditCardExpDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                             <element name="salary" minOccurs="0" type="xsd:double"/>
                             <element name="policyValue" minOccurs="0" type="xsd:double"/>

    any suggestions?
    Thanks
    Kfir

  • OID: ldap Name Space question

    Experts for OID, need your help with following:
    OID will be used to store user accounts
    (will later sync from a local Active Directory, so all users in AD will appear in OID)
    Following is the information about Active Directory.
    The AD domain is adauth.local
    so user accounts are [email protected]
    Question: When installing OID, need your suggestions for following entries during OID installation
    1. LDAP v3 Name Space: dc=adauth,dc=local (is this ok?)
    2. OID information Realm: dc=adauth,dc=local (is this ok?)
    Are above entries for LDAP Name Space ok during OID installation?
    I am trying to match AD LDAP Name space with OID, since OID will sync from AD user accounts.
    Is this ok?

    I'd still follow the points that are listed in your article David.  This is in the Exchange 2013 post. 
    Scenario: NetBIOS name of domain controller differs from subdomain of its DNS domain name
    It does ask for the additional steps to be taken, and while it may work without I would not go against the documentation. 
    The other thing you can do, is to do a cross forest migration to a new forest that is not disjoint.  I know that is a lot of work but then you will not run into these issues.  The same thing applies for customers who have a single label domain. 
    It's DNS name is not "contoso.com", the DNS name is "contoso".  Yes you can do that, but it is not a good place to be in.....
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Entry for host name is missing or empty (Secure Store key: admin/host/).

    Hi All,
    I am in the process of installing EP7 on SLES9 and MaxDB 7.6 on a clustered HA environment where the SCS, DB and JC components are installed under and referenced by their virtual hostname (eg. sapinst SAPINST_USE_HOSTNAME <virt name>).
    The SCS instance is installed, the Database Instance is installed and I'm currently in the process of Installing the JC and Deploying the EP packages. 
    During the installation, SDM is put into standalone mode and sapinst tries to deploy the package EPBC06_0.SCA where it fails and the sdm_server.err shows :
    "com.sap.sdm.serverext.servertype.inqmy.TargetEngineConfigurationException: Cannot retrieve Engine logon data from Secure Store: Entry for host name is missing or empty (Secure Store key: admin/host/).        at com.sap.sdm.serverext.servertype.inqmy.InQMyTargetSystemConfigurator.getLoginDataFromSecStoreInQMyTargetSystemConfigurator.java:286)        at com.sap.sdm.serverext.servertype.inqmy.InQMyTargetSystemConfigurator.getEngineLoginDataInQMyTargetSystemConfigurator.java:197)        at com.sap.sdm.serverext.servertype.inqmy.EngineStateServiceImpl.determineCurrentEngineStateEngineStateServiceImpl.java:53)        at com.sap.sdm.app.proc.deployment.states.State.determineJ2EEEngineState(State.java:97)        at com.sap.sdm.app.proc.deployment.states.StateBeforeFirstDeployment.getJ2EEEngineStateChangeDescriptionStateBeforeFirstDeployment.java:75)        at com.sap.sdm.app.view.proc.deployment.mapper.StateMapper.map(StateMapper.java:56)        at com.sap.sdm.app.view.proc.deployment.mapper.FlowMapper.map(FlowMapper.java:28)        at com.sap.sdm.app.view.session.AppViewUpdater.updateAppView(AppViewUpdater.java:22)        at com.sap.sdm.app.view.session.AppViewUpdater.sessionStateChanged(AppViewUpdater.java:18)        at com.sap.sdm.app.proc.deployment.impl.SessionStateObserversImpl.notifySessionStateChangedSessionStateObserversImpl.java:46)        at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:85)        at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)        at com.sap.sdm.app.view.controllers.DeployEventProcessor.processEvent(DeployEventProcessor.java:11)        at com.sap.sdm.client_server.deployserver.DeployCmdProcessor.processEvent(DeployCmdProcessor.java:264)        at com.sap.sdm.client_server.deployserver.DeployCmdProcessor.process(DeployCmdProcessor.java:108)        at com.sap.sdm.gui.server.GuiAdminRoleCmdProcessor.processGuiAdminRoleCmdProcessor.java:72)        at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)        at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommandCmdServer.java:76)        at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)        at com.sap.sdm.is.cs.ncserver.NetCommServer.serveNetCommServer.java:43)        at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serveServiceWrapper.java:39)        at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)       at java.lang.Thread.run(Thread.java:816)"
    The same problem occurs if I try to deploy this package or any other package using SDM in standalone or integrated mode. 
    configtool -> Secure Store -> admin/host/<SID> is the virtual hostname of the JC instance.
    I've tried the following to no avail:
    - Changed configtool -> Secure Store -> admin/host/<SID> to be the physical hostname of the box.
    - Changed configtool -> Server -> Dispatcher -> Service -> P4 -> bindhost (from 0.0.0.0 to JC virt IP).
    - Changed the <Host> entry in sdmrepository.sdc from <phys hostname> to <jc virt hostname>.
    The SAPLOCALHOST, SAPGLOBALHOST all seem to be set correctly in the SAP profiles.
    Has anyone had this issue?  If so, what do I need to check/change?  Any ideas?
    Notice the message does not reference the <SID> in "admin/host", could this be related to the issue?  If so, what can cause this?
    TIA
    Anthony

    Hi All,
    Just an update, I was able to get around my problems by patching the 2004s media from sp6 to sp8, uninstalling my scs, and database and re-installing from the patched media.

  • DB13 is missing option to optimize statistics

    How can I get DB13 to have the option to optimize statistics.
    The oracle version is 10.2.0.2

    Dear William
    Maybe the parameter is not set in init<SID>.ora file. Check this file for optimizer enable parameter as to
    optimizer_mode = choose
    optimizer_index_cost_adj = 10
    optimizer_features_enable = 9.2.0
    You can also check on Note 540021 for any other required parameter which might be missing.
    Hope it helps.
    Regards
    Lokesh Gupta

  • Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when i enter account name and password for one account, i cannot access other accounts, because windows saves username

    Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when I enter account name and password for one account, i cannot access other accounts, because windows saves username. how can i prevent this from happenning. I really need to access all my accounts and dont want it to save automaticlly.

    Why have 5 accounts if you need to access all of them.. just have one account?
    Sorry I cannot follow why you would even use the PC to control the Time Capsule. Apple have not kept the Windows version of the utility up to date.. so they keep making it harder and harder to run windows with apple routers.

  • When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

  • Talent Search not showing name for one employee

    Hi
    I am facing issue in talent search, it is not showing employee name after search. This is happening only for one user, means surely it will be master data issue,application is working fine.
    But now I want where to see that data maintained.
    Please help with this if anyone knows about it.
    -Yogesh

    Hi Yogesh,
    If it is only one employee that it isn't showing for then it could be authorizations. Some other suggestions are:
    - Incorrect or no name for CP object
    - Incorrect authorizations of user used for delta-indexing
    My guess would to be to look at authorizations first.
    Best regards,
    Luke

  • VFX3 ERROR:Enter a Name and City for one-time account postings (F5 266)

    Dear Colleagues.
    Finance are teying to release a billing doc to Finance on VFX3 and getting the error below.Is it something not maintained correctly somewhere (Customer Master,etc)?
    All help greatly appreciated,
    PAPJ1
    Error Log
                 0010056707 000000 Document 0010056707 saved (no accounting document generated)
                 0010056707 000000 Enter a name and city for one-time account postings
                Technical data
                    Tech. data details
                     Client
                     Group Number
                     Sales Document Number                  0010056707
                     Item Number of the SD Document         000000
                     Schedule Line Number                   0266
                     Counter in Control Tables              00
                     Message Identification                 F5
                     System Message Number                  266
                     Output Type                            E
                     Message Variable 01
                     Message Variable 02
                     Message Variable 03
                     Message Variable 04
                     Group Type

    Hi.
    The system logic is the following:
    In the master record of your one-time account, there is a field called
    'Reference account group'. The field status settings of the account
    group entered here are relevant for the one time vendor screen.
    Please note that even if the fields are changed from mandatory to
    optional if the NAME and CITY of the One Time Vendor is not filled, the
    system will still prompt the Error Message F5266.
    If you do not enter the name and city you will receive error F5266.
    The system logic here is to make sure that the name and the city being
    keyed-in properly for the Executive Information System reportings.
    Please note that it is hard-coded in the system.
    Check the following notes
    604312
    587806
    548834
    513748
    512360
    Also if you are using any bapi to post the document, you can  resolve the issue pass-in 'Name', City and Region field values in BAPI while creating the billing document.
    I hope I could be of assistance.
    Kind Regards,
    Fernando Evangelista

  • Enter a name and city for one-time account posting is the message i get

    Enter a name and city for one-time account posting is the message i get ,when i am trying to post a onetime vendor .I have entered name ,country and language when the pop comes.But still throws me this message ,pls help.

    Hi,
    I didnt understand what u mean by "when i am trying to post a onetime vendor".
    Pl. specify whether you are:
    -Creating a OTV
    -Creating a PO for a OTV
    or
    doing any other transaction
    Regards,
    Prithviraj

  • Name and city not defined in FB60 for one time account

    Hello Guru's ,
    We are on SAP ECC 6.0 and I have defined a one time vendor in the standard account group CPD One-time vend.(int.no.assgnmt).
    In the screen layout for that account group I have the address details for name1 and postal code, city defined as optional entry. In the master data of the one time vendor I have however created an address so the address details like Name1 and City are filled.
    When I use MIRO for creating an invoice the address details are filled for the one time vendor, but when I use FB60 it prompts the following message: 'Enter a name and city for one time postings'.
    Why are the address details not filled in transaction FB60 while the have been filled in MIRO ? And why can I not post the Invoice as I have defined the name and address as optional entry in OBD3 ?
    Thanks as ever for your reply's

    Yes I understand that. The problem is however that we have invoice scanning and when the invoice is scanned it comes into the rework fase where we enter the one Time vendor. In a normal situation the invoice wille be created and parked (status completion) after which AP clerks can either enter a Purchase order or not. With the One Time vendor I don't get an invoice document as it prompting for the Name and City. Becaue of that I entered the name and city in the vendor master data and set them to optional in OBD3. Nonetheless it still gives me the error. Also in transaction FB60. So if it doesn't work with making fields optional in the vndor accoutn group and entering the requested data in the vendor master data I probably must set the error message some where into a waring ? Funny thing is that it does work for the MIRO transaction as I am not getting the error there.
    Thanks
    Edited by: Antoinette Stork on Jun 19, 2009 2:46 PM

Maybe you are looking for

  • Bank Posting not being updated in Profit Center - ECC 6.0

    My client has implemented ECC 6.0.Profit Center Accounting is also implemented. The query is when I do a posting to the bank account system does not create a PC Doc. Can anybody help me with this.

  • Mass processing transaction for PP order

    Hi, Is there a way to REVOKE the DLFL status in a number of PP orders at a time and then set CLSD status. I tried using COHV but it doenst seem to be having that feature. Please suggest immediately. Rg, Vipul

  • What are NSSA and TNSSA area?

    What is the significance of these? What kind of LSA types can be advertised in these areas in OSPF?

  • IPod Problems help PLZ

    i have a 80gb classic and it just stopped working all of a sudden. When i turn it on all it does is go to the apple logo and turn off. When i try to connect it to my computer it doesnt reconize it. what should i do. Please help

  • SRW2024P config file issue

    Hello there, we got a problem with our Linksys switch. What happened was, we wanted to restore a config from another switch (same) so we backed up the config and loaded it onto this current "dead" one. All we thought was going fine until the switch n