Problem with translation builder

i need to use translation builder to translate reports and forms from English into Arabic
i had ran the script sqlbld.sql
and all tables are created
i started new db connection then create a new project when i import the module i get the error
NX-00201
please i need help

Welcome to the Oracle Forms Forum. ;)
Please start here:
https://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo

Similar Messages

  • Problem with Weblogic Builder SP1

    I have a problem with Weblogic Builder SP1. I basically re-used my EJB deployment
    descriptors from WL5.1 in WL8.1. Before SP1, i have no problem loading my EJB
    in WB. But with SP1, WB throws weblogic.marathon.model.LoadFailureException.
    I re-attempted by jarring my EJB with WL5.1 descriptors and used my friend's WB
    (not SP1) to export new descriptors which I used to re-jar. This new EJB is again
    not recognised by WB SP1?
    What is wrong?

    The exception is as follows:
    Opening module myproj.jar
    java.lang.NullPointerException
         at java.util.Arrays.sort(Arrays.java:1181)
         at weblogic.marathon.model.EJBJarCMBean.initRelations(EJBJarCMBean.java:1212)
         at weblogic.marathon.model.EJBJarCMBean.initBeans(EJBJarCMBean.java:1098)
         at weblogic.marathon.model.EJBJarCMBean.setup(EJBJarCMBean.java:1144)
         at weblogic.marathon.tasks.OpenModuleTask.getEJBModule(OpenModuleTask.java:156)
         at weblogic.marathon.tasks.OpenModuleTask.figureOutModule(OpenModuleTask.java:191)
         at weblogic.marathon.tasks.OpenModuleTask.figureOutModule(OpenModuleTask.java:230)
         at weblogic.marathon.tasks.OpenModuleTask.runBackground(OpenModuleTask.java:89)
         at weblogic.tools.jellybeans.core.task.TaskThread.execute(TaskThread.java:127)
         at weblogic.tools.jellybeans.core.task.TaskThread.run(TaskThread.java:64)
    Module myproj.jar descriptors failed to load
    The EJB has no problem deploying.
    Rob Woollen <[email protected]> wrote:
    You'll have to at least show us the error you get from marathon.
    Does your application deploy to the server?
    -- Rob
    Robin Tan wrote:
    I have a problem with Weblogic Builder SP1. I basically re-used myEJB deployment
    descriptors from WL5.1 in WL8.1. Before SP1, i have no problem loadingmy EJB
    in WB. But with SP1, WB throws weblogic.marathon.model.LoadFailureException.
    I re-attempted by jarring my EJB with WL5.1 descriptors and used myfriend's WB
    (not SP1) to export new descriptors which I used to re-jar. This newEJB is again
    not recognised by WB SP1?
    What is wrong?

  • Problem with Folio Builder - added articles are "spinning"

    Hello,
    today we are experiencing strange problems with Folio Builder. We are adding new artcles to folio created today and all added articles have same issue - spinning wheel in folio builder. Such articles we can't see in Content viewer until we delete existing folio.
    Thanks for help

    Hi,
    Could be that there was a network problem when uploading the InDesign documents.
    Try to select the articles and delete them with the trashcan. And then reupload the documents from InDesign.
    Good luck!

  • Strange problem with my build JAR

    Hiii everybody... I'm having a strange problem with my build (JAR file)... when I work with the Eclipse and I click in the table that returns the clients stored in my PostGre database it works fine, but when I build my application and it generates my JAR file and I open it and click in the same table to return the objects that I have.. it does not appears anymore.. just show when I work with eclipse... and the database is the same for both.
    I already checked the database path in my properties file... and the application recognize the database because I can login and there isn't any runtime exception...
    In that application I work with Hibernate and Spring... for me it is very strange because the application works fine when I run by eclipse... but does not return the database data when I click on my Jar file to open the application..
    Someone can help me with that?
    I dont know if the problem is in the Spring, Hibernate, Libraries...
    thanks in advance...

    So what's the error then? Are there any error messages? Have you checked the console? Or are you just clicking on the jar and you wouldn't even see the errors if there are any?
    What do the logs say?
    You're not giving a lot to work on here.

  • Problem with Application build in JDeveloper 11.1.5 to WLS 10.3.5

    Hi to everyone, I have a problem with a application build in JDeveloper 11.1.5 and deployed to a standalone WLS 10.3.5 ( with the JRF template appliied , to run adf applications )
    When I try access to the page : localhost:7001/myApp , it show me :
    "Error 403 Fordbbiben ".
    but when I put :
    localhost:7001/myApp/index.jspx, it show me :
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    and the log is :
    <May 8, 2012 9:06:22 PM BOT> <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <BEA-000000> <
    java.lang.IllegalStateException: The expression "#{bindings.genRegion.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "genRegion_dlg") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{bindings.genRegion}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "null". Now using an empty RegionModel instead.
    at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:450)
    at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
    at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:498)
    at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
    What can I do to fix the problem ??
    Thanks

    Analyzing the problem, I created a new ADF application with only a web page (index.jspx) , and deploy it to the WLS, and I access to URL of page and it runs !! ( http:localhost:7001/myApp/faces/index.jspx ).
    But, when I ADD A TASK FLOW to the application and deploy to the WLS newly , and try to access to the URL application's ( http:localhost:7001/myApp/faces/index.jspx ) . It show me again :
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    and the log is :
    <May 10, 2012 19:02:57 PM BOT> <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <BEA-000000> <
    java.lang.IllegalStateException: The expression "#{bindings.genRegion.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "genRegion_dlg") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{bindings.genRegion}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "null". Now using an empty RegionModel instead.
    at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:450)
    at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
    at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:498)
    at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
    Why it show me that error when I ADD a Task Flow to the Application ???
    Can Anyone help me please ?? I m varios days with this problem. Thanks

  • Problems with report builder 3.0 in SCCM 2012 R2 CU2

    Hi All
    I have problems with editing  (Using Report builder) existing reports  or creating new ones in SCCM 2012 R2 CU2
    We version of SQL we use is SQL 2008 R2 SP2
    I already asked this question in the SCCM 2012 forum but the problem is not related to SCCM but has something to do with application report builder
    I changed the registry key and edited the Microsoft.ConfigurationManagement.exe.config.xml as described in the following link
    http://blogs.technet.com/b/smartinez/archive/2012/07/03/system-center-2012-configuration-manager-create-report-don-t-work-what-do-i-do-now.aspx
    Afterwards I try to edit an report I see report builder is being downloaded and after it generates the following error “Application did not succeed. Unable to continue”
    Error details are
    Following errors were detected during this operation.
    * [22-7-2014 13:55:07] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.DataWarehouse.dll, has a different computed hash than specified in manifest.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
    at System.Deployment.Application.ComponentVerifier.VerifyComponents()
    at
    System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions
    options)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    And in the SmsAdminUI.log I noticed the following error
    [16, PID:4460][07/21/2014 14:11:43] :[ReportProxy] - User-specified default Reporting Point [Server1.local.nl] could not be found, [Server2.local.nl] is now the default Reporting Point.
    [1, PID:4460][07/21/2014 14:11:11] :System.InvalidOperationException\r\nThere is an error in XML document (1, 1).\r\n at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
    I removed the reporting point no luck -> I already installed report builder 3.0 local on my computer still no luck.
    I hope someone can give me some advice , I am lost with this error
    Thx in advance
    Regards
    Johan

    Hi Miss Katherine,
    1. I went through the SQL steps in the link you posted
    2. I updated the Reg Key and Microsoft.ConfigurationManagement.exe.config file with 3.0 on both the
    server and the console machine.
    3. I copied the .DLL file from your OneDrive and replaced the existing one on the server.
    4. I uninstalled and re-installed the reporting role on the server and received the 1015 in the log.
    5. I restarted the server and the client machine
    I do get a slightly different error now after using the new DLL
    Errors With Original DLL
    ERROR DETAILS
    * [9/30/2014 8:42:03 AM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.DataWarehouse.dll, has a different computed hash than specified in manifest.
    - Source: System.DeploymentERROR DETAILS
    Errors With New DLL
    ERROR DETAILS
    Following errors were detected during this operation.
    * [9/30/2014 9:17:13 AM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation)
    - Reference in the manifest does not match the identity of the downloaded assembly Microsoft.DataWarehouse.dll.
    - Source: System.Deployment

  • Problem with Vision Builder and LabView: Error -1074395995, File not found

    I have created an inspection with Vision Builder AI 2009 SP1. In it I load some pictures from the HDD and run some checks over it. It works fine. Then I have migrated it to LabView 2010, I get a message that the migration is successfull, but when I run the VI on LabView I get a fail status. I have been checking my program and I have found and error when I try to load the picture from file: Error -1074395995 occurred at IMAQ ReadImageAndVisionInfo
    Possible reason(s): IMAQ Vision:  File not found.
    But I am not sure which file it refers to. At first I thought it was the picture I wanted to load, but I have checked the path and it is correct, so maybe it refers to another thing. What puzzles me most is that it works perfectly on Vision Builder and I have changed nothing in LabView, maybe it is a problem with the migration. Any clues?

    Here's a screenshot of what I'm talking about. Put a break point here and see what the path is and compare that with what Vision Builder AI is using (described where to find this in the previous post). You could find where this global is used to make debugging easier.
    Hope this helps,
    Brad
    Attachments:
    Generated Code.png ‏43 KB

  • Problem with translate function (C++ parser v9)?

    When upgrading to v9 of the C++ parser, we notice a problem with the translate function within xsl stylesheets. Take the following snippet :-
    <StartDt><xsl:value-of select="translate(string(CheckInDate),'-','')"/></StartDt>
    Previously, this statement would strip the '-' chars from our input dates of the form 2002-05-02 to give 20020502. It now does not replace the '-' chars which causes our transformed output to be invalid. We have many developed and tested xsl's which now don't work.
    When we revert to v8, the same xsl's work correctly.
    This happens on all platforms (Windows/Linux/Solaris).
    Anyone else noticed this?
    Regards,
    Mike

    It worked for me as well.
    Use DUMP to find out the char code used for é and ú and try to replace these character codes.
    On my system it is 130 and 163
    SELECT TRANSLATE('héllú wúrld', 'éú', 'eu'),
           dump('héllú wúrld'),
           TRANSLATE('héllú wúrld', chr(130)||chr(163), 'eu')
    FROM   dual;
    hellu wurld
    Typ=96 Len=11: 104,130,108,108,163,32,119,163,114,108,100
    hellu wurld

  • Problems with translated text in captivate 7

    I want to create a multilingual e-learning version. I can translate all texts. Unfortunately I can not change the selected text in the pop up window. I have no idea how I can change this text. Can someone give me a tip.

    Hellou guys, Somethink similar: After installing 7.0.1 patch the project created 7.0, lose translated text inside Succes/Failure etc. captions and show default English texts, for example in quizes captions. Hmmm... In preferences dialog default labels are still translated, but after publishing project, the captions are English.  So I used trick - Find/Replace dialog - and change manually all text captions with translated version. After publishing works fine. When I create new project directly in 7.0.1, there are no problem Perhapse, small bug. Can live with it because the new enhacements inside 7.0.1 is much important.:)
    best regards
    Yarik

  • Shared objects problem with translation

    Hello
    Here is my problem :
    - my default portal language is French, and I login in French.
    - I create a navpage in the "Shared objects" pagegroup. At Portal installation,
    this pagegroup is in English, and there's an available translation in French.
    - When i see my navPage being logged in French, the SmartLinks (Home, etc)
    always display in English while i expected them to by in French.
    - I don't have this problem in a "normal" pagegroup created in english and
    translated into French.
    regards
    A.

    I have a second problem with shared objects :
    So, i created that navpage and published it as a portlet to use it in pages but
    when it doesn't appear in the portlets lists. In what Submenu of the porlets
    navigator is it supposed to appear ? It is not in the "shared instances", and i
    can't see any other "shared" directory.

  • Problem with "Translation" Widget

    Hi all,
    i've got a problem with the translation widget; you can see an image here: http://tinypic.com/view.php?pic=432b9l5
    How can i solve the problem?
    Bye.
    Thanks.

    Hi.
    Try this: Open Terminal and type at the prompt:
    Killall Dock
    that will quit Dashboard and relaunch the Dock. Then go to User/Library/Preferences and trash:
    widget-com.apple.widget.translation.plist.
    Then go to User/Library/Caches/DashboardClient folder and trash the subfolders inside it (they are numbered 01, 04, etc. This will clear the Dashboard cache).
    Open Dashboard and verify if it works.
    MacMini G4 1.25GHz 1GB   Mac OS X (10.4.9)  

  • Problems with the build-IN SNTP-Client on cRIO9014&cRIO9012

    Hi out there,
    I have a problem using the build-IN SNTP-Client of a cRIO-9014 (and a cRIO-9012).
    It seems that the cRIO sometimes gets another time (e.g. 28.01.1920  12:03:00) other than it should get (e.g. 31.08.2014 09:59:00).
    I've found this problem in our measurement-files. They had some unusual timestamps (as showed in the following example).
    To prevent the SNTP-Client from doing too many damages to our measurement-files, I built a time-validator (with a range of 5 min), which checks one of my servers (and let it write every time change to a log file).
    The Log-File looks like (Where "$Message" is a custom-message. It is unrelated to the problem, but occurs every minute):
    31.08.2014          09:58:00 $Message
    31.08.2014          09:59:00 $Message
    31.08.2014          10:20:00 Setting Time from 28.01.1920 12:14:09 to: 31.08.2014 10:20:00
    31.08.2014          10:21:00 $Message
    31.08.2014          10:22:00 $Message
    31.08.2014          10:54:00 $Message
    31.08.2014          10:55:00 $Message
    31.08.2014          10:59:00 $Message
    31.08.2014          11:00:00 $Message
    As you can see, the cRIO loses its time somewhere between 09:59:00 and 10:00:00(UTC) and it has been set back at 10:58:XX (UTC). It is shown with the gap between the messages at 10:55:00 and 10:59:00.
    The configuration for the timesync was:
    [TIME SYNC]
    source.rtc.enable=True
    source_priority=sntp;rtc;
    source.sntp.enable=true
    source.sntp.address=192.53.103.108
    source.sntp.interval=60
    source.sntp.port=123
    source.sntp.verbose=false
    source.sntp.log=false
    sntp.address is a public  German time-server, hosted by our national institute.
    I've set sntp.verbose and sntp.log to TRUE for more information, but have to wait some time for a logfile.
    The network has the following scheme:
    cRIO -> UMTS-Modem -> ISP-VPN -> Internet
    Does anyone have had this problem and/or know, how to fix it?
    Thanks for your help!
    Cateros

    Hi!
    The problem happens sporadically, at first, we didn't even notice it, just that there are files missing and we got the strange logs. Now, with the workaround, we can finally trace the problem (and in some cases restore our measurement).
    What do you mean with "connectthe cRIO directly to a router?"? Could you please explain it?
    In the enclosure are more networkdevices, but only the cRIO uses the connection to the internet.
    The "UMTS Modem" has also routing capacities, which we use to remote control both of the RIOs.
    Thanks for your reply
    Cateros

  • Problem with Borland Builder C++ AND NI-DAQ 6.9.3

    Hello,
    I am trying to porting a Data Acquisition application developed with Borland Builder 4.0 and NI-DAQ 6.5.1, changing data acquisition Hardware. Now I am using PCI - 6036E, with Ni driver version 6.9.3. My s.o. is Windows XP Professional.
    When I link application with nidaq32b.lib and nidex32b.lib and launch my EXE, without call any DAQ function, when I close my window PC is resetting! If I try to use Ni driver version 7.0 or 7.3, I obtain a GP fault as soon I start program.
    I think that there are problem of disallineament or other inside file EXE generated. I have tried to generate new file lib with implib utility from DLL, but with the same result.
    If anyone cannot help me, I think to substitute call to DAQ functions inside C code with DLL or EXE developed in Visual Basic.
    Can anyone give me any help for this? Is it better use VB 4.0 or VB 6.0?
    Thank you for your attention.
    Fabrizio

    Hi,
    I would definitely suggest to create the dll in VB6. There are shipping examples for VB6, so that you can see how it looks to program in VB6 with DAQ. These examples can be found at C:\Program Files\National Instruments\NI-DAQ\Examples\VBasic.
    I hope this helps. Have a Great Day!
    George

  • Problems with CF Builder + RDS + Windows XP.

    I have been using CF Builder since the first beta, however I am missing out on most of the functionality because I can't get it to connect to RDS.  I always get a 405 method not allowed.
    Where I've seen this discussed (namely on Ray Camden's site) the suggestion was to change security in IIS.  Of course IIS & security on XP is much more limited than on Windows Server.  I have tried everything I can and can't get it to work.
    Any thoughts?
    -Bill

    Hi Bill, yes, I can offer such help. In fact, I've long thought about offering a low-cost, fixed-fee option to solve any single problem.
    Your request here, and another earlier today, have prompted me to go ahead and set that up. It's now enabled as a new engagement type at my http://www.carehart.org/consulting/ page (where I also discuss how I offer this as remote consulting, via Adobe Connect, which I usually perform in providing CF server troubleshooting.)
    I help people solve problems with CFBuilder all the time (here and in other mailing lists), and I speak and write about using it extensively.
    Still, some problems are just difficult to solve in email (plus there's no guarantee of one getting a reply from anyone, including myself, here). So I'd long considered offering a service to fill that gap. The two notes today prompted me to proceed with it.
    You'll see it on the page as a "CFBuilder fixed-fee/single problem" option, for a flat $US75. That's for help in getting any one thing to work in CFBuilder, such as getting debugging to work, getting RDS to work, getting code insight to work, getting the ctrl+hover hyperlinking to work, solving slow performance problems, and so on.
    Now, if someone gets their hackles up at the thought that they should have to pay for getting a problem solved with CFB, well, of course, you don't have to pay. That's why these forums are here. But as Bill says below, sometimes people are just willing to pay to solve a problem, and again some problems are just hard to do without being able to see what's going on and more easily explain how things need to be configured.
    If paid support is not a solution for some readers, that's understandable. (I addressed this a little more in a lighthearted mention of the new option in my reply to the other forum thread here earlier today: http://forums.adobe.com/message/3056104#3056104).
    My hope would be that, with my experience solving problems, we should be able to solve most of them quickly, which is good for both of us. I'm willing to take that risk and keep it a fixed fee (compared to my normal hourly rate of $US175 for CF server troubleshooting).
    Of course, the fixed fee means there's no prorating of it if solved quickly. Think of it like a plumber, who has a fixed price for a service call, even if just to plug a single leak. You're not paying for the time to plug the leak (nor even to drive over), but for the value of stopping the leak, the plumber's knowledge of how and where to solve the problem, and his setting up a business to be there when you need him.
    Conversely, though, there are sure to be some problems where I just can't solve them, even after a couple of hours (they may even be bugs in CFBuilder). In that case, to protect both of us, I offer the option to refund your money after those 2 hours (unless you feel there was still value in other aspects or information shared during the call).
    Hope that's helpful, to Bill and to others. Feel free to mention it to others who may appreciate this when struggle at length with some CFBuilder problem.
    /charlie

  • Problem with Titling Build In/Out

    Recently, I've created a title with a blur build. After a while, I'll replay my video and find that the last few letters at then of the title line pop in first during the build and then remain on the screen instead of blurring out. This happens with other builds as well. Why is that, and how do I fix that?

    hi Markus,
    found the following in DB:
    "Problem Description:
    I have my SCC configured with a LabVIEW perforce client. If I open the VI \examples\comm\access.llb\Retrieving Data from Access.vi and then from its block diagram open the subVI with a icons that says "2", then modify the sub VI, I don't get prompted to check the sub VI out. Howewver, if I close everything down and open the Part 2.vi from the GSW, then it does prompt for check out when I edit it.
    Steps to Reproduce:
    Make sure the prompt to check out SCC config option is set. 1. Launch LV. 2. Create a new project. 3. Add a VI to the project that is in SCC (not checked out) AND has a subVI that is also in SCC (and not checked out). 4. Open the VI from the project. 5. Go to the block diagram of the VI and open the subVI. 6. Edit the subVI. No prompt to check out is presented.
    Workaround:
    1. Explicityly add the subVI as an item under source. 2. Refresh the dependencies node after adding the main VI."
    furthermore I found this link but I don't know if this will help...
    greets!

Maybe you are looking for

  • Need java script 6.26 to use banking software keep getting "the connection was reset" error Java appears on addon blocked list

    I am trying to use Team One Credit Unions CU@home to access my accounts. Their support team tells me I need Java script 6.26. I show that on my add on list but it also states Java is blocked on the blocked software list. How do I get Java script runn

  • Bank Statement posting error

    Hi, In February, we had downloaded the manual bank statement (FF67), unfortunately, we had clicked wrong. After finding the problem, we tried to make a new posting but the system did not accept the second posting.    In fact, the transactions should

  • How to enable flash

    Have downloaded latest flash player but setting shows as disabled. Cannot change to enabled so cannot view anything that needs this.

  • Conversion rules

    hi, plz suggest me anything(their types,significance etc.) about CONVERSION RULES in ABAP.

  • CS4 Bridge and IE 8

    I installed IE 8. Suddenly when I click a thumbnail in bridge, IE interferes and opens a window that asks if I want to download this file. I've never seen this before. If you have and know the fix, please let me know. Thank you!