Ignore quotes in build process

Is there a way to ignore double quotes in a dim build process? I have account names that have multiple instances of quotes which is causing the file to be parsed incorrectly. Is there a way to keep this from happening (ie ignore the quotes)?

Hi,
With the aid of a rule file, you can achieve what you want to .
In rule file, goto Fild -> Properties , here you have 'Replace'. One can replace anything with the desired. In your case , you can replace quotes with space(empty space).
generally, double quotes dont cause problem. Do open your source file in your data prep editor and see by your self. I think, you have un necessary quotes in between the name of a single account name. Confirm me .
Sandeep Reddy Enti
HCC
http://hyperionconsultancy.com/

Similar Messages

  • SCCM 2007 with MDT 2012 Update 1 - LTI Build Process - "UserLocale" setting is all lowercase.

    Greetings all.  I'm trying to resolve a situation where the "UserLocale" property is being set to "en-us" opposed to "en-US".  Quick environment stats:  SCCM 2007, MDT2010, using LTI build process with a 
    custom UDI.  2 Build Sites (customer build sites), both sites have branch distribution points.
    Both sites are performing the exact same LTI builds.  Same task sequence. 
    Both sites have MDT location records that have the "UserLocale" property defined as "en-US".
    Both sites successfully build the same LTI build, but post build; Site A has correct UserLocale entry of "en-US", while Site B does not have correct UserLocale entry - it is set to "en-us".   This wouldn't normally be a big
    deal, however we have an enterprise application that is hard coded to look for case specific property of "en-US", so this application does not function as desired as Site B.
    Both builds use the same task sequence, same OS.WIM (Windows 7 x86), and same unattend.xml.  The unattend.xml does have UserLocale specified as "en-US" (and also the MDT location records for Site A and Site B both have "UserLocale"
    property defined as "en-US", so I do not understand where the lowercase "en-us" is being populated from during the client build for Site B, when it works correctly for Site A?
    Bdd.log for client build at Site A shows:
    Obtained USERLOCALE value from SQL:  USERLOCALE = en-USUpdated
    C:\WINDOWS\panther\unattend\unattend.xml with UserLocale=en-US (value was en-US)
    Property USERLOCALE is now = en-US
    Bdd.log for client build at Site B shows:
    Obtained USERLOCALE value from SQL:  USERLOCALE = en-US
    Property UserLocale_Edit is now = en-us;0409
    Property UserLocale is now = en-us
    Value for USERLOCALE is already set to en-us so database value of en-US will be ignored.
    Updated C:\WINDOWS\panther\unattend\unattend.xml with UserLocale=en-us (value was en-US)
    Value for USERLOCALE is already set to en-us so database value of en-US will be ignored.
    Can anyone offer insight as to my next troubleshooting steps? I'm not sure why Site B, bdd.log - unattend.xml shows updating UserLocale to en-us instead of en-US?
    (Please note I have verified that the OS.WIM, unattend.xml, and all MDT scripts that run during task sequence execution are exact matches on the BDP's for each site. Same size, date, and content)

    Well, there must be something that is different... If you zip up the logs (all of them) from each setup, and mail them to me, I can take a quick look.
    / Johan
    Regards / Johan Arwidmark Twitter: @jarwidmark Blog: http://www.deploymentresearch.com FB: www.facebook.com/deploymentresearch

  • XOQ-01703: error during parse of build process script: (clear, compile)", "

    Hi All ,
    I was just clearing the dimensions using the below in SQL commandline throwing below error . However this works fine with my another 5 dimensions .Any advice ?
    SQL> exec dbms_cube.build('POSITION using (clear, compile)');
    BEGIN dbms_cube.build('POSITION using (clear, compile)'); END;
    ERROR at line 1:
    ORA-37162: OLAP error
    XOQ-01703: error during parse of build process script: "BUILD POSITION using
    (clear, compile)", ""
    ORA-06512: at "SYS.DBMS_CUBE", line 236
    ORA-06512: at "SYS.DBMS_CUBE", line 280
    ORA-06512: at line 1
    Thanks,
    DxP

    I believe in this case the parser that is parsing the build process script is treating the dimension name "POSITION" as a keyword and not as an OLAP Cube Dimension name. You may wish to rename the dimension to a name other than "POSITION" or double quotes as specified previously.
    Edited by: user713408 on Aug 1, 2011 12:12 PM

  • How do setup FlexUnit in your CI build process on 64-Bit Linux

    Hello everyone. I am trying to setup FlexUnit in my build process and am using Rackspace cloud servers for my build server. I only have the option of Linux 64 bit distros or Windows 32b/64b. I started setting up and configuring everything on Linux but ran into problems installing the required stand alone player for test execution using FlexUnit. There is no 64-bit linux compatitble version of the stand alone player. In configuring the system to use the browser plugin on the machine instead of the stand alone player for executing the tests, I then get a manual interaction component which doesn't fit well with an automated CI build.
    Am I the only person out there trying to integrate FlexUnit into my CI process on a 64b Linux machine? Any pointers, tips, workarounds or general hypothetical ideas would be great!

    @mbbender - Answers below:
    > I have been able to get the Flash Plugin working in a browser on my 64b Ubuntu 10.4 system. However, from my understanding I can not use the flash plugin from a browser to properly execute a headless execution of my tests during the CI process. To execute the tests as part of the CI process I need the Flash Stand Alone Player.
    -- As of FlexUnit 4.1-beta2, you have the option of executing your tests using the stand-alone debug Flash Player using the default mechanism to launch that player or using a custom command, which could potentially point to the browser.  Check out the docs on the Ant task @ http://docs.flexunit.org/index.php?title=Ant_Task#Usage and the sample CI build using a browser @ http://github.com/flexunit/flexunit/blob/master/FlexUnit4SampleCIProject/build.browser.xml for more details on how to do this.
    > Are you saying that I can somehow use the Flash Plugin dependencies to install the Flash Stand Alone Player? If so, would I then need a 32b emulator wrapper for running the Stand Alone Player?  Or, are you suggesting that I can somehow use the Flash Plugin in the browser to do what I need to execute my tests during the Hudson build?
    -- Although I'm not a savvy Linux admin, it's my understanding that recent 64-bit Linux distros can execute 32-bit applications as well as 64-bit applications.  The only req I'm aware of is that the 32-bit version of the dependencies must be available.  In this case, executing the 32-bit version of the SA player should work from what I understand.
    > Do you have a CI build process setup on a Linux 64b CentOS system with FlexUnit? To be honest, I'm more concerned with the end result right now than learning how to do it on my own and would like to know if you can potentially help me get this done a little quicker if you are interested.
    -- I currently have a setup using 64-bit CentOS and running the 32-bit SA player, although it's not on Adobe's proper list of supported OSes.  We've worked with other folks who have the 32-bit SA player running with FlexUnit on Ubuntu 64-bit.  There was some feedback on some issues using older versions of openSUSE, but I don't know too many details re: the problem.
    Hope this helps.
    -Brian

  • DVD Build Process Fails

    I am using DVD Studio Pro 4.0.3 and I have attempted the Build process on my project several times but the progress bar never gets past 0%. But DVD Studio Pro never crashes or even hangs. What I have noticed, upon looking under the name column in the activity moniter is "DSPX_AEncoderServer (Not Responding)". Although I don't know much about this app, I assume it is essential to the build process.
    Several months ago, I was able to burn a DVD from a simpler version of this project. Things that have NOT changed are that the Main Feature is about ten minutes long and also certain menus and screens are based on unrendered Motion files. What has changed is that two more unrendered Motion menus have been added and one of these has become very complex, containing several video windows such as you might see from a DVD Chapter Selection Screen.
    I had assumed these Motion files would be rendered as part of the DVD Build as they were in my original version of this project. I assumed that was the best approach to avoid artifacts. The Motion files run quite sluggishly however and I am concerned that perhaps they are overloading the processor and causing the encode process to crash. Do you think that the best way to resolve this issue would be to first render these Motion files as Quicktime using the Animation Codec and then replace the Motion files with the Quicktime files, Before going through this, I just wanted another opinion as to whether there was anything I had overlooked.
    Thank you so very much for any suggestions you may be able to offer.
    Julianna

    Thanks for your advice. I'm just not sure I understand what application to use to convert a Quicktime file into an m2v. Are you also saying that motion files aren't supposed to be directly imported into DVD SP? Would I choose the CODEC for DVD Best Quality? After encoding, do I move the old files and relink to the encoded files? I'm somewhat new at this, a little more explaination would be very helpful. Thanks so much.
    Usuallly the best way in general is to encode
    everything you can outside of DVD SP (Compressor,
    bitVice, etc.) to m2vs and AC3s and then bring those
    assets in - often stalls on builds can be cured by
    that.
    G5 2.5Ghz Dual Processor   Mac OS X (10.4.8)   2GB RAM, 9800 Pro Video Card

  • What I learned in the mortgage and build process

    What I learned in my 8 month loan and new build process. -don't sweat the small stuff -no news is good news.  If you send in the requested docs, and you don't hear back quickly, than all is good.  Understand the farther out from closing you are, the deeper in the stack your file is.  You are not the only client.  At any one time the money guy has a closing on the horizon that will have priority, if your new build is due to finish in 4 more months, well guess what?  All I asked was when MY closing happens in 4 days to have my file at the top, and I was reassured that would be the case. -In my situation the lender, sales, and builder all came under one umbrella.  There are advantages and disadvantages of this scenario.  I read the horror stories no one was looking out for me, I was going to get roasted etc.  I had none of that.  They were very professional. In the end I have a great home, and they made some money.  Its called business.  Because all worked for the same company they were committed to getting me in this house.  All 3 were responsive, and each knew what the other 2 were doing.  I was quickly preapproved, they only wanted 500 down in earnest, and they broke ground within 30 days after the contract was signed.  They paid ALL closing costs, over 12,0000 dollars worth.  The house is beautiful and well built.  I've had a few minor issues (ALL new houses do) that were promptly addressed and satisfied.    -My way to a new house is the middle method.  1st you pick out a spec house in the community and just move in.  Works for most people.  2nd you do like I did.  Pick a plan from the builder for that community.  You get to pick out colors, options etc.  The price given is gonna be the basic house, check that list carefully.  In my case the house had many "Upgraded" options as standard.  As a incentive I was given another 8,000 to use at the design center.  Well we spent that and another 7 LOL.  Realize it does not take long to spend 10k at the design center.  3rd option is the true custom build.  You buy the lot, get the architect to draw up precisely what you want, and go find the builder, and a construction loan.  You have to know what you're doing if you go this way.  Its a lot of work, and I entertained no notion of this option.  I mean you're gonna spend hours (days?) in Lowe's looking at door knobs, backspaslh, lights.  In my route the designers had all that narrowed down for ya, so instead of looking at hundreds of tiles you chose from about 30.  I liked that.  Understand the builder has vendors for all that stuff, and buy it at a good price, and why they were able to build me a pretty good house for the price. -Stuff is gonna happen.  Docs will be misplaced, wrongly shredded, or deleted and have to be reexcuted.  Weather will be bad=more delays.  Suppliers get behind and can't get stuff to the job site.  Don't let it ruin your day.  Just resend the docs. -the people in the pipeline work best under pressure, they're let ya know when its time to sweat. -I kept a accordion file of the stuff I turned into the money people, I kept it on my desk for quick reference for months.  It became a part of me.  A month after closing it now sits on my bookcase.  I look to it when I want to be reminded what it took to get me here.  It truly represents almost 40 years of work and life.  I think I'm gonna have it buried with me.  I suggest you keep a file. -don't try to match wits with these guys.  A couple of times I was asked for stuff that I thought had no revelance, but I did my duty and just got it up and sent the requested info. -They want you to buy THIS house.  -Know the scrore going in=understand and know YOUR credit file and how it got there and how to get it better.  It will make the process much easier.  I really didn't do that because I didn't know anything.  I was lucky, I had a clean file, my only problem was lack of revolving credit.  Because I had 6 months to work it, I was advised to go out and pick 2 more cards.  I did and my scores improved 25 points right away. -if you are going to engage collections on your file, do it before applying, or get some solid advice if you're gonna do it while in the process. -do not become a slave to the process.  While all this going on, live your life.  Do the stuff you like doing.  When you sit around and wonder what they're gonna do about your driveway all the time you whip up all kinds of ugly scenarios.    -if you have issues of confrontaion, controversey, and uncooperation among any of the 3, and its not gettin better, step back and take a look. -try to get good snacks at the closing.  I wanted nachos but got Keebler oatmeal cookies and mtn dew. And thats all I can think of right now.   

    Which means tomorrow is when we get the new update for our iPhones and I just found the answer to my question, I don't care for the new iPods, just wanted to know when the update will be available
    Message was edited by: Schmitty83

  • Worskhop build process

    Hello,
    I'm trying to figure out the workshop build process. Each time I right
    click on my portal web project and do a "build" it seems to do a
    "rebuild all" (like in JBuilder) instead of a "build modified source".
    Am I missing some setting here, or is this the way it works?
    Also, it seems to rebuild the following JCX's all the time:
    com\bea\p13n\controls\login\UserLoginControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\GroupProfileManager.jcx
    com\bea\p13n\controls\p13controls.jcx
    com\bea\p13n\controls\createUser\CreateUserControl.jcx
    com\bea\p13n\controls\ejb\property\PropertySetManager.jcx
    com\bea\p13n\controls\events\generic\GenericEventControl.jcx
    com\bea\p13n\controls\events\standard\ClickContentEventControl.jcx
    com\bea\p13n\controls\profile\UserProfileControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\UserManager.jcx
    com\bea\p13n\controls\events\standard\RuleEventControl.jcx
    com\bea\p13n\controls\ejb\property\EntityPropertyManager.jcx
    com\bea\p13n\controls\userInfoQuery\UserInfoControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\UserProfileManager.jcx
    com\bea\p13n\controls\ejb\events\EventService.jcx
    com\bea\p13n\controls\events\standard\DisplayContentEventControl.jcx
    com\bea\p13n\controls\events\standard\SessionLoginEventControl.jcx
    com\bea\p13n\controls\CompositeControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\RealmConfiguration.jcx
    com\bea\control\TimerControl.jcx
    com\bea\p13n\controls\events\standard\UserRegistrationEventControl.jcx
    com\bea\wlw\runtime\core\control\jmscontrol\MDBListener.jcx
    com\bea\wlw\runtime\core\control\EventControl.jcx
    Controls\SMSSender.jcx
    com\bea\p13n\controls\ejb\usermgmt\GroupManager.jcx
    com\bea\p13n\controls\events\generic\GenericTrackingControl.jcx
    I can't believe I'm using ALL of these - one or two yes, like the Group
    Manager ctrl, SMS sender ctrl, but not the rest (OK, there are
    dependencies..but still it would be nice to know what they are..)
    Please advice!
    BR,
    deepak

    Of course you have to build any project if you need to compile/link all
    the source inside it, compile the JSP's and update the deployment right?
    For example, java projects and such...
    Leonardo Contreras wrote:
    You don´t need to build a Portal project, the bulding can help you to resolve some
    things like missing libraries.
    Portal Web projects and Web Projects include all of system java controls, that´s
    the reason of this list of controls.
    Deepak Natarajan <[email protected]> wrote:
    Hello,
    I'm trying to figure out the workshop build process. Each time I right
    click on my portal web project and do a "build" it seems to do a
    "rebuild all" (like in JBuilder) instead of a "build modified source".
    Am I missing some setting here, or is this the way it works?
    Also, it seems to rebuild the following JCX's all the time:
    com\bea\p13n\controls\login\UserLoginControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\GroupProfileManager.jcx
    com\bea\p13n\controls\p13controls.jcx
    com\bea\p13n\controls\createUser\CreateUserControl.jcx
    com\bea\p13n\controls\ejb\property\PropertySetManager.jcx
    com\bea\p13n\controls\events\generic\GenericEventControl.jcx
    com\bea\p13n\controls\events\standard\ClickContentEventControl.jcx
    com\bea\p13n\controls\profile\UserProfileControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\UserManager.jcx
    com\bea\p13n\controls\events\standard\RuleEventControl.jcx
    com\bea\p13n\controls\ejb\property\EntityPropertyManager.jcx
    com\bea\p13n\controls\userInfoQuery\UserInfoControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\profile\UserProfileManager.jcx
    com\bea\p13n\controls\ejb\events\EventService.jcx
    com\bea\p13n\controls\events\standard\DisplayContentEventControl.jcx
    com\bea\p13n\controls\events\standard\SessionLoginEventControl.jcx
    com\bea\p13n\controls\CompositeControl.jcx
    com\bea\p13n\controls\ejb\usermgmt\RealmConfiguration.jcx
    com\bea\control\TimerControl.jcx
    com\bea\p13n\controls\events\standard\UserRegistrationEventControl.jcx
    com\bea\wlw\runtime\core\control\jmscontrol\MDBListener.jcx
    com\bea\wlw\runtime\core\control\EventControl.jcx
    Controls\SMSSender.jcx
    com\bea\p13n\controls\ejb\usermgmt\GroupManager.jcx
    com\bea\p13n\controls\events\generic\GenericTrackingControl.jcx
    I can't believe I'm using ALL of these - one or two yes, like the Group
    Manager ctrl, SMS sender ctrl, but not the rest (OK, there are
    dependencies..but still it would be nice to know what they are..)
    Please advice!
    BR,
    deepak

  • Build process aborting due to following error

    I should also probably add that machines usually build fine, it's only been with this new batch of PCs that the build has been failing.

    So I'm trying to build a machine over the network, (the operating system I'm installing is Windows 7 Professional) however I'm getting this error message when building a machine from our new batch of PCs;
    'Build process aborting due to following error:
    Disk partitioning/formatting exception: VDS API
    IVdsCreatePartitionEz::CreatePartitionEx returned 0x80042571 size = 45788 MB,
    offset = 1 MB, format = 39'
    Any suggestions greatly appreciated.
    This topic first appeared in the Spiceworks Community

  • CVI2013 f1: how to cancel build process?

    how to cancel the build process after it's started?
    I can't find a way...
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded
    Solved!
    Go to Solution.

    Hello Wolfgang!
    Yes, my answer to vix's initial question was basically the same as your's: the 'Cancel Build' menu item from the Build menu.
    As of CVI 2013, the build process is not longer blocking the ADE UI anymore, so users can operate the CVI ADE independent of the currently running build process. Hence, the modal dialog from CVI 2012 has been removed. Because the dialog was removed, we moved the ability to cancel the current build over to the CVI ADE menu, amoung the other menu items related to the build process (e.g. Build, Rebuild, Batch Build...). However, we didn't want to modify the behavior of the STOP button, because it's main purpose has been closely targeted towards controlling the execution state of a debugged program. If we have changed it's behavior, we would also have to change it's naming, i.e. currently 'Terminate Execution' toolbar button.

  • How to trigger the quote re approval process

    hi
    i want to trigger the quote re approval process when order line details are changed after approval. can any one suggest me the way to perform this task whether i can create a database trigger ?
    thanks and regards
    srini

    hello srini,
    sounds to iguru that you want to modify the order lines workflow rather than creating a database trigger. I assume that you are a boffin in workflow?

  • Generate web services form WSDL as part of build process

    Hi, I am using Jdev drop7build2.
    I have wsdl and schema types. From Jdeveloper we can generate webservices using "web services from WSDL". But I want to generate web services as part of my build process.
    Is it possible to do this as part of build process ? any ant tasks or API etc ?
    Thanks
    -Siva

    Arrrgggg
    Drop 7 is an Oracle-internal build, as far as I know.
    You should be asking on an internal Oracle list.
    John

  • [svn:osmf:] 16068: Update @includeExample to add symbolic "examples" relative path (that is expanded by the build process).

    Revision: 16068
    Revision: 16068
    Author:   [email protected]
    Date:     2010-05-12 11:17:11 -0700 (Wed, 12 May 2010)
    Log Message:
    Update @includeExample to add symbolic "examples" relative path (that is expanded by the build process).
    Also added -noswf option as we are not compiling the example into a swf for the asdocs.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayerSprite.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn] 3347: -remove the javascript directory since it is getting cleaned and recreated during the build process .

    Revision: 3347
    Author: [email protected]
    Date: 2008-09-25 06:27:28 -0700 (Thu, 25 Sep 2008)
    Log Message:
    -remove the javascript directory since it is getting cleaned and recreated during the build process.
    -this should make SVN happy and get the builds working again
    Removed Paths:
    flex/sdk/trunk/frameworks/javascript/FABridge/samples/srcview/source/fabridge/javascript/

    - Where? That depends upon what you what. But, going by the letter of what you asked, you shouldn't deploy any applications or packages if you want them on your newly images systems, you should make them a part of the TS using Install Software and Install
    Application tasks.
    - How many times? You should only need one although depending upon what you are deploying and if you are using offline updates, some folks add more. I typically use two one right after the Setup Windows and ConfigMgr task (just like the task sequence wizard
    builds for you) to update the OS and "things" in the image and one at the end to catch additional updates for apps and components added during the TS. Note that you also have to initiate an update scan cycle for additional install update tasks to work. Do
    this by adding a run-command line task before the second Install Updates task with the proper WMIC incantation.
    - Offline Updates only injects CBS updates into the image which are typically just core OS updates. You should also update your image though to include non-CBS updates. Using a build and catpure task sequence makes this easy.
    Jason | http://blog.configmgrftw.com

  • Calling the packager as part of the automated build process

    Hi,
    Is it possible to call the iPhone packager via command line or ANT script? We are developing a pure ActionScript application, and as part of the build process for this app, we'd like to call the packager to build the IPA file.
    Is this possible?
    Stephen

    Is possible.
    This is a piece from my ant build the variables must be configured properly
        <target name="test_package_iphone" depends="-chkName, -iPhonePWD" description="packageApp">
            <apply executable="${PFI_BAT}" parallel="true" dir="${DEBUG_DIR}" relative="true">
                <arg value="-package"/>
                <arg value="-target"/>
                <arg value="ipa-test"/>
                <arg value="-provisioning-profile"/>
                <arg value="${IPHONE_PROVISIONING}"/>
                <arg value="-storetype"/>
                <arg value="pkcs12"/>
                <arg value="-keystore"/>
                <arg value="${IPHONE_KEYSTORE}"/>
                <arg value="-storepass"/>
                <arg value="${IPHONE_PASSWORD}"/>
                <arg value="${app.name}.ipa"/>
                <arg value="${app.name}-app.xml"/>
                <arg value="${app.name}.swf"/>
                <arg value="-C"/>
                <arg value="${ASSETS_DIR}"/>
                <srcfile/>
                <fileset dir="${ASSETS_DIR}"/>
            </apply>
        </target>

  • Cube hang up is happening during Dimension Build process

    We are using the Excel VBA tool for the Dimension build process.The tool will build the members in 3 applications(Atlaunch,ModeLife,Textcube).Most of the times cube hung up is happening at the Text cube. The dimension build process is described below
    Dimension Build Process :-
    The dimension build process is performed by the Calculation and Dimension Build Tool.
    Before executing dimension build logging in to essbase server is required through the tool
    Once logged in the particular region where dimension build is supposed to be carried out is selected from NML, NA, NE and NS.
    Per region there are 3 applications namely <Region>LNCH, <Region>LIFE and <Region>TEXT and per application there is only 1 database namely AtLaunch, ModeLife and TextData respectively. The cube structure per region is given below:
    NML Region:
    NMLLNCH.AtLaunch
    NMLLIFE.ModeLife
    NMLTEXT.TextData
    NA Region:
    NALNCH.AtLaunch
    NALIFE.ModeLife
    NATEXT.TextData
    NE Region:
    NELNCH.AtLaunch
    NELIFE.ModeLife
    NETEXT.TextData
    NS Region:
    NSLNCH.AtLaunch
    NSLIFE.ModeLife
    NSTEXT.TextData
    The Dimension Build Process is carried out in 2 steps:
    1.     Project Master Code Build –
    2.     Grades, Line Options, Project Description and Reference Currency Build –
    Project Master Code Build:-
    In the Project Master Code Build by the Calculation and Dimension Build Tool the following processes are involved
    •     Some members are dynamically created in <Region>LNCH.AtLaunch, <Region>LIFE. ModeLife and <Region>TEXT. TextData cubes.
    •     Some data is loaded in <Region>LNCH.AtLaunch Cube.
    Grades, Line Option, Project Description and Reference Currency Build:-
    Grades – Some members are dynamically created in <Region>LNCH.AtLaunch and <Region>LIFE. ModeLife cubes.
    Line Options - Some members are dynamically created in <Region>LNCH.AtLaunch
    Project Description - Some members are dynamically created in <Region>TEXT.TextData cube. After that some data is loaded in <Region>TEXT.TextData cube.
    Reference Currency – UDA is updated in <Region>LNCH.AtLaunch, <Region>LIFE.ModeLife cube and UDA and Alias is updated in <Region>TEXT.TextData cube.
    Note: Most of the times during Project Description Build we are experiencing cube hang up / no response for NMLTEXT.TextData, NATEXT.TextData, NETEXT.TextData and NSTEXT.TextData cubes.
    Text cube dimension build process flow :-
    1. Introduction
    The Dimension Build process in CDB system is used for adding new project information in the cubes (AtLaunch, ModelLife and TextData). The text files which are needed for performing dimension build are generated from the child packages and stored in the local system of the user (<LocalDrive>:\GCEP4\Input\CDB_DimensionBuild). The Dimension Build process is carried out in 2 stages:
    1.     Project Master Code Build
    2.     Grades, Line Option, Project Description and Reference Currency Build
    Project Master Code Build:-
    In the Project Master Code Build by the Calculation and Dimension Build Tool the following processes are involved
    •     MsPr_DIM rule is used for the text file F0P_<Project>-<Milestone>-<Version>.txt to build Project Master Code in AtLaunch, Model Life and Text Data Cubes.
    •     MsPr_FLG rule is used to Load some data from the text file F0P_<Project>-<Milestone>-<Version>.txt in AtLaunch Cube.
    Grades, Line Option, Project Description and Reference Currency Build:-
    Dimension Build w.r.t. Grades and Line Options are carried out in AtLaunch and Model Life cubes which is not in scope of this document. Dimension Build w.r.t. Project Description and Reference Currency change are carried out in Text Data cube, so only those parts are discussed in this document.
    2. Project Description Build (Detailed process flow)
    The Project Description Build is carried out in the following steps:
    •     First, any Lock on the particular PMV is checked. If not locked next operation is carried out.
    •     Database availability is checked next (whether any other Dimension build is happening that time or not) and accordingly the availability flag is updated in TextData cube.
    •     Next cache is set from high to low to carry out dimension build.
    •     After cache setting, one rule file at a time is taken (as given in the cfgDL sheet) and dimension build is performed by using the Rule file and text file (created in local by input packages) on the intended cube.
    •     For a particular Rule file “GCM_FDIM” which is used to build CCM information in TextData cube, the following steps are followed by the tool itself:
    o     From the TextData cube all the child members under CCM member under Grades dimension are fetched by “GetMbrInfo” function (GetMbrInfo is used around 2000 to 3000 times).
    o     The child members under CCM for that particular PMV combination are deleted (if previously build).
    •     New child members under CCM are build based on the information provided in the text file F1G_<Project>-<Milestone>-<Version>.txt
    •     Once CCM is build rest of the rule files are used to carry the dimension build operation.
    •     The Dimension build process is carried out by building dimensions as well as updating some flags (loading data).
    •     Reference Currency is updated (if required) at last.
    Why this cube hang up is happening?
    Thanks in advance

    53 questions, all still open. Would you mind marking them as closed as without at least the "question is closed" tag, there's no way for future readers to know if your issues have been resolved or not. I know that I personally use this board for answers quite often and it really helps me when I see that a question has been adequately answered. Points assigned to those who helped you is a nice touch.
    Now to your question: did you by any chance change from one Essbase server to another? You didn't state if this build issue happens all the time, or only if you do all three databases, or much of anything in your post as to the actual process of failure, so I'm kind of guessing wildly on this. If true, you might want to look at: http://timtows-hyperion-blog.blogspot.com/2007/12/essbase-api-error-fix-geeky.html
    Regards,
    Cameron Lackpour
    P.S. MMIC, GlennS, and I were just discussing your kind of build-hierarchy-in-Excel approach last week and how infrequently it's seen nowadays. Not a criticism, I personally like these old-school approaches, probably because I've built one or two myself.

Maybe you are looking for

  • Connection with license server failed

    Hi, I am having problem connecting with my license server when I am using the DI Server (webservice). Error encountered: Error env:Receiver 100000001 Connection with license server failed. Does anyone know what is the best practice for this configura

  • HT204204 iPad no vga

    SSince up dating iOS no VGA from the dock connector. I went to the Apple Store and they confirmed it is a bug in the new iOS. I will have to wait until apple does a fix dixk

  • Can anyone help with this message on the screen of my hp 3310 all in one oxb814728e​?

    can anyone help?

  • Remove Hidden Information

    Hi! I am using Adobe Reader XI and can't find the QuickTool menu on teh right side of the document. I need it because I want to use the command Remove Hidden Information from a PDF file which keeps on giving me the error code 135 whenever I edit it a

  • Logging server start/stop to syslog?

    Hi All! I have spent all day on this and I am ripping my hair out! Using Solaris 10 (update 5) and SMF I am trying to get the same start/stop information that is logged to /var/svc/log/... to output via syslog. According to the man page for svc.start