Error when testing CSV Open data driver

Hi All,
<p>
I followed all the steps in the 'Using the Open driver sampleu2019 guide and was even able to view my data when right-clicked in the Universe Designer and selected to View Table Data.  However, when I do the data integrity check, I get an error.  When I try using in the Web Intelligence Tool, I get similar error with the enclosed stack trace. 
<p>
Why is BOBJ parsing when the driver seems like it should be doing the parsing?  I tried debugging but the execution never made it in to com.businessobjects.connectionserver.datasources.csv.sqlparser.ParserImpl.parseQuery(String query) as I would have expected.
<p>
Can anyone help me understand what, if anything, I'm doing wrong?
<p>
Thanks!
<p>
com.businessobjects.rebean.wi.ServerException: A database error occured. The database error text is: (CS) "OpenConnectivity driver error : Exception parsing query: SELECT
  Table__1."ID",
  Table__1."FirstName",
  Table__1."LastName"
FROM
  "People.csv"  Table__1
[The word before the last in the SQL statement must be a FROM word: Table__1]" . (WIS 10901)
        at com.businessobjects.wp.om.OMHandler.documentLoadingError(Unknown Source)
        at com.businessobjects.wp.xml.XMLLoader.processDPCommands(Unknown Source)
        at com.businessobjects.wp.xml.XMLLoader.processDPCommands(Unknown Source)
        at com.businessobjects.rebean.wi.occa.OccaDocumentComAdapter.refresh(Unknown Source)
        at com.businessobjects.rebean.wi.occa.OccaDocumentComAdapter.refresh(Unknown Source)
        at com.businessobjects.rebean.wi.DocumentInstanceImpl.refresh(Unknown Source)
        at org.apache.jsp.viewers.cdz_005fadv.refreshDocument_jsp._jspService(refreshDocument_jsp.java:207)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
        at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:688)
        at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
        at org.apache.jsp.viewers.cdz_005fadv.getKeydateProperties_jsp._jspService(getKeydateProperties_jsp.java:269)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
        at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:688)
        at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
        at org.apache.jsp.viewers.cdz_005fadv.refreshDocument_jsp._jspService(refreshDocument_jsp.java:230)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at com.businessobjects.adv_ivcdzview.SetCharacterEncodingFilter.doFilter(Unknown Source)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
Edited by: Dan Mazzella on May 15, 2009 2:14 AM
Edited by: Dan Mazzella on May 15, 2009 2:30 AM

Great... thanks for the explantion.  Are there a set of steps I can follow so that I can see the CSV driver working?  I followed the ones in the Driver Development Kit User Guide, but setting up the CSV driver in that manner did not enable me to use that Universe in a Web Intelligence Document.  Here are the steps I followed...
<p>
Creating the connection
Use the New Connection wizard to create a connection to your CSV file.
Start the New Connection wizard, and click Next to access the Database Middleware screen.
From the Database Middleware screen, expand the Generic item, then expand the Text Files item, then select the Business Objects Open Connectivity item.
In the Connection Name field, enter a name for the connection and click Next.
On the Login Parameters screen, in the File field, enter the file path and name of your CSV file. Leave the Separator field set to Comma, the default value, and click Next.
On the Configuration screen, leave all fields set to the default values, and click Finish.
On the Connections List screen, select the connection that you created and click the Test button to verify that the connection is responding.
Creating a universe using the connection
To create a universe that uses the connection:
Start Designer and start the Quick Design wizard, and on the opening screen, click Next.
On the Define the Universe Parameters screen, enter a name for the universe, and from the Select the database connection pull-down list, select the connection that you created.
On the Create Initial Classes and Objects screen, in the Database tables and columns list, select your CSV file and click Add to add it to the Universe classes and objects list.
Click Next, and on the Create Measure Objects screen, click Next again.
On the Congratulations screen, click Finish. Your CSV file appears as an object on the Designer screen. The object displays the CSV file's column headings.
On the CSV object, right-click on a column heading, and from the pull-down menu, select Column values. A dialog box appears that displays the values in the column that you selected.
<p>
And then when it was all done, I tried doing a Universe Integrity Check and using that Universe in a Web Intelligence document.

