Network message format error on Site Studio Designer

Hi all,
I am facing a very wierd issue in Site Studio. I have enabled accounts on the content server. When i use the content server User interface, i can check in any content using the standard check in form with or without specifying the account for it. In the case of Site Studio Designer, when i try to create a new asset/ content( basically check in anything) , it checks in the content successfully when the account metadata field is left blank. If the account field is specified, it gives me an error sayin :
Failed to check in file from location "".
(Network message format error).
When i checked the content server logs, it says:
The request was not processed by the Service handler because of a protocol error.
The request headers parsed from the request are:
{HTTP_USER_AGENT=Site Studio Designer, REQUEST_METHOD=POST, IdcAuthChallengeType=http, SERVER_NAME=punitp97194d.ad.infosys.com, SERVER_SOFTWARE=Apache/2.2.2 (Win32), HTTP_CGIPATHROOT=/idc/idcplg, HTTP_HOST=punitp97194d.ad.infosys.com, GATEWAY_INTERFACE=CGI/1.1, REMOTE_ADDR=10.76.135.190, SERVER_PROTOCOL=HTTP/1.1, SERVER_PROTOCOL_TYPE=NONE, IDC_REQUEST_AGENT=webserver, REMOTE_HOST=10.76.135.190, HTTP_CONNECTION=Keep-Alive, SERVER_PORT=80, HTTP_COOKIE=viscnt=3; IntradocLoginState=1; IdcTimeZone=Asia/Calcutta; IdcLocale=English-US; IntradocAuth=Internet, CONTENT_TYPE=text/hda, CONTENT_LENGTH=617, IDC_REQUEST_CTIME=1250602911, HTTP_INTERNETUSER=eBiz_Designer, SCRIPT_NAME=/idc/idcplg, PATH_TRANSLATED=D:/oracle/ucm/server/weblayout/idcplg}
Network message format error. Unable to parse browser environment or content item. Unable to parse properties. Name-value pairs are missing an '='. Unable to parse properties. Name-value pairs are missing an '='. [ Details ]
An error has occurred. The stack trace below shows more information.
!$The request was not processed by the Service handler because of a protocol error.<br>The request headers parsed from the request are:<br>{HTTP_USER_AGENT=Site Studio Designer\, REQUEST_METHOD=POST\, IdcAuthChallengeType=http\, SERVER_NAME=punitp97194d.ad.infosys.com\, SERVER_SOFTWARE=Apache/2.2.2 (Win32)\, HTTP_CGIPATHROOT=/idc/idcplg\, HTTP_HOST=punitp97194d.ad.infosys.com\, GATEWAY_INTERFACE=CGI/1.1\, REMOTE_ADDR=10.76.135.190\, SERVER_PROTOCOL=HTTP/1.1\, SERVER_PROTOCOL_TYPE=NONE\, IDC_REQUEST_AGENT=webserver\, REMOTE_HOST=10.76.135.190\, HTTP_CONNECTION=Keep-Alive\, SERVER_PORT=80\, HTTP_COOKIE=viscnt=3; IntradocLoginState=1; IdcTimeZone=Asia/Calcutta; IdcLocale=English-US; IntradocAuth=Internet\, CONTENT_TYPE=text/hda\, CONTENT_LENGTH=617\, IDC_REQUEST_CTIME=1250602911\, HTTP_INTERNETUSER=eBiz_Designer\, SCRIPT_NAME=/idc/idcplg\, PATH_TRANSLATED=D:/oracle/ucm/server/weblayout/idcplg}<br>--------------<br>Network message format error.!csUnableToParseBrowserEnvironment!syUnableToParsePairs!syUnableToParsePairs
intradoc.data.DataException: !csUnableToParseBrowserEnvironment!syUnableToParsePairs
     at intradoc.server.IdcServerThread.run(IdcServerThread.java:187)
Caused by: java.io.IOException: !syUnableToParsePairs
     at intradoc.serialize.DataBinderSerializer.readProperties(DataBinderSerializer.java:625)
     at intradoc.serialize.DataBinderSerializer.parseProperties(DataBinderSerializer.java:601)
     at intradoc.serialize.DataBinderSerializer.parseReaderData(DataBinderSerializer.java:493)
     at intradoc.serialize.DataBinderSerializer.parsePost(DataBinderSerializer.java:1806)
     at intradoc.serialize.DataBinderSerializer.parseRequestBody(DataBinderSerializer.java:1065)
     at intradoc.data.DataSerializeUtils.parseRequestBody(DataSerializeUtils.java:112)
     at intradoc.server.ServiceManager.init(ServiceManager.java:128)
     at intradoc.server.IdcServerThread.run(IdcServerThread.java:167)
