OBIEE Plug-in for AWM error: Missing spread attribute for dimension\

Hi,
While trying to export a cube to OBIEE administrator using the AWM plugin for OBIEE we get the following error for a lot of dimensions.
AWM version is 11.1.0.7.0B on a 11.1.0.7 DB
ERROR: Missing spread attribute for dimension DAY_FLG at level ALL_FLAGS
ERROR: Missing spread attribute for dimension DAY_FLG at level FLAG
ERROR: Validation problems found for dimension DAY_FLG
Dimension DAY_FLG will not have UDML generated
As suggested in other forums I have created a long_desc attribute and selected the "created level attribute in views" option for all the dimensions in the cube, still the error persists.
Please help.
Regards,
Abhishek
Edited by: 866977 on Jun 20, 2011 3:30 AM

Thanks for you response David. But I'm afraid this does not solve the problem. I did it to all the dimensions and the error on day_flg persists. I noticed that an error on one of the other dimensions thougfh has changed. Detailed error below:
ERROR: Missing spread attribute for dimension DAY_FLG at level ALL_FLAGS
To Fix error: In AWM on the attribute panel for the long description attribute of each applicable dimension -
select the check box 'Create level attribute columns in views'
ERROR: Missing spread attribute for dimension DAY_FLG at level FLAG
ERROR: Validation problems found for dimension DAY_FLG
Dimension DAY_FLG will not have UDML generated
ERROR: Missing spread attribute for dimension HOUR at level ALL_HRS
ERROR: Spread Attribute HR_LONG_DESC found but is not visible for level HR
The dimension HOUR will be marked invalid and no UDML will be generated for this dimension or any cube dimensioned by this dimension.
ERROR: Validation problems found for dimension HOUR
Please help

