Something Unusual with synonyms ... Help needed

Hi all,
Im getting this "ORA-00942: Table or view does not exist" even though i have this table in my database. The following is the situation where im getting this. I have a table by name EMP_NO in schema HR. I created a private SYNONYM by name EMP_NO in ACC schema and also granted select on HR.EMP_NO to ACC schema. When i tried to access this table, EMP_NO via synonym from ACC schema,i'm getting the following error. This error is not continues it comes once a while and when i regrant the privilege it works. Is this some kind of a known bug. Please assist. I couldn't get an SR open because i can't reproduce this error on test environment.
Thanks
Karthik.

Thanks for the quick response. The table is never dropped or recreated. Only DML happen and no DDLs on the table.
I do see a reason for this situation if a DDL happens. But this is not in my case.
Please advice.

Similar Messages

  • HT1338 Macbook pro two days old...bought logic from app store...logic has installed partly each time i open it up it wants to download rest of programme then stops half way thru and gets error message 'logic is unable to continue with download' help neede

    Macbook pro two days old...bought logic from app store...logic has installed partly each time i open it up it wants to download rest of programme then stops half way thru and gets error message 'logic is unable to continue with download' help needed !

    Hello:
    I would trot back into the Apple store and have them fix the problem (or call Applecare with a warranty issue).  There is no sense in you wasting your time trying to troubleshoot things on a new computer.
    Barry

  • Resizing DMG with Terminal help needed

    I've got a DMG file with read/write privileges that I need to increase the size of. I've done a bunch of searching, both here and on the net, and the best I can find is a Terminal script, something I know nothing about. Here's the script I found:
    hdiutil resize -size 25g /PATH/TO/DISK/IMAGE.dmg
    But before I toss this into terminal with the modifications to make it work for mine, I just wanted to make sure I was doing everything right.
    First, the path. The actual path is /Prima/Users/Doug/Desktop/work.dmg, that's how I type it? I've also seen just ~/Desktop/work.dmg so I figured I'd double check that.
    Also, 25g, I have no idea what that measurement is since I've seen gb and a few other ones when I tried to search the script a bit more. I want 2.6GB, what would I need for that?
    Finally, I'm guessing the "hdiutil" is just telling it that this is going to be working on a volume but I wanted to make sure that I had that right.
    Any help you guys can give me would be great! Or if you can tell me another non-Terminal way to do this that'd be even better!
    15" MacBook Pro 2.33GHz, 2GB RAM, 160GB internal, glossy.   Mac OS X (10.4.8)   1TB My Book Premium II and DVD±RW DL LaCie Burner

    Nevermind.
    hdiutil resize -size 2.6g ~/Desktop/my.dmg
    That did it.

  • Replacing hubs with switches help needed

    I'm new at this so bear with me.
    I have two LANs, 10.0.0.x and 10.1.0.x, connected via firewall/router with 10.0.0.245 and 10.1.0.5 address. Clients and servers are connected to hubs on both networks. I want to replace the hubs with 2960TT switches already purchased but not configured.
    The 10.1.0.x Windows clients have a default gateway of 10.1.0.5 which is the firewall routing to the 10.0.0.x network which then has a default gateway of 10.0.0.253 to Internet.
    I suppose I would like to get rid of the firewall but must I replace it with another routing device or can the switches themselves be configured to allow these two networks to co-exist? I need the 10.1.0.x clients to see the 10.0.0.x network and resources but not vice-versa.
    I need help configuring the switches. Thanks!

    You could likely use your new switches as "drop in" replacements for your hubs with minimal or possibly even no configuration. However, to maintain distinct subnets, you're going to continue to need some type of L3 device, such as your existing firewall/router.
    One issue you might have with your existing firewall/router is it might be performance challenged for traffic moving traffic between your two subnets. (Likely your Internet side is limited by your Internet bandwidth.) If there is a performance issue between your subnets, you might look at obtaining a faster L3 device to either replace your existing firewall/router or in addition to it. (The "in addition to" L3 device, could be an "inexpensive" L3 switch, perhaps the 3560-8PC, to handle LAN traffic, while your existing firewall/router continues to handle Internet traffic. Optimal physical configuration of something like the 3560-8PC with your new switches might be linking your two new switches on a VLAN trunk gig port and one switch to the 3560-8PC also on a VLAN trunk gig port. The existing firewall/router might then connect to the 3560-8PC on one of its 100 Mbps ports.)

  • Using eMac keyboard with iMac help needed.

    I have an iMac from around 2009, at the weekend the keyboard stopped working and until I can afford a replacement a friend has given me an old eMac keyboard he had spare to use in the meantime (which could be a while).
    Just this morning I've realised that it doesn't have some of the function keys that the iMac keyboard has. The one I'm missing the most is the F3 key that shows me all the windows I have open at once. Something I find invaluable as I use my mac for music production and helps sort through and find all the plugins I have open.
    Is there a way to achieve what the iMac F3 does with a combination of keys on the eMac keyboard?
    Thanks
    Andy.

    With older Mac keyboards, try using the Command key with the F keys to see which F keys do what function.

  • Stuck with - Update- help needed

    Hello all and thank you for reading!
    I have the following problem with update statment. Tables and data in them are as follows:
    Table 1: XML_TRANSFER
    create table XML_TRANSFER as
    select 111111 TAX_NR, 1 TYPE, 3000 PRIJ, 3000 POBOT from dual union all
    select 222222 TAX_NR, 1 TYPE, 720.7 PRIJ, 350.70 POBOT from dual union all
    select 333333 TAX_NR, 1 TYPE, 2600 PRIJ, 2100 POBOT from dual;Table 2: FIR_SET
    create table FIR_SET as
    select 2011 LET, 7 KROG, 111111 TAX_NR, 10 STEV_FAK, 2000 VALUE_ODPR, 0 VALUE_POBOT from dual union all
    select 2011 LET, 7 KROG, 111111 TAX_NR, 11 STEV_FAK, 400 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 111111 TAX_NR, 12 STEV_FAK, 400 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 111111 TAX_NR, 13 STEV_FAK, 200 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 222222 TAX_NR, 1 STEV_FAK, 200 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 222222 TAX_NR, 2 STEV_FAK, 20.7 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 222222 TAX_NR, 3 STEV_FAK, 100 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 222222 TAX_NR, 4 STEV_FAK, 400 VALUE_ODPR, 0 VALUE_POBOT  from dual union all
    select 2011 LET, 7 KROG, 333333 TAX_NR, 81 STEV_FAK, 2600 VALUE_ODPR, 0 VALUE_POBOT  from dual;Ok, tables and data are set now for the "update" logic.
    Lets look at the data in table XML_TRANSFER.
    First row (with TAX_NR = 111111):
    UPDATE statment in this case should work like: the VALUE_ODPR should be same as VALUE_POBOT in table FIR_SET.
    This part i managed to do with this SQL:
    PROCEDURE     xml_update is
    BEGIN
    update fir_set an
    set an.value_pobot = an.value_odpr
    where let = (select distinct max(let) from fir_set)
    and krog = (select max(krog) from fir_set)
    and
      (select sum(a.VALUE_ODPR)-b.POBOT
      from fir_SET a, xml_transfer b
      WHERE a.tax_nr = b.tax_nr
      and an.tax_nr = a.tax_nr
      group by a.tax_nr,b.POBOT) = 0;
      commit;
      end;Resoult is as:
    LET                     KROG                  TAX_NR                 STEV_FAK                VALUE_ODPR            VALUE_POBOT                 
    2011                    7                      111111                 10                     2000                   2000 
    2011                    7                      111111                 11                     400                    400
    2011                    7                      111111                 12                     100                    100 
    2011                    7                      111111                 13                     200                    200                Ok the next example is a bit more tricky and i cant figure it out. I dont know how to explain it properly ... i will
    just post the resoult and try to explain it:
    LET                     KROG                  TAX_NR                 STEV_FAK                VALUE_ODPR            VALUE_POBOT                 
    2011                    7                      222222                 1                      200                    200 
    2011                    7                      222222                 2                      20.7                   20.7
    2011                    7                      222222                 3                      100                    100 
    2011                    7                      222222                 4                      400                    30   So what we need to do is we check is XML_TRANSFER.POBOT - VALUE_ODPR > 0, IF this is it then we update VALUE_POBOT with VALUE_ODPR.
    In next row we check again if above statment is correct and if it is we do the same. The process will continue as long as statment
    will be correct.
    If statment is no longer correct we have to do this operation: XML_TRANSFER.POBOT - SUM(VALUE_ODPR) (INSIDE SAME TAX_NR!!! So group by tax_nr!!)
    and update last row with given resoult. By no means we can get negative numbers.
    I really do help i explained my problem so that you will understand what i want to achive. If you have any questions please feel free to ask.
    Thank you for your help!
    Best regards, Cain!

    Hello and thank you again for taking your time!
    SQL you posted is still not quite right but we are almost there ... let me show you how it should look like (i have add a little more data into tables):
    Table XML_TRANSFER:
        TAX_NR       TYPE       PRIJ      POBOT
        111111          1       3000       3000
        222222          1      720,7        200
        333333          1       2600       2100
        444444          1       1000       1000
        555555          1       5000       3000Those are resoults i get running your SQL .....
           LET       KROG     TAX_NR   STEV_FAK VALUE_ODPR VALUE_POBOT
          2011          7     111111         10       2000        2000
          2011          7     111111         11        400         400
          2011          7     111111         12        400         400
          2011          7     111111         13        200         200
          2011          7     222222          1        200         200
          2011          7     222222          2       20,7           0
          2011          7     222222          3        100           0
          2011          7     222222          4        400           0
          2011          7     333333         81       2600           0
          2011          7     444444         55       1000        1000
          2011          7     555555        111       2000           0
          2011          7     555555         82       1000        1000
          2011          7     555555         83       1500        1500the correct resoults should be:
           LET       KROG     TAX_NR   STEV_FAK VALUE_ODPR VALUE_POBOT
          2011          7     111111         10       2000        2000
          2011          7     111111         11        400         400
          2011          7     111111         12        400         400
          2011          7     111111         13        200         200
          2011          7     222222          1        200         200
          2011          7     222222          2       20,7           0
          2011          7     222222          3        100           0
          2011          7     222222          4        400           0
          2011          7     333333         81       2600         2100
          2011          7     444444         55       1000        1000
          2011          7     555555        111       2000       500  
          2011          7     555555         82       1000        1000
          2011          7     555555         83       1500        1500Note at line 2011          7     333333         81       2600         2100 and at line 2011          7     555555        111       2000       500    I hope its more clear now.
    PS at 2600 the correct resoult is 2100 and not 0.
    Thank you
    best regards!
    Edited by: Cain_oracle on 24.8.2011 1:08

  • Find text and replace with image - Help needed

    Hi,<br /><br />We need to place the images as inline in the appropriate places.<br /><br />texttexttext<<test1.eps>>texttexttexttexttexttext<<test2.eps>>texttexttexttexttexttext< <test3.eps>>texttexttexttexttexttext<<test4.eps>>texttexttexttexttexttext<<test5.eps>>text texttext<br /><br />This code is helpful for placing a single image at a time, we are unable to place all the images in one shot, can anyone help me out.<br /><br />I am not a programmer.<br /><br />-----------<br />var myDoc = app.activeDocument; <br />app.findPreferences = app.changePreferences = null; <br />var math=document.search("test.eps"); <br />for (i=math.length-1; i >=0; i--)<br />{ myDir = Folder.selectDialog(); <br />AllGraphics = Folder(myDir).getFiles('test.eps') <br />for (i=0; i<math.length; i++) { app.select(anil1[i]); <br />     myDoc.place(AllGraphics[i],false); } }<br />-----------<br /><br />Note: I have taken this code from forum and we have made some changes on this.<br /><br />Kavya

    Jongware,<br /><br />I try running it but gives errors:<br /><br />Error Number: 55<br />Error String: Object does not support the property or method 'changePreferences'<br />Line: 24<br />Source: app.findPreferences = app.changePreferences = null;<br /><br />This is the code I used<br /><br />// Find text and replace with image for InDesign CS3 <br />// http://www.adobeforums.com/webx?128@@.3bbf275d.59b6f012<br />var heyItsAnArray = new Array ( <br /><br />   "it contains this line!", <br /><br />   "as well as this one", <br /><br />   "or even more!", <br /><br />   "test.eps" ); <br /><br />for (arrayCount=0; arrayCount<heyItsAnArray.length; arrayCount++) <br /><br />{ <br /><br />   replaceImg (heyItsAnArray[arrayCount]); <br /><br /> } <br /><br />function replaceImg (name) <br /><br />{ var myDoc = app.activeDocument;  <br />     app.findPreferences = app.changePreferences = null;  <br />     var math=document.search(name); <br />     for (i=math.length-1; i >=0; i--)  <br />     { myDir = Folder.selectDialog();  <br />          AllGraphics = Folder(myDir).getFiles(name)  <br />          for (i=0; i<math.length; i++) { app.select(anil1[i]); <br />               myDoc.place(AllGraphics[i],false); <br /><br />               } <br /><br />          } <br /><br />     }<br /><br />Michael

  • RFC with VBA Help Needed.

    Hi.
    I'm preety new to RFCand but I have to challenge following topic:
    I need to call SAP transaction  MF42N from RFC. I want to pass the parametres from Excel spreadsheet or externat .csv or .txt file.  Can you please provide some example code. I know how to retrive data from SAP tables with RFC but call tcode is new for me. I know I need to use RFC_CALL_TRANSACTION. But I need more code. 
    Thanks in advance.

    hi
    you r doin r3 to xi
    follow these steps
    SAP R/3
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    In SLD – System Landscape Directory
    TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.
    Ts for Third Party (Logical system):-
    BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.
    BS for Third Party (Logical system):-Enter the XI logical system name.
    cheers
    kish
    <b>reward points if useful</b>

  • Invoices with NUMBERS, help needed, the tax still on the invoice but it does not actually calculate it?

    Hello, I need help to display tax on the invoice, its numbers/ invoices,
    the tax is set to 21%
    it is as is but it does not calculate the tax indeed.
           subtotal    e495
    tax        21%    e0.00
    Total                e495
    any help?
    thank you

    Try reposting in the Numbers Forum

  • HT2515 audio chat with ichat -- help needed!

    I have just purchased a new macbook air and i am new to MAC. I am  unable to do audio chat through ichat (google talk) with others who are using gtalk on windows enabled PC/ laptops..can some one pleas help me through? Thanks...

    Hi,
    iChat uses the same protocols to do Video or Audio chats no matter if you use an "AIM" Buddy List or  "Jabber" one.
    However in the Case of a Jabber one, the Buddy also has to be using iChat.
    This is because Jabber Apps (including the standalone App called Googletalk for PCs) use different Protocols to do Video and Audio Chats.
    You could both use a Browser and Use Mebeam
    (Type in a room "name"  once you are in the room copy the URL of the page and send it to your Buddy to invite them)
    This uses Flash which you have to have On in your Browser.
    If you have a Google Mail ID and have Enabled Talk on your Account you could download the Google Web Browser Plug-in and Chat on the Google pages.
    9:06 PM      Monday; July 9, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Newbie to HD; unusual set-up help needed

    I have never bought an hdtv previously, but am going to be somewhat immobile for a while, and thought I would get one for the bedroom, where I will be recovering.
    I have no interest in the "television" functions, but do have about a thousand hd movies on my various external and internal hard drives, and so want to download them to watch.  My drives are formatted in NTFS, and I think I have found a product to do the trick;
    "IncrediSonic Ultra Play IMP150 - HD TV Digital Mini Media Player HDMI - 1080p - Play any file from USB HDDs/Flashdrives/Memory Cards"
    I am unsure which would be the best method of transferring individual movies for the player; USB HDDs/Flashdrives/Memory Cards and how to go about it.  Supposedly, it can handle the NTFS, as well as FAT32; here is a feature list:
    Features:
    - USB host port
    - LED light (Blue=On)
    - IR Receiver
    - SD/MMC/MS card slot
    - Composite AV port
    - HDMI port
    - Power supply jack & Power supply
    - Reads hard drives formatted in FAT32 and NTFS
    - supports hard drives up to 1TB and SD/MS cards up to 64GB
    - Also plays subtitle files as well as loop videos.
    What's Included:
    - IMP150
    - Composite Cables
    - Remote COntrol
    - AC Adapter
    - User Guide
    I am thinking that an LCD 46 inch would do the trick for the size room it will be in.  Specifically, what features are absolutely required for me to use the TV as mentioned, and what accessories should be purchased with the set?
    Also, any suggestion on which "budget" lcd hdtv is available at your online store, that is reliable and has a good track record, as well as a decent picture and sound; cost is a major consideration for me, rather than obtaining top-of-the-line.
    Thanks!

    All the television really needs is an HDMI and/or RCA/Composite connection which I believe every television created now will provide (LEDs tend to have an adapter for RCA/Component connections).  With pretty much all TVs being brand new models, it's hard to say any have a good track record, but I really like the new models from Sony.  Believe it's the 46BX450 model that is the LCD version.  Runs about $699 if I remember right.  Samsung models run at $799 (46E550).  Probably wouldn't recommend the RCA 46" although it is on sale for $499.  The new Insignia 46L240A13 is a pretty good television as well.  Starts out at only $499 and is on sale this week for $479.
    Personally, I'd just tell you to have all of your files on an external hard drive and connect it to the player.  Lot easier than having to shuffle through memory cards and flash drives.

  • Oracle Reports with Tomcat - Help needed

    How do you deploy oracle reports in Tomcat.
    ** Can we add the necessary Jar files and run the rdf files.? If so can someone please help with this.
    **What are the settings to be taken care of ?
    ** I deployed the web.war and added the jar files to the web-inf/lib .
    But when i call the report as
    hostname:port/reports/servlet/rwservlet?report=test.rdf&destype=cache
    It doesnt return anything .it gives 404 error The requested resource (/reports/servlet/rwservlet) is not available.Please help .
    Any help is appreciable ..
    Thanks again.
    JM

    Phani-
    I have developed reports that run other reports in 9i and10g. I would have a "main" report that I would call from Forms (or HTMLDB). This "main" report would run multiple other reports. I used the report built-in procedure SRW.RUN_REPORT("report=report2.rdf parameter=XX") in the After Parameter Form trigger of the main report to call the other reports.
    I hope this helps,
    Dan

  • MacBook 2009 Slow with Mavericks - Help Needed with EtreCheck Report

    I just completed my upgrade from Snow Leopard to Mavericks last week. I  finished applying all of the software updates after the initial install of Mavericks. The only problem is that my computer is running a lot slower than before. This seems to be common for 2009 MacBooks, so I ran EtreCheck but am not sure what else I can do to improve my performance. Any assistance would be much appreciated. Thanks!
    Hardware Information:
        MacBook (13-inch, Mid 2009)
        MacBook - model: MacBook5,2
        1 2.13 GHz Intel Core 2 Duo CPU: 2 cores
        2 GB RAM
    Video Information:
        NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 0 days 0:19:48
    Disk Information:
        FUJITSU MHZ2250BH FFS G1 disk0 : (250.06 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 249.2 GB (54.83 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        HL-DT-ST DVDRW  GS22N 
    USB Information:
        Micron Built-in iSight
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.crashplan.engine.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    [email protected]
    User Login Items:
        iTunesHelper
        Logitech Control Center Daemon
        CrashPlan menu bar
    Internet Plug-ins:
        Flip4Mac WMV Plugin: Version: 2.3.1.2 3rd-Party support link
        FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        AdobePDFViewer: Version: 9.5.5 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        Musicnotes: Version: 1.18.6 3rd-Party support link
        Scorch: Version: 6.1.0 3rd-Party support link
        Silverlight: Version: 5.1.20513.0 - SDK 10.6 3rd-Party support link
        iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
        BrowserPlus_2.9.8: Version: 2.9.8 3rd-Party support link
    3rd Party Preference Panes:
        BrowserPlus  3rd-Party support link
        Flash Player  3rd-Party support link
        Flip4Mac WMV  3rd-Party support link
        Logitech Control Center  3rd-Party support link
    Old Applications:
        Audacity:    Version: 2.0.3.0 - SDK 10.4 3rd-Party support link
            /Applications/Audacity/Audacity.app
        SLLauncher:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
    Time Machine:
        Skip System Files: NO
        Auto backup: YES
        Time Machine not configured!
    Top Processes by CPU:
             4%    WindowServer
             1%    EtreCheck
             0%    TextEdit
             0%    configd
             0%    SystemUIServer
    Top Processes by Memory:
        430 MB    firefox
        119 MB    com.apple.IconServicesAgent
        82 MB    mds_stores
        45 MB    ocspd
        45 MB    Finder
    Virtual Memory Information:
        47 MB    Free RAM
        742 MB    Active RAM
        706 MB    Inactive RAM
        295 MB    Wired RAM
        404 MB    Page-ins
        0 B    Page-outs

    If you are using CrashPlan, I would modify its behavior so it is not running backups while you are actually using your Mac.
    You need to have CrashPlan run while you are away from Mac for extended periods of time.
    Update all of your Web browser Internet extensions and plugins, also.
    Especially, make sure your Telestream Flip4Mac video plugin is updated to its latest version.
    There have been user reports of issues with earlier versions of Flip4Mac plugin and Mavericks.
    Also, if you have any connected,  third party devices, like non-Apple keyboards, mice, drawing tablets, hubs, card  readers, etc, you need to go to each device makers' websites to update the drivers for these devices to OS X Mavericks compatible versions, if available and applicable.

  • Portal integrating with XI - help needed;

    Hi,
    Scenario Description:
          End users are accessing many portals to book orders which will be stored in some x-database. I need to retrieve the data from the x-database and generate a sales order. In response customer should get an transaction ID as a mail.
    Could any one please help me how to proceed further.
    Do I need to use BPM ( like JDBC - RFC - mail)
    without BPM if possible ( Please explain)
    Do i need to use any Webservices for the scenario.
    Cheers,
    Shetty.....

    You can create an application using Webdynpro and make it public in portal. That application can access XI by webservices (using Sender SOAP Adapter in XI). Inside XI you can use BPM or not and use jdbc adapter, rfc or whatever you need.
    Webdynpro:
    http://help.sap.com/saphelp_nw70/helpdata/en/77/931440a1c32402e10000000a1550b0/frameset.htm
    Soap Adapter:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm

  • Clueless with networks, help needed!!

    My current configuration (with problems, mentioned below) is... computer (ethernet port) wired to a Lynksys router. From router (wired & I don't mind the wires), extensions to... a) cable modem, b) printer 1 (via asante), c) printer 2 (via asante), and d (newly configured and probably wrong) airport extreme w/APPLE TV). I had airport express with airtunes (which I would like to keep). Finally... I have airport card (what does that do?) Before the airport extreme (&ATV not linked with tv yet) everything worked fine, however now- airtunes blinks amber and only sometimes works, airport tells me I have 2 networks running. Diagnostics tells me the airtunes IP address missing. Apple TV light is green however I can no longer print (tells me appletalk is not connected, however if I connect... airtunes music stops). So basically... 1)How should this be configured? 2)What does the airport card do? 3)Do I have to have multiple networks? 4)How can I get airtunes to play, and my printers to work simutaneously) 5)Can everything be on just one network (and run correctly)?
    Thanks, and yes I am clueless regarding networking

    What you need to do is configure the "Airport Extreme" as your "main" wireless access point. Then configure the Airport Express to "join" and/or "extend" the network you created with the Airport Extreme. That way, you will only have one wireless network and your computers will not get confused. If you have the new airport, the linksys router is not really needed because the airport will serve as the router/hub. If you have the "old" airport base station, connect it to a LAN port on the Linksys router and configure it to serve only as a wireless access point and "print server". Otherwise, you will have two routers "competing" with each other. Set up and configure one device at a time.

Maybe you are looking for