Attempting to create a AQ$_JMS_MAP_MESSAGE via PL/SQL

I'm attempting to create a AQ$_JMS_MAP_MESSAGE via PL/SQL but can't get it to work.
I'm able to create a AQ$_JMS_MESSAGE and add it to an AQ (of the correct type) however the AQ$_JMS_MAP_MESSAGE can not be constructed in the same way as it does not have a CONSTRUCT method.
Is it possible to create this type of JMS message with PL/SQL? The documentation seems to imply that it can be done.
I have tried the following but get an error; the AQ table is of type SYS.AQ$_JMS_MAP_MESSAGE.
=====================================================
procedure addMessageToAQ AS
--message   SYS.AQ$_JMS_MAP_MESSAGE;
message SYS.AQ$_JMS_MESSAGE;
eopt dbms_aq.enqueue_options_t;
mprop dbms_aq.message_properties_t;
enq_msgid raw(16);
BEGIN
message := SYS.AQ$_JMS_MESSAGE.CONSTRUCT(DBMS_AQ.JMS_MAP_MESSAGE);
IF ( message.message_type = DBMS_AQ.JMS_MAP_MESSAGE) THEN
DBMS_OUTPUT.PUT_LINE('The message is a map message');
END IF;
message.message_type := DBMS_AQ.JMS_MAP_MESSAGE;
message.header.set_string_property('header1','hvalue1');
message.header.set_string_property('header2','hvalue2');
message.header.set_string_property('header3','hvalue3');
message.set_string_property('content1', 'cvalue1');
message.set_string_property('content2', 'cvalue2');
message.set_string_property('content3', 'cvalue3');
DBMS_AQ.enqueue(queue_name => 'PROCESS_PASSP_APL_Q',
enqueue_options => eopt,
message_properties => mprop,
payload => message,
msgid => enq_msgid);
END;
=====================================================
ORA-25215: user_data type and queue type do not match
ORA-06512: at "SYS.DBMS_AQ", line 204
ORA-06512: at "BDEV1.PS2032_MVMNTHNDSHKEXTRCT", line 48
ORA-06512: at "BDEV1.JDEV_TMP_PROC_1", line 3
The message is a map message
Process exited.

As far as I know every object type in database has an implicit construct . It's just that nobody created some nice constructor. Take this example as a "hard way" to create message:
-- jms_text_message related variables
tmp_text_message SYS.AQ$_JMS_TEXT_MESSAGE;
tmp_header SYS.AQ$_JMS_HEADER;
tmp_array SYS.AQ$_JMS_USERPROPARRAY;
-- AQ related variables
enq_msgid RAW(16);
eopt dbms_aq.enqueue_options_t;
mprop dbms_aq.message_properties_t;
-- get current date time, so it doesn't change during run of procedure
current_datetime := TO_CHAR(SYSDATE,'DDMMYYYYHHMISS');
-- initialize array
tmp_array := SYS.AQ$_JMS_USERPROPARRAY(SYS.AQ$_JMS_USERPROPERTY('EVENT_TYPE', 100, 'PL_SQL', NULL, 27));
-- create header
tmp_header := SYS.AQ$_JMS_HEADER(SYS.AQ$_AGENT(NULL, NULL, 0), NULL, NULL, NULL, NULL, 0, tmp_array);
-- create JMS_TEXT_MESSAGE
tmp_text_message := SYS.AQ$_JMS_TEXT_MESSAGE(tmp_header,4,'AAAA',NULL);
dbms_aq.enqueue(
queue_name => 'job_queue',
enqueue_options => eopt,
message_properties => mprop,
payload => tmp_text_message,
msgid => enq_msgid);
...