Similar Messages

  • Error when trying to open Data synchronisation

    Hi,
    I am getting the following error when tried to open the datasynchronisation tab
    Communication Error : http://demodrive:19000/awb/repository.enumWorkbenchElements.do
    Please let me know the resolution
    Edited by: Sravan Ganti on Apr 1, 2009 5:49 AM

    What version of ACR do you have installed? Waht type of files are you trying to open (camera model)? -adriana

  • Error when trying to open Data form in HFM

    Hi,
    I tried to change period in POV-selections from April to May but did not succeed. And after that when I try to open this Data form
    I get this error message:
    Error executing VBScript Hyperion.HFMErrorHandler.1, Line 129:<?xml version="1.0"?> <EStr><Ref>{3086414B-A5B2-4627-8FCA-7FDA700BEE3D}</Ref><AppName>LUVATA</AppName><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147211264</Num><Type>1</Type><DTime>5/10/2010 9:30:31 AM</DTime><Svr>HFMAS003</Svr><File>CHsvDSMemberListScript.cpp</File><Line>1175</Line><Ver>11.1.1.3.22.2724</Ver></ESec></EStr>.
    Invalid POV member specified: %0
    Show Details:
    Error Reference Number: {699C5226-DB4A-4B30-BABF-581EF156ADDD};User Name: admin@Native Directory
    Num: 0x80042fc2;Type: 1;DTime: 5/10/2010 9:30:31 AM;Svr: HFMAS003;File: CHsvScriptEngine.cpp;Line: 392;Ver: 11.1.1.3.0.2413;
    Num: 0x80042fc2;Type: 0;DTime: 5/10/2010 9:30:31 AM;Svr: HFMAS003;File: CHsvDSMemberLists.cpp;Line: 2592;Ver: 11.1.1.3.0.2413;
    Num: 0x80042fc2;Type: 0;DTime: 5/10/2010 9:30:31 AM;Svr: HFMAS003;File: CommonMetadataInternal.cpp;Line: 473;Ver: 11.1.1.3.0.2413;
    Num: 0x80042fc2;Type: 0;DTime: 5/10/2010 9:30:31 AM;Svr: HFMAS003;File: CommonMetadata.cpp;Line: 2973;Ver: 11.1.1.3.0.2413;
    Num: 0x80040d53;Type: 1;DTime: 5/10/2010 9:30:31 AM;Svr: HFMAS003;File: CHsvWebFormGeneratorACM.cpp;Line: 2627;Ver: 11.1.1.3.15.2720;
    Num: 0x80040d53;Type: 0;DTime: 5/10/2010 9:30:31 AM;Svr: HFMAS003;File: CHsvWebFormGeneratorACM.cpp;Line: 2433;Ver: 11.1.1.3.15.2720;
    Num: 0x80040d53;Type: 0;DTime: 5/10/2010 9:30:31 AM;Svr: HFMWS002;File: CHsvWebFormsACV.cpp;Line: 569;Ver: 11.1.1.3.0.2413;
    Any ideas what might be wrong?
    All I tried to do is just to edit period in POV-selections -tab.

    I figured a way around this in case anyone has the same problem in the future. I just opened Acrobat Pro X, clicked combine files into PDF, selected the file I wanted, saved the "binder" as PDF then saved another version as Reader Extended PDF. I think this helped because it essentially creaded a whole new PDF with the old PDF in it and getting rid of whater hashes or document properties in the last one that wouldn't allow it to work in Reader. Opens perfectly on other computers.

  • Spectrum digital DSK5416 driver setup gives an error when test wizard is run.

    Please help us with the following problem we are facing:
    1.    Spectrum digital DSK5416 driver setup gives an
    error when test wizard is run. A snap shot of the same has been
    attached.
    2.    The A/D module doesn’t pickup microphone signal or
    an audio sample for loopback but the implementation of the same works
    fine in CCS environment. (We are using Mic In and Speaker Out lines)
    3.    When a real-time application has run successfully
    and if you close the VAB environment the application starts running
    automatically until you reset the board.
    4.    We don’t find the flash program button enabled, so
    that any real-time program can be burned into flash and demonstrate the
    embedded feature.
    Note:
    We are using Windows Xp professional edition.
    Program is developed using DSK5416

    Hello, I have included some information that will help address your questions: (1) I couldn't see the attached image file (contained errors). The RIDE/VAB DSK5416 Driver makes use of a JTAG communication when reading/writing memory on the DSK5416 hardware. You will need to make sure that the JTAG transfer option has been selected in the Driver Setup dialog box. The memory test process may seem to take a long time due to the amount of memory being accessed. (2) The VAB RTDSKAD block component provides a one-channel A/D input that makes use of the line-in channel on the DSK5416 hardware. (3) VAB does not remove the downloaded DSP executable program from DSK5416 memory, and it does remain resident. That being said, I wouldn't expect that the program would begin execution when VAB is closed. I would recommend that you verify that the DSP program stopped properly upon selecting the VAB Stop command. Then, close VAB as normal. (4) The RIDE/VAB driver for the DSK5416 does not support programming of flash memory on the DSK5416 hardware. Regards, Steve

  • I get the following error when trying to open a pdf file... '*pdf.part could not be saved, because the source file could not be read"

    I get the following error when trying to open a pdf file... '*pdf.part could not be saved, because the source file could not be read". I am able to open pdf files in IE and other programs.

    I am encountering the same problem -- though with .qfx files from my bank. This worked fine in Firefox 31 ESR, but since upgrading to Firefox 33.0, I get the "<name>.qfx.part could not be saved, because the source file could not be read" when I attempt to download. (I should add that downloading PDF statements from the same site works fine, and that the qfx downloads work fine in IE and Chrome.)
    I tried safe mode, it is still broken. Tried v34 beta, no luck. I reverted to version 31, it works again.
    I guess I will stick with the older version until a solution is found...or just use an alternate browser to download my financial data.

  • Error when reading the DDIC-data for table

    Hi Tobias
    We upgraded from DMIS 2011 SP04 to SP07. We are in development system.
    To test initial load, we stopped replication for an existing table and then started replication for the same table.
    Mass transfer id connects ECC system to BW on HANA system.
    Replication errored with the following message:
    Error when reading the ddic-data for table MARD (RFC destination DWACLNT010).
    Looking for your guidance.
    Kind Regards
    Kamaljit Vilkhoo

    Was able to solve using oss note 1972533.

  • Getting error when trying to open Job Manager

    Hi List
    we are getting the below error when trying to open the Job Manager,which worked fine until yesterday.
    [nqs error 46105] Error executing Process: "C:\Program Files\Java\jdk1.6.0\bin\javaw.exe" - Xmx1024m -cp D:\OracleBI\server\Bin\JobManager\startup.jar org.eclipse.core.launcher.Main -data D:\OracleBIData\jobmanager -configuration C:\OracleBIData\jobmanager The system cannot find the path specified
    Please advice.
    Thanks..

    Did you change your JDK path by any chance? Also you are getting a strange error message. It is trying to point to both D:\OracleBIData\jobmanager and C:\OracleBIData\jobmanager. Is there anything that you changed prior to doing this?
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • I get the following error when formatting a external hard drive. Partition failed with the error:  POSIX reports: The operation couldn't be completed. Cannot allocate memory

    I get the following error when formatting a external hard drive.
    Partition failed with the error: 
    POSIX reports: The operation couldn’t be completed. Cannot allocate memory
    I have a Macbook pro 13" A1278. I purchased it around december 2010. I have a HHD 3.5" drive desktop select II 1.5TB. I purchased it around Febuary/March 2011 to use with my Macbook pro. I formatted it and moved all my files to there, I got it so my macbook's hard drive wouldn't brake and I lose everything on my macbook.
    Is there any fixes?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • On Windows Platform, encounters error when trying to open an Indesign document created from MAC

    Hi all,
    On Windows Platform, encounters error when trying to open an Indesign document in INDD format created from Mac. Error received "Either the file does not exist, you do not have permission, or the file may be in use by other application". I am currently using Adobe Indesign CC 9.2 Trial version.
    Kindly advise how can i open this document on windows platform and allows me to edit the document.
    Thanks!
    With Rgds,
    Fiona Choy

    Normally there is no problem to open any INDD opening on Windows, when created on the Mac.
    But Mac user are often not aware on the naming limitations. A file name must not contain /, \, |, :
    It should not contain any extended character, it is not a primary problem but will be, if something links to that file, so avoid also: ÄÖÜäöüß+&
    You can use all other non A-Z a-z, 0-9 and - and  _
    I personally would also recommend to avoid spaces.
    This is valid for the INDD file itself but also for all linked content.

  • Error when activating the master data

    Hi
    I am getting the following error when activating the master data. when using IDOC as transfer method in transfer rules
    <b>Error while creating table 'EDISEGMENT' entry '/BIC/CIRB0CLASS_NUM_TEXT'</b>
    If anyone came across this kind of problem plz share the solution.
    Regards
    Annie

    Hi
    I solved the problem. AFter changing from PSA to IDOC, i just saved first and activated. it got activated. But thanks for the response.
    There are no short dumps in ST22
    Regards
    Annie

  • I just agreed to a update of iTunes and now I get a "language" error when trying to open it.

    I just agreed to an update of iTunes on my imac (running OS-X 10.8.4) and now I get an error when trying to open iTunes.  The error is: "This version of iTunes has not been correctly localized for this language. Please run the English version."  What? 
    I'm not a tecchie and could really use some step-by-step instructions on how to get my Itunes working again!  I've never changed the language on my Mac...have no idea where this language error came from.
    Thanks!

    Hello E1777,
    You can try this link to download iTunes from the Apple website. It should resolve the issue for you.
    iTunes 11.0.4
    http://support.apple.com/kb/dl1614
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. what now?

    Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. What now?

    I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

  • Error when reading the access data for the Adapter Engine

    We are getting the following error in XI. It started on Jan 22 and resolved on Jan 23 automatically. Nothing has been changed and we don't able to understand how problem started and how it resolved:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xpd.dbcixpd</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>3: Unable to find URL for Adapter Engine af.xpd.dbcixpd</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.xpd.dbcixpd</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Pls suggest if anyone has gone thru same problem.
    Regards
    Amar

    I got the same problem while using RFC lookup.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.tx1.netweaver</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>3: Unable to find URL for Adapter Engine af.tx1.netweaver</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.tx1.netweaver</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Any idea ,when we get this error usually.

  • Recd following error when attempt to open ebook using ADE 4.0  : "Unable to Download. Error getting License. License Server Communication Problem: E_LIC_LICENSE_SIGN_ERROR" iMac 10.8.5  Chrome Version 37.0.2062.124

    recd following error when attempt to open ebook using ADE 4.0  : "Unable to Download. Error getting License. License Server Communication Problem: E_LIC_LICENSE_SIGN_ERROR" iMac 10.8.5  Chrome Version 37.0.2062.124
    chat with customer service at book company i purchased file:
    "Me: I installed the proper adobe software, adobe digital editions 3.0 (now have updated to 4.0) on my mac running os 10.85 however I am getting the following error code when i try to open the file:
    "Error getting License. License Server Communication Problem:
    E_LIC_LICENSE_SIGN_ERROR"
    Charles P.: Okay, what you need to do unfortunately, is contact Adobe at  http://www.adobe.com and they will need to get your license issue resolved.
    Charles P.: Is there anything else I can assist you with today?
    Me: title of error is    Unable to Download
    Me: i dont see how that would be an adobe problem?
    Charles P.: I understand, but it appears that the reason for the download issue is because of the license error the license is related to the Adobe Digital editions software. I understand how this could be confusing but it's due to the authorization of the ADE software. Adobe would need to correct your account issue with the license
    Me: ok but i thought this was a free license from adobe??!!  this is just a digital editions reader, right??
    Charles P.: That is correct it is a free license but your account has to be associated with one license and yes the Digital edition is a ebook reader that our ebooks use for you to view

    Well, just for the halibut I tried opening the book again today and , GLORY BE!,  it worked.
    Guess it may have taken overnight for Adobe to OK my license to their free ADE software. Also works now using Bluefire app as the reader on my android phone, although it was a pain
    to get the book file in the right file folder for bluefire to see it.
    I hope that time also heels the issue with all other Error Getting License users.
    panman

  • I get an error when trying to open "The application Creative Cloud can't be opened. -1712

    I get an error when trying to open "The application Creative Cloud can't be opened. -1712

    The application Install.app can't be opened. -1712

