E-Recruiting 6.04. Issue with internal candidates e-mail.

Hi,
We are on E-Rec 604 with seperated standlone e-rec system.
We did the initial transfer of employees with ALE and we though that all were ok, but now we realized that there are some internal candidates that no have e-mail adress in e-recruiting.
We have been investigating and those employees have filled the infotype 105 subtype 0010 in Hr system. In E-Recruting system the user created by ALE has the e-mail too, but in transaction BP only a few of them have filled the field e-mail in the block of adress independent comunication. So only this few internal candidates have e-mail in the portal of E-Recruiting.
We are looking for any differences of those employees in HR system but we can´t find anything.
Someone could help me with the reason of this problem, please?.
And someone know if there is any way for repared this in the e-recruiting system.
Best Regards,
Esther

Hi,
I just want point out the HCM ALE processes. Firstly independently of connected to eRecruiting or not.
The message type HRMD_B is containing the infotypes belonging to the software component SAP_BASIS.
The message type HRMD_ABA is containing the infotypes of the message type HRMD_B and the infotypes belonging to the software component SAP_ABA.
The message types HRMD_B and HRMD_ABA must be used to distribute HCM data into non-ERP based landscapes.
The message type HRMD_A is containing the infotypes of the message type HRMD_B and the infotypes belonging to the software component SAP_HR. It should then be used to distribute HCM data into an ERP based landscapes.
Esther is describing an eREcruiting standalone based on an ERP landscape. Therefore, the message type HRMD_A should be used.
Then, from the HCM integration in Business Partner point of view, the standard implementation of the BAdI HRALE00INBOUND_IDOC should be deactivated. This implementation is normally converting the object P into a CP, because the object P is known only in HR (and ERP based landscape). In an ERP based landscape, the P will exist with its CP. The integration to the BP will not work during the ALE-Inbound process, but during the Synchronization run (report HRALXSYNC). The implementation makes sense only in none-ERP based landscapes (where message type HRMD_ABA will be used).
Ester should then adapt her distribution model to be able to distribute the necessary infotypes for the consistency of a P (infotypes 0000, 0001, 0002, 0003) as well as the one which are used for the BP-integration (infotype 0006 subtype 1, infotype 0009, infotype 0105 subtypes 0001, 0005, 0010, 0020), as well as the HR-object CP and its relationship to the P (infotypes 1000 and infotype 1001 subtype B209).
With the hope it is clarifying the usage of the message types depending on the used scenario and on the used landscapes.
Best regards.
Pierre

