Reverse error when database name includes just numbers

I have a sql server 2000 source and one of its database named 10053. When I created physical architecture and logical architecture, ODI all returned ok. But when I did reversing, ODI returned this error: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer] first line: there is a syntax error near '10053'. I did a experiment to use another sqlserver source named 'aaa', the error dispeared. So I think that ODI does not support digital sqlserver database name. Is it true? To finish this interface, what can I do except for changing the db name?
Thanks!

You may also search for Access help at http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US

Similar Messages

  • Prevent errors when previewing app including Vibration ANE on desktop

    I am making use of Adobe's Vibration ANE. It works fine when I deploy on my device but throws an error when I test my movie in the Flash IDE.
    The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for MacOS-x86.
    This is because desktop isn't supported by the ANE. I am looking for an efficient way of being able to test the rest of my app on desktop and have it include vibration functionality when deploying on my device. I don't want to have to manually remove the ANE each time I test the app on my desktop and add it each time I deploy to my device. Could I, for example, somehow add 'fake' desktop support to the ANE? To clarify, I don't need it to do anything on desktop, I just want to be able to test the rest of my app.

    The source code for the Vibration ANE is available. Edit it like this:
    http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt2.html#articlecontentA dobe_numberedheader_0
    and compile.

  • SPUtility.GetPrincipalsInGroup method throws Thread was being aborted error when SPGroup Name is passed

    Hello,
    I am getting 'Thread was being aborted - Unable to evaluate expression because
    the code is optimized or a native frame is on top of the call stack' error
    when I use 'SPUtility.GetPrincipalsInGroup' method.
    bool bReachedMaxCount = false;
    SPPrincipalInfo[] _spPrincInfoColl = SPUtility.GetPrincipalsInGroup(web, groupName, Int32.MaxValue - 1, out bReachedMaxCount);
    We have both SharePoint groups (SPGroup) & Active Directory groups in our site.
    I am checking if logged in user has access to the group name that I am passing here as 'groupName'.
    Code works without any error when I pass 'domain name' as 'groupName' e.g. (Domain\\usergroup) but the same throws error when I pass SharePoint groups (SPGroup) name.
    Both type of these groups have at least 'Read' permission on site.
    I have this code inside 'try-catch' block and hence I am able to catch that thread aborted error.
    What could be the reason for this error? I don't get any call stack and all other properties of exception object are either null or with garbage values.
    I am having SP2010 foundation, VS2012 and .Net4.5 installed on my machine.
    Kindly suggest on this. Thank you.
    Sagar S.

    I think the RunWithElevatedPrivilages is not working correctly. I believe that the new site and web objects need to be opened within elevatedprivilages to work. it looks like the way your code is working the SPsite and SPweb objects are getting opened before
    the RunWithElevatedPrivilages give this a try and see if your result changes.
    bool IsUserInGroup = false;
    try
    SPSecurity.RunWithElevatedPrivileges(() =>
    Guid siteId = SPContext.Current.Site.ID;
    Guid webId = SPContext.Current.Web.ID;
    using (SPSite newSite = new SPSite(siteId)) {
    using (SPWeb newWeb = newSite.OpenWeb(webId)){
    bool bReachedMaxCount = false;
    SPPrincipalInfo[] _spPrincInfoColl = SPUtility.GetPrincipalsInGroup(newWeb, "TestGroup", Int32.MaxValue - 1, out bReachedMaxCount);
    if (_spPrincInfoColl.Where(a => a.LoginName == username).Count() > 0)
    IsUserInGroup = true;
    }//close web
    }//close site
    catch (Exception ex)
    LogManager.LogMessage(ex.Message.ToString());
    Alex

  • Form Field Error when similar names

    In Adobe Acrobat X Pro, I receive the following error when I try to change the name of a text field from Company.BS.Condition1.Date to Company.BS.Condition.Date: "A field of a different type already uses this name. Please choose a new name for the field, or change the field type to match the existing field with this name." But, there is no other field with that name.  There is a checkbox with a similar name: Company.BS.Condition  I must use these particular field names, as they are being automatically populated by a program that is written to use these field names.

    Sometimes while creating a form it's structures gets corrupted due to which some users face this difficulty. Here's what you can do fix the issue.
    Print the form using Adobe PDF printer (installed with Acrobat) to create a flat file with no fields.
    Open the form in Acrobat. Click on Tools-> Forms -> Edit.
    Allow the form to self detect the fields.
    Place the remaining fields like checkbox, signature fields and text fields.
    Close the form editing mode and save the form.
    For the Reader users, remember to read extend the form. If the all the users are using Reader XI then it's fine.
    To Read extend the form, Open the form in Acrobat, click on "File" -> Save as Other->  Reader Extended PDF-> Enable Additonal features.
    I am also attaching the fixed form for your reference.
    ~Deepak

  • Syntax error when using jsp:include...

    @ all
    I get a syntax error at the jsp:include line, character "";
    Can anybody help me with that issue?
    Jürgen

    select coalesce(col1,col2) joined_col, col3, sum(col4), col5 from data group by joined_col,col5You cannot use a column alias like this directly inside the group-by clause. You will have to rewrite this to:
    select coalesce(col1,col2) joined_col, col3, sum(col4), col5 from data group by coalesce(col1,col2),col5Furthermore I assume that the 'col5' in the group by should be 'col3', not?
    Or vice-verse the 'col3' inside the select-list should be 'col5'...

  • Syntax Error near Database name

    Hi,
    When i tried to take export from automated process (Not Manually) from a application its giving error like :
    ERROR - 1242021 - (1) Syntax error near ['Currency'].
    The type of database is Currency.
    But if i take the export Manually form Essbase application Manager, i can sucessfully perform the activity.
    Now ......
    1.Type of database and Name (Currency) Can be Equal ??????
    2.The Automated Process can't be wrong because export of different DB is sucessful with this Automated Process.
    Please suggest.
    Thanks,
    Kaash

    Hi Kaash
    I had a similar issue in when I used a db name of 'Volume', I also wonder whether there are certain restricted words that you shouldn't use due to conflicts with MaxL / Esscmd?
    I overcame it by re-naming to 'Volumes'.
    Hope this helps, or at least reassures you that you're not going mad!
    Stuart

  • "fatal execution engine" error when launching labview--I just installed it?

    I just installed Labview (I still have the CD in my computer) but when I double click the icon to start the program it starts the splash screen, but then issues an "internal execution engine fatal error." The only option to enter is into the JIT debugger. I have XP/SP2 and I have uninstalled my C/C++ compiler and my Ada Compiler, but I am still receiving the error. I have uninstalled Labview twice and reinstalled it, but still the same. The disk that I am installing is labeled 7.1, so I went to the website and downloaded 7.1.1 and installed it but still the same error. I tried to install Labview barebones (without drivers, CVI, etc...) but this didn't fix my problem either. I am out of ideas.
    Ronnie_b

    Hey Ronnie,
    I know Marni personally, and I'm sure she's done her homework on this one. Unfortunately with this being an issue specific to your PC, it does sound like it might be one of those issues that is unidentifiable and seemingly "incurable" without reformatting. However, I'll double check with Marni tomorrow to make sure we've exhausted all possibilities before having you reformat.
    I'll get back with you via this post.
    Take care,
    Travis H.
    National Instruments
    Travis H.
    LabVIEW R&D
    National Instruments

  • Getting this error when saving: Names longer than 31 characters are not supported on the destination volume

    I've just tried to save a document in Pages and got this error
    Names longer than 31 characters are not supported on the destination volume
    Never had a problem like this before. I haven't changed disks or formatted disks. Running latest Yosemite 10.10
    The only reference I can find to this error on the internet says that it's for applications prior to OS X which I think we can discount.
    The only other reference I can find in the support community relates to one person with problems saving attachments in Mail and dates from early 2014.
    Can anybody give me a suggestion on what I might need to do?
    Thanks

    What format are you saving to?
    Where are you saving the files to and what is that volume formatted as?
    Have you tested with files from other applications, such as TextEdit?
    Peter

  • REP-0069 error when using static includes.

    I am trying to use static include files in my report JSP file. Such as...
    <%@ include file="ServerName.jsp" %>
    Although they seem to work when I run the report, Report Builder doesn't like them. When I open the report in Report Builder I get an REP-0069 error. When I then try to display the data model it is blank. If I remove the static include the report opens fine. Beans also have this same problem.
    Dynamic includes don't generate an message. However, scriptlette variables set in the included file are not visiable to the including file.
    Jim

    Hi Jim
    I tried this with Reports 9.0.2 latest patch. When a open a .jsp report where I have put a statis include tag, I get a builder crash. I am filing a bug on this. Please let me know your mail address, I would update you once the issue is resolved.
    Thanks
    Rohit
    Oracle Reports Team

  • Error when file name with accent passed to GetFileDate()

    Hi,
    When i pass a file or a file that belongs to a path that has one of its folders names containing an accented character to GetFileDate(), i get a Library function error (return value == -1). For example all files within the folder 'Eéprom' return an error. Can anyone please offer some help on how i resolve this issue?
    Thank you!
    (LabWindowsCVI 9.0 / Windows 2000 / CVIRTE2009)
    Solved!
    Go to Solution.

    Hello sinnas!
    After seeing your last post, I determined that the problem is actually in your BAT script. The dir /s /b /a-D \"%s\\*.*\" > \"%s\"\n command is not interpreting the accents correctly. You can make a simple test in a command prompt window to determine that.
    In order to fix the problem you would have to set the code page of the command prompt running your BAT script accordingly.
    Here are some community forum posts that address the exact issue you are experiencing:
    http://stackoverflow.com/questions/7584423/problem-running-bat-cmd-file-with-accented-characters-in-...
    http://stackoverflow.com/questions/1427796/batch-file-encoding
    I hope this helps!

  • Error when database open

    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01195: online backup of file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/oracle/HPP/sapdata1/system_1/system.data1'
    thanks;

    Hi,
    Please follow below steps
    1.If your oracle version is 10g then go to the location "/oracle/<DBSID>/saptrace/background" and do tail for alert<DBSID>.log
    2.Open another session and try to open database with resetlogs.
    3. Switch to alert log session and check the result and paste it here.
    Note : If your oracle version in 11g, you need to go to location "/oracle/<DBSID>/saptrace/diag/rdbms/<dbsid>/<DBSID>/trace" to check alert log.
    Regards,
    Venkata S Pagolu

  • Phone, Favorites are not showing names anymore, just numbers.

    Just upgraded to iPhone 5 yesterday. Before I got rid of old iPhone I did a back up on itunes and then transferred info to new phone.  In AT&T store they were supposed to transfer contacts. Noticed not all my contacts transferred. But my favorites did show correctly with names until a couple hours ago. Now they just show phone numebers.  Any ideas of how to fix

    Are you not synching your contacts with a cloud service or with an app on your computer?  Just synch them back to your phone.

  • Error when using MySQL view that has name greater than 30 characters

    Hi, am loading MySQL data to an Oracle table using an ODI 11g Interface.
    The interface errors when the name of the MySQL view exceeds 30 characters. A "view not found" error is encountered.
    Is there any work around when using source datastores (MySQL views in this case) where the datastore name exceeds 30 characters, other than renaming the MySQL view to have a max 30 character name?
    Thanks,
    Kevin L.

    I believe that mySQL supports upto 64 characters in table name. You need to update the ODI 11g Topology -> Physical Architecture -> Dbl click MySQL -> Goto Advanced tab and update the "Maximum table name length". By default that is setup to 30.

  • Can someone explain the following: SID, Instance, Global Database Name?

    Im new to Oracle8i and Im getting confused about certain Oracle terms.
    1) What is the difference between an SID and a Database Instance?
    2) Oracle says a Global Database Name includes: db_name.domain_name. What is the difference between the db_name and the name of the Database Instance?
    Thanks, Andrew
    null

    Im new to Oracle8i and Im getting confused about certain Oracle terms.
    1) What is the difference between an SID and a Database Instance?
    2) Oracle says a Global Database Name includes: db_name.domain_name. What is the difference between the db_name and the name of the Database Instance?
    Thanks, Andrew
    null

  • Issue with rmi connection when server name has underscore("_")

    Hi
    I am getting the following error when server name has underscore("_"). And jserver is not coming up. can anyone please help me with this
    ERROR 02/11 17:19:42 jserver [main] 104021
    java.net.MalformedURLException: invalid authority: rmi://TP_BMCPOC:1099/server
    at java.rmi.Naming.intParseURL(Naming.java:313)
    at java.rmi.Naming.parseURL(Naming.java:220)
    at java.rmi.Naming.rebind(Naming.java:154)
    Looks liek Naming.rebind has some issue. is there any other alternative to register??
    Thanks
    anitha

    [http://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_host_names]

Maybe you are looking for

  • Youtube Video in iWeb "html Snippet" is Blank?

    The html Snippet Widget shows an unhappy face icon when I publish the site to the internet in preview form. In iWeb itself the video shows up as a blank box on my site when I load the "embed" text from the Youtube video into the black box window and

  • HP Deskjet 1010 on Windows XP - won't print

    I had an HP Inkjet 1000 that worked fine for years, and then decided not to grab the paper.  Since I had just purchased 6 new cartridges, I wanted to replace that printer with one that would also use the type 61 cartridges, and purchased a DeskJet 10

  • "We're sorry, something seems to be wrong on our end. Please try again later." message

    How to cancel CC subscription when this message keeps coming up (since last week). I only have 6 days until my current subscription expires and I don't want to auto-extend.

  • XML parser for commercial application.

    J2ME doesn't have a built in XML parser, which is actually pretty surprising. I know several J2ME compatible parsers exist like kXML and Xparse, but they are both licensed under the GNU Public License. In using these, doesn't that mean the entire pro

  • Extracting data using DBConnect/UDConnect

    Hi all, I need to connect an SAP BW system to an external database (MS SQL Server). The BW server runs on Sun Solaris. Could anyone kindly clarify whethere to use DBConnect or UDConnect for this purpose? When I tried to create a DBConnect connection,