Error in Exchange 2K Contacts Portlet

There is an error in January PDK Exchange 2000 Portlet Contacts:
Error: Variable Undefined
'lngRowsLeft' line 428
To fix, add
'Dim lngRowsLeft'
under
'Variable declaration for locale-specific strings'
r/ George

This is a very strange problem. The asp specification doesn't mention that you need to declare a variable before using it in the code. But, in the contacts.asp, an error:"Variable Undefined...." is being thrown. And the same code seems to work fine in the other portlets, like inbox.asp and calendar.asp, without declaring the var lngRowsLeft. Asp experts may be able to help us out in resolving this mystery.

Similar Messages

  • Error while using the sample My Contacts portlet

    Hi,
    I am trying to use sample portlet "My Contacts" in my portal's page but getting
    the following error:
    Compilation of JSP File '/portlets/collaboration/nativedb/contact/Content/index.jsp'
    failed:
    Errors found in C:\bea\weblogic81\samples\portal\portalApp\AlFaris\portlets\collaboration\nativedb\contact\Content\index.jsp:
    Error at line 24 column 18:
    Description: No tag library could be found with this URI.
    Error at line 24 column 18:
    Description: This tag is not recognized.
    Error at line 60 column 10:
    Description: This tag is not recognized.
    Error at line 69 column 2:
    Description: This tag is not recognized.
    Error at line 70 column 2:
    Description: This tag is not recognized.
    Error at line 79 column 5:
    Description: This tag is not recognized.
    Error at line 81 column 60:
    Description: No variable or field with this name could be found at this location.
    Error at line 86 column 88:
    Description: This tag is not recognized.
    Error at line 140 column 8:
    Description: This tag is not recognized.
    Error at line 148 column 6:
    Description: This tag is not recognized.
    Error at line 152 column 6:
    Description: This tag is not recognized.
    Error at line 155 column 69:
    Description: No variable or field with this name could be found at this location.
    Error at line 171 column 6:
    Description: This tag is not recognized.
    Error at line 175 column 6:
    Description: This tag is not recognized.
    Error at line 184 column 40:
    Description: This tag is not recognized.
    Error at line 185 column 40:
    Description: This tag is not recognized.
    Error at line 186 column 42:
    Description: This tag is not recognized.
    Found 17 error(s) and 0 warning(s).
    I could use the above sample portlet in weblogic 8.1 without any problms but
    in weblogic 8.1 with SP2 I am getting the above error.
    Can anyone help me out of this situation.
    Thanks in advance

    Check the below link for a sample code.
    [http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm|http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]
    Hope this helps.
    Thanks,
    Balaji

  • The recent software update on my HTC One has caused errors with Exchange ActiveSync issues. Calendar, mail and tasks sync fine but contacts won't sync. How do you correct this?

    The recent software update on my HTC One has caused errors with Exchange ActiveSync issues. Calendar, mail and tasks sync fine but contacts won't sync. How do you correct this?

    I had the same problem.  Here is what worked for me.  Open the mail app and delete your exchange account (Settings > Delete Account).  Then re-add your Exchange account.  After this my Exchange contacts showed up again. 

  • Exchange 5.5 Portlet, versions, and CDO Error

    I am unable to get the Exchange 5.5 Portlets to work. I am
    running Portal 3.0.9.8.0, Exchange Server 5.5 SP3 (does it need
    to be SP4?), and IIS 5.0 on Win2K. The Exchange Server is
    running on another box (WinNT SP5).
    When running the test.asp file I get the following:
    CDO Version: 1.21
    Collaboration Data Objects error '000043ed'
    [ - [(80004005)]]
    /ExchangePortlets/test.asp, line 33
    I added the line reporting the CDO version this machine is using
    (it came from the MS Outlook XP install) Would this cause
    problems seeing it is slightly newer then the CDO library on the
    Exchange server?
    Anyway, I continued through the instructions despite the above
    error and added the portlet, however it simply reports the "User
    authentication failed. Please..." message all the time,
    regardless of the credentials entered.
    Another note, when attempting Stage 5 step 2 of the
    instructions, Login to the Exchange External Application, after
    I enter the details I get a plain looking form with all the
    field boxes again, empty. I had seen someone else mention this
    behaviour but there was no solution.
    Any help out there?

    I've found out what's causing
    [Collaboration Data Objects - [MAPI_E_NOT_FOUND(8004010F)]]
    to appear in test.asp. (By the way, if you are getting this in
    test.asp, your portlets will not work).
    EXPLANATION: When an ASP page uses CDO to logon to an Exchange
    mailbox, IIS creates a temporary .mmp file to store
    necessary profile information. However it stores the temporary
    file in the directory where Windows is installed. Users who do
    not have permissions for that directory will not be able to
    access the .mmp file and they will get the
    MAPI_E_NOT_FOUND error.
    FIX: Configure the Windows Messaging Subsystem to store the
    .mmp file to a directory that users have access to.
    - Start Registry Editor (regedt32.exe) on the machine that has
    IIS.
    - Go to the following key:
    HKEY_LOCAL_MACHINE/Software/Microsoft/Windows Messaging
    Subsystem
    - On the Edit Menu, click Add Value.
    - Value Name: ProfileDirectory
    - Data Type: REG_SZ
    - String: Path to the directory you want the .mmp files to be
    created in. E.g., C:\temp
    - Make sure everyone has change permissions for the temp
    directory.
    James

  • Exchange 5.5 Portlet CDO error

    Hi,
    I'm trying to implement the Exchange 5.5 portlet. My specs:
    IIS 4 on W2k Workstation
    OWA on same machine
    Exchange 5.5 SP4 on NT4 server SP5
    I've followed all the directions (and suggestions) but stil run into the following error:
    Collaboration Data Objects (0x505)
    The Microsoft Exchange Server computer is not available.
    Either there are network problems or the
    Microsoft Exchange Server computer is down for maintenance.
    [Microsoft Exchange Server Information Store - [MAPI_E_FAILONEPROVIDER(8004011D)]]
    /ex_portlet/test.asp, line 16
    Line 16 of test.asp is: set objInbox = objSession.Inbox
    It just times out.
    OWA alone works fine. Exchange is working fine.
    I'm authenticating OK. But then nothing.
    Any Help, Please????
    Thanks,
    Steve

    Can Steve or anybody who has experienced the same error (as Steve has), while trying to install microsoft portlets, let me know whats the solution ?
    I have Exchange 2000 though and have the latest (June) PDK, URL services and Exchange 2000 portlets. IIS and Exchange are on different machines but the same domain. OWA is installed on a different machine from IIS.
    thanks
    Sarita

  • Exchange 5.5 portlets problems

    I am having a number of problems. I have portal installed on NT4. We are running exchange 5.5 and IIS4 and they are in the same domain. I can add the inbox portlet and I can view my email. But when I try to open a message, it comes up with a login screen and I login and then I get a browser window with "Page cannot be displayed" error. I also get the same message when I click on the "New Message" link.
    The next problem I get is when I add the contacts portlet and the calendar portlet, either the inbox, the contact, or the calendar portlet will time out. They won't all show up together. If I do a refresh, sometimes they will switch. For example if the inbox was showing and the other 2 were timed out and I do a refresh, then the calendar will show up and the inbox and the contacts will be timed out. And then sometimes when I do a refresh I will get all three portlets showing up with this in them:
    Collaboration Data Objects error '0000043f'
    [Collaboration Data Objects - [E_INVALIDARG(80070057)]]
    /exchange/inbox.asp, line 38
    Collaboration Data Objects error '0000043f'
    [Collaboration Data Objects - [E_INVALIDARG(80070057)]]
    /exchange/calendar.asp, line 36
    Collaboration Data Objects error '0000043f'
    [Collaboration Data Objects - [E_INVALIDARG(80070057)]]
    /exchange/contacts.asp, line 35
    Then in order for it to get at least one of them to work again I have to reboot the IIS server.
    This stuff is driving me crazy. Can someone please help.
    Thanks for any assistance.
    Randy

    Randy,
    Please specify whether or not you are using the latest version of the Exchange portlets that became available in PDK-March. This version is fundamentally different from prior versions and may resolve some of the issues you are seeing.
    Regarding the "Page could not be displayed" error upon clicking the message links, this may be an issue with your Outlook Web Access configuration. Do you have Outlook Web Access installed? If so, you need to make sure that the links in the portlet point to your instance of Outlook Web Access. By default they should point to the host on which the portlet ASPs are installed, but if this is not where Outlook Web Access is installed, you may not see anything when you click on a link.
    Regarding the refresh error and the "E_INVALIDARG" message, this may be something with the parameters you are providing to the provider (server, etc.). Also check this thread: Re: FRM-92090 : An unexpected error occurred Simon Joll apparently had the same error and resolved it by configuring his Outlook Web Access correctly. You may want to follow up with him.
    James

  • Error in exchange server try again later

    Hi, 
    I have a nokia E71(firmware 200.21.118) sync with an exchange server 2003 using mail-for-exhange 2.9.158. on the nokia.
    i can sync mail and contacts but if put thumbnails (photo) in contact i always get the error :
    "error in exchange server try again later" and if i remove it it's all fine again! any tip?
    Cesar 

    I can only think the users profile has become corrupt...
    Try backing up the e-mail to a PST and then deleting the users account on Exchange and re-instating it.
    This should solve the problem.
    iPhone 5 32GB
    MacBook Pro Retina 15" Mac OS X Mountain Lion 10.8.4

  • Iphone exchange sync contacts

    When I try to sync my Contacts then my Iphone fineshes (circle don't rotate in status bar) at 118 or 243 contacts without an error.
    In my Outlook (Exchange account) I have 388 contacts and 93 proposed contacts so 481 all exchange contacts.
    Is there a limit for exchange sync contacts?
    I tested it with an Itunes (10.2.2) connection and gprs connection the same result...
    Any idea?
    E-mail sync is ok.
    regards
    smith

    I read that Google Contacts exchange does not support this second mobile field, I will have to use a fax mobile, or something like that.
    Cheers

  • Final and Finishing Touch needed for Exchange 5.5 Portlet

    Hai,
    I have seriously followed yours postings regarding Exchange
    5.5 portlet implementation.I daresay I am able to see all my
    inbox,calendar and contacts. But the problem I face is little
    bit different. Please go through and analyse and get me a way
    to avoid delay in Project Completion.
    1. I have configured IIS,Exchange,Outlook as per the
    installation Guide.
    2. It woks fine for Single person's data ( Since I type a
    default inbox name for the user when adding external application
    ( if I leave it as "null" I am getting "nullpointer exception "
    from Java), only that user can login to my page and see the
    content.
    3. When I try to create another user I need to type his mailbox
    name, but the older credentials vanishes and only the current
    user's data are seen. ( Even though I create the new user after
    running ssolocal script in portal30_sso schema ). The
    subscriber_id in wwsso_appuserinfo_t table gets all values
    as "1". I think this must be the problem. If such how we can set
    subscriber_id column incremented whenever a new user is being
    created.
    So I face the problem only with single sign on, not with any
    other else. Please solve me the problem and let me finish my
    assignment as soon as possible.
    Thanks in advance,
    Sorry for disturbing you,
    Johnson

    Can you clarify what you mean by "only the current user's data
    are seen"? Are you logging off and logging back in as the newly
    created user?
    3. When I try to create another user I need to type his mailbox
    name, but the older credentials vanishes and only the current
    user's data are seen. ( Even though I create the new user after
    running ssolocal script in portal30_sso schema ). The
    subscriber_id in wwsso_appuserinfo_t table gets all values
    as "1". I think this must be the problem. If such how we can set
    subscriber_id column incremented whenever a new user is being
    created.

  • Business rule in MDS 2012 error: A database error has occurred. Contact your system administrator.

    I get the following information in my MDS log as well as the above error message when I execute a business rule that has a condition of AND and an Action of Attribute must be unique in combination with 2 other attributes. 
    I'm running SQL Server 2012 11.0.3000
    MDS database version 11.1.0.0
    Any ideas?
    MDS Error: 0 : SqlException message: A database error has occurred. Contact your system administrator.
       at Microsoft.MasterDataServices.Core.DataAccess.DbHelper.HandleExceptions(Exception ex)
       at Microsoft.MasterDataServices.Core.DataAccess.DbHelper.ExecuteDataSet(String spName, CloseConnectionBehavior closeBehavior, Object[] parameterValues)
       at Microsoft.MasterDataServices.Core.DataAccess.MasterDataAccess.<>c__DisplayClass5.<ValidateEntityMembers>b__4()
       at Microsoft.MasterDataServices.Core.DataAccess.DbHelper.ExecuteMethodWithDeadlockProtection(MethodDelegate method)
       at Microsoft.MasterDataServices.Core.BusinessLogic.Validations.ValidateMembers(Int32 versionId, Identifier entityIdentifier, IList`1 memberIds, RequestContext context, OperationResult results)
       at Microsoft.MasterDataServices.Core.BusinessLogic.Validations.Process(ValidationProcessCriteria criteria, Boolean commitVersion, Boolean validateEntityAsync, Boolean returnValidationResults, RequestContext context, OperationResult results)
    SQL Error Debug Info: Number: 208, Message: Invalid object name 'cteDuplicates0a070e37b106b9e3efe35a455076efa7'., Server: SQLRS-01, Proc: udp_SYSTEM_3_38_CHILDATTRIBUTES_ProcessRules, Line: 230
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: udp_SYSTEM_3_38_CHILDATTRIBUTES_ProcessRules, Line: 230
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: , Line: 0
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: udpBusinessRule_AttributeMemberController, Line: 0
    SQL Error Debug Info: Number: 266, Message: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1., Server: SQLRS-01, Proc: udpValidateMembers, Line: 0
        DateTime=2013-08-15T13:25:15.6684023Z
    MDS Error: 0 : <ArrayOfError xmlns="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <Error>
        <Code>208</Code>
        <Context i:nil="true" />
        <Description>A database error has occurred. Contact your system administrator.</Description>
      </Error>
    </ArrayOfError>
        DateTime=2013-08-15T13:25:15.7152026Z

    OK I bit the bullet and contacted support on this one.
    There is a known issue with MDS 2012 and business rules with a combination of "must be unique" attributes. If you do not list the attributes in the same order that they were created you will get the generic error I cited. At first they told me it must be
    in the same order the attributes are in and that worked on one entity but not the other. The difference was that in the second entity I previously rearranged the attributes in question. Once I changed the order in the business rule to reflect the *original*
    order it worked like a champ.
    Hopefully this helps save someone some time and money.

  • Error while creating the Contact Person in the BP Master Data

    Dear Experts,
                    I encountered the following error while updating the contact person name either while creating new or editing existing customer.
    Error - [Contact Persons - Contact Persons name][Line 1],'This entry already exists in the following tables 'Contact Persons' (OCPR) (ODBC - 2035)' [Message 131-183].

    Dear Experts,
                      I am not doing a DTW for the same, i am updating the BP Master manually. It has been a recent occurence since 3 days when the customer is trying to update the contact person the following error throws. I tried updating for the existing customers with no contact person, there in also it throwed the same error.
                   To bring to your notice i had a test database for the same customer where in i encounter no issues with regard to the contact person update.
    Saravanan

  • Error message while syncing contacts with windows address book

    getting error message while syncing contacts from windows address book cradsstring something

    Hello,
    The complete and exact error message is always more helpful than some small snippet something. Please provide that, and maybe we can make some better guesses for you.
    Thanks and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error with Exchange rate type

    Hello all,
    While releasing the billing document to accounting, getting the error:
    'An exchange rate type is not defined for country US'.
    In customer master, have maintained Exchange rate as 'M'.
    where do we maintain the exchange rate type for country.
    Thanks
    Gauravjit.

    HI Gauravjit,
    Try this:
    SPRO-F5- General Settings-Currencies-Define Translation ratos for currency translaction
    Reward if it helps
    regards
    Srini

  • HT4489 I cannot import my vCard to iCloud...it shows error.."1 contact could not be imported because there was a problem reading the vCard"

    I cannot import my vCard to iCloud...it shows error.."1 contact could not be imported because there was a problem reading the vCard"

    The vCard must not be a compatible format.  (Unfortunately, there are multiple formats.)
    Often your carrier can transfer contacts between devices from different manufacturers.  Try visiting your carrier's retail outlet and see if they can do this for you.

  • An unexpected processing error occurred. Please contact Microsoft

    Before I get flamed like I did on StackOverflow, can I please make the point that there does NOT seem to be a clear route for getting official support for the Live SDK from Microsoft? I'm just trying to get someone from Microsoft to explain to me either
    what I need to be doing to my code OR how best to reach out to someone at Microsoft regarding this particular issue.
    Using this C# code:
    LiveConnectClient liveClient = new LiveConnectClient(currentSession);
    LiveOperationResult operationResult = await liveClient.GetAsync(file.FileLocation);
    dynamic contentResults = operationResult.Result;
    IDictionary<string, object> item = contentResults as IDictionary<string, object>;
    the following exception occurred on the GetAsync call:
    Microsoft.Live.LiveConnectException occurred
    HResult=-2146233088
    Message=An unexpected processing error occurred.
    Please contact Microsoft.
    Source=mscorlib
    ErrorCode=server_internal_error
      StackTrace:
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
    task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
    task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Relative_History.OneDriveViewModel.<GetPictureURL>d__86.MoveNext()
      InnerException:
    I've not encountered this exception before and the code works as-is on other files. Restarting the app and the code works as expected so I'm not sure what I'm supposed to do other than "contact Microsoft" as instructed and, as stated at the start
    of this post, Microsoft don't say HOW to contact them.

    Hi,
    Do you have some anti-virus software installed and set to scan network drive, temporarily disable it, check if that is the cause.
    I also suggest you update the firmware of your router.
    Please alos share more information in event viewer with us as mentioned by ZigZag31343x
    Meanwhile you can contact the support of My Book Live
    http://wdc.com/en/products/products.aspx?id=280
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Regards
    Yolanda
    TechNet Community Support

Maybe you are looking for

  • JavaFX image url

    Hello everybody! I have troubles understanding the way image urls work in JavaFX. The tutorials only use __DIR__, which of course references the package the script lies in or an absolute URL. But i dont want to place an image folder inside my package

  • Requested circuit/channel not available

    Hello, I have a problem with a PRI link. We have installed CCM 3.3(3) and a 3745 with a PRI link to the telco. The 3745 is configured as a MGCP gateway. When I try to initiate an outbound call, I get the following Q931 debug message: *Mar 1 01:47:14.

  • Office 365 Outlook is now frozen. I cannot open outlook folders or mail. Can't access Options either. Works fine in IE.

    Office 365 Outlook is now frozen in Firefox. I cannot open Outlook folders or mail. Can't access Outlook Options either. Works fine in IE. Running latest Firefox, Win 7 and Office 365/Office 2010 Cheers John

  • DatagramSocket on mobile AIR 3.8

    I've created a really basic project to test the DatagramSocket in AIR 3.8 & Flash Player 11.8, but the DatagramSocket.isSupported property is coming back as false...even though Adobe says it is supported on Android & iOS. Another new feature is Serve

  • Appleworks 6.0

    Does anyone know if Appleworks 6.0 is available as a download and if so, from where ? Also, I have the OS 9.2.1 install CD, but Appleworks 6 does not appear to be on it. Is Appleworks 6 on any of the other OS 9x CD's ?