Please advice.
Thanks in advance,
Nithya

The config .cfg entries are:
<?cfg jcharset="UTF8"?>
#Content Server System Properties
IDC_Name=EBIZ
IdcProductName=idccs
SystemLocale=English-US
InstanceMenuLabel=EBIZ
InstanceDescription=STAGING SERVER
SocketHostAddressSecurityFilter=*.*.*.*
#Database Variables
IsJdbc=true
JdbcDriver=oracle.jdbc.OracleDriver
JdbcConnectionString=jdbc:oracle:thin:@localhost:1521:EBIZ
JdbcUser=EBIZ_admin
JdbcPassword=ZS5CtJYdpcn2mEVqKVQAZ7LKQqacsT+XLnX3PZ/EKqo=
JdbcPasswordEncoding=Intradoc
DatabasePreserveCase=true
#Internet Variables
HttpServerAddress=punitp52975d.ad.infosys.com
MailServer=192.168.170.26
SysAdminAddress=[email protected]
HttpRelativeWebRoot=/idc/
CgiFileName=idcplg
UseSSL=
WebProxyAdminServer=true
#General Option Variables
IsOverrideFormat=false
DownloadApplet=false
MultiUpload=false
IsAutoNumber=true
EnableDocumentHighlight=false
EnterpriseSearchAsDefault=false
IsJspServerEnabled=false
JspEnabledGroups=
#Additional Variables
UseAccounts=True
IdcAdminServerPort=4440
SearchIndexerEngineName=DATABASE.FULLTEXT
IntradocServerPort=4444
DatabaseType=oracle
WebServer=apache
and httpd.conf entries are:
LoadModule IdcApacheAuth C:/Oracle/ucm/server/shared/os/win32/lib/IdcApache22Auth.dll
IdcUserDB EBIZ "C:/Oracle/ucm/server/data/users/userdb.txt"
<Location /idc>
Order allow,deny
Allow from all
DirectoryIndex portal.htm
IdcSecurity EBIZ
</Location>
<Location "/">
IdcSecurity EBIZ
</Location>
EBIZ is our content server instance name.
Thanks and Regards,
Nithya