Maybe you are looking for

  • Does anyone know if it's possible to have more than 1 SCO in a Manifest when using Presenter 7?

    I have several presentations that I want to be able to distribute to a third party SCORM LMS server. I want to have one Manifest and then have each presentation / quizz as an individual SCO so that I will end up with 1 course rather than having a man

  • Facing issue with SSO communication after Upgrade to SAP EP7.31

    Hi Experts, This is happening post upgrade of system from 7.0 to 7.31. We are using SSO to connect ECC(back-end system) in two ways, logon Ticket and User-Mapping Issue: When we click on a tab, lets say "A tab/ User Administration Tab"  which uses Us

  • Lumia 520, Nokia music expired

    Hi team, Please help me in renew my Lumia 520 music store, its showing subscription ended. Its hardly 3 months uses phone. How to get my music store subscription back. Please help..

  • Currency Conversion in Update Rule greyed out

    Hi All, I searched this forum for what I thought something would have been reported on, but in the update rule for a key figure there is the option to input currency translation. The problem is it's greyed out and I cannot input the translation.  The

  • HT1937 Unlocking

    Hi I have my I phone 5 for over a year and it has been the best thing ever. I have recently moved to Australia and the phone doesn't work it needs to be unlocked. I have been onto my carrier Meteor and they say they can't do it as they need authority