Similar Messages

  • Problem attempting to create a purchase order via SRM Portal instance.

    Unsing SRM7.0 with PPS; When attempting to create a purchase order via the "Create Purchase
    Order" button in SRM Portal instance, after select ECPO type; the following message is show in the screen: "Object or set with GUID 00000000000000000000000000000000 does not exist".
    Could you please advise what the problem might be and what to do.Thanks, responds would be very appreciated.Kind regards.
    Edited by: ital230 on Jun 30, 2010 10:37 AM
    Edited by: ital230 on Jun 30, 2010 11:05 AM

    Solve!
    The problem was the attributes specialy the BSA.
    chekout the attribute should be at highest level and in the user not excluded (grayed).
    Also
    Define Backend System for Product Category: check that the system for category transfer should be from srm to backend:

  • Completed a project in iMovie which is 41 minutes long (2 GB) . When I attempt to  create a iDVD disk(via clicking on share) ,I am advised that an error occurred because the project is too long. Have made other movies/created disks that are longer than 41

    Have completed a project in project library that is 41 minutes long ( 2.1 GB ) . When I click share and attempt to create an iDVD disk , an error notice appears claiming the new project is too long.  Have created other iMovie/DVD disks in the past which were longer than 41 minutes.  What corrections do I need to make to ensure I can create  a DVD disk for this 41 minute ( 2 GB ) project... I am using a 17 MacBook pro for this project.

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • Error When Attempting to Create a Password File

    hi all,
    i recevied the following error when attempting to create a password file via the ORAPWD utility. can anyone offer any insight into what is causing this problem?
    $ ./orapwd file=/appl/oracle/product/9.2.0-64bit/dbs/orapwLEAF password=XXXXXX
    Unable to find error file.
    Error code 5
    thanks

    Try to set env variable ORACLE_HOME
    Best Regards
    Krystian Zieja / mob

  • I continue to have a problem attempting to create Panorama with PE 7

    Has anyone ever received and answer from Adobe for this problem that actually worked?
    Updated
    Sunday, November 1, 2009 12:39:26 PM PST
    Opened
    Wednesday, October 21, 2009 2:47:58 PM PDT
    Status
    Open - Pending Adobe Response
    Product
    Photoshop Elements 7.0
    Support contract
    Adobe Support Program
    Subject
    Panorama function does not work
    Notes & responses
    Notes from Customer
    Sunday, November 1, 2009 12:39:26 PM PST
    I followed your directions and closed all open files including "spySweeper" and "Norton". I went to "run" and entered %appdata% and
    deleted "Adobe" NOTE: there was another file titled AdobeUM which I did not delete. I opened Adobe Elements and went to File->New
    ->Photomerge Panorama and immediately
    got
    Error 1: Unable to create Window
    -Internal error.
    Line: 364
    -> var w = new Window(res);
    I tried this several times from both the edit screen and the screen that shows the individual images and always got the same results
    Notes from Customer
    Friday, October 30, 2009 9:41:22 AM PDT
    I have tried your suggested solution several times and it does not work......fortunately I have found another product that does work
    and have moved on to it. I would like to know what is causing the problem particularly since a "lot" of other users are reporting
    the same problem on the Internet.
    Notes to Customer
    Thursday, October 29, 2009 1:10:51 PM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    Our engineers hopefully will find the issue and post a document about it
    in the Adobe Knowledge Base and/or release a fix.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Wednesday, October 28, 2009 5:10:30 PM PDT
    I followed your instructions and still have exactly the same problem, but thanks for the attempt. I hope your engineers can find th
    e problem as if you look on the internet a lot of other people are having exactly the same difficulty.
    Notes to Customer
    Wednesday, October 28, 2009 10:03:39 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I received your images and was able to reproduce your problem on my
    machine several times and also triggered the same error even after
    resaving the images using the "Save for Web" function.
    Interestingly, after deleting the program's preferences, I was able to
    use Photomerge successfully on your images and could not reproduce the
    error.
    Try the following and see if these steps fix the issue for you as well:
    1. Close all open programs.
    2. Click on Start > Run.
    3. In the run dialog field, type: "%appdata%" [without the quotes].
    4. Delete the Adobe folder shown there (this will delete all Adobe
    software preferences and settings).
    5. Close the window.
    6. Launch Photoshop Elements Editor and try using the Photomerge command
    on your images again.
    The files are being forwarded to our engineers to see if they can
    isolate why these images may corrupt or damage Photoshop Elements'
    preferences and settings.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Tuesday, October 27, 2009 1:29:17 PM PDT
    Second file
    Notes to Customer
    Tuesday, October 27, 2009 11:32:49 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    We show only one image uploaded to our Support Portal. Its file name is
    Slide-2.jpg. We will need all the images that you are attempting to
    merge uploaded to the Web Portal in order to test and to properly
    investigate your issue.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Monday, October 26, 2009 5:40:57 PM PDT
    Files used to attempt to create panorama are attached
    Notes to Customer
    Monday, October 26, 2009 4:05:05 PM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I understand that even after using “Save For Web” that you got the same
    error message when you attempted to use Photomerge.
    I checked the attachments on the case and did not see the files that I
    suggested you upload for our engineers to examine.
    Could you please attach the files and we will then see if we can solve
    your problem.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Monday, October 26, 2009 3:14:06 PM PDT
    Will this help?
    Notes from Customer
    Monday, October 26, 2009 11:03:21 AM PDT
    I tried the work around with the "save for web" and got the same message:
    Error 1: Unable to create Window
    -Internal error.
    Line: 364
    -> var w = new Window(res);
    I can't believe with as many people as are having this problem that Adobe had not developed a solution and released it as a "bug" fi
    x. I see that it is also a problem for people using Elements 8 and I can not imagine that is a very good endorsement for your new p
    roduct.
    Notes to Customer
    Monday, October 26, 2009 10:28:41 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I understand that when you attempt to use the Photomerge feature in
    Photoshop Elements that you immediately get the errors:
    Error 1: Unable to create Window
    - OS error:[1400]
    Line: 364
    -> var w = new Window(res);
    We have seen customer reports of this error and have the matter under
    investigation.
    Currently, it has been determined to be image specific and isolated to
    problems processing the metadata in some images.
    Our software engineers have been unable to isolate the exact issue with
    these problematic images' metadata and have requested that people who
    have images exhibiting this behavior be asked to upload them via the
    Adobe Support Portal so that they can be examined.
    Fortunately, we also do have a potential workaround that may allow you
    to merge your images.
    Try the following:
    1. Open your images in Photoshop Elements Editor.
    2. Save each one using the "Save for Web" command available in the File
    menu in JPG format with the quality set to "High".
    [This will remove all metadata from the images]
    3. Close Photoshop Elements Editor and all open images.
    4. Open the images that you just removed the metadata from using "Save
    for Web" and use Photomerge on them.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Sunday, October 25, 2009 9:03:21 AM PDT
    PLEASE!!!!!!!!!!!!!
    Look here
    http://forums.adobe.com/message/2275858#2275 858
    Notes from Customer
    Friday, October 23, 2009 2:42:48 PM PDT
    When I go into Elements 7 and select File->New->Photomerge Panorama I get the message
    Error 1: Unable to create Window
    -Internal error.
    Line: 364
    -> var w = new Window(res);
    and can not go any further. If you look at this on your Forum Site
    http://forums.adobe.com/thread/362825 you will note that a lot of other users are having the same problem
    or look here
    http://www.elementsvillage.com/forums/showth read.php?t=44409
    Same thing.
    I even notice that people usiong Elements 8 are now having the problem.
    Notes to Customer
    Thursday, October 22, 2009 11:52:08 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I understand that when you try to use the Panorama function in Elements,
    you receive a message “unable to create window.”
    Does this problem happen when you are trying to merge specific images or
    does it happen with all images?
    What size are the images you are trying to merge? What dimensions, dots
    per inch, and file type are the images?
    How many images are you trying to merge? Do you have the same problem
    if you try merging just two images?
    Make sure when you are going to do the photomerge that any extra
    programs are closed. The merging process is rather memory intensive so
    the less programs running at once, the better.
    Try to resize each of the photos to a smaller size, and then retry the
    command.
    If you receive the error when saving a panorama, try flattening the file
    (use the Layer>Flatten Image command), or save the panorama in the
    smaller, JPEG format.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Scott K.
    Adobe Web Support
    Notes from Customer
    Wednesday, October 21, 2009 2:47:58 PM PDT
    When I try to use the panaroama function I get this message
    Error 1; unable to create window
    -Internal error
    Line; 364
    -> var w = new Window(res);
    I have tried all the solutions from the forum and they do not work. I even bought a new copy of the program, but no luck.
    The function worked before and then stoped working (I had a downloaded version of release 7) That prompted me to buy the new copy A
    LL COPIES WERE PURCHASED BY ME
    Operating System: Windows XP Home
    Has it ever worked? If so, what's changed? (provide comments in description field): Yes
    Same results with different file?: Yes
    Same results with different computer?: Not Applicable
    Recent System Hardware or Software change?: No

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • IWocountered an error while attempting to create the attachment data.

    Hi I have created an invoice on pages,then saved it.
    When i click on share to send document  via email as a PDF file this message comes up "IWORK ENCOUNTERED AN ERROR WHILE ATTEMPTING TO CREATE THE ATTACHMENT DATA" can anybody help it very frustrating,i recently wiped my mac book pro and since i put iwork back on it hasnt worked.
    Thanks Tasha

    Pages 5 has a complex and unique file bundle format. Designed to make it impossible to extract any contents when the inevitable goes wrong.
    GMail, Amazon, Dropbox etc (almost any non-Apple Server software) just don't understand them.
    Send the files via Apple Mail.
    Peter

  • QuickTime Error Code 0 when attempting to create MPEG-2 Video File

    I am getting the above error when attempting to create an MPEG-2 file from an FCP Timeline; what might cause this problem and how can I fix?

    I'm real sorry. I am just lost. So if it does allow me to access via USB, what am I doing wrong? Why am I getting this error? I tried to go in and just import the video first and I could see the files, however they were gray, so it was not an option. Then I tried dragging them from the desktop icon and received the error. What else can I try to get my video loaded in imovie? I'm still fairly new to the mac. I have had mine for a year, but am still learning and would consider myself very green still. I have always done pretty well with a PC, so I catch on pretty quickly, but I definitely need some guidance here.

  • I'm having problems with a message that says: An error occurred while Attempting to create the directory: C:/program files/itunes/cd configuarion

    I know this is a long story, but I'll be damned if I'm not going to get the most specific help I can (as Apple seems to specialize in assuming user error for all its demonic software). I've never had issues with iTunes before (barring a "Connect to iTunes" snafu with my iPod Touch) -- and never, in fact, with Windows Vista, if you believe that -- but this is the most bizarre thing I've seen.
    I recently downloaded the new iTunes v 9.0.3 as I am occasionally prompted to do whenever a new version comes out, and immediately I had problems. Access to the iTunes and Quicktime folders was mysteriously denied after the update, and after several hours of frustration, I was able to grant my own Administrative access to these two folders and installation went through. Thank God.
    Then I bought some music. No problems -- downloaded just fine, along with a copy of Cinderella Man and the new episode of Smallville. Life was good for a few days.
    Then I connected my iPod Touch to the computer. All of a sudden, Microsoft Windows informs me that the "Apple Mobile Device Service stopped working and was closed," with subtext, "A problem caused the application to stop working correctly. Windows will notify you if a solution is available."
    Bullsh*t Windows can help me with anything from Apple.
    So I've tried to get iTunes to work with me on this. I've come up against the infamous "iTunes could not connect to this iPhone because an unknown error occurred (OxE8000001)" message. My God, when does it ever end?
    So I go into Control Panel > Administrative Tools > Services > Apple Mobile Device and start it back up... only to watch it stop again inexplicably moments later. Hmm... Restart. Stays on. Unplug the iPod and plug it back in. Apple Mobile Device Service stops again. Maybe it's the iPod Service itself. Hey, that one's not started! [Start] "Windows could not start the iPod Service service on Local Computer -- Error 5: Access is denied."
    What the f*ck is it with this "Access denied" crap? I've never been denied access to even the most intimate functions, files and folders on my freaking computer before! What has Apple created!?
    I thought, perhaps Apple Mobile Device software was somehow removed. Okay, let's redownload iTunes (aka Repair the program from the Programs and Features menu in the Control Panel -- same thing). Huh. "An error occurred while attempting to create directory C:\Program Files\iTunes\CD Configuration," and I can choose to Retry or Cancel. So, instinctively, I deleted the CD Configuration folder, assuming iTunes Setup would just recreate it.
    Well, that didn't work now, did it? I deleted it and hit Retry, and it said, "The installer has insufficient priveleges to access the directory: C:\Program Files\iTunes\CD Configuration. Log on as administrator or contact your system administrator." Running the .exe file as an adminstrator changes NOTHING about this predicament.
    So that's where it stands. No CD Configuration folder; full access to all files and folders involved; Apple Mobile Device Service still keeps going off for no reason; iPod Service still doesn't run; Repairing/Reinstalling iTunes, Quicktime, Bonjour, etc. does nothing; and God (aka Steve Jobs, apparently) hates me.
    . . . . . . . . . . . . Help me.

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    -Griff W.

  • Creating Report via PL/SQL

    We have an application using HTML DB from which the we need to create reports for which the standard CSV will not work. The report can be created via PL/SQL except that the report needs to be created on the users workstation or a public location and not the server. Since UTL_FILE writes to the server, I am looking for help from the HTML DB and PL/SQL experts on packages/tools that can be used to output reports to local directories.

    not sure of your exact requirements, but consider using utl_file or Oracle Reports to generate your report on the server and then providing your users a "download report" link that lets them pull the file down locally. we talked about using Reports for this at...
    PDF file creation
    ...regards,
    raj

  • Sales Orders not to be created for certain customers via legacy

    Hi,
    We have an inbound interface from legacy into SAP which creates Sales Orders in SAP. But we have a requirement where the business does not want sales orders to be created for certain customers in SAP via the interface.
    To prevent the sales orders from being created for those customers via the interface, we have created entries in the look-up tables (Hope other projects also use lookup tables and are aware of what are look-up tables). But still the sales orders are being created in SAP for those customers via the interface.
    What else should we do to prevent the sales orders from being created for those customers.
    Thanks in advance.
    Mick

    Hi ABAP gurus, need your help on this one. Any help would be greatly appreciated.

  • When I attempt to Extend a PDF document via my LiveCycle server I get the error"Application Alert" The file could not be saved. Are you sure you want to lose your results?

    When I attempt to Extend a PDF document via my LiveCycle server I get the error"Application Alert" The file could not be saved. Are you sure you want to lose your results?
    I can login fine via this address.
    http://[Server Address]:[Port Number]/ReaderExtensions
    And I can apply the extension successfully, but when I attempt to download I receive the error above.
    Application Alert" The file could not be saved. Are you sure you want to lose your results?

    Please check the supported version of flash player on your client machine for LiveCycle : http://bit.ly/1wGD9t4
    Upgrade or downgrade it accordingly.
    Thanks,
    Wasil

  • IMac (27-inch, Mid 2011) 2.7 GHz Intel Core i5 4 GB 1333 MHz DDR3 running10.10.2 (14C1514). Trying to install Windows 7 64 bit from an install disc. When attempting to create an ISO image I can save the file in disk utility but can convert cdr to iso

    iMac (27-inch, Mid 2011) 2.7 GHz Intel Core i5 4 GB 1333 MHz DDR3 running10.10.2 (14C1514). Trying to install Windows 7 64 bit from an install disc. When attempting to create an ISO image I can save the file in disk utility but can convert cdr to iso. I select the file and the hit return as in step 8 of the Creating an
    iSO image document but the box that should open to select use iso does not open. How should I proceed?

    The Mac SuperDrive built into your Mac is the Optical drive.
    1. Insert your Windows DVD in Optical drive. Disconnect any external storage.
    2. Insert a USB2 Flash drive. This will be used to hold the BC drivers.
    3. Start BCA. Check the options to download software and Install Windows. You do not need to download Windows. The BCA will download the BC drivers to the USB.
    4. Partition your drive.
    5. You can see the Windows installer screens at https://help.apple.com/bootcamp/mac/5.0/help/#/bcmp173b3bf2.

  • I'm attempting to create a pdf from InDesign and the Illustrator image does not appear properly.

    I'm attempting to create a pdf from InDesign and the Illustrator logo does not appear properly. The logo has a light blue color background with a black to white gradiant over it with a multiply designation set at 100%.  I flattened the logo in illustrator before importing into InDesign. When the pdf is created, the blue background of the logo drops out and the only thing showing is the graduated screen of black. PLEASE HELP!!!!!!

    Thanks for your reply Peter,
    I'm on Mac OSX (10.5.8) using Acrobat 7 Professional and Acrobat 
    Reader 9 to view the pdf. I created it by exporting. Attached is a 
    screen capture of the letterhead. Since I posted, I sent a test pdf to 
    my partner's computer eventhough it didn't look right on my system and 
    she said it looked fine to her. I've restarted my computer and tried 
    again and still get the same results.
    Thanks for your help,
    Pat Boullion
    Boullion Graphics
    281 444-5749
    Fax: 281 444-6507
    CONFIDENTIALITY NOTICE
    The information in this email may be confidential and/or privileged. 
    This email is intended to be reviewed by only the individual or 
    organization named above.
    If you are not the intended recipient or an authorized representative 
    of the intended recipient, you are hereby notified that any review, 
    dissemination or copying of this email and its attachments, if any, or 
    the information contained herein is prohibited. If you have received 
    this email in error, please immediately notify the sender by return 
    email and delete this email from your system.

  • Business Management Error: You are attempting to create a user with a domain logon that does not exist. Select another domain logon and try again.

    Hello,
    Suddenly the working CRM is being stopped for some group of users.
    I drilled down to the issue and have checked that the users from Domain in which CRM is installed are having CRM access.
    But for other domain user having problem to access CRM.
    I tried to add a user from a domain which is not of CRM domain then it gives following error.
    "Business Management Error: You are attempting to create a user with a domain logon that does not exist. Select another domain logon and try again.
    <Message>LookupAccountNameW failed with error</Message> "
    The change is made - AD group have upgraded Activer Directory server to 2012 R2
    Please help as the Production CRM is not working for other domain user.

    We have Activer Directory Structure like below.
    One Root Domain says A
    and there are multiple child domain like B,C,D etc...
    B,C and D are all in same level,they are child of A domain.
    There are two way transitive trusts between A and all the child Domain.
    But there is no trust in between B and C and so on.
    Our CRM server is in B domain and B domain's user can access CRM but users of Domain C,D and so on can not access CRM.
    If this post answers your question, please click &quot;Mark As Answer&quot; on the post and &quot;Mark as Helpful&quot;

  • Create a DDic sturcture via ABAP program

    Hello,
    is it possible to create a DDic structure via a ABAP program? I've got the components and component type of the new structure in a table.
    I want to create a DDic structure with this information. Is there function module or a method, with this functionality?
    Thanks for help!
    Matthias

    I need a DDic structure to use this in the exporting parameters of an remote-enabled function module.  Thier isn't it posible to use an none typed parameter, because of the remote.
    I want to create an admin-screen for an tool calls DocFinder. For this tool you need for every DocuSpace an extra structure to return the values.
    We use this tool in an shared systemlandscape so its nessessary to use an remode-enabled function module.
    In the admin-screen it should be able to create an new DocuSpace with its structures and other generatet coding.
    But I've got no idea how to create an structure via programm.

