Life with 64bit OS in a 32 bit world

Ok Oracle gurus can you help me with this? I have VS 2008 installed on a 64bit OS. I am troubleshooting apps for my company that were built by a developer that quit. When i go to run the app to debug it i get the following error when i try to connect via this particular app to my Oracle 10g DB. In tried this with the ODAC 10.2.0.221 and ODAC 1110621. Can i connect via this app with older versions of the ODAC if i am building in VS 2008 or doi need to use the newest ODAC? Also can someone explain this error? Thanks..
System.BadImageFormatException was unhandled
Message="Could not load file or assembly 'Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. An attempt was made to load a program with an incorrect format."
Source="NAClassLib"
FileName="Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342"
FusionLog="=== Pre-bind state information ===\r\nLOG: User = CIC\\khill\r\nLOG: DisplayName = Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342\n (Fully-specified)\r\nLOG: Appbase = file:///F:/DOCUMENTS/VISUAL STUDIO 2008/PROJECTS/budget/BudgetScenario/bin/Debug/\r\nLOG: Initial PrivatePath = NULL\r\nCalling assembly : NAClassLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.\r\n===\r\nLOG: This bind starts in default load context.\r\nLOG: Using application configuration file: F:\\DOCUMENTS\\VISUAL STUDIO 2008\\PROJECTS\\budget\\BudgetScenario\\bin\\Debug\\BudgetScenario.vshost.exe.Config\r\nLOG: Using machine configuration file from C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\config\\machine.config.\r\nLOG: Post-policy reference: Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342\r\nLOG: Attempting download of new URL file:///F:/DOCUMENTS/VISUAL STUDIO 2008/PROJECTS/budget/BudgetScenario/bin/Debug/Oracle.DataAccess.DLL.\r\nERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.\r\n"
StackTrace:
at NAClassLib.DataService.DataServiceFGLAccountCompact.FGLAccountGetSpecialStringArray()
at BudgetScenarioUserControls.ucAreaOfResponsibilityView.SearchReset() in F:\DOCUMENTS\VISUAL STUDIO 2008\PROJECTS\budget\BudgetScenarioUserControls\ucAreaOfResponsibilityView.cs:line 62
at BudgetScenario.frmBudgetScenario.ucTopLevelScenario_TopLevelTreeViewItemClicked(Object sender, NAEventArgs e) in F:\DOCUMENTS\VISUAL STUDIO 2008\PROJECTS\budget\BudgetScenario\frmBudgetScenario.cs:line 105
at BudgetScenarioUserControls.ucTopLevel.TreeViewNodeSelected(TreeNode item) in F:\DOCUMENTS\VISUAL STUDIO 2008\PROJECTS\budget\BudgetScenarioUserControls\ucTopLevel.cs:line 73
at BudgetScenarioUserControls.ucTopLevel.tvTop_AfterSelect(Object sender, TreeViewEventArgs e) in F:\DOCUMENTS\VISUAL STUDIO 2008\PROJECTS\budget\BudgetScenarioUserControls\ucTopLevel.cs:line 64
at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
at System.Windows.Forms.Control.WmNotify(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.TreeView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.TreeView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at BudgetScenario.Program.Main() in F:\DOCUMENTS\VISUAL STUDIO 2008\PROJECTS\budget\BudgetScenario\Program.cs:line 18
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

I tried that already and it still gives the same error.
You tried which?
If i install a 64 bit client won't that mean my app will only run on 64bit machines?
If you build your project with "Platform target" set to "Any CPU" on a 64-bit machine the process will run as a 64-bit process and will, therefore, want the 64-bit Oracle Client. On a 32-bit machine the process will run as a 32-bit process and will, therefore, want the 32-bit Oracle Client. If you build your project with "Platform target" set to "x86" it will run as a 32-bit process on both 64-bit and 32-bit machines and will want the 32-bit Oracle Client. So, on the 64-bit machine do you have the 32-bit client or the 64-bit client? What was the "Platform target" set to when you built you application?
Regards,
Mark

Similar Messages

  • When i plug in my new ipad, in my windows 7 computer. It tells me to remove Itunes and install the 64-bit version. but it is the 64 bit. version i have installed. i tried it 3 times now. I downloadet from the Apple support site, with 64bit.?? help

    When i plug in my new ipad, in my windows 7 computer. It tells me to remove Itunes and install the 64-bit version. but it is the 64 bit. version i have installed. i tried it 3 times now. I downloadet from the Apple support site, with 64bit.?? help

    did you solve this problem?

  • What if sync with new computer does not work. logical connection to old with WindowsXP, 32 bit version of iTunes. New is Windows7 with 64bit version

    What if sync with new computer does not work?
    logical connection to old with WindowsXP, 32 bit version of iTunes.
    New is Windows7 with 64bit version

    Syncing to a new iTunes library or computer will erase your iPod. Only if you back up your iPod manually before syncing, you can restore your device from that backup again. A manual backup does not include the sync process.
    Do this:
    Disable autosync in iTunes, connect your iPod to your new computer and right click on it in the device list and choose backup. iTunes will backup your iPod without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    When you connect your phone for the first time, all media content will be erased. But you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the iPod for the first time.
    Music is one way only, from the computer to your device, unless you bought the songs in iTunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread: http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    About backups and what's saved: http://support.apple.com/kb/HT4946
    How to back up and restore:http://support.apple.com/kb/HT1414
    How to download apps for free again:http://support.apple.com/kb/HT2519
    Saving other data is also described here. How to back up your data and set up as a new device
    If your iPod can't be recognized by Windows, try these tips: iOS: Device not recognized in iTunes for Windows

  • Adobe is not Compatible with Vista? or not compatible with 64bit Vista?

    From reading through some of the threads here, I am still a
    bit confused. Is Captivate 4 not compatible with Windows Vista at
    all? Or just not supposedly compatible with 64bit Vista?
    Has anyone tried to do a software simulation recording of the
    start button, or start menu, or any control panel windows? It
    doesn't register a click at all! It will not record a frame!
    This is rediculous Adobe. You had, what... 2 years almost? to
    develop Captivate 4? And you can't even make it Vista compaitble?
    I suppose you'll drop Captivate 5 in 6 months and make
    everyone pay $400 for an upgrade just so they can record anything
    in Vista? This had better be a high priority update. As it stands
    right now, I have to do full motion recording. If I want to do
    that, I will use Camtasia!!!
    Please give me an answer or a workaround.... Someone..
    Anyone.
    I am using 64bit and it works fine if recording within an IE
    window. All editing, recording, etc functions work fine. I have
    tried to do this on a 32 bit version as well with no luck
    (recording start menu / button/ control panel windows/etc)
    Thank you.

    > The problem somehow lies in the system windows. I always
    run captivate "as
    > administrator". As soon as a system window is up (IE -
    "control panel"
    > "display
    > properties" "computer properties" etc) it will fail to
    record a capture
    > upon
    > mouse click. Same with the start menu and taskbar.
    >
    > Test for yourself. This used to work in WIndows XP..
    What changed??
    >
    Captivate 3 and 4 work fine on 32-bit Vista. Neither is fully
    compatible
    with 64-bit Vista, so far as I know, but you should be able
    to get results
    by running in 32-bit compatibility mode.
    Steve
    http://twitter.com/Stevehoward999
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • Emulator problem with 64bit Architecture

    Hi All,
    I'm having a problem with my WTK Version 2.5.2 for CLDC.
    I'm using Ubuntu 10.04 x86_64 version and JDK1.6.0_21 64bit.
    When I run a simple MIDP application it gives the below error:
    java.lang.UnsatisfiedLinkError: /usr/local/netbeans-6.9.1/mobility/WTK2.5.2/bin/sublime.so: /usr/local/netbeans-6.9.1/mobility/WTK2.5.2/bin/sublime.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1003)
    at com.sun.kvem.Sublime.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.sun.kvem.Lime.createLime(Unknown Source)
    at com.sun.kvem.KVMBridge.<init>(Unknown Source)
    at com.sun.kvem.KVMBridge.getBridge(Unknown Source)
    at com.sun.kvem.midp.MIDP.run(Unknown Source)
    at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source)
    at com.sun.kvem.environment.EmulatorInvoker.main(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.kvem.environment.JVM.main(Unknown Source)
    When I was searching for a solution I found post related to the same error "http://forums.sun.com/thread.jspa?threadID=5217069"
    and there I got the solution. from the post send by don_mahantya post 41.
    I was facing the same problem as well.
    I use Netbeans 6.7.1 on openSUSE 11.1 64-bit and I would get the error whenever I tried to invoke the Java ME emulator.
    All I did was edit the emulator script i.e.
    $ vi /opt/netbeans/netbeans-6.7.1/mobility8/WTK2.5.2/bin/emulator
    and I added the path to the 32-bit Java directory
    javapathtowtk=/opt/java/jdk1.6.0_14-32bit/bin/
    NOTE: Make sure to put 'bin/' at the end
    Hope it helps.. works for me The same solution works with my case very well.
    I wonder why can't I use Java 64bit with this WTK ?
    Is there a diferent WTK version to use with 64bit? I'm using WTK which comes with NetBeans 6.9.1

    I had the exact same problems (MS Natural Ergonomic Keyboard 4000 + Intellitype 7.0), and it was driving me nuts. But I've found a solution (as laid out on my blog @ http://carlo.zottmann.org/2009/09/11/upgrading-to-snow-leopard/):
    Get Ukulele (http://scripts.sil.org/cms/scripts/page.php?siteid=nrsi&itemid=ukelele), the Unicode keyboard layout editor. After downloading it, look around the DMG and find these two files: LogitechGerman.keylayout and LogitechGerman.icns. After copying them to the /Library/Keyboard Layouts/, all that's left is opening the Language & Text preference pane and activating the "Logitech German" layout.
    At that point, the Intellitype drivers can be uninstalled, but that'll disable most of the keyboard's special function keys (1-5, ★, home/search/email/calculator).
    Hope this helps!

  • I have installed db-32bit, and installed obiee-64 in windows7 with 64bit.

    HI,
    I have installed db-32bit, and installed obiee-64 in windows7 with 64bit. while creating repository through rcu, it is populates with an error and showing my installed db is not supporting, what is the scenario to replace db11g 32 bit with 64? and is it the right way to install, please let me know and also would like to know, if i want to uninstall db do i need to uninstall rcu and obiee as well?

    Hi Satya,
    You can install OBIEE 11g 64 bit with Oracle DB 32bit. I have done this many times without any issue.
    Have a look at the following links:
    http://123obi.com/2013/04/obiee-11-1-1-7-0-installation-on-windows-7-part-1/
    http://123obi.com/2013/04/obiee-11-1-1-7-0-installation-on-windows-7-part-2/
    user10888725 wrote:
    Hi Srikanth,
    Thanks for your prompt reply, that means no need to uninstall OBIEE11g right?
    Thanks,
    Satya.
    How did you install OBIEE 11g 64bit successfully if you get an error while installing RCU?
    Please mark it Helpful/Correct, if it is
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • I  have a problem with the synchronisation of my iPhone and iPad with Outlook 2007 on my 64-bit Windows 7  PC. For several years, I have had no problems with the synchronisation by cord connection and iTunes between these programmes. However, a few months

    I  have a problem with the synchronisation of my iPhone and iPad with Outlook 2007 on my 64-bit Windows 7  PC. For several years,
    I have had no problems with the synchronisation by cord connection and iTunes between these programmes. However, a few months ago I decided to use Mobile Me. However, there were problems with duplication of calendars and then “rogue events” – which could not be deleted – even if deleted on Outlook and on the iPhone (or both at the same time) – they would just reappear after the next synchronisation.  All other synchronisation areas (eg Contacts, Notes etc) work fine.
    I have looked for help through the Apple Support Community and tried many things.  I have repaired my Outlook. I have repaired my .pst file in Windows. I have re-installed the latest version of iTunes on my PC. I have re-installed the firmware on my iPhone. I have tried many permutations on my iPhone. I have closed down all Mobile Me functions on the iPhone. I have spent upwards of 24 hours trying to solve this problem.
    What am I left with? Outlook works seamlessly on my PC. My iPhone calendar now has no events from  my calendar, but does not synchronise through iTunes. Nor does it send events initiated on the iPhone to the Outlook. I am at the point of abandoning iPhones and iPads altogether.  I need to have a properly synchronising calendar on my phone.  Do you have any suggestions?

    In the control panel goto the "Lenovo - Power Manager" and click the battery tab, there is a maintenance button in there that will let you change the charging profile for your battery.   (from memory, so exact wording may be off)
     The lower the numbers you use there, the longer the battery *should* last.    These batteries degrade faster at higher charge levels, however storing them at too low of levels is also not good for them... I've read that 40% is optimal, but just not realistic if you use your computer.
    --- ThinkPad T61 / Win 7 / Core 2 / 4gb RAM / Nvidia / Still used daily --- ThinkPad Edge 15/ i5 / Win 7 / TrueCrypt / 8gb RAM / Hated it, died at 1 yr 1 mo old --- ThinkPad T510 / Win 7 / TrueCrypt / i5 / 8gb RAM / Nvidia / Current primary machine --- ThinkPad X220 / i7 / IPS / 4gb / TrueCrypt / My Road Machine

  • Iphone 4 will not sync with itunes on Windows 7 64 bit

    My iphone 4 will not sync with itunes on Windows 7 64 bit. My computer recognizes the iphone but Itunes does not. Any suggestions?

    First it told me to uninstall itunes and install a windows 64 bit version which I did, the phone still won't sync
    At the same time the itunes won't access the store
    I've never accessed the store before or synced the phone
    I live in a country without apple stores and geniuses so this is really the only way someone can help me

  • Palm m500 Hotsync with Windows 7 Home Basic - 32 bit

    I have a couple of old, but ever so useful, Palm m500/m505  PDAs,  which I could hot-sync with my old PC running on Windows XP.  Now I have up-graded to PC with Windows 7 Home Version - 32 bit and am at my wit's end trying to hot sync my PDA data on to my PC Palm Desktop. 
    I tried hot-syncing by installing Palm Desktop 4.1.4. and Palm 6.2.  Have both on my PC.  It did do a hot-sync but only to back-up data.  I need to view the data on my PC/Monitor.
    As I am of the older generation, (a senior citizen), could an expert give me step-by-step  simple instructions on how to resolve my problem.  My Palm m500 PDA has too many contacts to manually transfer.
    Also can I convert PDA contacts to Outlook Address Book and then hot-sync with Palm m500 series PDA ?
    Waiting anxiously for help and guidance ..........
    Myra

    You can give this a try if you havent done it yet...
    How to import the Address Book from Palm Desktop to Outlook
    You may need to install this too if it is Outlook 2007
    Outlook 2007 Update (Windows installer) for Palm OS
    For other outlook versions download from this link:
    Downloads
    There is another post that said you may be able to transfer it using the Infrared feature in the device.
    Check POST
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • I cannot use itunes with windows 7. I think the problem has something to do with the fact that a 32 bit xp version was loaded on my machine. I can't uninstall it and the 64 bit version will not install.

    I cannot use tunes with windows 7. A 32 bit xp version was loaded from my prior computer. It will not uninstall. The 64 bit version will noit install.

    I cannot use tunes with windows 7. A 32 bit xp version was loaded from my prior computer. It will not uninstall. The 64 bit version will noit install.

  • Itunes does not sync with iphone in windows 7 64 bit

    We iTunes is not syncing with my iphone 3g in 64-bit Windows 7, how can I fix this? observation (AMD Turion X2 Dual-Core 4GB Ram ATI Radeon). Thanks for the attention of everyone.
    null

    not just not sync it does not recognize the windows itunes recognizes not only the most work when he wants ¬ ¬

  • What's up with iTunes for Windows 7 64 bit?  Makes my PC run like a 286 on Windows 3.11.

    What's up with iTunes for Windows 7 64 bit?  So slow and draggy.  Makes my high end PC with multi-core processor and video card run like a 286.  Even did this after doing a fresh install of the operating system with the latest version of iTunes. 
    No other software does this on my machine.  There has to be some crazy issue causing this.

    Try this,
    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 &amp; above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    Now launch your iTunes and see if it is working now.

  • Problems with the (WINDOWS 8 pro -64 BIT) IN THINKPAD L520 - 5016 RL2

     I have some problems with the (WINDOWS 8 pro -64 BIT) is not working properly IN THINKPAD L520 - 5016 RL2.
    1. Message appears telling me that the drivers of the display  has been restored crash.
    2. The mouse pointer moves very slowly sometimes, and sometimes does not move for a while.
    3. Device software such as lenovo-airbag protection , lenovo-internet connection and lenovo web connection........ its  is not compatible with the system, and do not work.
    What is the solution؟

    Hi, MUJAHED
    I have a few questions for clarification I would like to ask about your first two issues:
    1) Can you copy the contents of this message and respond back with them. Any error codes or direct quotation from the system can really help in diagnosing a problem.
    2) Does this only apply to the TrackPad, or does this behavior also occur with an external mouse? It may help to download the latest mouse drivers for your system, which can be found here.
    As for your last issue with the Lenovo service not being compatible with the system: Unfortunately, software for these applications has not been released for Windows 8. Windows has its own network settings that you can use to connect to the Internet and networks, so that is still possible, though you may not enjoy it as much as Lenovo's program.
    Best,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • I hope you can help me.  I purchased adobe captivate 8 on line and when I click on the email link to download, it comes up with 7 programs, some are 64 bit and some are not, my computer is 32 bit.  I am not sure which of these 7 to download?  All or just

    I hope you can help me.  I purchased adobe captivate 8 on line and when I click on the email link to download, it comes up with 7 programs, some are 64 bit and some are not, my computer is 32 bit.  I am not sure which of these 7 to download?  All or just the 4 non 64 bit?

    I tracked down the problem with the download and installation, my windows 7 was missing a file and after reinstalling windows everything worked out.  The first 32 bit program in their list was used.  I hope this can help others.

  • Oracle Database XE with Microsoft Windows Server 2008 (32-bit)

    I would like to find out if Oracle Database XE works with Microsoft Windows Server 2008 (32-bit)?
    If not, is there any other Oracle Open Source Database version can work with Microsoft Windows Server 2008 (32-bit)?
    Any help would be greatly appreciated!

    I am installing W2k8 R2 Domain Controller with Oracle Express 10g.
    This is the tip to make it work.
    Go to the installer OracleXE.exe -> Right click + Select Properties + Compatibility + Run this program in Compatibility Mode fot + Windows 2003 Sp1
    Then Select Run this Program as administrator.
    After this run the OracleXe.exe and it will install properly.
    Remember to double check that everything works fine.

