Loading Error  - 'JTF ' in  API -'jtf_rs_resource_pub.create_resource'

Hi ,
I am working on  Project resource Create conversion , i did the mapping it work fine but while loading i got the error , in the log message
RETURN_STATUS= 'E'
X_MSG_DATA = 'JTF'
I am not able to understand error data that is 'JTF' . Please if some one have idea then please let me know the solution . 
I am posting the code for load part ,
jtf_rs_resource_pub.create_resource
               (p_api_version            => 1.0,
                p_commit                 => fnd_api.g_true,
                p_init_msg_list          => 'F',
                x_return_status          => l_return_status,
                x_msg_count              => l_msg_count,
                x_msg_data               => l_msg_data,
                x_resource_id            => l_resource_id,
                x_resource_number        => l_resource_number,
                p_resource_name          => 'Mohit',--rec_create_resource_load.resource_name,
                p_category               => 'Other',--rec_create_resource_load.CATEGORY,
                p_start_date_active      => rec_create_resource_load.start_date_active,
                p_source_name            => 'MOHIT',--rec_create_resource_load.source_name,
                p_user_name              => 'MOHIT',--rec_create_resource_load.user_name,
                p_source_id              => 6584321, --rec_create_resource_load.source_id,
                p_address_id             => null--rec_create_resource_load.address_id
King Regards
Ashish.

Hi ,
there is no need of form i thing , i am using the API .
when i run the API  it shows errors .
JTF_RS_INVALID_SOURCE_ID  N P_SOURCE_ID 38897
if you know any thing about this please help me .

Similar Messages

  • Error occured during load process com.essbase.api.base.EssException: (-1):

    I am trying extract the Measures dimension from Sample application by following John's blog (ODI Series - Loading Essbase Metadata) . Its giving error on extracting metadata from Sample basic.
    ODI Ver 10.1.3.6.3
    Error
    Error occured during load process com.essbase.api.base.EssException: (-1):
    Error log :
    2010-07-17 04:25:30,741 INFO [DwgCmdExecutionThread:null:9]: ODI Hyperion Essbase Adapter Version 9.3.1.1
    2010-07-17 04:25:30,741 INFO [DwgCmdExecutionThread:null:9]: Connecting to Essbase application [Sample] on [M2BTG.BADAKLNG.COM]:[1423] using username [admin].
    2010-07-17 04:25:30,760 INFO [DwgCmdExecutionThread:null:9]: Successfully connected to the Essbase application.
    2010-07-17 04:25:30,760 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RULES_FILE = prodload
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RULE_SEPARATOR = Tab
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option PRE_LOAD_MAXL_SCRIPT =
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option POST_LOAD_MAXL_SCRIPT =
    2010-07-17 04:25:30,762 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option ABORT_ON_PRE_MAXL_ERROR = true
    2010-07-17 04:25:30,763 INFO [DwgCmdExecutionThread:null:9]: Essbase Load IKM option RESTRUCTURE_DATABASE = KEEP_ALL_DATA
    2010-07-17 04:25:30,774 INFO [DwgCmdExecutionThread:null:9]: Begining the load process.
    2010-07-17 04:25:30,792 ERROR [DwgCmdExecutionThread:null:9]: Error occured during load process com.essbase.api.base.EssException: (-1): null.
    2010-07-17 04:25:30,792 INFO [DwgCmdExecutionThread:null:9]: Load process completed.
    2010-07-17 04:25:30,792 INFO [DwgCmdExecutionThread:null:9]: Logging out and disconnecting from the essbase application.
    On checking the toplology manager, it gives error as shown below.
    rg.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: (-1): null
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx9.f$0(<string>:23)
         at org.python.pycode._pyx9.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.h.A(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.essbase.api.base.EssException: (-1): null
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainBuildDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essMainBuildDimension(Unknown Source)
         at com.essbase.api.datasource.EssCube.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.wrapper.EssbaseApplication.buildDimension(Unknown Source)
         ... 32 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: (-1): null
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.h.A(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Please Help me
    Rgds
    Uka FP

    You won't get much response with an error like that, what I can suggest is have a look at one of the blogs I wrote going through loading metadata :- http://john-goodwin.blogspot.com/2008/11/odi-series-loading-essbase-metadata.html
    Try building some test metadata loads against the sample.basic application to get a feel for how to do it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error [..\API\Inc\BE/Component/Keyframe.h-138] when opening saved file

    Hi,
    I've got a serious problem and I hope that someone can help me. I worked on a project in PE 3 when suddenly a message popped up saying that an error had occurred and PE had to shut down. Every time I try to open this project now (also the auto-save files), the error [..\API\Inc\BE/Component/Keyframe.h-138] occurs and PE shuts down immediately.
    I looked in several forum discussion where other users reported this bug. Solutions were offered e.g. changing the regional and language settings as the error only occurs with non-english systems (mine is German), using a perl one-liner etc. I tried everything but the problem is not resolved still (I must admit I'm not very familiar with perl and all that but I followed all the instructions given and failed).
    I use Windows Vista Home Premium, got an Intel Core 2 CPU with 2.4 Ghz, 2GB RAM and plenty of hard drive space.
    Can anyone please help me? I would be really grateful because I put a lot of work in this project which also has to be finished within two days... Thus I really need your help betimes.
    Thank you in advance
    Moritz Brockhaus

    First, if you haven't done so already, resize any photos you're using in your video down to no larger than 1000x750 pixels in size. The single reason this program crashes is because people load it with photos directly from a digital camera, which can be 20-25 times the size of a video frame.
    Using smaller photos will not only save your resources but will speed up the rest of your processes later, when you output your DVD or video.
    If that doesn't help, it's possible the program is still overtaxed by working with non-DV-AVI files and what seems to be about two hours worth of source files (even if you've trimmed that down to 45 minutes). I usually work on my videos in 10 or 15 minute sequences, which I output as AVI movies and combine in a final mix. When I do this, I never have a problem with the computer lugging or throwing up error codes. Here's how:
    http://www.adobeforums.com/webx/.3bbe608f
    But, for now, reboot and defragment your drive and see if you can at least get your project open. If you're still getting error codes, something may have corrupted. But, more likely, you've just got too much going on at the same time.

  • LabVIEW load error code 1: LabVIEW load error code %Id: %p

    One of my VI crashed while trying to save some data to file, I then tried to save the VI afterwards, but message with Out of Memory popped up again and the IV closed down. So now I can´t open my VI, then I try I get the "LabVIEW load error code 1: LabVIEW load error code %Id: %p" message and I have been given no opportunity to recover an older version of the VI then I close down and open LabVIEW again!!! So my VI is lost or what?
    This is a huge problem for me, hope someone can help...
    Regards
    Jesper

    Hi Jesper
    For the future you should be good with LabVIEW 2012 (Normally realeased after NI Week in Austin in beginning of August). From what I know about this problem it have not been mentioned to be solved in a fixpack before release of LabVIEW 2012.
    If you are reading in large files that uses more memory than avaliable and do wan't to avoid LabVIEW from crashing then you could add more RAM to your PC. If you are using Windows 32-bit you could try to edit the boot.ini file for Windows to allow Windows to allocate more memory to LabVIEW as explained in the following article:
    Extending Virtual Memory Usage for 32-bit Windows
     http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/enable_lrg_ad_aware/
    You could also try upgrading to Windows 64-bit this will allow much larger memory operations, and Windows 64-bit will let LabVIEW allocate more memory.
    To use Source Code Control on your computer you will need:
    1) A Source Code Control server with space to store the backup VI's and previous versions on (this can be your own PC). All Source Code Control providers that follow the Microsoft Source Code Control API. We have a list of tools that we have been tested that can be found here (note that some is free and other is not):
    Which Third-Party Source Control Providers Can I Use with LabVIEW 8.0 and later?
    http://digital.ni.com/public.nsf/websearch/26EC5904169430CE8625706E00743997?OpenDocument
    2) After installing the server you need to configure LabVIEW to communicate with this server. In the article below under the section "Configuring LabVIEW to Call the Microsoft SCC API" you can see how to do this:
    Software Configuration Management and LabVIEW
    http://zone.ni.com/devzone/cda/tut/p/id/4114
    3) You are good to go. Source Code Control uses the two most know functions "Commit / Check out." When you Check out a document you will be able to edit it, and when you then commit the changes then it will be saved with a new version number on the server. For each commit you will be able to select "Revert to previous version" to go back and restore a previous commited VI. You can use these functions on the VI it self or as I prefer from the Project Explorer.
    Bisides the advantage of being able  to restore previous versions, Source Code Control is also a great tool if your are multiple users working on the same project. You will i.e. be able to be 2 or more developers working on the same VI at the same time and then merging your changes to one VI when you are finished.
    Best Regards
    Anders Rohde
    Applications Engineer
    National Instruments Denmark 

  • Getting Page Load Error while opening a Opportunity in new window

    Hi All,
    outbound SSO is enabled.
    when i try to punch-in to my application from CRM through opportunity web link with Web Link Target as "open in custom tab" its working properly, but when i have Web Link Target as "open in new window" i am getting page load error. previously with out Outbounf SSO it is working properly.
    Do i need enable any settings in CRM
    thanks

    when the web link target is "open in new window" or "open in current window" the request send to third party application from CRM ONDemand is HTTPS request as SSL is not enabled it is giving "page load error"(In the web link we are specifying http only) (User athentication type is "username & password/ SSO")
    Is there any setting in CRM Ondemand to send Http request only instead of HTTPS?

  • Error building project using kXML2 - "Class loading error: Wrong name"

    Hi,
    I'm testing the XML-Parser KXML2 and downloaded the latest package, but the minimal version (kxml2-min.zip). I put this file into the directory "%j2mewtk%\apps\KxmlTest\lib" and wrote the lines
    import org.kxml2.io.*;
    import org.xmlpull.v1.*;
    When I try to build the project with the Wireless Toolkit (v1.04) it spits out the following error:
    Error preverifying class kxml2.io.KXmlParser
    Class loading error: Wrong name
    com.sun.kvem.ktools.ExecutionException: Preverifier returned 1
    Build failed
    I also tried the full package "kxml2.zip" but the same error occurs.
    How can I get rid of this? Thanks in advance!

    Okay, finally worked it out (hopefully). I unpacked the archive to a directory (say "%J2MEWTK%\apps\KxmlTest\tmpclasses") and then preverified them "manually":
    %J2SDK%\bin\preverify.exe -classpath "%J2MEWTK%\apps\KxmlTest\tmpclasses";"%J2MEWTK%\lib\midpapi.zip" org.kxml2.io.KXmlParser
    %J2SDK%\bin\preverify.exe -classpath "%J2MEWTK%\apps\KxmlTest\tmpclasses";"%J2MEWTK%\lib\midpapi.zip" org.xmlpull.v1.XmlPullParser
    %J2SDK%\bin\preverify.exe -classpath "%J2MEWTK%\apps\KxmlTest\tmpclasses";"%J2MEWTK%\lib\midpapi.zip" org.xmlpull.v1.XmlPullParserException
    Then I packed them again to a jar-file:
    %J2SDK%\bin\jar.exe -cvf kxml2-min.jar %J2MEWTK%\apps\KxmlTest\tmpclasses\output\.
    That was all!

  • Error on KEB0 execution ? = Program error: BI service API(component BC-BW)

    Error on KEB0 execution ?
    Iu2019m trying to create a data source on KEB0, but when I try to create, the system give this error:
    u201CProgram error: BI service API (component BC-BW) terminated: MAPI
    Message no. R8401u201D
    Some one knows this message ?
    Thanks !

    Marcus, have you checked following Note?
    504847 - Termination when creating a CO-PA DataSource

  • Loading Errors-Essbase

    Hi all,
    Please help me with this..
    I got the following errors while load is running in essbase, I have seen this in log files..
    All other cubes loaded successfully, except 1 cube.
    ERROR 1054004 - Application is not loaded
    ERROR - 1002097 - Unable to load database
    The Oracle website shows
    Possible solution for 1st error is Make sure that you created the filters correctly.
    2nd error is not mentioned there.
    Please help me solving this issue.
    Cheers
    Prash

    Hi,
    First of all can you start this database from say EAS, does it say it cannot start?
    It might be a hung esssvr.exe process, stop all the databases and if you still see an esssvr.exe process running you may need to end that process unless you can stop it with maxl or esscmd.
    If you are unsure how to do it then it might be easier to give the box a reboot.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Load error code 11 when attempting to open .vi from library

    Hello,
    Recently a colleague sent me a .llb containing a VI and sub-VIs of a program needed for my research.  The VI opens correctly but none of the sub-VIs can be found by it and when I attempt to open the sub-VIs I get load error code 11: VI version (6.0) cannot be converted to the current Labview verstion (8.5.1) because is has no block diagram. 
    I am running Vista with 8.5.1 and attempting to open a library of version 6.0.  I do not know what OS the library was compiled on.  (Linux is a possibility)  The colleague who sent me the program does not know either, as he recieved it from another colleague whom he is no longer in contact with.
    I am fairly certain the library was saved with block diagrams, so I do not think that is the source of the error.
    Does anyone know what might be a way to get these sub-VIs working?

    Okay,
    File posted.  Someone please tell me if this has a block diagram on it.
    Attachments:
    Find First Error.vi ‏24 KB

  • Error 109 : MaxL api instance is not Active  after installing excel add-in

    Hello Gurus
    I am getting error Error 109 : MaxL api instance is not Active while expanding essbase server in EAS console.
    I am using EPM 11.1.2.1 on Windows server 2008 x64 with MS Office 2007 x32
    EAS was working properly before installing Excel Add-in,
    What i did is
    1. I first installed excel add-in and when I clicked on connect Log-in screen didn't appears.
    2. Then I reinstalled excel add-in and it started working properly and EAS was also working fine.
    3. But after restarting VM, EAS is not working, it is giving error like "Error 109 : MaxL api instance is not Active"
    4. I also searched on OTN for EAS issue and checked following environment variables
    ESSBASEPATH : C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSLANG : English_UnitedStates.Latin1@Binary
    5. And also tried reinstalling EAS
    Any help will be highly appreciated.
    Thanks
    Yash
    Edited by: yash on Apr 10, 2012 8:01 PM

    Hello,
    I had the same problem, after add-in 's installation on epm 11.121
    Without solution, I was forced to uninstall all epm and reintsall.
    Is there another method to solve this problem ?
    thx

  • Solution to "Quicktime Plug-in failed to load" error

    My solution to "Plug-in failed to load" error message when attempting to watch demo movie on Apple website (and others):
    I found two Quick-time plugin.plugin files in my Internet Plug-ins folder in my
    User Library folder. One was version 6.3 and one was version 6.5.2.
    Removing the 6.3 version solved the problem. Removing the 6.5.2 version had no effect, so I removed it also.
    Never could have solved this one without the help of Woody at Apple!!!!

    Why not install version 7?

  • Stor.e TV+ No Loader error keeps coming up when switching on

    I have been experiencing continual problems accessing the hard drive. "No Loader" error message keeps coming up when switching on.
    The so-called "solution" to this problem posted on this forum is to open up the box and fiddle with the cables. Whilst I have had some success with this method initially, dismantling the box 10 times a week is not on.
    I tried something else in desperation.
    When the No Loader message comes up, I switch the box off and on again from the remote.
    After 2 or 3 times or so the HDD folder usually appears.
    I have been doing this consistently now with great success. This however suggests that the No Loader error message is NOT a mechanical connector problem with the hard drive but (as usual) poor software (what else?).
    Dismantling the unit is tantamount to switching it off for an extended period of time so may explain why this technique works.
    Switching the unit on and off several times also solves the problem of the D folder not appearing on the network even though Win7 shows Store-TV-Plus as a mapped NTFS drive (but can't find the D folder).
    See the similarity?
    Another thing that exacerbates problems is the unit's poor ventilation. The first thing that happens with this unit is that the rubbish stick-on rubber feet fall off.
    Whilst this may seem innocuous, the ventilation slots are underneath the unit and will be blocked if there are no feet. I live in a hot country so this device gets pretty hot and behaves even more erratically unless well ventilated.
    Ideally keep it well away from other units and preferably sit it on a small box by itself with the vents underneath well exposed.
    I also still experience problems playing FLAC and MKV files. The unit occasionally loses synch with FLAC files which generally otherwise play OK and locks up or causes loud bangs or white noise on the speakers (dangerous).
    Some MKV files just don't play at all even though VLC plays them. There are a myriad other inconsistencies but these are the most annoying.
    Is anyone else experiencing these problems or does anyone have any other solutions to prevent these problems?
    I don't suppose we can expect another software upgrade from Toshiba? In your dreams, pal.

    OK, so I took the risk and updated the firmware of my Stor.e TV+ to the Noontec V8S latest firmware V3.0816.13_V8S from noontec website.
    The update went fine without a hitch (took about 2 minutes from an old 256MB flash drive plugged into the back USB port of the unit, which I formatted before using), and some of the irritating shortcomings of the Toshiba firmware was solved. Samba worked in some fashion, but I was still not able to download songs directly to the Stor.e over wireless, which is the only other feature I currently need. The irritating remote control buttons were changed to the way any sane person would use them (I had changed my universal remote control to correct this, so would have to change the settings if I kept the updated firmware) The new firmware seems solid, but I DON'T USE THE VIDEO CAPABLITIES, so I can't comment on this.
    One major drawback of this update for me is that the small display on the unit becomes much less readable. Seems like there is a problem with the font on the new firmware. I use my Stor.e exclusively as a flac music player, and since I don't have it connected to a tv the small display is crucial for me to select tracks or disks. I have 300+ discs, so the Stor.e is an excellent cheap media player which I connect to my HIFI system via a DAC.
    I thus had to change back to the Toshiba firmware to correct this problem. Seems like I would still have to use USB to download music to the Stor.e when I buy new CDs. What a pity.
    Incidentally, the new Toshiba firmware is very much like the old firmware, in that it lacks the capability to switch on Samba. In the readme Toshiba states that the new firmware fixes a network problem, but I think that this is probably the smallest issue most users have with the Toshiba firmware.
    So, my advice to anyone having video, control or other issues with the Toshiba firmware is to flash to the Noontec firmware to see if it resolves their issues. If it doesn't one can always revert to the official Toshiba firmware as I did.
    You do this at your own risk though, if you brick your unit don't blame me...

  • I have an iPod nano v4 or 5 and when I connect it to my Hyundai Santa Fe I get an iPod loading error message.  The cable came with the car when I purchased it and the dealer was able to get it to work with his newer ipod.  Please advise.

    I have an iPod Nano v4 or 5 and when I connect it to my Hyundai Santa Fe I get an iPod Loading error message.  The cable works with the dealer's iPod which is a newer model.  The cable came with the car when I purchased it.  Please advise.  Thanks.

    Hi Bander Bunny!
    I have a couple of articles that should be able to help you troubleshoot this issue a little further. You may want to try uninstalling and reinstalling iTunes first. This has to be done in a specific manner, and this article can help you do that:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    Another option is that you may want to try syncing your iPod nano manually. Here's is an article that pertains to manually managing the content of your iPod nano:
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    It's also possible that this issue resides with your iPod nano. Here is a website that will help you troubleshoot the iPod nano:
    Apple - Support - iPod Troubleshooting Assistants
    http://www.apple.com/support/ipod/five_rs/
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Error in Oracle API  HZ_CUST_ACCOUNT_V2PUB.create_cust_account

    Error in Oracle API HZ_CUST_ACCOUNT_V2PUB.create_cust_account
    Column account_number must have a value.
    why?

    What is the apps version ?
    Have you gone through these notes:
    Using TCA API's Including Examples [ID 201243.1]
    How To Create A Customer Via TCA API [ID 159393.1]

  • Ecatt script fails due "Error in OLE API method Call"  error

    Hi ,
    Ecatt scripts fails due to "Error in OLE API method Call" error, this error message occurs once a while.
    We are calling testpartner scripts from Ecatt using REFEXT command. At times this ECATT script fails due to above issue.
    Please help in solving this issue.
    Thanks,
    Asha

    >
    Asha Nagaraj wrote:
    > Hi ,
    >
    > Ecatt scripts fails due to "Error in OLE API method Call" error, this error message occurs once a while.
    >
    > We are calling testpartner scripts from Ecatt using REFEXT command. At times this ECATT script fails due to above issue.
    >
    > Please help in solving this issue.
    >
    > Thanks,
    > Asha
    Hi Asha,
    Are those components are connected and the necessay settings has been done?
    Regards,
    SSN.

Maybe you are looking for

  • New WLS domain won't start due to authentication error

    Using the admin console (started under mydomain) I created a new domain/server. I created start up scripts (with the correct domain/server). When it starts up it asks me for the system password and then it fails! I moved the fileRealm.properties from

  • Query running longer time

    Hi All, when i run the query in Analyzer,it is taking longer time.the query is built on DSO. can anyone give me inputs why the query is taking much time Thanks in Advance Reddy

  • Error installing certificate with Cisco 5508 7.4.110

    hi All, I am getting Error while installing the web certificate on a WLC. (Cisco Controller) >transfer download start Mode............................................. TFTP Data Type........................................ Site Cert TFTP Server IP...

  • Invalid serial  number CS2 Photoshop upgrade?

    mmail@morninmail invalid serial number when trying to upgrade Photoshop CS2  Harddrive crashed, trying to reload. Could not unlock.

  • Unable to locate any old files after putting in hard drive enclosure

    Hello, I dropped my old macbook over the weekend. When I took it the Genius Bar, the tech said the hard drive looked fine (or didn't detect any issues) and recommended using an enclosure to recovery my file. So after getting the correct one, a rocket