Similar Messages

  • Error: Missing initial value for session parameter

    Hi,
    I'm facing a problem while running the ETL process for Complete 11.5.10 Execution Plan in DAC Client. Some tasks are getting failed beacuse of the following error:-
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: VAR_27026 [Error: Missing initial value for session parameter:[$DBConnection_OLAP].].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6163 [Error initializing variables and parameters for the paritition.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6226 [ERROR:  Failed to initialize session [SDE_ORA_Product_Category_Derive_Full]].
    ERROR : LM_36320 [Mon Nov 19 21:02:08 2007] : (2108|2632) Session task instance [SDE_ORA_Product_Category_Derive_Full]: Execution failed.
    When i checked the parameter file i can see the value assigned to the $DBConnection_OLAP. The same tasks ran successfully when i ran the ETL process for Complete 11.5.10 for the first time. I did not change anything after that and also all these are came built-in with the installation of Oracle BI Applications.
    Please anyone give me an idea what is causing the problem.
    Thanks,

    in DAC > Run History > Task Details, query
    Name = SDE_ORA_Product_Category_Temporary
    Open Status Description, look for string -lpf, the file after it is the actual parameter file DAC send to INFA server. E.g
    -lpf D:\DACTOPUS\Informatica\parameters\SDE_ORAR12_Adaptor.SDE_ORA_Product_Category_Temporary.txt
    Open the parameter file, most likely the [session_name] does not match with SDE_ORA_Product_Category_Derive_Full or some parameters are missing.

  • OBIEE 10g iBots SA System error : No Devices found for User ###

    Hi All,
    I have implemented SA System in my RPD as I wanted to send emails to obi/non-obi users.
    But its giving error - No Devices found for User ....
    I found this error in S_NQ_ERR_MSG table.
    I have an entry in SA_User table, and when I login to OBI using same user, I can see my delivery profile automatically set as expected because of SA System Implementation.
    But its not working when I want to send mail to same user using iBots conditional request.
    Please advise what I am doing wrong here??
    Thanks in Advance !!..
    Well .. now the No devices issue is resolved if i select the checkbox for Interactive Dashboard and Active Delivery Profile in the Destination tab of iBot.
    But still No mail received :(
    Getting below data from S_NQ_ERR_MSG table.
    ERROR_MSG_TEXT
    1:6:Device16:/shared/_ibots/19:6045043489:6045043489:dashboard7:ibotapi6:9719.0:_:
    2:6:Device16:/shared/_ibots/19:6058035879:6058035879:dashboard7:ibotapi6:9719.0:_:
    Please help !!!
    Edited by: 995726 on Apr 11, 2013 7:04 AM

    Solved !!! :)
    Its was a small mistake..
    The SA System columns in Presentation and logical area should be exactly as expected.
    In my case, the correct column should be 'Time Zone' but I had it as 'Timezone'. :)
    Small mistakes are hard to find... neways.. hope this will help some another soul ;)
    Cheersss !!!

  • Bulk import error - Missing required attribute ‘fullname’

    Folks,
    I am having trouble trying to bulk import some users.
    I have the following file for import (cut down from what I really want to import):
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user1”,”myLDAPresourcename”,”passwd”,”passwd”,”myfirstname1”,”mysurname1”,” myfirstname1 mysurname1”This works using “Accounts->Launch Bulk Actions” with Action set to “From Action List” and everything else on that page left at the default value. The correct data appears in IDM and the LDAP resource.
    Now if I try to import the following file, in which the user does not have a first name, I get in to trouble:
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user2”,”myldapresourcename”,”passwd”,”passwd”,””,”mysurname2”,”mysurname2”
    The error message is:
    com.waveset.Util.WaveSetException: An error occurred adding user ‘uid=user2,…..’ to resource “myLDAPresourcename”.
    com.waveset.util.WavesetException:  Missing required attribute ‘fullname’Clearly the import file contains a column for ‘fullname’ (column 8) and a value for ‘fullname’ in the only row of data “mysurname2”. As far as I am concerned it is perfectly valid for a user not to have a ‘firstname’; but they must have a ‘fullname’.
    I have tried using an import file without a value for ‘fullname’, but with a ‘firstname’ and ‘lastname’ like this
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user3”,”myLDAPresourcename”,”passwd”,”passwd”,”myfirstname3”,”mysurname3”,””This works. The correct data appears in IDM and the LDAP resource and IDM has generated a ‘fullname’ value of “{Firstname} {Surname}”. Trying to leave out the ‘firstname’ and the ‘fullname’ gives the same error as above.
    The configuration of my resource (in summary) is
    objectclasses:
         top
         person
         inetOrgPerson
    Account Attributes:
         accounted     -> uid               [required]
         password     -> userPassword
         firstname     -> givenname
         lastname     -> sn               [required]
         objectClass     -> objectClass
         fullname     -> cn               [required]
    As an experiment I have tried reconfiguring the resource so that ‘fullname’ is not marked as required.
    Importing user1 and user3 still works and still creates the correct data in IDM and the LDAP resource.
    Importing user2 now gives a different error:
    com.waveset.Util.WaveSetException: An error occurred adding user ‘uid=user2,…..’ to resource “myLDAPresourcename”.
    javax.naming.directory.SchemaViolationException: [LDAP: error code 65 – Object Class Violation]I don’t understand why, during the import of a user without a ‘firstname’ IDM will not generate a ‘fullname’ or use the supplied ‘fullname’.
    Can anyone help?
    Regards,
    Gavin

    After further testing it turned out that I couldn't create a user without a firstname from the IDM GUI and this in turn was because of the way fullname was generated by the user form.
    I've got the user form changed and now user creation (from the GUI and via bulk import) is working as hoped.

  • JPSTranslate:Custom tag is missing required attribute for

    When ever I am placing a label in jsf using RAD i am getting a similar error which i am not able to rectify. And how to integreate swing components in Faces jsp file
    Please help me out.

    volkov wrote:
    Error Message:JSPG0227E: Exception caught while translating /index.jsp: /index.jsp(13,1) --> JSPG0006E: Custom Tag is missing required attribute propertyWhich is line 13 then? And check the syntax for that tag.

  • Report for initial fill of marketing attributes for contact persons

    Hello,
    i have an excel document with contact persons and marketing attributes.
    What way do you recommend to bring this attributes into SAP CRM?
    The contact persons are already in SAP CRM.
    Thank you
    Best regards
    Manfred

    Hi Manfred - ELM, is what we use to update contacts for all information, including marketing attributes.
    If you don't have the contact in CRM...Step 1 - From the file that you have, just map the contact details and ELM the file to create contacts. Step 2 - You have to add the contact IDs to the file now and this time create a mapping format to update the contact and marketing attributes.
    In the mapping format that you would create, marketing attributes can be assigned from the file to be ELM'ed.
    Thanks
    Nikhil

  • Picture of usb plugging into itunes, received error while updating software for ipod touch

    tried updating software on new (refurb) ipod touch. everything was going ok with updates, when it was almost complete i received an error. now i have a picture of itunes with a usb cord plugging into it and it won't do anything else.  accessed itunes through firefox. any suggestions?

    Try here.  iPhone and iPod touch: Unable to update or restore

  • Error message on updates for CS6, error message on updates for CS6

    I've been having major issues with CS6 as well as CC - started with both versions of photoshop locking up, then totally refusing to open. Uninstalled both versions, just reinstalled CS6 but it is not opening unless I hit the shift key while initiating, then it refused to open a raw file so I went in to update to accomodate my camera and got these error messages. I have been without a working photoshop program for what seems like a very long time and this is beyond acceptable. Tech support was not helpful.
    Adobe Bridge CS6 5.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Extension Manager 6.0.8 Update
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1U49
    Adobe Bridge CS6 5.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Photoshop 13.1.2 for Creative Cloud
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Photoshop Camera Raw 8.4(CS6)
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1U49
    Adobe CSXS InfrastructureCS6
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Dynamic Link Media Server CS6 1.0.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200

    Hello Mitch4815,
    Thank you for reaching out for assistance with the New Feeds on your new Droid Bionic. I too own this device and I hope that you are as happy with yours as I am with mine. I've subscribed to the Reuter's Technology News on my Bionic so I can stay in the know on the latest and greatest rumors in the wireless world. Not only is it my job but I enjoy reading the speculation on the latest and upcoming devices. Needless to say I've had an experience that's similar to yours.
    When I received a subscription error, I had to do a factory data reset on my new Droid Bionic in order to successfully subscribe to the News Feeds. Although I do recommend that you try this, let's save this step as a last resort. Please try to remove the battery while the device is powered on & re-insert then power the device on. Afterwards, verify that you have a good 3G/4G signal, anything more than 2 bars. If you are still experiencing access issues then the factory data reset would be the next step. Here is a link on how to perform a factory data reset on a  Droid Bionic.
    http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=46649
    Of course you will have to reactivate your device after the factory reset. Prior to completing the reset I recommend verifying that your contacts are backed up on either backup assistant or on your Gmail account. Also, your pictures, videos, and music will be saved on the memory card so this info is not in danger. After you have completed the steps above, please reply to this message as your experience may help others. 
    Thank you for being the best part of Verizon Wireless.

  • Mail for Exchange Error with Latest Firmware for N...

    I downloaded the latest firmware for E 90 (version number begins with 300. ....). I installed the latest version of Mail for Exchange and as soon as it connects, it immediately disconnects the mail sync.
    MFE was working fine with my old version. Can you advise, what could be the problem Also can i downgrade my version to the old version.
    Cheers
    Rohit

    It could be a servicepack issue. Read this:
    http://europe.nokia.com/find-products/nokia-for-business/software/email-and-instant-messaging/mail-f...
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Error in PA40: missing secondary record for infotype 0001

    Hi Experts,
    while changing the job code of employee i am getting below error in the PA40 transaction for IT0001 .
    Error : missing secondary record for infotype 0001 Key
    could you please tell me why this message is coming.
    Advance thanks,
    Regards
    Ram

    Hi,
    Please check out whether any user exits are maintained.
    Check ZXPADU01/ZXPADU02 includes.
    Please also check out whether there are dynamic actions configured for IT0000 and IT0001 via V_T588Z.
    Regards,
    Dilek
    Edited by: Dilek Ersoz Adak on Dec 16, 2009 3:19 PM

  • Missing Customizing settings for software component ECC-DIMP

    Hi all,
    While running the T-code IE4n I am getting this error:
    Missing Customizing settings for software component ECC-DIMP
    This is working fine in IDES ECC 6.0 ,Could u please tell me how to resolve it for my othersystems.
    Thanks
    Yinyan Lu

    Dear Yinyan Lu,
    Please, have a look into the SAP note 767108 (IE4N: Problems due to missing notification Customizing)
    Solution                                                                  
    To correct this error, implement the correction instructions contained    
    in this note or import the relevant Support Package.                                                                               
    In packages                                                                               
    o  DI in Release 4.6C2                                                                               
    o  DIMP in Release 4.71 and higher                                                                               
    o  EA-APPL as of Release 4.7 Extension Set 2 and higher                                                                               
    notifications are created when installing and dismantling. In this case,  
    Customizing must be complete, otherwise errors will occur.                                                                               
    In DI Release 4.6C2 and DIMP Release 4.71 (and higher),                   
    follow the following Customizing path:                                    
      Plant Maintenance and Customer Service                                  
        -> Maintenance and Service Processing                                 
          -> Maintenance and Service Notifications                            
            -> Determine Properties of Notifications for Installing and                                                                               
    Dismantling Parts                                                                               
    Always maintain the notification type for installation and for            
    dismantling.                                                                               
    Follow the following Customizing path on EA-APPL as of Release 4.7        
    Extension Set 2 (and higher):                                             
    follow the following Customizing path:                                    
      Plant Maintenance and Customer Service                                  
        -> Maintenance and Service Processing                                 
          -> Configuration Control                                            
            - > Determine Properties of Notifications for Installing and      
               Dismantling Parts.                                             
    Always maintain the notification type for installation and for            
    dismantling.                                                                               
    What must you do if you do not want to use notifications in IE4N?                                                                               
    1.  You must always maintain the notification type in accordance with     
        Customizing described above.                                                                               
    2.  Create an individual, empty implementation for the BADI               
        BADI_CCM_NOTIF_GENER. To do this, proceed as follows:                                                                               
    a) Execute transaction SE18.                                                                               
    b) Specify BADI_CCM_NOTIF_GENER as the BADI name.                                                                               
    c) Use the menu <Implementation><create> to create an individual      
           implementation with a corresponding name in the Z namespace.                                                                               
    d) You enter the BADI Builder. Name the implementation, and then      
           save and activate your implementation. It is important that the    
           methods CREATE, FILL_CUST_DATA, MODIFY, SET_HEADER_MESSAGE, and    
           PRINT_NOTIF are empty.                                                                               
    Note that these steps are required, since the BADI                    
        BADI_CCM_NOTIF_GENER is equipped with a default source code that      
        includes the use of the notification.                                                                               
    As of ECC600, Note 1368876 replaces error message IEN 126 with error      
      message IEN 026, which is more precise.                                                                               
    Caution:                                                                               
    o  The error message mentioned above indicates that Customizing is    
             missing. To correct the problem, you must perform the relevant     
             Customizing settings for transaction IE4N.                                                                               
    o  As of ECC600, you do not have to activate the DIMP switch (this    
             may not be useful).                                                                               
    o  For more information, see Note 1368876.                                                                               
    I hope, it helps.
    Best regards,
    Roland

  • Missing configuration entry for data - index relationship

    IN ST04 -> configuration -> Data Class
    all data classes are in yellow I'm trying to activate them and getting the following error
    "Missing configuration entry for data - index relationship"
    This is the result of  a system copy
    Thanks
    Kkhaldoun

    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.

  • ERROR: control_updates_flag is null for TASK ActivityID

    hi all:
    Cannot add new activities when importing XLS into P6 8.2Steps to Reproduce1.Create a test project and create 1 activity.2.Export the project using XLS format.3.Open the XLS sheet add an activity.4.Import the XLS sheet with the newly created activity.5 XLS sheet will not import note the error message in import log.:Excel Import log started : 15-Mar-12INFO: Importing Global Data...INFO: Importing Project Data...INFO: Importing: INFO: Saving: ERROR: control_updates_flag is null for TASK ActivityID: A1010
    for excample:
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0020, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0030, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0040, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0050, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0060, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0070, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0080, Project: N407 - Rev.2.03
    ERROR: control_updates_flag is null for TASK ActivityID: 407CSCAIC0090, Project: N407 - Rev.2.03

    Hello,
    thank you for help me,but this Problem is not resolved.I downloaded the patch,Installation in accordance with the documents:
    1.Download the P6Web_8.2.0.1.zip and extract the contents.
    2.Make a backup copy of your p6home directory containing your existing 8.2 installation.
    3.Copy p6.ear to your 8.2 p6home directory.
    4.Update your P6 configuration to the latest version in the P6 Administrator application:a.Run adminpv.cmd or adminpv.sh from your p6home directory.
    b.Login as the privileged user (for example, privuser).
    c.Right-click on the configuration name.
    d.Select Update to latest version.
    e.Click Save Changes.
    To add P6 as a WebLogic application:
    1.Launch the WebLogic Administration Console.
    Note: You can open the Administration Console via a web browser using this address: http://serverIP:listenport/console. The default listenport is 7001.
    2.In the Welcome window, log in using the user name and password that you created when you created the WebLogic domain.
    3.In the Change Center pane of the Administration Console, click Lock & Edit.
    4.In the Domain Structure pane, click Deployments.
    5.In the Summary of Deployments pane:a.Select p6.
    b.Click Update.
    6.In the Update Application Assistant pane:a.Verify the the path is correct for p6.ear file.
    If you need to change the path, click Change Path and navigate to the directory where p6.ear is located.
    b.Click Next.
    7.In the Update Application Assistant pane, review the configuration settings you have chosen, then click Finish to complete the update.
    To start the P6 application in WebLogic:
    1.In the Change Center pane, click Activate Changes.
    2.In the Domain Structure pane, click Deployments.
    3.In the Summary of Deployments pane, select p6.
    4.Verify that the State column for p6.ear shows Active.
    5.Logout of the Administration Console.
    6.Stop and restart the WebLogic application server.
    After the above steps, the new test and found that the import eppm p6 are still having problems after exsl data updates,
    To seek your help, thank you

  • PKG-Building: WARNING: missing directory entry for /tmp

    Hi,
    After I ran the 'pkgmk -o -r / -d /tmp/pkg -f my.prototype' I got followings:
    ## Building pkgmap from package prototype file.
    ## Processing pkginfo file.
    WARNING: missing directory entry for </tmp>
    WARNING: missing directory entry for </tmp/test>
    ## Attempting to volumize 4 entries in pkgmap.
    part  1 -- 167 blocks, 16 entries
    ## Packaging one part.
    /tmp/pkg/WChen/pkgmap
    /tmp/pkg/WChen/pkginfo
    /tmp/pkg/WChen/root/tmp/test/test1.txt
    /tmp/pkg/WChen/root/tmp/test/test2.txt
    /tmp/pkg/WChen/root/tmp/test/test3.txt
    ## Validating control scripts.
    ## Packaging complete.
    What does here "WARNING: missing directory entry for </tmp>" mean? Though this is not critical, I want to know if it's possible to get rid of it.

    you want add this into pacmans path
    Server = ftp://ftp.archlinux.org/tur/hapy
    then
    pacman -S gnomad2
    its so much easier
    but if your current like if you ran pacman -Suy after oct 1 i belive
    then it probably wont work
    mine did till the new upgrades
    ive not been able to build it from source like your doing ive tried many times
    i read some where in the read me files bout jsut adding  modprobe njbfs then mount it like
    a mass storage device im gonna try looking into that today
    i also posted ? to the forum on this

  • I cannot do a GR for UNBW material, Free of Charge, for Intercompany PO.

    While trying to do a GR for a UNBW material Free of Charge from an inter-company STO, I am getting the following error msg:
    M7226 = " Update control of movement type incorrect (entry 101 _ X _B)”.
    I get the same message by doing the MIGO GR from PO or from MIGO GR from Outbound Delivery.
    I checked the table T156S and the required entry is missing:
    Movement Type = 101
    Update Value = blank
    Update Quantity = X
    Special Stock = blank
    Movement Indicator = B
    Receipt Indicator = blank
    Consumption = blank
    Scenario:
    Material Type UNBW is Quantity Control Only (No Cost).
    The PO Item has Account Assignment 8 (I/C Free of Charge)
    The vendor will not charge any cost (Totally Free of Charges)
    The field FREE is checked in the PO item
    Note:
    If in the GR/MIGO I enter a dummy value of $0.01 the document is posted. Of course the value posted is not correct because we do not have to pay anything to the vendor.
    I created a Customer Note to SAP, but they insist that the problem is in configuration.
    What could be the possible reason and what is the solution for this error?
    Thanks,

    Thanks for your reply. I checked that box and it becomes a free of charge item. Now when I do the MIRO that particular line item is missing. And when I do the F2 invoice for the third party order too that line is missing. My requirement is that I should be able to see in the F2 invoice as a free item. This is required for customs purposes.
    I have also tried checking the box : " Final Invoice " in the PO for that particular line item. ANd the FREE check box is still there , and the F2 invoice has the free line item but it is showing the std price. I would like to see the price as $0.00.
    Appreciate your help and time
    Thanks