Similar Messages

  • Network message format error. GET request must have a QUERY_STRING value

    I have installed new Content Server 10gR on my laptop.
    Web Server is : Apache 2.2.4
    DB is : Oracle 10g (Standard Edition)
    Platform : Windows
    CS is up & running. I am able to login and browse through content store. But when I try to perform any type of Submit operation anywhere in CS Portal ( for example "Updating My Profile and clicking on Submit" ) I get following error:
    "Network message format error. GET request must have a QUERY_STRING value (the CGI parameters on the URL) "
    1. Does any one know why I am getting this ?
    2. Is some configuration missing for Apache which connects Apache with CS ?
    Below is the httpd.conf changes:
    LoadModule IdcApacheAuth D:/oracle/ucm/idc/shared/os/win32/lib/IdcApache22Auth.dll
    IdcUserDB idc "D:/oracle/ucm/idc/data/users/userdb.txt"
    Alias /idc "D:/oracle/ucm/idc/weblayout"
    <Location /idc>
    Order allow,deny
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity idc
    </Location>
    3. One things that I see that before hitting the Submit button the URL is:
    http://delrpatha76669.sapient.com:8989/idc/idcplg/?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=HOME_PAGE&Auth=Internet
    And after hitting Submit button on "My Profile" the URL becomes:
    http://delrpatha76669.sapient.com:8989/idc/idcplg/
    I guess part of URL gets truncated/missed etc and so we are getting this error ?
    Any way to fix this ?
    Edited by: user12188052 on Sep 21, 2010 10:10 AM

    This issue is resolved.
    Cause
    - After installation when I started CS , I saw "D:\oracle\ucm\idc\weblayout\idcplg" folder missing error in logs. Reason why I created this "idcplg" folder inside "weblayout" folder was because I thought it was not created during installation. I created this folder & copied "idc_cgi_isapi.dll" this file into it.. This was the issue
    Fix
    - I deleted the folder "D:\oracle\ucm\idc\weblayout\idcplg" and everything started working fine now.

  • Error while opening site studio designer

    Hi,
    We are getting error while opening the site studio Desiner in Server. It gives unexpected error with three options, view log, close and continue, then program just get closed.
    Yesterday we have upgraded site studio component and designer -
    Site studio designer from 10gR3(10.1.3.3.2) to 10gR3(10.1.3.5.0)
    Site studio component from 7.7.2.405 to 8.0.0.645
    This issue is not coming for the user who have installed the site studio component and designer but rest all user are facing the problem while opening site studio designer in the server.
    Below mentioned is the scanrio -
    A) All the users(UserA,UserB,UserC) have the admin access to the server.This installation has been done by UserA. UserA only able to open the SS-D and remaining all are getting error
    B) The issue is on the same machine on which site studio designer is installed.
    C) Multiple users are using same SS-Designer
    D) Error occured as soon as the userB,UserC went to select site studio designer from start menu on the same server and getting the same error.
    E) UserB who is also having admin access has tried this option of un install and re-install SS-D,but he is also not able to open the SS-D. Still only UserA is able to access the SS-D.
    Any kind of resolution much appriciated.
    Thanks and Regards,
    Sumit

    Hi,
    Thanks for the suggestions, Yes userB and userC are able to edit regedit.
    I have tried to install SS-D with userB and userC but then too both of them getting the same error, but userA is able to open SS-D.
    Error --
    <?xml version="1.0" encoding="utf-8"?>
    <?xml-stylesheet type="text/xsl" href="SSDesignerLogFile.xsl"?>
    <LOGFILE>
    <LOG SOURCE="Site Studio Designer" TYPE="INFO" DATE="02/02/11" TIME="05:39:32">Site Studio Designer Logfile Initialized</LOG>
    <LOG SOURCE="SSLoggerEngine" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SSLoggerEngineRes.dll)</LOG>
    <LOG SOURCE="SSCommonMfc" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Failed to load language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\BCGCBProRes.dll)</LOG>
    <LOG SOURCE="SSCommonMfc" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SSCommonMfcRes.dll)</LOG>
    <LOG SOURCE="Site Studio Designer" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SiteStudioDesignerRes.dll)</LOG>
    <LOG SOURCE="SSHtmlTidy Control" TYPE="WARNING" DATE="02/02/11" TIME="05:39:34">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SSHtmlTidyRes.dll)</LOG>
    </LOGFILE>
    Regards,
    Sumit

  • Install different versions of Site Studio Designer...

    Hi all,
    I have to install different versions of the product in the same machine (Site Studio Designer 7.7 (currently installed) and Site Studio Designer 10g).
    When I am trying to install 10g version, I get a message to delete the previous version, and I can not install.
    I have seen that there are ways to run different versions already installed on your PC (running scripts pointing to the dll files for each version), but can not find anything on the previous step to install them.
    Can anyone help me?
    Thanks in advance

    Hi all,
    In case anyone has the same error, I've got a possible solution.
    I have changed the directory name of the Stellent Site Studio Designer 7.7. I tried to install de new version (10gR3), and I clicked 'Yes' to uninstall the previous version.
    The new installation was successfully.
    The, I had created a script to register their separate DLLs before launching. So you'll need to create a batch file for each Designer and put the following:
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSHelp.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSHtmlTidy.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSLoggerEngine.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSWebBrowserEx.dll"
    "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SiteStudioDesigner.exe"
    and similar for 10gR3 version, as indicated in the next thread: Site Studio Designer Install on windows 7 - 64 bit
    Regards.

  • How to create dynamic list element in Site Studio designer?

    Hi all,
    I have installed the Site Studio Designer(10gR4).The dynamic list element that i have added in the contributor region executes a query to search and display all the files in a particular folder.In the contributor mode when i try to add/edit the dynamic list element it gives an error saying :
    Unable to perform the action due to the following reasons:
    [+] Unable to retrieve search results. Unable to retrieve search results. Unable to create result set for query 'SELECT IdcColl2.dID, dDocName, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor, dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension, dInDate, dOutDate, dCreateDate, dPublishType, dRendition1, dRendition2, VaultFileSize, WebFileSize, URL, dFullTextFormat, dFullTextCharset, DocMeta.* FROM IdcColl2, DocMeta WHERE IdcColl2.dID=DocMeta.dID AND (((((( xCollectionID >= 14 AND xCollectionID <= 14 ) AND NOT ( (CONTAINS(xDontShowInListsForWebsites, '{DIPP_Sample}') > 0) )))))) ORDER BY dDocTitle desc'. ORA-20000: Oracle Text error: DRG-10599: column is not indexed
    I have enabled the full-text search on the content server and also included xWebsites and xWebsiteObjectType columns to be full indexed in the Zone Fields Configuration.Is there any other setting to be done?Please help.
    Thanks,
    nithya

    Hi
    Include the xDontShowInListsForWebsites also from the zone filed and then update it.Then test it out.
    Hope it helps
    Srinath

  • Site Studio Designer Install on windows 7 - 64 bit

    has anyone installed designer on a 64 bit system? windows 7?
    thanks!

    The only caveat is that if you have multiple Designers installed (ie. one for 10gR3 and one for 11g), they will crash unless you register their separate DLLs before launching. So you'll need to create a batch file for each Designer and put the following:
    C:\WINDOWS\system32\REGSVR32 /s "C:\Program Files (x86)\oracle\Universal Content Management\Site Studio\Designer\11gR1\SSHelp.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Program Files (x86)\oracle\Universal Content Management\Site Studio\Designer\11gR1\SSHtmlTidy.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Program Files (x86)\oracle\Universal Content Management\Site Studio\Designer\11gR1\SSLoggerEngine.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Program Files (x86)\oracle\Universal Content Management\Site Studio\Designer\11gR1\SSWebBrowserEx.dll"
    "C:\Program Files (x86)\oracle\Universal Content Management\Site Studio\Designer\11gR1\SiteStudioDesigner.exe"
    and similarly for 10gR3.

  • URGENT: Consuming Portlets in Site Studio Design.

    Hi...
    I am quite new to oracle technologies and have to create a full fledged secure B2B web portal (web center application) using various web center technologies like Wiki, Discussions etc and also integrate and manage content through it. The portal is going to have proper left, right, top & bottom navigation sections and access to content would be dependent on user roles and rights. I also have to create various JPDK and WSRP portlets that need to be used in the portal for search, navigation mapping etc. The portal would be obviously deployed on a Oracle Application Server. The main usage of the portal is going to be for collaboration between the various employees of an organization and also to manage their day to day business activities. Moreover, some power user have to be able to create and update content on the fly.
    1. My concern is that is is possible to use Site Studio somehow in the development of this kind of a portal?
    2. How to consume Portlets in Site Studio (as fragments?) or how to embed portlets in the site studio design?
    3. Can I create the complete web layout and content management mechanisms using Site Studio and then integrate Portlets on to it using JDeveloper?
    4. Is such an integration possible? If yes what would be the limitations of such an approach? If no, what are the best possible tools for the same?
    Please let me know your comments in detail.
    Thanks in advance.
    Best Regards,
    Naveen
    Edited by: NaveenZ on Sep 24, 2009 10:24 PM

    Hi NaveenZ,
    You might want to post your question on ECM forum.
    George

  • How to include one layout into other layout in Oracle Site studio designer

    Hi all,
    I have created the Header as on layout(This is my project specific even if we can go for fragments) in oracle site studio designer. It is the same case for footer, Left Nav. All these are primary pages in different sections. Now I have created the new primary page in different section, I would like to include all these layouts in to one layout and show the preview i,.e Header in the header place. Footer in the footer place.
    First of all, will it be possible? If so, could you please tell me how to go about this?
    As I am new to this site studio designer, I am really clueless in this matter. Please come forward with ideas.
    Any help would be much appreciated.
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

    What is the version of Site Studio are you using?
    Do you want your layouts to be editable by contributors or you want to pick things from the content server and show?

  • Hidden Assets like element definition, region definition from site studio designer

    Hi Experts,
    I am facing problem in Site Studio Designer, I have created a new Website and Created Page Template and when i tried to create the site assets like element definition, region definition, region templates. It's visible and when i refresh the list or change the list from element definition to region definition and again open the tab of element definition, the definition list removes or hide from the list in Site Studio Designer and when i check the content server for the same region definitions, element definitions all are present in content server but hides from site studio designer. Can any one please help me out resolve this issue i am unable to edit any assets.
    Thanks,
    Vijay

    First, the Override Editor CSS is ONLY used to change the CSS for the contributor editor. For instance, if you have a div tag that encompasses the entire website and specify it to be center-aligned, everything within your WYSIWYG editor will be center-aligned too (not ideal). So you could, for instance, use the Override Editor CSS to have the same div class that overrides the text within the contributor to be left-aligned.
    As far as not being able to apply the CSS, I'm not too sure. You should at least be able to create a completely blank HCSP layout page, and see that no classes are available (because there is no CSS on the page). When you have a CSS, I've found that the classes loaded aren't always necessarily the ones that are in the CSS. My recommendation is to select "Allow selected classes", ONLY use the "additional classes", and type in the classes you want to show up in the CSS WYSIWYG dropdown. That's the only way I've gotten it to work.

  • Auto assign contentID from Site Studio Designer

    We automatically assign ContentIDs in the system upon Check-In using the Auto Number Prefix in the server configuration. However, when adding Site Assets through Site Studio Designer, this appears to have no affect, since that is the Assign Info Form and not the Check-In form.
    Any recommendations on enforcing auto-contentIDs from Site Studio Designer?

    Hi there,
    Personally, I wouldn't want to auto-assign dDocName to Site Studio asset related files (i.e. fragments, layouts, etc). I prefer to provide my own value based on the asset's purpose or name. Really helps you distinguish what that particular asset is for. Having a generic, system derived dDocName makes it harder to trace and associate.
    Regards,

  • Oracle site studio designer 11g location issue

    I have oracle UCM 1g installed.
    I am not able to see My downloads option in My content server page, where i want to download Oracle site studio designer 11g.
    Is there any other option/site to download Oracle site studio designer 11g.

    As Ryan stated, you should determine why you cannot find the download in My Downloads.
    However, you should be able to find the Designer installer located in the component zip at this location: component/SiteStudio/support/downloads/designer/setup.exe
    http://download.oracle.com/otn/content_management/ucm11g/sitestudio_11.1.1.6.0.zip
    Jonathan
    http://jonathanhult.com

  • Site Studio Designer

    Hi,
    I designed a website in SiteStudio Designer.But when I try to open any of the pages in browser,it is giving error as “Page not Found”.Even in the Home page,under websites,though my sitename appears,I am not able to view it.Please guide.
    Thanks in advance.

    Hi!
    Did you configure your Apache server ?
    Where you put :
    LoadModule IdcApacheAuth [CS_Dir]/shared/os/win32/lib/IdcApacheAuth2.dll
    IdcUserDB myserver [CS_Dir]/data/users/userdb.txt
    Alias /myserver "[CS_Dir]/weblayout"
    <Location "/myserver">
    DirectoryIndex portal.htm
    IdcSecurity myserver
    </Location>
    You have to add something like that :
    <Location "/">
    IdcSecurity myserver
    </Location>
    Have a look on the "Site Studio Installation Guide".
    Romain.

  • Multi message format Error Message

    "Messages in multi message format can be sent to one adapter engine only"
    This is the error message i am getting in sxmb_moni while checking the status of message.
    cud ne one help me out y this error is comin what can be the reason behind the same.

    Hi Indu,
    Check this similar thread which talks about the same problem:
    CO_TXT_MMF_ENGINETYPE error in file to proxy ??
    Regards,
    Subhasha

  • Not publishing entire site with all pages from site studio Designer

    Hi,
    I have created the site with one primary page & one secondary page in the site designer. I must admit that they don't have link to each other. When I publishing this site using Oracle Site studio publishing utility to a subscriber, it is publishing the primary page as index.htm in the destination. It is not pulling the secondary page. But i would like to get the entire site including the secondary page. What needs to be done to get the entire site. If you have any idea, please let me know.
    Any help would be appreciated.
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

    Hi
    One way is setting a region in secondary as 'set replaceable' and geting ssURL from the code and link them in primary page.
    Thanks
    Srinath

  • Site Studio Designer Down

    Hi all,
    My SiteStudio Designer is going down again and again. I have a lot of time to refresh, Hangs a lot. Is there any other configuration setting that can reduce this.
    regards,
    sapan

    one more thing after every second operation it asks me to close the site studio. Has some one else also faced similar problem.

Maybe you are looking for