Unable to sequence the prompts as mentioned in Bex Query

Hi,
We are unable to sequence the prompt order in web i report which is build up on Bex query.
We have follwed the prompts order in Bex query,
When we build a web i report the sequence of prompts is not coming as expected, rather its taking in alphabetical order.
Please help us in ordering the sequence of the prompts in Web i.
Thanks in Advance,
Swaraj.

Hi,
Part of this other post I just answered, so I'll leave the same info here...
This is a known behavior, but I know it is bugging more people, because the same is true for (normal) universe based prompts.
They also cannot be 'arranged'. Since the Bex query is the 'universe', ordering that has been set in the 'universe' is the only chance you have.
Like with the universe you could use prefixes to separate them from the query defined prompts (based on an alphabetic sort of the prompt message). I'd say this is a good one for the idea place...
(actually it is there, part of this one... [https://cw.sdn.sap.com/cw/ideas/2377])
Vote for it if you want this happening.
Good luck,
Marianne

Similar Messages

  • Unable to access the data from Data Management Gateway: Query timeout expired

    Hi,
    Since 2-3 days the data refresh is failing on our PowerBI site. I checked below:
    1. The gateway is in running status.
    2. Data source is also in ready status and test connection worked fine too.
    3. Below is the error in System Health -
    Failed to refresh the data source. An internal service error has occurred. Retry the operation at a later time. If the problem persists, contact Microsoft support for further assistance.        
    Error code: 4025
    4. Below is the error in Event Viewer.
    Unable to access the data from Data Management Gateway: Query timeout expired. Please check 1) whether the data source is available 2) whether the gateway on-premises service is running using Windows Event Logs.
    5. This is the correlational id for latest refresh failure
    is
    f9030dd8-af4c-4225-8674-50ce85a770d0
    6.
    Refresh History error is –
    Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: The operation has timed out. Errors in the high-level relational engine. The following exception occurred while the
    managed IDataReader interface was being used: Query timeout expired. 
    Any idea what could have went wrong suddenly, everything was working fine from last 1 month.
    Thanks,
    Richa

    Never mind, figured out there was a lock on SQL table which caused all the problems. Once I released the lock it PowerPivot refresh started working fine.
    Thanks.

  • Setting the Prompt Message in a Bex Report Charactorstic Filter Window.

    Hello Experts,
    Recently my project was enhanced with some more new project and mixed it with my project.
    Now my issue is before my new project was mixed into old project. We have the option..when a Charactorstics in Free Charactoristics (Ex: Customer, material ) context menu we come to see the option Select Filter Value and Filter Window opens.
    In that my old project, for the users comfortability and for knowing to users that there are more than n no of materials avaialble like that..in that filter they put one prompt message " has more than n values ".
    But after mixing up the enhanced new project, now..we are unable to see the above prompt message in Filter window..when material drill down.
    User requirement is to again users need to see that kind of prompt in the charactoristics filter window and this requirement is needed for Query Level and is for two or three reports only.
    I come to know some solution like in WAD web template under web items section Do not display system messages check box is now..Ticked. By un checking that option this issue will be solved like that. But i had tried in that manner but no use.
    And also i got one more solution that in WAD XHTML Coding section we can set this feature like that.
    Here my question is how to find XHTML Coding Section in WAD. Because i already tried to check in HTML coding section but couldnt find tha option.
    Requesting you , please reply me based on the solutions which i know can suggest further, or else if any body faced this kind of issue in your projects or come to know from ur end.
    Thanks,
    SN.

    Hi  Experts,
    Just i wanted to update one more thing..regarding this issue..
    Currently the in the prompt Maximum no of hits has set as 200.
    user is asking to have a prompt of more than 200 values in the report.

  • How to get the Net value in SD Bex query

    Dear All,
    We have a  key figure called Net Value in SD query 0SD_C03_.  But in validating data with ERP system to this bex the value is not matching.
    In this Query we are maintain sales doc category -C and Item category.
    Because the  Net value is depends on all the above mentioned condition.Please let me know the solution to validated the data with ERP to above Bex query.
    Please let me know the possible t codes in ERP to validate  the  above query.
    Thanks
    Regards,
    Sai 

    I dont think you can capture the offset applied value in a exit as the value is dependent on the variable itself and nothing to capture the result after the offset has been applied.
    why dont you capture the variable value itself and apply the logic to do an offset in the customer exit?

  • Unable to clear the data by clear button in Query region in Expenses Home

    Hi,
    I have created two custom regions of query type through JDeveloper,
    Clear button is not working in one region (especially which is on top of both, no matter region 1 or region 2 )
    I didn't write any code there
    please advise how to fix this one
    Thanks
    Suresh

    Extend the controller class file
    Write below code in process request
    OAQueryBean query1 = (OAQueryBean)oawebbean.findIndexedChildRecursive("QueryRN");
         query1.setClearButtonName("CustomClearButton");
         query1.setGoButtonName("CustomGoButton");
    Thanks
    Suresh

  • Dynamic Prompts in Universe using BEx query

    hi,
    We have create an object in BO Universe using @prompt. the formula goes like this.
    <EXPRESSION>IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= USD,@Select(Actuals\Actual Amt (USD)),IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= EUR,@Select(Actuals\Actual Amt (EUR)),IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= GBP,@Select(Actuals\Actual Amt (GBP)),IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= JPY,@Select(Actuals\Actual Amt (JPY)),IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= AUD,@Select(Actuals\Actual Amt (AUD)),IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= LOCAL_CURRENCY,@Select(Actuals\Actual Amt (Local)),IIF(@Prompt('Enter Currency','A',{'USD','EUR','GBP','JPY','AUD','LOCAL_CURRENCY','DOCUMENT_CURRENCY'},mono,constrained)= DOCUMENT_CURRENCY,@Select(Line Item Detail in Doc Currency\Line Item Doc Currency Amt),0)))))))
    </EXPRESSION>
    The objects Actual\Actual Amt (USD) works , but when using these objects are used in this kind of expression, its not working. It does a memory leak on the SAP BW side.
    has anyone faced this issue and fixed it?
    Thanks,
    Anu

    You can-not return characteristics via <EXPRESSION> tag.
    In fact right now it is not possible to do substring and similar operations. You can only create objects which returns numeric
    value.
    Regards,
    Rohit

  • Value displayed in the cube but not in BEx query

    Hi gurus,
    I have the field for no. of orders  (ANZAU) in the datasource 2LIS_11_VAHDR. It is displaying all the values in the column as '1' in the RSA3 and also in the cube but when the same field is selected in the query there is no display of value '1' .In the query all the values shown in the column is '0' .what is the reason.
    How to display the correct value '1' which is in RSA3?
    regards,
    man

    hi,
    Check out the following
    1.Check the report at the detailed level(line item level)
    2.Check if the report is from multiprovider, if so chk the field you needed is selceted from all the cubes you require.
    3.Run a full repair and chk upto PSA.
    Hope it helps you
    Assign points if so
    Ramesh

  • Anding of the Input Variables in a BEx Query

    Hello,
    I have following scenario: If the report is executed by user1, then one set of shipto's should be visible (also if that user enters a valid shipto, then only that should be visible) AND if the report is executed by user2, then any shipto's should be visible.
    If I take two input variables for Shipto, one of them I give to user for input and the other I populate in the exits (I_Step = 1) by checking the user type and populate the 2nd input variable accordindgly then the list of shipto's for that user is given.
    The PROBLEM occurs when the user also enters a Shipto, then the Output shows: List of Shipto's derived thru the exit plus the ones that user has entered, WHEREAS it should be that if the user has entered a Shipto then only that should be visible, i.e. it should be an 'AND' operation not 'OR' between two variables.
    I hope this can be achieved by some way. If you have an idea about the same, it will be of Great Help.
    Many thanks for your help.
    Best Regards,
    Sumita

    Hi Sumita,
    I think concept Valueset can be used here.
    You define your values of "shipto" for user in a table and than accordingly you can use this in BEx.
    I will see if I can find some more solutions.
    Hope this helps.
    Regards,
    Ashish

  • WebI Prompts using BEx Query Variables

    Hello,
    I have the following issues with WebI report selection input paramaters (prompts) that use BW BEx Query variables. Could anyone please assist?
    Issue 1:
    The WebI report has one mandatory and two optional input paramaters (all paramaters from BW BEx Query). When I execute the report via WebI rich client directly, enter the value for mandatory input parameter and leave blanks for both optional input parameters, the report ran OK and has no issue. However, when I ran it through CMC a strange thing happen: I could not select the value for mandatory input paramater as it requires to have values for both optional input paramaters first (which I wish to have them blank and optional). When I refersh values for the mandatory paramater, it says "List of Values for current prompt requires values for following prompts:...(ie. the two optional parameters).
    Anyone has any idea - it seems like it is a CMC issue for the WebI...
    Issue 2:
    Take the same WebI report above, the issue here is the order sequence of the prompts (ie. the selection input parameters). How can we change/control the sequence of the prompts? Whatever sequence of the varaiables (input paramters) in BW BEx Query, the WebI ignores it. Please advise.
    Thanks & Regards,
    Andy

    I did not see separate thread for issue #1, therefore I'll us this thread.
    I am running into similar issue when I get an error message ''List of Values for current prompt requires values for following prompts: <Name of the prompt>".
    We are using BO V4, SP2, Patch 10 with SAP BW as DB via BEx queries.
    I opened support ticket for this issue since obviousely it's still an issue after applying patch 10.
    It's not an issue when 'Rich Internet Application' option is selected to view report in 'Reading' mode (via Launchpad Preferences then Web Inteligence; defautl value for viewing is 'Web').
    I have not tried to use Client tools but even if it works with Client tools - it is not a solution for us. Our company does not plan to install client tools on end user computers.
    Bigger issue us is that report scheduling invokes Web version (not Rich Internet Application). Therefore we cannot schedule report that is giving us problem described. I tried scheduling report from Launchpad and from CMC and both game me error highlighted.

  • I changed my Apple ID and password, but when I attempt to update Apps I am prompted to enter my Password for my OLD Apple ID, and I am unable to override the Old Apple ID. How to proceed ?

    I changed my Apple ID and password, but when I attempt to update Apps I am prompted to enter my Password for my OLD Apple ID, and I am unable to override the Old Apple ID. How to proceed ?

    Delete everything bought with the old Apple ID and buy it again.
    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

  • I am unable to upload the latest version of iTunes.  It worked before and when prompted uploaded the newest version.  Now I'm unable to access iTunes..."Error 7 Windows Error126.  Insufficient privileges".  What do I do?

    I am unable to upload the latest version of iTunes.  It worked before and when prompted uploaded the newest version.  Now I'm unable to access iTunes..."Error 7 Windows Error126.  Insufficient privileges".  What do I do?

    Hey thomashfrompa,
    Thanks for the question. I understand that you are experiencing issues with iTunes for Windows. The following article outlines the error message you are receiving and a potential resolution:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Some Windows customers may experience installation issues while trying to install or open iTunes 11.1.4.
    Symptoms may include:
    "The program can't start because MSVCR80.dll is missing from your computer"
    "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows Error 126)”
    "Runtime Error: R6034 - An application has made an attempt to load the C runtime library incorrectly"
    "Entry point not found: videoTracks@QTMovie@@QBE?AV?$Vector@V?$RefPtr@VQTTrack@@@***@@$0A@VCrashOnOverf low@@***@@XZ could not be located in the dynamic link library C:\Program Files(x86)\Common Files\Apple\Apple Application Support\WebKit.dll”
    Resolution
    Follow these steps to resolve the issue:
    Check for .dll files
    1. Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    2. If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    3. Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    1. Uninstall iTunes and all of its related components.
    2. Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    3. Re-download and reinstall iTunes 11.1.4.
    Thanks,
    Matt M.

  • I purchased microsoft office 2011. I have downloaded and installed the software but at no time was I prompted to enter my product key. As a result I am unable to use the software. Please help me activate the software. Thanks

    I purchased downloaded and installed microsoft office 2011 onto my iMac. At no time was I prompted to enter the product key so I am unable to activate the software. Can anyone tell me what to do in order to activate the software?

    Welcome to Apple Support Communities
    Where did you download Office for Mac? If you downloaded it from Microsoft, read > http://support.microsoft.com/kb/2391941/en-us

  • I had no problem connecting to my network and now all of a sudden I can't connect.  Instead of prompting me for a password it comes back and says unable to join the network ("name") and then the option is Dismiss.  Anyone else have that problem?

    I had no problem connecting to my network and now all of a sudden I can't connect my iPad.  Instead of prompting me for a password it comes back and says unable to join the network ("name") and then the option is Dismiss.  Anyone else have that problem?  I've gone thru all my settings and can't seem to find a way to log into my network.  Don't get the option to put in my password.  It just give me the name of my network and option of dismiss instead of password.

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • Scanner Warning 027 unable to read the sequence ....

    we have zen 7 sp1 etc...
    some of the workstation inventory logf have the following error :
    Scanner Warning 027 unable to read the sequence number from the workstation object
    i have deleted the edir object, and wait for recreating and new scan.... but the error exist still.
    any ideas to resolve the issue?

    a part from the log ,
    here is a bad workstation
    [4/23/08 08:29:40.253] ZENInv - Selector: Selector Yielding for ms0
    [4/23/08 08:29:40.253] ZENInv - Selector: Processing 000B5D9B682A_1208327423000_6.STR
    [4/23/08 08:29:40.253] ZENInv - Selector: Getting SelectorXMLAgent Lock fordaten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832 7423000_6.STR
    [4/23/08 08:29:40.253] ZENInv - Selector: Acquired SelectorXMLAgent Lock fordaten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832 7423000_6.STR
    [4/23/08 08:29:40.253] ZENInv - Selector: Getting SynchServiceSelector Lock fordaten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832 7423000_6.STR
    [4/23/08 08:29:40.253] ZENInv - Selector: Acquired SynchServiceSelector Lock fordaten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832 7423000_6.STR
    [4/23/08 08:29:40.254] ZENInv - Selector: Getting ConverterSelector Lock fordaten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832 7423000_6.STR
    [4/23/08 08:29:40.254] ZENInv - Selector: Acquired ConverterSelector Lock fordaten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832 7423000_6.STR
    [4/23/08 08:29:40.254] ZENInv - Selector: Opened Filedaten:\ZENworks\Inv\ScanDir\000B5D9B682A_12083 27423000_6.STR
    [4/23/08 08:29:40.254] ZENInv - Selector: Checking Length of STR
    [4/23/08 08:29:40.254] ZENInv - Selector: HASH of FileName000B5D9B682A_1208327423000_6.STRIS=1218633 352
    [4/23/08 08:29:40.254] ZENInv - Selector: HASH INSIDE FileName000B5D9B682A_1208327423000_6.STRIS=1218633 352
    [4/23/08 08:29:40.254] ZENInv - Selector: End of File=[EOF]
    [4/23/08 08:29:40.254] ZENInv - Selector: Valid EOF Found
    [4/23/08 08:29:40.254] ZENInv - Selector: Checking Bitmap of STR
    [4/23/08 08:29:40.254] ZENInv - Selector: Checking SectionOffsets of STR
    [4/23/08 08:29:40.255] ZENInv - Selector: Checking Identification of STR
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing for [Identification]
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing workStationDN
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing treeName
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing and converting numMACAddress
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing macAddresses
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing typeOfScan
    [4/23/08 08:29:40.255] ZENInv - Selector: typeOfScan=DELTA
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing and converting scanTime
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing and converting sequenceNumber
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing serverName
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing and converting StrFileVersion
    [4/23/08 08:29:40.255] ZENInv - Selector: Checking StrFileVersion
    [4/23/08 08:29:40.255] ZENInv - Selector: ZFD STR Version is=1650
    [4/23/08 08:29:40.255] ZENInv - Selector: MIDAS ZFD STR VERSION1650
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing strFileSystemType
    [4/23/08 08:29:40.255] ZENInv - Selector: Parsing strFileSystemIdentifier
    [4/23/08 08:29:40.255] ZENInv - Selector: Entering isInventoryScannerValid()
    [4/23/08 08:29:40.255] ZENInv - Selector: isFile30SP1EP1STR Confirms this file is NOT a 30SP1EP1STR
    [4/23/08 08:29:40.255] ZENInv - Selector: isFile30SP1EP1STR Confirms this file is NOT a 30SP1EP1STR
    [4/23/08 08:29:40.255] ZENInv - Selector: Updating WSDN To SynchService HashTable
    [4/23/08 08:29:40.255] ZENInv - Selector: SynchTable Exists
    [4/23/08 08:29:40.255] ZENInv - Selector: Entry Already Present.Will not update SynchTable
    [4/23/08 08:29:40.255] ZENInv - Selector: isFile30SP1EP1STR Confirms this file is NOT a 30SP1EP1STR
    [4/23/08 08:29:40.255] ZENInv - Selector: Reading NDS ScanNumber
    [4/23/08 08:29:40.270] ZENInv - Selector: NDS ScanNumber Read 5
    [4/23/08 08:29:40.270] ZENInv - Selector: NDS attrModificationTime Read 1208760260000
    [4/23/08 08:29:40.270] ZENInv - Selector: Type of Scan:DELTA
    [4/23/08 08:29:40.270] ZENInv - Selector: Transfering to DBDir.
    [4/23/08 08:29:40.270] ZENInv - Selector: Getting SelectorStorerDestination Lock for daten:\ZENworks\Inv\ScanDir\DbDir\000B5D9B682A_120 8327423000_6.STR
    [4/23/08 08:29:40.270] ZENInv - Selector: SelectorStorerDestination Lock Acquired for daten:\ZENworks\Inv\ScanDir\DbDir\000B5D9B682A_120 8327423000_6.STR
    [4/23/08 08:29:40.270] ZENInv - Selector: Hence Transferring : daten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832742 3000_6.STR File to daten:\ZENworks\Inv\ScanDir\DbDir\000B5D9B682A_120 8327423000_6.STR
    [4/23/08 08:29:40.270] ZENInv - Selector: Renaming the file daten:\ZENworks\Inv\ScanDir\000B5D9B682A_120832742 3000_6.STRTo daten:\ZENworks\Inv\ScanDir\DbDir\000B5D9B682A_120 8327423000_6.STR
    [4/23/08 08:29:40.270] ZENInv - Selector: Unlocked SelectorStorerDestination for daten:\ZENworks\Inv\ScanDir\DbDir\000B5D9B682A_120 8327423000_6.STR
    [4/23/08 08:29:40.270] ZENInv - Selector: Modifying Attribute seqNo with 6
    [4/23/08 08:29:40.270] ZENInv - Selector: Entering forceFullScanFlag Loop
    [4/23/08 08:29:40.287] ZENInv - Selector: Time Taken to Process Delta Scan : 34
    [4/23/08 08:29:40.287] ZENInv - Selector: Unlocked SelectorXMLAgent Filedaten:\ZENworks\Inv\ScanDir\000B5D9B682A_12083 27423000_6.STR
    [4/23/08 08:29:40.287] ZENInv - Selector: Unlocked ConverterSelector Filedaten:\ZENworks\Inv\ScanDir\000B5D9B682A_12083 27423000_6.STR
    [4/23/08 08:29:40.287] ZENInv - Selector: Unlocked SynchServiceSelector Filedaten:\ZENworks\Inv\ScanDir\000B5D9B682A_12083 27423000_6.STR
    [4/23/08 08:29:40.287] ZENInv - Selector: Selector Will Now Serialize SynchTable - End of Listing
    [4/23/08 08:29:40.287] ZENInv - Selector: Serializing hashTable Todaten:\ZENworks\Inv\ScanDir\stable\STABLE.SER
    [4/23/08 08:29:40.289] ZENInv - Selector: Selector finished Serializing the table
    [4/23/08 08:29:41.043] ZENInv - Storer: Loading Storer test properties file
    [4/23/08 08:29:41.044] ZENInv - Storer: Storer: started storing 000B5D9B682A_1208327423000_6.STR (3878 bytes)
    [4/23/08 08:29:41.053] ZENInv - Storer: dn: CN=SFT01314.OU=WS.OU=ZEN.OU=city.o=org tree: org-tree
    [4/23/08 08:29:41.053] ZENInv - Storer: tree: org-treewsdn: CN=SFT01314.OU=WS.OU=ZEN.OU=city.o=orgtime: 1208931926000
    [4/23/08 08:29:41.053] ZENInv - Storer: Initial WS statusrecord is found
    [4/23/08 08:29:41.053] ZENInv - Storer: got the status log
    [4/23/08 08:29:41.077] ZENInv - Storer: Could not process 000B5D9B682A_1208327423000_6.STR due to
    com.novell.zenworks.desktop.inventory.storer.DataA bsentException: Data Instance Not Found!!Class:Zenworks.ZenDesktopMonitor Operation:Delete Offset:e14 linkoffset:ffffffffffffffff oid:-1
    [DeviceID=DesktopMonitor2 Description=Plug und Play-Monitor ManufactureDate=2002 ModelID=SNY08B0 ViewableSize=19.7 NominalSize=21.0 ]
    at com.novell.zenworks.desktop.inventory.storer.Objec tInstance.setOID(ObjectInstance.java:339)
    at com.novell.zenworks.desktop.inventory.storer.Parse .processOtherSection(Parse.java:1913)
    at com.novell.zenworks.desktop.inventory.storer.Parse .parse(Parse.java:4038)
    at com.novell.zenworks.desktop.inventory.storer.MainT hread.run(MainThread.java:976)
    [4/23/08 08:29:41.080] ZENInv - Storer: Scantype set to -1
    [4/23/08 08:29:41.081] ZENInv - Storer: addWSErrorMessage
    [4/23/08 08:29:41.097] ZENInv - Status Reporting: Number of records to add are: 0 for DN=CN=SFT01314.OU=WS.OU=ZEN.OU=city.o=org
    [4/23/08 08:29:41.113] ZENInv - Status Reporting: Number of modified records are: 1 for DN=CN=SFT01314.OU=WS.OU=ZEN.OU=city.o=org
    [4/23/08 08:29:41.113] ZENInv - Status Reporting: Modifying record for DN=CN=SFT01314.OU=WS.OU=ZEN.OU=city.o=org
    [4/23/08 08:29:41.113] ZENInv - Status Reporting: Record with time stamp 1208931926000 is found
    [4/23/08 08:29:41.164] ZENInv - Storer: cleanUp:Full Scan will be initiated on CN=SFT01314.OU=WS.OU=ZEN.OU=city.o=org
    [4/23/08 08:29:41.164] ZENInv - Storer: Unlocking daten:\ZENworks\Inv\ScanDir\DbDir\000B5D9B682A_120 8327423000_6.STR
    is there a mechanism, to get the local zenworks logfile up to the server, so i didnt need to have access to the workstation manual?
    it looks like, that there are no information in the str file from the workstation, but i didnt have a local logfile yet... :-((
    helge

  • Scanner(Warning) : 027: Unable to read the sequence number from the Workstation object.

    Hi
    We are having trouble storing inventory scans from some workstations.
    We have a windows ONLY environment, with middle tier servers. (ZEN65SP1,
    W2KSP4).
    Some workstations are storing fine. The Storer function is working and we
    can see the storer functions for the 'good' workstations in the Inventory
    service window.
    However some workstations can't store to the inventory db, but DO populate
    eDir ZENworks inventory 'minimal information' but show "Scanner(Warning) :
    027: Unable to read the sequence number from the Workstation object." in
    the Scan Status...
    The Inventory service window shows no attempt by these workstations - it's
    almost as though the scan file is not arriving (though eDir knows/displays
    the scan file name)
    How does the workstation access the scandir in Windows only/middle tier
    environment? Does the scan xml stream get sent to the MT via http and then
    on to the scandir via CIFS?
    Any suggestions/explanations welcome!!
    Many thanks
    David

    David,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Itunes freezes on brand new laptop

    i just recently bought a brand new hp computer with windows 7. i went to download itunes, and when i go to the cloud and try to download previous purchases, it completely freezes on me. how can i get this to stop?

  • Macbook pro 13" locked

    Hello! I bought my macbook pro in the last month. Since then, the MBP crashes without warning. The keyboard and the mouse dont respond. There is a way to solve these problems? Thanks!! PD: Sorry for my english, but im spanish

  • Itunes 8.1.1 - cannot get import setting to stay at 128kb/s

    Hi, I've just downloaded the latest itunes, and am having trouble. I set the preference for importing to 128kb/s, as I'm a quantity rather than quality kinda guy. However, every time I insert & import a CD it reverts to default 256kb/s. I don't want

  • ALV USING FM

    1.I WANT TO DISPLAY DATE ON HEADER OF THE REPORT IN FORMAT JULY-06,APRIL-05,MAY-99. BY USING ALV WITH FUNCTION MODULES. 2. I WANT TO SUBTOTAL NUMERICAL FIELDS IN THE REPORT BY USING ALV WITH FUNCTION MODULES 3.I WANT TO DISPLAY MAIN HEADING  BY GIVIN

  • The front camera of my iphone5 is not working if im going to take selfies. Its only working on facetime. So idont think the front camera itself is defected. Confusing

    its really confusing. I can only use the front camera of my iphone5 for facetime. But if im going to use the camera or third party camera apps like camera 360, wechat,skype etc. the front camera is not working. coz if the front camera is totally defe