Maybe you are looking for

  • Movie playlist in iTunes is not showing up on ATV3

    I created a Movie playlist in iTunes with 3 trailers and a movie. I can view the playlist fine in iTunes. When I go to my ATV3 the playlist does not show up anywhere. There is no playlist option under movies and the playlist doesn't show up when I se

  • Many Freezes since 10.5.7 - only with WLAN!

    Hello Forum, My MBP5.1 (Late 2008) never hat any Problem with 10.5.6 and before. Since I upgraded to 10.5.7 the System freezes in the middle of work. The history: - 10.5.6 runs absolutely perfect - upgrade to 10.5.7 with Software-Update: Freezes afte

  • Mask and replace object on a moving item

    I am new to CS4, and not too familiar with Photoshop or After Effects, and I was wondering how would be best to do this: 1 - I need to mask the label on the cover of the Blush jar, where it says "MICA BELLA cosmetices" and replace it with another nam

  • Contacts do not come up when searching through Contacts App

    I'm connected to an exchange server. Email, calendar, notes, all come through ok. Even though you can't sort notes by name which is a pain at least they are there. Work decided to give me an Apple iphone over my long trusted Blackberry which I miss h

  • Urgent Tuning Question....

    Each, I have the query shown below which is running slowly. journal_subscribers table has around 400,000 rows and a non-unique index on jsu_journal_code rate_types table has 40 rows and a unique index on rty_code payment_methods has 7 rows and a uniq