Security Classes in HSV_SECACCESS table showing wrong OU

We moved some users from one OU to another in Active Directory. I then ran the updatenativedir utility.
However, when I provision the user with security classes for HFM in shared services, the records in the hsv_appname_secaccess table are still showing under the old OU. This will cause problems when the user tries to login and work.
Do I have to restart openLDAP and Shared Services to make these changes effective?
Thanks
Wags
version 9.2.1

long term you should speak to Oracle Consulting about migrating your Identity Attribute in your External Authentication provider from whatever it is currently to one that is location agnostic such as ObjectGUID. It is quite trivial to migrate from DN to ObjectGUID for the HFM product, but it may more complex for other products in the System 9 suite. From 9.2.0.3, 9.2.1, or all 9.3.1 versions Shared Services was enhanced to allow the use of ObjectGUID and then it does not matter when user or groups are moved around in the external provider (no more need for the UpdateNativeDir utility!)... this is the better solution.
having said that, you should check in Shared Services if this user who is getting assigned the security class access doesn't exist more than once in the Security Class matrix... probably you are still assigning security to his "old" ID, and need to be applying the security onto his new ID. If he really does only exist once, still with the wrong OU, after you have run the UpdateNativeDir utility, I would recommend a Support request.

Similar Messages

  • Aggregate table showing wrong data

    Hello Gurus:
    I am working on an issue, where a report is showing wrong value for an aggregated fact table.
    If I try not including it in query, then results work fine. But by default BI server is pointing to aggregate table ( which it should ).
    So my questions are
    1) Does Aggregate tables are refreshed automatically with DAC?
    2) I know data is wrong in aggregate table. How do I verify?
    3) How to make a particular report hit regular table instead of aggregate table?
    Please let me know.
    Thanks.
    ~Vinay

    Alright. So I made some progress on this issue, HOWEVER it is still not solved.
    1) Aggregated tables are refreshed daily with DAC. There is a script for that on server which is created using Aggregate Persistence wizard.
    2) ONLY one column is showing wrong data. I have verified this using Toad. However I dont know why is it showing wrong data. Theoretically it should be fine.
    3) this question is still same.
    How to make a particular report hit regular table instead of aggregate table?
    Please help me out.
    Thanks.
    ~Vinay

  • FBL5N t code and BSEG table is showing wrong contract number

    Hi,
    The proces flow is contract number>sales order>DMR-->Invoice
    Now when I am checking the VBFA table it's showing correct contract number against invoices but FBL5N t code and BSEG table are showing wrong contract numbers.
    Why FBL5N and BSEG table is showing wrong contract number?
    Currently we are using one enhancement and user exit is used to incorporate one customized field as identifier for bill type.
    1. During the billing document release to accounting VFX3, The user exit triggering and it is update the customized fields and Net settlement indicator.
    2. Using the Invoice number, get the fields VGBEL(Document number of the reference document) and VGPOS (Item number of the reference item) from VBRP and read table VBAP with VBELN and POSNR, to get DMR number (Sales Document) that created for the Invoice.
    3. Use fields VGBEL and VGPOS on table VBAP to get the sale order number.
    4. By using the Sales order number, get the Distribution channel to update Net indicator field
    In accounting table BSEG-UZAWE = JF must be updated on the customer line.
    5. Retrieve the sale order number and item level to get customized field from table VBAP
    Any pointers.
    Thanks
    Ashu

    Hi Reazuddin,
    Thanks for your reply,
    I am concercerned about BSEG table and using user exit EXIT_SAPLV60B_008 to post the document in FI.
    Now in we have enhanced this user exit  for contracts and included in this way.
      SELECT SINGLE ZZ_CONTRACT FROM VBAK INTO (LC_CONTRACT) WHERE VBELN EQ cvbrp-vgbel.
    Endloop.
    *Moving the values to final accounting table
    loop at xaccit.
    xaccit-vertn = lc_contract.
    xaccit-VBEL2 = xaccit-AUBEL.
    xaccit-xref3 = lc_vbel2.
    MODIFY xaccit .
    ENDLOOP.
    Clear: lc_contract,lc_vgbel,lc_vgpos,lc_vbel2.
    But I am getting correct data when checked other clients( development and quality), this problem I am getting in production.
    Do I need to ask the ABAP'er to debug this enhancement in production?
    Thanks
    Ashutosh

  • Invoice table sold to party show wrong data

    Dear All
    While creating excise invoice in background sold to party show wrong data.
    In invoice ship-to-party andsold-to-party display correct but when we check
    in J_1IEXCHDR table ship-to-party and sold-to-party display same data.
    After upgrading support packs this problem came.
    Regards
    Pyneri

    Hi
    Refer this
    Re: can anyone tell me in which table is sold-to-party name stored
    Regards
    N Ganesh

  • How to corret an execution plan that shows wrong number of rows?

    Using Oracle 10gR2 RAC (10.2.0.3) on SUSE Linux 9 (x86_64).
    I have a partition table that has 5 million rows (5,597,831). However an execution plan against the table show that the table has 10 million rows.
    Execution plan:
    SELECT STATEMENT ALL_ROWS Cost : 275,751 Bytes : 443 Cardinality : 1
    3 HASH GROUP BY Cost : 275,751 Bytes : 443 Cardinality : 1
         2 PARTITION RANGE ALL Cost : 275,018 Bytes : 4,430,000,000 Cardinality : *10,000,000* Partition # : 2 Partitions accessed #1 - #6
              1 TABLE ACCESS FULL TRACESALES.TRACE_BUSINESS_AREA Cost : 275,018 Bytes : 4,430,000,000 Cardinality : 10,000,000 Partition # : 2 Partitions accessed #1 - #6
    Plan hash value: 322783426
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Pstart| Pstop |
    | 0 | SELECT STATEMENT | | 1 | 443 | 275K (2)| 00:55:10 | | |
    | 1 | HASH GROUP BY | | 1 | 443 | 275K (2)| 00:55:10 | | |
    | 2 | PARTITION RANGE ALL| | 10M| 4224M| 275K (2)| 00:55:01 | 1 | 6 |
    | 3 | TABLE ACCESS FULL | TRACE_BUSINESS_AREA | 10M| 4224M| 275K (2)| 00:55:01 | 1 | 6 |
    How does one correct the explain plan?
    The problem: Queries against the table are taking hours to complete. The problem started when the table was dropped then recreated with a new partition.
    I have complete the drop and creation against several tables for several years without problems until now.
    I have done the following: Analyzed statistics against the table, flushed buffer cache. Created a materialized view.
    However users queries are taking several hours to complete, where before the addition of the partition the queries where taking 5 minutes to complete.
    Thanks. BL.

    Yes, complete analysis of statistic was complete on indexes and against partitions.
    Table creation statement:
    CREATE TABLE TRACESALES.TRACE_BUSINESS_AREA
    ... *(400 columns)*
    TABLESPACE "trace_OLAPTS"
    PCTUSED 0
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL KEEP
    PARTITION BY RANGE (YEAR)
    PARTITION TRACE_06 VALUES LESS THAN ('2007')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2006
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_07 VALUES LESS THAN ('2008')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2007
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_08 VALUES LESS THAN ('2009')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2008
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_09 VALUES LESS THAN ('2010')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2009
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_10 VALUES LESS THAN ('2011')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2010
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_11 VALUES LESS THAN (MAXVALUE)
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2011
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    NOCOMPRESS
    CACHE
    PARALLEL ( DEGREE DEFAULT INSTANCES DEFAULT )
    MONITORING;
    *(index statements, constraints, triggers and security)*
    Table caching is on and running in parallel degree 4 instances 1.

  • Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency

    Dear Friends,
    The Table data for the Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency(JPY).For ex-The invoice is showing correctly as 3 JPY but the Invoice output shows 300 JPY.This data being fetched from the KBETR shows 300JPY instead of 3JPY.Pl help to resolve this.
    Thanks
    Isaac

    Dear Isaac,
    This may due to condition record maintainenance for that condition type in the VK11 transaction so please go to VK12 transaction check the condition value for that condition type.
    KBETR -- Means Rate (condition amount or percentage) where no scale exists, it exists in KONP table(Condition record table).
    Also Check anybody change the values in the sales order or in invoice from 300 to 3.
    I hope this will help you,
    Regards,
    Murali.

  • Table displays wrong at specific site - intermittent but stubborn

    in v4.0b1 - The "Name" column is compressed while there is a *lot* of unused white space to the right of the table. It is intermittent and frequently an F5 reload will fix the problem and the table will expand to fill available white space. It normally takes three or more tries. Sometimes it won't correct at all until I've gone to another site and returned.
    == URL of affected sites ==
    http://nzbmatrix.com/nzb.php?cat=2

    Assuming that the table showing various choices .. Bronze ..
    Silver etc is
    the one thats not aligned properly.
    In your stylesheet
    .priceMatrix {
    margin: 15px 75px;
    padding: 0px;
    You have given a margin-left and margin-right , both of 75px
    each. If you
    want the table to align towards the left, change the code
    above to
    .priceMatrix {
    margin: 15px 75px 15px 0;
    padding: 0px;
    You cannot lose until you give up !!!
    "destind4film" <[email protected]> wrote in
    message
    news:eqrdtc$htj$[email protected]..
    > New to the forums...thought I would try and solicit some
    help from the DW
    > gurus
    > here.
    >
    > I recently began the difficult process of rebuilding my
    entire site from
    > scratch. I say difficult because I originally designed
    this site using
    > iWeb
    > (Apple's wonderfully simplistic but completely limited
    wysiwyg web
    > program) and
    > because DW has a pretty steap learning curve. I don't
    know much about
    > html and
    > am still reading everything I can about how to really
    utilize CSS. I
    > actually
    > bought a few of those missing manual books about DW,
    Flash, and CSS and
    > have
    > been going through chapter by chapter to try and get a
    handle on these
    > robust
    > programs.
    >
    > Be that as it may, I have tried everything I can think
    of to get this
    > table
    > looking right...I have created CSS classes for what I
    think is correct and
    > have
    > tried changing the height and width setting
    appropriately. The table is
    > not
    > aligned correctly when viewed in Firefox or Safari but
    displays much
    > better in
    > IE.
    >
    > If anyone here knows how I can fix this problem I would
    appreciate it.
    >
    > the page in question is located here:
    >
    http://homepage.mac.com/dvdflashbacks/New_DVD_FB_Site/Pricing.html
    >
    > and the original page which will display more
    appropriately what look I am
    > trying to achieve with this table can be found here:
    >
    http://www.dvdflashbacks.com/
    >
    > Thanks in advance.
    >

  • Provisioning, security classes etc.

    Hi there,
    I have several questions about setting up security in HFM application.
    1. Provisioning
    We have sevaral users that can be divided into two general groups - end users and consolidation users.
    General users should use only project view with task lists. They shouldn't create any new grids or forms, only existing. And they should use export/import feature from forms.
    Consolidation users should have access to almost all features.
    What privileges should be each group provisioned in HSS?
    2. Security classes
    We have prepared entity dimension splitted into several hierarchies. Basic one is geographical, another are functional and entities are shared in these hierarchies. Let's say that we have SK region with SK entities (SK01, SK02...). I know that we should create security class for each entity to grant users access only to their own entity. But I'm not sure how to do that...
    I have created two security classes - SK01 and SK02 - and associated them to appropriate entities. Then I have selected security for entities in app settings and selected "Entity" option in security node.
    In shared services I have selected "All" for security class SK01 and "metadata" for security class SK02 (for my account for testing purposes only). But nothing happened - I'm still able to write to both entities.
    The question is if there is any connection between security class settings and provisioned roles. I mean if this is because I'm provisioned with all rights in application (meaning "Application Administrator" in HSS).
    Can anydoby help me with this please?
    Thanks,
    Vlado

    In shared services, go to help and search for Financial Management Roles. This will bring you to a nice table of all available roles for HFM. Use this to determine who gets what. To limit users to Tasklists, be sure to not provision them to Advanced User.
    Make sure you are very specific with those consolidation users. Many roles should be Admin only. The way I figured them out was to create fake users in Native Directory (one for each type of user) and provision a role at a time and test the functionality.
    The above test will help with Security Classes as well. Your guess was correct, Administrator role overrides all security classes. You may not need a class per entity, just a class per group of entities that distinct set of people will need. You will also need classes applied to Parent entities that may or not be shared among your hierarchies. In your example this could be SK or it could be SK01 if that works. Try to keep the total number of classes down. You might end up assigning a unique combination of classes to each person in the system and that would be very difficult to maintain. Remember to assign the same access to the Default class as the highest access the user has. If in doubt, just grant All for the Default class. Default is assigned to all items in metadata unless you specify otherwise. For example, all accounts will have Default security and if a user only has Read, they will not be able to create a journal entry.
    Here is how the class access works:
    None - user cannot view or edit data
    Read - user can view data
    All - user can view and edit data
    Metadata - I have not used this one.

  • Can't login, shows wrong password.

    hello everyone,
    I'm using my skype account many years, and 30 minutes ago my skype closes and i was try to login again, but it shows wrong password, than i was going to reset new password, but mistake.. there was message something about .. i need to contact with skype support... i realy need my skype account back, beacuse i have many business people there and do this without reason i think its not the best skype idea.
    What i must do to get back my skype account...?
    Thank you!

    Greetings,
    Password-related matters must be resolved by Skype Customer Service; we here in the Community are not authorized to access Skype accountholder data.  Although it may seem silly to do so, if you are locked out of your account, you will need to create a new account in order to contact Skype Customer Service.
    Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service
    You will need to proceed through each step, one at a time. Sign on to the Skype website as requested. Choose the subject and topic which most closely matches the item you need assistance with. Then, continue past Step 2 of the instruction where several articles from the FAQ library will appear for you to review, and proceed to Step 3, Continue Support Request (the blue "button" appears at the lower right corner of the website page). You may also skip through Step 4 where you will be referred back here to the Community; no need to do this as the Community is where you started. When you complete the webform and click Submit, your information is relayed to Skype and you will receive a reply via e-mail.
    If you are a Skype Premium or other eligible customer, you will be routed to start an instant message chat session with a Customer Service agent.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • [SOLVED] stellarium showing wrong objects positions

    just stellarium showing wrong things, like the location or time are wrong...
    i discover stellarium long time ago but i barely uses it, some time ago i remember that i see the moon in it and looking outside i can see the moon too! it was awesome, lately i noticed that the objects that i see in the program, say the moon, the sun, are not in the correct "place" for example right now here in argentina time is 08:40am and i see the sun like it was near midday, and i can say that now the moon never shows where it needs to be
    I've set localtime to UTC when i installed arch, but i remember one time setting it to localtime and back to UTC but not remember why, besides i dont know the diference...
    here's my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/Buenos Aires"
    KEYMAP="es"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(r8169 slhc snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore kqemu loop)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="aleyscha"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng iptables network netfs crond autofs fuse @fam @hal @alsa @clamav @avahi-daemon @gpm @sensors !postfix)
    # End of file
    B
    Last edited by leo2501 (2008-10-15 03:07:04)

    Just in case: Did you set your location correctly in stellarium? I noticed that the new version (0.10) reseted the settings.
    BTW. UTC is time in GMT (e.g. London, England) and localtime is time wherever you are (Argentila I guess). If your clock is set to localtime and settings are for UTC it could be cause of your problems.
    Last edited by jase (2008-10-13 07:02:16)

  • PCR "Status overview" showing wrong status

    Hi,
    We are implemeting Personnel Change Requests using Adobe forms. Our approval processes are working fine. But the <b>status overview</b> link in the <b>"Personnel Change Request"</b> tab shows wrong data. It shows the status as "Open/For Approval" for all PCR's submitted irrespective of the actual status. When i check in Started workflows from Txn:SBWP in R/3 i find that a few of these workflows have actually completed.
    Is there any configuration that is to be done to display the correct status? Any inputs on this would be of great help.
    Thanks,
    Prasath N

    Hi Raja,
    Thanks a lot for your inputs. Finally i found the issue. I have not set the system status using the task TS50000049 and hence the system the notification remained in "Approval required" status. I was under the impression that this status is set automatically once the approval is completed. Initially when i started the development i had assumed that this task was also used to help in updating the data along with  TS50000058. Since we are updating the data in background using certain function modules and BDC's i had removed this step in my custom WF.
    I have solved the issue now but still there are some of the questions as given below. Please clarify these if you have any idea on this.
    <b><b>1. There are some hardcoded values like QN44, QN55, PMM4 that are passed to the business transaction. What are these values?
    2. How is the system deciding the statuses on these values? Is there a place or table where these business transactions are linked to the Approval texts? </b>
    3. I searched through table TJ01T and found list of business transactions for Notification but i just get an error (in WF log) if i try to use them!!!</b>
    Thanks,
    Prasath N

  • LR 5.3 showing wrong thumbnails

    I have been running LR 5.3 smoothly for a while but a couple of minutes ago LR started to show wrong thumbnails, it shows thumbnails from a delete Snapshot. I have tried purging my cache but nothing happens. I have upgraded from LR 3 to LR 3.5  Ideas ? This is my system:
    Lightroom version: 5.3 [938183]
    Operating system: Windows 7 Home Premium Edition
    Version: 6.1 [7601]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 2
    Processor speed: 1.9 GHz
    Built-in memory: 3003.1 MB
    Real memory available to Lightroom: 3003.1 MB
    Real memory used by Lightroom: 912.9 MB (30.4%)
    Virtual memory used by Lightroom: 901.7 MB
    Memory cache size: 364.0 MB
    Maximum thread count used by Camera Raw: 2
    System DPI setting: 96 DPI
    Desktop composition enabled: Yes
    Displays: 1) 1366x768
    Application folder: C:\Program Files\Adobe\Adobe Photoshop Lightroom 5.3
    Library Path: C:\Users\User\Pictures\Lightroom\Lightroom 5 Catalog.lrcat
    Settings Folder: C:\Users\User\AppData\Roaming\Adobe\Lightroom
    Installed Plugins:
    1) 500px
    2) Behance
    3) Canon Tether Plugin
    4) Facebook
    5) Flickr
    6) Leica Tether Plugin
    7) Nikon Tether Plugin
    8) SmugMug
    Config.lua flags: None
    Adapter #1: Vendor : 8086
        Device : 2a42
        Subsystem : 360b103c
        Revision : 7
        Video Memory : 64
    AudioDeviceIOBlockSize: 1024
    AudioDeviceName: Speakers (Conexant High Definition SmartAudio 221)
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: LR5x89
    CardID: 10818
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: Mobile Intel(R) 4 Series Express Chipset Family
    ShaderModel: 10.0
    Vendor: Intel
    VendorID: 32902
    Version: 8086:2a42:360b103c:0007

    I have had this problem also ever since I updated to 5.3,  I think it is a major bug!
    At random the preview window on the left doesnt show the preview of the presets anymore when I hover them, and when I click back and forth to other images it suddenly starts working again, its a very annoying problem and I cannot believe that Adobe isnt aware of it yet!
    Marcel

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency
    After I run this report i see in the last of this report there is difference between the supplier total
    USD (Currency ) and the open Balance USD , it is decreased the open balance
    for supplier with 2300 USD with out any reasons
    bellow is some data copy of the report
    ======================================================
    Supplier Site Total: SAR 34,700.00
    Supplier Site Total: USD 39,000.00
    Supplier Total: SAR 34,700.00
    Supplier Total: USD 39,000.00
    Open Balance: SAR 34,700.00
    Open Balance: USD 36,700.00
    *** End of Report ***
    ==============================================
    please advise me from where can this differenc ( 39000 - 36,700=2300 )COMMING
    or it is bug in this report , becuase i compare this report with other report in account payable like
    -supplier open balance letter
    -invoice register report
    -invoice aging report
    all this report give me the amount for supplier USD =39000
    BUT AGIN FROM WHERE THE SYSTEM DECREASED THE AMOUNT TO 36,700
    thanks

    Can you try running Create Accounting For payments just before you run the Invoice History Report and re-check .
    Thanks

  • Iphone 4 showing wrong IP address for home wireless

    2 days ago we reset our home wireless password and updated our devices (ipad, laptop, and two cell phones). Now my iphone 4 will no longer connet to the wireless. It accepts the new password to join the network but it never connects. It is showing wrong IP address. How can I change it to the correct IP ? Tried hard rest, forget network, and renew lease all trying to get it to automatically update the info. Out of ideas. Any suggestions?

    I have the exact same router as you, I have Comcast, and I am having the exact same INFURIATING problem.
    Comcast and Apple have no ideas. Linksys tells me I am having a router problem.
    I even went so far as to buy a new router and modem from Linksys (as they claim they no longer make the router/modem combo because it doesn't work well). I still don't buy this... my PC, my PS3, my DS... all of them connect to the router perfectly.
    I have the new modem and router here and planned to give that a whirl tonight but Comcast was being difficult and saying it could take 72 hours to activate my new modem. Totally unsat. I had them reconnect the WCG200 and I am still trouble shooting to no avail...
    If anyone finds a fix (short of a new router and new modem)... please post!

  • Open delivery values in S067 table showing as -ve

    Hi All
    Open delivery values in S067 table showing as -ve.
    Could u please explain , what are the reasons!
    Regards
    Raj

    You can check the data in S067 by running the SAP report RVKRED88, this re-evaluates the credit data after update errors. If you find differences between S067 and the result of RVKRED88, you can correct S067 using SAP report RVKRED77. But note as this requires a table lock on various SD tables, you may have to run this report when users are out of the system.

Maybe you are looking for

  • Good software to make and burn movies to dvd using 10.8.2

    10.8.2 does not support I DVD I am looking for a good software to make my own movies yet be simple to use and burn to DVDs. I'm a beginner and need help thanks

  • Reducing Number of Data Points Acquired?

    I am interested in knowing how to reduce the number of data points written to a file that was acquired at 5 Hz. I have tried to lower the sampling frequency below 5 Hz on a Compaq Daq, but I get an error saying that is an incorrect value. So, if I ca

  • CD player (driver) in OS 9 environment

    I´m on a G5 Dual mac OS 10.4.11. Does the CD drive not work in the OS 9 environment. I am trying to install Mosaic from a disc with a disc authorization but it does not work. Can´t find any CD driver in the extension folder. Any suggestions? Thanks

  • How to confirm that a specific datafile has data

    Dear all, i am using oracle 10gr2 on windows server 2003. i have the following query SQL> select name from v$datafile; NAME G:\ORACLE\PRODUCT\10.1.0\DB_1\ORCL\SYSTEM01.DBF G:\ORACLE\PRODUCT\10.1.0\DB_1\ORCL\UNDOTBS01.DBF G:\ORACLE\PRODUCT\10.1.0\DB_1

  • Webutil on Solaris 64 bit

    All, Has any one implemented webutil on Solaris 64 bit server. We are having issues with it in both Development Suite and Forms 10g environment. Thanks Akshaya