Adding of accounts using excel linked to admin console account dimension

Hi Experts
Im about to do a little test
Here is the scenario
I Have many administrator user in my Security access
all of this user have the power to add and process accounts and fill up all the specified properties
my problem is i want them to add new accounts using excel outside admin console
how can i link this excel through excel of the account dimension in the admin console
can anyone help me by giving idea or reading materials about this?
Regards
Thanks
CSD

Hi SAm
Yes i know the implication of this i already have the idea how will i handle this scenarios
I just want to know how will i link an ordinary excel to the account dimension excel file in the admin console
How can i link local user's excel to the server's excel if i will be using the path that u gave me?
Thanks
CSD

Similar Messages

  • Trying to update my Apps and is tells me to sign in with account used.  I only have one account and it shows up on my updates.  What do I do?

    I cannot get my program updates. When I log into App Store, and try to update my purchased programs listed under "purchased"  it will not let me.  It says that I must log into the account used to purchase the apps.  This is the ONLY account I have, and it is listed on my account under purchases.  Proof they were purchased with this account.  What do I do???

    Did this.  However, it didn't have an okay button to confirm change. Went back to general pointing and clicking and then ALL of a sudden, App Store opened up with two of my updates. They download completely. There was nothing I did, but appears to be done.  Thanks for your help!

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • How to delete the iCloud account that is linked to my gmail account.

    Recently I bought the Iphone 5s. I created a new icloud account during the set of the phone. Unknowly it is linked to the Apple ID i used. Whereas there is another icloud account im using that i would like to link with my Apply ID then the newly set up one.
    Anyone has the answer? Been trying for hours.

    Deleted.
    Message was edited by: randers4

  • HT201250 I have two users on my iMac  (2 accounts) using Time Machine how do both accounts bet backed up?

    Can someone please help?  I just purchased a GDrive and it does not seem to backup one of the sides.

    What makes you think that? Mine seems to back up all my accounts.

  • Safari problem & how do I do admin user account  fix

    Using Safari 1.3.2, QT 6.5.2, OSX.3.9 on Mac G4. I have not chosen to upgrade to QT 7 or Tiger because of other apps on this machine.
    Safari crashes when I try to empty cache. Problem started after upgrade to above and installing flip4mac. - not sure which caused the problem.
    I've already thrown out the suggested things from Safari prefs, plist, cache files from prefs, etc. I also trashed all of the fllip4mac pieces. Didn't fix the problem.
    The only solution has been to log in as a different user. So, I guess I have to fix or delete and re-do the problem user account, which is my main admin. user account. I see that the dialogue box says I can save the user folder items into a "deleted user" folder.
    Before taking this step, I want to know what happens then? Do I just drag the items back into the new admin. account? I would like some info before I take this step - don't want any regrets. If I can and do drag stuff back, any chance it would bring the problem with it? Will I get all my setting back? How about a step x step on setting up as new admin.?
    Mac G4 450 SP   Mac OS X (10.3.9)  
    Mac G4 450 SP   Mac OS X (10.3.8)  

    Hi Chris
    I can't help with a step by step - but did you simply trash the f4m files or run the uninstaller.pkg ??
    Below is the list of commands that the uninstaller uses to remove/reset everything that was changed when f4m was installed. Possibly you didn't locate all these files?.
    #!/bin/sh
    # remove historical files
    userGuide="Flip4Mac WMV Player User Guide.pdf"
    /bin/rm ~/Desktop/"$userGuide"
    prefPaneNameOnDesktop="Flip4Mac WMV Registration"
    /bin/rm ~/Desktop/"$prefPaneNameOnDesktop"
    preferencesPath="/Library/Preferences"
    internetPluginsPath="/Library/Internet Plug-Ins"
    windozeMediaPluginName="Windows Media Plugin"
    disabledFolderName="Disabled Plug-Ins"
    appFolderPath="/Applications/Flip4Mac"
    /bin/rm -rf /Applications/WMV\ Player.app/
    # New application files and registration link
    /bin/rm -rf "$appFolderPath"/WMV\ Player.app/
    /bin/rm "$appFolderPath"/Users\ Guide.rtf
    /bin/rm "$appFolderPath"/Flip4Mac\ WMV\ User\ Guide.pdf
    /bin/rm "$appFolderPath"/WMV\ Upgrade
    # Remove QT components
    /bin/rm -rf /Library/QuickTime/Flip4Mac\ WMV\ Import.component/
    /bin/rm -rf /Library/QuickTime/Flip4Mac\ WMV\ Export.component/
    # Remove web browser plug-ins
    /bin/rm -rf "$internetPluginsPath"/Flip4Mac\ WMV\ Plugin.plugin/
    /bin/rm -rf "$internetPluginsPath"/Flip4Mac\ WMV\ Plugin.webplugin/
    /bin/rm -rf "$internetPluginsPath/$disabledFolderName"/Flip4Mac\ WMV\ Plugin.plugin/
    /bin/rm -rf "$internetPluginsPath/$disabledFolderName"/Flip4Mac\ WMV\ Plugin.webplugin/
    # move windows media player back into place
    if [ -d "$internetPluginsPath/$disabledFolderName/$windozeMediaPluginName" ] ; then
    if [ ! -d "$internetPluginsPath/$windozeMediaPluginName" ] ; then
    /bin/mv -f "$internetPluginsPath/$disabledFolderName/$windozeMediaPluginName" "$internetPluginsPath/"
    fi
    fi
    # remove the disabled plug-ins folder if it is empty
    /bin/rm "$internetPluginsPath/$disabledFolderName/.DS_Store"
    /bin/rmdir "$internetPluginsPath/$disabledFolderName"
    # old prefpane
    /bin/rm -rf /Library/PreferencePanes/WmvPlayer.prefPane/
    # new prefpane
    /bin/rm -rf /Library/PreferencePanes/Flip4Mac\ WMV.prefPane/
    # Package receipts
    /bin/rm -rf /Library/Receipts/Flip4Mac\ Web\ Plugins.pkg/
    /bin/rm -rf /Library/Receipts/Flip4Mac\ QuickTime\ Components.pkg/
    /bin/rm -rf /Library/Receipts/Flip4Mac\ WMV\ Player\ Installer.pkg/
    # Change mms URLs back to windows media player
    /usr/bin/defaults write com.apple.LaunchServices LSHandlers -array-add '<dict><key>LSHandlerRoleAll</key><string>com.microsoft.mediaplayer</string><ke y>LSHandlerURLScheme</key><string>mms</string></dict>'
    # single package installer
    /bin/rm -rf /Library/Receipts/Flip4Mac\ Uninstaller.pkg/
    # Final clean up: remove the uninstaller and app folder
    /bin/rm -rf "$appFolderPath"/Flip4Mac\ Uninstaller.pkg/
    /bin/rm -rf "$appFolderPath"/Flip4Mac\ WMV\ Uninstaller.pkg/
    /bin/rm "$appFolderPath/.DS_Store"
    /bin/rmdir "$appFolderPath"
    exit 0;

  • Generate CSV automatically using excel macro

    Hi,
    We actually make dimension hierarchy in excel and then make a CSV file and then load it into planning application. The CSV file containing parent child relationship of dimension members and other properties are made manually.
    Can anyone help me regarding how can we generate CSV file automatically using excel macro and vba editor for dimension loading purpose???
    Thanks
    Agniva Chatterjee

    You would need to write the VBA code yourself to populate the spreadsheet, I am not sure what you are expecting the forum to provide.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Getting HTTP 400 while creating field in Account using Eloqua REST 2.0 API.

    I tried to create field in Account using /API/REST/2.0/assets/account/field, but got HTTP 400-"Request contains a message that does not conform to the contract."
            "constraint": null,
            "detail": null,
            "field": "permissions",
            "stackTrace": null,
            "value": "fullControl"
    I refered http://secure.eloqua.com/api/docs/Static/Rest/2.0/doc.htm#AccountField for AccountField API.
    As mentioned in API, permissions is of type InstancePermissions and has valid values as read,write and fullControl.
    Here is my sample request for creating account field.
      "name":"employee_office_address",
      "description":"field created for office address",
      "permissions":"fullControl",
      "folderId":null,
      "sourceTemplateId":null,
      "accessedAt":null,
      "scheduledFor":null,
      "depth":"complete",
      "internalName":"employee_office_address",
      "optionListId":null,
      "checkedValue":null,
      "uncheckedValue":null,
      "displayType":"text",
      "dataType":"text",
      "defaultValue":null,
      "isReadOnly":false,
      "isRequired":true,
      "isStandard":true,
      "outputFormatId":null
    Why I am getting this error? Am I doing something wrong here?
    Also, how will I able to know which field are mandatory and which are optional for making AccountField call?
    Could anyone please share information on this ?
    Thanks in advance.

    Hello,
    In order to solve your issue, I recommend you post your issue to exchange server development forum for more appropriate.
    http://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=exchangesvrdevelopment
    Cara Chen
    TechNet Community Support

  • Issue in iPlanet loading obj.conf file in admin console module

    Dear all,
    I have done following chanegs in obj.conf file to block insecure http methods,but whenever I try to access admin module of iPlanet and restart, all manual changes done in obj.conf disappears.
    Only one time it asked me with message that file has been modified manually do you want to load?
    but this is not happening every time.I am using iplanet 9.
    Please let me know if there is any issue with this or I am missing something.
    to just brief, only after trying 20 times it asked me above mentioned message
    ---obj.conf file contents----
    <Object name="WebCon1" ppath="*/WebCon/*">
    *<Client method="(GET|POST)">*
    AuthTrans fn="match-browser" browser="MSIE*" ssl-unclean-shutdown="true"*
    *</Client>*
    *<Client method="(HEAD|PUT|TRACE|TRACK|SEARCH|INDEX|OPTIONS|DELETE|MKDIR|SHOWMETHOD|UNLINK|CHECKIN|TEXTSEARCH|SPACEJUMP|CONNECT|PATCH|PROPFIND|PROPPATCH|MKCOL|COPY|MOVE|LOCK|UNLOCK|CHECKOUT|RMDIR|ACL|VERSION-CONTROL|REPORT|UNCHECKOUT|ORDERPATCH)">*
    *AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="405"*
    *</Client>*
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/home/cedera/iPlanetServer/Installation/ns-icons" name="es-internal"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="find-pathinfo"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|POST)" type="image/gif" fn="send-file"
    Service method="(GET|POST)" type="image/jpeg" fn="send-file"
    Service method="(GET|POST)" type="text/css" fn="send-file"
    Service method="(GET|POST)" type="application/x-javascript" fn="send-file"
    Service method="(GET|POST)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|POST)" type="magnus-internal/directory" fn="send-error" path="/WebCon/WebCon/restrict.htm"
    Service method="(GET|POST)" fn="wl_proxy" WebLogicHost="10.10.61.224" WebLogicPort="444" HungServerRecoverSecs="600" Debug="ALL" DebugConfigInfo="TRUE" RequireSSLHostMatch="FALSE" WLLogFile="/home/cedera/iPlanetServer/Installation/https-webcon2/logs/Log_JSP.txt" PathTrim="/WebCon" PathPrepend="/WebConverter" SecureProxy="ON" URIContainsSpace="true" ErrorPage="/home/cedera/iPlanetServer/Installation/docs/WebCon/WebCon/serviceUnavailable.htm" MaxPostSize="-1" DefaultFileName="WebCon/login.jsp" ConnectTimeoutSecs="10" ConnectRetrySecs="2" WLDNSRefreshInterval="0" TrustedCAFile="/home/cedera/iPlanetServer/Installation/https-webcon2/config/trustedcafile.pem"
    AddLog fn="flex-log" name="access"
    </Object>
    I have added contents marked in bold manually....
    but it was not picking up it from frontend...then suddenly after 20 time, it picked up these changes in admin...
    but now if I am trying to change in <client> tag , but it does not recognise any new changes done manually...it loads same obj.conf...whenever i restart instance from frontend...
    Edited by: sweetvish on Nov 9, 2009 9:26 PM

    After making manual changes in obj.conf, have you tried clicking the 'Apply' link in admin console and then choosing 'Load configuration Changes' option?

  • Equivalent of Weblogic Portal admin console in Webcenter ?

    Our company is currently equipped with Weblogic Portal (WLP) 10.3.2. I'm part fo the team in preparing a migration approach study to Oracle Webcenter (OWC).
    In WLP 10.3.2 we are using JSF, WSRP and 286 portlets. Hence most of it can be reused in OWC.
    Regarding run time customisation in Weblogic+ Portal administration console we can create desktop and include books, pages, portlets in Portal.
    Can we achieve the same in Oracle Webcenter through Webcenter Portal administration console ?
    While going through Oracle documentation I found the foll. thing "Composer in WebCenter Portal has been leveraged extensively inside Oracle WebCenter Portal: Spaces to allow users to customize and personalize spaces."
    I'm not clear if I can achieve the equivalent of Weblogic Portal administration console+ in Webcenter using Webcenter Portal administration console (or) Spaces (or) Composer ?
    Any helpful pointers / links would be helpful.
    Thanks for the helping heart in advance.

    As you are expecting simple mapping, it will be not be there, because they change whole product in such way that there is no one to one mapping between weblogic portal and webcenter portal.
    Spaces used for run time development of team sites and other collaboration sites, so this will be not useful to you in your scenario. Composer is run time customization of page. So if you want to give user capability to change content and page then you can use this feature.
    But for your answer or requirement you can use web center portal admin console to create pages and put portlet inside it from WC Portal Admin console. I know you might have gone through tutorials, but here is the quick one.
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e12405/wcadm_admin_apps.htm
    With WC oracle made too much complexity to understand. As a weblogic portal developer I also always try to compare things with WL portal :-)

  • Weblogic 10, WLST and Admin Console Classpath Exceptions

    I've been deploying an application to Weblogic 10 (not 10.3 from Oracle, the last version under the BEA logo) for a few weeks now without a problem. We're going to upgrade to 10.3 from Oracle in our development environment and play around with that hopefully today but I can't imagine a dot-version being much different so I figured I'd post the issue anyway.
    Recently, we've been having some issues with the WLST script we use to deploy/redeploy the application. It seems to have just started happening randomly which is odd because the script has not been modified since the get-go. What's happening is the application is compiled, staged and then the WLST script kicks off, log into the application server, looks to see if the app is already deployed, if it is, it redploys it with the latest code and then starts it up and then exits. Every now and again, the next time we go to deploy the application, the WLST fails saying that someone currently has a lock on the admin console. When we log in to the admin console, we see that the user the WLST script uses to log into the admin console currently has a lock on the console and we have the option to take the lock from this user.
    When we click the button to take the lock, we get a HUGE exception in the lefthand panel where the Lock & Edit button typically is that says something along the lines of:
    Error opening ...
    The source of this error is javax.servlet.ServletException: javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl not found at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:324) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175) at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:528) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:454) at org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestDispatcher.include(ScopedRequestDispatcher.java:119) at com.bea.netuix.servlets.controls.content.JspContent.beginRender(JspContent.java:551) at ...
    If I click on the 'Home' button along the upper righthand corner to go back to the home page of the admin console, the error goes away, the 'Activate Changes' button reappears, and then I click that and the Lock & Edit button reappears, then if I go back to my WLST script and run it, it runs successfully. If I log back into the admin console, everything appears normally. This happens intermittently and I'm not sure why it's happening some times and not others. If my WLST script is incorrect I would assume it would behave this way EVERY time.
    I also don't get why the xml transformer factory SOMETIMES throws the exception and sometimes it doesn't. It also happens when I try to click on a JDBC data source. Same exact exception is thrown on the default configuration tab, if I click on any of the other tabs available after clicking on my JDBC data source, those all appear fine, just the initial default Configuration > General tab shows this huge exception. If I stop and restart the application server, these exceptions magically go away...the odd thing is this exception being thrown seems to be referencing libraries made available by my deployed application (the whole net.sf.saxon.TransformerFactoryImpl class is in a library we deploy with our application). These jar files containing these libraries should ONLY be available to the deployed application, I'm not putting these files on the classpath of the application server, so why the application server's admin console have any knowledge of these libraries? Could these be mucking with the overall functionality of the admin server's behavior?
    Here is my WLST script I use the deploy the application. If you see something wrong with it, any feedback would be greatly appreciated. Any thoughts on the whole classpath of my application being used by the Weblogic Admin console would be helpful too.
    WLST Script:
    connect("merlin", "merlin595")
    # check to see if the apb data source exists and if so, make sure it's targeting the AdminServer
    try:
         # Either deploy or redeploy application
         try:
              print 'Checking for the existence of the APB application.'
              cd('/AppDeployments/apbEar')
              print 'The APB application will be redeployed.'
              progress=redeploy('apbEar')
              print 'Status of redeployment: ' + progress.getState()
         except WLSTException:
              print 'The APB application has not yet been deployed to this server, so application will be deployed for the first time now.'
              progress=deploy(appName='apbEar', path='/opt/weblogic/merlinpb/merlinpbEar/apbEar', targets='AdminServer')
              print 'Status of initial deployment: ' + progress.getState()
         # Start application
         try:
              print 'Starting APB application'
              startApplication(appName='apbEar')
         except WLSTException:
              pass
         disconnect()
         print 'End of script, exiting WLST...'
         exit()
    except WLSTException:
         print 'Could not deploy apb. Please log into the admin console and attempt the deployment manually.'
    Oh, one final thing I've noticed when I use this script. The last thing the script says WHEN it actually runs successfully is:
    <Nov 13, 2008 10:57:13 AM EST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Why does it say that? What does that mean? Is my script mot structure correctly above?
    Any help is greatly appreciated. Thanks again!
    Rob

    Hey Mike,
    The problem I was experiencing was that we had code that was applying an XSL stylesheet against XML we are getting from the database. In order for this stylesheet to work, we had to set code that does the following:
    System.setProperty("javax.xml.transform.TransformerFactory", "net.sf.saxon.TransformerFactoryImpl");
    Now the first time this code was called, and someone subsequently went to the Weblogic admin console, the screens would be completely unreachable...we were experiencing loads of compilation errors. So I did some digging and tried various other ways to set the TransformerFactory class that wouldn't affect the system as a whole. I found, by sheer luck, the fact that you can set this parameter in the weblogic-application.xml file located in the META-INF directory of your root EAR folder. The very first element in the XML of my weblogic-application.xml file is now:
    <wls:xml>
         <wls:parser-factory>
              <wls:transformer-factory>net.sf.saxon.TransformerFactoryImpl</wls:transformer-factory>
         </wls:parser-factory>
    </wls:xml>
    I now deploy the application with this and my reports are transformed properly and the admin console and command-line WLST scripts are all working uninterrupted as well without any adverse side-effects. Hope that helps. Just an aside, in preparation for the upgrade to WLS10, I restructured our application to a split development directory structure...this structure in combination with Workshop 10 really has made development and deployment much easier.
    Best of luck. Cheers!
    Rob

  • OIM Admin Console Customization: Replacing product logo

    Hi,
    I am not able to find the Global images section in the
    xlWebApp\WEB-INF\classes\xlWebAdmin.properties file. I would like to change the value of the property called global.image.clientlogo .
    Does anyone know why the Global images section is missing in the xlWebAdmin.properties file?
    Thanks.

    Follows the procedure that I used to customize my admin console:
    1) Uncompress the entire xlWebApp.war file from the <XL_HOME>/xellerate/webapp directory into any directory.
    2) Insert my custom_logo.gif in \images directory.
    3) Change the property "global.images.clientlogo=\images\client_logo.gif" to "global.images.clientlogo=\images\custom_logo.gif" in xlDefaultAdmin.properties located in \WEB-INF\classes\
    4) Create a new archive file called xlWebApp.war using jar utility
    5) Copy (overwrite) this new xlWebApp.jar file in <XL_HOME>/xellerate/webapp
    6) Navigate to <XL_HOME>/xellerate/setup directory
    7) Run the patch_<app_server> where <app_server> is the name of your application server. Don't forget to provide the additional information required by this command.
    8) Restart your application server.
    This worked for me. I'm using OC4J, but I've tested this configuration in Jboss as well.
    Hope that helps.

  • Strange issue with rights of account, used by SSIS (Foreach Loop Container does not return file names without Admin rights on server)

    Hello everyone.
    Faced very strange issue with account, which is used to run SSIS package.
    The specific package uses Foreach Loop Container to retrieve file names within the specified folder, and put them into Import file task.
    The package is set up to run under specific service account. This service account is given all permissions (Full control) to the folder where source files reside.
    So the issue is: SSIS package fails to execute this task (Foreach Loop Container and then Import), and shows that no files are found in the directory (although files ARE there).
    Once we're adding the service account into local Administrators group on the SQL Server, it works! Removing - does not work again. We cannot leave the service account as SQL server's admin as it's prohibited by our IT policies, and is just a bad practice.
    Any ideas, please? 
    MCP

    Here's the real log output:
    Date 16.04.2014 12:47:09
    Log Job History (RU-BW: Update)
    Step ID 1
    Server Server
    Job Name RU-BW: Update
    Step Name bw_import_cust_master_data
    Duration 00:00:02
    Sql Severity 0
    Sql Message ID 0
    Operator Emailed
    Operator Net sent
    Operator Paged
    Retries Attempted 0
    Message
    Executed as user: service_account Microsoft (R) SQL Server Execute Package Utility  Version 10.50.4286.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  12:47:09  Error: 2014-04-16 12:47:11.45
        Code: 0xC0202070     Source: bw_import_cust_master_data Connection manager "Input"     Description: The file name property is not valid. The file name is a device or contains invalid characters.  End Error  Error:
    2014-04-16 12:47:11.47     Code: 0xC0202070     Source: bw_import_cust_master_data Connection manager "Input"     Description: The file name property is not valid. The file name is a device or contains invalid characters.  End
    Error  Error: 2014-04-16 12:47:11.48     Code: 0xC0202070     Source: bw_import_cust_master_data Connection manager "Input"     Description: The file name property is not valid. The file name is a device or contains invalid
    characters.  End Error  Error: 2014-04-16 12:47:11.48     Code: 0xC020207E     Source: Import file Flat File Source [1]     Description: The file name is not valid. The file name is a device or contains invalid characters.
     End Error  Error: 2014-04-16 12:47:11.48     Code: 0xC004701A     Source: Import file SSIS.Pipeline     Description: component "Flat File Source" (1) failed the pre-execute phase and returned error code 0xC020207E.
     End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  12:47:09  Finished: 12:47:11  Elapsed:  2.324 seconds.  The package execution failed.  The step failed.
    MCP

  • Today I deleted a gmail account using my computer.  I also added a new work gmail  address.  Now I want to sync my phone and tablet with the new email address.  I've looked all over and can't find  out how to do it.

    Today I deleted a gmail account using my computer.  I also added a new work gmail  address.  Now I want to sync my phone and tablet with the new email address.  I've looked all over and can't find  out how to do it.
    Peg

        Hi there T&P63385!
    Look no further! I have the answer for you! You can add a new email account to your android device by following these steps: http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=31401
    Now I do want to let you know that your phone has a "main" gmail account. If this "main" gmail account was the one you deleted it may be best that you reset your phone and activate it to your new gmail address.
    The reason I recommend doing this is all of your purchased application information is also tied to your gmail.
    Ensure your personal information is backed up (contacts, pictures, etc) and follow these steps to Hard Reset your phone:http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=31308
    Let me know if you have any other questions!
    Thanks,
    MelissaM_VZW
    Follow us on Twitter @vzwsupport

  • How to use the admin user account in reports and dashboards?

    Hi Everyone,
    I want to use the admin user account in report and dashboard connections. But the Hyperion is automatically using the current user's credentials to fetch data.
    Hyperion 11.1.1.1
    Thanks
    Syantan

    This has been posted in the essbase forum > How to use the admin user account in reports and dashboards?
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for