Similar Messages

  • Performance Issue With Displaying Candidate Details for iRecruitment

    We are in EBS R12.1.3 when we trying to display the Candidate Details page in iRecruitment iRecruitment >vacancies>applicants> click on applicant>   the page spins for  a quite whille to show the results and some times we see the 500 errors..
    We are in R12.1.3 and also applied the  Patch.10427777:R12.IRC.B patch.. is there any  tunnign steps for the iRecruitment  page=/oracle/apps/irc/candidateSearch/webui/CmAplSrchPG

    You have already applied the patch mention in note: Performance Issue With Displaying Candidate Details Page in 12.1.3 (Doc ID 1293164.1)
    check this note also Performance Issue when Clicking on Candidate Name (Doc ID 1575164.1)
    thanks

  • Freegoods issue with internal order CO

    Dear Experts,
    I am facing a Problem with free goods issue,
    When I am doing sales order VA01 I am entering internal order number, once I complete the process flow it is crediting stock account (24240000) and debiting the COGS FG (50014000) account.
    When I am doing sales order VA01 without internal order once I complete the process flow it is crediting Stock account (24240000)  and Debiting the Free goods expenses account(60014010) (as per business process it is correct)
    With internal order also it should post to free goods expenses account.
    Kindly help me on this I am not able to trace.

    Hi
    Please check item category TANN settings.Also check in VTLA copy control  there is a feild "Update Cost", tick the feild.
    Please go through the links which may help you
    PGI accounting
    Regards
    Srinath

  • Issue with internal JMS queue

    Hi,
    We discovered following issue with Netweaver version:
    SAP EP 6.0 ON WEB AS 6.20
    J2EE version:
    Cluster-Version: 6.40   PatchLevel 106831.313
    Build-On:Thursday, October 26, 2006 18:56 GMT
    Perforce-Server:
    Project-Dir:JKernel/630_VAL_REL
    JKernel Change-List:106831
    Build machine:SAPInternal
    Build java version:1.3.1_18-b01 Sun Microsystems Inc.
    SP-Number: 19
    Source-Dir: D:\make\engine\630_VAL_REL\builds\JKernel\630_VAL_REL\archive\dbg
    During sending messages into internal JMS queue we sent messages bigger than 1MB. After that, JMS queue was not able to process any other messages even if it was smaller than 1MB. Same issue occured if there was more smaller messages sent in short time (e.g. in 2 seconds). We don't have any significant error message in any log.
    See information thath we have found in dump stack trace file (ix.log):
    "SAPEngine_Application_Thread[impl:3]_25" prio=5 tid=0x0000000101f5ebf0 nid=0x37 in Object.wait() [fffffffe0bdfd000..fffffffe0bdff8b0]
    at java.lang.Object.wait(Native Method)
    - waiting on <0xfffffffe2ebfa1b8> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:429)
    at com.sap.jms.client.memory.MemoryManager.allocate(MemoryManager.java:132)
    - locked <0xfffffffe2ebfa1b8> (a java.lang.Object)
    at com.sap.jms.client.memory.MemoryManager.allocateMemoryForBigMessage(MemoryManager.java:92)
    - locked <0xfffffffe2ebfa1b8> (a java.lang.Object)
    at com.sap.jms.client.session.Session.processFinalMessage(Session.java:1732)
    at com.sap.jms.client.session.Session.run(Session.java:675)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    which indicates to us that initializing of memory is locked.
    Please let us know:
    -if there is any log which indicates this behaviour without making thread dump
    -which limits must be fulfilled to process messages without this error
    -how to unblock this lock for processing correct messages without restarting NW - or if there is any predefined timout which kill this locked session and disable uncorrect message
    -how to manage records in bc_jmsqueue table for removing big messages from queue if there were loaded already
    -how to stop application which caused this problem. If we try to stop it through standard stop_App, application stays in Stopping mode forever.
    This problem occured in test environment and also in productive environment using the same SAP NW. Now - we do not have any work around solution..... therefore periodically we need to restart SAP NW....
    Thx for any suggestions.....

    Hi,
    We are also facing the same problem of restarting the SAP NW each time, if you have found the solution, please let me know.
    Thx in advance.
    Ramanath

  • Problems and Issues with Internal Order Transactions

    Hello I have a couple of problems with Internal Order Transactons.
    Its strange really, when I simulate in the development server. I do the following process:
    Assign Asset with IO -> Create PR with account assignment to an Asset -> Create PO with Reference to PR -> Create GR.
    Once this occurs, the transaction seems to reflect in particular reports such as List: Order by Cost Element, List: Budget/Actual/Commitments, etc.
    But when another user does a similar process in PRD, it doesnt seem to reflect in these reports.
    Also while, I cant seem to pass the GR if the Internal Order has not been released. The user was able to create a GR whose IO has not been released yet.
    These problems are quite striking to me. Does anyone know the possible causes of the situations at hand? Any feedback will be most helpful.
    Thank you all and good day.

    Ok never mind, seems I found the culprit (though the reason gives more questions than answers)! Thanks anyways

  • Issues with iMac freezing using Mail, Safari, Chrome

    I'm having issues with my iMac freezing, forcing me to hard restart my computer each time. I think I've had to powered down via power button altleast a twenty times today and yesterday. I've restarted 4 times just trying to finish this post
    It seemed like I was only freezing using Safari at websites like facebook and youtube.com. So I switched to Chrome, which lasted a few hours until I started freezing on that as well.
    I logged on as a Guest account and they seemed to be working fine. I thought Flash may be the issue so I re-installed but no dice. I emptied cache, cleared history from each browser, etc -- no help.
    Then today I started freezing just using mail. While typing a message, auto correct attempted to correct a word and my system completely locked up from that.
    I have plenty of hard drive space, RAM isn't an issue either.
    Here's some of my system log just before one of my recent freezes:
    Mar 12 16:19:11 Ronnies-iMac.local Safari[1744]: Glims Error: addChildrenOfBookmark:withTabLocation:toMenu:includeUnreadRSSCounts: not found. (unknown Safari internal)
    Mar 12 16:19:11 Ronnies-iMac.local Safari[1744]: Glims Error: _leftTextMargin not found. (unknown Safari internal)
    Mar 12 16:19:11 Ronnies-iMac.local Safari[1744]: Glims Error: BrowserWindowController load error (0) - Unknown Safari Internal
    Mar 12 16:19:11 --- last message repeated 12 times ---
    Mar 12 16:19:11 Ronnies-iMac.local Safari[1744]: Glims loaded from: /Library/Application Support/Glims/PlugIns/Glims for Safari.plugin
    Mar 12 16:19:11 Ronnies-iMac.local Safari[1744]: -[BrowserDocument browserWindowController]: unrecognized selector sent to instance 0x7f9a6c00ecf0
    Mar 12 16:19:11 Ronnies-iMac.local Safari[1744]: Glims Error: Can't reload session: -[BrowserDocument browserWindowController]: unrecognized selector sent to instance 0x7f9a6c00ecf0
    Mar 12 16:19:23 Ronnies-iMac.local Safari[1744]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Mar 12 16:19:27 --- last message repeated 2 times ---
    Mar 12 16:19:27 Ronnies-iMac.local Safari[1744]: Glims Error: BrowserWindowController not found - Unknown Safari Internal
    Mar 12 16:19:29 --- last message repeated 5 times ---
    Mar 12 16:19:29 Ronnies-iMac.local Safari[1744]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Mar 12 16:19:56 --- last message repeated 32 times ---
    Mar 12 16:19:56 Ronnies-iMac.local WebProcess[1746]: objc[1746]: Object 0x7faa5b41c710 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    Mar 12 16:20:20 Ronnies-iMac.local Safari[1744]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Mar 12 16:20:34 --- last message repeated 5 times ---
    Mar 12 16:20:34 Ronnies-iMac.local WebProcess[1746]: Unable to talk to lsboxd
    Mar 12 16:20:35 Ronnies-iMac kernel[0]: Sandbox: sandboxd(1843) deny mach-lookup com.apple.coresymbolicationd
    Mar 12 16:20:35 Ronnies-iMac.local Safari[1744]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Mar 12 16:20:36 --- last message repeated 5 times ---
    Mar 12 16:20:36 Ronnies-iMac.local sandboxd[1843] ([1746]): WebProcess(1746) deny mach-lookup com.apple.ls.boxd
    Mar 12 16:20:39 Ronnies-iMac.local Safari[1744]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Mar 12 16:21:09 --- last message repeated 11 times ---
    I don't have much experience translating any of what I just pasted, any help would be greatly appreciated. Thank you!

    I uninstalled the Glims plug-in on safari, and that's seemed to cure a little bit of the problem with safari. But I'm still getting hang-ups and freezes. I'm not even noticing a pattern anymore with which apps and so forth are causing it.
    This is the log from a freeze that just occured at 22:59:
    Mar 12 22:57:40 Ronnies-iMac.local mdworker[24584]: Unable to talk to lsboxd
    Mar 12 22:57:40 Ronnies-iMac.local mdworker[24583]: Unable to talk to lsboxd
    Mar 12 22:57:40 Ronnies-iMac.local sandboxd[24585] ([24584]): mdworker(24584) deny mach-lookup com.apple.ls.boxd
    Mar 12 22:57:40 Ronnies-iMac.local sandboxd[24585] ([24583]): mdworker(24583) deny mach-lookup com.apple.ls.boxd
    Mar 12 22:57:40 Ronnies-iMac kernel[0]: Sandbox: sandboxd(24585) deny mach-lookup com.apple.coresymbolicationd
    Mar 12 23:00:22 Ronnies-iMac kernel[0]: disk0s2: I/O error.
    Mar 12 23:00:22 Ronnies-iMac kernel[0]:
    Mar 12 23:01:35 --- last message repeated 1 time ---
    Mar 12 23:01:35 Ronnies-iMac kernel[0]: disk0s2: I/O error.
    Mar 12 23:01:35 Ronnies-iMac kernel[0]:
    Mar 12 23:01:36 --- last message repeated 1 time ---
    Mar 12 23:01:35 Ronnies-iMac.local WindowServer[109]: CGXSetWindowTransformList: Invalid window 0x182
    Mar 12 23:01:35 Ronnies-iMac.local Dock[246]: CGSSetWindowTransformsAtPlacement: Failed
    Mar 12 23:01:35 Ronnies-iMac.local WindowServer[109]: CGXSetWindowTransform: Invalid window 0x182
    Mar 12 23:01:35 Ronnies-iMac.local Dock[246]: CGSSetWindowTransformAtPlacement: Failed
    Mar 12 23:01:35 Ronnies-iMac.local Dock[246]: find_shared_window: WID 386
    Mar 12 23:01:35 Ronnies-iMac.local Dock[246]: CGSSetWindowListGlobalClipShape: Invalid window 0x182
    Mar 12 23:01:35 Ronnies-iMac.local Dock[246]: find_shared_window: WID 386
    Mar 12 23:01:35 Ronnies-iMac.local Dock[246]: CGSSetWindowListGlobalClipShape: Invalid window 0x182
    Thanks again

  • Gmail App Issue with picture embed in mail body

    Hi,
    I am an iphone 5 user and have installed the Gmail app from google inc. . But there seems to be an issue with sending emails.
    If a new email is composed with a picture copied from the camera roll or other app in phone and pasted onto the email body in the gmail app,
    and sent out, the email body gets stripped off the embedded picture.
    The sent email in the 'Sent' folder of Gmail app does not display the embedded picture. Is this a known issue with the Gmail app?
    Is there any resolution?

    Hi.,
    First you have to store image in MIME Repository. , then use HTM  type to send mail .,
    check these : [Send Picture in body of Email|Send an picture to body of an email;
    and  [Send HTML mail with image|Re: Send HTML mail with image;
    hope this helps u.,
    Thanks & regards,
    Kiran

  • Font issue with left sidebar in Mail

    I'm having perhaps another/different font issue with Mail after updating to Snow Leopard.
    I do have a Dell 24" LCD hooked up to my MBP. I've noticed the comments/links related to the font smoothing issues. I've played around with that with no noticeable change.
    Check out the before & after pics. Anyone have thoughts?
    http://i625.photobucket.com/albums/tt336/marascoc/mac/beforeafter.jpg
    Message was edited by: marascoc

    Same issue here whenever I'm using a different color profile. Only the default color profile seems to work properly with the new sidebar in mail.

  • Issue with Attachment download from Mail?

    I am having an issue with an attachment. I opened the attachment from an email account on my iPad2 and the screen has just gone black. Mail will not let me out of trying to view the attachment. I tap on the screen and nothing happens. It has frozen my mail accounts. Any one have an idea how to cancel the attachment if the mail is not responding?

    Do a hard reset: Press and hold on the Home button and the On/Off button at the same time. Continue to hold even after you see the "Slide to Power off" screen. Hold until the Apple logo comes up.

  • Issues with Japanese encoding using Mail

    Since recently (I would say since I updated to 10.6), I have an issue with Japanese-encoded (ISO 2022-JP) mails on my English MacOS.
    I have no problem to read, edit and write answers to any mails.
    However with some ISO JP-2022-JP encoded messages (sent with Thunderbird 2.0.0.23 (Windows/20090812) btw) I have the following misbehaviour:
    - if I send the message and let the encoding to "automatic", Mail sends the mail in UTF-8, which I do not want since most of Japanese computer do not understand UTF-8 by default (and the receiver gets panicked: "I can not read your mail T_T !")
    - if I set the encoding to "ISO JP-2022-JP", I can not send nor save the message (see [1] at the end of the post). One should note that the error message when saving is really misleading (and yes my hard-drive has a lot of space left) and it should be fixed by Apple.
    - if I dig a bit deeper, I can in effect find some characters in the original message which prevent Mail to send my mail. It however does not make any sense since:
    - those char were in the original message properly encoded in ISO JP-2022-JP
    - those char are always very common ones
    The only solution I have found so far is to delete the original message in my mail, which is very frustrating...
    A sample of such mail can be found at (I removed personal info. and the mail is about a drinking party):
    - http://files.me.com/trouve.antoine/73w3w9
    Help would be very appreciated.
    Thank you very much.
    Antoine
    [1] I get the following error messages:
    -> try to save:
    *This message can’t be saved to the Drafts mailbox.*
    The message contains one or more attachments that
    are too large to be saved in the Drafts mailbox. Try
    deleting some attachments.
    ->try to send
    *Invalid Text Encoding*
    Some characters in your message could not be
    converted to the “Japanese (ISO 2022-JP)” text
    encoding. Choose a different encoding from the
    “Text Encoding” menu.

    You can find out about the different versions here, for example:
    http://en.wikipedia.org/wiki/ISO/IEC_2022
    Thank you. I feel a bit stupid for not having looked in Wikipedia at first...
    I sometime wonder how could such basic problem like charset not being solved after more than 40 years of computer science...
    Here is a note that addresses that problem, but I don't think it works with 10.6. Might be worth a > try:
    http://discussions.apple.com/thread.jspa?threadID=121808&tstart=60
    Thank for the link.
    It seems to still work: new japanese mails are now sent in "ISO 2022-JP-2".
    However, for messages with the header explicitly specifying "ISO 2022-JP" (which should be "ISO 2022-JP-2" on my mac) it has no influence.
    The only ways I see to solve this issue would be:
    i) to force "ISO 2022-JP-2" for all mails (a bit too extreme)
    ii) to force the use of "ISO 2022-JP-2" instead of "ISO 2022-JP", but I do not think such precise configuration is possible
    This mess appears to be due to Thunderbird which seems to mix "ISO 2022-JP-2" and "ISO 2022-JP", but I do not have any working Thunderbird to test now...

  • Sateillite A200-1A9: Issue with sending/receiving E-mail using Windows Mail

    Using Windows mail I have to close/open the programme to be able to send mails, they get stuck in the Outbox. By closing and reopening the programme the mail gets sent. Also the Blue figure 1 in brackets showning 1 unread mail in the Outbox is there all the time although there is no mails read or unread in the Outbox
    Not a server problem as all mails are going/receiving fine on my desktop.
    Pressing send and receive button does not help. although some of the time it will receive mails when pressing send/receive but will not send them
    I do have Norton Internet security 2007 and am getting fed up with the continuing problems that this seems to cause over the period 2004-7.
    Is there an issue with the Windows mail programme running with Vista that is known

    I think I have found a solution
    Please check this:
    Windows Mail will not Send or Receive mails
    http://support.toshiba-tro.de/kb0/TSB7701X30005R01.htm
    It seems that the update of Software Desktop SMS to the newest version will help to sort out this problem.

  • Pdf issue with internal links in Safari

    Hello,
    I am creating a web site that has 80 or so pdf's available to download. They each contain a series of 20 or so speeches. To make navigation easier I have created a new page in Open Office that is an index to each pdf, with it's page number as an internal link to the correct page. This is what I did:
    1. Open each pdf in Preview and inserted a blank page (page 2), and saved the pdf. This gives me the correct page numbering for when I put in the real index.
    2. Noting the start of each speech  page number, I created an idex page in Open Office.
    3. I saved the index as a pdf.
    4. I opened the origional pdf and the new pdf index.
    5. I deleted the blank page and then dragged the new index page across and made sure it was the same page position - page 2.
    6. I then used the link too in Previewl to drag a link box over the page number in the index and then chose the correct page number to set as the target via Previews inspector.
    7. Saved the pdf and opened and tested - everything worked fine.
    The problem comes when I upload the pdfs and test the site with safari. When I open the pdf in the default safari window, the links are all out by one page i.e. if i click on page number 30 from the index, I go to the next page - page 31. If I hover the mouse at the bottom of the page and bring up the open in Preview icon and do so, the index links to the pages work fine???? I have tried with Explorer under bootcamp and the default window that opens for the pdf shows the same issue - it's out by one page.
    Thanks in advance
    nige.

    Hi...
    Try this...
    Go to   /Library/Internet Plug-Ins
    Move the Adobe PDF Browser plugin (or just PDF Browser plugin) to the Trash.
    See if that makes a difference.

  • Issue with Internal Table

    Hi All,
    I have defined an internal table 'with occurs 0'.
    While debuggining, i am observing that only 50,000 lines are getting populated in that internal table.
    How to increase the capacity of the internal table, so that it can hold more number of lines?
    Regards
    Pavan

    I would like to explaing you all about this issue.
    I have defined an internal table as follows...
    data:  IT_CATSDB       TYPE BAPICATS2 OCCURS 0 WITH HEADER LINE.
    I have used a BAPI called "BAPI_CATIMESHEETRECORD_GETLIST" which will retirieve the Timesheet details of all employees within a given date range.
    Now, the number of entries that we got from this BAPI are stored in the internal table it_catsdb.
    I have observed that this internal table is holding max of 50k lines.
    If i check the database table (CATSDB) for the same conditions in SE11, i am able to get around 1L lines.
    Hence my report is showing incorrect output.
    Kindly help me out with some logic, so that this internal table can hold as much as data possible without any restriction.....
    Regards
    Pavan

  • SO to PR issue with Internal order copying

    I have one issue : The SO has Internal order and Profit center information. When a PR is created for the SO it only copies PC but not IO for some SO types.
    Our client uses a Z transaction which releases the requirement + automatically updates the PR information in SO schedule lines. I feel that the requirements release is done using the standard user exit but updation of PR information in sales order is developed in the program.
    Is there any standard customization at SO type or some other place where we define which account assignments get copied from SO to PR ?

    Dear Kuppam,
    For your first issue, you have to manually push in the Internal order value in Debit memo  i.e. enhance the BADI.
    What I understand for your second issue is, PSG is populated in the Debit memo request which is a real cost object and hence system is creating PSG document when accounting and controlling document is created. If the posting is to happen to internal order then that should appear in debit memo request and then only you will see the values in internal order.Some settings are required in CRM which will resolve your second issue.
    To resolve this,please refer the SAP note 1310727 - Account assignment for CRM documents with sales items
    Hope this will resolve your issues.
    regards,
    makrand

  • Issue with internal order postings

    Hi Experts,
    I have created one service order in CRM and created a debit memo. In this i have two issue, please help me if know the solution.
    1. Once i created the Debit memo, it was replicated in to ECC and line item wise one internal order should be created and displyed in account assignemnt tab, but it is not showing any values in the internal order field, showing as blank. when i checked in the T.Code IAOMC with CRM service order there showing internal order which was generated for the line item.
    can you please tell me which settings need to be done for displaying in sales order account assignment filed.
    2. In that Internal order the sales order values are not flowing even we done billing and accounting. In the accounting document one controling document is created which is posted the values to CO-PA.
    Can you please tell me the settings need to be done to overcome this errors.
    CAHANDU

    Dear Kuppam,
    For your first issue, you have to manually push in the Internal order value in Debit memo  i.e. enhance the BADI.
    What I understand for your second issue is, PSG is populated in the Debit memo request which is a real cost object and hence system is creating PSG document when accounting and controlling document is created. If the posting is to happen to internal order then that should appear in debit memo request and then only you will see the values in internal order.Some settings are required in CRM which will resolve your second issue.
    To resolve this,please refer the SAP note 1310727 - Account assignment for CRM documents with sales items
    Hope this will resolve your issues.
    regards,
    makrand