Maybe you are looking for

  • Unable to open a report in FR

    hi there , i am working in planning 9.3 and i have created a new user i have assigned two existing groups with which the other users log in the system , now i am able to login the work sapce but i am not able to open the report , it shows an error Er

  • Trying to update the application manager in adobe photoshop cs6

    " I get this message in the log file. " Adobe Application Manager There was an error downloading this update. Please quit and try again later. Error Code: U43M1D204 " So far I have tried most of the suggestions but without luck. I would like to find

  • XI and Third party systems are on diff OS which affects File adapter

    Hello, I hav ea sceanrio where XI is on Unix and third party system is on Windows. We are using a file adapter to give data to third party.on third party system os level script reads this file. When ever XI is file adapter is writing file that time o

  • SoapFaultCode:1  The [action] cannot be processed

    Hello, I am testing an external (Java) webservice. For that matter I have created an ABAP client proxy in my system (Nertweaver 7.0, SP14). When testing the proxy (Proxy->Test) I get the following error message: SoapFaultCode:1  The [action] cannot b

  • Adobe form to be sent as an attachment

    Hi All, I have requirement to send an adobe form through an email. Firstly I am allowing a user to choose a path to download an adobe form (here in program I am taking form name as a default form). Then I am calling FP_FUNCTION_MODULE_NAME and provid