Import Rules Problem

Hi all, i found a rather bothering problem. I have successfully created risk and generated the rules in the development server. But when i export and import into QAS, i found that although the risk/functions are loaded into QAS, but the actions/permissions are EMPTY!!
Therefore i have no choice but to load the function_permission file to populate the tcodes and objects which was missing from the import rules.
what did i do wrong or not do ?
BTW  I'm using CC 5.2

Hi! great.. for the benefit of those using CC, i will share with all that
with regarding to exporting file, the 'destination' is CRITICAL to determining if the file can be  imported successfully to another system.
For example, if i am moving Rules from DEV to QAS, during export rules, the destination MUST BE 'QAS'. The 'QAS' is dependent on what you define under the 'system id' of the connector. If you define as 'QAS', then the destination must be 'QAS'.
If you do not define the destination properly, you will find that you only import the function but the action/permission will all NOT be imported. We spent a long time finding out the problem.

Similar Messages

  • Need to import Rules from 10.3.9 to 10.4

    I just made a clone of my existing 10.3.9 OS and all folders to a FireWire external hard disc, which is bootable. In fact, I am using Safari on the old OS in order to submit this post, since I am finding the new OS a bit of a nuisance to set up.
    So you know, I did a clean install of OX 10.4. and did not elect to import apps, or any other personal files. I did however, import the network settings. It irks me to no end that Apple has not made the few categories you can check at this point in the installation a wider variety or hierarchical (so you can choose which apps to bring over, not just all of them).
    As for Mail, the new version of the software made importing my existing accounts a laborious affair, and there appears to be no way to import Rules. I've got a lot of them, and relied heavily on these to make my emailing experiences tolerable.
    PLEASE, how do I get the newer, "improved" Mail in 10.4 to import my Rules from the older version of Mail in 10.3.9?
    Thanks in advance for the help.

    "Mail doesn't import rules", you say...
    Boy, THAT makes a lot of sense, doesn't it? Since the program evidently still uses Rules...(eyes roll)
    Thanks for the suggestion, by the way; I tried the .plist copy-over right away and discovered the "new improved" Mail would not recognize the prefs...
    Y'know...since the "new" Mail program still offers and utilizes Rules (apparently the same way the older version did), not providing a way for users to import settings like this (that can take tons of time to replicate) seems purdy darn'd inconsiderate.
    Rules are the one significant way I have found to make email efficient -- not just Apple Mail, but any mail program. Call them what you like: rules, filters, etc. They are indispensable; evidently developers thought they were still worth offering, but lifted their legs on the time and effort end users put into creating these settings. Either that, or the program was made willfully ignorant as part of some great plot to hamper everyone's productivity. No, just mine.
    I apologize for the facetiousness, but I'm really perplexed (and angry) that developers would either overlook something basic like this or make the latest version of the program so willfully ignorant.
    At least my old Mail program still resides on my bootable HD (the best thing I ever did with my Mac was cloning the old OS to another drive so I keep going back to it until I wade through these ridiculous set-backs).
    My inner child will love this: now I get to take physical Pen And Paper notes of my old rules so I can ultimately recreate them in the new and improved but willfully ignorant Mail program. I have to laugh... Pen And Paper to solve a computer problem. Gotta love it...
    ...maybe it'll function as some kind of weird Zen exercise? I'm hopeful!
    Thanks for the input once again, and Peace to You (...but not to the folks who developed the latest version of Mail).

  • Error while importing Rules into CC5.2

    Gurus,
    Part of our GRC go live, I have been trying to import Rules from the Development CC system to Q CC. I have followed all the steps as per the Admin tasks but the below error is coming up at the final step to import rules in to the desitnation system. Anyone have any idea what this error is? Help is greatly appreciated.
    Error in Table Data ==>VIRSA_CC_AUTHMAP
    SQL:=>Insert into  VIRSA_CC_AUTHMAP(AUTHKEY,SEQUENC,VSYSKEY,AUTHTREE) Values(?,?,?,?)
    Record:=>D VIRSA_CC_AUTHMAP 1 1 null 
    Thanks.

    All -
    I am having a similar issue when importing rules into RAR5.3. The syntax looks to be correct, but I am still hitting an error:
    Error in table dataVIRSA_CC_AUTHMAP
    SQL:=>Insert into  VIRSA_CC_AUTHMAP(AUTHKEY,SEQUENC,VSYSKEY,AUTHTREE ) Values(?,?,?,?)
    Record::Line Number :22534 : D VIRSA_CC_AUTHMAP 57 1 ECD150 P_PYEVDOC||ACTVT
    Your help would be greatly appreciated!

  • Import rules, error message "Invalid system"

    Hi,
    When importing rules under Rule Architect - Import rules, error message "VBS is invalid system" . In the configuration tab we have system  and System Name defined as VBS, test connection successful.
    Why is it giving an error message VBS is invalid system? Please advise.
    Thanks,
    Sri

    Hi,
    Is it rule import after taking an export from other system? In that case, make sure destination system name doesn't contain any space in it.
    Also, make sure text and auth Objects are uploaded for VBS system before doing rules import.
    Regards,
    Sabita

  • Exporting & Importing rules

    Hi, got some ruleset questions if anyone would happen to know.
    1. How do you export and import rules and rulesets in WLPS? The rules are
    stored in a blob in the database, so a rowexport is not possible without
    copying all the rules.
    2. How is the intended rules development process from BEA? If you can't lock
    or version the rules, only one person should be given access to change them.
    3. How is migration between development-test-production intended? Copy all
    the rules (the blob) whenever something changes?
    4. Just for interest, what is stored in the blob? Is the whole OO-hierarchy
    of the rulesets serialized and dumped into the database?
    cheers,
    Oyvind

    Øyvind,
    1. Importing is achieved using loadrules.bat (should be in bin/win32 or
    bin/unix). You can use a utility such as Toad (www.quest.com) to export the
    rulesets.
    2. This is probably safest, although different people could be working on
    different rulesets.
    3. This is the solution at present. We are currently working on better
    management solutions that will allow you to use version control tools etc.
    4. The ruleset is actually an XML document (whose Schema we have not exposed
    and is not supported). If you use Toad or something similar you can save
    these XML documents to disk to put them under version control etc.
    I hope that helped!
    Sincerely,
    Daniel Selman
    Rules Team Lead
    BEA Personalization Server
    "Øyvind Eikeland" <[email protected]> wrote in message
    news:[email protected]..
    Hi, got some ruleset questions if anyone would happen to know.
    1. How do you export and import rules and rulesets in WLPS? The rules are
    stored in a blob in the database, so a rowexport is not possible without
    copying all the rules.
    2. How is the intended rules development process from BEA? If you can'tlock
    or version the rules, only one person should be given access to changethem.
    >
    3. How is migration between development-test-production intended? Copy all
    the rules (the blob) whenever something changes?
    4. Just for interest, what is stored in the blob? Is the wholeOO-hierarchy
    of the rulesets serialized and dumped into the database?
    cheers,
    Oyvind

  • I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    First-off, this seems to be a general problem with 10.4 (across all the operating systems of which I am aware).  Unfortunately, I cannot provide a permanent solution but, if you need a quick fix, this will (hopefully) work for you.
    For some inexplicable reason, iTunes no longer recognises standard Windows paths.  For example:
    Y:\Music\Buddy Holly\Buddy Holly - Rave On.mp3
    The end result is that it will import a playlist with no content. 
    It will, however, recognise the equivalent Apple paths which look like this:
    file://localhost/Y:/Buddy Holly/Buddy Holly - Rave On.mp3
    It is possible to convert your existing playlists using a few basic replace commands in something like Notepad.  In my case, I made some code changes in my music manager and now generate two sets of playslists (one standard and one to accommodate iTunes).
    Forgive me foir stating the obvious but please remember to make sure that the disk / path containing your music is accessible when doing the import otherwise you will probably get a blank result.  Note that you can do a bulk import by selecting all the (revised) playlists and dragging them onto the iTunes sidebar.
    I am sorry that this is not a "clean" solution but it will work if you are in a bind.  The only alternative of which I am aware is to wait for Apple to fix the problem.

  • Update rule problem - validation of "sales/cost w/ tax" keyfigure

    BW Gurus,
        Hi to all, i have this update rule problem at "sales/cost w/tax" keyfigure here is the senario.
        Our Goverment mandatory implemented an additional 2% tax from the original 10%, this will affect our report on sales, and also the BW "sales/cost w/ tax" key figure.
        My question is How can I validated the effectivity of the new tax? i have tax 10% from previous sales and 12% on the current sales. What "date field" can I use to validated this. I am using /BIC/CS2LIS_13_VDITM stucture to get the data i need.
    Thanks in Advance
    Joven

    Hi,
    Till to day how are extracting the data for tax(original 10%) is it available directly in 2LIS_13_VDITM ?
    Usually all taxes( condition types) can be extracted by the data source 2LIS_13_VDKON.Discuss with SD team, they may give the condition type used for different taxes.
    With rgds,
    Anil Kumar sharma .P

  • Way to import rules from resharper to fxcop

    Hello All,
    I need to import coding rules from resharper to FXCOP, is there any way to do the same.
    Please share if you have any idea or experience.
    Thanks,
    Dhiraj

    Mail's import feature does not include importing rules from another email client like Entourage especially when the rules criteria available with Entourage may not match the rules criteria available with Mail.
    Someone may know about a work-around or a 3rd party plugin that allows for this but I haven't seen one here.

  • Importing tga problem

    I have several targa image sequences from a client. FCP (6.0.5) will import some but not others. The only difference I can find is that under "kind" in the get info window some are "tga image" and the others are "adobe photoshop targa file". The latter imports no problem, while the former give an error: "File Error 1 file(s) recognized, 0 access denied, 1 unknown."
    Anyone know what I'm doing wrong or have run into this issue?
    FWIW, I checked the fils in photoshop and they all have the same modes. They also all have the same file sequence naming structure.
    Thanks in advance for any help.

    Actually forgot to explain that the error I mentioned above occurs when I try to import just 1 of the targa files individually. If I try to import a sequence the number of errors changes to match the number of targas in the sequence. Sorry about the miscommunication. For the record, there are no other files inside the sequence folder(s) - just the targas.
    Still haven't figured this out yet. Shake, Nuke, After Effects, Photoshop all open/import the files, but FCP will not.

  • Maximum character limits for data types under the Definition tab in Outbound Dialer Import Rule configuration.

    Hello,
    We're running an outbound SIP dialer under UCCE 8.5(4). The need has come up to allow more than 10 characters for the first name field under the Definition tab in the import rule configuration section, however, it seems that 10 characters is the upper limit. The reason for wanting to do this is that we're seeing a large number of calls fail to import because the members first name is larger than 10 characters, for example, an import record with a first name of Maximillian will fail. The idea was presented to simply shorten the member name in the event it exceeds 10 characters. However, the concern is that this will cause the agent to mispronounce the members name when they are connected on the phone during initial greeting. For example, Maximillian now becomes Maximillia. Has anyone ever run into the need to do this? Is there a known workaround? Any ideas would be greatly appreciated.
    Regards,
    -Mike

    Mike,
    Are you certain that you're trying to increase the value of the correct field? When you go into your Import Rule > Definition tab > highlight the FirstName field name and click Modify... What you should see for Field length is 1-255. You can easily increase the number of character to over 10.

  • Mail rules problem

    Hi everyone
    I'm using a MacBook Pro 10.7.4, I'm having rules problems in Mail.
    I run a Graphic design and photography company, I have folders set up for 20-30 clients, when emails come in from a certain client they go straight to that client folder.
    Equally, I have a 'Personal' folder, emails from friends should go to there.
    Recently though for some reason ALL of my sent items have started to flood into a client folder, a lot of my client emails are going to a general folder and personal emails are not going to the right folders.
    Does anyone have a second to advise what might be causing this, or even better - a potential fix for this problem, it's making me a little crazy and adding to my workload daily.
    Hope to hear from you.
    best regards
    Alex

    hello. When you say the sent items flood a client folder, do you mean, duplicates, or the actual sent mail goes there?
    I have been trying to look into why periodically, things I send go into drafts folder.
    Sounds like an issue that needs updating.. maybe we should "report bug to apple" maybe..

  • FK DELETE RULE problem when importing 8i SCHEMA on 10g

    Hi everyone,
    I´m having the following problem:
    When importing a SCHEMA dump from an 8i database to a 10g one, some foreign key´s delete rule are changed from 'no action' to 'set null' automatically, even though the whole SCHEMA was imported.
    Has anyone ever had the same problem?
    Thanks a lot,
    Bruno

    I did some more research and I think I was completely misunderstanding Oracle's implementation of delete rules. Now I believe that Oracle implements the "RESTRICT" option in SQL Developer Data Modeler as "No Action", which is the default option, hence why no DDL option is generated. However, it would still be nice if Data Modeler could detect this fact when comparing two models. What I mean it, if comparing an Oracle DB to a model, treat Restrict and No Action as the same, and thus don't attempt to re-generate the DDL for this "difference". For now, I'll just change the action on my models to No Action, and this should resolve the issue.

  • Custom Rule - Problem in passin values From Rule Container to WF Container?

    Hi Guys,
    I am having hard time passing values back from my custom rule. I have created a custom rule to determine the agents in PFAC which takes in the Person number as import element of container. It determines the Manager as agent and I am passing Managers Person Number back to workflow. If he dont approve the Request then it will be passed to his boss. In this case I will pass this imported Mangers Person number back to rule so that his boss will be determined as agent. I  have created ZRULE function module. I am passing value back from Rule container to Workflow Container using following code.
    swc_set_element ac_container 'SUPERPERNR'  lf_super_pernr.
    I have created a element SUPERPERNR on rule container and workflow container as well .The problem is in the Rule container I am not able to create SUPERPERNR as export parameter. The tick mark is grayed out and there is no option for setting it as export.
    My question is do I have create a Export element on Rule container or Not? If i just write the code
    ( swc_set_element ac_container 'SUPERPERNR'  lf_super_pernr ) will it set the value in WF container? In my case it is not setting. I have to bind the values from rule container to WF container and if My rule container element is not allowing me to click the tick mark as export how can i pass value of of rule container back to WF Container?
    Please help me guys.
    Thanks,
    Manish.

    Hi Manish,
         Same scenario I have developed in my system. This all steps I did in my system.
    1) Created a Z function module which takes import parameter (Parameter name = 'EMP') in the
        format 'US100123'.
    2) This in turn fetches back the supevisor or boss as an export parameter (Parameter name = 'BOSS') in
         the format 'US100245'.
    3) This function module is attached to a BUS object(SWO1).
    4) While attaching this function module to BUS object you need not do any manual coding it is done
        automatically.
    5) Implement, release and generate this BUS object.
    6) Create a new variable in your workflow (Parameter name = 'ZSUPERVISOR') for storing the value
        which is returned by the Z method.
    7) Create a new task.
    8) Put in your BUS object name, then your Z method name, select background processing checkbox.
    9) Press save, it will ask for transfer of missing elements, select yes.
    10) Then you will see a green button below your Z method name click on it.
    11) Top portion contains your Z method variables, below to it you have the import parameter window in
          this window you should have &EMP& -> &EMP&., below to import parameter window you have
          export parameter window in this window you should have &BOSS& <- &BOSS&. (This is method
          binding).
    12) Now click on enter button then click on back button it will generate the task binding automatically
         just press yes.
    13) Now click on binding exist button.
    14) Here you have the Workflow container variables as well as the system container variables.
    15) In the import parameter window left portion is for your workflow variables and right portion is for your 
          method variables. In my case i had sent workflow initiator and fetched his supervisor. The Import
          parameter binding was &WF_INTIATOR& -> &EMP&. and the export parameter binding part was
          &ZSUPERVISOR& <- &BOSS&.
    16) Save the task and run the workflow.
    Regards.
    Vaibhav Patil.

  • Setting up Mail in Lion, Import Rules

    So I'musing a new MacBook Pro with Lion preinstalled while my Mac with Snow Leopard is being repaired.
    I'm going to manually add all my email accounts in Mail, but wanted to import the Message Rules I had created under Snow Leopard.
    One problem I noticed if I brought in the MessageRules plist file the rules would not automatically apply to the message on the Lion machine only on the SL Mac.
    I'd have to close mail and then open the message.
    My rules pretty much just change the color of the message to indicate where its from, etc.
    Is there a simple straight forward approach of importing the Mail Message Rules from a Snow Leopard Mac to a Lion Mac (without of course using Migration Assistant, etc).
    Thanks!

    Holding option will get you into the recovery drive but your friend would definitely have needed to give you more instructions than that to take that course. Lets start next to the , go Mail>preferences>Accounts. On the left, is iCloud listed there? If it is can you remove it with the "-" button at the bottom? If not, can you add it with the "+"?
    Try that and see if you can manually add it. When it asks for authentication use your Apple email address (@icloud.com, or @me.com) and the normal password for your AppleID. Let me know if that works for you!

  • Release Rules Problem

    Hi All,
    While Settin Up the OM,there existing a problem in Release Rules:-
    in tab Inventory in (Define Release rules form) when i go to select the warehouse ,i can not find any organizations defined . it appears empty.
    thanks.

    are you on 11.5.9 or 11.5.10? This issue has been reported in 11.5.9 but I belived it is resolved in 11.5.10. Please check patch 4688704 for more details.
    thanks
    Vikrant

Maybe you are looking for