Maybe you are looking for

  • The terms of aggreement screen after downloading A. Reader is not showing up to click and agree ....where is it?

    I downloaded the latest Reader version and the screen that is last where you agree to the terms, click in the little box and then agree isn't showing up and it is the last step in activating and i am stuck until i figure it out.....help!

  • InDesign causes unwanted double clicking

    This is a very weird problem that started a few weeks ago. My mouse started to act on its own, doing double clicks when I only did single click. First I thought the mouse (IntelliMouse Exp. 3.0) was broken and tried another mouse on my Mac, but the p

  • Default extract location

    We've got Adobe Pro 9.0 installed on a CITRIX environment. If you open a multi-page document, go to Document--Extract Pages and click the box that says "Extract Pages as Separate Files," you get an error that says "The folder Desktop cannot be used.

  • Variable Values mysteriously changed within my task workflow

    What can cause the values of my variables to read as displayed? These are not the values I assigned. Workflow was working great until customer noticed they could not create new tasks So I opened workflow and this what I discover. Any ideas how why th

  • Missing Volume in NSM

    Hey everyone. We recently did an upgrade of NSM 2.5 to 3.0.2.70 and one of our volumes is not showing up in the storage resource list. I've attempted running a Discover and a Rebuild through the NSMAdmin interface, but it cannot detect this particula