Maybe you are looking for

  • SRM Integration in Universal Worklist (UWL)

    Hi SRM freaks, I've one question concerning SRM integration in Universal Worklist (UWL). Currently we have integrated our SAP SRM4.0(SRM_SERVER 500) solution in the SAP Enterprise Portal6.0, and after installation from an additional Business Package

  • Camera RAW 4.0 missing features that were in Beta!

    I'm confused! I've discovered a very important setting missing from the released version of the product. The Shadows and Highlights check boxes are missing, only Preview is available. With out Highlights, using the Recovery Slider is a guessing game.

  • Reflect changes in editable cell in subtotal/total row...

    Hello Experts, I have one editable column in my OO ALV grid(cl_gui_alv_grid) and what I want is that after entering a value in a given cell, I want that value to be reflected in my subtotal and total row. Also, How come when I enter a value lets say

  • Oracle API from SQR

    Hi I am trying to call an Oracle API from an SQR report running in PeopleSoft 8.1. The code I am using is shown below: begin-sql declare       LN_PERSON_ID NUMBER;;       LN_ASSIGNMENT_ID  NUMBER;;       LN_PER_OBJECT_VERSION_NUMBER NUMBER(9);;      

  • Trial won't end even after purchase of subscription

    I began using PDF online as a trial.  I then purchased a subscription.  However, every time I try to use the Online PDF conversion, it indicates it is still a trial and I have used my 5 trial PDF conversions.  I have searched the website looking for